| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Pinpoint.Types.EventsRequest
Description
Synopsis
Documentation
data EventsRequest Source #
Specifies a batch of events to process.
See: newEventsRequest smart constructor.
Constructors
| EventsRequest' | |
Fields
| |
Instances
newEventsRequest :: EventsRequest Source #
Create a value of EventsRequest with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:batchItem:EventsRequest', eventsRequest_batchItem - The batch of events to process. For each item in a batch, the endpoint
ID acts as a key that has an EventsBatch object as its value.
eventsRequest_batchItem :: Lens' EventsRequest (HashMap Text EventsBatch) Source #
The batch of events to process. For each item in a batch, the endpoint ID acts as a key that has an EventsBatch object as its value.