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

CopyProductInput

import type { CopyProductInput } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/servicecatalog.ts";
interface CopyProductInput {
AcceptLanguage?: string | null;
CopyOptions?: CopyOption[] | null;
IdempotencyToken: string;
SourceProductArn: string;
SourceProvisioningArtifactIdentifiers?: ([key in ProvisioningArtifactPropertyName]: string | null | undefined)[] | null;
TargetProductId?: string | null;
TargetProductName?: string | null;
}

§Properties

§
AcceptLanguage?: string | null
[src]
§
CopyOptions?: CopyOption[] | null
[src]
§
IdempotencyToken: string
[src]
§
SourceProductArn: string
[src]
§
SourceProvisioningArtifactIdentifiers?: ([key in ProvisioningArtifactPropertyName]: string | null | undefined)[] | null
[src]
§
TargetProductId?: string | null
[src]
§
TargetProductName?: string | null
[src]