Smaws_Client_CostExplorer.GetSavingsPlansUtilizationRetrieves 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.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `DataUnavailableException of Types.data_unavailable_exception
| `LimitExceededException of Types.limit_exceeded_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.get_savings_plans_utilization_request ->
(Types.get_savings_plans_utilization_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `DataUnavailableException of Types.data_unavailable_exception
| `LimitExceededException of Types.limit_exceeded_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.get_savings_plans_utilization_request ->
(Types.get_savings_plans_utilization_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `DataUnavailableException of Types.data_unavailable_exception
| `LimitExceededException of Types.limit_exceeded_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result