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

GetSqlInjectionMatchSetResponse

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

The response to a "GetSqlInjectionMatchSet" request.

interface GetSqlInjectionMatchSetResponse {
SqlInjectionMatchSet?: SqlInjectionMatchSet | null;
}

§Properties

§
SqlInjectionMatchSet?: SqlInjectionMatchSet | null
[src]

Information about the "SqlInjectionMatchSet" that you specified in the GetSqlInjectionMatchSet request. For more information, see the following topics:

  • "SqlInjectionMatchSet": Contains Name, SqlInjectionMatchSetId, and an array of SqlInjectionMatchTuple objects
  • "SqlInjectionMatchTuple": Each SqlInjectionMatchTuple object contains FieldToMatch and TextTransformation
  • "FieldToMatch": Contains Data and Type