Values_1.DescribePipelineRequestSourceDescribes the details of a pipeline.
type nonrec t = {pipelineName : PipelineNameOrArn.t;The name or Amazon Resource Name (ARN) of the pipeline to describe.
*)pipelineVersionId : PipelineVersionId.t option;The ID of the pipeline version to describe.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Long of PipelineVersionId.t | `String of PipelineNameOrArn.t ])
list ]