describeSchemas
inline suspend fun DatabaseMigrationClient.describeSchemas(crossinline block: DescribeSchemasRequest.Builder.() -> Unit): DescribeSchemasResponse
Returns information about the schema for the specified endpoint.
Samples
// Returns information about the schema for the specified endpoint.
val resp = databaseMigrationClient.describeSchemas {
endpointArn = ""
maxRecords = 123
marker = ""
}Content copied to clipboard