Migrate Sync Complete Command Input Response
data class MigrateSyncCompleteCommandInputResponse(val commitTimeStamp: String? = null, val databaseName: String)
Input for command that completes sync migration for a database.