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

Description

 
Synopsis

Documentation

data UpdateBackendAuthForgotPasswordConfig Source #

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

See: newUpdateBackendAuthForgotPasswordConfig smart constructor.

Constructors

UpdateBackendAuthForgotPasswordConfig' 

Fields

Instances

Instances details
ToJSON UpdateBackendAuthForgotPasswordConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.UpdateBackendAuthForgotPasswordConfig

Generic UpdateBackendAuthForgotPasswordConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.UpdateBackendAuthForgotPasswordConfig

Read UpdateBackendAuthForgotPasswordConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.UpdateBackendAuthForgotPasswordConfig

Show UpdateBackendAuthForgotPasswordConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.UpdateBackendAuthForgotPasswordConfig

NFData UpdateBackendAuthForgotPasswordConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.UpdateBackendAuthForgotPasswordConfig

Eq UpdateBackendAuthForgotPasswordConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.UpdateBackendAuthForgotPasswordConfig

Hashable UpdateBackendAuthForgotPasswordConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.UpdateBackendAuthForgotPasswordConfig

type Rep UpdateBackendAuthForgotPasswordConfig Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.UpdateBackendAuthForgotPasswordConfig

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

newUpdateBackendAuthForgotPasswordConfig :: UpdateBackendAuthForgotPasswordConfig Source #

Create a value of UpdateBackendAuthForgotPasswordConfig 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:deliveryMethod:UpdateBackendAuthForgotPasswordConfig', updateBackendAuthForgotPasswordConfig_deliveryMethod - (DEPRECATED) Describes which mode to use (either SMS or email) to deliver messages to app users that want to recover their password.

$sel:emailSettings:UpdateBackendAuthForgotPasswordConfig', updateBackendAuthForgotPasswordConfig_emailSettings - (DEPRECATED) The configuration for the email sent when an app user forgets their password.

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

updateBackendAuthForgotPasswordConfig_deliveryMethod :: Lens' UpdateBackendAuthForgotPasswordConfig (Maybe DeliveryMethod) Source #

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

updateBackendAuthForgotPasswordConfig_emailSettings :: Lens' UpdateBackendAuthForgotPasswordConfig (Maybe EmailSettings) Source #

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

updateBackendAuthForgotPasswordConfig_smsSettings :: Lens' UpdateBackendAuthForgotPasswordConfig (Maybe SmsSettings) Source #

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