Module Values.DescribeSavingsPlansRequestSource

Describes the specified Savings Plans.

Sourcetype nonrec t = {
  1. savingsPlanArns : SavingsPlanArnList.t option;
    (*

    The Amazon Resource Names (ARN) of the Savings Plans.

    *)
  2. savingsPlanIds : SavingsPlanIdList.t option;
    (*

    The IDs of the Savings Plans.

    *)
  3. nextToken : PaginationToken.t option;
    (*

    The token for the next page of results.

    *)
  4. 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.

    *)
  5. states : SavingsPlanStateList.t option;
    (*

    The current states of the Savings Plans.

    *)
  6. filters : SavingsPlanFilterList.t option;
    (*

    The filters.

    *)
}
Sourceval make : ?savingsPlanArns:??? -> ?savingsPlanIds:??? -> ?nextToken:??? -> ?maxResults:??? -> ?states:??? -> ?filters:??? -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t