Module Values_2.MacHostSource

Information about the EC2 Mac Dedicated Host.

Sourcetype nonrec t = {
  1. hostId : Values_0.DedicatedHostId.t option;
    (*

    The EC2 Mac Dedicated Host ID.

    *)
  2. macOSLatestSupportedVersions : Values_1.MacOSVersionStringList.t option;
    (*

    The latest macOS versions that the EC2 Mac Dedicated Host can launch without being upgraded.

    *)
}
Sourceval make : ?hostId:??? -> ?macOSLatestSupportedVersions:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of Values_0.String_.t ] list | `String of Values_0.DedicatedHostId.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