UpdateConnectivityInfoResponse

UpdateConnectivityInfoResponse schema

Edge ComputingIoTLambdaMachine LearningReal-Time Processing

Properties

Name Type Description
version object
message object
View JSON Schema on GitHub

JSON Schema

iot-greengrass-update-connectivity-info-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-greengrass/refs/heads/main/json-schema/iot-greengrass-update-connectivity-info-response-schema.json",
  "title": "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."
        }
      ]
    }
  }
}