import { _UnmarshalledXssMatchSet } from "./_XssMatchSet"; import * as __aws_sdk_types from "@aws-sdk/types"; /** *
The response to a GetXssMatchSet request.
*/ export interface GetXssMatchSetOutput extends __aws_sdk_types.MetadataBearer { /** *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