Module Values.AnomalyResourceSource

The Amazon Web Services resources in which DevOps Guru detected unusual behavior that resulted in the generation of an anomaly. When DevOps Guru detects multiple related anomalies, it creates and insight with details about the anomalous behavior and suggestions about how to correct the problem.

Sourcetype nonrec t = {
  1. name : ResourceName.t option;
    (*

    The name of the Amazon Web Services resource.

    *)
  2. type_ : ResourceType.t option;
    (*

    The type of the Amazon Web Services resource.

    *)
}
Sourceval make : ?name:??? -> ?type_:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ResourceName.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