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

UpdateAnomalyDetectorRequest

import type { UpdateAnomalyDetectorRequest } from "https://aws-api.deno.dev/v0.3/services/lookoutmetrics.ts?docs=full";
interface UpdateAnomalyDetectorRequest {
AnomalyDetectorArn: string;
AnomalyDetectorConfig?: AnomalyDetectorConfig | null;
AnomalyDetectorDescription?: string | null;
KmsKeyArn?: string | null;
}

§Properties

§
AnomalyDetectorArn: string
[src]

The ARN of the detector to update.

§
AnomalyDetectorConfig?: AnomalyDetectorConfig | null
[src]

Contains information about the configuration to which the detector will be updated.

§
AnomalyDetectorDescription?: string | null
[src]

The updated detector description.

§
KmsKeyArn?: string | null
[src]

The Amazon Resource Name (ARN) of an AWS KMS encryption key.