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

ProductViewSummary

import type { ProductViewSummary } from "https://aws-api.deno.dev/v0.3/services/servicecatalog.ts?docs=full";

Summary information about a product view.

interface ProductViewSummary {
Distributor?: string | null;
HasDefaultPath?: boolean | null;
Id?: string | null;
Name?: string | null;
Owner?: string | null;
ProductId?: string | null;
ShortDescription?: string | null;
SupportDescription?: string | null;
SupportEmail?: string | null;
SupportUrl?: string | null;
Type?: ProductType | null;
}

§Properties

§
Distributor?: string | null
[src]

The distributor of the product. Contact the product administrator for the significance of this value.

§
HasDefaultPath?: boolean | null
[src]

Indicates whether the product has a default path. If the product does not have a default path, call "ListLaunchPaths" to disambiguate between paths. Otherwise, "ListLaunchPaths" is not required, and the output of "ProductViewSummary" can be used directly with "DescribeProvisioningParameters".

§
Id?: string | null
[src]

The product view identifier.

§
Name?: string | null
[src]

The name of the product.

§
Owner?: string | null
[src]

The owner of the product. Contact the product administrator for the significance of this value.

§
ProductId?: string | null
[src]

The product identifier.

§
ShortDescription?: string | null
[src]

Short description of the product.

§
SupportDescription?: string | null
[src]

The description of the support for this Product.

§
SupportEmail?: string | null
[src]

The email contact information to obtain support for this Product.

§
SupportUrl?: string | null
[src]

The URL information to obtain support for this Product.

§
Type?: ProductType | null
[src]

The product type. Contact the product administrator for the significance of this value. If this value is MARKETPLACE, the product was created by AWS Marketplace.