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

DeleteProvisionedProductPlanInput

import type { DeleteProvisionedProductPlanInput } from "https://aws-api.deno.dev/v0.4/services/servicecatalog.ts?docs=full";
interface DeleteProvisionedProductPlanInput {
AcceptLanguage?: string | null;
IgnoreErrors?: boolean | null;
PlanId: 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.

§
PlanId: string
[src]

The plan identifier.