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

ChangeSetSummary

import type { ChangeSetSummary } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/cloudformation.ts";
interface ChangeSetSummary {
ChangeSetId?: string | null;
ChangeSetName?: string | null;
CreationTime?: Date | number | null;
Description?: string | null;
ExecutionStatus?: ExecutionStatus | null;
IncludeNestedStacks?: boolean | null;
ParentChangeSetId?: string | null;
RootChangeSetId?: string | null;
StackId?: string | null;
StackName?: string | null;
Status?: ChangeSetStatus | null;
StatusReason?: string | null;
}

§Properties

§
ChangeSetId?: string | null
[src]
§
ChangeSetName?: string | null
[src]
§
CreationTime?: Date | number | null
[src]
§
Description?: string | null
[src]
§
ExecutionStatus?: ExecutionStatus | null
[src]
§
IncludeNestedStacks?: boolean | null
[src]
§
ParentChangeSetId?: string | null
[src]
§
RootChangeSetId?: string | null
[src]
§
StackId?: string | null
[src]
§
StackName?: string | null
[src]
§
Status?: ChangeSetStatus | null
[src]
§
StatusReason?: string | null
[src]