describeDatabase
inline suspend fun TimestreamWriteClient.describeDatabase(crossinline block: DescribeDatabaseRequest.Builder.() -> Unit): DescribeDatabaseResponse
Returns information about the database, including the database name, time that the database was created, and the total number of tables found within the database. Service quotas apply. See code sample for details.