| 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.UpdateSmsChannel
Description
Update an SMS channel
Synopsis
- updateSmsChannel :: Text -> SMSChannelRequest -> UpdateSmsChannel
- data UpdateSmsChannel
- uscApplicationId :: Lens' UpdateSmsChannel Text
- uscSMSChannelRequest :: Lens' UpdateSmsChannel SMSChannelRequest
- updateSmsChannelResponse :: Int -> SMSChannelResponse -> UpdateSmsChannelResponse
- data UpdateSmsChannelResponse
- uscrsResponseStatus :: Lens' UpdateSmsChannelResponse Int
- uscrsSMSChannelResponse :: Lens' UpdateSmsChannelResponse SMSChannelResponse
Creating a Request
Creates a value of UpdateSmsChannel with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
uscApplicationId- Undocumented member.uscSMSChannelRequest- Undocumented member.
data UpdateSmsChannel Source #
See: updateSmsChannel smart constructor.
Instances
Request Lenses
uscApplicationId :: Lens' UpdateSmsChannel Text Source #
Undocumented member.
uscSMSChannelRequest :: Lens' UpdateSmsChannel SMSChannelRequest Source #
Undocumented member.
Destructuring the Response
updateSmsChannelResponse Source #
Arguments
| :: Int | |
| -> SMSChannelResponse | |
| -> UpdateSmsChannelResponse |
Creates a value of UpdateSmsChannelResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
uscrsResponseStatus- -- | The response status code.uscrsSMSChannelResponse- Undocumented member.
data UpdateSmsChannelResponse Source #
See: updateSmsChannelResponse smart constructor.
Instances
Response Lenses
uscrsResponseStatus :: Lens' UpdateSmsChannelResponse Int Source #
- - | The response status code.
uscrsSMSChannelResponse :: Lens' UpdateSmsChannelResponse SMSChannelResponse Source #
Undocumented member.