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?: _UnmarshalledXssMatchSet; /** * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ $metadata: __aws_sdk_types.ResponseMetadata; }