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

GetRegexPatternSetResponse

import type { GetRegexPatternSetResponse } from "https://aws-api.deno.dev/v0.4/services/waf.ts?docs=full";
interface GetRegexPatternSetResponse {
RegexPatternSet?: RegexPatternSet | null;
}

§Properties

§
RegexPatternSet?: RegexPatternSet | null
[src]

Information about the "RegexPatternSet" that you specified in the GetRegexPatternSet request, including the identifier of the pattern set and the regular expression patterns you want AWS WAF to search for.