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.deno.dev/v0.4/services/cloudformation.ts?docs=full";

The output for the "DescribeChangeSet" action.

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]

If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.

§
Changes: Change[]
[src]

A list of Change structures that describes the resources CloudFormation changes if you execute the change set.

§
ChangeSetId?: string | null
[src]

The Amazon Resource Name (ARN) of the change set.

§
ChangeSetName?: string | null
[src]

The name of the change set.

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

The start time when the change set was created, in UTC.

§
Description?: string | null
[src]

Information about the change set.

§
ExecutionStatus?: ExecutionStatus | null
[src]

If the change set execution status is AVAILABLE, you can execute the change set. If you can't execute the change set, the status indicates why. For example, a change set might be in an UNAVAILABLE state because CloudFormation is still creating it or in an OBSOLETE state because the stack was already updated.

§
IncludeNestedStacks?: boolean | null
[src]

Verifies if IncludeNestedStacks is set to True.

§
NextToken?: string | null
[src]

If the output exceeds 1 MB, a string that identifies the next page of changes. If there is no additional page, this value is null.

§
NotificationARNs: string[]
[src]

The ARNs of the Amazon Simple Notification Service (Amazon SNS) topics that will be associated with the stack if you execute the change set.

§
Parameters: Parameter[]
[src]

A list of Parameter structures that describes the input parameters and their values used to create the change set. For more information, see the Parameter data type.

§
ParentChangeSetId?: string | null
[src]

Specifies the change set ID of the parent change set in the current nested change set hierarchy.

§
RollbackConfiguration?: RollbackConfiguration | null
[src]

The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.

§
RootChangeSetId?: string | null
[src]

Specifies the change set ID of the root change set in the current nested change set hierarchy.

§
StackId?: string | null
[src]

The Amazon Resource Name (ARN) of the stack that's associated with the change set.

§
StackName?: string | null
[src]

The name of the stack that's associated with the change set.

§
Status?: ChangeSetStatus | null
[src]

The current status of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.

§
StatusReason?: string | null
[src]

A description of the change set's status. For example, if your attempt to create a change set failed, CloudFormation shows the error message.

§
Tags: Tag[]
[src]

If you execute the change set, the tags that will be associated with the stack.