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

UpdateSizeConstraintSetRequest

import type { UpdateSizeConstraintSetRequest } from "https://aws-api.deno.dev/v0.4/services/waf.ts?docs=full";
interface UpdateSizeConstraintSetRequest {
ChangeToken: string;
SizeConstraintSetId: string;
}

§Properties

§
ChangeToken: string
[src]

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

§
SizeConstraintSetId: string
[src]

The SizeConstraintSetId of the "SizeConstraintSet" that you want to update. SizeConstraintSetId is returned by "CreateSizeConstraintSet" and by "ListSizeConstraintSets".

§

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

  • "SizeConstraintSetUpdate": Contains Action and SizeConstraint
  • "SizeConstraint": Contains FieldToMatch, TextTransformation, ComparisonOperator, and Size
  • "FieldToMatch": Contains Data and Type