Module Values_0.BatchUpdatePartitionRequestSource

Updates one or more partitions in a batch operation.

Sourcetype nonrec t = {
  1. catalogId : CatalogIdString.t option;
    (*

    The ID of the catalog in which the partition is to be updated. Currently, this should be the Amazon Web Services account ID.

    *)
  2. databaseName : NameString.t;
    (*

    The name of the metadata database in which the partition is to be updated.

    *)
  3. tableName : NameString.t;
    (*

    The name of the metadata table in which the partition is to be updated.

    *)
  4. entries : BatchUpdatePartitionRequestEntryList.t;
    (*

    A list of up to 100 BatchUpdatePartitionRequestEntry objects to update.

    *)
}
Sourceval context_ : string
Sourceval make : ?catalogId:??? -> databaseName:NameString.t -> tableName:NameString.t -> entries:BatchUpdatePartitionRequestEntryList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `String of ValueString.t ] list | `Structure of (string * [> `List of [> `String of ValueString.t ] list | `Map of ([> `String of KeyString.t ] * [> `String of ParametersMapValue.t ]) list | `Structure of (string * [> `Boolean of Boolean.t | `Integer of Integer.t | `List of [> `String of LocationString.t | `Structure of (string * [> `Integer of IntegerFlag.t | `Map of ([> `String of KeyString.t ] * [> `String of ParametersMapValue.t ]) list | `String of NameString.t ]) list ] list | `Map of ([> `String of KeyString.t ] * [> `String of ParametersMapValue.t ]) list | `String of LocationString.t | `Structure of (string * [> `List of [> `String of NameString.t ] list | `Long of VersionLongNumber.t | `Map of ([> `String of KeyString.t ] * [> `String of ParametersMapValue.t ]) list | `String of NameString.t | `Structure of (string * [> `String of GlueResourceArn.t ]) list ]) list ]) list | `Timestamp of Timestamp.t ]) list ]) list ] list | `String of CatalogIdString.t ]) 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