Values.ValidatePipelineResponseSourceChecks whether an OpenSearch Ingestion pipeline configuration is valid prior to creation. For more information, see Creating Amazon OpenSearch Ingestion pipelines.
type nonrec t = {isValid : Boolean.t option;A boolean indicating whether or not the pipeline configuration is valid.
*)errors : ValidationMessageList.t option;A list of errors if the configuration is invalid.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `DisabledOperationException of DisabledOperationException.t| `InternalException of InternalException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of unit
| `DisabledOperationException of unit
| `InternalException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of unit
| `DisabledOperationException of unit
| `InternalException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of unit ]