Amazon EventBridge · JSON Structure

Amazon Eventbridge Put Events Response Structure

PutEventsResponse schema from Amazon EventBridge API

Type: object Properties: 2
Amazon Web ServicesEvent BusEvent-DrivenEventsIntegrationServerless

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

Properties

FailedEntryCount Entries

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-eventbridge/refs/heads/main/json-structure/amazon-eventbridge-put-events-response-structure.json",
  "name": "PutEventsResponse",
  "description": "PutEventsResponse schema from Amazon EventBridge API",
  "type": "object",
  "properties": {
    "FailedEntryCount": {
      "type": "int32",
      "description": "The number of failed entries."
    },
    "Entries": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "EventId": {
            "type": "string"
          },
          "ErrorCode": {
            "type": "string"
          },
          "ErrorMessage": {
            "type": "string"
          }
        }
      }
    }
  }
}