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

ListChangeSetsInput

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

The input for the "ListChangeSets" action.

interface ListChangeSetsInput {
NextToken?: string | null;
StackName: string;
}

§Properties

§
NextToken?: string | null
[src]

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

§
StackName: string
[src]

The name or the Amazon Resource Name (ARN) of the stack for which you want to list change sets.