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

ListFleetsResponse

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

§Properties

§
FleetSummaryList?: FleetSummary[] | null
[src]

The summary list of the fleets.

§
NextToken?: string | null
[src]

The pagination token used to retrieve the next page of results for this operation. If there are no more pages, this value is null.