Module Values.DescribeSavingsPlansOfferingsRequestSource

Describes the offerings for the specified Savings Plans.

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

    The IDs of the offerings.

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

    The payment options.

    *)
  3. productType : SavingsPlanProductType.t option;
    (*

    The product type.

    *)
  4. planTypes : SavingsPlanTypeList.t option;
    (*

    The plan types.

    *)
  5. durations : DurationsList.t option;
    (*

    The duration, in seconds.

    *)
  6. currencies : CurrencyList.t option;
    (*

    The currencies.

    *)
  7. descriptions : SavingsPlanDescriptionsList.t option;
    (*

    The descriptions.

    *)
  8. serviceCodes : SavingsPlanServiceCodeList.t option;
    (*

    The services.

    *)
  9. usageTypes : SavingsPlanUsageTypeList.t option;
    (*

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

    *)
  10. operations : SavingsPlanOperationList.t option;
    (*

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

    *)
  11. filters : SavingsPlanOfferingFiltersList.t option;
    (*

    The filters.

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

    The token for the next page of results.

    *)
  13. 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 : ?offeringIds:??? -> ?paymentOptions:??? -> ?productType:??? -> ?planTypes:??? -> ?durations:??? -> ?currencies:??? -> ?descriptions:??? -> ?serviceCodes:??? -> ?usageTypes:??? -> ?operations:??? -> ?filters:??? -> ?nextToken:??? -> ?maxResults:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of PageSize.t | `List of [> `Enum of string | `Long of SavingsPlansDuration.t | `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