v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1449192184.5 KB

Renames a table or a namespace. For more information, see S3 Tables in the Amazon Simple Storage Service User Guide.

Permissions

You must have the s3tables:RenameTable permission to use this operation.

put/tables/{tableBucketARN}/{namespace}/{name}/rename

Path parameters

tableBucketARNstring required

The Amazon Resource Name (ARN) of the table bucket.

namespacestring required

The namespace associated with the table.

namestring required

The current name of the table.

Request body

newNamespaceNamestring

The new name for the namespace.

newNamestring

The new name for the table.

versionTokenstring

The version token of the table.

Response

Success