You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(lib-dynamodb): input types conflicts with client-dynamodb (#6683)
* fix(lib-dynamodb): input types conflicts with client-dynamodb
#6654 added `| undefined` to optional model props, but the types in lib-dynamodb wasn't updated to
reflect that change. This leaves consumers using `exactOptionalPropertyTypes: true` with ts errors
when trying to use almost any of the commands in lib-dynamodb
Fixes#6668
* fix(lib-dynamodb): support exactOptionalPropertyTypes
---------
Co-authored-by: monholm <[email protected]>
Copy file name to clipboardExpand all lines: codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/DocumentClientCommandGenerator.java
0 commit comments