amazonka-ses-2.0: Amazon Simple Email Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

AWSRequest VerifyEmailIdentity Source # 
Instance details

Defined in Amazonka.SES.VerifyEmailIdentity

Associated Types

type AWSResponse VerifyEmailIdentity #

Generic VerifyEmailIdentity Source # 
Instance details

Defined in Amazonka.SES.VerifyEmailIdentity

Associated Types

type Rep VerifyEmailIdentity :: Type -> Type #

Read VerifyEmailIdentity Source # 
Instance details

Defined in Amazonka.SES.VerifyEmailIdentity

Show VerifyEmailIdentity Source # 
Instance details

Defined in Amazonka.SES.VerifyEmailIdentity

NFData VerifyEmailIdentity Source # 
Instance details

Defined in Amazonka.SES.VerifyEmailIdentity

Methods

rnf :: VerifyEmailIdentity -> () #

Eq VerifyEmailIdentity Source # 
Instance details

Defined in Amazonka.SES.VerifyEmailIdentity

Hashable VerifyEmailIdentity Source # 
Instance details

Defined in Amazonka.SES.VerifyEmailIdentity

type AWSResponse 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" "amazonka-ses-2.0-Gc6VkOIX7Sd2eunWehphuf" 'False) (C1 ('MetaCons "VerifyEmailIdentity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "emailAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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
Generic VerifyEmailIdentityResponse Source # 
Instance details

Defined in Amazonka.SES.VerifyEmailIdentity

Associated Types

type Rep VerifyEmailIdentityResponse :: Type -> Type #

Read VerifyEmailIdentityResponse Source # 
Instance details

Defined in Amazonka.SES.VerifyEmailIdentity

Show VerifyEmailIdentityResponse Source # 
Instance details

Defined in Amazonka.SES.VerifyEmailIdentity

NFData VerifyEmailIdentityResponse Source # 
Instance details

Defined in Amazonka.SES.VerifyEmailIdentity

Eq 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" "amazonka-ses-2.0-Gc6VkOIX7Sd2eunWehphuf" '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