Values_2.UpdatePartitionRequestSourceUpdates a partition.
type nonrec t = {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.
*)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 in which the partition to be updated is located.
*)partitionValueList : Values_0.BoundedPartitionValueList.t;List of partition key values that define the partition to update.
*)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.
*)}val make :
?catalogId:??? ->
databaseName:Values_0.NameString.t ->
tableName:Values_0.NameString.t ->
partitionValueList:Values_0.BoundedPartitionValueList.t ->
partitionInput:Values_0.PartitionInput.t ->
unit ->
tval 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 ]