Values.ReservationAggregatesSourceThe aggregated numbers for your reservation usage.
type nonrec t = {utilizationPercentage : UtilizationPercentage.t option;The percentage of reservation time that you used.
*)utilizationPercentageInUnits : UtilizationPercentageInUnits.t option;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.
*)purchasedHours : PurchasedHours.t option;How many reservation hours that you purchased.
*)purchasedUnits : PurchasedUnits.t option;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.
*)totalActualHours : TotalActualHours.t option;The total number of reservation hours that you used.
*)totalActualUnits : TotalActualUnits.t option;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.
*)unusedHours : UnusedHours.t option;The number of reservation hours that you didn't use.
*)unusedUnits : UnusedUnits.t option;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.
*)onDemandCostOfRIHoursUsed : OnDemandCostOfRIHoursUsed.t option;How much your reservation costs if charged On-Demand rates.
*)netRISavings : NetRISavings.t option;How much you saved due to purchasing and utilizing reservation. Amazon Web Services calculates this by subtracting TotalAmortizedFee from OnDemandCostOfRIHoursUsed.
*)totalPotentialRISavings : TotalPotentialRISavings.t option;How much you might save if you use your entire reservation.
*)amortizedUpfrontFee : AmortizedUpfrontFee.t option;The upfront cost of your reservation. It's amortized over the reservation period.
*)amortizedRecurringFee : AmortizedRecurringFee.t option;The monthly cost of your reservation. It's amortized over the reservation period.
*)totalAmortizedFee : TotalAmortizedFee.t option;The total cost of your reservation. It's amortized over the reservation period.
*)rICostForUnusedHours : RICostForUnusedHours.t option;The cost of unused hours for your reservation.
*)realizedSavings : RealizedSavings.t option;The realized savings because of purchasing and using a reservation.
*)unrealizedSavings : UnrealizedSavings.t option;The unrealized savings because of purchasing and using a reservation.
*)}val make :
?utilizationPercentage:??? ->
?utilizationPercentageInUnits:??? ->
?purchasedHours:??? ->
?purchasedUnits:??? ->
?totalActualHours:??? ->
?totalActualUnits:??? ->
?unusedHours:??? ->
?unusedUnits:??? ->
?onDemandCostOfRIHoursUsed:??? ->
?netRISavings:??? ->
?totalPotentialRISavings:??? ->
?amortizedUpfrontFee:??? ->
?amortizedRecurringFee:??? ->
?totalAmortizedFee:??? ->
?rICostForUnusedHours:??? ->
?realizedSavings:??? ->
?unrealizedSavings:??? ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of UtilizationPercentage.t ]) list ]