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

ListStackResourcesOutput

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

The output for a "ListStackResources" action.

interface ListStackResourcesOutput {
NextToken?: string | null;
StackResourceSummaries: StackResourceSummary[];
}

§Properties

§
NextToken?: string | null
[src]

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

§
StackResourceSummaries: StackResourceSummary[]
[src]

A list of StackResourceSummary structures.