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

ListClusterSnapshotsOutput

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

§Properties

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

§
snapshots?: ClusterSnapshotInList[] | null
[src]

A list of Elastic DocumentDB snapshots for a specified cluster.