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
Documentation
data EmailSettings Source #
The configuration for the email sent when an app user forgets their password.
See: newEmailSettings
smart constructor.
EmailSettings' | |
|
Instances
newEmailSettings :: EmailSettings Source #
Create a value of EmailSettings
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:emailSubject:EmailSettings'
, emailSettings_emailSubject
- The subject of the email.
$sel:emailMessage:EmailSettings'
, emailSettings_emailMessage
- The body of the email.
emailSettings_emailSubject :: Lens' EmailSettings (Maybe Text) Source #
The subject of the email.
emailSettings_emailMessage :: Lens' EmailSettings (Maybe Text) Source #
The body of the email.