Module Values.DescribeSavingsPlanRatesRequestSource

Describes the rates for a specific, existing Savings Plan.

Sourcetype nonrec t = {
  1. savingsPlanId : SavingsPlanId.t;
    (*

    The ID of the Savings Plan.

    *)
  2. filters : SavingsPlanRateFilterList.t option;
    (*

    The filters.

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

    *)
}
Sourceval context_ : string
Sourceval make : ?filters:??? -> ?nextToken:??? -> ?maxResults:??? -> savingsPlanId:SavingsPlanId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of MaxResults.t | `List of [> `Structure of (string * [> `Enum of string | `List of [> `String of String_.t ] list ]) list ] list | `String of SavingsPlanId.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