import { _UnmarshalledSqlInjectionMatchSet } from "./_SqlInjectionMatchSet"; import * as __aws_sdk_types from "@aws-sdk/types"; /** *

The response to a GetSqlInjectionMatchSet request.

*/ export interface GetSqlInjectionMatchSetOutput extends __aws_sdk_types.MetadataBearer { /** *

Information about the SqlInjectionMatchSet that you specified in the GetSqlInjectionMatchSet request. For more information, see the following topics:

*/ SqlInjectionMatchSet?: _UnmarshalledSqlInjectionMatchSet; /** * 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; }