| 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.DeleteGCMChannel
Description
Deletes the GCM channel for an app.
Synopsis
- deleteGCMChannel :: Text -> DeleteGCMChannel
- data DeleteGCMChannel
- dgcApplicationId :: Lens' DeleteGCMChannel Text
- deleteGCMChannelResponse :: Int -> GCMChannelResponse -> DeleteGCMChannelResponse
- data DeleteGCMChannelResponse
- dgcrsResponseStatus :: Lens' DeleteGCMChannelResponse Int
- dgcrsGCMChannelResponse :: Lens' DeleteGCMChannelResponse GCMChannelResponse
Creating a Request
Arguments
| :: Text | |
| -> DeleteGCMChannel |
Creates a value of DeleteGCMChannel with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dgcApplicationId- Undocumented member.
data DeleteGCMChannel Source #
See: deleteGCMChannel smart constructor.
Instances
Request Lenses
dgcApplicationId :: Lens' DeleteGCMChannel Text Source #
Undocumented member.
Destructuring the Response
deleteGCMChannelResponse Source #
Arguments
| :: Int | |
| -> GCMChannelResponse | |
| -> DeleteGCMChannelResponse |
Creates a value of DeleteGCMChannelResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dgcrsResponseStatus- -- | The response status code.dgcrsGCMChannelResponse- Undocumented member.
data DeleteGCMChannelResponse Source #
See: deleteGCMChannelResponse smart constructor.
Instances
Response Lenses
dgcrsResponseStatus :: Lens' DeleteGCMChannelResponse Int Source #
- - | The response status code.
dgcrsGCMChannelResponse :: Lens' DeleteGCMChannelResponse GCMChannelResponse Source #
Undocumented member.