Copyright | (c) 2013-2017 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 |
Update an APNS VoIP sandbox channel
- updateAPNSVoipSandboxChannel :: Text -> APNSVoipSandboxChannelRequest -> UpdateAPNSVoipSandboxChannel
- data UpdateAPNSVoipSandboxChannel
- uavscApplicationId :: Lens' UpdateAPNSVoipSandboxChannel Text
- uavscAPNSVoipSandboxChannelRequest :: Lens' UpdateAPNSVoipSandboxChannel APNSVoipSandboxChannelRequest
- updateAPNSVoipSandboxChannelResponse :: Int -> APNSVoipSandboxChannelResponse -> UpdateAPNSVoipSandboxChannelResponse
- data UpdateAPNSVoipSandboxChannelResponse
- uavscrsResponseStatus :: Lens' UpdateAPNSVoipSandboxChannelResponse Int
- uavscrsAPNSVoipSandboxChannelResponse :: Lens' UpdateAPNSVoipSandboxChannelResponse APNSVoipSandboxChannelResponse
Creating a Request
updateAPNSVoipSandboxChannel Source #
Creates a value of UpdateAPNSVoipSandboxChannel
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
uavscApplicationId
- Undocumented member.uavscAPNSVoipSandboxChannelRequest
- Undocumented member.
data UpdateAPNSVoipSandboxChannel Source #
See: updateAPNSVoipSandboxChannel
smart constructor.
Request Lenses
uavscApplicationId :: Lens' UpdateAPNSVoipSandboxChannel Text Source #
Undocumented member.
uavscAPNSVoipSandboxChannelRequest :: Lens' UpdateAPNSVoipSandboxChannel APNSVoipSandboxChannelRequest Source #
Undocumented member.
Destructuring the Response
updateAPNSVoipSandboxChannelResponse Source #
Creates a value of UpdateAPNSVoipSandboxChannelResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
uavscrsResponseStatus
- -- | The response status code.uavscrsAPNSVoipSandboxChannelResponse
- Undocumented member.
data UpdateAPNSVoipSandboxChannelResponse Source #
See: updateAPNSVoipSandboxChannelResponse
smart constructor.
Response Lenses
uavscrsResponseStatus :: Lens' UpdateAPNSVoipSandboxChannelResponse Int Source #
- - | The response status code.