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

ListCustomPluginsRequest

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

§Properties

§
maxResults?: number | null
[src]

The maximum number of custom plugins to list in one response.

§
nextToken?: string | null
[src]

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