Module Values.GetTableResponseSource

Gets 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.

Sourcetype nonrec t = {
  1. name : TableName.t option;
    (*

    The name of the table.

    *)
  2. type_ : TableType.t option;
    (*

    The type of the table.

    *)
  3. tableARN : TableARN.t option;
    (*

    The Amazon Resource Name (ARN) of the table.

    *)
  4. namespace : NamespaceList.t option;
    (*

    The namespace associated with the table.

    *)
  5. namespaceId : NamespaceId.t option;
    (*

    The unique identifier of the namespace containing this table.

    *)
  6. versionToken : VersionToken.t option;
    (*

    The version token of the table.

    *)
  7. metadataLocation : MetadataLocation.t option;
    (*

    The metadata location of the table.

    *)
  8. warehouseLocation : WarehouseLocation.t option;
    (*

    The warehouse location of the table.

    *)
  9. createdAt : SyntheticTimestamp_date_time.t option;
    (*

    The date and time the table bucket was created at.

    *)
  10. createdBy : AccountId.t option;
    (*

    The ID of the account that created the table.

    *)
  11. managedByService : String_.t option;
    (*

    The service that manages the table.

    *)
  12. modifiedAt : SyntheticTimestamp_date_time.t option;
    (*

    The date and time the table was last modified on.

    *)
  13. modifiedBy : AccountId.t option;
    (*

    The ID of the account that last modified the table.

    *)
  14. ownerAccountId : AccountId.t option;
    (*

    The ID of the account that owns the table.

    *)
  15. format : OpenTableFormat.t option;
    (*

    The format of the table.

    *)
  16. tableBucketId : TableBucketId.t option;
    (*

    The unique identifier of the table bucket containing this table.

    *)
  17. managedTableInformation : ManagedTableInformation.t option;
    (*

    If this table is managed by S3 Tables, contains additional information such as replication details.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `BadRequestException of BadRequestException.t
  3. | `ConflictException of ConflictException.t
  4. | `ForbiddenException of ForbiddenException.t
  5. | `InternalServerErrorException of InternalServerErrorException.t
  6. | `NotFoundException of NotFoundException.t
  7. | `TooManyRequestsException of TooManyRequestsException.t
  8. | `Unknown_operation_error of string * string option
]
Sourceval make : ?name:??? -> ?type_:??? -> ?tableARN:??? -> ?namespace:??? -> ?namespaceId:??? -> ?versionToken:??? -> ?metadataLocation:??? -> ?warehouseLocation:??? -> ?createdAt:??? -> ?createdBy:??? -> ?managedByService:??? -> ?modifiedAt:??? -> ?modifiedBy:??? -> ?ownerAccountId:??? -> ?format:??? -> ?tableBucketId:??? -> ?managedTableInformation:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t