Values.SavingsPlansUtilizationQuerySourceDefines the parameters for querying Savings Plans utilization data, including time granularity and sorting preferences.
type nonrec t = {timeRange : DateTimeRange.t;granularity : Granularity.t option;The time granularity of the retrieved data: HOURLY, DAILY, or MONTHLY.
*)filter : Expression.t option;}