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