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

GetSizeConstraintSetResponse

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

§Properties

§
SizeConstraintSet?: SizeConstraintSet | null
[src]

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

  • "SizeConstraintSet": Contains SizeConstraintSetId, SizeConstraints, and Name
  • SizeConstraints: Contains an array of "SizeConstraint" objects. Each SizeConstraint object contains "FieldToMatch", TextTransformation, ComparisonOperator, and Size
  • "FieldToMatch": Contains Data and Type