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

ListFlowsRequest

import type { ListFlowsRequest } from "https://aws-api.deno.dev/v0.4/services/appflow.ts?docs=full";
interface ListFlowsRequest {
maxResults?: number | null;
nextToken?: string | null;
}

§Properties

§
maxResults?: number | null
[src]

Specifies the maximum number of items that should be returned in the result set.

§
nextToken?: string | null
[src]

The pagination token for next page of data.