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

ListClustersInput

import type { ListClustersInput } from "https://aws-api.deno.dev/v0.4/services/docdbelastic.ts?docs=full";
interface ListClustersInput {
maxResults?: number | null;
nextToken?: string | null;
}

§Properties

§
maxResults?: number | null
[src]

The maximum number of entries to recieve in the response.

§
nextToken?: string | null
[src]

The nextToken which is used the get the next page of data.