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.Types.CustomVerificationEmailTemplate

Description

 
Synopsis

Documentation

data CustomVerificationEmailTemplate Source #

Contains information about a custom verification email template.

See: newCustomVerificationEmailTemplate smart constructor.

Constructors

CustomVerificationEmailTemplate' 

Fields

Instances

Instances details
Eq CustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.Types.CustomVerificationEmailTemplate

Read CustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.Types.CustomVerificationEmailTemplate

Show CustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.Types.CustomVerificationEmailTemplate

Generic CustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.Types.CustomVerificationEmailTemplate

Associated Types

type Rep CustomVerificationEmailTemplate :: Type -> Type #

NFData CustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.Types.CustomVerificationEmailTemplate

Hashable CustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.Types.CustomVerificationEmailTemplate

FromXML CustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.Types.CustomVerificationEmailTemplate

type Rep CustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.Types.CustomVerificationEmailTemplate

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

newCustomVerificationEmailTemplate :: CustomVerificationEmailTemplate Source #

Create a value of CustomVerificationEmailTemplate 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:CustomVerificationEmailTemplate', customVerificationEmailTemplate_fromEmailAddress - The email address that the custom verification email is sent from.

$sel:templateName:CustomVerificationEmailTemplate', customVerificationEmailTemplate_templateName - The name of the custom verification email template.

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

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

$sel:successRedirectionURL:CustomVerificationEmailTemplate', customVerificationEmailTemplate_successRedirectionURL - The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

customVerificationEmailTemplate_fromEmailAddress :: Lens' CustomVerificationEmailTemplate (Maybe Text) Source #

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

customVerificationEmailTemplate_failureRedirectionURL :: Lens' CustomVerificationEmailTemplate (Maybe Text) Source #

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

customVerificationEmailTemplate_successRedirectionURL :: Lens' CustomVerificationEmailTemplate (Maybe Text) Source #

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