Module Values_0.BatchUpdatePartitionRequestEntrySource

A structure that contains the values and structure used to update a partition.

Sourcetype nonrec t = {
  1. partitionValueList : BoundedPartitionValueList.t;
    (*

    A list of values defining the partitions.

    *)
  2. partitionInput : PartitionInput.t;
    (*

    The structure used to update a partition.

    *)
}
Sourceval context_ : string
Sourceval make : partitionValueList:BoundedPartitionValueList.t -> partitionInput:PartitionInput.t -> unit -> t
Sourceval to_value : t -> [> `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 ]
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