Amazon IoT Greengrass · JSON Structure

Iot Greengrass Update Connectivity Info Response Structure

UpdateConnectivityInfoResponse schema

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

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

Properties

version message

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-update-connectivity-info-response-structure.json",
  "name": "UpdateConnectivityInfoResponse",
  "description": "UpdateConnectivityInfoResponse schema",
  "type": "object",
  "properties": {
    "version": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "Version"
          },
          "description": "The new version of the connectivity information for the core device."
        }
      ]
    },
    "message": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "Message"
          },
          "description": "A message about the connectivity information update request."
        }
      ]
    }
  }
}