Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GetByteMatchSetResponse

import type { GetByteMatchSetResponse } from "https://aws-api.deno.dev/v0.4/services/waf.ts?docs=full";
interface GetByteMatchSetResponse {
ByteMatchSet?: ByteMatchSet | null;
}

§Properties

§
ByteMatchSet?: ByteMatchSet | null
[src]

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

  • "ByteMatchSet": Contains ByteMatchSetId, ByteMatchTuples, and Name
  • ByteMatchTuples: Contains an array of "ByteMatchTuple" objects. Each ByteMatchTuple object contains "FieldToMatch", PositionalConstraint, TargetString, and TextTransformation
  • "FieldToMatch": Contains Data and Type