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

UpdateRegexPatternSetRequest

import type { UpdateRegexPatternSetRequest } from "https://aws-api.deno.dev/v0.4/services/waf.ts?docs=full";
interface UpdateRegexPatternSetRequest {
ChangeToken: string;
RegexPatternSetId: string;
}

§Properties

§
ChangeToken: string
[src]

The value returned by the most recent call to "GetChangeToken".

§
RegexPatternSetId: string
[src]

The RegexPatternSetId of the "RegexPatternSet" that you want to update. RegexPatternSetId is returned by "CreateRegexPatternSet" and by "ListRegexPatternSets".

§

An array of RegexPatternSetUpdate objects that you want to insert into or delete from a "RegexPatternSet".