Values.DescribeSavingsPlansOfferingRatesRequestSourceDescribes the offering rates for Savings Plans you might want to purchase.
type nonrec t = {savingsPlanOfferingIds : UUIDs.t option;The IDs of the offerings.
*)savingsPlanPaymentOptions : SavingsPlanPaymentOptionList.t option;The payment options.
*)savingsPlanTypes : SavingsPlanTypeList.t option;The plan types.
*)products : SavingsPlanProductTypeList.t option;The Amazon Web Services products.
*)serviceCodes : SavingsPlanRateServiceCodeList.t option;The services.
*)usageTypes : SavingsPlanRateUsageTypeList.t option;The usage details of the line item in the billing report.
*)operations : SavingsPlanRateOperationList.t option;The specific Amazon Web Services operation for the line item in the billing report.
*)filters : SavingsPlanOfferingRateFiltersList.t option;The filters.
*)nextToken : PaginationToken.t option;The token for the next page of results.
*)maxResults : PageSize.t option;The maximum number of results to return with a single call. To retrieve additional results, make another call with the returned token value.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of PageSize.t
| `List of
[> `Enum of string
| `String of UUID.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of JsonSafeFilterValueString.t ] list ])
list ]
list
| `String of PaginationToken.t ])
list ]