Values.IpAddressUpdateSourceIn an UpdateResolverEndpoint request, information about an IP address to update.
type nonrec t = {ipId : ResourceId.t option;Only when removing an IP address from a Resolver endpoint: The ID of the IP address that you want to remove. To get this ID, use GetResolverEndpoint.
*)subnetId : SubnetId.t option;The ID of the subnet that includes the IP address that you want to update. To get this ID, use GetResolverEndpoint.
*)ip : Ip.t option;The new IPv4 address.
*)ipv6 : Ipv6.t option;The new IPv6 address.
*)}