Module Values.DeleteLogAnomalyDetectorRequestSource

Deletes the specified CloudWatch Logs anomaly detector.

Sourcetype nonrec t = {
  1. anomalyDetectorArn : AnomalyDetectorArn.t;
    (*

    The ARN of the anomaly detector to delete. You can find the ARNs of log anomaly detectors in your account by using the ListLogAnomalyDetectors operation.

    *)
}
Sourceval context_ : string
Sourceval make : anomalyDetectorArn:AnomalyDetectorArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AnomalyDetectorArn.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