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

ListClustersOutput

import type { ListClustersOutput } from "https://aws-api.deno.dev/v0.4/services/docdbelastic.ts?docs=full";
interface ListClustersOutput {
clusters?: ClusterInList[] | null;
nextToken?: string | null;
}

§Properties

§
clusters?: ClusterInList[] | null
[src]

A list of Elastic DocumentDB cluster.

§
nextToken?: string | null
[src]

The response will provide a nextToken if there is more data beyond the maxResults.

If there is no more data in the responce, the nextToken will not be returned.