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

DescribeChangeSetOutput

import type { DescribeChangeSetOutput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/cloudformation.ts";
interface DescribeChangeSetOutput {
Capabilities: Capability[];
Changes: Change[];
ChangeSetId?: string | null;
ChangeSetName?: string | null;
CreationTime?: Date | number | null;
Description?: string | null;
ExecutionStatus?: ExecutionStatus | null;
IncludeNestedStacks?: boolean | null;
NextToken?: string | null;
NotificationARNs: string[];
Parameters: Parameter[];
ParentChangeSetId?: string | null;
RollbackConfiguration?: RollbackConfiguration | null;
RootChangeSetId?: string | null;
StackId?: string | null;
StackName?: string | null;
Status?: ChangeSetStatus | null;
StatusReason?: string | null;
Tags: Tag[];
}

§Properties

§
Capabilities: Capability[]
[src]
§
Changes: Change[]
[src]
§
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]
§
NextToken?: string | null
[src]
§
NotificationARNs: string[]
[src]
§
Parameters: Parameter[]
[src]
§
ParentChangeSetId?: string | null
[src]
§
RollbackConfiguration?: RollbackConfiguration | null
[src]
§
RootChangeSetId?: string | null
[src]
§
StackId?: string | null
[src]
§
StackName?: string | null
[src]
§
Status?: ChangeSetStatus | null
[src]
§
StatusReason?: string | null
[src]
§
Tags: Tag[]
[src]