import { _UnmarshalledByteMatchSet } from "./_ByteMatchSet"; import * as __aws_sdk_types from "@aws-sdk/types"; /** * GetByteMatchSetOutput shape */ export interface GetByteMatchSetOutput extends __aws_sdk_types.MetadataBearer { /** *

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

*/ ByteMatchSet?: _UnmarshalledByteMatchSet; /** * 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; }