From fb1fe7b7ade2b56083cdb9313b236274a61f3031 Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Wed, 4 Sep 2024 15:19:01 +0000 Subject: [PATCH] Add docs to use updated TypeScript Codegen Plugins --- .../smithy/typescript/codegen/TypeScriptCodegenPlugin.java | 1 + .../smithy/typescript/codegen/TypeScriptSSDKCodegenPlugin.java | 1 + 2 files changed, 2 insertions(+) diff --git a/smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/TypeScriptCodegenPlugin.java b/smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/TypeScriptCodegenPlugin.java index f1c6e937ea3..3119d7430b0 100644 --- a/smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/TypeScriptCodegenPlugin.java +++ b/smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/TypeScriptCodegenPlugin.java @@ -19,6 +19,7 @@ /** * Plugin to trigger TypeScript code generation. + * @deprecated Use {@link TypeScriptClientCodegenPlugin} instead. */ @SmithyInternalApi @Deprecated diff --git a/smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/TypeScriptSSDKCodegenPlugin.java b/smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/TypeScriptSSDKCodegenPlugin.java index b4e1107f90e..5bbb54436ed 100644 --- a/smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/TypeScriptSSDKCodegenPlugin.java +++ b/smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/TypeScriptSSDKCodegenPlugin.java @@ -9,6 +9,7 @@ /** * Plugin to trigger TypeScript SSDK code generation. + * @deprecated Use {@link TypeScriptServerCodegenPlugin} instead. */ @SmithyInternalApi @Deprecated