S3Tables / Client / rename_table
rename_table¶
- S3Tables.Client.rename_table(**kwargs)¶
- 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:RenameTablepermission to use this operation.- See also: AWS API Documentation - Request Syntax- response = client.rename_table( tableBucketARN='string', namespace='string', name='string', newNamespaceName='string', newName='string', versionToken='string' ) - Parameters:
- tableBucketARN (string) – - [REQUIRED] - The Amazon Resource Name (ARN) of the table bucket. 
- namespace (string) – - [REQUIRED] - The namespace associated with the table. 
- name (string) – - [REQUIRED] - The current name of the table. 
- newNamespaceName (string) – The new name for the namespace. 
- newName (string) – The new name for the table. 
- versionToken (string) – The version token of the table. 
 
- Returns:
- None 
 - Exceptions