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
When integrating the smithy rust SDK, the Document type is used in a lot of fields as input.
This type is not available out of the box to the user.
Causing the user to have to add the aws-smithy-types library themself.