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

NoneAction

import type { NoneAction } from "https://aws-api.deno.dev/v0.4/services/wafv2.ts?docs=full";

Specifies that WAF should do nothing. This is used for the OverrideAction setting on a "Rule" when the rule uses a rule group reference statement.

This is used in the context of other settings, for example to specify values for "RuleAction" and web ACL "DefaultAction".

JSON specification: "None": {}

interface NoneAction {}