Values.GetPipelineInputSourceRepresents the input of a GetPipeline action.
type nonrec t = {name : PipelineName.t;The name of the pipeline for which you want to get information. Pipeline names must be unique in an Amazon Web Services account.
*)version : PipelineVersion.t option;The version number of the pipeline. If you do not specify a version, defaults to the current version.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of PipelineVersion.t | `String of PipelineName.t ])
list ]