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

DescribeConnectorsRequest

import type { DescribeConnectorsRequest } from "https://aws-api.deno.dev/v0.3/services/appflow.ts?docs=full";
interface DescribeConnectorsRequest {
connectorTypes?: ConnectorType[] | null;
nextToken?: string | null;
}

§Properties

§
connectorTypes?: ConnectorType[] | null
[src]

The type of connector, such as Salesforce, Amplitude, and so on.

§
nextToken?: string | null
[src]

The pagination token for the next page of data.