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

ReservationPurchaseRecommendationDetail

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

Details about your recommended reservation purchase.

interface ReservationPurchaseRecommendationDetail {
AccountId?: string | null;
AverageNormalizedUnitsUsedPerHour?: string | null;
AverageNumberOfInstancesUsedPerHour?: string | null;
AverageUtilization?: string | null;
CurrencyCode?: string | null;
EstimatedBreakEvenInMonths?: string | null;
EstimatedMonthlyOnDemandCost?: string | null;
EstimatedMonthlySavingsAmount?: string | null;
EstimatedMonthlySavingsPercentage?: string | null;
EstimatedReservationCostForLookbackPeriod?: string | null;
InstanceDetails?: InstanceDetails | null;
MaximumNormalizedUnitsUsedPerHour?: string | null;
MaximumNumberOfInstancesUsedPerHour?: string | null;
MinimumNormalizedUnitsUsedPerHour?: string | null;
MinimumNumberOfInstancesUsedPerHour?: string | null;
RecommendedNormalizedUnitsToPurchase?: string | null;
RecommendedNumberOfInstancesToPurchase?: string | null;
RecurringStandardMonthlyCost?: string | null;
UpfrontCost?: string | null;
}

§Properties

§
AccountId?: string | null
[src]

The account that this RI recommendation is for.

§
AverageNormalizedUnitsUsedPerHour?: string | null
[src]

The average number of normalized units that you used in an hour during the historical period. Amazon Web Services uses this to calculate your recommended reservation purchases.

§
AverageNumberOfInstancesUsedPerHour?: string | null
[src]

The average number of instances that you used in an hour during the historical period. Amazon Web Services uses this to calculate your recommended reservation purchases.

§
AverageUtilization?: string | null
[src]

The average utilization of your instances. Amazon Web Services uses this to calculate your recommended reservation purchases.

§
CurrencyCode?: string | null
[src]

The currency code that Amazon Web Services used to calculate the costs for this instance.

§
EstimatedBreakEvenInMonths?: string | null
[src]

How long Amazon Web Services estimates that it takes for this instance to start saving you money, in months.

§
EstimatedMonthlyOnDemandCost?: string | null
[src]

How much Amazon Web Services estimates that you spend on On-Demand Instances in a month.

§
EstimatedMonthlySavingsAmount?: string | null
[src]

How much Amazon Web Services estimates that this specific recommendation could save you in a month.

§
EstimatedMonthlySavingsPercentage?: string | null
[src]

How much Amazon Web Services estimates that this specific recommendation could save you in a month, as a percentage of your overall costs.

§
EstimatedReservationCostForLookbackPeriod?: string | null
[src]

How much Amazon Web Services estimates that you would have spent for all usage during the specified historical period if you had a reservation.

§
InstanceDetails?: InstanceDetails | null
[src]

Details about the instances that Amazon Web Services recommends that you purchase.

§
MaximumNormalizedUnitsUsedPerHour?: string | null
[src]

The maximum number of normalized units that you used in an hour during the historical period. Amazon Web Services uses this to calculate your recommended reservation purchases.

§
MaximumNumberOfInstancesUsedPerHour?: string | null
[src]

The maximum number of instances that you used in an hour during the historical period. Amazon Web Services uses this to calculate your recommended reservation purchases.

§
MinimumNormalizedUnitsUsedPerHour?: string | null
[src]

The minimum number of normalized units that you used in an hour during the historical period. Amazon Web Services uses this to calculate your recommended reservation purchases.

§
MinimumNumberOfInstancesUsedPerHour?: string | null
[src]

The minimum number of instances that you used in an hour during the historical period. Amazon Web Services uses this to calculate your recommended reservation purchases.

§
RecommendedNormalizedUnitsToPurchase?: string | null
[src]

The number of normalized units that Amazon Web Services recommends that you purchase.

§
RecommendedNumberOfInstancesToPurchase?: string | null
[src]

The number of instances that Amazon Web Services recommends that you purchase.

§
RecurringStandardMonthlyCost?: string | null
[src]

How much purchasing this instance costs you on a monthly basis.

§
UpfrontCost?: string | null
[src]

How much purchasing this instance costs you upfront.