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-16vtt531a2w0.deno.dev/v0.2/services/servicecatalog.ts";
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]
§
HasDefaultPath?: boolean | null
[src]
§
Id?: string | null
[src]
§
Name?: string | null
[src]
§
Owner?: string | null
[src]
§
ProductId?: string | null
[src]
§
ShortDescription?: string | null
[src]
§
SupportDescription?: string | null
[src]
§
SupportEmail?: string | null
[src]
§
SupportUrl?: string | null
[src]
§
Type?: ProductType | null
[src]