Values_2.GetPartitionRequestSourceRetrieves information about a specified partition.
type nonrec t = {catalogId : Values_0.CatalogIdString.t option;The ID of the Data Catalog where the partition in question 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 where the partition resides.
*)tableName : Values_0.NameString.t;The name of the partition's table.
*)partitionValues : Values_0.ValueStringList.t;The values that define the partition.
*)auditContext : Values_0.AuditContext.t option;}val make :
?catalogId:??? ->
?auditContext:??? ->
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
| `Structure of
(string
* [> `Boolean of bool
| `List of [> `String of string ] list
| `String of string ])
list ])
list ]