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

ListClustersResult

import type { ListClustersResult } from "https://aws-api.deno.dev/v0.3/services/snowball.ts?docs=full";
interface ListClustersResult {
ClusterListEntries?: ClusterListEntry[] | null;
NextToken?: string | null;
}

§Properties

§
ClusterListEntries?: ClusterListEntry[] | null
[src]

Each ClusterListEntry object contains a cluster's state, a cluster's ID, and other important status information.

§
NextToken?: string | null
[src]

HTTP requests are stateless. If you use the automatically generated NextToken value in your next ClusterListEntry call, your list of returned clusters will start from this point in the array.