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