| 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.DeleteAPNSChannel
Description
Deletes the APNs channel for an app.
- deleteAPNSChannel :: Text -> DeleteAPNSChannel
- data DeleteAPNSChannel
- dacApplicationId :: Lens' DeleteAPNSChannel Text
- deleteAPNSChannelResponse :: Int -> APNSChannelResponse -> DeleteAPNSChannelResponse
- data DeleteAPNSChannelResponse
- dacrsResponseStatus :: Lens' DeleteAPNSChannelResponse Int
- dacrsAPNSChannelResponse :: Lens' DeleteAPNSChannelResponse APNSChannelResponse
Creating a Request
Arguments
| :: Text | |
| -> DeleteAPNSChannel |
Creates a value of DeleteAPNSChannel with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dacApplicationId- Undocumented member.
data DeleteAPNSChannel Source #
See: deleteAPNSChannel smart constructor.
Instances
Request Lenses
dacApplicationId :: Lens' DeleteAPNSChannel Text Source #
Undocumented member.
Destructuring the Response
deleteAPNSChannelResponse Source #
Arguments
| :: Int | |
| -> APNSChannelResponse | |
| -> DeleteAPNSChannelResponse |
Creates a value of DeleteAPNSChannelResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dacrsResponseStatus- -- | The response status code.dacrsAPNSChannelResponse- Undocumented member.
data DeleteAPNSChannelResponse Source #
See: deleteAPNSChannelResponse smart constructor.
Response Lenses
dacrsResponseStatus :: Lens' DeleteAPNSChannelResponse Int Source #
- - | The response status code.
dacrsAPNSChannelResponse :: Lens' DeleteAPNSChannelResponse APNSChannelResponse Source #
Undocumented member.