Values_5.GetHostReservationPurchasePreviewResultSourcePreview a reservation purchase with configurations that match those of your Dedicated Host. You must have active Dedicated Hosts in your account before you purchase a reservation. This is a preview of the PurchaseHostReservation action and does not result in the offering being purchased.
type nonrec t = {currencyCode : Values_0.CurrencyCodeValues.t option;The currency in which the totalUpfrontPrice and totalHourlyPrice amounts are specified. At this time, the only supported currency is USD.
*)purchase : Values_3.PurchaseSet.t option;The purchase information of the Dedicated Host reservation and the Dedicated Hosts associated with it.
*)totalHourlyPrice : Values_0.String_.t option;The potential total hourly price of the reservation per hour.
*)totalUpfrontPrice : Values_0.String_.t option;The potential total upfront price. This is billed immediately.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `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 ]
list
| `String of Values_0.String_.t ])
list ]