Module Values.ValidatePipelineRequestSource

Checks whether an OpenSearch Ingestion pipeline configuration is valid prior to creation. For more information, see Creating Amazon OpenSearch Ingestion pipelines.

Sourcetype nonrec t = {
  1. 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.

    *)
}
Sourceval context_ : string
Sourceval make : pipelineConfigurationBody:PipelineConfigurationBody.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of PipelineConfigurationBody.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t