Module Values.LambdaEstimatedMonthlySavingsSource

Describes the estimated monthly savings possible for Lambda functions by adopting Compute Optimizer recommendations. This is based on Lambda functions 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.

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