| 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.DeleteSmsChannel
Description
Delete an SMS channel
- deleteSmsChannel :: Text -> DeleteSmsChannel
- data DeleteSmsChannel
- dscApplicationId :: Lens' DeleteSmsChannel Text
- deleteSmsChannelResponse :: Int -> SMSChannelResponse -> DeleteSmsChannelResponse
- data DeleteSmsChannelResponse
- dscrsResponseStatus :: Lens' DeleteSmsChannelResponse Int
- dscrsSMSChannelResponse :: Lens' DeleteSmsChannelResponse SMSChannelResponse
Creating a Request
Arguments
| :: Text | |
| -> DeleteSmsChannel |
Creates a value of DeleteSmsChannel with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dscApplicationId- Undocumented member.
data DeleteSmsChannel Source #
See: deleteSmsChannel smart constructor.
Instances
Request Lenses
dscApplicationId :: Lens' DeleteSmsChannel Text Source #
Undocumented member.
Destructuring the Response
deleteSmsChannelResponse Source #
Arguments
| :: Int | |
| -> SMSChannelResponse | |
| -> DeleteSmsChannelResponse |
Creates a value of DeleteSmsChannelResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dscrsResponseStatus- -- | The response status code.dscrsSMSChannelResponse- Undocumented member.
data DeleteSmsChannelResponse Source #
See: deleteSmsChannelResponse smart constructor.
Response Lenses
dscrsResponseStatus :: Lens' DeleteSmsChannelResponse Int Source #
- - | The response status code.
dscrsSMSChannelResponse :: Lens' DeleteSmsChannelResponse SMSChannelResponse Source #
Undocumented member.