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

TotalImpactFilter

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

Filters cost anomalies based on the total impact.

interface TotalImpactFilter {
EndValue?: number | null;
NumericOperator: NumericOperator;
StartValue: number;
}

§Properties

§
EndValue?: number | null
[src]

The upper bound dollar value that's used in the filter.

§
NumericOperator: NumericOperator
[src]

The comparing value that's used in the filter.

§
StartValue: number
[src]

The lower bound dollar value that's used in the filter.