| 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.DeleteReceiptRule
Description
Deletes the specified receipt rule.
For information about managing receipt rules, see the Amazon SES Developer Guide .
You can execute this operation no more than once per second.
- deleteReceiptRule :: Text -> Text -> DeleteReceiptRule
- data DeleteReceiptRule
- delRuleSetName :: Lens' DeleteReceiptRule Text
- delRuleName :: Lens' DeleteReceiptRule Text
- deleteReceiptRuleResponse :: Int -> DeleteReceiptRuleResponse
- data DeleteReceiptRuleResponse
- delrsResponseStatus :: Lens' DeleteReceiptRuleResponse Int
Creating a Request
Arguments
| :: Text | |
| -> Text | |
| -> DeleteReceiptRule |
Creates a value of DeleteReceiptRule with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
delRuleSetName- The name of the receipt rule set that contains the receipt rule to delete.delRuleName- The name of the receipt rule to delete.
data DeleteReceiptRule Source #
Represents a request to delete a receipt rule. You use receipt rules to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide .
See: deleteReceiptRule smart constructor.
Instances
Request Lenses
delRuleSetName :: Lens' DeleteReceiptRule Text Source #
The name of the receipt rule set that contains the receipt rule to delete.
delRuleName :: Lens' DeleteReceiptRule Text Source #
The name of the receipt rule to delete.
Destructuring the Response
deleteReceiptRuleResponse Source #
Arguments
| :: Int | |
| -> DeleteReceiptRuleResponse |
Creates a value of DeleteReceiptRuleResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
delrsResponseStatus- -- | The response status code.
data DeleteReceiptRuleResponse Source #
An empty element returned on a successful request.
See: deleteReceiptRuleResponse smart constructor.
Response Lenses
delrsResponseStatus :: Lens' DeleteReceiptRuleResponse Int Source #
- - | The response status code.