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

GetConnectorsResponse

import type { GetConnectorsResponse } from "https://aws-api.deno.dev/v0.4/services/sms.ts?docs=full";
interface GetConnectorsResponse {
connectorList?: Connector[] | null;
nextToken?: string | null;
}

§Properties

§
connectorList?: Connector[] | null
[src]

Information about the registered connectors.

§
nextToken?: string | null
[src]

The token required to retrieve the next set of results. This value is null when there are no more results to return.