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

ListClusterSnapshotsInput

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

§Properties

§
clusterArn?: string | null
[src]

The arn of the Elastic DocumentDB cluster.

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