Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DeleteAnomalyDetectorInput

import type { DeleteAnomalyDetectorInput } from "https://aws-api.deno.dev/v0.4/services/cloudwatch.ts?docs=full";
interface DeleteAnomalyDetectorInput {
Dimensions?: Dimension[] | null;
MetricMathAnomalyDetector?: MetricMathAnomalyDetector | null;
MetricName?: string | null;
Namespace?: string | null;
SingleMetricAnomalyDetector?: SingleMetricAnomalyDetector | null;
Stat?: string | null;
}

§Properties

§
Dimensions?: Dimension[] | null
[src]

The metric dimensions associated with the anomaly detection model to delete.

§
MetricMathAnomalyDetector?: MetricMathAnomalyDetector | null
[src]

The metric math anomaly detector to be deleted.

When using MetricMathAnomalyDetector, you cannot include following parameters in the same operation:

  • Dimensions,
  • MetricName
    
  • Namespace
    
  • Stat
    
  • the SingleMetricAnomalyDetector parameters of DeleteAnomalyDetectorInput

Instead, specify the metric math anomaly detector attributes as part of the MetricMathAnomalyDetector property.

§
MetricName?: string | null
[src]

The metric name associated with the anomaly detection model to delete.

§
Namespace?: string | null
[src]

The namespace associated with the anomaly detection model to delete.

§
SingleMetricAnomalyDetector?: SingleMetricAnomalyDetector | null
[src]

A single metric anomaly detector to be deleted.

When using SingleMetricAnomalyDetector, you cannot include the following parameters in the same operation:

  • Dimensions,
  • MetricName
    
  • Namespace
    
  • Stat
    
  • the MetricMathAnomalyDetector parameters of DeleteAnomalyDetectorInput

Instead, specify the single metric anomaly detector attributes as part of the SingleMetricAnomalyDetector property.

§
Stat?: string | null
[src]

The statistic associated with the anomaly detection model to delete.