| 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.GetAPNSChannel
Description
Returns information about the APNs channel for an app.
- getAPNSChannel :: Text -> GetAPNSChannel
- data GetAPNSChannel
- gacApplicationId :: Lens' GetAPNSChannel Text
- getAPNSChannelResponse :: Int -> APNSChannelResponse -> GetAPNSChannelResponse
- data GetAPNSChannelResponse
- gacrsResponseStatus :: Lens' GetAPNSChannelResponse Int
- gacrsAPNSChannelResponse :: Lens' GetAPNSChannelResponse APNSChannelResponse
Creating a Request
Arguments
| :: Text | |
| -> GetAPNSChannel |
Creates a value of GetAPNSChannel with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gacApplicationId- Undocumented member.
data GetAPNSChannel Source #
See: getAPNSChannel smart constructor.
Instances
Request Lenses
gacApplicationId :: Lens' GetAPNSChannel Text Source #
Undocumented member.
Destructuring the Response
getAPNSChannelResponse Source #
Arguments
| :: Int | |
| -> APNSChannelResponse | |
| -> GetAPNSChannelResponse |
Creates a value of GetAPNSChannelResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gacrsResponseStatus- -- | The response status code.gacrsAPNSChannelResponse- Undocumented member.
data GetAPNSChannelResponse Source #
See: getAPNSChannelResponse smart constructor.
Response Lenses
gacrsResponseStatus :: Lens' GetAPNSChannelResponse Int Source #
- - | The response status code.
gacrsAPNSChannelResponse :: Lens' GetAPNSChannelResponse APNSChannelResponse Source #
Undocumented member.