Amazon IoT FleetWise · JSON Structure

Iot Fleetwise List Fleets Response Structure

ListFleetsResponse schema

Type: object Properties: 2
AutomotiveConnected VehiclesIoTTelematicsVehicle Data

ListFleetsResponse is a JSON Structure definition published by Amazon IoT FleetWise, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

fleetSummaries nextToken

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-fleetwise/refs/heads/main/json-structure/iot-fleetwise-list-fleets-response-structure.json",
  "name": "ListFleetsResponse",
  "description": "ListFleetsResponse schema",
  "type": "object",
  "properties": {
    "fleetSummaries": {
      "allOf": [
        {
          "$ref": "#/components/schemas/fleetSummaries"
        },
        {
          "description": " A list of information for each fleet. "
        }
      ]
    },
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/nextToken"
        },
        {
          "description": " The token to retrieve the next set of results, or <code>null</code> if there are no more results. "
        }
      ]
    }
  }
}