Amazon IoT Greengrass · JSON Structure

Iot Greengrass Batch Disassociate Client Device From Core Device Request Structure

BatchDisassociateClientDeviceFromCoreDeviceRequest schema

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

BatchDisassociateClientDeviceFromCoreDeviceRequest 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

entries

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-request-structure.json",
  "name": "BatchDisassociateClientDeviceFromCoreDeviceRequest",
  "description": "BatchDisassociateClientDeviceFromCoreDeviceRequest schema",
  "type": "object",
  "properties": {
    "entries": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DisassociateClientDeviceFromCoreDeviceEntryList"
        },
        {
          "description": "The list of client devices to disassociate."
        }
      ]
    }
  }
}