Values.BatchDeleteEvaluationJobItemSourceAn evaluation job for deletion, and itβs current status.
type nonrec t = {jobIdentifier : EvaluationJobIdentifier.t option;The Amazon Resource Name (ARN) of the evaluation job for deletion.
*)jobStatus : EvaluationJobStatus.t option;The status of the evaluation job for deletion.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of EvaluationJobIdentifier.t ])
list ]