Values.UDPEndpointSourceThe domain name and port information for a UDP endpoint.
type nonrec t = {domain : NonZeroAndMaxString.t option;The domain name of the UDP endpoint.
*)port : PositiveInteger.t option;The port number of the UDP endpoint. For Amazon GameLift Servers ping beacons, this is typically port 7770.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of PositiveInteger.t | `String of NonZeroAndMaxString.t ])
list ]