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

StackSummary

import type { StackSummary } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/cloudformation.ts";
interface StackSummary {
CreationTime: Date | number;
DeletionTime?: Date | number | null;
DriftInformation?: StackDriftInformationSummary | null;
LastUpdatedTime?: Date | number | null;
ParentId?: string | null;
RootId?: string | null;
StackId?: string | null;
StackName: string;
StackStatus: StackStatus;
StackStatusReason?: string | null;
TemplateDescription?: string | null;
}

§Properties

§
CreationTime: Date | number
[src]
§
DeletionTime?: Date | number | null
[src]
§
DriftInformation?: StackDriftInformationSummary | null
[src]
§
LastUpdatedTime?: Date | number | null
[src]
§
ParentId?: string | null
[src]
§
RootId?: string | null
[src]
§
StackId?: string | null
[src]
§
StackName: string
[src]
§
StackStatus: StackStatus
[src]
§
StackStatusReason?: string | null
[src]
§
TemplateDescription?: string | null
[src]