Values.GetIdMappingJobInputSourceReturns the status, metrics, and errors (if there are any) that are associated with a job.
type nonrec t = {workflowName : EntityNameOrIdMappingWorkflowArn.t;The name of the workflow.
*)jobId : JobId.t;The ID of the job.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of EntityNameOrIdMappingWorkflowArn.t ]) list ]