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

ListClustersResponse

import type { ListClustersResponse } from "https://aws-api.deno.dev/v0.4/services/route53recoverycontrolconfig.ts?docs=full";
interface ListClustersResponse {
Clusters?: Cluster[] | null;
NextToken?: string | null;
}

§Properties

§
Clusters?: Cluster[] | null
[src]

An array of the clusters in an account.

§
NextToken?: string | null
[src]

The token that identifies which batch of results you want to see.