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

DescribeProductOutput

import type { DescribeProductOutput } from "https://aws-api.deno.dev/v0.4/services/servicecatalog.ts?docs=full";
interface DescribeProductOutput {
Budgets?: BudgetDetail[] | null;
LaunchPaths?: LaunchPath[] | null;
ProductViewSummary?: ProductViewSummary | null;
ProvisioningArtifacts?: ProvisioningArtifact[] | null;
}

§Properties

§
Budgets?: BudgetDetail[] | null
[src]

Information about the associated budgets.

§
LaunchPaths?: LaunchPath[] | null
[src]

Information about the associated launch paths.

§
ProductViewSummary?: ProductViewSummary | null
[src]

Summary information about the product view.

§
ProvisioningArtifacts?: ProvisioningArtifact[] | null
[src]

Information about the provisioning artifacts for the specified product.