Values.GetPipelineExecutionInputSourceRepresents the input of a GetPipelineExecution action.
type nonrec t = {pipelineName : PipelineName.t;The name of the pipeline about which you want to get execution details.
*)pipelineExecutionId : PipelineExecutionId.t;The ID of the pipeline execution about which you want to get execution details.
*)}val make :
pipelineName:PipelineName.t ->
pipelineExecutionId:PipelineExecutionId.t ->
unit ->
t