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