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

ListNodesResponse

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

§Properties

§
NextToken?: string | null
[src]

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

           To get another batch of nodes, provide this token in your next request.
§
NodeInfoList?: NodeInfo[] | null
[src]

List containing a NodeInfo object.