libZSservicesZSamazonka-sesZSamazonka-ses
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq 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

Generic UpdateCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.UpdateCustomVerificationEmailTemplate

NFData UpdateCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.UpdateCustomVerificationEmailTemplate

Hashable UpdateCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.UpdateCustomVerificationEmailTemplate

AWSRequest UpdateCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.UpdateCustomVerificationEmailTemplate

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

type Rep UpdateCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.UpdateCustomVerificationEmailTemplate

type Rep UpdateCustomVerificationEmailTemplate = D1 ('MetaData "UpdateCustomVerificationEmailTemplate" "Amazonka.SES.UpdateCustomVerificationEmailTemplate" "libZSservicesZSamazonka-sesZSamazonka-ses" 'False) (C1 ('MetaCons "UpdateCustomVerificationEmailTemplate'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "fromEmailAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "failureRedirectionURL") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "templateSubject") '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 "templateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse UpdateCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.UpdateCustomVerificationEmailTemplate

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_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
Eq 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

Generic UpdateCustomVerificationEmailTemplateResponse Source # 
Instance details

Defined in Amazonka.SES.UpdateCustomVerificationEmailTemplate

NFData 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" "libZSservicesZSamazonka-sesZSamazonka-ses" 'False) (C1 ('MetaCons "UpdateCustomVerificationEmailTemplateResponse'" 'PrefixI 'False) (U1 :: Type -> Type))