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

SearchFlowExecutionsResponse

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

§Properties

§
nextToken?: string | null
[src]

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

§
summaries?: FlowExecutionSummary[] | null
[src]

An array of objects that contain summary information about each workflow execution in the result set.