RegexPatternSet
import type { RegexPatternSet } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/wafv2.ts";interface RegexPatternSet {
ARN?: string | null;
Description?: string | null;
Id?: string | null;
Name?: string | null;
RegularExpressionList?: Regex[] | null;
}