Values_1.DeletePartitionRequestSourceDeletes a specified partition.
type nonrec t = {catalogId : Values_0.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 : Values_0.NameString.t;The name of the catalog database in which the table in question resides.
*)tableName : Values_0.NameString.t;The name of the table that contains the partition to be deleted.
*)partitionValues : Values_0.ValueStringList.t;The values that define the partition.
*)}val make :
?catalogId:??? ->
databaseName:Values_0.NameString.t ->
tableName:Values_0.NameString.t ->
partitionValues:Values_0.ValueStringList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of string ] list
| `String of Values_0.CatalogIdString.t ])
list ]