-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update uses of SetShape
to ListShape
#1670
Comments
Smithy 2.0 introduced the uniqueItems constraint trait for lists and is the recommended type + constraint to replace (now removed from IDL) SetShape. This constraint trait is only expected to be handled with server side request validation, but clients should not care. Further notes:
|
As of #2232, Keeping this open to track modifying all uses of |
List
types with the uniqueItems
traitSetShape
to ListShape
Also, remove the old
Set
-handling logic.Set
s no longer exist in Smithy IDL v2.0.The text was updated successfully, but these errors were encountered: