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

ListClustersResponse

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

§Properties

§
ClusterInfoList?: ClusterInfo[] | 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.