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.DeleteReceiptRuleSet
Description
Deletes the specified receipt rule set and all of the receipt rules it contains.
For information about managing receipt rule sets, see the Amazon SES Developer Guide .
You can execute this operation no more than once per second.
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:
dRuleSetName
- The name of the receipt rule set to delete.
data DeleteReceiptRuleSet #
Represents a request to delete a receipt rule set and all of the receipt rules it contains. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide .
See: deleteReceiptRuleSet
smart constructor.
Instances
Request Lenses
dRuleSetName :: Lens' DeleteReceiptRuleSet Text #
The name of the receipt rule set to delete.
Destructuring the Response
deleteReceiptRuleSetResponse #
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:
drrsrsResponseStatus
- -- | The response status code.
data DeleteReceiptRuleSetResponse #
An empty element returned on a successful request.
See: deleteReceiptRuleSetResponse
smart constructor.
Response Lenses
drrsrsResponseStatus :: Lens' DeleteReceiptRuleSetResponse Int #
- - | The response status code.