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

ListWorkerConfigurationsResponse

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

§Properties

§
nextToken?: string | null
[src]

If the response of a ListWorkerConfigurations 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.

§
workerConfigurations?: WorkerConfigurationSummary[] | null
[src]

An array of worker configuration descriptions.