Module Values.UpdateIpAddressSource

Provides information about the IP address type in response to UpdateResolverEndpoint.

Sourcetype nonrec t = {
  1. ipId : ResourceId.t;
    (*

    The ID of the IP address, specified by the ResolverEndpointId.

    *)
  2. ipv6 : Ipv6.t;
    (*

    The IPv6 address that you want to use for DNS queries.

    *)
}
Sourceval context_ : string
Sourceval make : ipId:ResourceId.t -> ipv6:Ipv6.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ResourceId.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