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

ListInstanceGroupsOutput

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

This input determines which instance groups to retrieve.

interface ListInstanceGroupsOutput {
InstanceGroups?: InstanceGroup[] | null;
Marker?: string | null;
}

§Properties

§
InstanceGroups?: InstanceGroup[] | null
[src]

The list of instance groups for the cluster and given filters.

§
Marker?: string | null
[src]

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