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

ExecuteProvisionedProductPlanInput

import type { ExecuteProvisionedProductPlanInput } from "https://aws-api.deno.dev/v0.4/services/servicecatalog.ts?docs=full";
interface ExecuteProvisionedProductPlanInput {
AcceptLanguage?: string | null;
IdempotencyToken: string;
PlanId: string;
}

§Properties

§
AcceptLanguage?: string | null
[src]

The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese
§
IdempotencyToken: string
[src]

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.

§
PlanId: string
[src]

The plan identifier.