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

Description

Adds an email address to the list of identities for your Amazon SES account in the current AWS region and attempts to verify it. As a result of executing this operation, a verification email is sent to the specified address.

You can execute this operation no more than once per second.

Synopsis

Creating a Request

data VerifyEmailIdentity Source #

Represents a request to begin email address verification with Amazon SES. For information about email address verification, see the Amazon SES Developer Guide.

See: newVerifyEmailIdentity smart constructor.

Constructors

VerifyEmailIdentity' 

Fields

Instances

Instances details
Eq VerifyEmailIdentity Source # 
Instance details

Defined in Amazonka.SES.VerifyEmailIdentity

Read VerifyEmailIdentity Source # 
Instance details

Defined in Amazonka.SES.VerifyEmailIdentity

Show VerifyEmailIdentity Source # 
Instance details

Defined in Amazonka.SES.VerifyEmailIdentity

Generic VerifyEmailIdentity Source # 
Instance details

Defined in Amazonka.SES.VerifyEmailIdentity

Associated Types

type Rep VerifyEmailIdentity :: Type -> Type #

NFData VerifyEmailIdentity Source # 
Instance details

Defined in Amazonka.SES.VerifyEmailIdentity

Methods

rnf :: VerifyEmailIdentity -> () #

Hashable VerifyEmailIdentity Source # 
Instance details

Defined in Amazonka.SES.VerifyEmailIdentity

AWSRequest VerifyEmailIdentity Source # 
Instance details

Defined in Amazonka.SES.VerifyEmailIdentity

Associated Types

type AWSResponse VerifyEmailIdentity #

ToHeaders VerifyEmailIdentity Source # 
Instance details

Defined in Amazonka.SES.VerifyEmailIdentity

ToPath VerifyEmailIdentity Source # 
Instance details

Defined in Amazonka.SES.VerifyEmailIdentity

ToQuery VerifyEmailIdentity Source # 
Instance details

Defined in Amazonka.SES.VerifyEmailIdentity

type Rep VerifyEmailIdentity Source # 
Instance details

Defined in Amazonka.SES.VerifyEmailIdentity

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

Defined in Amazonka.SES.VerifyEmailIdentity

newVerifyEmailIdentity Source #

Create a value of VerifyEmailIdentity 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:emailAddress:VerifyEmailIdentity', verifyEmailIdentity_emailAddress - The email address to be verified.

Request Lenses

Destructuring the Response

data VerifyEmailIdentityResponse Source #

An empty element returned on a successful request.

See: newVerifyEmailIdentityResponse smart constructor.

Constructors

VerifyEmailIdentityResponse' 

Fields

Instances

Instances details
Eq VerifyEmailIdentityResponse Source # 
Instance details

Defined in Amazonka.SES.VerifyEmailIdentity

Read VerifyEmailIdentityResponse Source # 
Instance details

Defined in Amazonka.SES.VerifyEmailIdentity

Show VerifyEmailIdentityResponse Source # 
Instance details

Defined in Amazonka.SES.VerifyEmailIdentity

Generic VerifyEmailIdentityResponse Source # 
Instance details

Defined in Amazonka.SES.VerifyEmailIdentity

Associated Types

type Rep VerifyEmailIdentityResponse :: Type -> Type #

NFData VerifyEmailIdentityResponse Source # 
Instance details

Defined in Amazonka.SES.VerifyEmailIdentity

type Rep VerifyEmailIdentityResponse Source # 
Instance details

Defined in Amazonka.SES.VerifyEmailIdentity

type Rep VerifyEmailIdentityResponse = D1 ('MetaData "VerifyEmailIdentityResponse" "Amazonka.SES.VerifyEmailIdentity" "libZSservicesZSamazonka-sesZSamazonka-ses" 'False) (C1 ('MetaCons "VerifyEmailIdentityResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newVerifyEmailIdentityResponse Source #

Create a value of VerifyEmailIdentityResponse 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:httpStatus:VerifyEmailIdentityResponse', verifyEmailIdentityResponse_httpStatus - The response's http status code.

Response Lenses