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

ListConfigurationRevisionsRequest

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

§Properties

§
Arn: string
[src]

The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration and all of its revisions.

§
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.