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 am using the typescript-client-codegen plugin to generate the TypeScript code for smithy models.
I am using the middleware stack explained in this blog to intercept the call.
I want to know the Smithy operation's namespace, input model and output model name in the middleware.
Also, I don't see that the smithy namespace is retained in the TS generated code. Is there a way to know the smithy namespace from the generated TS code ?
The text was updated successfully, but these errors were encountered:
mehrat
changed the title
How to get the Smithy namespace, input model and output model name
How to get the Smithy namespace in generated TS code
Sep 6, 2024
Hi, I am using the typescript-client-codegen plugin to generate the TypeScript code for smithy models.
I am using the middleware stack explained in this blog to intercept the call.
I want to know the Smithy operation's namespace, input model and output model name in the middleware.
Also, I don't see that the smithy namespace is retained in the TS generated code. Is there a way to know the smithy namespace from the generated TS code ?
The text was updated successfully, but these errors were encountered: