Skip to content

Commit

Permalink
Add docs to use updated TypeScript Codegen Plugins (#1388)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr authored Sep 7, 2024
1 parent c3d0955 commit b5c6241
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

/**
* Plugin to trigger TypeScript code generation.
* @deprecated Use {@link TypeScriptClientCodegenPlugin} instead.
*/
@SmithyInternalApi
@Deprecated
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

/**
* Plugin to trigger TypeScript SSDK code generation.
* @deprecated Use {@link TypeScriptServerCodegenPlugin} instead.
*/
@SmithyInternalApi
@Deprecated
Expand Down

0 comments on commit b5c6241

Please sign in to comment.