Values.DeleteFirewallRuleOutputSourceDeletes a DNS firewall rule. This operation cannot be undone. 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.
type nonrec t = {action : FirewallRuleAction.t option;The action that was configured for the deleted firewall rule.
*)blockOverrideDnsType : BlockOverrideDnsQueryType.t option;The DNS record type that was configured for the deleted firewall rule's custom response.
*)blockOverrideDomain : Domain.t option;The custom domain that was configured for the deleted firewall rule's BLOCK response.
*)blockOverrideTtl : BlockOverrideTtl.t option;The TTL value that was configured for the deleted firewall rule's custom response.
*)blockResponse : FirewallBlockResponse.t option;The block response type that was configured for the deleted firewall rule.
*)confidenceThreshold : ConfidenceThreshold.t option;The confidence threshold that was configured for the deleted firewall rule's advanced threat detection.
*)createdAt : ISO8601TimeString.t option;The date and time when the firewall rule was originally created.
*)description : ResourceDescription.t option;The description of the deleted firewall rule.
*)dnsAdvancedProtection : DnsAdvancedProtection.t option;Whether advanced DNS threat protection was enabled for the deleted firewall rule.
*)firewallDomainListId : ResourceId.t option;The ID of the firewall domain list that was associated with the deleted firewall rule.
*)id : ResourceId.t option;The unique identifier of the deleted firewall rule.
*)name : ResourceName.t option;The name of the deleted firewall rule.
*)priority : FirewallRulePriority.t option;The priority that was configured for the deleted firewall rule.
*)dnsViewId : ResourceId.t option;The ID of the DNS view that was associated with the deleted firewall rule.
*)queryType : DnsQueryType.t option;The DNS query type that the deleted firewall rule was configured to match.
*)status : CRResourceStatus.t option;The final status of the deleted firewall rule.
*)updatedAt : ISO8601TimeString.t option;The date and time when the firewall rule was last updated before deletion.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val make :
?action:??? ->
?blockOverrideDnsType:??? ->
?blockOverrideDomain:??? ->
?blockOverrideTtl:??? ->
?blockResponse:??? ->
?confidenceThreshold:??? ->
?createdAt:??? ->
?description:??? ->
?dnsAdvancedProtection:??? ->
?firewallDomainListId:??? ->
?id:??? ->
?name:??? ->
?priority:??? ->
?dnsViewId:??? ->
?queryType:??? ->
?status:??? ->
?updatedAt:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val 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 ]