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

UpdateXssMatchSetRequest

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

A request to update an "XssMatchSet".

interface UpdateXssMatchSetRequest {
ChangeToken: string;
Updates: XssMatchSetUpdate[];
XssMatchSetId: string;
}

§Properties

§
ChangeToken: string
[src]

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

§

An array of XssMatchSetUpdate objects that you want to insert into or delete from an "XssMatchSet". For more information, see the applicable data types:

  • "XssMatchSetUpdate": Contains Action and XssMatchTuple
  • "XssMatchTuple": Contains FieldToMatch and TextTransformation
  • "FieldToMatch": Contains Data and Type
§
XssMatchSetId: string
[src]

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