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

UpdateFirewallRuleRequest

import type { UpdateFirewallRuleRequest } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/route53resolver.ts";
interface UpdateFirewallRuleRequest {
Action?: Action | null;
BlockOverrideDnsType?: BlockOverrideDnsType | null;
BlockOverrideDomain?: string | null;
BlockOverrideTtl?: number | null;
BlockResponse?: BlockResponse | null;
FirewallDomainListId: string;
FirewallRuleGroupId: string;
Name?: string | null;
Priority?: number | null;
}

§Properties

§
Action?: Action | null
[src]
§
BlockOverrideDnsType?: BlockOverrideDnsType | null
[src]
§
BlockOverrideDomain?: string | null
[src]
§
BlockOverrideTtl?: number | null
[src]
§
BlockResponse?: BlockResponse | null
[src]
§
FirewallDomainListId: string
[src]
§
FirewallRuleGroupId: string
[src]
§
Name?: string | null
[src]
§
Priority?: number | null
[src]