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

ListStacksOutput

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

The output for "ListStacks" action.

interface ListStacksOutput {
NextToken?: string | null;
StackSummaries: StackSummary[];
}

§Properties

§
NextToken?: string | null
[src]

If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional page exists, this value is null.

§
StackSummaries: StackSummary[]
[src]

A list of StackSummary structures containing information about the specified stacks.