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

DeleteXssMatchSetRequest

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

A request to delete an "XssMatchSet" from AWS WAF.

interface DeleteXssMatchSetRequest {
ChangeToken: string;
XssMatchSetId: string;
}

§Properties

§
ChangeToken: string
[src]

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

§
XssMatchSetId: string
[src]

The XssMatchSetId of the "XssMatchSet" that you want to delete. XssMatchSetId is returned by "CreateXssMatchSet" and by "ListXssMatchSets".