ExecuteProvisionedProductServiceActionInput
public struct ExecuteProvisionedProductServiceActionInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The language code. en - English (default) jp - Japanese zh - Chinese
Declaration
Swift
public let acceptLanguage: String?
-
An idempotency token that uniquely identifies the execute request.
Declaration
Swift
public let executeToken: String
-
A map of all self-service action parameters and their values. If a provided parameter is of a special type, such as TARGET, the provided value will override the default value generated by AWS Service Catalog. If the parameters field is not provided, no additional parameters are passed and default values will be used for any special parameters such as TARGET.
Declaration
Swift
public let parameters: [String : [String]]?
-
The identifier of the provisioned product.
Declaration
Swift
public let provisionedProductId: String
-
The self-service action identifier. For example, act-fs7abcd89wxyz.
Declaration
Swift
public let serviceActionId: String
-
Undocumented
Declaration
Swift
public init(acceptLanguage: String? = nil, executeToken: String = ExecuteProvisionedProductServiceActionInput.idempotencyToken(), parameters: [String : [String]]? = nil, provisionedProductId: String, serviceActionId: String)
-
Declaration
Swift
public func validate(name: String) throws