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

ProvisionedProductDetail

import type { ProvisionedProductDetail } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/servicecatalog.ts";
interface ProvisionedProductDetail {
Arn?: string | null;
CreatedTime?: Date | number | null;
Id?: string | null;
IdempotencyToken?: string | null;
LastProvisioningRecordId?: string | null;
LastRecordId?: string | null;
LastSuccessfulProvisioningRecordId?: string | null;
LaunchRoleArn?: string | null;
Name?: string | null;
ProductId?: string | null;
ProvisioningArtifactId?: string | null;
Status?: ProvisionedProductStatus | null;
StatusMessage?: string | null;
Type?: string | null;
}

§Properties

§
Arn?: string | null
[src]
§
CreatedTime?: Date | number | null
[src]
§
Id?: string | null
[src]
§
IdempotencyToken?: string | null
[src]
§
LastProvisioningRecordId?: string | null
[src]
§
LastRecordId?: string | null
[src]
§
LastSuccessfulProvisioningRecordId?: string | null
[src]
§
LaunchRoleArn?: string | null
[src]
§
Name?: string | null
[src]
§
ProductId?: string | null
[src]
§
ProvisioningArtifactId?: string | null
[src]
§
StatusMessage?: string | null
[src]
§
Type?: string | null
[src]