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

UpdateSqlInjectionMatchSetRequest

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

A request to update a "SqlInjectionMatchSet".

interface UpdateSqlInjectionMatchSetRequest {
ChangeToken: string;
SqlInjectionMatchSetId: string;
}

§Properties

§
ChangeToken: string
[src]

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

§
SqlInjectionMatchSetId: string
[src]

The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to update. SqlInjectionMatchSetId is returned by "CreateSqlInjectionMatchSet" and by "ListSqlInjectionMatchSets".

§

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

  • "SqlInjectionMatchSetUpdate": Contains Action and SqlInjectionMatchTuple
  • "SqlInjectionMatchTuple": Contains FieldToMatch and TextTransformation
  • "FieldToMatch": Contains Data and Type