Values.DescribeSavingsPlansOfferingRatesResponseSourceDescribes the offering rates for Savings Plans you might want to purchase.
type nonrec t = {searchResults : SavingsPlanOfferingRatesList.t option;Information about the Savings Plans offering rates.
*)nextToken : PaginationToken.t option;The token to use to retrieve the next page of results. This value is null when there are no more results to return.
*)}type nonrec error = [ | `InternalServerException of InternalServerException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerException of InternalServerException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerException of InternalServerException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `String of JsonSafeFilterValueString.t ])
list ]
list
| `String of SavingsPlanRatePricePerUnit.t
| `Structure of
(string
* [> `Enum of string
| `Long of SavingsPlansDuration.t
| `String of UUID.t ])
list ])
list ]
list
| `String of PaginationToken.t ])
list ]