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

DescribeFlowExecutionRecordsResponse

import type { DescribeFlowExecutionRecordsResponse } from "https://aws-api.deno.dev/v0.4/services/appflow.ts?docs=full";
interface DescribeFlowExecutionRecordsResponse {
flowExecutions?: ExecutionRecord[] | null;
nextToken?: string | null;
}

§Properties

§
flowExecutions?: ExecutionRecord[] | null
[src]

Returns a list of all instances when this flow was run.

§
nextToken?: string | null
[src]

The pagination token for the next page of data.