From 336c46b49d12f0cb338d123b5a9075eec032eaa7 Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Wed, 4 Sep 2024 14:40:18 +0000 Subject: [PATCH 1/2] chore(codegen): bump smithy commit to include string array params --- 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 75e03768f84e..beee99662f68 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: "8b3d752e3231820b94befa5f7118b7e134d759e9", + SMITHY_TS_COMMIT: "165e04a7b8956181420b4f10c601d0bbdf97f8cc", }; if (module.exports.SMITHY_TS_COMMIT.length < 40) { From eabdcc59804ae66fa4932bd3c8d490e1d51ba269 Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Wed, 4 Sep 2024 14:54:39 +0000 Subject: [PATCH 2/2] chore(codegen): bump smithy commit to include operation context params --- 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 beee99662f68..9de59a503fca 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: "165e04a7b8956181420b4f10c601d0bbdf97f8cc", + SMITHY_TS_COMMIT: "a2bb933fc4dea318cdda9db998e1606aefb77c51", }; if (module.exports.SMITHY_TS_COMMIT.length < 40) {