describeRefreshSchemasStatus
abstract suspend fun describeRefreshSchemasStatus(input: DescribeRefreshSchemasStatusRequest): DescribeRefreshSchemasStatusResponse
Returns the status of the RefreshSchemas operation.
Samples
fun main() {
//sampleStart
// Returns the status of the refresh schemas operation.
val resp = databaseMigrationClient.describeRefreshSchemasStatus {
endpointArn = ""
}
//sampleEnd
}