Module Values.DetectionSource

Contains information about the detected behavior.

Sourcetype nonrec t = {
  1. anomaly : Anomaly.t option;
    (*

    The details about the anomalous activity that caused GuardDuty to generate the finding.

    *)
  2. sequence : Sequence.t option;
    (*

    The details about the attack sequence.

    *)
}
Sourceval make : ?anomaly:??? -> ?sequence:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `String of FindingType.t | `Structure of (string * [> `Double of Double.t | `Enum of string | `Integer of Integer.t | `List of [> `String of String_.t | `Structure of (string * [> `Enum of string | `List of [> `String of IndicatorValueString.t ] list | `String of String_.t ]) list ] list | `String of String_.t | `Structure of (string * [> `Double of Double.t | `Enum of string | `Integer of Integer.t | `String of String_.t | `Structure of (string * [> `Enum of string | `List of [> `String of String_.t | `Structure of (string * [> `String of String_.t ]) list ] list | `String of String_.t | `Structure of (string * [> `Enum of string | `String of String_.t ]) list | `Timestamp of Timestamp.t ]) list | `Timestamp of Timestamp.t ]) list | `Timestamp of Timestamp.t ]) list ] list | `Map of ([> `String of String_.t ] * [> `Map of ([> `String of String_.t ] * [> `List of [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `List of [> `String of String_.t ] list ]) list ]) list ] list ]) list ]) list | `String of String_.t | `Structure of (string * [> `Map of ([> `String of String_.t ] * [> `Map of ([> `String of String_.t ] * [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `List of [> `String of String_.t ] list ]) list ]) list ]) list ]) list ]) list ]) 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