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;
}