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

ListStacksInput

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

The input for "ListStacks" action.

interface ListStacksInput {
NextToken?: string | null;
StackStatusFilter?: StackStatus[] | null;
}

§Properties

§
NextToken?: string | null
[src]

A string that identifies the next page of stacks that you want to retrieve.

§
StackStatusFilter?: StackStatus[] | null
[src]

Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified status codes. For a complete list of stack status codes, see the StackStatus parameter of the "Stack" data type.