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

ListChangeSetsOutput

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

The output for the "ListChangeSets" action.

interface ListChangeSetsOutput {
NextToken?: string | null;
Summaries: ChangeSetSummary[];
}

§Properties

§
NextToken?: string | null
[src]

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

§

A list of ChangeSetSummary structures that provides the ID and status of each change set for the specified stack.