Values.DescribeComplianceByResourceResponseSourcetype nonrec t = {complianceByResources : ComplianceByResources.t option;Indicates whether the specified Amazon Web Services resource complies with all of the Config rules that evaluate it.
*)nextToken : NextToken.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| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidNextTokenException of unit
| `InvalidParameterValueException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidNextTokenException of unit
| `InvalidParameterValueException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of StringWithCharLimit256.t
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of Integer.t ])
list ])
list ])
list ]
list
| `String of NextToken.t ])
list ]