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

CreateRegexPatternSetResponse

import type { CreateRegexPatternSetResponse } from "https://aws-api.deno.dev/v0.4/services/wafv2.ts?docs=full";
interface CreateRegexPatternSetResponse {
Summary?: RegexPatternSetSummary | null;
}

§Properties

§

High-level information about a "RegexPatternSet", returned by operations like create and list. This provides information like the ID, that you can use to retrieve and manage a RegexPatternSet, and the ARN, that you provide to the "RegexPatternSetReferenceStatement" to use the pattern set in a "Rule".