Module Values.SavingsPlansUtilizationQuerySource

Defines the parameters for querying Savings Plans utilization data, including time granularity and sorting preferences.

Sourcetype nonrec t = {
  1. timeRange : DateTimeRange.t;
  2. granularity : Granularity.t option;
    (*

    The time granularity of the retrieved data: HOURLY, DAILY, or MONTHLY.

    *)
  3. filter : Expression.t option;
}
Sourceval context_ : string
Sourceval make : ?granularity:??? -> ?filter:??? -> timeRange:DateTimeRange.t -> 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