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

UpdateByteMatchSetRequest

import type { UpdateByteMatchSetRequest } from "https://aws-api.deno.dev/v0.4/services/waf.ts?docs=full";
interface UpdateByteMatchSetRequest {
ByteMatchSetId: string;
ChangeToken: string;
Updates: ByteMatchSetUpdate[];
}

§Properties

§
ByteMatchSetId: string
[src]

The ByteMatchSetId of the "ByteMatchSet" that you want to update. ByteMatchSetId is returned by "CreateByteMatchSet" and by "ListByteMatchSets".

§
ChangeToken: string
[src]

The value returned by the most recent call to "GetChangeToken".

§

An array of ByteMatchSetUpdate objects that you want to insert into or delete from a "ByteMatchSet". For more information, see the applicable data types:

  • "ByteMatchSetUpdate": Contains Action and ByteMatchTuple
  • "ByteMatchTuple": Contains FieldToMatch, PositionalConstraint, TargetString, and TextTransformation
  • "FieldToMatch": Contains Data and Type