Values.UpdateEvaluationOutputSourceRepresents the output of an UpdateEvaluation operation. You can see the updated content by using the GetEvaluation operation.
type nonrec t = {evaluationId : EntityId.t option;The ID assigned to the Evaluation during creation. This value should be identical to the value of the Evaluation in the request.
*)}type nonrec error = [ | `InternalServerException of InternalServerException.t| `InvalidInputException of InvalidInputException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerException of InternalServerException.t
| `InvalidInputException of InvalidInputException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerException of InternalServerException.t
| `InvalidInputException of InvalidInputException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]