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

Description

Returns the custom email verification template for the template name you specify.

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 GetCustomVerificationEmailTemplate Source #

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

See: newGetCustomVerificationEmailTemplate smart constructor.

Constructors

GetCustomVerificationEmailTemplate' 

Fields

  • templateName :: Text

    The name of the custom verification email template that you want to retrieve.

Instances

Instances details
Eq GetCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.GetCustomVerificationEmailTemplate

Read GetCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.GetCustomVerificationEmailTemplate

Show GetCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.GetCustomVerificationEmailTemplate

Generic GetCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.GetCustomVerificationEmailTemplate

Associated Types

type Rep GetCustomVerificationEmailTemplate :: Type -> Type #

NFData GetCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.GetCustomVerificationEmailTemplate

Hashable GetCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.GetCustomVerificationEmailTemplate

AWSRequest GetCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.GetCustomVerificationEmailTemplate

ToHeaders GetCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.GetCustomVerificationEmailTemplate

ToPath GetCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.GetCustomVerificationEmailTemplate

ToQuery GetCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.GetCustomVerificationEmailTemplate

type Rep GetCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.GetCustomVerificationEmailTemplate

type Rep GetCustomVerificationEmailTemplate = D1 ('MetaData "GetCustomVerificationEmailTemplate" "Amazonka.SES.GetCustomVerificationEmailTemplate" "libZSservicesZSamazonka-sesZSamazonka-ses" 'False) (C1 ('MetaCons "GetCustomVerificationEmailTemplate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "templateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.GetCustomVerificationEmailTemplate

newGetCustomVerificationEmailTemplate Source #

Create a value of GetCustomVerificationEmailTemplate 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:GetCustomVerificationEmailTemplate', getCustomVerificationEmailTemplate_templateName - The name of the custom verification email template that you want to retrieve.

Request Lenses

getCustomVerificationEmailTemplate_templateName :: Lens' GetCustomVerificationEmailTemplate Text Source #

The name of the custom verification email template that you want to retrieve.

Destructuring the Response

data GetCustomVerificationEmailTemplateResponse Source #

The content of the custom verification email template.

See: newGetCustomVerificationEmailTemplateResponse smart constructor.

Constructors

GetCustomVerificationEmailTemplateResponse' 

Fields

Instances

Instances details
Eq GetCustomVerificationEmailTemplateResponse Source # 
Instance details

Defined in Amazonka.SES.GetCustomVerificationEmailTemplate

Read GetCustomVerificationEmailTemplateResponse Source # 
Instance details

Defined in Amazonka.SES.GetCustomVerificationEmailTemplate

Show GetCustomVerificationEmailTemplateResponse Source # 
Instance details

Defined in Amazonka.SES.GetCustomVerificationEmailTemplate

Generic GetCustomVerificationEmailTemplateResponse Source # 
Instance details

Defined in Amazonka.SES.GetCustomVerificationEmailTemplate

NFData GetCustomVerificationEmailTemplateResponse Source # 
Instance details

Defined in Amazonka.SES.GetCustomVerificationEmailTemplate

type Rep GetCustomVerificationEmailTemplateResponse Source # 
Instance details

Defined in Amazonka.SES.GetCustomVerificationEmailTemplate

type Rep GetCustomVerificationEmailTemplateResponse = D1 ('MetaData "GetCustomVerificationEmailTemplateResponse" "Amazonka.SES.GetCustomVerificationEmailTemplate" "libZSservicesZSamazonka-sesZSamazonka-ses" 'False) (C1 ('MetaCons "GetCustomVerificationEmailTemplateResponse'" '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))) :*: (S1 ('MetaSel ('Just "templateContent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newGetCustomVerificationEmailTemplateResponse Source #

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

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

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

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

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

$sel:templateContent:GetCustomVerificationEmailTemplateResponse', getCustomVerificationEmailTemplateResponse_templateContent - The content of the custom verification email.

$sel:httpStatus:GetCustomVerificationEmailTemplateResponse', getCustomVerificationEmailTemplateResponse_httpStatus - The response's http status code.

Response Lenses

getCustomVerificationEmailTemplateResponse_failureRedirectionURL :: Lens' GetCustomVerificationEmailTemplateResponse (Maybe Text) Source #

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

getCustomVerificationEmailTemplateResponse_successRedirectionURL :: Lens' GetCustomVerificationEmailTemplateResponse (Maybe Text) Source #

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