Amazon IoT FleetWise · JSON Structure

Iot Fleetwise Delete Campaign Response Structure

DeleteCampaignResponse schema

Type: object Properties: 2
AutomotiveConnected VehiclesIoTTelematicsVehicle Data

DeleteCampaignResponse 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

name 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-campaign-response-structure.json",
  "name": "DeleteCampaignResponse",
  "description": "DeleteCampaignResponse schema",
  "type": "object",
  "properties": {
    "name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/campaignName"
        },
        {
          "description": "The name of the deleted campaign."
        }
      ]
    },
    "arn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/arn"
        },
        {
          "description": "<p> The Amazon Resource Name (ARN) of the deleted campaign.</p> <note> <p>The ARN isn\u2019t returned if a campaign doesn\u2019t exist.</p> </note>"
        }
      ]
    }
  }
}