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

ListInstanceFleetsOutput

import type { ListInstanceFleetsOutput } from "https://aws-api.deno.dev/v0.3/services/emr.ts?docs=full";
interface ListInstanceFleetsOutput {
InstanceFleets?: InstanceFleet[] | null;
Marker?: string | null;
}

§Properties

§
InstanceFleets?: InstanceFleet[] | null
[src]

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

§
Marker?: string | null
[src]

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