| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.SES.DeleteIdentity
Description
Deletes the specified identity (an email address or a domain) from the list of verified identities.
You can execute this operation no more than once per second.
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:
diIdentity- The identity to be removed from the list of identities for the AWS Account.
data DeleteIdentity Source #
Represents a request to delete one of your Amazon SES identities (an email address or domain).
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
deleteIdentityResponse Source #
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:
dirsResponseStatus- -- | The response status code.
data DeleteIdentityResponse Source #
An empty element returned on a successful request.
See: deleteIdentityResponse smart constructor.
Response Lenses
dirsResponseStatus :: Lens' DeleteIdentityResponse Int Source #
- - | The response status code.