| 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.Config.DeleteEvaluationResults
Description
Deletes the evaluation results for the specified AWS Config rule. You can specify one AWS Config rule per request. After you delete the evaluation results, you can call the StartConfigRulesEvaluation API to start evaluating your AWS resources against the rule.
- deleteEvaluationResults :: Text -> DeleteEvaluationResults
- data DeleteEvaluationResults
- derConfigRuleName :: Lens' DeleteEvaluationResults Text
- deleteEvaluationResultsResponse :: Int -> DeleteEvaluationResultsResponse
- data DeleteEvaluationResultsResponse
- derrsResponseStatus :: Lens' DeleteEvaluationResultsResponse Int
Creating a Request
deleteEvaluationResults Source #
Arguments
| :: Text | |
| -> DeleteEvaluationResults |
Creates a value of DeleteEvaluationResults with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
derConfigRuleName- The name of the AWS Config rule for which you want to delete the evaluation results.
data DeleteEvaluationResults Source #
See: deleteEvaluationResults smart constructor.
Instances
Request Lenses
derConfigRuleName :: Lens' DeleteEvaluationResults Text Source #
The name of the AWS Config rule for which you want to delete the evaluation results.
Destructuring the Response
deleteEvaluationResultsResponse Source #
Arguments
| :: Int | |
| -> DeleteEvaluationResultsResponse |
Creates a value of DeleteEvaluationResultsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
derrsResponseStatus- -- | The response status code.
data DeleteEvaluationResultsResponse Source #
The output when you delete the evaluation results for the specified AWS Config rule.
See: deleteEvaluationResultsResponse smart constructor.
Instances
Response Lenses
derrsResponseStatus :: Lens' DeleteEvaluationResultsResponse Int Source #
- - | The response status code.