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 |
Get an APNS VoIP channel
Synopsis
- getAPNSVoipChannel :: Text -> GetAPNSVoipChannel
- data GetAPNSVoipChannel
- gavcApplicationId :: Lens' GetAPNSVoipChannel Text
- getAPNSVoipChannelResponse :: Int -> APNSVoipChannelResponse -> GetAPNSVoipChannelResponse
- data GetAPNSVoipChannelResponse
- gavcrsResponseStatus :: Lens' GetAPNSVoipChannelResponse Int
- gavcrsAPNSVoipChannelResponse :: Lens' GetAPNSVoipChannelResponse APNSVoipChannelResponse
Creating a Request
Creates a value of GetAPNSVoipChannel
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gavcApplicationId
- Undocumented member.
data GetAPNSVoipChannel Source #
See: getAPNSVoipChannel
smart constructor.
Instances
Request Lenses
gavcApplicationId :: Lens' GetAPNSVoipChannel Text Source #
Undocumented member.
Destructuring the Response
getAPNSVoipChannelResponse Source #
Creates a value of GetAPNSVoipChannelResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gavcrsResponseStatus
- -- | The response status code.gavcrsAPNSVoipChannelResponse
- Undocumented member.
data GetAPNSVoipChannelResponse Source #
See: getAPNSVoipChannelResponse
smart constructor.
Instances
Response Lenses
gavcrsResponseStatus :: Lens' GetAPNSVoipChannelResponse Int Source #
- - | The response status code.
gavcrsAPNSVoipChannelResponse :: Lens' GetAPNSVoipChannelResponse APNSVoipChannelResponse Source #
Undocumented member.