Module Values.AnomalySourceDetailsSource

Details about the source of the anomalous operational data that triggered the anomaly.

Sourcetype nonrec t = {
  1. cloudWatchMetrics : CloudWatchMetricsDetails.t option;
    (*

    An array of CloudWatchMetricsDetail objects that contain information about analyzed CloudWatch metrics that show anomalous behavior.

    *)
  2. performanceInsightsMetrics : PerformanceInsightsMetricsDetails.t option;
    (*

    An array of PerformanceInsightsMetricsDetail objects that contain information about analyzed Performance Insights metrics that show anomalous behavior.

    *)
}
Sourceval make : ?cloudWatchMetrics:??? -> ?performanceInsightsMetrics:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `Integer of CloudWatchMetricsPeriod.t | `List of [> `Structure of (string * [> `Double of PerformanceInsightsValueDouble.t | `String of CloudWatchMetricsDimensionName.t | `Structure of (string * [> `Structure of (string * [> `Double of PerformanceInsightsValueDouble.t | `Structure of (string * [> `Map of ([> `String of PerformanceInsightsMetricFilterKey.t ] * [> `String of PerformanceInsightsMetricFilterValue.t ]) list | `String of PerformanceInsightsMetricName.t | `Structure of (string * [> `Integer of PerformanceInsightsMetricLimitInteger.t | `List of [> `String of PerformanceInsightsMetricDimension.t ] list | `String of PerformanceInsightsMetricGroup.t ]) list ]) list ]) list ]) list ]) list ] list | `String of CloudWatchMetricsMetricName.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Double of MetricValue.t | `Timestamp of Timestamp.t ]) list ] list | `Map of ([> `String of PerformanceInsightsMetricFilterKey.t ] * [> `String of PerformanceInsightsMetricFilterValue.t ]) list | `String of PerformanceInsightsMetricName.t | `Structure of (string * [> `Integer of PerformanceInsightsMetricLimitInteger.t | `List of [> `String of PerformanceInsightsMetricDimension.t ] list | `String of PerformanceInsightsMetricGroup.t ]) 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