Values.GetEvaluationJobRequestSourceGets information about an evaluation job, such as the status of the job.
type nonrec t = {jobIdentifier : EvaluationJobIdentifier.t;The Amazon Resource Name (ARN) of the evaluation job you want get information on.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of EvaluationJobIdentifier.t ]) list ]