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

DescribeClustersResponse

import type { DescribeClustersResponse } from "https://aws-api.deno.dev/v0.3/services/dax.ts?docs=full";
interface DescribeClustersResponse {
Clusters?: Cluster[] | null;
NextToken?: string | null;
}

§Properties

§
Clusters?: Cluster[] | null
[src]

The descriptions of your DAX clusters, in response to a DescribeClusters request.

§
NextToken?: string | null
[src]

Provides an identifier to allow retrieval of paginated results.