Module Values.ValidateTelemetryPipelineConfigurationInputSource

Validates a pipeline configuration without creating the pipeline. This operation checks the configuration for syntax errors and compatibility issues.

Sourcetype nonrec t = {
  1. configuration : TelemetryPipelineConfiguration.t;
    (*

    The pipeline configuration to validate for syntax and compatibility.

    *)
}
Sourceval context_ : string
Sourceval make : configuration:TelemetryPipelineConfiguration.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of TelemetryPipelineConfigurationBody.t ]) list ]) 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