Values_7.AllocateHostsResultSourceContains the output of AllocateHosts.
type nonrec t = {hostIds : Values_3.ResponseHostIdList.t option;The ID of the allocated Dedicated Host. This is used to launch an instance onto a specific host.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of Values_0.String_.t ] list ]) list ]