CloudDirectory.Client.update_schema(**kwargs)¶Updates the schema name with a new name. Only development schema names can be updated.
See also: AWS API Documentation
Request Syntax
response = client.update_schema(
SchemaArn='string',
Name='string'
)
[REQUIRED]
The Amazon Resource Name (ARN) of the development schema. For more information, see arns.
[REQUIRED]
The name of the schema.
dict
Response Syntax
{
'SchemaArn': 'string'
}
Response Structure
(dict) --
SchemaArn (string) --
The ARN that is associated with the updated schema. For more information, see arns.
Exceptions
CloudDirectory.Client.exceptions.InternalServiceExceptionCloudDirectory.Client.exceptions.InvalidArnExceptionCloudDirectory.Client.exceptions.RetryableConflictExceptionCloudDirectory.Client.exceptions.ValidationExceptionCloudDirectory.Client.exceptions.LimitExceededExceptionCloudDirectory.Client.exceptions.AccessDeniedExceptionCloudDirectory.Client.exceptions.ResourceNotFoundException