| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.Pinpoint.GetEndpoint
Description
Returns information about an endpoint.
Synopsis
- getEndpoint :: Text -> Text -> GetEndpoint
- data GetEndpoint
- geApplicationId :: Lens' GetEndpoint Text
- geEndpointId :: Lens' GetEndpoint Text
- getEndpointResponse :: Int -> EndpointResponse -> GetEndpointResponse
- data GetEndpointResponse
- gersResponseStatus :: Lens' GetEndpointResponse Int
- gersEndpointResponse :: Lens' GetEndpointResponse EndpointResponse
Creating a Request
Arguments
| :: Text | |
| -> Text | |
| -> GetEndpoint |
Creates a value of GetEndpoint with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
geApplicationId- Undocumented member.geEndpointId- Undocumented member.
data GetEndpoint Source #
See: getEndpoint smart constructor.
Instances
Request Lenses
geApplicationId :: Lens' GetEndpoint Text Source #
Undocumented member.
geEndpointId :: Lens' GetEndpoint Text Source #
Undocumented member.
Destructuring the Response
Creates a value of GetEndpointResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gersResponseStatus- -- | The response status code.gersEndpointResponse- Undocumented member.
data GetEndpointResponse Source #
See: getEndpointResponse smart constructor.
Instances
Response Lenses
gersResponseStatus :: Lens' GetEndpointResponse Int Source #
- - | The response status code.
gersEndpointResponse :: Lens' GetEndpointResponse EndpointResponse Source #
Undocumented member.