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

UpdateRegexMatchSetRequest

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

§Properties

§
ChangeToken: string
[src]

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

§
RegexMatchSetId: string
[src]

The RegexMatchSetId of the "RegexMatchSet" that you want to update. RegexMatchSetId is returned by "CreateRegexMatchSet" and by "ListRegexMatchSets".

§

An array of RegexMatchSetUpdate objects that you want to insert into or delete from a "RegexMatchSet". For more information, see "RegexMatchTuple".