| 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.UpdateAPNSChannel
Description
Use to update the APNs channel for an app.
- updateAPNSChannel :: Text -> APNSChannelRequest -> UpdateAPNSChannel
- data UpdateAPNSChannel
- uacApplicationId :: Lens' UpdateAPNSChannel Text
- uacAPNSChannelRequest :: Lens' UpdateAPNSChannel APNSChannelRequest
- updateAPNSChannelResponse :: Int -> APNSChannelResponse -> UpdateAPNSChannelResponse
- data UpdateAPNSChannelResponse
- uacrsResponseStatus :: Lens' UpdateAPNSChannelResponse Int
- uacrsAPNSChannelResponse :: Lens' UpdateAPNSChannelResponse APNSChannelResponse
Creating a Request
Creates a value of UpdateAPNSChannel with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
uacApplicationId- Undocumented member.uacAPNSChannelRequest- Undocumented member.
data UpdateAPNSChannel Source #
See: updateAPNSChannel smart constructor.
Instances
Request Lenses
uacApplicationId :: Lens' UpdateAPNSChannel Text Source #
Undocumented member.
uacAPNSChannelRequest :: Lens' UpdateAPNSChannel APNSChannelRequest Source #
Undocumented member.
Destructuring the Response
updateAPNSChannelResponse Source #
Arguments
| :: Int | |
| -> APNSChannelResponse | |
| -> UpdateAPNSChannelResponse |
Creates a value of UpdateAPNSChannelResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
uacrsResponseStatus- -- | The response status code.uacrsAPNSChannelResponse- Undocumented member.
data UpdateAPNSChannelResponse Source #
See: updateAPNSChannelResponse smart constructor.
Response Lenses
uacrsResponseStatus :: Lens' UpdateAPNSChannelResponse Int Source #
- - | The response status code.
uacrsAPNSChannelResponse :: Lens' UpdateAPNSChannelResponse APNSChannelResponse Source #
Undocumented member.