| 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.GetADMChannel
Description
Get an ADM channel
Synopsis
- getADMChannel :: Text -> GetADMChannel
- data GetADMChannel
- gadmcApplicationId :: Lens' GetADMChannel Text
- getADMChannelResponse :: Int -> ADMChannelResponse -> GetADMChannelResponse
- data GetADMChannelResponse
- gadmcrsResponseStatus :: Lens' GetADMChannelResponse Int
- gadmcrsADMChannelResponse :: Lens' GetADMChannelResponse ADMChannelResponse
Creating a Request
Arguments
| :: Text | |
| -> GetADMChannel |
Creates a value of GetADMChannel with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gadmcApplicationId- Undocumented member.
data GetADMChannel Source #
See: getADMChannel smart constructor.
Instances
Request Lenses
gadmcApplicationId :: Lens' GetADMChannel Text Source #
Undocumented member.
Destructuring the Response
getADMChannelResponse Source #
Arguments
| :: Int | |
| -> ADMChannelResponse | |
| -> GetADMChannelResponse |
Creates a value of GetADMChannelResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gadmcrsResponseStatus- -- | The response status code.gadmcrsADMChannelResponse- Undocumented member.
data GetADMChannelResponse Source #
See: getADMChannelResponse smart constructor.
Instances
Response Lenses
gadmcrsResponseStatus :: Lens' GetADMChannelResponse Int Source #
- - | The response status code.
gadmcrsADMChannelResponse :: Lens' GetADMChannelResponse ADMChannelResponse Source #
Undocumented member.