clouddirectory_update_schema: Updates the schema name with a new name
Description
Updates the schema name with a new name. Only development schema names
can be updated.
Usage
clouddirectory_update_schema(SchemaArn, Name)
Arguments
SchemaArn
[required] The Amazon Resource Name (ARN) of the development schema. For more
information, see arns.
Name
[required] The name of the schema.
Request syntax
svc$update_schema(
SchemaArn = "string",
Name = "string"
)