Values.GetSavingsPlansUtilizationResponseSourceRetrieves the Savings Plans utilization for your account across date ranges with daily or monthly granularity. Management account in an organization have access to member accounts. You can use GetDimensionValues in SAVINGS_PLANS to determine the possible dimension values. You can't group by any dimension values for GetSavingsPlansUtilization.
type nonrec t = {savingsPlansUtilizationsByTime : SavingsPlansUtilizationsByTime.t option;The amount of cost/commitment that you used your Savings Plans. You can use it to specify date ranges.
*)total : SavingsPlansUtilizationAggregates.t option;The total amount of cost/commitment that you used your Savings Plans, regardless of date ranges.
*)}type nonrec error = [ | `LimitExceededException of LimitExceededException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DataUnavailableException of DataUnavailableException.t
| `LimitExceededException of LimitExceededException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DataUnavailableException of DataUnavailableException.t
| `LimitExceededException of LimitExceededException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Structure of
(string * [> `String of YearMonthDay.t ]) list ])
list ]
list
| `Structure of
(string
* [> `Structure of (string * [> `String of GenericString.t ]) list ])
list ])
list ]