Values.GetReservationUtilizationResponseSourceRetrieves the reservation utilization for your account. Management account in an organization have access to member accounts. You can filter data by dimensions in a time period. You can use GetDimensionValues to determine the possible dimension values. Currently, you can group only by SUBSCRIPTION_ID.
type nonrec t = {utilizationsByTime : UtilizationsByTime.t option;The amount of time that you used your Reserved Instances (RIs).
*)total : ReservationAggregates.t option;The total amount of time that you used your Reserved Instances (RIs).
*)nextPageToken : NextPageToken.t option;The token for the next set of retrievable 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
* [> `List of
[> `Structure of
(string
* [> `Map of
([> `String of AttributeType.t ]
* [> `String of AttributeValue.t ])
list
| `String of ReservationGroupKey.t
| `Structure of
(string
* [> `String of UtilizationPercentage.t ])
list ])
list ]
list
| `Structure of
(string * [> `String of YearMonthDay.t ]) list ])
list ]
list
| `String of NextPageToken.t
| `Structure of
(string * [> `String of UtilizationPercentage.t ]) list ])
list ]