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

ListInstanceGroupsInput

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

This input determines which instance groups to retrieve.

interface ListInstanceGroupsInput {
ClusterId: string;
Marker?: string | null;
}

§Properties

§
ClusterId: string
[src]

The identifier of the cluster for which to list the instance groups.

§
Marker?: string | null
[src]

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