Values.GetTableMetadataLocationRequestSourceGets the location of the table metadata. Permissions You must have the s3tables:GetTableMetadataLocation permission to use this operation.
type nonrec t = {tableBucketARN : TableBucketARN.t;The Amazon Resource Name (ARN) of the table bucket.
*)namespace : NamespaceName.t;The namespace of the table.
*)name : TableName.t;The name of the table.
*)}val make :
tableBucketARN:TableBucketARN.t ->
namespace:NamespaceName.t ->
name:TableName.t ->
unit ->
t