class Aws::CloudDirectory::Types::UpgradePublishedSchemaRequest
@note When making an API call, you may pass UpgradePublishedSchemaRequest
data as a hash: { development_schema_arn: "Arn", # required published_schema_arn: "Arn", # required minor_version: "Version", # required dry_run: false, }
@!attribute [rw] development_schema_arn
The ARN of the development schema with the changes used for the upgrade. @return [String]
@!attribute [rw] published_schema_arn
The ARN of the published schema to be upgraded. @return [String]
@!attribute [rw] minor_version
Identifies the minor version of the published schema that will be created. This parameter is NOT optional. @return [String]
@!attribute [rw] dry_run
Used for testing whether the Development schema provided is backwards compatible, or not, with the publish schema provided by the user to be upgraded. If schema compatibility fails, an exception would be thrown else the call would succeed. This parameter is optional and defaults to false. @return [Boolean]
@see docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/UpgradePublishedSchemaRequest AWS API Documentation
Constants
- SENSITIVE