Module Values.AnomalyUnusualSource

Contains information about the behavior of the anomaly that is new to GuardDuty.

Sourcetype nonrec t = {
  1. behavior : Behavior.t option;
    (*

    The behavior of the anomalous activity that caused GuardDuty to generate the finding.

    *)
}
Sourceval make : ?behavior:??? -> unit -> t
Sourceval to_value : 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 ]
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