List Event Actions Response

Response containing a list of event actions.

Data ExchangeData MarketplaceThird-Party DataAnalyticsSubscriptions

Properties

Name Type Description
EventActions array
NextToken string
View JSON Schema on GitHub

JSON Schema

list-event-actions-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/amazon-data-exchange/json-schema/list-event-actions-response-schema.json",
  "title": "List Event Actions Response",
  "description": "Response containing a list of event actions.",
  "type": "object",
  "properties": {
    "EventActions": {
      "type": "array",
      "items": {
        "$ref": "event-action-schema.json"
      }
    },
    "NextToken": {
      "type": "string"
    }
  }
}