Values_2.UpdatePipelineExecutionRequestSourceUpdates a pipeline execution.
type nonrec t = {pipelineExecutionArn : Values_0.PipelineExecutionArn.t;The Amazon Resource Name (ARN) of the pipeline execution.
*)pipelineExecutionDescription : Values_1.PipelineExecutionDescription.t option;The description of the pipeline execution.
*)pipelineExecutionDisplayName : Values_1.PipelineExecutionName.t option;The display name of the pipeline execution.
*)parallelismConfiguration : Values_1.ParallelismConfiguration.t option;This configuration, if specified, overrides the parallelism configuration of the parent pipeline for this specific run.
*)}val make :
?pipelineExecutionDescription:??? ->
?pipelineExecutionDisplayName:??? ->
?parallelismConfiguration:??? ->
pipelineExecutionArn:Values_0.PipelineExecutionArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.PipelineExecutionArn.t
| `Structure of (string * [> `Integer of int ]) list ])
list ]