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

ImportAsProvisionedProductInput

import type { ImportAsProvisionedProductInput } from "https://aws-api.deno.dev/v0.4/services/servicecatalog.ts?docs=full";
interface ImportAsProvisionedProductInput {
AcceptLanguage?: string | null;
IdempotencyToken: string;
PhysicalId: string;
ProductId: string;
ProvisionedProductName: string;
ProvisioningArtifactId: 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.

§
PhysicalId: string
[src]

The unique identifier of the resource to be imported. It only currently supports CloudFormation stack IDs.

§
ProductId: string
[src]

The product identifier.

§
ProvisionedProductName: string
[src]

The user-friendly name of the provisioned product. The value must be unique for the Amazon Web Services account. The name cannot be updated after the product is provisioned.

§
ProvisioningArtifactId: string
[src]

The identifier of the provisioning artifact.