Values_2.PurchaseSourceDescribes the result of the purchase.
type nonrec t = {currencyCode : Values_0.CurrencyCodeValues.t option;The currency in which the UpfrontPrice and HourlyPrice amounts are specified. At this time, the only supported currency is USD.
*)duration : Values_0.Integer.t option;The duration of the reservation's term in seconds.
*)hostIdSet : Values_1.ResponseHostIdSet.t option;The IDs of the Dedicated Hosts associated with the reservation.
*)hostReservationId : Values_1.HostReservationId.t option;The ID of the reservation.
*)hourlyPrice : Values_0.String_.t option;The hourly price of the reservation per hour.
*)instanceFamily : Values_0.String_.t option;The instance family on the Dedicated Host that the reservation can be associated with.
*)paymentOption : Values_1.PaymentOption.t option;The payment option for the reservation.
*)upfrontPrice : Values_0.String_.t option;The upfront price of the reservation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Values_0.Integer.t
| `List of [> `String of Values_0.String_.t ] list
| `String of Values_1.HostReservationId.t ])
list ]