WebACL
import type { WebACL } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/waf.ts";interface WebACL {
DefaultAction: WafAction;
MetricName?: string | null;
Name?: string | null;
Rules: ActivatedRule[];
WebACLArn?: string | null;
WebACLId: string;
}