UpdatePortalResponse

UpdatePortalResponse schema

Asset ManagementIndustrial IoTIoTTime Series Data

Properties

Name Type Description
portalStatus object
View JSON Schema on GitHub

JSON Schema

iot-sitewise-update-portal-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-sitewise/refs/heads/main/json-schema/iot-sitewise-update-portal-response-schema.json",
  "title": "UpdatePortalResponse",
  "description": "UpdatePortalResponse schema",
  "type": "object",
  "properties": {
    "portalStatus": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PortalStatus"
        },
        {
          "description": "The status of the portal, which contains a state (<code>UPDATING</code> after successfully calling this operation) and any error message."
        }
      ]
    }
  },
  "required": [
    "portalStatus"
  ]
}