Values.DescribeComplianceByConfigRuleResponseSourcetype nonrec t = {complianceByConfigRules : ComplianceByConfigRules.t option;Indicates whether each of the specified Config rules is compliant.
*)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 ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of StringWithCharLimit64.t
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of Integer.t ])
list ])
list ])
list ]
list
| `String of String_.t ])
list ]