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

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
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.

See: AWS API Reference for DeleteIdentity.

Synopsis

Creating a Request

deleteIdentity Source

Creates a value of DeleteIdentity with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data DeleteIdentity Source

Represents a request instructing the service to delete an identity from the list of identities for the AWS Account.

See: deleteIdentity smart constructor.

Request Lenses

diIdentity :: Lens' DeleteIdentity Text Source

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

Destructuring the Response

deleteIdentityResponse Source

Creates a value of DeleteIdentityResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data DeleteIdentityResponse Source

An empty element. Receiving this element indicates that the request completed successfully.

See: deleteIdentityResponse smart constructor.

Response Lenses