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

ListClustersOutput

import type { ListClustersOutput } from "https://aws-api.deno.dev/v0.3/services/emr.ts?docs=full";

This contains a ClusterSummaryList with the cluster details; for example, the cluster IDs, names, and status.

interface ListClustersOutput {
Clusters?: ClusterSummary[] | null;
Marker?: string | null;
}

§Properties

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

The list of clusters for the account based on the given filters.

§
Marker?: string | null
[src]

The pagination token that indicates the next set of results to retrieve.