Copyright | (c) 2013-2021 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 |
Documentation
data SMSChannelRequest Source #
Specifies the status and settings of the SMS channel for an application.
See: newSMSChannelRequest
smart constructor.
SMSChannelRequest' | |
|
Instances
newSMSChannelRequest :: SMSChannelRequest Source #
Create a value of SMSChannelRequest
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:shortCode:SMSChannelRequest'
, sMSChannelRequest_shortCode
- The registered short code that you want to use when you send messages
through the SMS channel.
$sel:enabled:SMSChannelRequest'
, sMSChannelRequest_enabled
- Specifies whether to enable the SMS channel for the application.
$sel:senderId:SMSChannelRequest'
, sMSChannelRequest_senderId
- The identity that you want to display on recipients' devices when they
receive messages from the SMS channel.
sMSChannelRequest_shortCode :: Lens' SMSChannelRequest (Maybe Text) Source #
The registered short code that you want to use when you send messages through the SMS channel.
sMSChannelRequest_enabled :: Lens' SMSChannelRequest (Maybe Bool) Source #
Specifies whether to enable the SMS channel for the application.
sMSChannelRequest_senderId :: Lens' SMSChannelRequest (Maybe Text) Source #
The identity that you want to display on recipients' devices when they receive messages from the SMS channel.