UpgradeAppliedSchemaRequest
public struct UpgradeAppliedSchemaRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN for the directory to which the upgraded schema will be applied.
Declaration
Swift
public let directoryArn: String
-
Used for testing whether the major version schemas are backward compatible or not. If schema compatibility fails, an exception would be thrown else the call would succeed but no changes will be saved. This parameter is optional.
Declaration
Swift
public let dryRun: Bool?
-
The revision of the published schema to upgrade the directory to.
Declaration
Swift
public let publishedSchemaArn: String
-
Undocumented
Declaration
Swift
public init(directoryArn: String, dryRun: Bool? = nil, publishedSchemaArn: String)