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

DescribeCopyProductStatusInput

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

§Properties

§
AcceptLanguage?: string | null
[src]

The language code.

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

The token for the copy product operation. This token is returned by "CopyProduct".