Values.GetSavingsPlansUtilizationDetailsResponseSourceRetrieves attribute data along with aggregate utilization and savings data for a given time period. This doesn't support granular or grouped data (daily/monthly) in response. You can't retrieve data by dates in a single response similar to GetSavingsPlanUtilization, but you have the option to make multiple calls to GetSavingsPlanUtilizationDetails by providing individual dates. You can use GetDimensionValues in SAVINGS_PLANS to determine the possible dimension values. GetSavingsPlanUtilizationDetails internally groups data by SavingsPlansArn.
type nonrec t = {savingsPlansUtilizationDetails : SavingsPlansUtilizationDetails.t option;Retrieves a single daily or monthly Savings Plans utilization rate and details for your account.
*)total : SavingsPlansUtilizationAggregates.t option;The total Savings Plans utilization, regardless of time period.
*)timePeriod : DateInterval.t option;nextToken : NextPageToken.t option;The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.
*)}type nonrec error = [ | `InvalidNextTokenException of InvalidNextTokenException.t| `LimitExceededException of LimitExceededException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DataUnavailableException of DataUnavailableException.t
| `InvalidNextTokenException of InvalidNextTokenException.t
| `LimitExceededException of LimitExceededException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DataUnavailableException of DataUnavailableException.t
| `InvalidNextTokenException of InvalidNextTokenException.t
| `LimitExceededException of LimitExceededException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Map of
([> `String of AttributeType.t ]
* [> `String of AttributeValue.t ])
list
| `String of SavingsPlanArn.t
| `Structure of
(string * [> `String of GenericString.t ]) list ])
list ]
list
| `String of NextPageToken.t
| `Structure of
(string
* [> `String of YearMonthDay.t
| `Structure of (string * [> `String of GenericString.t ]) list ])
list ])
list ]