Module Values.GetSavingsPlansUtilizationResponseSource

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

Sourcetype nonrec t = {
  1. savingsPlansUtilizationsByTime : SavingsPlansUtilizationsByTime.t option;
    (*

    The amount of cost/commitment that you used your Savings Plans. You can use it to specify date ranges.

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

    The total amount of cost/commitment that you used your Savings Plans, regardless of date ranges.

    *)
}
Sourcetype nonrec error = [
  1. | `DataUnavailableException of DataUnavailableException.t
  2. | `LimitExceededException of LimitExceededException.t
  3. | `Unknown_operation_error of string * string option
]
Sourceval make : ?savingsPlansUtilizationsByTime:??? -> ?total:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `DataUnavailableException of DataUnavailableException.t | `LimitExceededException of LimitExceededException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `DataUnavailableException of DataUnavailableException.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 * [> `Structure of (string * [> `String of YearMonthDay.t ]) list ]) list ] list | `Structure of (string * [> `Structure of (string * [> `String of GenericString.t ]) list ]) 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