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

ListCustomPluginsResponse

import type { ListCustomPluginsResponse } from "https://aws-api.deno.dev/v0.3/services/kafkaconnect.ts?docs=full";
interface ListCustomPluginsResponse {
customPlugins?: CustomPluginSummary[] | null;
nextToken?: string | null;
}

§Properties

§
customPlugins?: CustomPluginSummary[] | null
[src]

An array of custom plugin descriptions.

§
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.