/** *

The Id and Name of a SqlInjectionMatchSet.

*/ export interface _SqlInjectionMatchSetSummary { /** *

A unique identifier for a SqlInjectionMatchSet. You use SqlInjectionMatchSetId to get information about a SqlInjectionMatchSet (see GetSqlInjectionMatchSet), update a SqlInjectionMatchSet (see UpdateSqlInjectionMatchSet), insert a SqlInjectionMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SqlInjectionMatchSet from AWS WAF (see DeleteSqlInjectionMatchSet).

SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

*/ SqlInjectionMatchSetId: string; /** *

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

*/ Name: string; } export declare type _UnmarshalledSqlInjectionMatchSetSummary = _SqlInjectionMatchSetSummary;