libZSservicesZSamazonka-sesv2ZSamazonka-sesv2
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.SESV2.Types.CustomVerificationEmailTemplateMetadata

Description

 
Synopsis

Documentation

data CustomVerificationEmailTemplateMetadata Source #

Contains information about a custom verification email template.

See: newCustomVerificationEmailTemplateMetadata smart constructor.

Constructors

CustomVerificationEmailTemplateMetadata' 

Fields

Instances

Instances details
Eq CustomVerificationEmailTemplateMetadata Source # 
Instance details

Defined in Amazonka.SESV2.Types.CustomVerificationEmailTemplateMetadata

Read CustomVerificationEmailTemplateMetadata Source # 
Instance details

Defined in Amazonka.SESV2.Types.CustomVerificationEmailTemplateMetadata

Show CustomVerificationEmailTemplateMetadata Source # 
Instance details

Defined in Amazonka.SESV2.Types.CustomVerificationEmailTemplateMetadata

Generic CustomVerificationEmailTemplateMetadata Source # 
Instance details

Defined in Amazonka.SESV2.Types.CustomVerificationEmailTemplateMetadata

NFData CustomVerificationEmailTemplateMetadata Source # 
Instance details

Defined in Amazonka.SESV2.Types.CustomVerificationEmailTemplateMetadata

Hashable CustomVerificationEmailTemplateMetadata Source # 
Instance details

Defined in Amazonka.SESV2.Types.CustomVerificationEmailTemplateMetadata

FromJSON CustomVerificationEmailTemplateMetadata Source # 
Instance details

Defined in Amazonka.SESV2.Types.CustomVerificationEmailTemplateMetadata

type Rep CustomVerificationEmailTemplateMetadata Source # 
Instance details

Defined in Amazonka.SESV2.Types.CustomVerificationEmailTemplateMetadata

type Rep CustomVerificationEmailTemplateMetadata = D1 ('MetaData "CustomVerificationEmailTemplateMetadata" "Amazonka.SESV2.Types.CustomVerificationEmailTemplateMetadata" "libZSservicesZSamazonka-sesv2ZSamazonka-sesv2" 'False) (C1 ('MetaCons "CustomVerificationEmailTemplateMetadata'" '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))))))

newCustomVerificationEmailTemplateMetadata :: CustomVerificationEmailTemplateMetadata Source #

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

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

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

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

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

customVerificationEmailTemplateMetadata_failureRedirectionURL :: Lens' CustomVerificationEmailTemplateMetadata (Maybe Text) Source #

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

customVerificationEmailTemplateMetadata_successRedirectionURL :: Lens' CustomVerificationEmailTemplateMetadata (Maybe Text) Source #

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