Values.DescribeSavingsPlansRequestSourceDescribes the specified Savings Plans.
type nonrec t = {savingsPlanArns : SavingsPlanArnList.t option;The Amazon Resource Names (ARN) of the Savings Plans.
*)savingsPlanIds : SavingsPlanIdList.t option;The IDs of the Savings Plans.
*)nextToken : PaginationToken.t option;The token for the next page of results.
*)maxResults : MaxResults.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.
*)states : SavingsPlanStateList.t option;The current states of the Savings Plans.
*)filters : SavingsPlanFilterList.t option;The filters.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of MaxResults.t
| `List of
[> `Enum of string
| `String of SavingsPlanArn.t
| `Structure of
(string
* [> `Enum of string | `List of [> `String of String_.t ] list ])
list ]
list
| `String of PaginationToken.t ])
list ]