Values.UpdateProtectedJobInputSourceUpdates the processing of a currently running job.
type nonrec t = {membershipIdentifier : MembershipIdentifier.t;The identifier for a member of a protected job instance.
*)protectedJobIdentifier : ProtectedJobIdentifier.t;The identifier of the protected job to update.
*)targetStatus : TargetProtectedJobStatus.t;The target status of a protected job. Used to update the execution status of a currently running job.
*)}val make :
membershipIdentifier:MembershipIdentifier.t ->
protectedJobIdentifier:ProtectedJobIdentifier.t ->
targetStatus:TargetProtectedJobStatus.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of MembershipIdentifier.t ]) list ]