Values.SetStatusInputSourceContains the parameters for SetStatus.
type nonrec t = {pipelineId : Id.t;The ID of the pipeline that contains the objects.
*)objectIds : IdList.t;The IDs of the objects. The corresponding objects can be either physical or components, but not a mix of both types.
*)status : String_.t;The status to be set on all the objects specified in objectIds. For components, use PAUSE or RESUME. For instances, use TRY_CANCEL, RERUN, or MARK_FINISHED.
*)}