Amazon IoT Greengrass · JSON Structure

Iot Greengrass Batch Associate Client Device With Core Device Response Structure

BatchAssociateClientDeviceWithCoreDeviceResponse schema

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

BatchAssociateClientDeviceWithCoreDeviceResponse 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-associate-client-device-with-core-device-response-structure.json",
  "name": "BatchAssociateClientDeviceWithCoreDeviceResponse",
  "description": "BatchAssociateClientDeviceWithCoreDeviceResponse schema",
  "type": "object",
  "properties": {
    "errorEntries": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AssociateClientDeviceWithCoreDeviceErrorList"
        },
        {
          "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 associate."
        }
      ]
    }
  }
}