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 email channel
- getEmailChannel :: Text -> GetEmailChannel
- data GetEmailChannel
- gecApplicationId :: Lens' GetEmailChannel Text
- getEmailChannelResponse :: Int -> EmailChannelResponse -> GetEmailChannelResponse
- data GetEmailChannelResponse
- gecrsResponseStatus :: Lens' GetEmailChannelResponse Int
- gecrsEmailChannelResponse :: Lens' GetEmailChannelResponse EmailChannelResponse
Creating a Request
Creates a value of GetEmailChannel
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gecApplicationId
- Undocumented member.
data GetEmailChannel Source #
See: getEmailChannel
smart constructor.
Request Lenses
gecApplicationId :: Lens' GetEmailChannel Text Source #
Undocumented member.
Destructuring the Response
getEmailChannelResponse Source #
Creates a value of GetEmailChannelResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gecrsResponseStatus
- -- | The response status code.gecrsEmailChannelResponse
- Undocumented member.
data GetEmailChannelResponse Source #
See: getEmailChannelResponse
smart constructor.
Response Lenses
gecrsResponseStatus :: Lens' GetEmailChannelResponse Int Source #
- - | The response status code.
gecrsEmailChannelResponse :: Lens' GetEmailChannelResponse EmailChannelResponse Source #
Undocumented member.