| Copyright | (c) 2013-2015 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.SES.CreateReceiptFilter
Description
Creates a new IP address filter.
For information about setting up IP address filters, see the Amazon SES Developer Guide.
This action is throttled at one request per second.
See: AWS API Reference for CreateReceiptFilter.
Creating a Request
Arguments
| :: ReceiptFilter | |
| -> CreateReceiptFilter |
Creates a value of CreateReceiptFilter with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data CreateReceiptFilter Source
See: createReceiptFilter smart constructor.
Instances
Request Lenses
crfFilter :: Lens' CreateReceiptFilter ReceiptFilter Source
A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.
Destructuring the Response
createReceiptFilterResponse Source
Arguments
| :: Int | |
| -> CreateReceiptFilterResponse |
Creates a value of CreateReceiptFilterResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data CreateReceiptFilterResponse Source
See: createReceiptFilterResponse smart constructor.
Response Lenses
crfrsResponseStatus :: Lens' CreateReceiptFilterResponse Int Source
The response status code.