amazonka-ses-2.0: Amazon Simple Email Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SES.UpdateCustomVerificationEmailTemplate

Description

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

Creating a Request

data UpdateCustomVerificationEmailTemplate Source #

Represents a request to update an existing custom verification email template.

See: newUpdateCustomVerificationEmailTemplate smart constructor.

Constructors

UpdateCustomVerificationEmailTemplate' 

Fields

Instances

Instances details
ToHeaders UpdateCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.UpdateCustomVerificationEmailTemplate

ToPath UpdateCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.UpdateCustomVerificationEmailTemplate

ToQuery UpdateCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.UpdateCustomVerificationEmailTemplate

AWSRequest UpdateCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.UpdateCustomVerificationEmailTemplate

Generic UpdateCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.UpdateCustomVerificationEmailTemplate

Read UpdateCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.UpdateCustomVerificationEmailTemplate

Show UpdateCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.UpdateCustomVerificationEmailTemplate

NFData UpdateCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.UpdateCustomVerificationEmailTemplate

Eq UpdateCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.UpdateCustomVerificationEmailTemplate

Hashable UpdateCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.UpdateCustomVerificationEmailTemplate

type AWSResponse UpdateCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.UpdateCustomVerificationEmailTemplate

type Rep UpdateCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.UpdateCustomVerificationEmailTemplate

type Rep UpdateCustomVerificationEmailTemplate = D1 ('MetaData "UpdateCustomVerificationEmailTemplate" "Amazonka.SES.UpdateCustomVerificationEmailTemplate" "amazonka-ses-2.0-Gc6VkOIX7Sd2eunWehphuf" 'False) (C1 ('MetaCons "UpdateCustomVerificationEmailTemplate'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "failureRedirectionURL") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "fromEmailAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "successRedirectionURL") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "templateContent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "templateSubject") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "templateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

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:

UpdateCustomVerificationEmailTemplate, updateCustomVerificationEmailTemplate_failureRedirectionURL - The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

UpdateCustomVerificationEmailTemplate, updateCustomVerificationEmailTemplate_fromEmailAddress - The email address that the custom verification email is sent from.

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.

UpdateCustomVerificationEmailTemplate, updateCustomVerificationEmailTemplate_templateSubject - The subject line of the custom verification email.

UpdateCustomVerificationEmailTemplate, updateCustomVerificationEmailTemplate_templateName - The name of the custom verification email template that you want to update.

Request Lenses

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_fromEmailAddress :: Lens' UpdateCustomVerificationEmailTemplate (Maybe Text) Source #

The email address that the custom verification email is sent from.

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 #

Instances

Instances details
Generic UpdateCustomVerificationEmailTemplateResponse Source # 
Instance details

Defined in Amazonka.SES.UpdateCustomVerificationEmailTemplate

Read UpdateCustomVerificationEmailTemplateResponse Source # 
Instance details

Defined in Amazonka.SES.UpdateCustomVerificationEmailTemplate

Show UpdateCustomVerificationEmailTemplateResponse Source # 
Instance details

Defined in Amazonka.SES.UpdateCustomVerificationEmailTemplate

NFData UpdateCustomVerificationEmailTemplateResponse Source # 
Instance details

Defined in Amazonka.SES.UpdateCustomVerificationEmailTemplate

Eq UpdateCustomVerificationEmailTemplateResponse Source # 
Instance details

Defined in Amazonka.SES.UpdateCustomVerificationEmailTemplate

type Rep UpdateCustomVerificationEmailTemplateResponse Source # 
Instance details

Defined in Amazonka.SES.UpdateCustomVerificationEmailTemplate

type Rep UpdateCustomVerificationEmailTemplateResponse = D1 ('MetaData "UpdateCustomVerificationEmailTemplateResponse" "Amazonka.SES.UpdateCustomVerificationEmailTemplate" "amazonka-ses-2.0-Gc6VkOIX7Sd2eunWehphuf" 'False) (C1 ('MetaCons "UpdateCustomVerificationEmailTemplateResponse'" 'PrefixI 'False) (U1 :: Type -> Type))