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

ListNodesRequest

import type { ListNodesRequest } from "https://aws-api.deno.dev/v0.3/services/kafka.ts?docs=full";
interface ListNodesRequest {
ClusterArn: string;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
ClusterArn: string
[src]

The Amazon Resource Name (ARN) that uniquely identifies the cluster.

§
MaxResults?: number | null
[src]

The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.

§
NextToken?: string | null
[src]

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

        To get the next batch, provide this token in your next request.