Module Values.ReservationPurchaseRecommendationSummarySource

A summary about this recommendation, such as the currency code, the amount that Amazon Web Services estimates that you could save, and the total amount of reservation to purchase.

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

    The total amount that Amazon Web Services estimates that this recommendation could save you in a month.

    *)
  2. totalEstimatedMonthlySavingsPercentage : GenericString.t option;
    (*

    The total amount that Amazon Web Services estimates that this recommendation could save you in a month, as a percentage of your costs.

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

    The currency code used for this recommendation.

    *)
}
Sourceval make : ?totalEstimatedMonthlySavingsAmount:??? -> ?totalEstimatedMonthlySavingsPercentage:??? -> ?currencyCode:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of GenericString.t ]) 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