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

DescribeStackEventsOutput

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

The output for a "DescribeStackEvents" action.

interface DescribeStackEventsOutput {
NextToken?: string | null;
StackEvents: StackEvent[];
}

§Properties

§
NextToken?: string | null
[src]

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

§
StackEvents: StackEvent[]
[src]

A list of StackEvents structures.