Values.DeleteTablePolicyRequestSourceDeletes a table policy. For more information, see Deleting a table policy in the Amazon Simple Storage Service User Guide. Permissions You must have the s3tables:DeleteTablePolicy permission to use this operation.
type nonrec t = {tableBucketARN : TableBucketARN.t;The Amazon Resource Name (ARN) of the table bucket that contains the table.
*)namespace : NamespaceName.t;The namespace associated with the table.
*)name : TableName.t;The table name.
*)}val make :
tableBucketARN:TableBucketARN.t ->
namespace:NamespaceName.t ->
name:TableName.t ->
unit ->
t