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.3/services/kafkaconnect.ts?docs=full";
interface ListConnectorsResponse {
connectors?: ConnectorSummary[] | null;
nextToken?: string | null;
}

§Properties

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

An array of connector descriptions.

§
nextToken?: string | null
[src]

If the response of a ListConnectors operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where it left off.