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

Impact

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

The dollar value of the anomaly.

interface Impact {
MaxImpact: number;
TotalImpact?: number | null;
}

§Properties

§
MaxImpact: number
[src]

The maximum dollar value that's observed for an anomaly.

§
TotalImpact?: number | null
[src]

The cumulative dollar value that's observed for an anomaly.