| 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.DeleteReceiptRuleSet
Description
Deletes the specified receipt rule set and all of the receipt rules it contains.
The currently active rule set cannot be deleted.
For information about managing receipt rule sets, see the Amazon SES Developer Guide.
This action is throttled at one request per second.
See: AWS API Reference for DeleteReceiptRuleSet.
Creating a Request
Arguments
| :: Text | |
| -> DeleteReceiptRuleSet |
Creates a value of DeleteReceiptRuleSet with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DeleteReceiptRuleSet Source
See: deleteReceiptRuleSet smart constructor.
Instances
Request Lenses
dRuleSetName :: Lens' DeleteReceiptRuleSet Text Source
The name of the receipt rule set to delete.
Destructuring the Response
deleteReceiptRuleSetResponse Source
Arguments
| :: Int | |
| -> DeleteReceiptRuleSetResponse |
Creates a value of DeleteReceiptRuleSetResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DeleteReceiptRuleSetResponse Source
See: deleteReceiptRuleSetResponse smart constructor.
Response Lenses
drrsrsResponseStatus :: Lens' DeleteReceiptRuleSetResponse Int Source
The response status code.