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.CreateBackendAuthForgotPasswordConfig

Description

 
Synopsis

Documentation

data CreateBackendAuthForgotPasswordConfig Source #

(DEPRECATED) Describes the forgot password policy for authenticating into the Amplify app.

See: newCreateBackendAuthForgotPasswordConfig smart constructor.

Constructors

CreateBackendAuthForgotPasswordConfig' 

Fields

Instances

Instances details
FromJSON CreateBackendAuthForgotPasswordConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.CreateBackendAuthForgotPasswordConfig

ToJSON CreateBackendAuthForgotPasswordConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.CreateBackendAuthForgotPasswordConfig

Generic CreateBackendAuthForgotPasswordConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.CreateBackendAuthForgotPasswordConfig

Read CreateBackendAuthForgotPasswordConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.CreateBackendAuthForgotPasswordConfig

Show CreateBackendAuthForgotPasswordConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.CreateBackendAuthForgotPasswordConfig

NFData CreateBackendAuthForgotPasswordConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.CreateBackendAuthForgotPasswordConfig

Eq CreateBackendAuthForgotPasswordConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.CreateBackendAuthForgotPasswordConfig

Hashable CreateBackendAuthForgotPasswordConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.CreateBackendAuthForgotPasswordConfig

type Rep CreateBackendAuthForgotPasswordConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.CreateBackendAuthForgotPasswordConfig

type Rep CreateBackendAuthForgotPasswordConfig = D1 ('MetaData "CreateBackendAuthForgotPasswordConfig" "Amazonka.AmplifyBackend.Types.CreateBackendAuthForgotPasswordConfig" "amazonka-amplifybackend-2.0-KAbme26dIsGHSomQ2pZcRc" 'False) (C1 ('MetaCons "CreateBackendAuthForgotPasswordConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "emailSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EmailSettings)) :*: (S1 ('MetaSel ('Just "smsSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SmsSettings)) :*: S1 ('MetaSel ('Just "deliveryMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DeliveryMethod))))

newCreateBackendAuthForgotPasswordConfig Source #

Create a value of CreateBackendAuthForgotPasswordConfig 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:emailSettings:CreateBackendAuthForgotPasswordConfig', createBackendAuthForgotPasswordConfig_emailSettings - (DEPRECATED) The configuration for the email sent when an app user forgets their password.

$sel:smsSettings:CreateBackendAuthForgotPasswordConfig', createBackendAuthForgotPasswordConfig_smsSettings - (DEPRECATED) The configuration for the SMS message sent when an app user forgets their password.

$sel:deliveryMethod:CreateBackendAuthForgotPasswordConfig', createBackendAuthForgotPasswordConfig_deliveryMethod - (DEPRECATED) Describes which mode to use (either SMS or email) to deliver messages to app users who want to recover their password.

createBackendAuthForgotPasswordConfig_emailSettings :: Lens' CreateBackendAuthForgotPasswordConfig (Maybe EmailSettings) Source #

(DEPRECATED) The configuration for the email sent when an app user forgets their password.

createBackendAuthForgotPasswordConfig_smsSettings :: Lens' CreateBackendAuthForgotPasswordConfig (Maybe SmsSettings) Source #

(DEPRECATED) The configuration for the SMS message sent when an app user forgets their password.

createBackendAuthForgotPasswordConfig_deliveryMethod :: Lens' CreateBackendAuthForgotPasswordConfig DeliveryMethod Source #

(DEPRECATED) Describes which mode to use (either SMS or email) to deliver messages to app users who want to recover their password.