| 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.ReorderReceiptRuleSet
Description
Reorders the receipt rules within a receipt rule set.
For information about managing receipt rule sets, see the Amazon SES Developer Guide .
You can execute this operation no more than once per second.
- reorderReceiptRuleSet :: Text -> ReorderReceiptRuleSet
- data ReorderReceiptRuleSet
- rrrsRuleSetName :: Lens' ReorderReceiptRuleSet Text
- rrrsRuleNames :: Lens' ReorderReceiptRuleSet [Text]
- reorderReceiptRuleSetResponse :: Int -> ReorderReceiptRuleSetResponse
- data ReorderReceiptRuleSetResponse
- rrrsrsResponseStatus :: Lens' ReorderReceiptRuleSetResponse Int
Creating a Request
reorderReceiptRuleSet Source #
Arguments
| :: Text | |
| -> ReorderReceiptRuleSet |
Creates a value of ReorderReceiptRuleSet with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
rrrsRuleSetName- The name of the receipt rule set to reorder.rrrsRuleNames- A list of the specified receipt rule set's receipt rules in the order that you want to put them.
data ReorderReceiptRuleSet Source #
Represents a request to reorder the receipt rules within a receipt rule set. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide .
See: reorderReceiptRuleSet smart constructor.
Instances
Request Lenses
rrrsRuleSetName :: Lens' ReorderReceiptRuleSet Text Source #
The name of the receipt rule set to reorder.
rrrsRuleNames :: Lens' ReorderReceiptRuleSet [Text] Source #
A list of the specified receipt rule set's receipt rules in the order that you want to put them.
Destructuring the Response
reorderReceiptRuleSetResponse Source #
Arguments
| :: Int | |
| -> ReorderReceiptRuleSetResponse |
Creates a value of ReorderReceiptRuleSetResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
rrrsrsResponseStatus- -- | The response status code.
data ReorderReceiptRuleSetResponse Source #
An empty element returned on a successful request.
See: reorderReceiptRuleSetResponse smart constructor.
Instances
Response Lenses
rrrsrsResponseStatus :: Lens' ReorderReceiptRuleSetResponse Int Source #
- - | The response status code.