Copyright | (c) 2013-2021 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 |
Amazonka.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.
Synopsis
- data DeleteIdentity = DeleteIdentity' {}
- newDeleteIdentity :: Text -> DeleteIdentity
- deleteIdentity_identity :: Lens' DeleteIdentity Text
- data DeleteIdentityResponse = DeleteIdentityResponse' {
- httpStatus :: Int
- newDeleteIdentityResponse :: Int -> DeleteIdentityResponse
- deleteIdentityResponse_httpStatus :: Lens' DeleteIdentityResponse Int
Creating a Request
data DeleteIdentity Source #
Represents a request to delete one of your Amazon SES identities (an email address or domain).
See: newDeleteIdentity
smart constructor.
Constructors
DeleteIdentity' | |
Instances
Arguments
:: Text | |
-> DeleteIdentity |
Create a value of DeleteIdentity
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:identity:DeleteIdentity'
, deleteIdentity_identity
- The identity to be removed from the list of identities for the AWS
Account.
Request Lenses
deleteIdentity_identity :: Lens' DeleteIdentity Text Source #
The identity to be removed from the list of identities for the AWS Account.
Destructuring the Response
data DeleteIdentityResponse Source #
An empty element returned on a successful request.
See: newDeleteIdentityResponse
smart constructor.
Constructors
DeleteIdentityResponse' | |
Fields
|
Instances
newDeleteIdentityResponse Source #
Create a value of DeleteIdentityResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:DeleteIdentityResponse'
, deleteIdentityResponse_httpStatus
- The response's http status code.
Response Lenses
deleteIdentityResponse_httpStatus :: Lens' DeleteIdentityResponse Int Source #
The response's http status code.