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

AnomalyScore

import type { AnomalyScore } from "https://aws-api.deno.dev/v0.3/services/costexplorer.ts?docs=full";

Quantifies the anomaly. The higher score means that it's more anomalous.

interface AnomalyScore {
CurrentScore: number;
MaxScore: number;
}

§Properties

§
CurrentScore: number
[src]

The last observed score.

§
MaxScore: number
[src]

The maximum score that's observed during the AnomalyDateInterval.