| 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.EndpointsResponse
Description
Documentation
data EndpointsResponse Source #
Provides information about all the endpoints that are associated with a user ID.
See: newEndpointsResponse smart constructor.
Constructors
| EndpointsResponse' | |
Fields
| |
Instances
newEndpointsResponse :: EndpointsResponse Source #
Create a value of EndpointsResponse 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:item:EndpointsResponse', endpointsResponse_item - An array of responses, one for each endpoint that's associated with the
user ID.
endpointsResponse_item :: Lens' EndpointsResponse [EndpointResponse] Source #
An array of responses, one for each endpoint that's associated with the user ID.