Values_1.DescribePipelineExecutionRequestSourceDescribes the details of a pipeline execution.
type nonrec t = {pipelineExecutionArn : Values_0.PipelineExecutionArn.t;The Amazon Resource Name (ARN) of the pipeline execution.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of Values_0.PipelineExecutionArn.t ]) list ]