| Copyright | (c) 2013-2015 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.SES.DeleteIdentity
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.
Creating a Request
Arguments
| :: Text | |
| -> DeleteIdentity |
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.
Instances
Request Lenses
diIdentity :: Lens' DeleteIdentity Text Source
The identity to be removed from the list of identities for the AWS Account.
Destructuring the Response
Arguments
| :: Int | |
| -> DeleteIdentityResponse |
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
dirsResponseStatus :: Lens' DeleteIdentityResponse Int Source
The response status code.