Module Values_5.GetHostReservationPurchasePreviewRequestSource

Preview 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.

Sourcetype nonrec t = {
  1. hostIdSet : Values_3.RequestHostIdSet.t;
    (*

    The IDs of the Dedicated Hosts with which the reservation is associated.

    *)
  2. offeringId : Values_1.OfferingId.t;
    (*

    The offering ID of the reservation.

    *)
}
Sourceval context_ : string
Sourceval make : hostIdSet:Values_3.RequestHostIdSet.t -> offeringId:Values_1.OfferingId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of Values_0.DedicatedHostId.t ] list | `String of Values_1.OfferingId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t