@aws-sdk/client-waf-regional

CreateByteMatchSetCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
ByteMatchSet ByteMatchSet | undefined

A ByteMatchSet that contains no ByteMatchTuple objects.

ChangeToken string | undefined

The ChangeToken that you used to submit the CreateByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

Full Signature

export interface CreateByteMatchSetCommandOutput extends CreateByteMatchSetResponse, MetadataBearer