Module Values.ReservationPurchaseRecommendationDetailSource

Details about your recommended reservation purchase.

Sourcetype nonrec t = {
  1. accountId : GenericString.t option;
    (*

    The account that this Reserved Instance (RI) recommendation is for.

    *)
  2. instanceDetails : InstanceDetails.t option;
    (*

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

    *)
  3. recommendedNumberOfInstancesToPurchase : GenericString.t option;
    (*

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

    *)
  4. recommendedNormalizedUnitsToPurchase : GenericString.t option;
    (*

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

    *)
  5. minimumNumberOfInstancesUsedPerHour : GenericString.t option;
    (*

    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.

    *)
  6. minimumNormalizedUnitsUsedPerHour : GenericString.t option;
    (*

    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.

    *)
  7. maximumNumberOfInstancesUsedPerHour : GenericString.t option;
    (*

    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.

    *)
  8. maximumNormalizedUnitsUsedPerHour : GenericString.t option;
    (*

    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.

    *)
  9. averageNumberOfInstancesUsedPerHour : GenericString.t option;
    (*

    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.

    *)
  10. averageNormalizedUnitsUsedPerHour : GenericString.t option;
    (*

    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.

    *)
  11. averageUtilization : GenericString.t option;
    (*

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

    *)
  12. estimatedBreakEvenInMonths : GenericString.t option;
    (*

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

    *)
  13. currencyCode : GenericString.t option;
    (*

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

    *)
  14. estimatedMonthlySavingsAmount : GenericString.t option;
    (*

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

    *)
  15. estimatedMonthlySavingsPercentage : GenericString.t option;
    (*

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

    *)
  16. estimatedMonthlyOnDemandCost : GenericString.t option;
    (*

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

    *)
  17. estimatedReservationCostForLookbackPeriod : GenericString.t option;
    (*

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

    *)
  18. upfrontCost : GenericString.t option;
    (*

    How much purchasing this instance costs you upfront.

    *)
  19. recurringStandardMonthlyCost : GenericString.t option;
    (*

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

    *)
  20. reservedCapacityDetails : ReservedCapacityDetails.t option;
    (*

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

    *)
  21. recommendedNumberOfCapacityUnitsToPurchase : GenericString.t option;
    (*

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

    *)
  22. minimumNumberOfCapacityUnitsUsedPerHour : GenericString.t option;
    (*

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

    *)
  23. maximumNumberOfCapacityUnitsUsedPerHour : GenericString.t option;
    (*

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

    *)
  24. averageNumberOfCapacityUnitsUsedPerHour : GenericString.t option;
    (*

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

    *)
}
Sourceval make : ?accountId:??? -> ?instanceDetails:??? -> ?recommendedNumberOfInstancesToPurchase:??? -> ?recommendedNormalizedUnitsToPurchase:??? -> ?minimumNumberOfInstancesUsedPerHour:??? -> ?minimumNormalizedUnitsUsedPerHour:??? -> ?maximumNumberOfInstancesUsedPerHour:??? -> ?maximumNormalizedUnitsUsedPerHour:??? -> ?averageNumberOfInstancesUsedPerHour:??? -> ?averageNormalizedUnitsUsedPerHour:??? -> ?averageUtilization:??? -> ?estimatedBreakEvenInMonths:??? -> ?currencyCode:??? -> ?estimatedMonthlySavingsAmount:??? -> ?estimatedMonthlySavingsPercentage:??? -> ?estimatedMonthlyOnDemandCost:??? -> ?estimatedReservationCostForLookbackPeriod:??? -> ?upfrontCost:??? -> ?recurringStandardMonthlyCost:??? -> ?reservedCapacityDetails:??? -> ?recommendedNumberOfCapacityUnitsToPurchase:??? -> ?minimumNumberOfCapacityUnitsUsedPerHour:??? -> ?maximumNumberOfCapacityUnitsUsedPerHour:??? -> ?averageNumberOfCapacityUnitsUsedPerHour:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of GenericString.t | `Structure of (string * [> `Structure of (string * [> `Boolean of GenericBoolean.t | `String of GenericString.t ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t