amazonka-ses-0.0.2: Amazon Simple Email Service SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.SES.DeleteVerifiedEmailAddress

Contents

Description

Deletes the specified email address from the list of verified addresses.

The DeleteVerifiedEmailAddress action is deprecated as of the May 15, 2012 release of Domain Verification. The DeleteIdentity action is now preferred. This action is throttled at one request per second.

http://docs.aws.amazon.com/ses/latest/APIReference/API_DeleteVerifiedEmailAddress.html

Synopsis

Request

Request constructor

deleteVerifiedEmailAddress Source

DeleteVerifiedEmailAddress constructor.

The fields accessible through corresponding lenses are:

Request lenses

dveaEmailAddress :: Lens' DeleteVerifiedEmailAddress Text Source

An email address to be removed from the list of verified addresses.

Response

Response constructor