Values_0.BatchCreatePartitionRequestSourceCreates one or more partitions in a batch operation.
type nonrec t = {catalogId : CatalogIdString.t option;The ID of the catalog in which the partition is to be created. Currently, this should be the Amazon Web Services account ID.
*)databaseName : NameString.t;The name of the metadata database in which the partition is to be created.
*)tableName : NameString.t;The name of the metadata table in which the partition is to be created.
*)partitionInputList : PartitionInputList.t;A list of PartitionInput structures that define the partitions to be created.
*)}val make :
?catalogId:??? ->
databaseName:NameString.t ->
tableName:NameString.t ->
partitionInputList:PartitionInputList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `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
| `String of CatalogIdString.t ])
list ]