| 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.GetGCMChannel
Description
Returns information about the GCM channel for an app.
- getGCMChannel :: Text -> GetGCMChannel
- data GetGCMChannel
- ggcApplicationId :: Lens' GetGCMChannel Text
- getGCMChannelResponse :: Int -> GCMChannelResponse -> GetGCMChannelResponse
- data GetGCMChannelResponse
- ggcrsResponseStatus :: Lens' GetGCMChannelResponse Int
- ggcrsGCMChannelResponse :: Lens' GetGCMChannelResponse GCMChannelResponse
Creating a Request
Arguments
| :: Text | |
| -> GetGCMChannel |
Creates a value of GetGCMChannel with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ggcApplicationId- Undocumented member.
data GetGCMChannel Source #
See: getGCMChannel smart constructor.
Instances
Request Lenses
ggcApplicationId :: Lens' GetGCMChannel Text Source #
Undocumented member.
Destructuring the Response
getGCMChannelResponse Source #
Arguments
| :: Int | |
| -> GCMChannelResponse | |
| -> GetGCMChannelResponse |
Creates a value of GetGCMChannelResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ggcrsResponseStatus- -- | The response status code.ggcrsGCMChannelResponse- Undocumented member.
data GetGCMChannelResponse Source #
See: getGCMChannelResponse smart constructor.
Response Lenses
ggcrsResponseStatus :: Lens' GetGCMChannelResponse Int Source #
- - | The response status code.
ggcrsGCMChannelResponse :: Lens' GetGCMChannelResponse GCMChannelResponse Source #
Undocumented member.