ListFlowExecutionMessagesRequest
import type { ListFlowExecutionMessagesRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/iotthingsgraph.ts";interface ListFlowExecutionMessagesRequest {
flowExecutionId: string;
maxResults?: number | null;
nextToken?: string | null;
}