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

SavingsPlansSavings

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

The amount of savings that you're accumulating, against the public On-Demand rate of the usage accrued in an account.

interface SavingsPlansSavings {
NetSavings?: string | null;
OnDemandCostEquivalent?: string | null;
}

§Properties

§
NetSavings?: string | null
[src]

The savings amount that you're accumulating for the usage that's covered by a Savings Plans, when compared to the On-Demand equivalent of the same usage.

§
OnDemandCostEquivalent?: string | null
[src]

How much the amount that the usage would have cost if it was accrued at the On-Demand rate.