Values.ReservedInstanceOfferingSourceDetails of an OpenSearch Reserved Instance offering.
type nonrec t = {reservedInstanceOfferingId : GUID.t option;The unique identifier of the Reserved Instance offering.
*)instanceType : OpenSearchPartitionInstanceType.t option;The OpenSearch instance type offered by the Reserved Instance offering.
*)duration : Integer.t option;The duration, in seconds, for which the offering will reserve the OpenSearch instance.
*)fixedPrice : Double.t option;The upfront fixed charge you will pay to purchase the specific Reserved Instance offering.
*)usagePrice : Double.t option;The hourly rate at which you're charged for the domain using this Reserved Instance.
*)currencyCode : String_.t option;The currency code for the Reserved Instance offering.
*)paymentOption : ReservedInstancePaymentOption.t option;Payment option for the Reserved Instance offering
*)recurringCharges : RecurringChargeList.t option;The recurring charge to your account, regardless of whether you creates any domains using the offering.
*)}