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 |
Updates an existing custom verification email template.
For more information about custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
Synopsis
- data UpdateCustomVerificationEmailTemplate = UpdateCustomVerificationEmailTemplate' {}
- newUpdateCustomVerificationEmailTemplate :: Text -> UpdateCustomVerificationEmailTemplate
- updateCustomVerificationEmailTemplate_fromEmailAddress :: Lens' UpdateCustomVerificationEmailTemplate (Maybe Text)
- updateCustomVerificationEmailTemplate_failureRedirectionURL :: Lens' UpdateCustomVerificationEmailTemplate (Maybe Text)
- updateCustomVerificationEmailTemplate_templateSubject :: Lens' UpdateCustomVerificationEmailTemplate (Maybe Text)
- updateCustomVerificationEmailTemplate_successRedirectionURL :: Lens' UpdateCustomVerificationEmailTemplate (Maybe Text)
- updateCustomVerificationEmailTemplate_templateContent :: Lens' UpdateCustomVerificationEmailTemplate (Maybe Text)
- updateCustomVerificationEmailTemplate_templateName :: Lens' UpdateCustomVerificationEmailTemplate Text
- data UpdateCustomVerificationEmailTemplateResponse = UpdateCustomVerificationEmailTemplateResponse' {
- newUpdateCustomVerificationEmailTemplateResponse :: UpdateCustomVerificationEmailTemplateResponse
Creating a Request
data UpdateCustomVerificationEmailTemplate Source #
Represents a request to update an existing custom verification email template.
See: newUpdateCustomVerificationEmailTemplate
smart constructor.
UpdateCustomVerificationEmailTemplate' | |
|
Instances
newUpdateCustomVerificationEmailTemplate Source #
Create a value of UpdateCustomVerificationEmailTemplate
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:UpdateCustomVerificationEmailTemplate'
, updateCustomVerificationEmailTemplate_fromEmailAddress
- The email address that the custom verification email is sent from.
$sel:failureRedirectionURL:UpdateCustomVerificationEmailTemplate'
, updateCustomVerificationEmailTemplate_failureRedirectionURL
- The URL that the recipient of the verification email is sent to if his
or her address is not successfully verified.
$sel:templateSubject:UpdateCustomVerificationEmailTemplate'
, updateCustomVerificationEmailTemplate_templateSubject
- The subject line of the custom verification email.
$sel:successRedirectionURL:UpdateCustomVerificationEmailTemplate'
, updateCustomVerificationEmailTemplate_successRedirectionURL
- The URL that the recipient of the verification email is sent to if his
or her address is successfully verified.
$sel:templateContent:UpdateCustomVerificationEmailTemplate'
, updateCustomVerificationEmailTemplate_templateContent
- The content of the custom verification email. The total size of the
email must be less than 10 MB. The message body may contain HTML, with
some limitations. For more information, see
Custom Verification Email Frequently Asked Questions
in the Amazon SES Developer Guide.
$sel:templateName:UpdateCustomVerificationEmailTemplate'
, updateCustomVerificationEmailTemplate_templateName
- The name of the custom verification email template that you want to
update.
Request Lenses
updateCustomVerificationEmailTemplate_fromEmailAddress :: Lens' UpdateCustomVerificationEmailTemplate (Maybe Text) Source #
The email address that the custom verification email is sent from.
updateCustomVerificationEmailTemplate_failureRedirectionURL :: Lens' UpdateCustomVerificationEmailTemplate (Maybe Text) Source #
The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
updateCustomVerificationEmailTemplate_templateSubject :: Lens' UpdateCustomVerificationEmailTemplate (Maybe Text) Source #
The subject line of the custom verification email.
updateCustomVerificationEmailTemplate_successRedirectionURL :: Lens' UpdateCustomVerificationEmailTemplate (Maybe Text) Source #
The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
updateCustomVerificationEmailTemplate_templateContent :: Lens' UpdateCustomVerificationEmailTemplate (Maybe Text) Source #
The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.
updateCustomVerificationEmailTemplate_templateName :: Lens' UpdateCustomVerificationEmailTemplate Text Source #
The name of the custom verification email template that you want to update.
Destructuring the Response
data UpdateCustomVerificationEmailTemplateResponse Source #
See: newUpdateCustomVerificationEmailTemplateResponse
smart constructor.
Instances
Eq UpdateCustomVerificationEmailTemplateResponse Source # | |
Read UpdateCustomVerificationEmailTemplateResponse Source # | |
Show UpdateCustomVerificationEmailTemplateResponse Source # | |
Generic UpdateCustomVerificationEmailTemplateResponse Source # | |
Defined in Amazonka.SES.UpdateCustomVerificationEmailTemplate type Rep UpdateCustomVerificationEmailTemplateResponse :: Type -> Type # | |
NFData UpdateCustomVerificationEmailTemplateResponse Source # | |
type Rep UpdateCustomVerificationEmailTemplateResponse Source # | |
Defined in Amazonka.SES.UpdateCustomVerificationEmailTemplate type Rep UpdateCustomVerificationEmailTemplateResponse = D1 ('MetaData "UpdateCustomVerificationEmailTemplateResponse" "Amazonka.SES.UpdateCustomVerificationEmailTemplate" "libZSservicesZSamazonka-sesZSamazonka-ses" 'False) (C1 ('MetaCons "UpdateCustomVerificationEmailTemplateResponse'" 'PrefixI 'False) (U1 :: Type -> Type)) |
newUpdateCustomVerificationEmailTemplateResponse :: UpdateCustomVerificationEmailTemplateResponse Source #
Create a value of UpdateCustomVerificationEmailTemplateResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.