Values.GetTableResponseSourceGets details about a table. For more information, see S3 Tables in the Amazon Simple Storage Service User Guide. Permissions You must have the s3tables:GetTable permission to use this operation.
type nonrec t = {name : TableName.t option;The name of the table.
*)type_ : TableType.t option;The type of the table.
*)tableARN : TableARN.t option;The Amazon Resource Name (ARN) of the table.
*)namespace : NamespaceList.t option;The namespace associated with the table.
*)namespaceId : NamespaceId.t option;The unique identifier of the namespace containing this table.
*)versionToken : VersionToken.t option;The version token of the table.
*)metadataLocation : MetadataLocation.t option;The metadata location of the table.
*)warehouseLocation : WarehouseLocation.t option;The warehouse location of the table.
*)createdAt : SyntheticTimestamp_date_time.t option;The date and time the table bucket was created at.
*)createdBy : AccountId.t option;The ID of the account that created the table.
*)managedByService : String_.t option;The service that manages the table.
*)modifiedAt : SyntheticTimestamp_date_time.t option;The date and time the table was last modified on.
*)modifiedBy : AccountId.t option;The ID of the account that last modified the table.
*)ownerAccountId : AccountId.t option;The ID of the account that owns the table.
*)format : OpenTableFormat.t option;The format of the table.
*)tableBucketId : TableBucketId.t option;The unique identifier of the table bucket containing this table.
*)managedTableInformation : ManagedTableInformation.t option;If this table is managed by S3 Tables, contains additional information such as replication details.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `BadRequestException of BadRequestException.t| `ConflictException of ConflictException.t| `ForbiddenException of ForbiddenException.t| `InternalServerErrorException of InternalServerErrorException.t| `NotFoundException of NotFoundException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val make :
?name:??? ->
?type_:??? ->
?tableARN:??? ->
?namespace:??? ->
?namespaceId:??? ->
?versionToken:??? ->
?metadataLocation:??? ->
?warehouseLocation:??? ->
?createdAt:??? ->
?createdBy:??? ->
?managedByService:??? ->
?modifiedAt:??? ->
?modifiedBy:??? ->
?ownerAccountId:??? ->
?format:??? ->
?tableBucketId:??? ->
?managedTableInformation:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `BadRequestException of BadRequestException.t
| `ConflictException of ConflictException.t
| `ForbiddenException of ForbiddenException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `NotFoundException of NotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `BadRequestException of BadRequestException.t
| `ConflictException of ConflictException.t
| `ForbiddenException of ForbiddenException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `NotFoundException of NotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of NamespaceName.t ] list
| `String of TableName.t
| `Structure of
(string
* [> `Structure of (string * [> `String of TableARN.t ]) list ])
list
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]