Smaws_Client_ConfigService.GetComplianceDetailsByConfigRuleReturns 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 ] ->
stringval 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.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.get_compliance_details_by_config_rule_request ->
(Types.get_compliance_details_by_config_rule_response Smaws_Lib.Response.t,
[> 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 ]
* Smaws_Lib.Response.metadata)
Stdlib.result