Values_6.DescribeHostReservationOfferingsResultSourceDescribes the Dedicated Host reservations that are available to purchase. The results describe all of the Dedicated Host reservation offerings, including offerings that might not match the instance family and Region of your Dedicated Hosts. When purchasing an offering, ensure that the instance family and Region of the offering matches that of the Dedicated Hosts with which it is to be associated. For more information about supported instance types, see Dedicated Hosts in the Amazon EC2 User Guide.
type nonrec t = {nextToken : Values_0.String_.t option;The token to use to retrieve the next page of results. This value is null when there are no more results to return.
*)offeringSet : Values_3.HostOfferingSet.t option;Information about the offerings.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `Integer of Values_0.Integer.t
| `String of Values_0.String_.t ])
list ]
list
| `String of Values_0.String_.t ])
list ]