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

ListFleetsOutput

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

§Properties

§
FleetIds?: string[] | null
[src]

A set of fleet IDs that match the list request.

§
NextToken?: string | null
[src]

A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.