| 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.IoTEvents.Types.SMSConfiguration
Description
Synopsis
- data SMSConfiguration = SMSConfiguration' {}
- newSMSConfiguration :: NonEmpty RecipientDetail -> SMSConfiguration
- sMSConfiguration_additionalMessage :: Lens' SMSConfiguration (Maybe Text)
- sMSConfiguration_senderId :: Lens' SMSConfiguration (Maybe Text)
- sMSConfiguration_recipients :: Lens' SMSConfiguration (NonEmpty RecipientDetail)
Documentation
data SMSConfiguration Source #
Contains the configuration information of SMS notifications.
See: newSMSConfiguration smart constructor.
Constructors
| SMSConfiguration' | |
Fields
| |
Instances
Create a value of SMSConfiguration 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:additionalMessage:SMSConfiguration', sMSConfiguration_additionalMessage - The message that you want to send. The message can be up to 200
characters.
$sel:senderId:SMSConfiguration', sMSConfiguration_senderId - The sender ID.
$sel:recipients:SMSConfiguration', sMSConfiguration_recipients - Specifies one or more recipients who receive the message.
You must add the users that receive SMS messages to your AWS SSO store.
sMSConfiguration_additionalMessage :: Lens' SMSConfiguration (Maybe Text) Source #
The message that you want to send. The message can be up to 200 characters.
sMSConfiguration_senderId :: Lens' SMSConfiguration (Maybe Text) Source #
The sender ID.
sMSConfiguration_recipients :: Lens' SMSConfiguration (NonEmpty RecipientDetail) Source #
Specifies one or more recipients who receive the message.
You must add the users that receive SMS messages to your AWS SSO store.