Values.StopEvaluationJobRequestSourceStops an evaluation job that is current being created or running.
type nonrec t = {jobIdentifier : EvaluationJobIdentifier.t;The Amazon Resource Name (ARN) of the evaluation job you want to stop.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of EvaluationJobIdentifier.t ]) list ]