Values_5.GetHostReservationPurchasePreviewRequestSourcePreview 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 = {hostIdSet : Values_3.RequestHostIdSet.t;The IDs of the Dedicated Hosts with which the reservation is associated.
*)offeringId : Values_1.OfferingId.t;The offering ID of the reservation.
*)}val make :
hostIdSet:Values_3.RequestHostIdSet.t ->
offeringId:Values_1.OfferingId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of Values_0.DedicatedHostId.t ] list
| `String of Values_1.OfferingId.t ])
list ]