| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Pinpoint.Types.SMSChannelRequest
Description
Documentation
data SMSChannelRequest Source #
Specifies the status and settings of the SMS channel for an application.
See: newSMSChannelRequest smart constructor.
Constructors
| SMSChannelRequest' | |
Fields
| |
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: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.
$sel:shortCode:SMSChannelRequest', sMSChannelRequest_shortCode - 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.
sMSChannelRequest_shortCode :: Lens' SMSChannelRequest (Maybe Text) Source #
The registered short code that you want to use when you send messages through the SMS channel.