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

DeleteRegexMatchSetRequest

import type { DeleteRegexMatchSetRequest } from "https://aws-api.deno.dev/v0.4/services/waf.ts?docs=full";
interface DeleteRegexMatchSetRequest {
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 delete. RegexMatchSetId is returned by "CreateRegexMatchSet" and by "ListRegexMatchSets".