2025/11/12 - Amazon S3 Tables - 3 new api methods
Changes Adds support for request metrics metrics APIs for S3 Tables
Deletes the metrics configuration for a table bucket.
Permissions
You must have the s3tables:DeleteTableBucketMetricsConfiguration permission to use this operation.
See also: AWS API Documentation
Request Syntax
client.delete_table_bucket_metrics_configuration(
tableBucketARN='string'
)
string
[REQUIRED]
The Amazon Resource Name (ARN) of the table bucket.
None
Gets the metrics configuration for a table bucket.
Permissions
You must have the s3tables:GetTableBucketMetricsConfiguration permission to use this operation.
See also: AWS API Documentation
Request Syntax
client.get_table_bucket_metrics_configuration(
tableBucketARN='string'
)
string
[REQUIRED]
The Amazon Resource Name (ARN) of the table bucket.
dict
Response Syntax
{
'tableBucketARN': 'string',
'id': 'string'
}
Response Structure
(dict) --
tableBucketARN (string) --
The Amazon Resource Name (ARN) of the table bucket.
id (string) --
The unique identifier of the metrics configuration.
Sets the metrics configuration for a table bucket.
Permissions
You must have the s3tables:PutTableBucketMetricsConfiguration permission to use this operation.
See also: AWS API Documentation
Request Syntax
client.put_table_bucket_metrics_configuration(
tableBucketARN='string'
)
string
[REQUIRED]
The Amazon Resource Name (ARN) of the table bucket.
None