Module Values.ECSEstimatedMonthlySavingsSource

Describes the estimated monthly savings possible for Amazon ECS services by adopting Compute Optimizer recommendations. This is based on Amazon ECS service pricing after applying Savings Plans 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 for Amazon ECS services.

    *)
}
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