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

DescribeAnomalyResponse

import type { DescribeAnomalyResponse } from "https://aws-api.deno.dev/v0.4/services/devopsguru.ts?docs=full";
interface DescribeAnomalyResponse {
ProactiveAnomaly?: ProactiveAnomaly | null;
ReactiveAnomaly?: ReactiveAnomaly | null;
}

§Properties

§
ProactiveAnomaly?: ProactiveAnomaly | null
[src]

A ProactiveAnomaly object that represents the requested anomaly.

§
ReactiveAnomaly?: ReactiveAnomaly | null
[src]

A ReactiveAnomaly object that represents the requested anomaly.