Values.DescribeSavingsPlanRatesResponseSourceDescribes the rates for a specific, existing Savings Plan.
type nonrec t = {savingsPlanId : SavingsPlanId.t option;The ID of the Savings Plan.
*)searchResults : SavingsPlanRateList.t option;Information about the Savings Plan 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| `ResourceNotFoundException of ResourceNotFoundException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.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
* [> `Enum of string
| `String of JsonSafeFilterValueString.t ])
list ]
list
| `String of Amount.t ])
list ]
list
| `String of SavingsPlanId.t ])
list ]