Module Values.UpdateConditionalForwarderRequestSource

Updates a conditional forwarder.

Sourcetype nonrec t = {
  1. directoryId : DirectoryId.t;
    (*

    The directory ID of the Amazon Web Services directory for which to update the conditional forwarder.

    *)
  2. remoteDomainName : RemoteDomainName.t;
    (*

    The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.

    *)
  3. dnsIpAddrs : DnsIpAddrs.t option;
    (*

    The updated IP addresses of the remote DNS server associated with the conditional forwarder.

    *)
  4. dnsIpv6Addrs : DnsIpv6Addrs.t option;
    (*

    The updated IPv6 addresses of the remote DNS server associated with the conditional forwarder.

    *)
}
Sourceval context_ : string
Sourceval make : ?dnsIpAddrs:??? -> ?dnsIpv6Addrs:??? -> directoryId:DirectoryId.t -> remoteDomainName:RemoteDomainName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of IpAddr.t ] list | `String of DirectoryId.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