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

GetXssMatchSetRequest

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

A request to get an "XssMatchSet".

interface GetXssMatchSetRequest {
XssMatchSetId: string;
}

§Properties

§
XssMatchSetId: string
[src]

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