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 |
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.
Instances
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.
DeleteIdentityResponse' | |
|
Instances
Eq DeleteIdentityResponse Source # | |
Defined in Amazonka.SES.DeleteIdentity | |
Read DeleteIdentityResponse Source # | |
Show DeleteIdentityResponse Source # | |
Defined in Amazonka.SES.DeleteIdentity showsPrec :: Int -> DeleteIdentityResponse -> ShowS # show :: DeleteIdentityResponse -> String # showList :: [DeleteIdentityResponse] -> ShowS # | |
Generic DeleteIdentityResponse Source # | |
Defined in Amazonka.SES.DeleteIdentity type Rep DeleteIdentityResponse :: Type -> Type # | |
NFData DeleteIdentityResponse Source # | |
Defined in Amazonka.SES.DeleteIdentity rnf :: DeleteIdentityResponse -> () # | |
type Rep DeleteIdentityResponse Source # | |
Defined in Amazonka.SES.DeleteIdentity type Rep DeleteIdentityResponse = D1 ('MetaData "DeleteIdentityResponse" "Amazonka.SES.DeleteIdentity" "libZSservicesZSamazonka-sesZSamazonka-ses" 'False) (C1 ('MetaCons "DeleteIdentityResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
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.