Values.PutEvaluationsResponseSourcetype nonrec t = {failedEvaluations : Evaluations.t option;Requests that failed because of a client or server error.
*)}type nonrec error = [ | `InvalidParameterValueException of InvalidParameterValueException.t| `InvalidResultTokenException of InvalidResultTokenException.t| `NoSuchConfigRuleException of NoSuchConfigRuleException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidParameterValueException of unit
| `InvalidResultTokenException of unit
| `NoSuchConfigRuleException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidParameterValueException of unit
| `InvalidResultTokenException of unit
| `NoSuchConfigRuleException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of StringWithCharLimit256.t
| `Timestamp of OrderingTimestamp.t ])
list ]
list ])
list ]