Values.DescribeSavingsPlansOfferingsResponseSourceDescribes the offerings for the specified Savings Plans.
type nonrec t = {searchResults : SavingsPlanOfferingsList.t option;Information about the Savings Plans offerings.
*)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
[> `Enum of string
| `Structure of
(string
* [> `Enum of string
| `String of JsonSafeFilterValueString.t ])
list ]
list
| `Long of SavingsPlansDuration.t
| `String of UUID.t ])
list ]
list
| `String of PaginationToken.t ])
list ]