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 EventsResponse Source #
Provides information about endpoints and the events that they're associated with.
See: newEventsResponse
smart constructor.
EventsResponse' | |
|
Instances
newEventsResponse :: EventsResponse Source #
Create a value of EventsResponse
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:results:EventsResponse'
, eventsResponse_results
- A map that contains a multipart response for each endpoint. For each
item in this object, the endpoint ID is the key and the item response is
the value. If no item response exists, the value can also be one of the
following: 202, the request was processed successfully; or 400, the
payload wasn't valid or required fields were missing.
eventsResponse_results :: Lens' EventsResponse (Maybe (HashMap Text ItemResponse)) Source #
A map that contains a multipart response for each endpoint. For each item in this object, the endpoint ID is the key and the item response is the value. If no item response exists, the value can also be one of the following: 202, the request was processed successfully; or 400, the payload wasn't valid or required fields were missing.