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

DescribeProductViewOutput

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

§Properties

§
ProductViewSummary?: ProductViewSummary | null
[src]

Summary information about the product.

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

Information about the provisioning artifacts for the product.