TerminateProvisionedProductInput
public struct TerminateProvisionedProductInput : 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?
-
If set to true, AWS Service Catalog stops managing the specified provisioned product even if it cannot delete the underlying resources.
Declaration
Swift
public let ignoreErrors: Bool?
-
The identifier of the provisioned product. You cannot specify both ProvisionedProductName and ProvisionedProductId.
Declaration
Swift
public let provisionedProductId: String?
-
The name of the provisioned product. You cannot specify both ProvisionedProductName and ProvisionedProductId.
Declaration
Swift
public let provisionedProductName: String?
-
An idempotency token that uniquely identifies the termination request. This token is only valid during the termination process. After the provisioned product is terminated, subsequent requests to terminate the same provisioned product always return ResourceNotFound.
Declaration
Swift
public let terminateToken: String
-
Undocumented
Declaration
Swift
public init(acceptLanguage: String? = nil, ignoreErrors: Bool? = nil, provisionedProductId: String? = nil, provisionedProductName: String? = nil, terminateToken: String = TerminateProvisionedProductInput.idempotencyToken())
-
Declaration
Swift
public func validate(name: String) throws