UpdateFleetResponse

UpdateFleetResponse schema

AutomotiveConnected VehiclesIoTTelematicsVehicle Data

Properties

Name Type Description
id object
arn object
View JSON Schema on GitHub

JSON Schema

iot-fleetwise-update-fleet-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-fleetwise/refs/heads/main/json-schema/iot-fleetwise-update-fleet-response-schema.json",
  "title": "UpdateFleetResponse",
  "description": "UpdateFleetResponse schema",
  "type": "object",
  "properties": {
    "id": {
      "allOf": [
        {
          "$ref": "#/components/schemas/fleetId"
        },
        {
          "description": "The ID of the updated fleet."
        }
      ]
    },
    "arn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/arn"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the updated fleet."
        }
      ]
    }
  }
}