| 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.DeleteReceiptFilter
Description
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.
Creating a Request
Arguments
| :: Text | |
| -> DeleteReceiptFilter |
Creates a value of DeleteReceiptFilter with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
drfFilterName- The name of the IP address filter to delete.
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: deleteReceiptFilter smart constructor.
Instances
Request Lenses
drfFilterName :: Lens' DeleteReceiptFilter Text Source #
The name of the IP address filter to delete.
Destructuring the Response
deleteReceiptFilterResponse Source #
Arguments
| :: Int | |
| -> DeleteReceiptFilterResponse |
Creates a value of DeleteReceiptFilterResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
drfrsResponseStatus- -- | The response status code.
data DeleteReceiptFilterResponse Source #
An empty element returned on a successful request.
See: deleteReceiptFilterResponse smart constructor.
Instances
Response Lenses
drfrsResponseStatus :: Lens' DeleteReceiptFilterResponse Int Source #
- - | The response status code.