Module Values.TerminateRecommendationDetailSource

Details on termination recommendation.

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

    The estimated savings that result from modification, on a monthly basis.

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

    The currency code that Amazon Web Services used to calculate the costs for this instance.

    *)
}
Sourceval make : ?estimatedMonthlySavings:??? -> ?currencyCode:??? -> 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