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 CustomVerificationEmailTemplate = CustomVerificationEmailTemplate' {}
- newCustomVerificationEmailTemplate :: CustomVerificationEmailTemplate
- customVerificationEmailTemplate_fromEmailAddress :: Lens' CustomVerificationEmailTemplate (Maybe Text)
- customVerificationEmailTemplate_templateName :: Lens' CustomVerificationEmailTemplate (Maybe Text)
- customVerificationEmailTemplate_failureRedirectionURL :: Lens' CustomVerificationEmailTemplate (Maybe Text)
- customVerificationEmailTemplate_templateSubject :: Lens' CustomVerificationEmailTemplate (Maybe Text)
- customVerificationEmailTemplate_successRedirectionURL :: Lens' CustomVerificationEmailTemplate (Maybe Text)
Documentation
data CustomVerificationEmailTemplate Source #
Contains information about a custom verification email template.
See: newCustomVerificationEmailTemplate
smart constructor.
CustomVerificationEmailTemplate' | |
|
Instances
newCustomVerificationEmailTemplate :: CustomVerificationEmailTemplate Source #
Create a value of CustomVerificationEmailTemplate
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:fromEmailAddress:CustomVerificationEmailTemplate'
, customVerificationEmailTemplate_fromEmailAddress
- The email address that the custom verification email is sent from.
$sel:templateName:CustomVerificationEmailTemplate'
, customVerificationEmailTemplate_templateName
- The name of the custom verification email template.
$sel:failureRedirectionURL:CustomVerificationEmailTemplate'
, customVerificationEmailTemplate_failureRedirectionURL
- The URL that the recipient of the verification email is sent to if his
or her address is not successfully verified.
$sel:templateSubject:CustomVerificationEmailTemplate'
, customVerificationEmailTemplate_templateSubject
- The subject line of the custom verification email.
$sel:successRedirectionURL:CustomVerificationEmailTemplate'
, customVerificationEmailTemplate_successRedirectionURL
- The URL that the recipient of the verification email is sent to if his
or her address is successfully verified.
customVerificationEmailTemplate_fromEmailAddress :: Lens' CustomVerificationEmailTemplate (Maybe Text) Source #
The email address that the custom verification email is sent from.
customVerificationEmailTemplate_templateName :: Lens' CustomVerificationEmailTemplate (Maybe Text) Source #
The name of the custom verification email template.
customVerificationEmailTemplate_failureRedirectionURL :: Lens' CustomVerificationEmailTemplate (Maybe Text) Source #
The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
customVerificationEmailTemplate_templateSubject :: Lens' CustomVerificationEmailTemplate (Maybe Text) Source #
The subject line of the custom verification email.
customVerificationEmailTemplate_successRedirectionURL :: Lens' CustomVerificationEmailTemplate (Maybe Text) Source #
The URL that the recipient of the verification email is sent to if his or her address is successfully verified.