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

ListConfigurationsResponse

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

§Properties

§
Configurations?: Configuration[] | null
[src]

An array of MSK configurations.

§
NextToken?: string | null
[src]

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

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