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

DescribeConnectorProfilesResponse

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

§Properties

§
connectorProfileDetails?: ConnectorProfile[] | null
[src]

Returns information about the connector profiles associated with the flow.

§
nextToken?: string | null
[src]

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