Values.GetPipelineExecutionOutputSourceRepresents the output of a GetPipelineExecution action.
type nonrec t = {pipelineExecution : PipelineExecution.t option;Represents information about the execution of a pipeline.
*)}type nonrec error = [ | `PipelineExecutionNotFoundException of PipelineExecutionNotFoundException.t| `PipelineNotFoundException of PipelineNotFoundException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `PipelineExecutionNotFoundException of unit
| `PipelineNotFoundException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `PipelineExecutionNotFoundException of unit
| `PipelineNotFoundException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of unit ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Integer of PipelineVersion.t
| `List of
[> `Structure of
(string
* [> `String of ArtifactName.t
| `Timestamp of Timestamp.t ])
list ]
list
| `String of PipelineName.t
| `Structure of
(string * [> `Enum of string | `String of TriggerDetail.t ])
list ])
list ])
list ]