Values.GetPipelineDefinitionOutputSourceContains the output of GetPipelineDefinition.
type nonrec t = {pipelineObjects : PipelineObjectList.t option;The objects defined in the pipeline.
*)parameterObjects : ParameterObjectList.t option;The parameter objects used in the pipeline definition.
*)parameterValues : ParameterValueList.t option;The parameter values used in the pipeline definition.
*)}type nonrec error = [ | `InternalServiceError of InternalServiceError.t| `InvalidRequestException of InvalidRequestException.t| `PipelineDeletedException of PipelineDeletedException.t| `PipelineNotFoundException of PipelineNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServiceError of InternalServiceError.t
| `InvalidRequestException of InvalidRequestException.t
| `PipelineDeletedException of PipelineDeletedException.t
| `PipelineNotFoundException of PipelineNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServiceError of InternalServiceError.t
| `InvalidRequestException of InvalidRequestException.t
| `PipelineDeletedException of PipelineDeletedException.t
| `PipelineNotFoundException of PipelineNotFoundException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of FieldNameString.t ])
list ]
list
| `String of Id.t ])
list ]
list ])
list ]