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

AnomalyResource

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

The Amazon Web Services resources in which DevOps Guru detected unusual behavior that resulted in the generation of an anomaly. When DevOps Guru detects multiple related anomalies, it creates and insight with details about the anomalous behavior and suggestions about how to correct the problem.

interface AnomalyResource {
Name?: string | null;
Type?: string | null;
}

§Properties

§
Name?: string | null
[src]

The name of the Amazon Web Services resource.

§
Type?: string | null
[src]

The type of the Amazon Web Services resource.