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

ProductViewDetail

import type { ProductViewDetail } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/servicecatalog.ts";
interface ProductViewDetail {
CreatedTime?: Date | number | null;
ProductARN?: string | null;
ProductViewSummary?: ProductViewSummary | null;
Status?: Status | null;
}

§Properties

§
CreatedTime?: Date | number | null
[src]
§
ProductARN?: string | null
[src]
§
ProductViewSummary?: ProductViewSummary | null
[src]
§
Status?: Status | null
[src]