Publishes a development schema with a major version and a recommended minor version.
clouddirectory_publish_schema(DevelopmentSchemaArn, Version,
MinorVersion, Name)
A list with the following syntax:
list(
PublishedSchemaArn = "string"
)
[required] The Amazon Resource Name (ARN) that is associated with the development schema. For more information, see arns.
[required] The major version under which the schema will be published. Schemas have both a major and minor version associated with them.
The minor version under which the schema will be published. This parameter is recommended. Schemas have both a major and minor version associated with them.
The new name under which the schema will be published. If this is not provided, the development schema is considered.
svc$publish_schema(
DevelopmentSchemaArn = "string",
Version = "string",
MinorVersion = "string",
Name = "string"
)