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

DescribeStacksOutput

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

The output for a "DescribeStacks" action.

interface DescribeStacksOutput {
NextToken?: string | null;
Stacks: Stack[];
}

§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.

§
Stacks: Stack[]
[src]

A list of stack structures.