Amazon IoT Greengrass · JSON Structure

Iot Greengrass Batch Disassociate Client Device From Core Device Response Structure

BatchDisassociateClientDeviceFromCoreDeviceResponse schema

Type: object Properties: 1
Edge ComputingIoTLambdaMachine LearningReal-Time Processing

BatchDisassociateClientDeviceFromCoreDeviceResponse is a JSON Structure definition published by Amazon IoT Greengrass, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

errorEntries

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-greengrass/refs/heads/main/json-structure/iot-greengrass-batch-disassociate-client-device-from-core-device-response-structure.json",
  "name": "BatchDisassociateClientDeviceFromCoreDeviceResponse",
  "description": "BatchDisassociateClientDeviceFromCoreDeviceResponse schema",
  "type": "object",
  "properties": {
    "errorEntries": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DisassociateClientDeviceFromCoreDeviceErrorList"
        },
        {
          "description": "The list of any errors for the entries in the request. Each error entry contains the name of the IoT thing that failed to disassociate."
        }
      ]
    }
  }
}