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

SavingsPlansUtilizationAggregates

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

The aggregated utilization metrics for your Savings Plans usage.

interface SavingsPlansUtilizationAggregates {
AmortizedCommitment?: SavingsPlansAmortizedCommitment | null;
Savings?: SavingsPlansSavings | null;
}

§Properties

§
AmortizedCommitment?: SavingsPlansAmortizedCommitment | null
[src]

The total amortized commitment for a Savings Plans. This includes the sum of the upfront and recurring Savings Plans fees.

§
Savings?: SavingsPlansSavings | null
[src]

The amount that's saved by using existing Savings Plans. Savings returns both net savings from Savings Plans and also the onDemandCostEquivalent of the Savings Plans when considering the utilization rate.

§

A ratio of your effectiveness of using existing Savings Plans to apply to workloads that are Savings Plans eligible.