Module Values.InstanceEstimatedMonthlySavingsSource

An object that describes the estimated monthly savings possible by adopting Compute Optimizer’s Amazon EC2 instance recommendations. This is based on the Savings Plans and Reserved Instances pricing discounts.

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