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

GetConnectorsRequest

import type { GetConnectorsRequest } from "https://aws-api.deno.dev/v0.4/services/sms.ts?docs=full";
interface GetConnectorsRequest {
maxResults?: number | null;
nextToken?: string | null;
}

§Properties

§
maxResults?: number | null
[src]

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

§
nextToken?: string | null
[src]

The token for the next set of results.