Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data EventsRequest Source #
Specifies a batch of events to process.
See: newEventsRequest
smart constructor.
EventsRequest' | |
|
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.