UpdateDecoderManifestResponse

UpdateDecoderManifestResponse schema

AutomotiveConnected VehiclesIoTTelematicsVehicle Data

Properties

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

JSON Schema

iot-fleetwise-update-decoder-manifest-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-decoder-manifest-response-schema.json",
  "title": "UpdateDecoderManifestResponse",
  "description": "UpdateDecoderManifestResponse schema",
  "type": "object",
  "properties": {
    "name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/resourceName"
        },
        {
          "description": " The name of the updated decoder manifest. "
        }
      ]
    },
    "arn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/arn"
        },
        {
          "description": " The Amazon Resource Name (ARN) of the updated decoder manifest. "
        }
      ]
    }
  },
  "required": [
    "name",
    "arn"
  ]
}