Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading