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

WafActionType

import type { WafActionType } from "https://aws-api.deno.dev/v0.3/services/waf.ts?docs=full";
type WafActionType =
| "BLOCK"
| "ALLOW"
| "COUNT"

§Type

§
"BLOCK" | "ALLOW" | "COUNT" | cmnP.UnexpectedEnumValue
[src]