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.CreateCustomVerificationEmailTemplate

Description

Creates a new 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 CreateCustomVerificationEmailTemplate Source #

Represents a request to create a custom verification email template.

See: newCreateCustomVerificationEmailTemplate smart constructor.

Constructors

CreateCustomVerificationEmailTemplate' 

Fields

Instances

Instances details
Eq CreateCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.CreateCustomVerificationEmailTemplate

Read CreateCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.CreateCustomVerificationEmailTemplate

Show CreateCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.CreateCustomVerificationEmailTemplate

Generic CreateCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.CreateCustomVerificationEmailTemplate

NFData CreateCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.CreateCustomVerificationEmailTemplate

Hashable CreateCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.CreateCustomVerificationEmailTemplate

AWSRequest CreateCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.CreateCustomVerificationEmailTemplate

ToHeaders CreateCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.CreateCustomVerificationEmailTemplate

ToPath CreateCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.CreateCustomVerificationEmailTemplate

ToQuery CreateCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.CreateCustomVerificationEmailTemplate

type Rep CreateCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.CreateCustomVerificationEmailTemplate

type Rep CreateCustomVerificationEmailTemplate = D1 ('MetaData "CreateCustomVerificationEmailTemplate" "Amazonka.SES.CreateCustomVerificationEmailTemplate" "libZSservicesZSamazonka-sesZSamazonka-ses" 'False) (C1 ('MetaCons "CreateCustomVerificationEmailTemplate'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "templateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "fromEmailAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "templateSubject") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "templateContent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "successRedirectionURL") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "failureRedirectionURL") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse CreateCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.CreateCustomVerificationEmailTemplate

newCreateCustomVerificationEmailTemplate Source #

Create a value of CreateCustomVerificationEmailTemplate 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:templateName:CreateCustomVerificationEmailTemplate', createCustomVerificationEmailTemplate_templateName - The name of the custom verification email template.

$sel:fromEmailAddress:CreateCustomVerificationEmailTemplate', createCustomVerificationEmailTemplate_fromEmailAddress - The email address that the custom verification email is sent from.

$sel:templateSubject:CreateCustomVerificationEmailTemplate', createCustomVerificationEmailTemplate_templateSubject - The subject line of the custom verification email.

$sel:templateContent:CreateCustomVerificationEmailTemplate', createCustomVerificationEmailTemplate_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:successRedirectionURL:CreateCustomVerificationEmailTemplate', createCustomVerificationEmailTemplate_successRedirectionURL - The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

$sel:failureRedirectionURL:CreateCustomVerificationEmailTemplate', createCustomVerificationEmailTemplate_failureRedirectionURL - The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

Request Lenses

createCustomVerificationEmailTemplate_fromEmailAddress :: Lens' CreateCustomVerificationEmailTemplate Text Source #

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

createCustomVerificationEmailTemplate_templateContent :: Lens' CreateCustomVerificationEmailTemplate 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.

createCustomVerificationEmailTemplate_successRedirectionURL :: Lens' CreateCustomVerificationEmailTemplate Text Source #

The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

createCustomVerificationEmailTemplate_failureRedirectionURL :: Lens' CreateCustomVerificationEmailTemplate Text Source #

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

Destructuring the Response

data CreateCustomVerificationEmailTemplateResponse Source #

Instances

Instances details
Eq CreateCustomVerificationEmailTemplateResponse Source # 
Instance details

Defined in Amazonka.SES.CreateCustomVerificationEmailTemplate

Read CreateCustomVerificationEmailTemplateResponse Source # 
Instance details

Defined in Amazonka.SES.CreateCustomVerificationEmailTemplate

Show CreateCustomVerificationEmailTemplateResponse Source # 
Instance details

Defined in Amazonka.SES.CreateCustomVerificationEmailTemplate

Generic CreateCustomVerificationEmailTemplateResponse Source # 
Instance details

Defined in Amazonka.SES.CreateCustomVerificationEmailTemplate

NFData CreateCustomVerificationEmailTemplateResponse Source # 
Instance details

Defined in Amazonka.SES.CreateCustomVerificationEmailTemplate

type Rep CreateCustomVerificationEmailTemplateResponse Source # 
Instance details

Defined in Amazonka.SES.CreateCustomVerificationEmailTemplate

type Rep CreateCustomVerificationEmailTemplateResponse = D1 ('MetaData "CreateCustomVerificationEmailTemplateResponse" "Amazonka.SES.CreateCustomVerificationEmailTemplate" "libZSservicesZSamazonka-sesZSamazonka-ses" 'False) (C1 ('MetaCons "CreateCustomVerificationEmailTemplateResponse'" 'PrefixI 'False) (U1 :: Type -> Type))