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.CreateReceiptRuleSet
Description
Creates an empty receipt rule set.
For information about setting up receipt rule sets, see the Amazon SES Developer Guide.
This action is throttled at one request per second.
See: AWS API Reference for CreateReceiptRuleSet.
Creating a Request
Arguments
:: Text | |
-> CreateReceiptRuleSet |
Creates a value of CreateReceiptRuleSet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data CreateReceiptRuleSet Source
See: createReceiptRuleSet
smart constructor.
Instances
Request Lenses
crrsRuleSetName :: Lens' CreateReceiptRuleSet Text Source
The name of the rule set to create. The name must:
- Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
- Start and end with a letter or number.
- Contain less than 64 characters.
Destructuring the Response
createReceiptRuleSetResponse Source
Arguments
:: Int | |
-> CreateReceiptRuleSetResponse |
Creates a value of CreateReceiptRuleSetResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data CreateReceiptRuleSetResponse Source
See: createReceiptRuleSetResponse
smart constructor.
Response Lenses
crrsrsResponseStatus :: Lens' CreateReceiptRuleSetResponse Int Source
The response status code.