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

DescribeChangeSetInput

import type { DescribeChangeSetInput } from "https://aws-api.deno.dev/v0.4/services/cloudformation.ts?docs=full";

The input for the "DescribeChangeSet" action.

interface DescribeChangeSetInput {
ChangeSetName: string;
NextToken?: string | null;
StackName?: string | null;
}

§Properties

§
ChangeSetName: string
[src]

The name or Amazon Resource Name (ARN) of the change set that you want to describe.

§
NextToken?: string | null
[src]

A string (provided by the "DescribeChangeSet" response output) that identifies the next page of information that you want to retrieve.

§
StackName?: string | null
[src]

If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.