Values_1.CreateDatabaseRequestSourceCreates a new database in a Data Catalog.
type nonrec t = {catalogId : Values_0.CatalogIdString.t option;The ID of the Data Catalog in which to create the database. If none is provided, the Amazon Web Services account ID is used by default.
*)databaseInput : DatabaseInput.t;The metadata for the database.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of Values_0.CatalogIdString.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of [> `Enum of string ] list
| `Structure of
(string * [> `String of string ]) list ])
list ]
list
| `Map of ([> `String of string ] * [> `String of string ]) list
| `String of Values_0.NameString.t
| `Structure of
(string * [> `String of Values_0.CatalogIdString.t ]) list ])
list ])
list ]