import { _SizeConstraintSetUpdate } from "./_SizeConstraintSetUpdate"; import { BrowserHttpOptions as __HttpOptions__ } from "@aws-sdk/types"; import * as __aws_sdk_types from "@aws-sdk/types"; /** * UpdateSizeConstraintSetInput shape */ export interface UpdateSizeConstraintSetInput { /** *
The SizeConstraintSetId of the SizeConstraintSet that you want to update. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.
The value returned by the most recent call to GetChangeToken.
*/ ChangeToken: string; /** *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