| 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.DeleteAPNSVoipChannel
Description
Delete an APNS VoIP channel
- deleteAPNSVoipChannel :: Text -> DeleteAPNSVoipChannel
- data DeleteAPNSVoipChannel
- davcApplicationId :: Lens' DeleteAPNSVoipChannel Text
- deleteAPNSVoipChannelResponse :: Int -> APNSVoipChannelResponse -> DeleteAPNSVoipChannelResponse
- data DeleteAPNSVoipChannelResponse
- davcrsResponseStatus :: Lens' DeleteAPNSVoipChannelResponse Int
- davcrsAPNSVoipChannelResponse :: Lens' DeleteAPNSVoipChannelResponse APNSVoipChannelResponse
Creating a Request
deleteAPNSVoipChannel Source #
Arguments
| :: Text | |
| -> DeleteAPNSVoipChannel |
Creates a value of DeleteAPNSVoipChannel with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
davcApplicationId- Undocumented member.
data DeleteAPNSVoipChannel Source #
See: deleteAPNSVoipChannel smart constructor.
Instances
Request Lenses
davcApplicationId :: Lens' DeleteAPNSVoipChannel Text Source #
Undocumented member.
Destructuring the Response
deleteAPNSVoipChannelResponse Source #
Arguments
| :: Int | |
| -> APNSVoipChannelResponse | |
| -> DeleteAPNSVoipChannelResponse |
Creates a value of DeleteAPNSVoipChannelResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
davcrsResponseStatus- -- | The response status code.davcrsAPNSVoipChannelResponse- Undocumented member.
data DeleteAPNSVoipChannelResponse Source #
See: deleteAPNSVoipChannelResponse smart constructor.
Instances
Response Lenses
davcrsResponseStatus :: Lens' DeleteAPNSVoipChannelResponse Int Source #
- - | The response status code.
davcrsAPNSVoipChannelResponse :: Lens' DeleteAPNSVoipChannelResponse APNSVoipChannelResponse Source #
Undocumented member.