Amazon DevOps Guru · Schema

Event

An Amazon Web Services resource event. Amazon Web Services resource events and metrics are analyzed by DevOps Guru to find anomalous behavior and provide recommendations to improve your operational solutions.

Anomaly DetectionDevOpsMachine-LearningOperational Intelligence

Properties

Name Type Description
ResourceCollection object
Id object
Time object
EventSource object
Name object
DataSource object
EventClass object
Resources object
View JSON Schema on GitHub

JSON Schema

amazon-devops-guru-event-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-devops-guru/refs/heads/main/json-schema/amazon-devops-guru-event-schema.json",
  "title": "Event",
  "description": "An Amazon Web Services resource event. Amazon Web Services resource events and metrics are analyzed by DevOps Guru to find anomalous behavior and provide recommendations to improve your operational solutions.",
  "type": "object",
  "properties": {
    "ResourceCollection": {
      "$ref": "#/components/schemas/ResourceCollection"
    },
    "Id": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EventId"
        },
        {
          "description": " The ID of the event. "
        }
      ]
    },
    "Time": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "description": " A <code>Timestamp</code> that specifies the time the event occurred. "
        }
      ]
    },
    "EventSource": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EventSource"
        },
        {
          "description": " The Amazon Web Services source that emitted the event. "
        }
      ]
    },
    "Name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EventName"
        },
        {
          "description": " The name of the event. "
        }
      ]
    },
    "DataSource": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EventDataSource"
        },
        {
          "description": " The source, <code>AWS_CLOUD_TRAIL</code> or <code>AWS_CODE_DEPLOY</code>, where DevOps Guru analysis found the event. "
        }
      ]
    },
    "EventClass": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EventClass"
        },
        {
          "description": " The class of the event. The class specifies what the event is related to, such as an infrastructure change, a deployment, or a schema change. "
        }
      ]
    },
    "Resources": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EventResources"
        },
        {
          "description": " An <code>EventResource</code> object that contains information about the resource that emitted the event. "
        }
      ]
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/amazon-devops-guru-event"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.