Values.ValidatePipelineRequestSourceChecks whether an OpenSearch Ingestion pipeline configuration is valid prior to creation. For more information, see Creating Amazon OpenSearch Ingestion pipelines.
type nonrec t = {pipelineConfigurationBody : PipelineConfigurationBody.t;The pipeline configuration in YAML format. The command accepts the pipeline configuration as a string or within a .yaml file. If you provide the configuration as a string, each new line must be escaped with \n.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of PipelineConfigurationBody.t ]) list ]