Module Values.DetectorDebugOptionSource

The detector model and the specific detectors (instances) for which the logging level is given.

Sourcetype nonrec t = {
  1. detectorModelName : DetectorModelName.t;
    (*

    The name of the detector model.

    *)
  2. keyValue : KeyValue.t option;
    (*

    The value of the input attribute key used to create the detector (the instance of the detector model).

    *)
}
Sourceval context_ : string
Sourceval make : ?keyValue:??? -> detectorModelName:DetectorModelName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of DetectorModelName.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