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

ListFlowExecutionMessagesResponse

import type { ListFlowExecutionMessagesResponse } from "https://aws-api.deno.dev/v0.4/services/iotthingsgraph.ts?docs=full";
interface ListFlowExecutionMessagesResponse {
messages?: FlowExecutionMessage[] | null;
nextToken?: string | null;
}

§Properties

§
messages?: FlowExecutionMessage[] | null
[src]

A list of objects that contain information about events in the specified flow execution.

§
nextToken?: string | null
[src]

The string to specify as nextToken when you request the next page of results.