Module Values_2.UpdatePartitionRequestSource

Updates a partition.

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

    The ID of the Data Catalog where the partition to be updated resides. If none is provided, the Amazon Web Services account ID is used by default.

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

    The name of the catalog database in which the table in question resides.

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

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

    *)
  4. partitionValueList : Values_0.BoundedPartitionValueList.t;
    (*

    List of partition key values that define the partition to update.

    *)
  5. partitionInput : Values_0.PartitionInput.t;
    (*

    The new partition object to update the partition to. The Values property can't be changed. If you want to change the partition key values for a partition, delete and recreate the partition.

    *)
}
Sourceval context_ : string
Sourceval make : ?catalogId:??? -> databaseName:Values_0.NameString.t -> tableName:Values_0.NameString.t -> partitionValueList:Values_0.BoundedPartitionValueList.t -> partitionInput:Values_0.PartitionInput.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of string ] list | `String of Values_0.CatalogIdString.t | `Structure of (string * [> `List of [> `String of string ] list | `Map of ([> `String of string ] * [> `String of string ]) list | `Structure of (string * [> `Boolean of bool | `Integer of int | `List of [> `String of string | `Structure of (string * [> `Integer of int | `Map of ([> `String of string ] * [> `String of string ]) list | `String of string ]) list ] list | `Map of ([> `String of string ] * [> `String of string ]) list | `String of string | `Structure of (string * [> `List of [> `String of string ] list | `Long of Awso.Import.Int64.t | `Map of ([> `String of string ] * [> `String of string ]) list | `String of string | `Structure of (string * [> `String of string ]) list ]) list ]) list | `Timestamp of string ]) 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