From 97a89c783c6f66fa94c631fcf68b4755cc27d729 Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Tue, 30 Sep 2025 00:39:14 +0000 Subject: [PATCH 1/2] chore(codegen): bump smithy-ts commit --- scripts/generate-clients/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generate-clients/config.js b/scripts/generate-clients/config.js index d286266d0a44..0a4a8f925146 100644 --- a/scripts/generate-clients/config.js +++ b/scripts/generate-clients/config.js @@ -1,7 +1,7 @@ // Update this commit when taking up new changes from smithy-typescript. module.exports = { // Use full commit hash as we explicitly fetch it. - SMITHY_TS_COMMIT: "3ae16ff12819fc54a3e95475de0515f92bd34d09", + SMITHY_TS_COMMIT: "86e06f3df937bb1d1b642d6076ca531542698c2b", }; if (module.exports.SMITHY_TS_COMMIT.length < 40) { From 55abe829301657408d81e447e03363577ba79245 Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Tue, 30 Sep 2025 00:40:18 +0000 Subject: [PATCH 2/2] chore(codegen): bump smithy-plugin to 0.7.0 --- codegen/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codegen/gradle.properties b/codegen/gradle.properties index 0b69669f1f76..1b342bdeb641 100644 --- a/codegen/gradle.properties +++ b/codegen/gradle.properties @@ -1,4 +1,4 @@ smithyVersion=1.62.0 smithyGradleVersion=1.3.0 -smithyPluginVersion=0.6.0 +smithyPluginVersion=0.7.0 org.gradle.jvmargs=-Xmx4096M \ No newline at end of file