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
Hi. I found a similar issue solved in #232, but this time it's the serialization of data that's missing.
AWS has added a few shapes with the :document true field in the bedrock-runtime API (I haven't checked the other APIs for similar cases). For reference:
Hi. I found a similar issue solved in #232, but this time it's the serialization of data that's missing.
AWS has added a few shapes with the
:document true
field in the bedrock-runtime API (I haven't checked the other APIs for similar cases). For reference:Here is an example for the expected behavior. Currently, the call to
shape.json-serialize
incorrectly returns"{}"
.The text was updated successfully, but these errors were encountered: