Amazon IoT FleetWise · JSON Structure

Iot Fleetwise Delete Fleet Response Structure

DeleteFleetResponse schema

Type: object Properties: 2
AutomotiveConnected VehiclesIoTTelematicsVehicle Data

DeleteFleetResponse 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

id arn

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-delete-fleet-response-structure.json",
  "name": "DeleteFleetResponse",
  "description": "DeleteFleetResponse schema",
  "type": "object",
  "properties": {
    "id": {
      "allOf": [
        {
          "$ref": "#/components/schemas/fleetId"
        },
        {
          "description": "The ID of the deleted fleet."
        }
      ]
    },
    "arn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/arn"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the deleted fleet."
        }
      ]
    }
  }
}