Amazon Health Dashboard · JSON Structure

Health Describe Event Details Response Structure

DescribeEventDetailsResponse schema from Amazon Health Dashboard API

Type: object Properties: 2
Health MonitoringNotificationsOperationsService Status

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

Properties

successfulSet failedSet

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-health-dashboard/refs/heads/main/json-structure/health-describe-event-details-response-structure.json",
  "name": "DescribeEventDetailsResponse",
  "description": "DescribeEventDetailsResponse schema from Amazon Health Dashboard API",
  "type": "object",
  "properties": {
    "successfulSet": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DescribeEventDetailsSuccessfulSet"
        },
        {
          "description": "Information about the events that could be retrieved."
        }
      ]
    },
    "failedSet": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DescribeEventDetailsFailedSet"
        },
        {
          "description": "Error messages for any events that could not be retrieved."
        }
      ]
    }
  }
}