Module Values.DescribeSavingsPlansOfferingRatesRequestSource

Describes the offering rates for Savings Plans you might want to purchase.

Sourcetype nonrec t = {
  1. savingsPlanOfferingIds : UUIDs.t option;
    (*

    The IDs of the offerings.

    *)
  2. savingsPlanPaymentOptions : SavingsPlanPaymentOptionList.t option;
    (*

    The payment options.

    *)
  3. savingsPlanTypes : SavingsPlanTypeList.t option;
    (*

    The plan types.

    *)
  4. products : SavingsPlanProductTypeList.t option;
    (*

    The Amazon Web Services products.

    *)
  5. serviceCodes : SavingsPlanRateServiceCodeList.t option;
    (*

    The services.

    *)
  6. usageTypes : SavingsPlanRateUsageTypeList.t option;
    (*

    The usage details of the line item in the billing report.

    *)
  7. operations : SavingsPlanRateOperationList.t option;
    (*

    The specific Amazon Web Services operation for the line item in the billing report.

    *)
  8. filters : SavingsPlanOfferingRateFiltersList.t option;
    (*

    The filters.

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

    The token for the next page of results.

    *)
  10. maxResults : PageSize.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 make : ?savingsPlanOfferingIds:??? -> ?savingsPlanPaymentOptions:??? -> ?savingsPlanTypes:??? -> ?products:??? -> ?serviceCodes:??? -> ?usageTypes:??? -> ?operations:??? -> ?filters:??? -> ?nextToken:??? -> ?maxResults:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of PageSize.t | `List of [> `Enum of string | `String of UUID.t | `Structure of (string * [> `Enum of string | `List of [> `String of JsonSafeFilterValueString.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