Amazon Data Exchange · JSON Structure

List Event Actions Response Structure

Response containing a list of event actions.

Type: typedMap Properties: 0
Data ExchangeData MarketplaceThird-Party DataAnalyticsSubscriptions

List Event Actions Response Structure is a JSON Structure definition published by Amazon Data Exchange. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api-evangelist.github.io/amazon-data-exchange/json-structure/list-event-actions-response-structure.json",
  "title": "List Event Actions Response",
  "description": "Response containing a list of event actions.",
  "type": "typedMap",
  "fields": {
    "EventActions": {
      "type": "list",
      "description": "The EventActions field"
    },
    "NextToken": {
      "type": "str",
      "description": "The NextToken field"
    }
  }
}