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

MatchFieldType

import type { MatchFieldType } from "https://aws-api.deno.dev/v0.3/services/waf.ts?docs=full";
type MatchFieldType =
| "URI"
| "QUERY_STRING"
| "HEADER"
| "METHOD"
| "BODY"
| "SINGLE_QUERY_ARG"
| "ALL_QUERY_ARGS"

§Type

§
"URI" | "QUERY_STRING" | "HEADER" | "METHOD" | "BODY" | "SINGLE_QUERY_ARG" | "ALL_QUERY_ARGS" | cmnP.UnexpectedEnumValue
[src]