Module Values.ReservedInstanceOptionsSource

Used to provide Reserved Instance preferences for the recommendation.

Sourcetype nonrec t = {
  1. purchasingOption : PurchasingOption.t;
    (*

    The payment plan to use for your Reserved Instance.

    *)
  2. offeringClass : OfferingClass.t;
    (*

    The flexibility to change the instance types needed for your Reserved Instance.

    *)
  3. termLength : TermLength.t;
    (*

    The preferred duration of the Reserved Instance term.

    *)
}
Sourceval context_ : string
Sourceval make : purchasingOption:PurchasingOption.t -> offeringClass:OfferingClass.t -> termLength:TermLength.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string ]) 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