Smaws_Client_ConfigService.GetComplianceDetailsByConfigRule
Returns the evaluation results for the specified Config rule. The results indicate which Amazon Web Services resources were evaluated by the rule, when each resource was last evaluated, and whether each resource complies with the rule.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InvalidNextTokenException of Types.invalid_next_token_exception
| `InvalidParameterValueException of Types.invalid_parameter_value_exception
| `NoSuchConfigRuleException of Types.no_such_config_rule_exception ] ->
string
val request :
'http_type Smaws_Lib.Context.t ->
Types.get_compliance_details_by_config_rule_request ->
(Types.get_compliance_details_by_config_rule_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidNextTokenException of Types.invalid_next_token_exception
| `InvalidParameterValueException of
Types.invalid_parameter_value_exception
| `NoSuchConfigRuleException of Types.no_such_config_rule_exception ])
Stdlib.result