Module Values.UpdateFirewallRuleOutputSource

Updates the configuration of a DNS firewall rule. 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. action : FirewallRuleAction.t option;
    (*

    The action that DNS Firewall should take on a DNS query when it matches one of the domains in the rule's domain list, or a threat in a DNS Firewall Advanced rule.

    *)
  2. blockOverrideDnsType : BlockOverrideDnsQueryType.t option;
    (*

    The DNS record's type. This determines the format of the record value that you provided in BlockOverrideDomain. Used for the rule action BLOCK with a BlockResponse setting of OVERRIDE.

    *)
  3. blockOverrideDomain : Domain.t option;
    (*

    The custom DNS record to send back in response to the query. Used for the rule action BLOCK with a BlockResponse setting of OVERRIDE.

    *)
  4. blockOverrideTtl : BlockOverrideTtl.t option;
    (*

    The recommended amount of time, in seconds, for the DNS resolver or web browser to cache the provided override record. Used for the rule action BLOCK with a BlockResponse setting of OVERRIDE.

    *)
  5. blockResponse : FirewallBlockResponse.t option;
    (*

    The way that you want DNS Firewall to block the request. Used for the rule action setting BLOCK.

    *)
  6. confidenceThreshold : ConfidenceThreshold.t option;
    (*

    The confidence threshold for DNS Firewall Advanced. You must provide this value when you create a DNS Firewall Advanced rule.

    *)
  7. createdAt : ISO8601TimeString.t option;
    (*

    The time and date the Firewall rule was created.

    *)
  8. description : ResourceDescription.t option;
    (*

    The description of the Firewall rule.

    *)
  9. dnsAdvancedProtection : DnsAdvancedProtection.t option;
    (*

    The type of the DNS Firewall Advanced rule. Valid values are DGA, DNS_TUNNELING, and DICTIONARY_DGA.

    *)
  10. firewallDomainListId : ResourceId.t option;
    (*

    The ID of the domain list associated with the Firewall rule.

    *)
  11. id : ResourceId.t option;
    (*

    The ID of the Firewall rule.

    *)
  12. name : ResourceName.t option;
    (*

    The name of the Firewall rule.

    *)
  13. priority : FirewallRulePriority.t option;
    (*

    The setting that determines the processing order of the rule in the rule group. DNS Firewall processes the rules in a rule group by order of priority, starting from the lowest setting.

    *)
  14. dnsViewId : ResourceId.t option;
    (*

    The ID of the DNS view the Firewall rule is associated with.

    *)
  15. queryType : DnsQueryType.t option;
    (*

    The DNS query type you want the rule to evaluate.

    *)
  16. status : CRResourceStatus.t option;
    (*

    The operational status of the firewall rule.

    *)
  17. updatedAt : ISO8601TimeString.t option;
    (*

    The time and date the rule was updated.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `ConflictException of ConflictException.t
  3. | `InternalServerException of InternalServerException.t
  4. | `ResourceNotFoundException of ResourceNotFoundException.t
  5. | `ServiceQuotaExceededException of ServiceQuotaExceededException.t
  6. | `ThrottlingException of ThrottlingException.t
  7. | `ValidationException of ValidationException.t
  8. | `Unknown_operation_error of string * string option
]
Sourceval make : ?action:??? -> ?blockOverrideDnsType:??? -> ?blockOverrideDomain:??? -> ?blockOverrideTtl:??? -> ?blockResponse:??? -> ?confidenceThreshold:??? -> ?createdAt:??? -> ?description:??? -> ?dnsAdvancedProtection:??? -> ?firewallDomainListId:??? -> ?id:??? -> ?name:??? -> ?priority:??? -> ?dnsViewId:??? -> ?queryType:??? -> ?status:??? -> ?updatedAt:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of AccessDeniedException.t | `ConflictException of ConflictException.t | `InternalServerException of InternalServerException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ServiceQuotaExceededException of ServiceQuotaExceededException.t | `ThrottlingException of ThrottlingException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of AccessDeniedException.t | `ConflictException of ConflictException.t | `InternalServerException of InternalServerException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ServiceQuotaExceededException of ServiceQuotaExceededException.t | `ThrottlingException of ThrottlingException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of BlockOverrideTtl.t | `Long of FirewallRulePriority.t | `String of Domain.t | `Timestamp of ISO8601TimeString.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