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

ListConnectorsRequest

import type { ListConnectorsRequest } from "https://aws-api.deno.dev/v0.4/services/appflow.ts?docs=full";
interface ListConnectorsRequest {
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. The default for maxResults is 20 (for all paginated API operations).

§
nextToken?: string | null
[src]

The pagination token for the next page of data.