Values_1.GetDatabaseRequestSourceRetrieves the definition of a specified database.
type nonrec t = {catalogId : Values_0.CatalogIdString.t option;The ID of the Data Catalog in which the database resides. If none is provided, the Amazon Web Services account ID is used by default.
*)name : Values_0.NameString.t;The name of the database to retrieve. For Hive compatibility, this should be all lowercase.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of Values_0.CatalogIdString.t ]) list ]