Module Values.EstimatedMonthlySavingsSource

Describes the estimated monthly savings amount possible, based on On-Demand instance pricing, by adopting Compute Optimizer recommendations for a given resource. For more information, see Estimated monthly savings and savings opportunities in the Compute Optimizer User Guide.

Sourcetype nonrec t = {
  1. currency : Currency.t option;
    (*

    The currency of the estimated monthly savings.

    *)
  2. value : Value.t option;
    (*

    The value of the estimated monthly savings.

    *)
}
Sourceval make : ?currency:??? -> ?value:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Double of Value.t | `Enum of string ]) 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