| 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.GetAPNSSandboxChannel
Description
Get an APNS sandbox channel
- getAPNSSandboxChannel :: Text -> GetAPNSSandboxChannel
- data GetAPNSSandboxChannel
- gascApplicationId :: Lens' GetAPNSSandboxChannel Text
- getAPNSSandboxChannelResponse :: Int -> APNSSandboxChannelResponse -> GetAPNSSandboxChannelResponse
- data GetAPNSSandboxChannelResponse
- gascrsResponseStatus :: Lens' GetAPNSSandboxChannelResponse Int
- gascrsAPNSSandboxChannelResponse :: Lens' GetAPNSSandboxChannelResponse APNSSandboxChannelResponse
Creating a Request
getAPNSSandboxChannel Source #
Arguments
| :: Text | |
| -> GetAPNSSandboxChannel |
Creates a value of GetAPNSSandboxChannel with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gascApplicationId- Undocumented member.
data GetAPNSSandboxChannel Source #
See: getAPNSSandboxChannel smart constructor.
Instances
Request Lenses
gascApplicationId :: Lens' GetAPNSSandboxChannel Text Source #
Undocumented member.
Destructuring the Response
getAPNSSandboxChannelResponse Source #
Arguments
| :: Int | |
| -> APNSSandboxChannelResponse | |
| -> GetAPNSSandboxChannelResponse |
Creates a value of GetAPNSSandboxChannelResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gascrsResponseStatus- -- | The response status code.gascrsAPNSSandboxChannelResponse- Undocumented member.
data GetAPNSSandboxChannelResponse Source #
See: getAPNSSandboxChannelResponse smart constructor.
Instances
Response Lenses
gascrsResponseStatus :: Lens' GetAPNSSandboxChannelResponse Int Source #
- - | The response status code.
gascrsAPNSSandboxChannelResponse :: Lens' GetAPNSSandboxChannelResponse APNSSandboxChannelResponse Source #
Undocumented member.