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.deno.dev/v0.3/services/servicecatalog.ts?docs=full";

Information about a product view.

interface ProductViewDetail {
CreatedTime?: Date | number | null;
ProductARN?: string | null;
ProductViewSummary?: ProductViewSummary | null;
Status?: Status | null;
}

§Properties

§
CreatedTime?: Date | number | null
[src]

The UTC time stamp of the creation time.

§
ProductARN?: string | null
[src]

The ARN of the product.

§
ProductViewSummary?: ProductViewSummary | null
[src]

Summary information about the product view.

§
Status?: Status | null
[src]

The status of the product.

  • AVAILABLE - The product is ready for use.
  • CREATING - Product creation has started; the product is not ready for use.
  • FAILED - An action failed.