Values.IpAddressResponseSourceIn the response to a GetResolverEndpoint request, information about the IP addresses that the Resolver endpoint uses for DNS queries.
type nonrec t = {ipId : ResourceId.t option;The ID of one IP address.
*)subnetId : SubnetId.t option;The ID of one subnet.
*)ip : Ip.t option;One IPv4 address that the Resolver endpoint uses for DNS queries.
*)ipv6 : Ipv6.t option;One IPv6 address that the Resolver endpoint uses for DNS queries.
*)status : IpAddressStatus.t option;A status code that gives the current status of the request.
*)statusMessage : StatusMessage.t option;A message that provides additional information about the status of the request.
*)creationTime : Rfc3339TimeString.t option;The date and time that the IP address was created, in Unix time format and Coordinated Universal Time (UTC).
*)modificationTime : Rfc3339TimeString.t option;The date and time that the IP address was last modified, in Unix time format and Coordinated Universal Time (UTC).
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ResourceId.t ]) list ]