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

ProvisioningArtifactSummary

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

Summary information about a provisioning artifact (also known as a version) for a product.

interface ProvisioningArtifactSummary {
CreatedTime?: Date | number | null;
Description?: string | null;
Id?: string | null;
Name?: string | null;
ProvisioningArtifactMetadata?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

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

The UTC time stamp of the creation time.

§
Description?: string | null
[src]

The description of the provisioning artifact.

§
Id?: string | null
[src]

The identifier of the provisioning artifact.

§
Name?: string | null
[src]

The name of the provisioning artifact.

§
ProvisioningArtifactMetadata?: {
[key: string]: string | null | undefined;
}
| null
[src]

The metadata for the provisioning artifact. This is used with AWS Marketplace products.