Values.ActivatePipelineInputSourceContains the parameters for ActivatePipeline.
type nonrec t = {pipelineId : Id.t;The ID of the pipeline.
*)parameterValues : ParameterValueList.t option;A list of parameter values to pass to the pipeline at activation.
*)startTimestamp : Timestamp.t option;The date and time to resume the pipeline. By default, the pipeline resumes from the last completed execution.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of FieldNameString.t ]) list ]
list
| `String of Id.t
| `Timestamp of Timestamp.t ])
list ]