Values_2.MacHostSourceInformation about the EC2 Mac Dedicated Host.
type nonrec t = {hostId : Values_0.DedicatedHostId.t option;The EC2 Mac Dedicated Host ID.
*)macOSLatestSupportedVersions : Values_1.MacOSVersionStringList.t option;The latest macOS versions that the EC2 Mac Dedicated Host can launch without being upgraded.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of Values_0.String_.t ] list
| `String of Values_0.DedicatedHostId.t ])
list ]