Copyright | (c) 2013-2017 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 |
Get a BAIDU GCM channel
- getBaiduChannel :: Text -> GetBaiduChannel
- data GetBaiduChannel
- gbcApplicationId :: Lens' GetBaiduChannel Text
- getBaiduChannelResponse :: Int -> BaiduChannelResponse -> GetBaiduChannelResponse
- data GetBaiduChannelResponse
- gbcrsResponseStatus :: Lens' GetBaiduChannelResponse Int
- gbcrsBaiduChannelResponse :: Lens' GetBaiduChannelResponse BaiduChannelResponse
Creating a Request
Creates a value of GetBaiduChannel
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gbcApplicationId
- Undocumented member.
data GetBaiduChannel Source #
See: getBaiduChannel
smart constructor.
Request Lenses
gbcApplicationId :: Lens' GetBaiduChannel Text Source #
Undocumented member.
Destructuring the Response
getBaiduChannelResponse Source #
Creates a value of GetBaiduChannelResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gbcrsResponseStatus
- -- | The response status code.gbcrsBaiduChannelResponse
- Undocumented member.
data GetBaiduChannelResponse Source #
See: getBaiduChannelResponse
smart constructor.
Response Lenses
gbcrsResponseStatus :: Lens' GetBaiduChannelResponse Int Source #
- - | The response status code.
gbcrsBaiduChannelResponse :: Lens' GetBaiduChannelResponse BaiduChannelResponse Source #
Undocumented member.