Values_0.BatchDeletePartitionRequestSourceDeletes one or more partitions in a batch operation.
type nonrec t = {catalogId : CatalogIdString.t option;The ID of the Data Catalog where the partition to be deleted resides. If none is provided, the Amazon Web Services account ID is used by default.
*)databaseName : NameString.t;The name of the catalog database in which the table in question resides.
*)tableName : NameString.t;The name of the table that contains the partitions to be deleted.
*)partitionsToDelete : BatchDeletePartitionValueList.t;A list of PartitionInput structures that define the partitions to be deleted.
*)}val make :
?catalogId:??? ->
databaseName:NameString.t ->
tableName:NameString.t ->
partitionsToDelete:BatchDeletePartitionValueList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `List of [> `String of ValueString.t ] list ])
list ]
list
| `String of CatalogIdString.t ])
list ]