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

DescribeProvisioningArtifactInput

import type { DescribeProvisioningArtifactInput } from "https://aws-api.deno.dev/v0.4/services/servicecatalog.ts?docs=full";
interface DescribeProvisioningArtifactInput {
AcceptLanguage?: string | null;
ProductId?: string | null;
ProductName?: string | null;
ProvisioningArtifactId?: string | null;
ProvisioningArtifactName?: string | null;
Verbose?: boolean | null;
}

§Properties

§
AcceptLanguage?: string | null
[src]

The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese
§
ProductId?: string | null
[src]

The product identifier.

§
ProductName?: string | null
[src]

The product name.

§
ProvisioningArtifactId?: string | null
[src]

The identifier of the provisioning artifact.

§
ProvisioningArtifactName?: string | null
[src]

The provisioning artifact name.

§
Verbose?: boolean | null
[src]

Indicates whether a verbose level of detail is enabled.