| 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.AmplifyBackend.Types.SmsSettings
Description
Synopsis
- data SmsSettings = SmsSettings' {
- smsMessage :: Maybe Text
 
 - newSmsSettings :: SmsSettings
 - smsSettings_smsMessage :: Lens' SmsSettings (Maybe Text)
 
Documentation
data SmsSettings Source #
SMS settings for authentication.
See: newSmsSettings smart constructor.
Constructors
| SmsSettings' | |
Fields 
  | |
Instances
newSmsSettings :: SmsSettings Source #
Create a value of SmsSettings 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:smsMessage:SmsSettings', smsSettings_smsMessage - The contents of the SMS message.
smsSettings_smsMessage :: Lens' SmsSettings (Maybe Text) Source #
The contents of the SMS message.