ExecuteProvisionedProductPlanInput
public struct ExecuteProvisionedProductPlanInput : 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?
-
A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.
Declaration
Swift
public let idempotencyToken: String
-
The plan identifier.
Declaration
Swift
public let planId: String
-
Undocumented
Declaration
Swift
public init(acceptLanguage: String? = nil, idempotencyToken: String = ExecuteProvisionedProductPlanInput.idempotencyToken(), planId: String)
-
Declaration
Swift
public func validate(name: String) throws