Amazon Pinpoint · JSON Structure

Amazon Pinpoint Events Response Structure

Provides information about endpoints and the events that they're associated with.

Type: object Properties: 1
CampaignsCommunicationsEmailMarketingMessagingPush NotificationsSMSVoiceCustomer EngagementSegmentationJourneysAnalytics

EventsResponse is a JSON Structure definition published by Amazon Pinpoint, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Results

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-pinpoint/refs/heads/main/json-structure/amazon-pinpoint-events-response-structure.json",
  "name": "EventsResponse",
  "description": "Provides information about endpoints and the events that they're associated with.",
  "type": "object",
  "properties": {
    "Results": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MapOfItemResponse"
        },
        {
          "description": "A map that contains a multipart response for each endpoint. For each item in this object, the endpoint ID is the key and the item response is the value. If no item response exists, the value can also be one of the following: 202, the request was processed successfully; or 400, the payload wasn't valid or required fields were missing."
        }
      ]
    }
  }
}