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 an ADM channel
- 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
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.
Request Lenses
gadmcApplicationId :: Lens' GetADMChannel Text Source #
Undocumented member.
Destructuring the Response
getADMChannelResponse Source #
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.
Response Lenses
gadmcrsResponseStatus :: Lens' GetADMChannelResponse Int Source #
- - | The response status code.
gadmcrsADMChannelResponse :: Lens' GetADMChannelResponse ADMChannelResponse Source #
Undocumented member.