Module Values.CostAndUsageComparisonSource

Represents a comparison of cost and usage metrics between two time periods.

Sourcetype nonrec t = {
  1. costAndUsageSelector : Expression.t option;
  2. metrics : ComparisonMetrics.t option;
    (*

    A mapping of metric names to their comparison values.

    *)
}
Sourceval make : ?costAndUsageSelector:??? -> ?metrics:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * Awso.Botodata.value) 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