Values.DescribeConfigRuleEvaluationStatusResponseSourcetype nonrec t = {configRulesEvaluationStatus : ConfigRuleEvaluationStatusList.t option;Status information about your Config managed rules.
*)nextToken : String_.t option;The string that you use in a subsequent request to get the next page of results in a paginated response.
*)}type nonrec error = [ | `InvalidNextTokenException of InvalidNextTokenException.t| `InvalidParameterValueException of InvalidParameterValueException.t| `NoSuchConfigRuleException of NoSuchConfigRuleException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidNextTokenException of unit
| `InvalidParameterValueException of unit
| `NoSuchConfigRuleException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidNextTokenException of unit
| `InvalidParameterValueException of unit
| `NoSuchConfigRuleException of unit
| `Unknown_operation_error of string * string option ]