Module Values.UpdateFirewallDomainsInputSource

Updates a DNS Firewall domain list from an array of specified domains. Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify --region us-east-2 on Amazon Web Services CLI commands.

Sourcetype nonrec t = {
  1. domains : Domains.t;
    (*

    A list of the domains. You can add up to 1000 domains per request.

    *)
  2. firewallDomainListId : ResourceId.t;
    (*

    The ID of the DNS Firewall domain list to which you want to add the domains.

    *)
  3. operation : String_.t;
    (*

    The operation for updating the domain list. The allowed values are ADD, REMOVE, and REPLACE.

    *)
}
Sourceval context_ : string
Sourceval make : domains:Domains.t -> firewallDomainListId:ResourceId.t -> operation:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of Domain.t ] list | `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