amazonka-amplifybackend-2.0: Amazon AmplifyBackend SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.AmplifyBackend.Types.SmsSettings

Description

 
Synopsis

Documentation

data SmsSettings Source #

SMS settings for authentication.

See: newSmsSettings smart constructor.

Constructors

SmsSettings' 

Fields

Instances

Instances details
FromJSON SmsSettings Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.SmsSettings

ToJSON SmsSettings Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.SmsSettings

Generic SmsSettings Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.SmsSettings

Associated Types

type Rep SmsSettings :: Type -> Type #

Read SmsSettings Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.SmsSettings

Show SmsSettings Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.SmsSettings

NFData SmsSettings Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.SmsSettings

Methods

rnf :: SmsSettings -> () #

Eq SmsSettings Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.SmsSettings

Hashable SmsSettings Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.SmsSettings

type Rep SmsSettings Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.SmsSettings

type Rep SmsSettings = D1 ('MetaData "SmsSettings" "Amazonka.AmplifyBackend.Types.SmsSettings" "amazonka-amplifybackend-2.0-KAbme26dIsGHSomQ2pZcRc" 'False) (C1 ('MetaCons "SmsSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "smsMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.