Amazon Pinpoint · JSON Structure

Amazon Pinpoint Item Response Structure

Provides information about the results of a request to create or update an endpoint that's associated with an event.

Type: object Properties: 2
CampaignsCommunicationsEmailMarketingMessagingPush NotificationsSMSVoiceCustomer EngagementSegmentationJourneysAnalytics

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

Properties

EndpointItemResponse EventsItemResponse

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-item-response-structure.json",
  "name": "ItemResponse",
  "description": "Provides information about the results of a request to create or update an endpoint that's associated with an event.",
  "type": "object",
  "properties": {
    "EndpointItemResponse": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EndpointItemResponse"
        },
        {
          "description": "The response that was received after the endpoint data was accepted."
        }
      ]
    },
    "EventsItemResponse": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MapOfEventItemResponse"
        },
        {
          "description": "A multipart response object that contains a key and a value for each event in the request. In each object, the event ID is the key and an EventItemResponse object is the value."
        }
      ]
    }
  }
}