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

DescribeConnectorsResponse

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

§Properties

§
connectorConfigurations?: [key in ConnectorType]: ConnectorConfiguration | null | undefined | null
[src]

The configuration that is applied to the connectors used in the flow.

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

Information about the connectors supported in Amazon AppFlow.

§
nextToken?: string | null
[src]

The pagination token for the next page of data.