Values_2.UpdateDatabaseRequestSourceUpdates an existing database definition in a Data Catalog.
type nonrec t = {catalogId : Values_0.CatalogIdString.t option;The ID of the Data Catalog in which the metadata 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 update in the catalog. For Hive compatibility, this is folded to lowercase.
*)databaseInput : Values_1.DatabaseInput.t;A DatabaseInput object specifying the new definition of the metadata database in the catalog.
*)}val make :
?catalogId:??? ->
name:Values_0.NameString.t ->
databaseInput:Values_1.DatabaseInput.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `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 ]