DescribeEventDetailsForOrganizationResponse

DescribeEventDetailsForOrganizationResponse schema from Amazon Health Dashboard API

Health MonitoringNotificationsOperationsService Status

Properties

Name Type Description
successfulSet object
failedSet object
View JSON Schema on GitHub

JSON Schema

health-describe-event-details-for-organization-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-health-dashboard/refs/heads/main/json-schema/health-describe-event-details-for-organization-response-schema.json",
  "title": "DescribeEventDetailsForOrganizationResponse",
  "description": "DescribeEventDetailsForOrganizationResponse schema from Amazon Health Dashboard API",
  "type": "object",
  "properties": {
    "successfulSet": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DescribeEventDetailsForOrganizationSuccessfulSet"
        },
        {
          "description": "Information about the events that could be retrieved."
        }
      ]
    },
    "failedSet": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DescribeEventDetailsForOrganizationFailedSet"
        },
        {
          "description": "Error messages for any events that could not be retrieved."
        }
      ]
    }
  }
}