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

ListVehiclesResponse

import type { ListVehiclesResponse } from "https://aws-api.deno.dev/v0.4/services/iotfleetwise.ts?docs=full";
interface ListVehiclesResponse {
nextToken?: string | null;
vehicleSummaries?: VehicleSummary[] | null;
}

§Properties

§
nextToken?: string | null
[src]

The token to retrieve the next set of results, or null if there are no more results.

§
vehicleSummaries?: VehicleSummary[] | null
[src]

A list of vehicles and information about them.