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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.SES.DeleteIdentity

Contents

Description

Deletes the specified identity (email address or domain) from the list of verified identities.

This action is throttled at one request per second.

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

Synopsis

Request

Request constructor

deleteIdentity Source

DeleteIdentity constructor.

The fields accessible through corresponding lenses are:

Request lenses

diIdentity :: Lens' DeleteIdentity Text Source

The identity to be removed from the list of identities for the AWS Account.

Response

Response constructor