Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.
aws-api.deno.dev/v0.4/services/devopsguru.ts?docs=full – AnomalySourceMetadata | Deno Doc

AnomalySourceMetadata

import type { AnomalySourceMetadata } from "https://aws-api.deno.dev/v0.4/services/devopsguru.ts?docs=full";

Metadata about the detection source that generates proactive anomalies. The anomaly is detected using analysis of the metric data
 * over a period of time

interface AnomalySourceMetadata {
Source?: string | null;
SourceResourceName?: string | null;
SourceResourceType?: string | null;
}

§Properties

§
Source?: string | null
[src]

The source of the anomaly.

§
SourceResourceName?: string | null
[src]

The name of the anomaly's resource.

§
SourceResourceType?: string | null
[src]

The anomaly's resource type.