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

DescribeAnomalyDetectorResponse

import type { DescribeAnomalyDetectorResponse } from "https://aws-api.deno.dev/v0.3/services/lookoutmetrics.ts?docs=full";
interface DescribeAnomalyDetectorResponse {
AnomalyDetectorArn?: string | null;
AnomalyDetectorConfig?: AnomalyDetectorConfigSummary | null;
AnomalyDetectorDescription?: string | null;
AnomalyDetectorName?: string | null;
CreationTime?: Date | number | null;
FailureReason?: string | null;
FailureType?: AnomalyDetectorFailureType | null;
KmsKeyArn?: string | null;
LastModificationTime?: Date | number | null;
Status?: AnomalyDetectorStatus | null;
}

§Properties

§
AnomalyDetectorArn?: string | null
[src]

The ARN of the detector.

§
AnomalyDetectorConfig?: AnomalyDetectorConfigSummary | null
[src]

Contains information about the detector's configuration.

§
AnomalyDetectorDescription?: string | null
[src]

A description of the detector.

§
AnomalyDetectorName?: string | null
[src]

The name of the detector.

§
CreationTime?: Date | number | null
[src]

The time at which the detector was created.

§
FailureReason?: string | null
[src]

The reason that the detector failed.

§
FailureType?: AnomalyDetectorFailureType | null
[src]

The process that caused the detector to fail.

§
KmsKeyArn?: string | null
[src]

The ARN of the KMS key to use to encrypt your data.

§
LastModificationTime?: Date | number | null
[src]

The time at which the detector was last modified.

§

The status of the detector.