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 UpdateBackendAuthForgotPasswordConfig = UpdateBackendAuthForgotPasswordConfig' {}
- newUpdateBackendAuthForgotPasswordConfig :: UpdateBackendAuthForgotPasswordConfig
- updateBackendAuthForgotPasswordConfig_emailSettings :: Lens' UpdateBackendAuthForgotPasswordConfig (Maybe EmailSettings)
- updateBackendAuthForgotPasswordConfig_smsSettings :: Lens' UpdateBackendAuthForgotPasswordConfig (Maybe SmsSettings)
- updateBackendAuthForgotPasswordConfig_deliveryMethod :: Lens' UpdateBackendAuthForgotPasswordConfig (Maybe DeliveryMethod)
Documentation
data UpdateBackendAuthForgotPasswordConfig Source #
Describes the forgot password policy for authenticating into the Amplify app.
See: newUpdateBackendAuthForgotPasswordConfig
smart constructor.
UpdateBackendAuthForgotPasswordConfig' | |
|
Instances
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:emailSettings:UpdateBackendAuthForgotPasswordConfig'
, updateBackendAuthForgotPasswordConfig_emailSettings
- The configuration for the email sent when an app user forgets their
password.
$sel:smsSettings:UpdateBackendAuthForgotPasswordConfig'
, updateBackendAuthForgotPasswordConfig_smsSettings
- The configuration for the SMS message sent when an Amplify app user
forgets their password.
$sel:deliveryMethod:UpdateBackendAuthForgotPasswordConfig'
, updateBackendAuthForgotPasswordConfig_deliveryMethod
- 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 #
The configuration for the email sent when an app user forgets their password.
updateBackendAuthForgotPasswordConfig_smsSettings :: Lens' UpdateBackendAuthForgotPasswordConfig (Maybe SmsSettings) Source #
The configuration for the SMS message sent when an Amplify app user forgets their password.
updateBackendAuthForgotPasswordConfig_deliveryMethod :: Lens' UpdateBackendAuthForgotPasswordConfig (Maybe DeliveryMethod) Source #
Describes which mode to use (either SMS or email) to deliver messages to app users that want to recover their password.