/** *

The Id and Name of an XssMatchSet.

*/ export interface _XssMatchSetSummary { /** *

A unique identifier for an XssMatchSet. You use XssMatchSetId to get information about a XssMatchSet (see GetXssMatchSet), update an XssMatchSet (see UpdateXssMatchSet), insert an XssMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete an XssMatchSet from AWS WAF (see DeleteXssMatchSet).

XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

*/ XssMatchSetId: string; /** *

The name of the XssMatchSet, if any, specified by Id.

*/ Name: string; } export declare type _UnmarshalledXssMatchSetSummary = _XssMatchSetSummary;