Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DeleteFirewallRuleRequest

import type { DeleteFirewallRuleRequest } from "https://aws-api.deno.dev/v0.4/services/route53resolver.ts?docs=full";
interface DeleteFirewallRuleRequest {
FirewallDomainListId: string;
FirewallRuleGroupId: string;
}

§Properties

§
FirewallDomainListId: string
[src]

The ID of the domain list that's used in the rule.

§
FirewallRuleGroupId: string
[src]

The unique identifier of the firewall rule group that you want to delete the rule from.