Values.DeactivatePipelineInputSourceContains the parameters for DeactivatePipeline.
type nonrec t = {pipelineId : Id.t;The ID of the pipeline.
*)cancelActive : CancelActive.t option;Indicates whether to cancel any running objects. The default is true, which sets the state of any running objects to CANCELED. If this value is false, the pipeline is deactivated after all running objects finish.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of CancelActive.t | `String of Id.t ]) list ]