Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

TerminateProvisionedProductInput

import type { TerminateProvisionedProductInput } from "https://aws-api.deno.dev/v0.4/services/servicecatalog.ts?docs=full";
interface TerminateProvisionedProductInput {
AcceptLanguage?: string | null;
IgnoreErrors?: boolean | null;
ProvisionedProductId?: string | null;
ProvisionedProductName?: string | null;
RetainPhysicalResources?: boolean | null;
TerminateToken: string;
}

§Properties

§
AcceptLanguage?: string | null
[src]

The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese
§
IgnoreErrors?: boolean | null
[src]

If set to true, Service Catalog stops managing the specified provisioned product even if it cannot delete the underlying resources.

§
ProvisionedProductId?: string | null
[src]

The identifier of the provisioned product. You cannot specify both ProvisionedProductName and ProvisionedProductId.

§
ProvisionedProductName?: string | null
[src]

The name of the provisioned product. You cannot specify both ProvisionedProductName and ProvisionedProductId.

§
RetainPhysicalResources?: boolean | null
[src]

When this boolean parameter is set to true, the TerminateProvisionedProduct API deletes the Service Catalog provisioned product. However, it does not remove the CloudFormation stack, stack set, or the underlying resources of the deleted provisioned product. The default value is false.

§
TerminateToken: string
[src]

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.