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

CreateProvisioningArtifactInput

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

§

The configuration for the provisioning artifact.

§
ProductId: string
[src]

The product identifier.