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.DeleteEmailChannel
Description
Delete an email channel
- deleteEmailChannel :: Text -> DeleteEmailChannel
- data DeleteEmailChannel
- decApplicationId :: Lens' DeleteEmailChannel Text
- deleteEmailChannelResponse :: Int -> EmailChannelResponse -> DeleteEmailChannelResponse
- data DeleteEmailChannelResponse
- decrsResponseStatus :: Lens' DeleteEmailChannelResponse Int
- decrsEmailChannelResponse :: Lens' DeleteEmailChannelResponse EmailChannelResponse
Creating a Request
Arguments
:: Text | |
-> DeleteEmailChannel |
Creates a value of DeleteEmailChannel
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
decApplicationId
- Undocumented member.
data DeleteEmailChannel Source #
See: deleteEmailChannel
smart constructor.
Instances
Request Lenses
decApplicationId :: Lens' DeleteEmailChannel Text Source #
Undocumented member.
Destructuring the Response
deleteEmailChannelResponse Source #
Arguments
:: Int | |
-> EmailChannelResponse | |
-> DeleteEmailChannelResponse |
Creates a value of DeleteEmailChannelResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
decrsResponseStatus
- -- | The response status code.decrsEmailChannelResponse
- Undocumented member.
Response Lenses
decrsResponseStatus :: Lens' DeleteEmailChannelResponse Int Source #
- - | The response status code.
decrsEmailChannelResponse :: Lens' DeleteEmailChannelResponse EmailChannelResponse Source #
Undocumented member.