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

ListClustersRequest

import type { ListClustersRequest } from "https://aws-api.deno.dev/v0.3/services/snowball.ts?docs=full";
interface ListClustersRequest {
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
MaxResults?: number | null
[src]

The number of ClusterListEntry objects to return.

§
NextToken?: string | null
[src]

HTTP requests are stateless. To identify what object comes "next" in the list of ClusterListEntry objects, you have the option of specifying NextToken as the starting point for your returned list.