Module Values.SavingsPlansSavingsSource

The amount of savings that you're accumulating, against the public On-Demand rate of the usage accrued in an account.

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

    The savings amount that you're accumulating for the usage that's covered by a Savings Plans, when compared to the On-Demand equivalent of the same usage.

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

    How much the amount that the usage would have cost if it was accrued at the On-Demand rate.

    *)
}
Sourceval make : ?netSavings:??? -> ?onDemandCostEquivalent:??? -> 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