Module Values.ProactiveAnomalySource

Information about an anomaly. This object is returned by ListAnomalies.

Sourcetype nonrec t = {
  1. id : AnomalyId.t option;
    (*

    The ID of a proactive anomaly.

    *)
  2. severity : AnomalySeverity.t option;
    (*

    The severity of the anomaly. The severity of anomalies that generate an insight determine that insight's severity. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide.

    *)
  3. status : AnomalyStatus.t option;
    (*

    The status of a proactive anomaly.

    *)
  4. updateTime : Timestamp.t option;
    (*

    The time of the anomaly's most recent update.

    *)
  5. anomalyTimeRange : AnomalyTimeRange.t option;
  6. anomalyReportedTimeRange : AnomalyReportedTimeRange.t option;
    (*

    An AnomalyReportedTimeRange object that specifies the time range between when the anomaly is opened and the time when it is closed.

    *)
  7. predictionTimeRange : PredictionTimeRange.t option;
  8. sourceDetails : AnomalySourceDetails.t option;
    (*

    Details about the source of the analyzed operational data that triggered the anomaly. The one supported source is Amazon CloudWatch metrics.

    *)
  9. associatedInsightId : InsightId.t option;
    (*

    The ID of the insight that contains this anomaly. An insight is composed of related anomalies.

    *)
  10. resourceCollection : ResourceCollection.t option;
  11. limit : AnomalyLimit.t option;
    (*

    A threshold that was exceeded by behavior in analyzed resources. Exceeding this threshold is related to the anomalous behavior that generated this anomaly.

    *)
  12. sourceMetadata : AnomalySourceMetadata.t option;
    (*

    The metadata for the anomaly.

    *)
  13. anomalyResources : AnomalyResources.t option;
    (*

    Information about a resource in which DevOps Guru detected anomalous behavior.

    *)
  14. description : AnomalyDescription.t option;
    (*

    A description of the proactive anomaly.

    *)
}
Sourceval make : ?id:??? -> ?severity:??? -> ?status:??? -> ?updateTime:??? -> ?anomalyTimeRange:??? -> ?anomalyReportedTimeRange:??? -> ?predictionTimeRange:??? -> ?sourceDetails:??? -> ?associatedInsightId:??? -> ?resourceCollection:??? -> ?limit:??? -> ?sourceMetadata:??? -> ?anomalyResources:??? -> ?description:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Double of AnomalyLimit.t | `Enum of string | `List of [> `Structure of (string * [> `String of ResourceName.t ]) list ] list | `String of AnomalyId.t | `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `Integer of CloudWatchMetricsPeriod.t | `List of [> `String of TagValue.t | `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 | `String of AnomalySource.t | `Structure of (string * [> `List of [> `String of StackName.t ] list ]) list | `Timestamp of Timestamp.t ]) list | `Timestamp of Timestamp.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