import { _UnmarshalledSqlInjectionMatchSet } from "./_SqlInjectionMatchSet";
import * as __aws_sdk_types from "@aws-sdk/types";
/**
*
The response to a CreateSqlInjectionMatchSet request.
*/
export interface CreateSqlInjectionMatchSetOutput extends __aws_sdk_types.MetadataBearer {
/**
* A SqlInjectionMatchSet.
*/
SqlInjectionMatchSet?: _UnmarshalledSqlInjectionMatchSet;
/**
* The ChangeToken that you used to submit the CreateSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
*/
ChangeToken?: string;
/**
* 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;
}