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

ListClustersV2Response

import type { ListClustersV2Response } from "https://aws-api.deno.dev/v0.3/services/kafka.ts?docs=full";
interface ListClustersV2Response {
ClusterInfoList?: Cluster[] | null;
NextToken?: string | null;
}

§Properties

§
ClusterInfoList?: Cluster[] | null
[src]

Information on each of the MSK clusters in the response.

§
NextToken?: string | null
[src]

The paginated results marker. When the result of a ListClusters operation is truncated, the call returns NextToken in the response.

           To get another batch of clusters, provide this token in your next request.