| 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.DeleteAPNSSandboxChannel
Description
Delete an APNS sandbox channel
- deleteAPNSSandboxChannel :: Text -> DeleteAPNSSandboxChannel
- data DeleteAPNSSandboxChannel
- dascApplicationId :: Lens' DeleteAPNSSandboxChannel Text
- deleteAPNSSandboxChannelResponse :: Int -> APNSSandboxChannelResponse -> DeleteAPNSSandboxChannelResponse
- data DeleteAPNSSandboxChannelResponse
- dascrsResponseStatus :: Lens' DeleteAPNSSandboxChannelResponse Int
- dascrsAPNSSandboxChannelResponse :: Lens' DeleteAPNSSandboxChannelResponse APNSSandboxChannelResponse
Creating a Request
deleteAPNSSandboxChannel Source #
Arguments
| :: Text | |
| -> DeleteAPNSSandboxChannel |
Creates a value of DeleteAPNSSandboxChannel with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dascApplicationId- Undocumented member.
data DeleteAPNSSandboxChannel Source #
See: deleteAPNSSandboxChannel smart constructor.
Instances
Request Lenses
dascApplicationId :: Lens' DeleteAPNSSandboxChannel Text Source #
Undocumented member.
Destructuring the Response
deleteAPNSSandboxChannelResponse Source #
Arguments
| :: Int | |
| -> APNSSandboxChannelResponse | |
| -> DeleteAPNSSandboxChannelResponse |
Creates a value of DeleteAPNSSandboxChannelResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dascrsResponseStatus- -- | The response status code.dascrsAPNSSandboxChannelResponse- Undocumented member.
data DeleteAPNSSandboxChannelResponse Source #
See: deleteAPNSSandboxChannelResponse smart constructor.
Instances
Response Lenses
dascrsResponseStatus :: Lens' DeleteAPNSSandboxChannelResponse Int Source #
- - | The response status code.
dascrsAPNSSandboxChannelResponse :: Lens' DeleteAPNSSandboxChannelResponse APNSSandboxChannelResponse Source #
Undocumented member.