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 |
Documentation
data EndpointsResponse Source #
Provides information about all the endpoints that are associated with a user ID.
See: newEndpointsResponse
smart constructor.
EndpointsResponse' | |
|
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.