Module Values_2.UpdateDatabaseRequestSource

Updates an existing database definition in a Data Catalog.

Sourcetype nonrec t = {
  1. 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.

    *)
  2. name : Values_0.NameString.t;
    (*

    The name of the database to update in the catalog. For Hive compatibility, this is folded to lowercase.

    *)
  3. databaseInput : Values_1.DatabaseInput.t;
    (*

    A DatabaseInput object specifying the new definition of the metadata database in the catalog.

    *)
}
Sourceval context_ : string
Sourceval make : ?catalogId:??? -> name:Values_0.NameString.t -> databaseInput:Values_1.DatabaseInput.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t