Copyright | (c) 2013-2016 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 |
Returns the number of AWS Config rules that are compliant and noncompliant, up to a maximum of 25 for each.
- getComplianceSummaryByConfigRule :: GetComplianceSummaryByConfigRule
- data GetComplianceSummaryByConfigRule
- getComplianceSummaryByConfigRuleResponse :: Int -> GetComplianceSummaryByConfigRuleResponse
- data GetComplianceSummaryByConfigRuleResponse
- gcsbcrrsComplianceSummary :: Lens' GetComplianceSummaryByConfigRuleResponse (Maybe ComplianceSummary)
- gcsbcrrsResponseStatus :: Lens' GetComplianceSummaryByConfigRuleResponse Int
Creating a Request
getComplianceSummaryByConfigRule :: GetComplianceSummaryByConfigRule Source #
Creates a value of GetComplianceSummaryByConfigRule
with the minimum fields required to make a request.
data GetComplianceSummaryByConfigRule Source #
See: getComplianceSummaryByConfigRule
smart constructor.
Destructuring the Response
getComplianceSummaryByConfigRuleResponse Source #
Creates a value of GetComplianceSummaryByConfigRuleResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data GetComplianceSummaryByConfigRuleResponse Source #
See: getComplianceSummaryByConfigRuleResponse
smart constructor.
Response Lenses
gcsbcrrsComplianceSummary :: Lens' GetComplianceSummaryByConfigRuleResponse (Maybe ComplianceSummary) Source #
The number of AWS Config rules that are compliant and the number that are noncompliant, up to a maximum of 25 for each.
gcsbcrrsResponseStatus :: Lens' GetComplianceSummaryByConfigRuleResponse Int Source #
The response status code.