| 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.Config.DeleteConfigRule
Description
Deletes the specified AWS Config rule and all of its evaluation results.
AWS Config sets the state of a rule to DELETING until the deletion is
complete. You cannot update a rule while it is in this state. If you
make a PutConfigRule request for the rule, you will receive a
ResourceInUseException.
You can check the state of a rule by using the DescribeConfigRules
request.
See: AWS API Reference for DeleteConfigRule.
Creating a Request
Arguments
| :: Text | |
| -> DeleteConfigRule |
Creates a value of DeleteConfigRule with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DeleteConfigRule Source
See: deleteConfigRule smart constructor.
Instances
Request Lenses
dcrConfigRuleName :: Lens' DeleteConfigRule Text Source
The name of the AWS Config rule that you want to delete.
Destructuring the Response
deleteConfigRuleResponse :: DeleteConfigRuleResponse Source
Creates a value of DeleteConfigRuleResponse with the minimum fields required to make a request.
data DeleteConfigRuleResponse Source
See: deleteConfigRuleResponse smart constructor.