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

DescribeProvisioningParametersInput

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

§Properties

§
AcceptLanguage?: string | null
[src]

The language code.

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

The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use "ListLaunchPaths". You must provide the name or ID, but not both.

§
PathName?: string | null
[src]

The name of the path. You must provide the name or ID, but not both.

§
ProductId?: string | null
[src]

The product identifier. You must provide the product name or ID, but not both.

§
ProductName?: string | null
[src]

The name of the product. You must provide the name or ID, but not both.

§
ProvisioningArtifactId?: string | null
[src]

The identifier of the provisioning artifact. You must provide the name or ID, but not both.

§
ProvisioningArtifactName?: string | null
[src]

The name of the provisioning artifact. You must provide the name or ID, but not both.