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 IP address filter.
For information about managing IP address filters, see the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
Synopsis
- data DeleteReceiptFilter = DeleteReceiptFilter' {
- filterName :: Text
- newDeleteReceiptFilter :: Text -> DeleteReceiptFilter
- deleteReceiptFilter_filterName :: Lens' DeleteReceiptFilter Text
- data DeleteReceiptFilterResponse = DeleteReceiptFilterResponse' {
- httpStatus :: Int
- newDeleteReceiptFilterResponse :: Int -> DeleteReceiptFilterResponse
- deleteReceiptFilterResponse_httpStatus :: Lens' DeleteReceiptFilterResponse Int
Creating a Request
data DeleteReceiptFilter Source #
Represents a request to delete an IP address filter. You use IP address filters when you receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.
See: newDeleteReceiptFilter
smart constructor.
DeleteReceiptFilter' | |
|
Instances
newDeleteReceiptFilter Source #
Create a value of DeleteReceiptFilter
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:filterName:DeleteReceiptFilter'
, deleteReceiptFilter_filterName
- The name of the IP address filter to delete.
Request Lenses
deleteReceiptFilter_filterName :: Lens' DeleteReceiptFilter Text Source #
The name of the IP address filter to delete.
Destructuring the Response
data DeleteReceiptFilterResponse Source #
An empty element returned on a successful request.
See: newDeleteReceiptFilterResponse
smart constructor.
DeleteReceiptFilterResponse' | |
|
Instances
newDeleteReceiptFilterResponse Source #
Create a value of DeleteReceiptFilterResponse
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:DeleteReceiptFilterResponse'
, deleteReceiptFilterResponse_httpStatus
- The response's http status code.
Response Lenses
deleteReceiptFilterResponse_httpStatus :: Lens' DeleteReceiptFilterResponse Int Source #
The response's http status code.