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

GetXssMatchSetResponse

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

The response to a "GetXssMatchSet" request.

interface GetXssMatchSetResponse {
XssMatchSet?: XssMatchSet | null;
}

§Properties

§
XssMatchSet?: XssMatchSet | null
[src]

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

  • "XssMatchSet": Contains Name, XssMatchSetId, and an array of XssMatchTuple objects
  • "XssMatchTuple": Each XssMatchTuple object contains FieldToMatch and TextTransformation
  • "FieldToMatch": Contains Data and Type