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

ReservationAggregates

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

The aggregated numbers for your reservation usage.

interface ReservationAggregates {
AmortizedRecurringFee?: string | null;
AmortizedUpfrontFee?: string | null;
NetRISavings?: string | null;
OnDemandCostOfRIHoursUsed?: string | null;
PurchasedHours?: string | null;
PurchasedUnits?: string | null;
RealizedSavings?: string | null;
RICostForUnusedHours?: string | null;
TotalActualHours?: string | null;
TotalActualUnits?: string | null;
TotalAmortizedFee?: string | null;
TotalPotentialRISavings?: string | null;
UnrealizedSavings?: string | null;
UnusedHours?: string | null;
UnusedUnits?: string | null;
UtilizationPercentage?: string | null;
UtilizationPercentageInUnits?: string | null;
}

§Properties

§
AmortizedRecurringFee?: string | null
[src]

The monthly cost of your reservation. It's amortized over the reservation period.

§
AmortizedUpfrontFee?: string | null
[src]

The upfront cost of your reservation. It's amortized over the reservation period.

§
NetRISavings?: string | null
[src]

How much you saved due to purchasing and utilizing reservation. Amazon Web Services calculates this by subtracting TotalAmortizedFee from OnDemandCostOfRIHoursUsed.

§
OnDemandCostOfRIHoursUsed?: string | null
[src]

How much your reservation costs if charged On-Demand rates.

§
PurchasedHours?: string | null
[src]

How many reservation hours that you purchased.

§
PurchasedUnits?: string | null
[src]

The number of Amazon EC2 reservation hours that you purchased. It's converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.

§
RealizedSavings?: string | null
[src]

The realized savings because of purchasing and using a reservation.

§
RICostForUnusedHours?: string | null
[src]

The cost of unused hours for your reservation.

§
TotalActualHours?: string | null
[src]

The total number of reservation hours that you used.

§
TotalActualUnits?: string | null
[src]

The total number of Amazon EC2 reservation hours that you used. It's converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.

§
TotalAmortizedFee?: string | null
[src]

The total cost of your reservation. It's amortized over the reservation period.

§
TotalPotentialRISavings?: string | null
[src]

How much you might save if you use your entire reservation.

§
UnrealizedSavings?: string | null
[src]

The unrealized savings because of purchasing and using a reservation.

§
UnusedHours?: string | null
[src]

The number of reservation hours that you didn't use.

§
UnusedUnits?: string | null
[src]

The number of Amazon EC2 reservation hours that you didn't use. It's converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.

§
UtilizationPercentage?: string | null
[src]

The percentage of reservation time that you used.

§
UtilizationPercentageInUnits?: string | null
[src]

The percentage of Amazon EC2 reservation time that you used. It's converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.