StartChangeSetRequest
public struct StartChangeSetRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The catalog related to the request. Fixed value: AWSMarketplace
Declaration
Swift
public let catalog: String
-
Array of change object.
Declaration
Swift
public let changeSet: [Change]
-
Optional case sensitive string of up to 100 ASCII characters. The change set name can be used to filter the list of change sets.
Declaration
Swift
public let changeSetName: String?
-
A unique token to identify the request to ensure idempotency.
Declaration
Swift
public let clientRequestToken: String?
-
Undocumented
Declaration
Swift
public init(catalog: String, changeSet: [Change], changeSetName: String? = nil, clientRequestToken: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws