Module Values.GetReservationUtilizationResponseSource

Retrieves 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.

Sourcetype nonrec t = {
  1. utilizationsByTime : UtilizationsByTime.t option;
    (*

    The amount of time that you used your Reserved Instances (RIs).

    *)
  2. total : ReservationAggregates.t option;
    (*

    The total amount of time that you used your Reserved Instances (RIs).

    *)
  3. 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.

    *)
}
Sourcetype nonrec error = [
  1. | `DataUnavailableException of DataUnavailableException.t
  2. | `InvalidNextTokenException of InvalidNextTokenException.t
  3. | `LimitExceededException of LimitExceededException.t
  4. | `Unknown_operation_error of string * string option
]
Sourceval make : ?utilizationsByTime:??? -> ?total:??? -> ?nextPageToken:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t