Values.ValidatePipelineDefinitionOutputSourceContains the output of ValidatePipelineDefinition.
type nonrec t = {validationErrors : ValidationErrors.t option;Any validation errors that were found.
*)validationWarnings : ValidationWarnings.t option;Any validation warnings that were found.
*)errored : Boolean.t option;Indicates whether there were validation errors.
*)}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
* [> `Boolean of Boolean.t
| `List of
[> `Structure of
(string
* [> `List of [> `String of ValidationMessage.t ] list
| `String of Id.t ])
list ]
list ])
list ]