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 |
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.
SMSConfiguration' | |
|
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.