Values_2.HostReservationSourceDetails about the Dedicated Host Reservation and associated Dedicated Hosts.
type nonrec t = {count : Values_0.Integer.t option;The number of Dedicated Hosts the reservation is associated with.
*)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 length of the reservation's term, specified in seconds. Can be 31536000 (1 year) | 94608000 (3 years).
*)end_ : Values_0.DateTime.t option;The date and time that the reservation ends.
*)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 that specifies the associated Dedicated Hosts.
*)hourlyPrice : Values_0.String_.t option;The hourly price of the reservation.
*)instanceFamily : Values_0.String_.t option;The instance family of the Dedicated Host Reservation. The instance family on the Dedicated Host must be the same in order for it to benefit from the reservation.
*)offeringId : Values_1.OfferingId.t option;The ID of the reservation. This remains the same regardless of which Dedicated Hosts are associated with it.
*)paymentOption : Values_1.PaymentOption.t option;The payment option selected for this reservation.
*)start : Values_0.DateTime.t option;The date and time that the reservation started.
*)state : Values_0.ReservationState.t option;The state of 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
| `Structure of (string * [> `String of string ]) list ]
list
| `String of Values_1.HostReservationId.t
| `Timestamp of Values_0.DateTime.t ])
list ]