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

ListConnectorsResponse

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

§Properties

§
connectors?: ConnectorDetail[] | null
[src]

Contains information about the connectors supported by Amazon AppFlow.

§
nextToken?: string | null
[src]

The pagination token for the next page of data. If nextToken=null, this means that all records have been fetched.