diff --git a/README.md b/README.md index c5df9a108d93..f6d3b74de68d 100644 --- a/README.md +++ b/README.md @@ -594,6 +594,10 @@ minor version, e.g. 3.200.0 -> 3.201.0. ## Node.js versions +v3.723.0 and higher requires Node.js >= 18. + +v3.567.0 and higher requires Node.js >= 16. + v3.201.0 and higher requires Node.js >= 14. v3.46.0 to v3.200.0 requires Node.js >= 12. diff --git a/clients/client-accessanalyzer/package.json b/clients/client-accessanalyzer/package.json index 88c45f2d1e6d..cad52c89d2c1 100644 --- a/clients/client-accessanalyzer/package.json +++ b/clients/client-accessanalyzer/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-accessanalyzer/tsconfig.es.json b/clients/client-accessanalyzer/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-accessanalyzer/tsconfig.es.json +++ b/clients/client-accessanalyzer/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-accessanalyzer/tsconfig.json b/clients/client-accessanalyzer/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-accessanalyzer/tsconfig.json +++ b/clients/client-accessanalyzer/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-account/package.json b/clients/client-account/package.json index 748086868076..07f34d736786 100644 --- a/clients/client-account/package.json +++ b/clients/client-account/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-account/tsconfig.es.json b/clients/client-account/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-account/tsconfig.es.json +++ b/clients/client-account/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-account/tsconfig.json b/clients/client-account/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-account/tsconfig.json +++ b/clients/client-account/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-acm-pca/package.json b/clients/client-acm-pca/package.json index 9d56ad6e755c..29e551309b3a 100644 --- a/clients/client-acm-pca/package.json +++ b/clients/client-acm-pca/package.json @@ -33,44 +33,44 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-acm-pca/tsconfig.es.json b/clients/client-acm-pca/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-acm-pca/tsconfig.es.json +++ b/clients/client-acm-pca/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-acm-pca/tsconfig.json b/clients/client-acm-pca/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-acm-pca/tsconfig.json +++ b/clients/client-acm-pca/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-acm/package.json b/clients/client-acm/package.json index 625294582646..114db961ac80 100644 --- a/clients/client-acm/package.json +++ b/clients/client-acm/package.json @@ -33,44 +33,44 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-acm/tsconfig.es.json b/clients/client-acm/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-acm/tsconfig.es.json +++ b/clients/client-acm/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-acm/tsconfig.json b/clients/client-acm/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-acm/tsconfig.json +++ b/clients/client-acm/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-amp/package.json b/clients/client-amp/package.json index e09a1d109ede..99e16f30d2b5 100644 --- a/clients/client-amp/package.json +++ b/clients/client-amp/package.json @@ -33,46 +33,46 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-amp/tsconfig.es.json b/clients/client-amp/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-amp/tsconfig.es.json +++ b/clients/client-amp/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-amp/tsconfig.json b/clients/client-amp/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-amp/tsconfig.json +++ b/clients/client-amp/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-amplify/package.json b/clients/client-amplify/package.json index 959d19dbf829..4f1ec995c86d 100644 --- a/clients/client-amplify/package.json +++ b/clients/client-amplify/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-amplify/tsconfig.es.json b/clients/client-amplify/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-amplify/tsconfig.es.json +++ b/clients/client-amplify/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-amplify/tsconfig.json b/clients/client-amplify/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-amplify/tsconfig.json +++ b/clients/client-amplify/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-amplifybackend/package.json b/clients/client-amplifybackend/package.json index 441175ec1301..ab5a7bf85c3c 100644 --- a/clients/client-amplifybackend/package.json +++ b/clients/client-amplifybackend/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-amplifybackend/tsconfig.es.json b/clients/client-amplifybackend/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-amplifybackend/tsconfig.es.json +++ b/clients/client-amplifybackend/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-amplifybackend/tsconfig.json b/clients/client-amplifybackend/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-amplifybackend/tsconfig.json +++ b/clients/client-amplifybackend/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-amplifyuibuilder/package.json b/clients/client-amplifyuibuilder/package.json index 6d4968940713..85e68e165018 100644 --- a/clients/client-amplifyuibuilder/package.json +++ b/clients/client-amplifyuibuilder/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-amplifyuibuilder/tsconfig.es.json b/clients/client-amplifyuibuilder/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-amplifyuibuilder/tsconfig.es.json +++ b/clients/client-amplifyuibuilder/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-amplifyuibuilder/tsconfig.json b/clients/client-amplifyuibuilder/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-amplifyuibuilder/tsconfig.json +++ b/clients/client-amplifyuibuilder/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-api-gateway/package.json b/clients/client-api-gateway/package.json index 352d6fb22b32..d7f65c39826a 100644 --- a/clients/client-api-gateway/package.json +++ b/clients/client-api-gateway/package.json @@ -34,44 +34,44 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-stream": "^3.3.2", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-stream": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-api-gateway/tsconfig.es.json b/clients/client-api-gateway/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-api-gateway/tsconfig.es.json +++ b/clients/client-api-gateway/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-api-gateway/tsconfig.json b/clients/client-api-gateway/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-api-gateway/tsconfig.json +++ b/clients/client-api-gateway/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-apigatewaymanagementapi/package.json b/clients/client-apigatewaymanagementapi/package.json index d74b52c4f3f6..1f47aeade5a5 100644 --- a/clients/client-apigatewaymanagementapi/package.json +++ b/clients/client-apigatewaymanagementapi/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-apigatewaymanagementapi/tsconfig.es.json b/clients/client-apigatewaymanagementapi/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-apigatewaymanagementapi/tsconfig.es.json +++ b/clients/client-apigatewaymanagementapi/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-apigatewaymanagementapi/tsconfig.json b/clients/client-apigatewaymanagementapi/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-apigatewaymanagementapi/tsconfig.json +++ b/clients/client-apigatewaymanagementapi/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-apigatewayv2/package.json b/clients/client-apigatewayv2/package.json index 4da6e01acbac..4d610fd24805 100644 --- a/clients/client-apigatewayv2/package.json +++ b/clients/client-apigatewayv2/package.json @@ -33,44 +33,44 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-stream": "^3.3.2", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-stream": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-apigatewayv2/tsconfig.es.json b/clients/client-apigatewayv2/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-apigatewayv2/tsconfig.es.json +++ b/clients/client-apigatewayv2/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-apigatewayv2/tsconfig.json b/clients/client-apigatewayv2/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-apigatewayv2/tsconfig.json +++ b/clients/client-apigatewayv2/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-app-mesh/package.json b/clients/client-app-mesh/package.json index 495face22dc8..33b51b615302 100644 --- a/clients/client-app-mesh/package.json +++ b/clients/client-app-mesh/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-app-mesh/tsconfig.es.json b/clients/client-app-mesh/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-app-mesh/tsconfig.es.json +++ b/clients/client-app-mesh/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-app-mesh/tsconfig.json b/clients/client-app-mesh/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-app-mesh/tsconfig.json +++ b/clients/client-app-mesh/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-appconfig/package.json b/clients/client-appconfig/package.json index c75fceec5ab9..a55917847738 100644 --- a/clients/client-appconfig/package.json +++ b/clients/client-appconfig/package.json @@ -33,44 +33,44 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-stream": "^3.3.2", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-stream": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-appconfig/tsconfig.es.json b/clients/client-appconfig/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-appconfig/tsconfig.es.json +++ b/clients/client-appconfig/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-appconfig/tsconfig.json b/clients/client-appconfig/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-appconfig/tsconfig.json +++ b/clients/client-appconfig/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-appconfigdata/package.json b/clients/client-appconfigdata/package.json index de0307ffbde0..69b9d6b5eaff 100644 --- a/clients/client-appconfigdata/package.json +++ b/clients/client-appconfigdata/package.json @@ -33,44 +33,44 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-stream": "^3.3.2", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-stream": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-appconfigdata/tsconfig.es.json b/clients/client-appconfigdata/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-appconfigdata/tsconfig.es.json +++ b/clients/client-appconfigdata/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-appconfigdata/tsconfig.json b/clients/client-appconfigdata/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-appconfigdata/tsconfig.json +++ b/clients/client-appconfigdata/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-appfabric/package.json b/clients/client-appfabric/package.json index 1d5c7e79803d..9a6e61e31077 100644 --- a/clients/client-appfabric/package.json +++ b/clients/client-appfabric/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-appfabric/tsconfig.es.json b/clients/client-appfabric/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-appfabric/tsconfig.es.json +++ b/clients/client-appfabric/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-appfabric/tsconfig.json b/clients/client-appfabric/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-appfabric/tsconfig.json +++ b/clients/client-appfabric/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-appflow/package.json b/clients/client-appflow/package.json index e060d33c06c3..0190a03157f9 100644 --- a/clients/client-appflow/package.json +++ b/clients/client-appflow/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-appflow/tsconfig.es.json b/clients/client-appflow/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-appflow/tsconfig.es.json +++ b/clients/client-appflow/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-appflow/tsconfig.json b/clients/client-appflow/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-appflow/tsconfig.json +++ b/clients/client-appflow/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-appintegrations/package.json b/clients/client-appintegrations/package.json index 67f779487130..b25a9cba7c7e 100644 --- a/clients/client-appintegrations/package.json +++ b/clients/client-appintegrations/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-appintegrations/tsconfig.es.json b/clients/client-appintegrations/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-appintegrations/tsconfig.es.json +++ b/clients/client-appintegrations/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-appintegrations/tsconfig.json b/clients/client-appintegrations/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-appintegrations/tsconfig.json +++ b/clients/client-appintegrations/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-application-auto-scaling/package.json b/clients/client-application-auto-scaling/package.json index 7ef1d465d879..f33b6d0cccc2 100644 --- a/clients/client-application-auto-scaling/package.json +++ b/clients/client-application-auto-scaling/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-application-auto-scaling/tsconfig.es.json b/clients/client-application-auto-scaling/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-application-auto-scaling/tsconfig.es.json +++ b/clients/client-application-auto-scaling/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-application-auto-scaling/tsconfig.json b/clients/client-application-auto-scaling/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-application-auto-scaling/tsconfig.json +++ b/clients/client-application-auto-scaling/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-application-discovery-service/package.json b/clients/client-application-discovery-service/package.json index 1487dec3178b..ba34b469d33d 100644 --- a/clients/client-application-discovery-service/package.json +++ b/clients/client-application-discovery-service/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-application-discovery-service/tsconfig.es.json b/clients/client-application-discovery-service/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-application-discovery-service/tsconfig.es.json +++ b/clients/client-application-discovery-service/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-application-discovery-service/tsconfig.json b/clients/client-application-discovery-service/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-application-discovery-service/tsconfig.json +++ b/clients/client-application-discovery-service/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-application-insights/package.json b/clients/client-application-insights/package.json index dc4f15e77268..3eb17ff5ab81 100644 --- a/clients/client-application-insights/package.json +++ b/clients/client-application-insights/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-application-insights/tsconfig.es.json b/clients/client-application-insights/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-application-insights/tsconfig.es.json +++ b/clients/client-application-insights/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-application-insights/tsconfig.json b/clients/client-application-insights/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-application-insights/tsconfig.json +++ b/clients/client-application-insights/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-application-signals/package.json b/clients/client-application-signals/package.json index bc8befa132f3..0a1d465ddeeb 100644 --- a/clients/client-application-signals/package.json +++ b/clients/client-application-signals/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-application-signals/tsconfig.es.json b/clients/client-application-signals/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-application-signals/tsconfig.es.json +++ b/clients/client-application-signals/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-application-signals/tsconfig.json b/clients/client-application-signals/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-application-signals/tsconfig.json +++ b/clients/client-application-signals/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-applicationcostprofiler/package.json b/clients/client-applicationcostprofiler/package.json index c3c9d38792e0..a50fd2c1054b 100644 --- a/clients/client-applicationcostprofiler/package.json +++ b/clients/client-applicationcostprofiler/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-applicationcostprofiler/tsconfig.es.json b/clients/client-applicationcostprofiler/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-applicationcostprofiler/tsconfig.es.json +++ b/clients/client-applicationcostprofiler/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-applicationcostprofiler/tsconfig.json b/clients/client-applicationcostprofiler/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-applicationcostprofiler/tsconfig.json +++ b/clients/client-applicationcostprofiler/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-apprunner/package.json b/clients/client-apprunner/package.json index d2f272651ce2..a6fa7cab423d 100644 --- a/clients/client-apprunner/package.json +++ b/clients/client-apprunner/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-apprunner/tsconfig.es.json b/clients/client-apprunner/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-apprunner/tsconfig.es.json +++ b/clients/client-apprunner/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-apprunner/tsconfig.json b/clients/client-apprunner/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-apprunner/tsconfig.json +++ b/clients/client-apprunner/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-appstream/package.json b/clients/client-appstream/package.json index 83a25a758fa3..613f144d8e58 100644 --- a/clients/client-appstream/package.json +++ b/clients/client-appstream/package.json @@ -33,44 +33,44 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-appstream/tsconfig.es.json b/clients/client-appstream/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-appstream/tsconfig.es.json +++ b/clients/client-appstream/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-appstream/tsconfig.json b/clients/client-appstream/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-appstream/tsconfig.json +++ b/clients/client-appstream/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-appsync/package.json b/clients/client-appsync/package.json index 56f04119ceb1..1f442311a410 100644 --- a/clients/client-appsync/package.json +++ b/clients/client-appsync/package.json @@ -33,44 +33,44 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-stream": "^3.3.2", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-stream": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-appsync/tsconfig.es.json b/clients/client-appsync/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-appsync/tsconfig.es.json +++ b/clients/client-appsync/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-appsync/tsconfig.json b/clients/client-appsync/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-appsync/tsconfig.json +++ b/clients/client-appsync/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-apptest/package.json b/clients/client-apptest/package.json index 94a608a6b962..cf105a8ed8a2 100644 --- a/clients/client-apptest/package.json +++ b/clients/client-apptest/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-apptest/tsconfig.es.json b/clients/client-apptest/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-apptest/tsconfig.es.json +++ b/clients/client-apptest/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-apptest/tsconfig.json b/clients/client-apptest/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-apptest/tsconfig.json +++ b/clients/client-apptest/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-arc-zonal-shift/package.json b/clients/client-arc-zonal-shift/package.json index 2b55eafafd50..dc53a6e890a2 100644 --- a/clients/client-arc-zonal-shift/package.json +++ b/clients/client-arc-zonal-shift/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-arc-zonal-shift/tsconfig.es.json b/clients/client-arc-zonal-shift/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-arc-zonal-shift/tsconfig.es.json +++ b/clients/client-arc-zonal-shift/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-arc-zonal-shift/tsconfig.json b/clients/client-arc-zonal-shift/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-arc-zonal-shift/tsconfig.json +++ b/clients/client-arc-zonal-shift/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-artifact/package.json b/clients/client-artifact/package.json index 074878c5db60..ca2d20f3027e 100644 --- a/clients/client-artifact/package.json +++ b/clients/client-artifact/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-artifact/tsconfig.es.json b/clients/client-artifact/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-artifact/tsconfig.es.json +++ b/clients/client-artifact/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-artifact/tsconfig.json b/clients/client-artifact/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-artifact/tsconfig.json +++ b/clients/client-artifact/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-athena/package.json b/clients/client-athena/package.json index 46c93368e06b..30e757adb41e 100644 --- a/clients/client-athena/package.json +++ b/clients/client-athena/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-athena/tsconfig.es.json b/clients/client-athena/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-athena/tsconfig.es.json +++ b/clients/client-athena/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-athena/tsconfig.json b/clients/client-athena/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-athena/tsconfig.json +++ b/clients/client-athena/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-auditmanager/package.json b/clients/client-auditmanager/package.json index 0960f7c99299..eb0bd268f54d 100644 --- a/clients/client-auditmanager/package.json +++ b/clients/client-auditmanager/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-auditmanager/tsconfig.es.json b/clients/client-auditmanager/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-auditmanager/tsconfig.es.json +++ b/clients/client-auditmanager/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-auditmanager/tsconfig.json b/clients/client-auditmanager/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-auditmanager/tsconfig.json +++ b/clients/client-auditmanager/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-auto-scaling-plans/package.json b/clients/client-auto-scaling-plans/package.json index de3598023afc..24832d28caac 100644 --- a/clients/client-auto-scaling-plans/package.json +++ b/clients/client-auto-scaling-plans/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-auto-scaling-plans/tsconfig.es.json b/clients/client-auto-scaling-plans/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-auto-scaling-plans/tsconfig.es.json +++ b/clients/client-auto-scaling-plans/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-auto-scaling-plans/tsconfig.json b/clients/client-auto-scaling-plans/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-auto-scaling-plans/tsconfig.json +++ b/clients/client-auto-scaling-plans/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-auto-scaling/package.json b/clients/client-auto-scaling/package.json index e44147e60127..0fcd3b6da02e 100644 --- a/clients/client-auto-scaling/package.json +++ b/clients/client-auto-scaling/package.json @@ -33,44 +33,44 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-auto-scaling/tsconfig.es.json b/clients/client-auto-scaling/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-auto-scaling/tsconfig.es.json +++ b/clients/client-auto-scaling/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-auto-scaling/tsconfig.json b/clients/client-auto-scaling/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-auto-scaling/tsconfig.json +++ b/clients/client-auto-scaling/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-b2bi/package.json b/clients/client-b2bi/package.json index 49cb88af7a6f..f47ca0a6c812 100644 --- a/clients/client-b2bi/package.json +++ b/clients/client-b2bi/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-b2bi/tsconfig.es.json b/clients/client-b2bi/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-b2bi/tsconfig.es.json +++ b/clients/client-b2bi/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-b2bi/tsconfig.json b/clients/client-b2bi/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-b2bi/tsconfig.json +++ b/clients/client-b2bi/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-backup-gateway/package.json b/clients/client-backup-gateway/package.json index 568c57a811e0..f36b4bd8c2a6 100644 --- a/clients/client-backup-gateway/package.json +++ b/clients/client-backup-gateway/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-backup-gateway/tsconfig.es.json b/clients/client-backup-gateway/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-backup-gateway/tsconfig.es.json +++ b/clients/client-backup-gateway/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-backup-gateway/tsconfig.json b/clients/client-backup-gateway/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-backup-gateway/tsconfig.json +++ b/clients/client-backup-gateway/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-backup/package.json b/clients/client-backup/package.json index caedd21e2365..c5a19906668a 100644 --- a/clients/client-backup/package.json +++ b/clients/client-backup/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-backup/tsconfig.es.json b/clients/client-backup/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-backup/tsconfig.es.json +++ b/clients/client-backup/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-backup/tsconfig.json b/clients/client-backup/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-backup/tsconfig.json +++ b/clients/client-backup/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-backupsearch/package.json b/clients/client-backupsearch/package.json index 8f7ed94f3a58..de4e6137cfa2 100644 --- a/clients/client-backupsearch/package.json +++ b/clients/client-backupsearch/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-backupsearch/tsconfig.es.json b/clients/client-backupsearch/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-backupsearch/tsconfig.es.json +++ b/clients/client-backupsearch/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-backupsearch/tsconfig.json b/clients/client-backupsearch/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-backupsearch/tsconfig.json +++ b/clients/client-backupsearch/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-batch/package.json b/clients/client-batch/package.json index 7b0bd8d30762..ff0f6dde6b07 100644 --- a/clients/client-batch/package.json +++ b/clients/client-batch/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-batch/tsconfig.es.json b/clients/client-batch/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-batch/tsconfig.es.json +++ b/clients/client-batch/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-batch/tsconfig.json b/clients/client-batch/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-batch/tsconfig.json +++ b/clients/client-batch/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-bcm-data-exports/package.json b/clients/client-bcm-data-exports/package.json index ce7a1c8466b3..64b86cfdb36f 100644 --- a/clients/client-bcm-data-exports/package.json +++ b/clients/client-bcm-data-exports/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-bcm-data-exports/tsconfig.es.json b/clients/client-bcm-data-exports/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-bcm-data-exports/tsconfig.es.json +++ b/clients/client-bcm-data-exports/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-bcm-data-exports/tsconfig.json b/clients/client-bcm-data-exports/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-bcm-data-exports/tsconfig.json +++ b/clients/client-bcm-data-exports/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-bcm-pricing-calculator/package.json b/clients/client-bcm-pricing-calculator/package.json index f90655d7d434..4da6a7344b1e 100644 --- a/clients/client-bcm-pricing-calculator/package.json +++ b/clients/client-bcm-pricing-calculator/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-bcm-pricing-calculator/tsconfig.es.json b/clients/client-bcm-pricing-calculator/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-bcm-pricing-calculator/tsconfig.es.json +++ b/clients/client-bcm-pricing-calculator/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-bcm-pricing-calculator/tsconfig.json b/clients/client-bcm-pricing-calculator/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-bcm-pricing-calculator/tsconfig.json +++ b/clients/client-bcm-pricing-calculator/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-bedrock-agent-runtime/package.json b/clients/client-bedrock-agent-runtime/package.json index 4687efc72382..b8f09db26adb 100644 --- a/clients/client-bedrock-agent-runtime/package.json +++ b/clients/client-bedrock-agent-runtime/package.json @@ -33,46 +33,46 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/eventstream-serde-browser": "^3.0.14", - "@smithy/eventstream-serde-config-resolver": "^3.0.11", - "@smithy/eventstream-serde-node": "^3.0.13", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/eventstream-serde-browser": "^4.0.0", + "@smithy/eventstream-serde-config-resolver": "^4.0.0", + "@smithy/eventstream-serde-node": "^4.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-bedrock-agent-runtime/tsconfig.es.json b/clients/client-bedrock-agent-runtime/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-bedrock-agent-runtime/tsconfig.es.json +++ b/clients/client-bedrock-agent-runtime/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-bedrock-agent-runtime/tsconfig.json b/clients/client-bedrock-agent-runtime/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-bedrock-agent-runtime/tsconfig.json +++ b/clients/client-bedrock-agent-runtime/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-bedrock-agent/package.json b/clients/client-bedrock-agent/package.json index 2b06013f6840..69d29248a5d9 100644 --- a/clients/client-bedrock-agent/package.json +++ b/clients/client-bedrock-agent/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-bedrock-agent/tsconfig.es.json b/clients/client-bedrock-agent/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-bedrock-agent/tsconfig.es.json +++ b/clients/client-bedrock-agent/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-bedrock-agent/tsconfig.json b/clients/client-bedrock-agent/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-bedrock-agent/tsconfig.json +++ b/clients/client-bedrock-agent/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-bedrock-data-automation-runtime/package.json b/clients/client-bedrock-data-automation-runtime/package.json index a725377d1d36..8a5c92df14f5 100644 --- a/clients/client-bedrock-data-automation-runtime/package.json +++ b/clients/client-bedrock-data-automation-runtime/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-bedrock-data-automation-runtime/tsconfig.es.json b/clients/client-bedrock-data-automation-runtime/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-bedrock-data-automation-runtime/tsconfig.es.json +++ b/clients/client-bedrock-data-automation-runtime/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-bedrock-data-automation-runtime/tsconfig.json b/clients/client-bedrock-data-automation-runtime/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-bedrock-data-automation-runtime/tsconfig.json +++ b/clients/client-bedrock-data-automation-runtime/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-bedrock-data-automation/package.json b/clients/client-bedrock-data-automation/package.json index 017328b51e16..55f484f2d2ef 100644 --- a/clients/client-bedrock-data-automation/package.json +++ b/clients/client-bedrock-data-automation/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-bedrock-data-automation/tsconfig.es.json b/clients/client-bedrock-data-automation/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-bedrock-data-automation/tsconfig.es.json +++ b/clients/client-bedrock-data-automation/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-bedrock-data-automation/tsconfig.json b/clients/client-bedrock-data-automation/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-bedrock-data-automation/tsconfig.json +++ b/clients/client-bedrock-data-automation/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-bedrock-runtime/package.json b/clients/client-bedrock-runtime/package.json index 4662173a3dda..34a49bfd3f5c 100644 --- a/clients/client-bedrock-runtime/package.json +++ b/clients/client-bedrock-runtime/package.json @@ -33,49 +33,49 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/eventstream-serde-browser": "^3.0.14", - "@smithy/eventstream-serde-config-resolver": "^3.0.11", - "@smithy/eventstream-serde-node": "^3.0.13", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-stream": "^3.3.2", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/eventstream-serde-browser": "^4.0.0", + "@smithy/eventstream-serde-config-resolver": "^4.0.0", + "@smithy/eventstream-serde-node": "^4.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-stream": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-bedrock-runtime/tsconfig.es.json b/clients/client-bedrock-runtime/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-bedrock-runtime/tsconfig.es.json +++ b/clients/client-bedrock-runtime/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-bedrock-runtime/tsconfig.json b/clients/client-bedrock-runtime/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-bedrock-runtime/tsconfig.json +++ b/clients/client-bedrock-runtime/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-bedrock/package.json b/clients/client-bedrock/package.json index a03392ea12d0..a7440ad53f1e 100644 --- a/clients/client-bedrock/package.json +++ b/clients/client-bedrock/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-bedrock/tsconfig.es.json b/clients/client-bedrock/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-bedrock/tsconfig.es.json +++ b/clients/client-bedrock/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-bedrock/tsconfig.json b/clients/client-bedrock/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-bedrock/tsconfig.json +++ b/clients/client-bedrock/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-billing/package.json b/clients/client-billing/package.json index 78ac566f1cab..02724cadd646 100644 --- a/clients/client-billing/package.json +++ b/clients/client-billing/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-billing/tsconfig.es.json b/clients/client-billing/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-billing/tsconfig.es.json +++ b/clients/client-billing/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-billing/tsconfig.json b/clients/client-billing/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-billing/tsconfig.json +++ b/clients/client-billing/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-billingconductor/package.json b/clients/client-billingconductor/package.json index 17fa67fa018b..883920ddb6f1 100644 --- a/clients/client-billingconductor/package.json +++ b/clients/client-billingconductor/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-billingconductor/tsconfig.es.json b/clients/client-billingconductor/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-billingconductor/tsconfig.es.json +++ b/clients/client-billingconductor/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-billingconductor/tsconfig.json b/clients/client-billingconductor/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-billingconductor/tsconfig.json +++ b/clients/client-billingconductor/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-braket/package.json b/clients/client-braket/package.json index 2a58412774f5..10e78d081c69 100644 --- a/clients/client-braket/package.json +++ b/clients/client-braket/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-braket/tsconfig.es.json b/clients/client-braket/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-braket/tsconfig.es.json +++ b/clients/client-braket/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-braket/tsconfig.json b/clients/client-braket/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-braket/tsconfig.json +++ b/clients/client-braket/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-budgets/package.json b/clients/client-budgets/package.json index 660a4e4c443b..9f1869cf1907 100644 --- a/clients/client-budgets/package.json +++ b/clients/client-budgets/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-budgets/tsconfig.es.json b/clients/client-budgets/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-budgets/tsconfig.es.json +++ b/clients/client-budgets/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-budgets/tsconfig.json b/clients/client-budgets/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-budgets/tsconfig.json +++ b/clients/client-budgets/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-chatbot/package.json b/clients/client-chatbot/package.json index a0aac897cf2b..e19beb45b0b3 100644 --- a/clients/client-chatbot/package.json +++ b/clients/client-chatbot/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-chatbot/tsconfig.es.json b/clients/client-chatbot/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-chatbot/tsconfig.es.json +++ b/clients/client-chatbot/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-chatbot/tsconfig.json b/clients/client-chatbot/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-chatbot/tsconfig.json +++ b/clients/client-chatbot/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-chime-sdk-identity/package.json b/clients/client-chime-sdk-identity/package.json index d57c659f1212..0ccae588d62b 100644 --- a/clients/client-chime-sdk-identity/package.json +++ b/clients/client-chime-sdk-identity/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-chime-sdk-identity/tsconfig.es.json b/clients/client-chime-sdk-identity/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-chime-sdk-identity/tsconfig.es.json +++ b/clients/client-chime-sdk-identity/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-chime-sdk-identity/tsconfig.json b/clients/client-chime-sdk-identity/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-chime-sdk-identity/tsconfig.json +++ b/clients/client-chime-sdk-identity/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-chime-sdk-media-pipelines/package.json b/clients/client-chime-sdk-media-pipelines/package.json index 4464e873227a..ad33e690bdc3 100644 --- a/clients/client-chime-sdk-media-pipelines/package.json +++ b/clients/client-chime-sdk-media-pipelines/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-chime-sdk-media-pipelines/tsconfig.es.json b/clients/client-chime-sdk-media-pipelines/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-chime-sdk-media-pipelines/tsconfig.es.json +++ b/clients/client-chime-sdk-media-pipelines/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-chime-sdk-media-pipelines/tsconfig.json b/clients/client-chime-sdk-media-pipelines/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-chime-sdk-media-pipelines/tsconfig.json +++ b/clients/client-chime-sdk-media-pipelines/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-chime-sdk-meetings/package.json b/clients/client-chime-sdk-meetings/package.json index 548125c403f5..6ccd6d1856e0 100644 --- a/clients/client-chime-sdk-meetings/package.json +++ b/clients/client-chime-sdk-meetings/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-chime-sdk-meetings/tsconfig.es.json b/clients/client-chime-sdk-meetings/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-chime-sdk-meetings/tsconfig.es.json +++ b/clients/client-chime-sdk-meetings/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-chime-sdk-meetings/tsconfig.json b/clients/client-chime-sdk-meetings/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-chime-sdk-meetings/tsconfig.json +++ b/clients/client-chime-sdk-meetings/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-chime-sdk-messaging/package.json b/clients/client-chime-sdk-messaging/package.json index b822a5ab13c9..6a0c6af1bebd 100644 --- a/clients/client-chime-sdk-messaging/package.json +++ b/clients/client-chime-sdk-messaging/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-chime-sdk-messaging/tsconfig.es.json b/clients/client-chime-sdk-messaging/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-chime-sdk-messaging/tsconfig.es.json +++ b/clients/client-chime-sdk-messaging/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-chime-sdk-messaging/tsconfig.json b/clients/client-chime-sdk-messaging/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-chime-sdk-messaging/tsconfig.json +++ b/clients/client-chime-sdk-messaging/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-chime-sdk-voice/package.json b/clients/client-chime-sdk-voice/package.json index ca987a16c3f4..5791a4c0eb8f 100644 --- a/clients/client-chime-sdk-voice/package.json +++ b/clients/client-chime-sdk-voice/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-chime-sdk-voice/tsconfig.es.json b/clients/client-chime-sdk-voice/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-chime-sdk-voice/tsconfig.es.json +++ b/clients/client-chime-sdk-voice/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-chime-sdk-voice/tsconfig.json b/clients/client-chime-sdk-voice/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-chime-sdk-voice/tsconfig.json +++ b/clients/client-chime-sdk-voice/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-chime/package.json b/clients/client-chime/package.json index accb2c547b8f..37163db660cc 100644 --- a/clients/client-chime/package.json +++ b/clients/client-chime/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-chime/tsconfig.es.json b/clients/client-chime/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-chime/tsconfig.es.json +++ b/clients/client-chime/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-chime/tsconfig.json b/clients/client-chime/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-chime/tsconfig.json +++ b/clients/client-chime/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-cleanrooms/package.json b/clients/client-cleanrooms/package.json index 93abb1b83551..e496191b5742 100644 --- a/clients/client-cleanrooms/package.json +++ b/clients/client-cleanrooms/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-cleanrooms/tsconfig.es.json b/clients/client-cleanrooms/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-cleanrooms/tsconfig.es.json +++ b/clients/client-cleanrooms/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-cleanrooms/tsconfig.json b/clients/client-cleanrooms/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-cleanrooms/tsconfig.json +++ b/clients/client-cleanrooms/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-cleanroomsml/package.json b/clients/client-cleanroomsml/package.json index 5cb82bea9623..083deaf277cc 100644 --- a/clients/client-cleanroomsml/package.json +++ b/clients/client-cleanroomsml/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-cleanroomsml/tsconfig.es.json b/clients/client-cleanroomsml/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-cleanroomsml/tsconfig.es.json +++ b/clients/client-cleanroomsml/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-cleanroomsml/tsconfig.json b/clients/client-cleanroomsml/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-cleanroomsml/tsconfig.json +++ b/clients/client-cleanroomsml/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-cloud9/package.json b/clients/client-cloud9/package.json index 46f2c055b433..7a2ac9105d9a 100644 --- a/clients/client-cloud9/package.json +++ b/clients/client-cloud9/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-cloud9/tsconfig.es.json b/clients/client-cloud9/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-cloud9/tsconfig.es.json +++ b/clients/client-cloud9/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-cloud9/tsconfig.json b/clients/client-cloud9/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-cloud9/tsconfig.json +++ b/clients/client-cloud9/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-cloudcontrol/package.json b/clients/client-cloudcontrol/package.json index 3b58444cf240..5fcb914de84b 100644 --- a/clients/client-cloudcontrol/package.json +++ b/clients/client-cloudcontrol/package.json @@ -33,46 +33,46 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-cloudcontrol/tsconfig.es.json b/clients/client-cloudcontrol/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-cloudcontrol/tsconfig.es.json +++ b/clients/client-cloudcontrol/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-cloudcontrol/tsconfig.json b/clients/client-cloudcontrol/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-cloudcontrol/tsconfig.json +++ b/clients/client-cloudcontrol/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-clouddirectory/package.json b/clients/client-clouddirectory/package.json index fc3af5f9d1a1..c4fef4807735 100644 --- a/clients/client-clouddirectory/package.json +++ b/clients/client-clouddirectory/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-clouddirectory/tsconfig.es.json b/clients/client-clouddirectory/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-clouddirectory/tsconfig.es.json +++ b/clients/client-clouddirectory/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-clouddirectory/tsconfig.json b/clients/client-clouddirectory/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-clouddirectory/tsconfig.json +++ b/clients/client-clouddirectory/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-cloudformation/package.json b/clients/client-cloudformation/package.json index a5ff261f3592..958c94c82619 100644 --- a/clients/client-cloudformation/package.json +++ b/clients/client-cloudformation/package.json @@ -33,46 +33,46 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-cloudformation/tsconfig.es.json b/clients/client-cloudformation/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-cloudformation/tsconfig.es.json +++ b/clients/client-cloudformation/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-cloudformation/tsconfig.json b/clients/client-cloudformation/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-cloudformation/tsconfig.json +++ b/clients/client-cloudformation/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-cloudfront-keyvaluestore/package.json b/clients/client-cloudfront-keyvaluestore/package.json index bdfd5e156d53..a346052d35b7 100644 --- a/clients/client-cloudfront-keyvaluestore/package.json +++ b/clients/client-cloudfront-keyvaluestore/package.json @@ -34,43 +34,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-cloudfront-keyvaluestore/tsconfig.es.json b/clients/client-cloudfront-keyvaluestore/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-cloudfront-keyvaluestore/tsconfig.es.json +++ b/clients/client-cloudfront-keyvaluestore/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-cloudfront-keyvaluestore/tsconfig.json b/clients/client-cloudfront-keyvaluestore/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-cloudfront-keyvaluestore/tsconfig.json +++ b/clients/client-cloudfront-keyvaluestore/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-cloudfront/package.json b/clients/client-cloudfront/package.json index 8d1e788f088f..8d58621d96b8 100644 --- a/clients/client-cloudfront/package.json +++ b/clients/client-cloudfront/package.json @@ -34,45 +34,45 @@ "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", "@aws-sdk/xml-builder": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-stream": "^3.3.2", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-stream": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-cloudfront/tsconfig.es.json b/clients/client-cloudfront/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-cloudfront/tsconfig.es.json +++ b/clients/client-cloudfront/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-cloudfront/tsconfig.json b/clients/client-cloudfront/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-cloudfront/tsconfig.json +++ b/clients/client-cloudfront/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-cloudhsm-v2/package.json b/clients/client-cloudhsm-v2/package.json index 14a1ab926241..beca0ed805aa 100644 --- a/clients/client-cloudhsm-v2/package.json +++ b/clients/client-cloudhsm-v2/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-cloudhsm-v2/tsconfig.es.json b/clients/client-cloudhsm-v2/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-cloudhsm-v2/tsconfig.es.json +++ b/clients/client-cloudhsm-v2/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-cloudhsm-v2/tsconfig.json b/clients/client-cloudhsm-v2/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-cloudhsm-v2/tsconfig.json +++ b/clients/client-cloudhsm-v2/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-cloudhsm/package.json b/clients/client-cloudhsm/package.json index c93a8ba1dabe..defaddf437dd 100644 --- a/clients/client-cloudhsm/package.json +++ b/clients/client-cloudhsm/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-cloudhsm/tsconfig.es.json b/clients/client-cloudhsm/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-cloudhsm/tsconfig.es.json +++ b/clients/client-cloudhsm/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-cloudhsm/tsconfig.json b/clients/client-cloudhsm/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-cloudhsm/tsconfig.json +++ b/clients/client-cloudhsm/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-cloudsearch-domain/package.json b/clients/client-cloudsearch-domain/package.json index 52e0328fe4e7..fcea04bd140f 100644 --- a/clients/client-cloudsearch-domain/package.json +++ b/clients/client-cloudsearch-domain/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-cloudsearch-domain/tsconfig.es.json b/clients/client-cloudsearch-domain/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-cloudsearch-domain/tsconfig.es.json +++ b/clients/client-cloudsearch-domain/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-cloudsearch-domain/tsconfig.json b/clients/client-cloudsearch-domain/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-cloudsearch-domain/tsconfig.json +++ b/clients/client-cloudsearch-domain/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-cloudsearch/package.json b/clients/client-cloudsearch/package.json index 95870e119ef6..b9b2fc48fbd5 100644 --- a/clients/client-cloudsearch/package.json +++ b/clients/client-cloudsearch/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-cloudsearch/tsconfig.es.json b/clients/client-cloudsearch/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-cloudsearch/tsconfig.es.json +++ b/clients/client-cloudsearch/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-cloudsearch/tsconfig.json b/clients/client-cloudsearch/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-cloudsearch/tsconfig.json +++ b/clients/client-cloudsearch/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-cloudtrail-data/package.json b/clients/client-cloudtrail-data/package.json index c45fd0fe3658..e8b874de226d 100644 --- a/clients/client-cloudtrail-data/package.json +++ b/clients/client-cloudtrail-data/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-cloudtrail-data/tsconfig.es.json b/clients/client-cloudtrail-data/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-cloudtrail-data/tsconfig.es.json +++ b/clients/client-cloudtrail-data/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-cloudtrail-data/tsconfig.json b/clients/client-cloudtrail-data/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-cloudtrail-data/tsconfig.json +++ b/clients/client-cloudtrail-data/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-cloudtrail/package.json b/clients/client-cloudtrail/package.json index 34714825ef85..b45488384132 100644 --- a/clients/client-cloudtrail/package.json +++ b/clients/client-cloudtrail/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-cloudtrail/tsconfig.es.json b/clients/client-cloudtrail/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-cloudtrail/tsconfig.es.json +++ b/clients/client-cloudtrail/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-cloudtrail/tsconfig.json b/clients/client-cloudtrail/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-cloudtrail/tsconfig.json +++ b/clients/client-cloudtrail/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-cloudwatch-events/package.json b/clients/client-cloudwatch-events/package.json index 5b4f7c2d3c46..e44733303234 100644 --- a/clients/client-cloudwatch-events/package.json +++ b/clients/client-cloudwatch-events/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-cloudwatch-events/tsconfig.es.json b/clients/client-cloudwatch-events/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-cloudwatch-events/tsconfig.es.json +++ b/clients/client-cloudwatch-events/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-cloudwatch-events/tsconfig.json b/clients/client-cloudwatch-events/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-cloudwatch-events/tsconfig.json +++ b/clients/client-cloudwatch-events/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-cloudwatch-logs/package.json b/clients/client-cloudwatch-logs/package.json index c9d4d9315b93..60f810f03a83 100644 --- a/clients/client-cloudwatch-logs/package.json +++ b/clients/client-cloudwatch-logs/package.json @@ -33,48 +33,48 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/eventstream-serde-browser": "^3.0.14", - "@smithy/eventstream-serde-config-resolver": "^3.0.11", - "@smithy/eventstream-serde-node": "^3.0.13", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/eventstream-serde-browser": "^4.0.0", + "@smithy/eventstream-serde-config-resolver": "^4.0.0", + "@smithy/eventstream-serde-node": "^4.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-cloudwatch-logs/tsconfig.es.json b/clients/client-cloudwatch-logs/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-cloudwatch-logs/tsconfig.es.json +++ b/clients/client-cloudwatch-logs/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-cloudwatch-logs/tsconfig.json b/clients/client-cloudwatch-logs/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-cloudwatch-logs/tsconfig.json +++ b/clients/client-cloudwatch-logs/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-cloudwatch/package.json b/clients/client-cloudwatch/package.json index b541432e056d..4175df3444f2 100644 --- a/clients/client-cloudwatch/package.json +++ b/clients/client-cloudwatch/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-compression": "^3.1.5", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-compression": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-cloudwatch/tsconfig.es.json b/clients/client-cloudwatch/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-cloudwatch/tsconfig.es.json +++ b/clients/client-cloudwatch/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-cloudwatch/tsconfig.json b/clients/client-cloudwatch/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-cloudwatch/tsconfig.json +++ b/clients/client-cloudwatch/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-codeartifact/package.json b/clients/client-codeartifact/package.json index 776a6c51a3ff..f3d47598a214 100644 --- a/clients/client-codeartifact/package.json +++ b/clients/client-codeartifact/package.json @@ -33,44 +33,44 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-stream": "^3.3.2", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-stream": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-codeartifact/tsconfig.es.json b/clients/client-codeartifact/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-codeartifact/tsconfig.es.json +++ b/clients/client-codeartifact/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-codeartifact/tsconfig.json b/clients/client-codeartifact/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-codeartifact/tsconfig.json +++ b/clients/client-codeartifact/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-codebuild/package.json b/clients/client-codebuild/package.json index 1a8b1484058a..7a145eb214ab 100644 --- a/clients/client-codebuild/package.json +++ b/clients/client-codebuild/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-codebuild/tsconfig.es.json b/clients/client-codebuild/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-codebuild/tsconfig.es.json +++ b/clients/client-codebuild/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-codebuild/tsconfig.json b/clients/client-codebuild/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-codebuild/tsconfig.json +++ b/clients/client-codebuild/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-codecatalyst/package.json b/clients/client-codecatalyst/package.json index f7545402e5cc..5fa6cb2c230b 100644 --- a/clients/client-codecatalyst/package.json +++ b/clients/client-codecatalyst/package.json @@ -31,45 +31,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-codecatalyst/tsconfig.es.json b/clients/client-codecatalyst/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-codecatalyst/tsconfig.es.json +++ b/clients/client-codecatalyst/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-codecatalyst/tsconfig.json b/clients/client-codecatalyst/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-codecatalyst/tsconfig.json +++ b/clients/client-codecatalyst/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-codecommit/package.json b/clients/client-codecommit/package.json index b6ba13213fd9..039e7078dfe2 100644 --- a/clients/client-codecommit/package.json +++ b/clients/client-codecommit/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-codecommit/tsconfig.es.json b/clients/client-codecommit/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-codecommit/tsconfig.es.json +++ b/clients/client-codecommit/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-codecommit/tsconfig.json b/clients/client-codecommit/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-codecommit/tsconfig.json +++ b/clients/client-codecommit/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-codeconnections/package.json b/clients/client-codeconnections/package.json index f75ccf0822d9..e83835da3a43 100644 --- a/clients/client-codeconnections/package.json +++ b/clients/client-codeconnections/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-codeconnections/tsconfig.es.json b/clients/client-codeconnections/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-codeconnections/tsconfig.es.json +++ b/clients/client-codeconnections/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-codeconnections/tsconfig.json b/clients/client-codeconnections/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-codeconnections/tsconfig.json +++ b/clients/client-codeconnections/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-codedeploy/package.json b/clients/client-codedeploy/package.json index d7f5d4ba7837..65d9f8cbad22 100644 --- a/clients/client-codedeploy/package.json +++ b/clients/client-codedeploy/package.json @@ -33,44 +33,44 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-codedeploy/tsconfig.es.json b/clients/client-codedeploy/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-codedeploy/tsconfig.es.json +++ b/clients/client-codedeploy/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-codedeploy/tsconfig.json b/clients/client-codedeploy/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-codedeploy/tsconfig.json +++ b/clients/client-codedeploy/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-codeguru-reviewer/package.json b/clients/client-codeguru-reviewer/package.json index f176253765bf..5e590d866547 100644 --- a/clients/client-codeguru-reviewer/package.json +++ b/clients/client-codeguru-reviewer/package.json @@ -33,46 +33,46 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-codeguru-reviewer/tsconfig.es.json b/clients/client-codeguru-reviewer/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-codeguru-reviewer/tsconfig.es.json +++ b/clients/client-codeguru-reviewer/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-codeguru-reviewer/tsconfig.json b/clients/client-codeguru-reviewer/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-codeguru-reviewer/tsconfig.json +++ b/clients/client-codeguru-reviewer/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-codeguru-security/package.json b/clients/client-codeguru-security/package.json index b0168b8f0652..fa543d99726d 100644 --- a/clients/client-codeguru-security/package.json +++ b/clients/client-codeguru-security/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-codeguru-security/tsconfig.es.json b/clients/client-codeguru-security/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-codeguru-security/tsconfig.es.json +++ b/clients/client-codeguru-security/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-codeguru-security/tsconfig.json b/clients/client-codeguru-security/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-codeguru-security/tsconfig.json +++ b/clients/client-codeguru-security/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-codeguruprofiler/package.json b/clients/client-codeguruprofiler/package.json index 22cb97b055aa..e162a478eca8 100644 --- a/clients/client-codeguruprofiler/package.json +++ b/clients/client-codeguruprofiler/package.json @@ -33,46 +33,46 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-stream": "^3.3.2", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-stream": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-codeguruprofiler/tsconfig.es.json b/clients/client-codeguruprofiler/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-codeguruprofiler/tsconfig.es.json +++ b/clients/client-codeguruprofiler/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-codeguruprofiler/tsconfig.json b/clients/client-codeguruprofiler/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-codeguruprofiler/tsconfig.json +++ b/clients/client-codeguruprofiler/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-codepipeline/package.json b/clients/client-codepipeline/package.json index ae089290f2bf..98b8d799a4fa 100644 --- a/clients/client-codepipeline/package.json +++ b/clients/client-codepipeline/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-codepipeline/tsconfig.es.json b/clients/client-codepipeline/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-codepipeline/tsconfig.es.json +++ b/clients/client-codepipeline/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-codepipeline/tsconfig.json b/clients/client-codepipeline/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-codepipeline/tsconfig.json +++ b/clients/client-codepipeline/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-codestar-connections/package.json b/clients/client-codestar-connections/package.json index dac81d478efe..68233ca63e35 100644 --- a/clients/client-codestar-connections/package.json +++ b/clients/client-codestar-connections/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-codestar-connections/tsconfig.es.json b/clients/client-codestar-connections/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-codestar-connections/tsconfig.es.json +++ b/clients/client-codestar-connections/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-codestar-connections/tsconfig.json b/clients/client-codestar-connections/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-codestar-connections/tsconfig.json +++ b/clients/client-codestar-connections/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-codestar-notifications/package.json b/clients/client-codestar-notifications/package.json index ff5204f9e47e..6e476966b93a 100644 --- a/clients/client-codestar-notifications/package.json +++ b/clients/client-codestar-notifications/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-codestar-notifications/tsconfig.es.json b/clients/client-codestar-notifications/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-codestar-notifications/tsconfig.es.json +++ b/clients/client-codestar-notifications/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-codestar-notifications/tsconfig.json b/clients/client-codestar-notifications/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-codestar-notifications/tsconfig.json +++ b/clients/client-codestar-notifications/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-cognito-identity-provider/package.json b/clients/client-cognito-identity-provider/package.json index 618bd6686e41..b029c1b4a40f 100644 --- a/clients/client-cognito-identity-provider/package.json +++ b/clients/client-cognito-identity-provider/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-cognito-identity-provider/tsconfig.es.json b/clients/client-cognito-identity-provider/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-cognito-identity-provider/tsconfig.es.json +++ b/clients/client-cognito-identity-provider/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-cognito-identity-provider/tsconfig.json b/clients/client-cognito-identity-provider/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-cognito-identity-provider/tsconfig.json +++ b/clients/client-cognito-identity-provider/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-cognito-identity/package.json b/clients/client-cognito-identity/package.json index 15b60a9b0264..be64daa41592 100644 --- a/clients/client-cognito-identity/package.json +++ b/clients/client-cognito-identity/package.json @@ -35,45 +35,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { "@aws-sdk/client-iam": "*", - "@tsconfig/node16": "16.1.3", + "@tsconfig/node18": "18.2.4", "@types/chai": "^4.2.11", - "@types/node": "^16.18.96", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-cognito-identity/tsconfig.es.json b/clients/client-cognito-identity/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-cognito-identity/tsconfig.es.json +++ b/clients/client-cognito-identity/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-cognito-identity/tsconfig.json b/clients/client-cognito-identity/tsconfig.json index bae83b8420ee..c1c62444548f 100644 --- a/clients/client-cognito-identity/tsconfig.json +++ b/clients/client-cognito-identity/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-cognito-sync/package.json b/clients/client-cognito-sync/package.json index 92358a6869cd..13ff703d6a28 100644 --- a/clients/client-cognito-sync/package.json +++ b/clients/client-cognito-sync/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-cognito-sync/tsconfig.es.json b/clients/client-cognito-sync/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-cognito-sync/tsconfig.es.json +++ b/clients/client-cognito-sync/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-cognito-sync/tsconfig.json b/clients/client-cognito-sync/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-cognito-sync/tsconfig.json +++ b/clients/client-cognito-sync/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-comprehend/package.json b/clients/client-comprehend/package.json index 343215c1bcf9..80403a2cf41e 100644 --- a/clients/client-comprehend/package.json +++ b/clients/client-comprehend/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-comprehend/tsconfig.es.json b/clients/client-comprehend/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-comprehend/tsconfig.es.json +++ b/clients/client-comprehend/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-comprehend/tsconfig.json b/clients/client-comprehend/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-comprehend/tsconfig.json +++ b/clients/client-comprehend/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-comprehendmedical/package.json b/clients/client-comprehendmedical/package.json index b826042da1f1..3d2a260aa40e 100644 --- a/clients/client-comprehendmedical/package.json +++ b/clients/client-comprehendmedical/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-comprehendmedical/tsconfig.es.json b/clients/client-comprehendmedical/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-comprehendmedical/tsconfig.es.json +++ b/clients/client-comprehendmedical/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-comprehendmedical/tsconfig.json b/clients/client-comprehendmedical/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-comprehendmedical/tsconfig.json +++ b/clients/client-comprehendmedical/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-compute-optimizer/package.json b/clients/client-compute-optimizer/package.json index dc99d4dc7413..ab5ddba54f2a 100644 --- a/clients/client-compute-optimizer/package.json +++ b/clients/client-compute-optimizer/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-compute-optimizer/tsconfig.es.json b/clients/client-compute-optimizer/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-compute-optimizer/tsconfig.es.json +++ b/clients/client-compute-optimizer/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-compute-optimizer/tsconfig.json b/clients/client-compute-optimizer/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-compute-optimizer/tsconfig.json +++ b/clients/client-compute-optimizer/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-config-service/package.json b/clients/client-config-service/package.json index 830a4b4d5df7..c36b761592b7 100644 --- a/clients/client-config-service/package.json +++ b/clients/client-config-service/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-config-service/tsconfig.es.json b/clients/client-config-service/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-config-service/tsconfig.es.json +++ b/clients/client-config-service/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-config-service/tsconfig.json b/clients/client-config-service/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-config-service/tsconfig.json +++ b/clients/client-config-service/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-connect-contact-lens/package.json b/clients/client-connect-contact-lens/package.json index ad6da61e22f8..748461c58bf5 100644 --- a/clients/client-connect-contact-lens/package.json +++ b/clients/client-connect-contact-lens/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-connect-contact-lens/tsconfig.es.json b/clients/client-connect-contact-lens/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-connect-contact-lens/tsconfig.es.json +++ b/clients/client-connect-contact-lens/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-connect-contact-lens/tsconfig.json b/clients/client-connect-contact-lens/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-connect-contact-lens/tsconfig.json +++ b/clients/client-connect-contact-lens/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-connect/package.json b/clients/client-connect/package.json index 58030b807a09..06ebc7cb00ce 100644 --- a/clients/client-connect/package.json +++ b/clients/client-connect/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-connect/tsconfig.es.json b/clients/client-connect/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-connect/tsconfig.es.json +++ b/clients/client-connect/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-connect/tsconfig.json b/clients/client-connect/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-connect/tsconfig.json +++ b/clients/client-connect/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-connectcampaigns/package.json b/clients/client-connectcampaigns/package.json index 166b4a4596b2..f9d66e47775d 100644 --- a/clients/client-connectcampaigns/package.json +++ b/clients/client-connectcampaigns/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-connectcampaigns/tsconfig.es.json b/clients/client-connectcampaigns/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-connectcampaigns/tsconfig.es.json +++ b/clients/client-connectcampaigns/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-connectcampaigns/tsconfig.json b/clients/client-connectcampaigns/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-connectcampaigns/tsconfig.json +++ b/clients/client-connectcampaigns/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-connectcampaignsv2/package.json b/clients/client-connectcampaignsv2/package.json index 0fdcce08ee25..7bf4e30c8c90 100644 --- a/clients/client-connectcampaignsv2/package.json +++ b/clients/client-connectcampaignsv2/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-connectcampaignsv2/tsconfig.es.json b/clients/client-connectcampaignsv2/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-connectcampaignsv2/tsconfig.es.json +++ b/clients/client-connectcampaignsv2/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-connectcampaignsv2/tsconfig.json b/clients/client-connectcampaignsv2/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-connectcampaignsv2/tsconfig.json +++ b/clients/client-connectcampaignsv2/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-connectcases/package.json b/clients/client-connectcases/package.json index 4c39e6fe3df4..1e985244754a 100644 --- a/clients/client-connectcases/package.json +++ b/clients/client-connectcases/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-connectcases/tsconfig.es.json b/clients/client-connectcases/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-connectcases/tsconfig.es.json +++ b/clients/client-connectcases/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-connectcases/tsconfig.json b/clients/client-connectcases/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-connectcases/tsconfig.json +++ b/clients/client-connectcases/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-connectparticipant/package.json b/clients/client-connectparticipant/package.json index 36de3a557167..08c6f8e5f843 100644 --- a/clients/client-connectparticipant/package.json +++ b/clients/client-connectparticipant/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-connectparticipant/tsconfig.es.json b/clients/client-connectparticipant/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-connectparticipant/tsconfig.es.json +++ b/clients/client-connectparticipant/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-connectparticipant/tsconfig.json b/clients/client-connectparticipant/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-connectparticipant/tsconfig.json +++ b/clients/client-connectparticipant/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-controlcatalog/package.json b/clients/client-controlcatalog/package.json index 893ed955af0f..bf7f5348c879 100644 --- a/clients/client-controlcatalog/package.json +++ b/clients/client-controlcatalog/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-controlcatalog/tsconfig.es.json b/clients/client-controlcatalog/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-controlcatalog/tsconfig.es.json +++ b/clients/client-controlcatalog/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-controlcatalog/tsconfig.json b/clients/client-controlcatalog/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-controlcatalog/tsconfig.json +++ b/clients/client-controlcatalog/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-controltower/package.json b/clients/client-controltower/package.json index 9c9f48af25f1..1dd732691fdf 100644 --- a/clients/client-controltower/package.json +++ b/clients/client-controltower/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-controltower/tsconfig.es.json b/clients/client-controltower/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-controltower/tsconfig.es.json +++ b/clients/client-controltower/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-controltower/tsconfig.json b/clients/client-controltower/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-controltower/tsconfig.json +++ b/clients/client-controltower/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-cost-and-usage-report-service/package.json b/clients/client-cost-and-usage-report-service/package.json index fab1380f9c41..8ad779359153 100644 --- a/clients/client-cost-and-usage-report-service/package.json +++ b/clients/client-cost-and-usage-report-service/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-cost-and-usage-report-service/tsconfig.es.json b/clients/client-cost-and-usage-report-service/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-cost-and-usage-report-service/tsconfig.es.json +++ b/clients/client-cost-and-usage-report-service/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-cost-and-usage-report-service/tsconfig.json b/clients/client-cost-and-usage-report-service/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-cost-and-usage-report-service/tsconfig.json +++ b/clients/client-cost-and-usage-report-service/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-cost-explorer/package.json b/clients/client-cost-explorer/package.json index 2fe47af1238a..fc76c0534388 100644 --- a/clients/client-cost-explorer/package.json +++ b/clients/client-cost-explorer/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-cost-explorer/tsconfig.es.json b/clients/client-cost-explorer/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-cost-explorer/tsconfig.es.json +++ b/clients/client-cost-explorer/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-cost-explorer/tsconfig.json b/clients/client-cost-explorer/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-cost-explorer/tsconfig.json +++ b/clients/client-cost-explorer/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-cost-optimization-hub/package.json b/clients/client-cost-optimization-hub/package.json index e121c61bb17a..cbcc72df563f 100644 --- a/clients/client-cost-optimization-hub/package.json +++ b/clients/client-cost-optimization-hub/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-cost-optimization-hub/tsconfig.es.json b/clients/client-cost-optimization-hub/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-cost-optimization-hub/tsconfig.es.json +++ b/clients/client-cost-optimization-hub/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-cost-optimization-hub/tsconfig.json b/clients/client-cost-optimization-hub/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-cost-optimization-hub/tsconfig.json +++ b/clients/client-cost-optimization-hub/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-customer-profiles/package.json b/clients/client-customer-profiles/package.json index 650d7a39c8d7..c3498b884dd4 100644 --- a/clients/client-customer-profiles/package.json +++ b/clients/client-customer-profiles/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-customer-profiles/tsconfig.es.json b/clients/client-customer-profiles/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-customer-profiles/tsconfig.es.json +++ b/clients/client-customer-profiles/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-customer-profiles/tsconfig.json b/clients/client-customer-profiles/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-customer-profiles/tsconfig.json +++ b/clients/client-customer-profiles/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-data-pipeline/package.json b/clients/client-data-pipeline/package.json index 4d09fb188908..63a0d534ae65 100644 --- a/clients/client-data-pipeline/package.json +++ b/clients/client-data-pipeline/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-data-pipeline/tsconfig.es.json b/clients/client-data-pipeline/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-data-pipeline/tsconfig.es.json +++ b/clients/client-data-pipeline/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-data-pipeline/tsconfig.json b/clients/client-data-pipeline/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-data-pipeline/tsconfig.json +++ b/clients/client-data-pipeline/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-database-migration-service/package.json b/clients/client-database-migration-service/package.json index 3311b8613876..81aac8aa4491 100644 --- a/clients/client-database-migration-service/package.json +++ b/clients/client-database-migration-service/package.json @@ -33,44 +33,44 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-database-migration-service/tsconfig.es.json b/clients/client-database-migration-service/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-database-migration-service/tsconfig.es.json +++ b/clients/client-database-migration-service/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-database-migration-service/tsconfig.json b/clients/client-database-migration-service/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-database-migration-service/tsconfig.json +++ b/clients/client-database-migration-service/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-databrew/package.json b/clients/client-databrew/package.json index b7f9f9b51ec0..44b75c30fbe8 100644 --- a/clients/client-databrew/package.json +++ b/clients/client-databrew/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-databrew/tsconfig.es.json b/clients/client-databrew/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-databrew/tsconfig.es.json +++ b/clients/client-databrew/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-databrew/tsconfig.json b/clients/client-databrew/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-databrew/tsconfig.json +++ b/clients/client-databrew/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-dataexchange/package.json b/clients/client-dataexchange/package.json index 9823660567a2..7a65c5ea060b 100644 --- a/clients/client-dataexchange/package.json +++ b/clients/client-dataexchange/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-dataexchange/tsconfig.es.json b/clients/client-dataexchange/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-dataexchange/tsconfig.es.json +++ b/clients/client-dataexchange/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-dataexchange/tsconfig.json b/clients/client-dataexchange/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-dataexchange/tsconfig.json +++ b/clients/client-dataexchange/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-datasync/package.json b/clients/client-datasync/package.json index 464b84691c98..6168b7c80be7 100644 --- a/clients/client-datasync/package.json +++ b/clients/client-datasync/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-datasync/tsconfig.es.json b/clients/client-datasync/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-datasync/tsconfig.es.json +++ b/clients/client-datasync/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-datasync/tsconfig.json b/clients/client-datasync/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-datasync/tsconfig.json +++ b/clients/client-datasync/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-datazone/package.json b/clients/client-datazone/package.json index f21f5afe3070..5817aa33ab16 100644 --- a/clients/client-datazone/package.json +++ b/clients/client-datazone/package.json @@ -33,46 +33,46 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-stream": "^3.3.2", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-stream": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-datazone/tsconfig.es.json b/clients/client-datazone/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-datazone/tsconfig.es.json +++ b/clients/client-datazone/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-datazone/tsconfig.json b/clients/client-datazone/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-datazone/tsconfig.json +++ b/clients/client-datazone/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-dax/package.json b/clients/client-dax/package.json index bb6e49d7c713..e4634667cce7 100644 --- a/clients/client-dax/package.json +++ b/clients/client-dax/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-dax/tsconfig.es.json b/clients/client-dax/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-dax/tsconfig.es.json +++ b/clients/client-dax/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-dax/tsconfig.json b/clients/client-dax/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-dax/tsconfig.json +++ b/clients/client-dax/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-deadline/package.json b/clients/client-deadline/package.json index 7b3e5e9822c4..292ccfc82dd4 100644 --- a/clients/client-deadline/package.json +++ b/clients/client-deadline/package.json @@ -33,46 +33,46 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-deadline/tsconfig.es.json b/clients/client-deadline/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-deadline/tsconfig.es.json +++ b/clients/client-deadline/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-deadline/tsconfig.json b/clients/client-deadline/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-deadline/tsconfig.json +++ b/clients/client-deadline/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-detective/package.json b/clients/client-detective/package.json index 86348443bb25..5f59395c9168 100644 --- a/clients/client-detective/package.json +++ b/clients/client-detective/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-detective/tsconfig.es.json b/clients/client-detective/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-detective/tsconfig.es.json +++ b/clients/client-detective/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-detective/tsconfig.json b/clients/client-detective/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-detective/tsconfig.json +++ b/clients/client-detective/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-device-farm/package.json b/clients/client-device-farm/package.json index cbc4cc75dce8..49f9b5b4b723 100644 --- a/clients/client-device-farm/package.json +++ b/clients/client-device-farm/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-device-farm/tsconfig.es.json b/clients/client-device-farm/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-device-farm/tsconfig.es.json +++ b/clients/client-device-farm/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-device-farm/tsconfig.json b/clients/client-device-farm/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-device-farm/tsconfig.json +++ b/clients/client-device-farm/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-devops-guru/package.json b/clients/client-devops-guru/package.json index 0342612133df..86de59c4c504 100644 --- a/clients/client-devops-guru/package.json +++ b/clients/client-devops-guru/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-devops-guru/tsconfig.es.json b/clients/client-devops-guru/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-devops-guru/tsconfig.es.json +++ b/clients/client-devops-guru/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-devops-guru/tsconfig.json b/clients/client-devops-guru/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-devops-guru/tsconfig.json +++ b/clients/client-devops-guru/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-direct-connect/package.json b/clients/client-direct-connect/package.json index 87fcd17cf12d..9584b9adfd48 100644 --- a/clients/client-direct-connect/package.json +++ b/clients/client-direct-connect/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-direct-connect/tsconfig.es.json b/clients/client-direct-connect/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-direct-connect/tsconfig.es.json +++ b/clients/client-direct-connect/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-direct-connect/tsconfig.json b/clients/client-direct-connect/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-direct-connect/tsconfig.json +++ b/clients/client-direct-connect/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-directory-service-data/package.json b/clients/client-directory-service-data/package.json index 90b6224580e6..72ddc6f76865 100644 --- a/clients/client-directory-service-data/package.json +++ b/clients/client-directory-service-data/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-directory-service-data/tsconfig.es.json b/clients/client-directory-service-data/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-directory-service-data/tsconfig.es.json +++ b/clients/client-directory-service-data/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-directory-service-data/tsconfig.json b/clients/client-directory-service-data/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-directory-service-data/tsconfig.json +++ b/clients/client-directory-service-data/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-directory-service/package.json b/clients/client-directory-service/package.json index dbe9f9a55cd8..190f1db994c0 100644 --- a/clients/client-directory-service/package.json +++ b/clients/client-directory-service/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-directory-service/tsconfig.es.json b/clients/client-directory-service/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-directory-service/tsconfig.es.json +++ b/clients/client-directory-service/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-directory-service/tsconfig.json b/clients/client-directory-service/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-directory-service/tsconfig.json +++ b/clients/client-directory-service/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-dlm/package.json b/clients/client-dlm/package.json index 358f054cd3f6..17722364cfc7 100644 --- a/clients/client-dlm/package.json +++ b/clients/client-dlm/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-dlm/tsconfig.es.json b/clients/client-dlm/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-dlm/tsconfig.es.json +++ b/clients/client-dlm/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-dlm/tsconfig.json b/clients/client-dlm/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-dlm/tsconfig.json +++ b/clients/client-dlm/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-docdb-elastic/package.json b/clients/client-docdb-elastic/package.json index 7f6af579ed71..7691518a2e3c 100644 --- a/clients/client-docdb-elastic/package.json +++ b/clients/client-docdb-elastic/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-docdb-elastic/tsconfig.es.json b/clients/client-docdb-elastic/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-docdb-elastic/tsconfig.es.json +++ b/clients/client-docdb-elastic/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-docdb-elastic/tsconfig.json b/clients/client-docdb-elastic/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-docdb-elastic/tsconfig.json +++ b/clients/client-docdb-elastic/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-docdb/package.json b/clients/client-docdb/package.json index 13571e996586..08edcd7ac19a 100644 --- a/clients/client-docdb/package.json +++ b/clients/client-docdb/package.json @@ -34,44 +34,44 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-docdb/tsconfig.es.json b/clients/client-docdb/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-docdb/tsconfig.es.json +++ b/clients/client-docdb/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-docdb/tsconfig.json b/clients/client-docdb/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-docdb/tsconfig.json +++ b/clients/client-docdb/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-drs/package.json b/clients/client-drs/package.json index 9334cdbc8ef9..ea54eedbc94f 100644 --- a/clients/client-drs/package.json +++ b/clients/client-drs/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-drs/tsconfig.es.json b/clients/client-drs/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-drs/tsconfig.es.json +++ b/clients/client-drs/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-drs/tsconfig.json b/clients/client-drs/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-drs/tsconfig.json +++ b/clients/client-drs/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-dsql/package.json b/clients/client-dsql/package.json index a8829ff883fe..f90e807281b1 100644 --- a/clients/client-dsql/package.json +++ b/clients/client-dsql/package.json @@ -33,46 +33,46 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-dsql/tsconfig.es.json b/clients/client-dsql/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-dsql/tsconfig.es.json +++ b/clients/client-dsql/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-dsql/tsconfig.json b/clients/client-dsql/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-dsql/tsconfig.json +++ b/clients/client-dsql/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-dynamodb-streams/package.json b/clients/client-dynamodb-streams/package.json index ec797b26b778..3ac424e9af49 100644 --- a/clients/client-dynamodb-streams/package.json +++ b/clients/client-dynamodb-streams/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-dynamodb-streams/tsconfig.es.json b/clients/client-dynamodb-streams/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-dynamodb-streams/tsconfig.es.json +++ b/clients/client-dynamodb-streams/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-dynamodb-streams/tsconfig.json b/clients/client-dynamodb-streams/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-dynamodb-streams/tsconfig.json +++ b/clients/client-dynamodb-streams/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-dynamodb/package.json b/clients/client-dynamodb/package.json index 3c92fe20406a..db6b1e3a38f4 100644 --- a/clients/client-dynamodb/package.json +++ b/clients/client-dynamodb/package.json @@ -34,46 +34,46 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-dynamodb/tsconfig.es.json b/clients/client-dynamodb/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-dynamodb/tsconfig.es.json +++ b/clients/client-dynamodb/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-dynamodb/tsconfig.json b/clients/client-dynamodb/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-dynamodb/tsconfig.json +++ b/clients/client-dynamodb/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-ebs/package.json b/clients/client-ebs/package.json index 8feed5d3be52..50ef4104a86a 100644 --- a/clients/client-ebs/package.json +++ b/clients/client-ebs/package.json @@ -33,46 +33,46 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-stream": "^3.3.2", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-stream": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-ebs/tsconfig.es.json b/clients/client-ebs/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-ebs/tsconfig.es.json +++ b/clients/client-ebs/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-ebs/tsconfig.json b/clients/client-ebs/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-ebs/tsconfig.json +++ b/clients/client-ebs/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-ec2-instance-connect/package.json b/clients/client-ec2-instance-connect/package.json index 5e971a2cad58..ac0c6b513d45 100644 --- a/clients/client-ec2-instance-connect/package.json +++ b/clients/client-ec2-instance-connect/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-ec2-instance-connect/tsconfig.es.json b/clients/client-ec2-instance-connect/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-ec2-instance-connect/tsconfig.es.json +++ b/clients/client-ec2-instance-connect/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-ec2-instance-connect/tsconfig.json b/clients/client-ec2-instance-connect/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-ec2-instance-connect/tsconfig.json +++ b/clients/client-ec2-instance-connect/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-ec2/package.json b/clients/client-ec2/package.json index 1901842a2f42..a0bc2310421f 100644 --- a/clients/client-ec2/package.json +++ b/clients/client-ec2/package.json @@ -34,46 +34,46 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-ec2/tsconfig.es.json b/clients/client-ec2/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-ec2/tsconfig.es.json +++ b/clients/client-ec2/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-ec2/tsconfig.json b/clients/client-ec2/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-ec2/tsconfig.json +++ b/clients/client-ec2/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-ecr-public/package.json b/clients/client-ecr-public/package.json index 20183e3f8bb2..3c58ce14f379 100644 --- a/clients/client-ecr-public/package.json +++ b/clients/client-ecr-public/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-ecr-public/tsconfig.es.json b/clients/client-ecr-public/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-ecr-public/tsconfig.es.json +++ b/clients/client-ecr-public/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-ecr-public/tsconfig.json b/clients/client-ecr-public/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-ecr-public/tsconfig.json +++ b/clients/client-ecr-public/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-ecr/package.json b/clients/client-ecr/package.json index ba6dbe134107..fc1c7e2e3542 100644 --- a/clients/client-ecr/package.json +++ b/clients/client-ecr/package.json @@ -33,44 +33,44 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-ecr/tsconfig.es.json b/clients/client-ecr/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-ecr/tsconfig.es.json +++ b/clients/client-ecr/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-ecr/tsconfig.json b/clients/client-ecr/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-ecr/tsconfig.json +++ b/clients/client-ecr/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-ecs/package.json b/clients/client-ecs/package.json index 113fd135b994..97920b5ac875 100644 --- a/clients/client-ecs/package.json +++ b/clients/client-ecs/package.json @@ -33,46 +33,46 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-ecs/src/commands/CreateCapacityProviderCommand.ts b/clients/client-ecs/src/commands/CreateCapacityProviderCommand.ts index 32899f9f73d6..32d9efb57774 100644 --- a/clients/client-ecs/src/commands/CreateCapacityProviderCommand.ts +++ b/clients/client-ecs/src/commands/CreateCapacityProviderCommand.ts @@ -136,6 +136,46 @@ export interface CreateCapacityProviderCommandOutput extends CreateCapacityProvi *

Base exception class for all service exceptions from ECS service.

* * @public + * @example To create a capacity provider + * ```javascript + * // This example creates a capacity provider that uses the specified Auto Scaling group MyASG and has managed scaling and manager termination protection enabled. + * const input = { + * "name": "MyCapacityProvider", + * "autoScalingGroupProvider": { + * "autoScalingGroupArn": "arn:aws:autoscaling:us-east-1:123456789012:autoScalingGroup:57ffcb94-11f0-4d6d-bf60-3bac5EXAMPLE:autoScalingGroupName/MyASG", + * "managedScaling": { + * "status": "ENABLED", + * "targetCapacity": 100 + * }, + * "managedTerminationProtection": "ENABLED" + * } + * }; + * const command = new CreateCapacityProviderCommand(input); + * const response = await client.send(command); + * /* response == + * { + * "capacityProvider": { + * "name": "MyCapacityProvider", + * "autoScalingGroupProvider": { + * "autoScalingGroupArn": "arn:aws:autoscaling:us-east-1:132456789012:autoScalingGroup:57ffcb94-11f0-4d6d-bf60-3bac5EXAMPLE:autoScalingGroupName/MyASG", + * "managedScaling": { + * "instanceWarmupPeriod": 300, + * "maximumScalingStepSize": 10000, + * "minimumScalingStepSize": 1, + * "status": "ENABLED", + * "targetCapacity": 100 + * }, + * "managedTerminationProtection": "ENABLED" + * }, + * "capacityProviderArn": "arn:aws:ecs:us-east-1:123456789012:capacity-provider/MyCapacityProvider", + * "status": "ACTIVE", + * "tags": [] + * } + * } + * *\/ + * // example id: to-create-a-capacity-provider--1733861347945 + * ``` + * */ export class CreateCapacityProviderCommand extends $Command .classBuilder< diff --git a/clients/client-ecs/src/commands/CreateTaskSetCommand.ts b/clients/client-ecs/src/commands/CreateTaskSetCommand.ts index dd1214963c33..0c24655264e8 100644 --- a/clients/client-ecs/src/commands/CreateTaskSetCommand.ts +++ b/clients/client-ecs/src/commands/CreateTaskSetCommand.ts @@ -229,6 +229,64 @@ export interface CreateTaskSetCommandOutput extends CreateTaskSetResponse, __Met *

Base exception class for all service exceptions from ECS service.

* * @public + * @example To create a task set + * ```javascript + * // This example creates a task set in a service that uses the EXTERNAL deployment controller. + * const input = { + * "cluster": "MyCluster", + * "networkConfiguration": { + * "awsvpcConfiguration": { + * "securityGroups": [ + * "sg-12344321" + * ], + * "subnets": [ + * "subnet-12344321" + * ] + * } + * }, + * "service": "MyService", + * "taskDefinition": "MyTaskDefinition:2" + * }; + * const command = new CreateTaskSetCommand(input); + * const response = await client.send(command); + * /* response == + * { + * "taskSet": { + * "computedDesiredCount": 0, + * "createdAt": 1557128360.711, + * "id": "ecs-svc/1234567890123456789", + * "launchType": "EC2", + * "loadBalancers": [], + * "networkConfiguration": { + * "awsvpcConfiguration": { + * "assignPublicIp": "DISABLED", + * "securityGroups": [ + * "sg-12344321" + * ], + * "subnets": [ + * "subnet-12344321" + * ] + * } + * }, + * "pendingCount": 0, + * "runningCount": 0, + * "scale": { + * "value": 0, + * "unit": "PERCENT" + * }, + * "serviceRegistries": [], + * "stabilityStatus": "STABILIZING", + * "stabilityStatusAt": 1557128360.711, + * "status": "ACTIVE", + * "taskDefinition": "arn:aws:ecs:us-west-2:123456789012:task-definition/MyTaskDefinition:2", + * "taskSetArn": "arn:aws:ecs:us-west-2:123456789012:task-set/MyCluster/MyService/ecs-svc/1234567890123456789", + * "updatedAt": 1557128360.711 + * } + * } + * *\/ + * // example id: to-create-a-task-set-1733864092815 + * ``` + * */ export class CreateTaskSetCommand extends $Command .classBuilder< diff --git a/clients/client-ecs/src/commands/DeleteAttributesCommand.ts b/clients/client-ecs/src/commands/DeleteAttributesCommand.ts index 6c44c6b3b927..3a4cd7e58376 100644 --- a/clients/client-ecs/src/commands/DeleteAttributesCommand.ts +++ b/clients/client-ecs/src/commands/DeleteAttributesCommand.ts @@ -83,6 +83,33 @@ export interface DeleteAttributesCommandOutput extends DeleteAttributesResponse, *

Base exception class for all service exceptions from ECS service.

* * @public + * @example To delete a custom attribute from an Amazon ECS instance + * ```javascript + * // This example deletes an attribute named stack from a container instance. + * const input = { + * "attributes": [ + * { + * "name": "stack", + * "targetId": "aws:ecs:us-west-2:130757420319:container-instance/1c3be8ed-df30-47b4-8f1e-6e68ebd01f34" + * } + * ] + * }; + * const command = new DeleteAttributesCommand(input); + * const response = await client.send(command); + * /* response == + * { + * "attributes": [ + * { + * "name": "stack", + * "value": "production", + * "targetId": "aws:ecs:us-west-2:130757420319:container-instance/1c3be8ed-df30-47b4-8f1e-6e68ebd01f34" + * } + * ] + * } + * *\/ + * // example id: to-delete-a-custom-attribute-from-an-amazon-ecs-instance-1733867267541 + * ``` + * */ export class DeleteAttributesCommand extends $Command .classBuilder< diff --git a/clients/client-ecs/src/commands/DeleteCapacityProviderCommand.ts b/clients/client-ecs/src/commands/DeleteCapacityProviderCommand.ts index 7970fc3e1a5b..cb7b40b94216 100644 --- a/clients/client-ecs/src/commands/DeleteCapacityProviderCommand.ts +++ b/clients/client-ecs/src/commands/DeleteCapacityProviderCommand.ts @@ -115,6 +115,38 @@ export interface DeleteCapacityProviderCommandOutput extends DeleteCapacityProvi *

Base exception class for all service exceptions from ECS service.

* * @public + * @example To delete a specified capacity provider + * ```javascript + * // This example deletes a specified capacity provider. + * const input = { + * "capacityProvider": "arn:aws:ecs:us-west-2:123456789012:capacity-provider/ExampleCapacityProvider" + * }; + * const command = new DeleteCapacityProviderCommand(input); + * const response = await client.send(command); + * /* response == + * { + * "capacityProvider": { + * "name": "ExampleCapacityProvider", + * "autoScalingGroupProvider": { + * "autoScalingGroupArn": "arn:aws:autoscaling:us-west-2:123456789012:autoScalingGroup:a1b2c3d4-5678-90ab-cdef-EXAMPLE11111:autoScalingGroupName/MyAutoScalingGroup", + * "managedScaling": { + * "maximumScalingStepSize": 10000, + * "minimumScalingStepSize": 1, + * "status": "ENABLED", + * "targetCapacity": 100 + * }, + * "managedTerminationProtection": "DISABLED" + * }, + * "capacityProviderArn": "arn:aws:ecs:us-west-2:123456789012:capacity-provider/ExampleCapacityProvider", + * "status": "ACTIVE", + * "tags": [], + * "updateStatus": "DELETE_IN_PROGRESS" + * } + * } + * *\/ + * // example id: to-delete-a-specified-capacity-provider-1733868702678 + * ``` + * */ export class DeleteCapacityProviderCommand extends $Command .classBuilder< diff --git a/clients/client-ecs/src/commands/DeleteTaskDefinitionsCommand.ts b/clients/client-ecs/src/commands/DeleteTaskDefinitionsCommand.ts index f751de29a9fb..0d71d3d9ca67 100644 --- a/clients/client-ecs/src/commands/DeleteTaskDefinitionsCommand.ts +++ b/clients/client-ecs/src/commands/DeleteTaskDefinitionsCommand.ts @@ -382,6 +382,53 @@ export interface DeleteTaskDefinitionsCommandOutput extends DeleteTaskDefinition *

Base exception class for all service exceptions from ECS service.

* * @public + * @example To delete a task definition that has been deregistered + * ```javascript + * // This example deletes a specified deregistered task definition. + * const input = { + * "taskDefinitions": [ + * "Example-task-definition:1" + * ] + * }; + * const command = new DeleteTaskDefinitionsCommand(input); + * const response = await client.send(command); + * /* response == + * { + * "failures": [], + * "taskDefinitions": [ + * { + * "containerDefinitions": [ + * { + * "name": "wave", + * "command": [ + * "apt-get update; apt-get install stress; while true; do stress --cpu $(( RANDOM % 4 )) -t $(( RANDOM % 10 )); done" + * ], + * "cpu": 50, + * "entryPoint": [ + * "bash", + * "-c" + * ], + * "environment": [], + * "essential": true, + * "image": "ubuntu", + * "memory": 100, + * "mountPoints": [], + * "portMappings": [], + * "volumesFrom": [] + * } + * ], + * "family": "cpu-wave", + * "revision": 1, + * "status": "DELETE_IN_PROGRESS", + * "taskDefinitionArn": "arn:aws:ecs:us-east-1:012345678910:task-definition/Example-task-definition:1", + * "volumes": [] + * } + * ] + * } + * *\/ + * // example id: to-delete-a-task-definition-that-has-been-deregistered-1733940790186 + * ``` + * */ export class DeleteTaskDefinitionsCommand extends $Command .classBuilder< diff --git a/clients/client-ecs/src/commands/DeleteTaskSetCommand.ts b/clients/client-ecs/src/commands/DeleteTaskSetCommand.ts index 5a526c4716d2..77e7da402c14 100644 --- a/clients/client-ecs/src/commands/DeleteTaskSetCommand.ts +++ b/clients/client-ecs/src/commands/DeleteTaskSetCommand.ts @@ -169,6 +169,55 @@ export interface DeleteTaskSetCommandOutput extends DeleteTaskSetResponse, __Met *

Base exception class for all service exceptions from ECS service.

* * @public + * @example To delete a task set within a service that uses the EXTERNAL deployment controller type + * ```javascript + * // This example deletes a task set and uses the force flag to force deletion if it hasn't scaled to zero. + * const input = { + * "cluster": "MyCluster", + * "force": true, + * "service": "MyService", + * "taskSet": "arn:aws:ecs:us-west-2:123456789012:task-set/MyCluster/MyService/ecs-svc/1234567890123456789" + * }; + * const command = new DeleteTaskSetCommand(input); + * const response = await client.send(command); + * /* response == + * { + * "taskSet": { + * "computedDesiredCount": 0, + * "createdAt": 1557130260.276, + * "id": "ecs-svc/1234567890123456789", + * "launchType": "EC2", + * "loadBalancers": [], + * "networkConfiguration": { + * "awsvpcConfiguration": { + * "assignPublicIp": "DISABLED", + * "securityGroups": [ + * "sg-12345678" + * ], + * "subnets": [ + * "subnet-12345678" + * ] + * } + * }, + * "pendingCount": 0, + * "runningCount": 0, + * "scale": { + * "value": 0, + * "unit": "PERCENT" + * }, + * "serviceRegistries": [], + * "stabilityStatus": "STABILIZING", + * "stabilityStatusAt": 1557130290.707, + * "status": "DRAINING", + * "taskDefinition": "arn:aws:ecs:us-west-2:123456789012:task-definition/sample-fargate:2", + * "taskSetArn": "arn:aws:ecs:us-west-2:123456789012:task-set/MyCluster/MyService/ecs-svc/1234567890123456789", + * "updatedAt": 1557130290.707 + * } + * } + * *\/ + * // example id: to-delete-a-task-set-within-a-service-that-uses-the-external-deployment-controller-type-1733949897807 + * ``` + * */ export class DeleteTaskSetCommand extends $Command .classBuilder< diff --git a/clients/client-ecs/src/commands/DeregisterTaskDefinitionCommand.ts b/clients/client-ecs/src/commands/DeregisterTaskDefinitionCommand.ts index bcd438f30e40..e9f2abadf022 100644 --- a/clients/client-ecs/src/commands/DeregisterTaskDefinitionCommand.ts +++ b/clients/client-ecs/src/commands/DeregisterTaskDefinitionCommand.ts @@ -366,6 +366,45 @@ export interface DeregisterTaskDefinitionCommandOutput extends DeregisterTaskDef *

Base exception class for all service exceptions from ECS service.

* * @public + * @example To deregister a revision of a task definition + * ```javascript + * // This example deregisters the first revision of the curler task definition + * const input = { + * "taskDefinition": "curler:1" + * }; + * const command = new DeregisterTaskDefinitionCommand(input); + * const response = await client.send(command); + * /* response == + * { + * "taskDefinition": { + * "containerDefinitions": [ + * { + * "name": "curler", + * "command": [ + * "curl -v http://example.com/" + * ], + * "cpu": 100, + * "entryPoint": [], + * "environment": [], + * "essential": true, + * "image": "curl:latest", + * "memory": 256, + * "mountPoints": [], + * "portMappings": [], + * "volumesFrom": [] + * } + * ], + * "family": "curler", + * "revision": 1, + * "status": "INACTIVE", + * "taskDefinitionArn": "arn:aws:ecs:us-west-2:123456789012:task-definition/curler:1", + * "volumes": [] + * } + * } + * *\/ + * // example id: to-deregister-a-revision-of-a-task-definition-1733950214421 + * ``` + * */ export class DeregisterTaskDefinitionCommand extends $Command .classBuilder< diff --git a/clients/client-ecs/src/commands/DescribeCapacityProvidersCommand.ts b/clients/client-ecs/src/commands/DescribeCapacityProvidersCommand.ts index 068bf369ee56..c8c8dc8c02e4 100644 --- a/clients/client-ecs/src/commands/DescribeCapacityProvidersCommand.ts +++ b/clients/client-ecs/src/commands/DescribeCapacityProvidersCommand.ts @@ -119,6 +119,92 @@ export interface DescribeCapacityProvidersCommandOutput extends DescribeCapacity *

Base exception class for all service exceptions from ECS service.

* * @public + * @example To describe all capacity providers + * ```javascript + * // This example retrieves details about all capacity providers. + * const input = {}; + * const command = new DescribeCapacityProvidersCommand(input); + * const response = await client.send(command); + * /* response == + * { + * "capacityProviders": [ + * { + * "name": "MyCapacityProvider", + * "autoScalingGroupProvider": { + * "autoScalingGroupArn": "arn:aws:autoscaling:us-west-2:123456789012:autoScalingGroup:a1b2c3d4-5678-90ab-cdef-EXAMPLE11111:autoScalingGroupName/MyAutoScalingGroup", + * "managedScaling": { + * "maximumScalingStepSize": 1000, + * "minimumScalingStepSize": 1, + * "status": "ENABLED", + * "targetCapacity": 100 + * }, + * "managedTerminationProtection": "ENABLED" + * }, + * "capacityProviderArn": "arn:aws:ecs:us-west-2:123456789012:capacity-provider/MyCapacityProvider", + * "status": "ACTIVE", + * "tags": [] + * }, + * { + * "name": "FARGATE", + * "capacityProviderArn": "arn:aws:ecs:us-west-2:123456789012:capacity-provider/FARGATE", + * "status": "ACTIVE", + * "tags": [] + * }, + * { + * "name": "FARGATE_SPOT", + * "capacityProviderArn": "arn:aws:ecs:us-west-2:123456789012:capacity-provider/FARGATE_SPOT", + * "status": "ACTIVE", + * "tags": [] + * } + * ] + * } + * *\/ + * // example id: to-describe-all-capacity-providers-1733951199913 + * ``` + * + * @example To describe a specific capacity provider + * ```javascript + * // This example retrieves details about the capacity provider MyCapacityProvider + * const input = { + * "capacityProviders": [ + * "MyCapacityProvider" + * ], + * "include": [ + * "TAGS" + * ] + * }; + * const command = new DescribeCapacityProvidersCommand(input); + * const response = await client.send(command); + * /* response == + * { + * "capacityProviders": [ + * { + * "name": "MyCapacityProvider", + * "autoScalingGroupProvider": { + * "autoScalingGroupArn": "arn:aws:autoscaling:us-west-2:123456789012:autoScalingGroup:a1b2c3d4-5678-90ab-cdef-EXAMPLE11111:autoScalingGroupName/MyAutoScalingGroup", + * "managedScaling": { + * "maximumScalingStepSize": 1000, + * "minimumScalingStepSize": 1, + * "status": "ENABLED", + * "targetCapacity": 100 + * }, + * "managedTerminationProtection": "ENABLED" + * }, + * "capacityProviderArn": "arn:aws:ecs:us-west-2:123456789012:capacity-provider/MyCapacityProvider", + * "status": "ACTIVE", + * "tags": [ + * { + * "key": "environment", + * "value": "production" + * } + * ] + * } + * ] + * } + * *\/ + * // example id: to-describe-a-specific-capacity-provider-1733951378688 + * ``` + * */ export class DescribeCapacityProvidersCommand extends $Command .classBuilder< diff --git a/clients/client-ecs/src/commands/DescribeServiceDeploymentsCommand.ts b/clients/client-ecs/src/commands/DescribeServiceDeploymentsCommand.ts index de00a618c94a..e99d111bcf30 100644 --- a/clients/client-ecs/src/commands/DescribeServiceDeploymentsCommand.ts +++ b/clients/client-ecs/src/commands/DescribeServiceDeploymentsCommand.ts @@ -164,6 +164,47 @@ export interface DescribeServiceDeploymentsCommandOutput extends DescribeService *

Base exception class for all service exceptions from ECS service.

* * @public + * @example To describe a service deployment + * ```javascript + * // This example describes a service deployment for the service sd-example in the example cluster. + * const input = { + * "serviceDeploymentArns": [ + * "arn:aws:ecs:us-west-2:123456789012:service-deployment/example/sd-example/NCWGC2ZR-taawPAYrIaU5" + * ] + * }; + * const command = new DescribeServiceDeploymentsCommand(input); + * const response = await client.send(command); + * /* response == + * { + * "failures": [], + * "serviceDeployments": [ + * { + * "clusterArn": "arn:aws:ecs:us-west-2:123456789012:cluster/example", + * "deploymentConfiguration": { + * "deploymentCircuitBreaker": { + * "enable": false, + * "rollback": false + * }, + * "maximumPercent": 200, + * "minimumHealthyPercent": 100 + * }, + * "serviceArn": "arn:aws:ecs:us-west-2:123456789012:service/example/sd-example", + * "serviceDeploymentArn": "arn:aws:ecs:us-west-2:123456789012:service-deployment/example/sd-example/NCWGC2ZR-taawPAYrIaU5", + * "status": "PENDING", + * "targetServiceRevision": { + * "arn": "arn:aws:ecs:us-west-2:123456789012:service-revision/example/sd-example/4980306466373577095", + * "pendingTaskCount": 0, + * "requestedTaskCount": 0, + * "runningTaskCount": 0 + * }, + * "updatedAt": "2024-09-10T16:49:35.572000+00:00" + * } + * ] + * } + * *\/ + * // example id: to-describe-a-service-deployment--1733954961143 + * ``` + * */ export class DescribeServiceDeploymentsCommand extends $Command .classBuilder< diff --git a/clients/client-ecs/src/commands/DescribeServiceRevisionsCommand.ts b/clients/client-ecs/src/commands/DescribeServiceRevisionsCommand.ts index a8da585f5dd8..69973f1bd9f1 100644 --- a/clients/client-ecs/src/commands/DescribeServiceRevisionsCommand.ts +++ b/clients/client-ecs/src/commands/DescribeServiceRevisionsCommand.ts @@ -235,6 +235,47 @@ export interface DescribeServiceRevisionsCommandOutput extends DescribeServiceRe *

Base exception class for all service exceptions from ECS service.

* * @public + * @example To describe a service revision + * ```javascript + * // This example describes a service revision with the specified ARN + * const input = { + * "serviceRevisionArns": [ + * "arn:aws:ecs:us-west-2:123456789012:service-revision/testc/sd1/4980306466373577095" + * ] + * }; + * const command = new DescribeServiceRevisionsCommand(input); + * const response = await client.send(command); + * /* response == + * { + * "failures": [], + * "serviceRevisions": [ + * { + * "clusterArn": "arn:aws:ecs:us-west-2:123456789012:cluster/example", + * "createdAt": "2024-09-10T16:49:26.388000+00:00", + * "launchType": "FARGATE", + * "networkConfiguration": { + * "awsvpcConfiguration": { + * "assignPublicIp": "ENABLED", + * "securityGroups": [ + * "sg-09605d60a6bc1b296" + * ], + * "subnets": [ + * "subnet-0a4040e73895f04e1" + * ] + * } + * }, + * "platformFamily": "DockerLinux", + * "platformVersion": "1.4.0", + * "serviceArn": "arn:aws:ecs:us-west-2:123456789012:service/example/sd-example", + * "serviceRevisionArn": "arn:aws:ecs:us-west-2:123456789012:service-revision/example/sd-example/4980306466373577095", + * "taskDefinition": "arn:aws:ecs:us-west-2:123456789012:task-definition/large-ngingx:1" + * } + * ] + * } + * *\/ + * // example id: to-describe-a-service-revision--1734033215738 + * ``` + * */ export class DescribeServiceRevisionsCommand extends $Command .classBuilder< diff --git a/clients/client-ecs/src/commands/DescribeTaskSetsCommand.ts b/clients/client-ecs/src/commands/DescribeTaskSetsCommand.ts index 08cb0cf1e1c7..3f6c3822bad5 100644 --- a/clients/client-ecs/src/commands/DescribeTaskSetsCommand.ts +++ b/clients/client-ecs/src/commands/DescribeTaskSetsCommand.ts @@ -180,6 +180,59 @@ export interface DescribeTaskSetsCommandOutput extends DescribeTaskSetsResponse, *

Base exception class for all service exceptions from ECS service.

* * @public + * @example To describe a task set + * ```javascript + * // This example describes a task set in service MyService that uses an EXTERNAL deployment controller. + * const input = { + * "cluster": "MyCluster", + * "service": "MyService", + * "taskSets": [ + * "arn:aws:ecs:us-west-2:123456789012:task-set/MyCluster/MyService/ecs-svc/1234567890123456789" + * ] + * }; + * const command = new DescribeTaskSetsCommand(input); + * const response = await client.send(command); + * /* response == + * { + * "failures": [], + * "taskSets": [ + * { + * "computedDesiredCount": 0, + * "createdAt": 1557207715.195, + * "id": "ecs-svc/1234567890123456789", + * "launchType": "EC2", + * "loadBalancers": [], + * "networkConfiguration": { + * "awsvpcConfiguration": { + * "assignPublicIp": "DISABLED", + * "securityGroups": [ + * "sg-1234431" + * ], + * "subnets": [ + * "subnet-12344321" + * ] + * } + * }, + * "pendingCount": 0, + * "runningCount": 0, + * "scale": { + * "value": 0, + * "unit": "PERCENT" + * }, + * "serviceRegistries": [], + * "stabilityStatus": "STEADY_STATE", + * "stabilityStatusAt": 1557207740.014, + * "status": "ACTIVE", + * "taskDefinition": "arn:aws:ecs:us-west-2:123456789012:task-definition/sample-fargate:2", + * "taskSetArn": "arn:aws:ecs:us-west-2:123456789012:task-set/MyCluster/MyService/ecs-svc/1234567890123456789", + * "updatedAt": 1557207740.014 + * } + * ] + * } + * *\/ + * // example id: to-describe-a-task-set--1734035629507 + * ``` + * */ export class DescribeTaskSetsCommand extends $Command .classBuilder< diff --git a/clients/client-ecs/src/commands/ExecuteCommandCommand.ts b/clients/client-ecs/src/commands/ExecuteCommandCommand.ts index 6b51117cdc62..9bd3054304e7 100644 --- a/clients/client-ecs/src/commands/ExecuteCommandCommand.ts +++ b/clients/client-ecs/src/commands/ExecuteCommandCommand.ts @@ -126,6 +126,35 @@ export interface ExecuteCommandCommandOutput extends ExecuteCommandResponse, __M *

Base exception class for all service exceptions from ECS service.

* * @public + * @example To run a command remotely on a container in a task + * ```javascript + * // This example runs an interactive /bin/sh command on a container MyContainer. + * const input = { + * "cluster": "MyCluster", + * "command": "/bin/sh", + * "container": "MyContainer", + * "interactive": true, + * "task": "arn:aws:ecs:us-east-1:123456789012:task/MyCluster/d789e94343414c25b9f6bd59eEXAMPLE" + * }; + * const command = new ExecuteCommandCommand(input); + * const response = await client.send(command); + * /* response == + * { + * "clusterArn": "arn:aws:ecs:us-east-1:123456789012:cluster/MyCluster", + * "containerArn": "arn:aws:ecs:us-east-1:123456789012:container/MyCluster/d789e94343414c25b9f6bd59eEXAMPLE/43ba4b77-37f7-4a41-b923-69d4abEXAMPLE", + * "containerName": "MyContainer", + * "interactive": true, + * "session": { + * "sessionId": "ecs-execute-command-794nnsxobsg4p2hiur6gxu9a9e", + * "streamUrl": "wss://ssmmessages.us-east-1.amazonaws.com/v1/data-channel/ecs-execute-command-794nnsxobsg4p2hiur6gxu9a9e?role=publish_subscribe&cell-number=AAEAAfiZG4oybxqsYj3Zhm15s4J0W1k7d9nxVRenNO8Kl5nzAAAAAGdbWGl479/y/4IrTWPadUic3eBrMu3vmB7aPvI+s12lbpDc142y1KZy", + * "tokenValue": "AAEAAcVb7ww10N9aNUI5Cl7K7DbHjbD2Ed4Mw6uaGYIc+UFNAAAAAGdbWGmMDaPbGfDkzrVIhyKEsc4CPT2hcToPU6yzlddPm7rRZvYQtpaAgsvQdjbCAd9OB6ohtDYfqZI9gzMqLKegXq0E+KbDcGPnQVODFNHmQxnR1BvC6vNcHqh6HAJuKnQD7RSYx/J5bfYNHj4hCYHuN0HNcueSDOOTRB/MBt5DBDY7Djv2uzs9FD0N1kcsGljZkZWLuPTVKHHyrU3zh0awfrFFC3RXvgaUCBnloIIvZeq2CjTesxn9JJS+3N4I0DVxfkHdWWBbBY/5+wH82JVTJpqN3yOAt74u/W7TvYBd7Xu2lQbvtpuAnEszl++bFG2ZoV3dfnmBkSnfD/qV1FJcEskbxUHKgmqe0Paouv4zwrQKNfWYfcv9xkWskqcExh07IeaxZz1tp/WegZ5D76sD6xYeuH+35TMNXMoY7oudLgxIXsA7b39ElM7orGi4Jy3W2tLyuNIvDoI2JI6ww4tYdEjYZnld9rhKwV9rDHk1Z8wjHMs++3BIkHrFQRsv7BFUWlZ9lyqO9GWlXeBe7dQtOeFNahBuJUE9z/xLHJn1x13VkdROKqUVHTJrT4sXAnI5roWiGPoQPVY7aHVYJnwjSxrPRWJBsgyHiVN3dAWTmeVMjp0VbOiJaLlpBI+AUWs8OeVRzuJSZ+1alETpK7Ukag7ma9K4lxq/N7IxYo2ub0cG/bvX42zQqdJAW+9St9sQ1QMaMvkSq1tdbLoOuY0QjN7JrkuKLFQA5bhs+o1YwItzIp7bNrzQ9Z9IN51qoGL5HDXQzi1kNFfYtAryhwt6BgtQU9Z0k+RpE+V5G+V68E0MMUvb313f0nRBYj1u5VKonWb708wADPbUU+s7nvbWuD5oLp1Z6A4iqI9Om0R4RrFASj/7fVY7r3raNXcIYA=" + * }, + * "taskArn": "arn:aws:ecs:us-east-1:123456789012:task/MyCluster/d789e94343414c25b9f6bd59eEXAMPLE" + * } + * *\/ + * // example id: to-run-a-command-remotely-on-a-container-in-a-task-1734037663312 + * ``` + * */ export class ExecuteCommandCommand extends $Command .classBuilder< diff --git a/clients/client-ecs/src/commands/ListAttributesCommand.ts b/clients/client-ecs/src/commands/ListAttributesCommand.ts index adf4688b2ebe..36e74735632d 100644 --- a/clients/client-ecs/src/commands/ListAttributesCommand.ts +++ b/clients/client-ecs/src/commands/ListAttributesCommand.ts @@ -82,6 +82,31 @@ export interface ListAttributesCommandOutput extends ListAttributesResponse, __M *

Base exception class for all service exceptions from ECS service.

* * @public + * @example To list container instances that have a specific attribute + * ```javascript + * // This example lists attributes for a container instance with the attribute "stack" equal to the value "production". + * const input = { + * "attributeName": "stack", + * "attributeValue": "production", + * "cluster": "MyCluster", + * "targetType": "container-instance" + * }; + * const command = new ListAttributesCommand(input); + * const response = await client.send(command); + * /* response == + * { + * "attributes": [ + * { + * "name": "stack", + * "value": "production", + * "targetId": "arn:aws:ecs:us-west-2:123456789012:container-instance/1c3be8ed-df30-47b4-8f1e-6e68ebd01f34" + * } + * ] + * } + * *\/ + * // example id: to-list-container-instances-that-have-a-specific-attribute-1734368946577 + * ``` + * */ export class ListAttributesCommand extends $Command .classBuilder< diff --git a/clients/client-ecs/src/commands/ListServiceDeploymentsCommand.ts b/clients/client-ecs/src/commands/ListServiceDeploymentsCommand.ts index 490ebaf218f4..4ae1be46ffd3 100644 --- a/clients/client-ecs/src/commands/ListServiceDeploymentsCommand.ts +++ b/clients/client-ecs/src/commands/ListServiceDeploymentsCommand.ts @@ -116,6 +116,34 @@ export interface ListServiceDeploymentsCommandOutput extends ListServiceDeployme *

Base exception class for all service exceptions from ECS service.

* * @public + * @example To list service deployments that meet the specified criteria + * ```javascript + * // This example lists all successful service deployments for the service "sd-example" in the cluster "example". + * const input = { + * "cluster": "example", + * "service": "sd-example", + * "status": [ + * "SUCCESSFUL" + * ] + * }; + * const command = new ListServiceDeploymentsCommand(input); + * const response = await client.send(command); + * /* response == + * { + * "serviceDeployments": [ + * { + * "clusterArn": "arn:aws:ecs:us-west-2:123456789012:cluster/example", + * "serviceArn": "arn:aws:ecs:us-west-2:123456789012:service/example/sd-example", + * "serviceDeploymentArn": "arn:aws:ecs:us-west-2:123456789012:service-deployment/example/sd-example/NCWGC2ZR-taawPAYrIaU5", + * "status": "SUCCESSFUL", + * "targetServiceRevisionArn": "arn:aws:ecs:us-west-2:123456789012:service-revision/example/sd-example/4980306466373577095" + * } + * ] + * } + * *\/ + * // example id: to-list-service-deployments-that-meet-the-specified-criteria-1734370445427 + * ``` + * */ export class ListServiceDeploymentsCommand extends $Command .classBuilder< diff --git a/clients/client-ecs/src/commands/PutAttributesCommand.ts b/clients/client-ecs/src/commands/PutAttributesCommand.ts index 5a1fe7338ed6..fb33889792be 100644 --- a/clients/client-ecs/src/commands/PutAttributesCommand.ts +++ b/clients/client-ecs/src/commands/PutAttributesCommand.ts @@ -90,6 +90,35 @@ export interface PutAttributesCommandOutput extends PutAttributesResponse, __Met *

Base exception class for all service exceptions from ECS service.

* * @public + * @example To create or update an attribute on a resource + * ```javascript + * // This example adds an attribute "stack" with the value "production" to a container instance. + * const input = { + * "attributes": [ + * { + * "name": "stack", + * "value": "production", + * "targetId": "arn:aws:ecs:us-west-2:123456789012:container-instance/1c3be8ed-df30-47b4-8f1e-6e68ebd01f34" + * } + * ], + * "cluster": "MyCluster" + * }; + * const command = new PutAttributesCommand(input); + * const response = await client.send(command); + * /* response == + * { + * "attributes": [ + * { + * "name": "stack", + * "value": "production", + * "targetId": "arn:aws:ecs:us-west-2:123456789012:container-instance/1c3be8ed-df30-47b4-8f1e-6e68ebd01f34" + * } + * ] + * } + * *\/ + * // example id: to-create-or-update-an-attribute-on-a-resource-1734382423405 + * ``` + * */ export class PutAttributesCommand extends $Command .classBuilder< diff --git a/clients/client-ecs/src/commands/PutClusterCapacityProvidersCommand.ts b/clients/client-ecs/src/commands/PutClusterCapacityProvidersCommand.ts index ea63e6a023fc..fe4ef9afd6aa 100644 --- a/clients/client-ecs/src/commands/PutClusterCapacityProvidersCommand.ts +++ b/clients/client-ecs/src/commands/PutClusterCapacityProvidersCommand.ts @@ -186,6 +186,255 @@ export interface PutClusterCapacityProvidersCommandOutput *

Base exception class for all service exceptions from ECS service.

* * @public + * @example To add an existing capacity provider to a cluuster + * ```javascript + * // This example adds an existing capacity provider "MyCapacityProvider2" to a cluster that already has the capacity provider "MyCapacityProvider1" associated with it. Both "MyCapacityProvider2" and "MyCapacityProvider1" need to be specified. + * const input = { + * "capacityProviders": [ + * "MyCapacityProvider1", + * "MyCapacityProvider2" + * ], + * "cluster": "MyCluster", + * "defaultCapacityProviderStrategy": [ + * { + * "capacityProvider": "MyCapacityProvider1", + * "weight": 1 + * }, + * { + * "capacityProvider": "MyCapacityProvider2", + * "weight": 1 + * } + * ] + * }; + * const command = new PutClusterCapacityProvidersCommand(input); + * const response = await client.send(command); + * /* response == + * { + * "cluster": { + * "activeServicesCount": 0, + * "attachments": [ + * { + * "type": "as_policy", + * "details": [ + * { + * "name": "capacityProviderName", + * "value": "MyCapacityProvider1" + * }, + * { + * "name": "scalingPolicyName", + * "value": "ECSManagedAutoScalingPolicy-a1b2c3d4-5678-90ab-cdef-EXAMPLE11111" + * } + * ], + * "id": "0fb0c8f4-6edd-4de1-9b09-17e470ee1918", + * "status": "ACTIVE" + * }, + * { + * "type": "as_policy", + * "details": [ + * { + * "name": "capacityProviderName", + * "value": "MyCapacityProvider2" + * }, + * { + * "name": "scalingPolicyName", + * "value": "ECSManagedAutoScalingPolicy-a1b2c3d4-5678-90ab-cdef-EXAMPLE22222" + * } + * ], + * "id": "ae592060-2382-4663-9476-b015c685593c", + * "status": "ACTIVE" + * } + * ], + * "attachmentsStatus": "UPDATE_IN_PROGRESS", + * "capacityProviders": [ + * "MyCapacityProvider1", + * "MyCapacityProvider2" + * ], + * "clusterArn": "arn:aws:ecs:us-west-2:123456789012:cluster/MyCluster", + * "clusterName": "MyCluster", + * "defaultCapacityProviderStrategy": [ + * { + * "base": 0, + * "capacityProvider": "MyCapacityProvider1", + * "weight": 1 + * }, + * { + * "base": 0, + * "capacityProvider": "MyCapacityProvider2", + * "weight": 1 + * } + * ], + * "pendingTasksCount": 0, + * "registeredContainerInstancesCount": 0, + * "runningTasksCount": 0, + * "settings": [ + * { + * "name": "containerInsights", + * "value": "enabled" + * } + * ], + * "statistics": [], + * "status": "ACTIVE", + * "tags": [] + * } + * } + * *\/ + * // example id: to-add-an-existing-capacity-provider-to-a-cluster-1734385195698 + * ``` + * + * @example To remove a capacity provider from a cluster + * ```javascript + * // This example removes a capacity provider "MyCapacityProvider2" from a cluster that has both "MyCapacityProvider2" and "MyCapacityProvider1" associated with it. Only "MyCapacityProvider1" needs to be specified in this scenario. + * const input = { + * "capacityProviders": [ + * "MyCapacityProvider1" + * ], + * "cluster": "MyCluster", + * "defaultCapacityProviderStrategy": [ + * { + * "base": 0, + * "capacityProvider": "MyCapacityProvider1", + * "weight": 1 + * } + * ] + * }; + * const command = new PutClusterCapacityProvidersCommand(input); + * const response = await client.send(command); + * /* response == + * { + * "cluster": { + * "activeServicesCount": 0, + * "attachments": [ + * { + * "type": "as_policy", + * "details": [ + * { + * "name": "capacityProviderName", + * "value": "MyCapacityProvider1" + * }, + * { + * "name": "scalingPolicyName", + * "value": "ECSManagedAutoScalingPolicy-a1b2c3d4-5678-90ab-cdef-EXAMPLE11111" + * } + * ], + * "id": "0fb0c8f4-6edd-4de1-9b09-17e470ee1918", + * "status": "ACTIVE" + * }, + * { + * "type": "as_policy", + * "details": [ + * { + * "name": "capacityProviderName", + * "value": "MyCapacityProvider2" + * }, + * { + * "name": "scalingPolicyName", + * "value": "ECSManagedAutoScalingPolicy-a1b2c3d4-5678-90ab-cdef-EXAMPLE22222" + * } + * ], + * "id": "ae592060-2382-4663-9476-b015c685593c", + * "status": "DELETING" + * } + * ], + * "attachmentsStatus": "UPDATE_IN_PROGRESS", + * "capacityProviders": [ + * "MyCapacityProvider1" + * ], + * "clusterArn": "arn:aws:ecs:us-west-2:123456789012:cluster/MyCluster", + * "clusterName": "MyCluster", + * "defaultCapacityProviderStrategy": [ + * { + * "base": 0, + * "capacityProvider": "MyCapacityProvider1", + * "weight": 1 + * } + * ], + * "pendingTasksCount": 0, + * "registeredContainerInstancesCount": 0, + * "runningTasksCount": 0, + * "settings": [ + * { + * "name": "containerInsights", + * "value": "enabled" + * } + * ], + * "statistics": [], + * "status": "ACTIVE", + * "tags": [] + * } + * } + * *\/ + * // example id: to-remove-a-capacity-provider-from-a-cluster-1734386641517 + * ``` + * + * @example To remove all capacity providers from a cluster + * ```javascript + * // This example removes all capacity providers associated with a cluster. + * const input = { + * "capacityProviders": [], + * "cluster": "MyCluster", + * "defaultCapacityProviderStrategy": [] + * }; + * const command = new PutClusterCapacityProvidersCommand(input); + * const response = await client.send(command); + * /* response == + * { + * "cluster": { + * "activeServicesCount": 0, + * "attachments": [ + * { + * "type": "as_policy", + * "details": [ + * { + * "name": "capacityProviderName", + * "value": "MyCapacityProvider1" + * }, + * { + * "name": "scalingPolicyName", + * "value": "ECSManagedAutoScalingPolicy-a1b2c3d4-5678-90ab-cdef-EXAMPLE11111" + * } + * ], + * "id": "0fb0c8f4-6edd-4de1-9b09-17e470ee1918", + * "status": "DELETING" + * }, + * { + * "type": "as_policy", + * "details": [ + * { + * "name": "capacityProviderName", + * "value": "MyCapacityProvider2" + * }, + * { + * "name": "scalingPolicyName", + * "value": "ECSManagedAutoScalingPolicy-a1b2c3d4-5678-90ab-cdef-EXAMPLE22222" + * } + * ], + * "id": "ae592060-2382-4663-9476-b015c685593c", + * "status": "DELETING" + * } + * ], + * "attachmentsStatus": "UPDATE_IN_PROGRESS", + * "capacityProviders": [], + * "clusterArn": "arn:aws:ecs:us-west-2:123456789012:cluster/MyCluster", + * "clusterName": "MyCluster", + * "defaultCapacityProviderStrategy": [], + * "pendingTasksCount": 0, + * "registeredContainerInstancesCount": 0, + * "runningTasksCount": 0, + * "settings": [ + * { + * "name": "containerInsights", + * "value": "enabled" + * } + * ], + * "statistics": [], + * "status": "ACTIVE", + * "tags": [] + * } + * } + * *\/ + * // example id: to-remove-all-capacity-providers-from-a-cluster-1734387170874 + * ``` + * */ export class PutClusterCapacityProvidersCommand extends $Command .classBuilder< diff --git a/clients/client-ecs/src/commands/StartTaskCommand.ts b/clients/client-ecs/src/commands/StartTaskCommand.ts index ff12b70828e7..a83e1991dedd 100644 --- a/clients/client-ecs/src/commands/StartTaskCommand.ts +++ b/clients/client-ecs/src/commands/StartTaskCommand.ts @@ -363,6 +363,62 @@ export interface StartTaskCommandOutput extends StartTaskResponse, __MetadataBea *

Base exception class for all service exceptions from ECS service.

* * @public + * @example To start a new task + * ```javascript + * // This example starts a new task in the cluster "MyCluster" on the specified container instance using the latest revision of the "hello-world" task definition. + * const input = { + * "cluster": "MyCluster", + * "containerInstances": [ + * "4c543eed-f83f-47da-b1d8-3d23f1da4c64" + * ], + * "taskDefinition": "hello-world" + * }; + * const command = new StartTaskCommand(input); + * const response = await client.send(command); + * /* response == + * { + * "failures": [], + * "tasks": [ + * { + * "version": 1, + * "clusterArn": "arn:aws:ecs:us-east-1:012345678910:cluster/default", + * "containerInstanceArn": "arn:aws:ecs:us-east-1:012345678910:container-instance/default/4c543eed-f83f-47da-b1d8-3d23f1da4c64", + * "containers": [ + * { + * "name": "wordpress", + * "containerArn": "arn:aws:ecs:us-east-1:012345678910:container/e76594d4-27e1-4c74-98b5-46a6435eb769", + * "lastStatus": "PENDING", + * "taskArn": "arn:aws:ecs:us-east-1:012345678910:task/default/fdf2c302-468c-4e55-b884-5331d816e7fb" + * }, + * { + * "name": "mysql", + * "containerArn": "arn:aws:ecs:us-east-1:012345678910:container/default/b19106ea-4fa8-4f1d-9767-96922c82b070", + * "lastStatus": "PENDING", + * "taskArn": "arn:aws:ecs:us-east-1:012345678910:task/default/fdf2c302-468c-4e55-b884-5331d816e7fb" + * } + * ], + * "createdAt": 1479765460.842, + * "desiredStatus": "RUNNING", + * "lastStatus": "PENDING", + * "overrides": { + * "containerOverrides": [ + * { + * "name": "wordpress" + * }, + * { + * "name": "mysql" + * } + * ] + * }, + * "taskArn": "arn:aws:ecs:us-east-1:012345678910:task/default/fdf2c302-468c-4e55-b884-5331d816e7fb", + * "taskDefinitionArn": "arn:aws:ecs:us-east-1:012345678910:task-definition/hello_world:6" + * } + * ] + * } + * *\/ + * // example id: to-start-a-new-task-1734455482966 + * ``` + * */ export class StartTaskCommand extends $Command .classBuilder< diff --git a/clients/client-ecs/src/commands/StopTaskCommand.ts b/clients/client-ecs/src/commands/StopTaskCommand.ts index b46711ead71e..9e91a506d8d1 100644 --- a/clients/client-ecs/src/commands/StopTaskCommand.ts +++ b/clients/client-ecs/src/commands/StopTaskCommand.ts @@ -257,6 +257,69 @@ export interface StopTaskCommandOutput extends StopTaskResponse, __MetadataBeare *

Base exception class for all service exceptions from ECS service.

* * @public + * @example To stop a task + * ```javascript + * // This example stops a task with ID "1dc5c17a-422b-4dc4-b493-371970c6c4d6" in cluster "MyCluster". + * const input = { + * "cluster": "MyCluster", + * "reason": "testing stop task.", + * "task": "1dc5c17a-422b-4dc4-b493-371970c6c4d6" + * }; + * const command = new StopTaskCommand(input); + * const response = await client.send(command); + * /* response == + * { + * "task": { + * "version": 0, + * "clusterArn": "arn:aws:ecs:us-east-1:012345678910:cluster/MyCluster", + * "containerInstanceArn": "arn:aws:ecs:us-east-1:012345678910:container-instance/MyCluster/5991d8da-1d59-49d2-a31f-4230f9e73140", + * "containers": [ + * { + * "name": "simple-app", + * "containerArn": "arn:aws:ecs:us-east-1:012345678910:container/4df26bb4-f057-467b-a079-961675296e64", + * "lastStatus": "RUNNING", + * "networkBindings": [ + * { + * "bindIP": "0.0.0.0", + * "containerPort": 80, + * "hostPort": 32774, + * "protocol": "tcp" + * } + * ], + * "taskArn": "arn:aws:ecs:us-east-1:012345678910:task/MyCluster/1dc5c17a-422b-4dc4-b493-371970c6c4d6" + * }, + * { + * "name": "busybox", + * "containerArn": "arn:aws:ecs:us-east-1:012345678910:container/e09064f7-7361-4c87-8ab9-8d073bbdbcb9", + * "lastStatus": "RUNNING", + * "networkBindings": [], + * "taskArn": "arn:aws:ecs:us-east-1:012345678910:task/MyCluster/1dc5c17a-422b-4dc4-b493-371970c6c4d6" + * } + * ], + * "createdAt": 1476822811.295, + * "desiredStatus": "STOPPED", + * "lastStatus": "RUNNING", + * "overrides": { + * "containerOverrides": [ + * { + * "name": "simple-app" + * }, + * { + * "name": "busybox" + * } + * ] + * }, + * "startedAt": 1476822833.998, + * "startedBy": "ecs-svc/9223370560032507596", + * "stoppedReason": "testing stop task.", + * "taskArn": "arn:aws:ecs:us-east-1:012345678910:task/1dc5c17a-422b-4dc4-b493-371970c6c4d6", + * "taskDefinitionArn": "arn:aws:ecs:us-east-1:012345678910:task-definition/console-sample-app-dynamic-ports:1" + * } + * } + * *\/ + * // example id: to-stop-a-task-1734457210346 + * ``` + * */ export class StopTaskCommand extends $Command .classBuilder< diff --git a/clients/client-ecs/src/commands/UpdateCapacityProviderCommand.ts b/clients/client-ecs/src/commands/UpdateCapacityProviderCommand.ts index 7f49c6a0e78e..77ddce309c1b 100644 --- a/clients/client-ecs/src/commands/UpdateCapacityProviderCommand.ts +++ b/clients/client-ecs/src/commands/UpdateCapacityProviderCommand.ts @@ -113,6 +113,46 @@ export interface UpdateCapacityProviderCommandOutput extends UpdateCapacityProvi *

Base exception class for all service exceptions from ECS service.

* * @public + * @example To update a capacity provider's parameters + * ```javascript + * // This example updates the targetCapacity and instanceWarmupPeriod parameters for the capacity provider MyCapacityProvider to 90 and 150 respectively. + * const input = { + * "name": "MyCapacityProvider", + * "autoScalingGroupProvider": { + * "managedScaling": { + * "instanceWarmupPeriod": 150, + * "status": "ENABLED", + * "targetCapacity": 90 + * } + * } + * }; + * const command = new UpdateCapacityProviderCommand(input); + * const response = await client.send(command); + * /* response == + * { + * "capacityProvider": { + * "name": "MyCapacityProvider", + * "autoScalingGroupProvider": { + * "autoScalingGroupArn": "arn:aws:autoscaling:us-east-1:132456789012:autoScalingGroup:57ffcb94-11f0-4d6d-bf60-3bac5EXAMPLE:autoScalingGroupName/MyASG", + * "managedScaling": { + * "instanceWarmupPeriod": 150, + * "maximumScalingStepSize": 10000, + * "minimumScalingStepSize": 1, + * "status": "ENABLED", + * "targetCapacity": 90 + * }, + * "managedTerminationProtection": "ENABLED" + * }, + * "capacityProviderArn": "arn:aws:ecs:us-east-1:123456789012:capacity-provider/MyCapacityProvider", + * "status": "ACTIVE", + * "tags": [], + * "updateStatus": "UPDATE_COMPLETE" + * } + * } + * *\/ + * // example id: to-update-a-capacity-providers-parameters-1734557290198 + * ``` + * */ export class UpdateCapacityProviderCommand extends $Command .classBuilder< diff --git a/clients/client-ecs/src/commands/UpdateClusterCommand.ts b/clients/client-ecs/src/commands/UpdateClusterCommand.ts index 8805fe9197e3..c10e3a0afcda 100644 --- a/clients/client-ecs/src/commands/UpdateClusterCommand.ts +++ b/clients/client-ecs/src/commands/UpdateClusterCommand.ts @@ -180,6 +180,195 @@ export interface UpdateClusterCommandOutput extends UpdateClusterResponse, __Met *

Base exception class for all service exceptions from ECS service.

* * @public + * @example To update a cluster's observability settings. + * ```javascript + * // This example turns on enhanced containerInsights in an existing cluster. + * const input = { + * "cluster": "ECS-project-update-cluster", + * "settings": [ + * { + * "name": "containerInsights", + * "value": "enhanced" + * } + * ] + * }; + * const command = new UpdateClusterCommand(input); + * const response = await client.send(command); + * /* response == + * { + * "cluster": { + * "activeServicesCount": 0, + * "attachments": [ + * { + * "type": "as_policy", + * "details": [ + * { + * "name": "capacityProviderName", + * "value": "Infra-ECS-Cluster-ECS-project-update-cluster-d6bb6d5b-EC2CapacityProvider-3fIpdkLywwFt" + * }, + * { + * "name": "scalingPolicyName", + * "value": "ECSManagedAutoScalingPolicy-152363a6-8c65-484c-b721-42c3e070ae93" + * } + * ], + * "id": "069d002b-7634-42e4-b1d4-544f4c8f6380", + * "status": "CREATED" + * }, + * { + * "type": "managed_draining", + * "details": [ + * { + * "name": "capacityProviderName", + * "value": "Infra-ECS-Cluster-ECS-project-update-cluster-d6bb6d5b-EC2CapacityProvider-3fIpdkLywwFt" + * }, + * { + * "name": "autoScalingLifecycleHookName", + * "value": "ecs-managed-draining-termination-hook" + * } + * ], + * "id": "08b5b6ca-45e9-4209-a65d-e962a27c490a", + * "status": "CREATED" + * }, + * { + * "type": "sc", + * "details": [], + * "id": "45d0b36f-8cff-46b6-9380-1288744802ab", + * "status": "ATTACHED" + * } + * ], + * "attachmentsStatus": "UPDATE_COMPLETE", + * "capacityProviders": [ + * "Infra-ECS-Cluster-ECS-project-update-cluster-d6bb6d5b-EC2CapacityProvider-3fIpdkLywwFt" + * ], + * "clusterArn": "arn:aws:ecs:us-west-2:123456789012:cluster/ECS-project-update-cluster", + * "clusterName": "ECS-project-update-cluster", + * "defaultCapacityProviderStrategy": [ + * { + * "base": 0, + * "capacityProvider": "Infra-ECS-Cluster-ECS-project-update-cluster-d6bb6d5b-EC2CapacityProvider-3fIpdkLywwFt", + * "weight": 1 + * } + * ], + * "pendingTasksCount": 0, + * "registeredContainerInstancesCount": 0, + * "runningTasksCount": 0, + * "serviceConnectDefaults": { + * "namespace": "arn:aws:servicediscovery:us-west-2:123456789012:namespace/ns-igwrsylmy3kwvcdx" + * }, + * "settings": [ + * { + * "name": "containerInsights", + * "value": "enhanced" + * } + * ], + * "statistics": [], + * "status": "ACTIVE", + * "tags": [] + * } + * } + * *\/ + * // example id: to-update-a-clusters-observability-settings-1734626018966 + * ``` + * + * @example To update a cluster's Service Connect defaults. + * ```javascript + * // This example sets a default Service Connect namespace. + * const input = { + * "cluster": "ECS-project-update-cluster", + * "serviceConnectDefaults": { + * "namespace": "test" + * } + * }; + * const command = new UpdateClusterCommand(input); + * const response = await client.send(command); + * /* response == + * { + * "cluster": { + * "activeServicesCount": 0, + * "attachments": [ + * { + * "type": "as_policy", + * "details": [ + * { + * "name": "capacityProviderName", + * "value": "Infra-ECS-Cluster-ECS-project-update-cluster-d6bb6d5b-EC2CapacityProvider-3fIpdkLywwFt" + * }, + * { + * "name": "scalingPolicyName", + * "value": "ECSManagedAutoScalingPolicy-152363a6-8c65-484c-b721-42c3e070ae93" + * } + * ], + * "id": "069d002b-7634-42e4-b1d4-544f4c8f6380", + * "status": "CREATED" + * }, + * { + * "type": "managed_draining", + * "details": [ + * { + * "name": "capacityProviderName", + * "value": "Infra-ECS-Cluster-ECS-project-update-cluster-d6bb6d5b-EC2CapacityProvider-3fIpdkLywwFt" + * }, + * { + * "name": "autoScalingLifecycleHookName", + * "value": "ecs-managed-draining-termination-hook" + * } + * ], + * "id": "08b5b6ca-45e9-4209-a65d-e962a27c490a", + * "status": "CREATED" + * }, + * { + * "type": "sc", + * "details": [], + * "id": "45d0b36f-8cff-46b6-9380-1288744802ab", + * "status": "DELETED" + * }, + * { + * "type": "sc", + * "details": [], + * "id": "3e6890c3-609c-4832-91de-d6ca891b3ef1", + * "status": "ATTACHED" + * }, + * { + * "type": "sc", + * "details": [], + * "id": "961b8ec1-c2f1-4070-8495-e669b7668e90", + * "status": "DELETED" + * } + * ], + * "attachmentsStatus": "UPDATE_COMPLETE", + * "capacityProviders": [ + * "Infra-ECS-Cluster-ECS-project-update-cluster-d6bb6d5b-EC2CapacityProvider-3fIpdkLywwFt" + * ], + * "clusterArn": "arn:aws:ecs:us-west-2:123456789012:cluster/ECS-project-update-cluster", + * "clusterName": "ECS-project-update-cluster", + * "defaultCapacityProviderStrategy": [ + * { + * "base": 0, + * "capacityProvider": "Infra-ECS-Cluster-ECS-project-update-cluster-d6bb6d5b-EC2CapacityProvider-3fIpdkLywwFt", + * "weight": 1 + * } + * ], + * "pendingTasksCount": 0, + * "registeredContainerInstancesCount": 0, + * "runningTasksCount": 0, + * "serviceConnectDefaults": { + * "namespace": "arn:aws:servicediscovery:us-west-2:123456789012:namespace/ns-dtjmxqpfi46ht7dr" + * }, + * "settings": [ + * { + * "name": "containerInsights", + * "value": "enhanced" + * } + * ], + * "statistics": [], + * "status": "ACTIVE", + * "tags": [] + * } + * } + * *\/ + * // example id: to-update-a-clusters-service-connect-defaults-1734626891648 + * ``` + * */ export class UpdateClusterCommand extends $Command .classBuilder< diff --git a/clients/client-ecs/src/commands/UpdateClusterSettingsCommand.ts b/clients/client-ecs/src/commands/UpdateClusterSettingsCommand.ts index 92c0b495ff9e..552e14eb7eda 100644 --- a/clients/client-ecs/src/commands/UpdateClusterSettingsCommand.ts +++ b/clients/client-ecs/src/commands/UpdateClusterSettingsCommand.ts @@ -157,6 +157,44 @@ export interface UpdateClusterSettingsCommandOutput extends UpdateClusterSetting *

Base exception class for all service exceptions from ECS service.

* * @public + * @example To update a cluster's settings + * ```javascript + * // This example enables CloudWatch Container Insights for the default cluster. + * const input = { + * "cluster": "default", + * "settings": [ + * { + * "name": "containerInsights", + * "value": "enabled" + * } + * ] + * }; + * const command = new UpdateClusterSettingsCommand(input); + * const response = await client.send(command); + * /* response == + * { + * "cluster": { + * "activeServicesCount": 0, + * "clusterArn": "arn:aws:ecs:us-west-2:123456789012:cluster/MyCluster", + * "clusterName": "default", + * "pendingTasksCount": 0, + * "registeredContainerInstancesCount": 0, + * "runningTasksCount": 0, + * "settings": [ + * { + * "name": "containerInsights", + * "value": "enabled" + * } + * ], + * "statistics": [], + * "status": "ACTIVE", + * "tags": [] + * } + * } + * *\/ + * // example id: to-update-a-clusters-settings-1734628004887 + * ``` + * */ export class UpdateClusterSettingsCommand extends $Command .classBuilder< diff --git a/clients/client-ecs/src/commands/UpdateContainerAgentCommand.ts b/clients/client-ecs/src/commands/UpdateContainerAgentCommand.ts index e76be08b15fe..0a36c9ba9341 100644 --- a/clients/client-ecs/src/commands/UpdateContainerAgentCommand.ts +++ b/clients/client-ecs/src/commands/UpdateContainerAgentCommand.ts @@ -197,6 +197,31 @@ export interface UpdateContainerAgentCommandOutput extends UpdateContainerAgentR *

Base exception class for all service exceptions from ECS service.

* * @public + * @example To update the container agent version on a container instance + * ```javascript + * // This example updates the container agent version on the specified container instance in cluster MyCluster. + * const input = { + * "cluster": "MyCluster", + * "containerInstance": "53ac7152-dcd1-4102-81f5-208962864132" + * }; + * const command = new UpdateContainerAgentCommand(input); + * const response = await client.send(command); + * /* response == + * { + * "containerInstance": { + * "agentConnected": true, + * "agentUpdateStatus": "PENDING", + * "versionInfo": { + * "agentHash": "4023248", + * "agentVersion": "1.0.0", + * "dockerVersion": "DockerVersion: 1.5.0" + * } + * } + * } + * *\/ + * // example id: to-update-the-container-agent-version-on-a-container-instance-1734628653210 + * ``` + * */ export class UpdateContainerAgentCommand extends $Command .classBuilder< diff --git a/clients/client-ecs/src/commands/UpdateContainerInstancesStateCommand.ts b/clients/client-ecs/src/commands/UpdateContainerInstancesStateCommand.ts index 9b7e41f46746..d4fdcb407602 100644 --- a/clients/client-ecs/src/commands/UpdateContainerInstancesStateCommand.ts +++ b/clients/client-ecs/src/commands/UpdateContainerInstancesStateCommand.ts @@ -226,6 +226,178 @@ export interface UpdateContainerInstancesStateCommandOutput *

Base exception class for all service exceptions from ECS service.

* * @public + * @example To update the state of a container instance + * ```javascript + * // This example updates the state of the specified container instance in the default cluster to DRAINING. + * const input = { + * "cluster": "default", + * "containerInstances": [ + * "1c3be8ed-df30-47b4-8f1e-6e68ebd01f34" + * ], + * "status": "DRAINING" + * }; + * const command = new UpdateContainerInstancesStateCommand(input); + * const response = await client.send(command); + * /* response == + * { + * "containerInstances": [ + * { + * "version": 30, + * "agentConnected": true, + * "attributes": [ + * { + * "name": "ecs.availability-zone", + * "value": "us-west-2b" + * }, + * { + * "name": "com.amazonaws.ecs.capability.logging-driver.syslog" + * }, + * { + * "name": "ecs.instance-type", + * "value": "c4.xlarge" + * }, + * { + * "name": "ecs.ami-id", + * "value": "ami-a2ca61c2" + * }, + * { + * "name": "com.amazonaws.ecs.capability.task-iam-role-network-host" + * }, + * { + * "name": "com.amazonaws.ecs.capability.logging-driver.awslogs" + * }, + * { + * "name": "com.amazonaws.ecs.capability.logging-driver.json-file" + * }, + * { + * "name": "com.amazonaws.ecs.capability.docker-remote-api.1.17" + * }, + * { + * "name": "com.amazonaws.ecs.capability.privileged-container" + * }, + * { + * "name": "com.amazonaws.ecs.capability.docker-remote-api.1.18" + * }, + * { + * "name": "com.amazonaws.ecs.capability.docker-remote-api.1.19" + * }, + * { + * "name": "com.amazonaws.ecs.capability.ecr-auth" + * }, + * { + * "name": "ecs.os-type", + * "value": "linux" + * }, + * { + * "name": "com.amazonaws.ecs.capability.docker-remote-api.1.20" + * }, + * { + * "name": "com.amazonaws.ecs.capability.docker-remote-api.1.21" + * }, + * { + * "name": "com.amazonaws.ecs.capability.docker-remote-api.1.22" + * }, + * { + * "name": "com.amazonaws.ecs.capability.task-iam-role" + * }, + * { + * "name": "com.amazonaws.ecs.capability.docker-remote-api.1.23" + * } + * ], + * "containerInstanceArn": "arn:aws:ecs:us-west-2:012345678910:container-instance/default/1c3be8ed-df30-47b4-8f1e-6e68ebd01f34", + * "ec2InstanceId": "i-05d99c76955727ec6", + * "pendingTasksCount": 0, + * "registeredResources": [ + * { + * "name": "CPU", + * "type": "INTEGER", + * "doubleValue": 0, + * "integerValue": 4096, + * "longValue": 0 + * }, + * { + * "name": "MEMORY", + * "type": "INTEGER", + * "doubleValue": 0, + * "integerValue": 7482, + * "longValue": 0 + * }, + * { + * "name": "PORTS", + * "type": "STRINGSET", + * "doubleValue": 0, + * "integerValue": 0, + * "longValue": 0, + * "stringSetValue": [ + * "22", + * "2376", + * "2375", + * "51678", + * "51679" + * ] + * }, + * { + * "name": "PORTS_UDP", + * "type": "STRINGSET", + * "doubleValue": 0, + * "integerValue": 0, + * "longValue": 0, + * "stringSetValue": [] + * } + * ], + * "remainingResources": [ + * { + * "name": "CPU", + * "type": "INTEGER", + * "doubleValue": 0, + * "integerValue": 4096, + * "longValue": 0 + * }, + * { + * "name": "MEMORY", + * "type": "INTEGER", + * "doubleValue": 0, + * "integerValue": 7482, + * "longValue": 0 + * }, + * { + * "name": "PORTS", + * "type": "STRINGSET", + * "doubleValue": 0, + * "integerValue": 0, + * "longValue": 0, + * "stringSetValue": [ + * "22", + * "2376", + * "2375", + * "51678", + * "51679" + * ] + * }, + * { + * "name": "PORTS_UDP", + * "type": "STRINGSET", + * "doubleValue": 0, + * "integerValue": 0, + * "longValue": 0, + * "stringSetValue": [] + * } + * ], + * "runningTasksCount": 0, + * "status": "DRAINING", + * "versionInfo": { + * "agentHash": "efe53c6", + * "agentVersion": "1.13.1", + * "dockerVersion": "DockerVersion: 1.11.2" + * } + * } + * ], + * "failures": [] + * } + * *\/ + * // example id: to-update-the-state-of-a-container-instance-1734630991280 + * ``` + * */ export class UpdateContainerInstancesStateCommand extends $Command .classBuilder< diff --git a/clients/client-ecs/src/commands/UpdateServicePrimaryTaskSetCommand.ts b/clients/client-ecs/src/commands/UpdateServicePrimaryTaskSetCommand.ts index 27b9b810c3a3..4b487a58dd79 100644 --- a/clients/client-ecs/src/commands/UpdateServicePrimaryTaskSetCommand.ts +++ b/clients/client-ecs/src/commands/UpdateServicePrimaryTaskSetCommand.ts @@ -173,6 +173,54 @@ export interface UpdateServicePrimaryTaskSetCommandOutput *

Base exception class for all service exceptions from ECS service.

* * @public + * @example To update the primary task set for a service + * ```javascript + * // This example updates the primary task set for a service MyService that uses the EXTERNAL deployment controller type. + * const input = { + * "cluster": "MyCluster", + * "primaryTaskSet": "arn:aws:ecs:us-west-2:123456789012:task-set/MyCluster/MyService/ecs-svc/1234567890123456789", + * "service": "MyService" + * }; + * const command = new UpdateServicePrimaryTaskSetCommand(input); + * const response = await client.send(command); + * /* response == + * { + * "taskSet": { + * "computedDesiredCount": 1, + * "createdAt": 1557128360.711, + * "id": "ecs-svc/1234567890123456789", + * "launchType": "EC2", + * "loadBalancers": [], + * "networkConfiguration": { + * "awsvpcConfiguration": { + * "assignPublicIp": "DISABLED", + * "securityGroups": [ + * "sg-12344312" + * ], + * "subnets": [ + * "subnet-12344321" + * ] + * } + * }, + * "pendingCount": 0, + * "runningCount": 0, + * "scale": { + * "value": 50, + * "unit": "PERCENT" + * }, + * "serviceRegistries": [], + * "stabilityStatus": "STABILIZING", + * "stabilityStatusAt": 1557129279.914, + * "status": "PRIMARY", + * "taskDefinition": "arn:aws:ecs:us-west-2:123456789012:task-definition/sample-fargate:2", + * "taskSetArn": "arn:aws:ecs:us-west-2:123456789012:task-set/MyCluster/MyService/ecs-svc/1234567890123456789", + * "updatedAt": 1557129412.653 + * } + * } + * *\/ + * // example id: to-update-the-primary-task-set-for-a-service-1734637150370 + * ``` + * */ export class UpdateServicePrimaryTaskSetCommand extends $Command .classBuilder< diff --git a/clients/client-ecs/src/commands/UpdateTaskSetCommand.ts b/clients/client-ecs/src/commands/UpdateTaskSetCommand.ts index b18976d85752..cb4575ae937d 100644 --- a/clients/client-ecs/src/commands/UpdateTaskSetCommand.ts +++ b/clients/client-ecs/src/commands/UpdateTaskSetCommand.ts @@ -173,6 +173,58 @@ export interface UpdateTaskSetCommandOutput extends UpdateTaskSetResponse, __Met *

Base exception class for all service exceptions from ECS service.

* * @public + * @example To update a task set + * ```javascript + * // This example updates the task set to adjust the scale. + * const input = { + * "cluster": "MyCluster", + * "scale": { + * "value": 50, + * "unit": "PERCENT" + * }, + * "service": "MyService", + * "taskSet": "arn:aws:ecs:us-west-2:123456789012:task-set/MyCluster/MyService/ecs-svc/1234567890123456789" + * }; + * const command = new UpdateTaskSetCommand(input); + * const response = await client.send(command); + * /* response == + * { + * "taskSet": { + * "computedDesiredCount": 0, + * "createdAt": 1557128360.711, + * "id": "ecs-svc/1234567890123456789", + * "launchType": "EC2", + * "loadBalancers": [], + * "networkConfiguration": { + * "awsvpcConfiguration": { + * "assignPublicIp": "DISABLED", + * "securityGroups": [ + * "sg-12344321" + * ], + * "subnets": [ + * "subnet-12344321" + * ] + * } + * }, + * "pendingCount": 0, + * "runningCount": 0, + * "scale": { + * "value": 50, + * "unit": "PERCENT" + * }, + * "serviceRegistries": [], + * "stabilityStatus": "STABILIZING", + * "stabilityStatusAt": 1557129279.914, + * "status": "ACTIVE", + * "taskDefinition": "arn:aws:ecs:us-west-2:123456789012:task-definition/sample-fargate:2", + * "taskSetArn": "arn:aws:ecs:us-west-2:123456789012:task-set/MyCluster/MyService/ecs-svc/1234567890123456789", + * "updatedAt": 1557129279.914 + * } + * } + * *\/ + * // example id: to-update-a-task-set-1734638754368 + * ``` + * */ export class UpdateTaskSetCommand extends $Command .classBuilder< diff --git a/clients/client-ecs/tsconfig.es.json b/clients/client-ecs/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-ecs/tsconfig.es.json +++ b/clients/client-ecs/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-ecs/tsconfig.json b/clients/client-ecs/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-ecs/tsconfig.json +++ b/clients/client-ecs/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-efs/package.json b/clients/client-efs/package.json index da68c6fb9265..ce9229027fa7 100644 --- a/clients/client-efs/package.json +++ b/clients/client-efs/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-efs/tsconfig.es.json b/clients/client-efs/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-efs/tsconfig.es.json +++ b/clients/client-efs/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-efs/tsconfig.json b/clients/client-efs/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-efs/tsconfig.json +++ b/clients/client-efs/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-eks-auth/package.json b/clients/client-eks-auth/package.json index 2effd2adf8c7..dba1781ccb7d 100644 --- a/clients/client-eks-auth/package.json +++ b/clients/client-eks-auth/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-eks-auth/tsconfig.es.json b/clients/client-eks-auth/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-eks-auth/tsconfig.es.json +++ b/clients/client-eks-auth/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-eks-auth/tsconfig.json b/clients/client-eks-auth/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-eks-auth/tsconfig.json +++ b/clients/client-eks-auth/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-eks/package.json b/clients/client-eks/package.json index 7da8bec772fb..960a66227c2c 100644 --- a/clients/client-eks/package.json +++ b/clients/client-eks/package.json @@ -33,46 +33,46 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-eks/tsconfig.es.json b/clients/client-eks/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-eks/tsconfig.es.json +++ b/clients/client-eks/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-eks/tsconfig.json b/clients/client-eks/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-eks/tsconfig.json +++ b/clients/client-eks/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-elastic-beanstalk/package.json b/clients/client-elastic-beanstalk/package.json index 147f5851d206..58a09a93fd54 100644 --- a/clients/client-elastic-beanstalk/package.json +++ b/clients/client-elastic-beanstalk/package.json @@ -33,44 +33,44 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-elastic-beanstalk/tsconfig.es.json b/clients/client-elastic-beanstalk/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-elastic-beanstalk/tsconfig.es.json +++ b/clients/client-elastic-beanstalk/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-elastic-beanstalk/tsconfig.json b/clients/client-elastic-beanstalk/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-elastic-beanstalk/tsconfig.json +++ b/clients/client-elastic-beanstalk/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-elastic-inference/package.json b/clients/client-elastic-inference/package.json index 43ca238bfa88..f1ce67989c90 100644 --- a/clients/client-elastic-inference/package.json +++ b/clients/client-elastic-inference/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-elastic-inference/tsconfig.es.json b/clients/client-elastic-inference/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-elastic-inference/tsconfig.es.json +++ b/clients/client-elastic-inference/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-elastic-inference/tsconfig.json b/clients/client-elastic-inference/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-elastic-inference/tsconfig.json +++ b/clients/client-elastic-inference/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-elastic-load-balancing-v2/package.json b/clients/client-elastic-load-balancing-v2/package.json index 30055766f3aa..78ca5f70b798 100644 --- a/clients/client-elastic-load-balancing-v2/package.json +++ b/clients/client-elastic-load-balancing-v2/package.json @@ -33,44 +33,44 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-elastic-load-balancing-v2/tsconfig.es.json b/clients/client-elastic-load-balancing-v2/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-elastic-load-balancing-v2/tsconfig.es.json +++ b/clients/client-elastic-load-balancing-v2/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-elastic-load-balancing-v2/tsconfig.json b/clients/client-elastic-load-balancing-v2/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-elastic-load-balancing-v2/tsconfig.json +++ b/clients/client-elastic-load-balancing-v2/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-elastic-load-balancing/package.json b/clients/client-elastic-load-balancing/package.json index 6e9d99e4cd59..e33753298c04 100644 --- a/clients/client-elastic-load-balancing/package.json +++ b/clients/client-elastic-load-balancing/package.json @@ -33,44 +33,44 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-elastic-load-balancing/tsconfig.es.json b/clients/client-elastic-load-balancing/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-elastic-load-balancing/tsconfig.es.json +++ b/clients/client-elastic-load-balancing/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-elastic-load-balancing/tsconfig.json b/clients/client-elastic-load-balancing/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-elastic-load-balancing/tsconfig.json +++ b/clients/client-elastic-load-balancing/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-elastic-transcoder/package.json b/clients/client-elastic-transcoder/package.json index b8d19fcb84c6..53814f536dcb 100644 --- a/clients/client-elastic-transcoder/package.json +++ b/clients/client-elastic-transcoder/package.json @@ -33,44 +33,44 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-elastic-transcoder/tsconfig.es.json b/clients/client-elastic-transcoder/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-elastic-transcoder/tsconfig.es.json +++ b/clients/client-elastic-transcoder/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-elastic-transcoder/tsconfig.json b/clients/client-elastic-transcoder/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-elastic-transcoder/tsconfig.json +++ b/clients/client-elastic-transcoder/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-elasticache/package.json b/clients/client-elasticache/package.json index 02d5268f58ca..eb0879a351d5 100644 --- a/clients/client-elasticache/package.json +++ b/clients/client-elasticache/package.json @@ -33,44 +33,44 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-elasticache/tsconfig.es.json b/clients/client-elasticache/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-elasticache/tsconfig.es.json +++ b/clients/client-elasticache/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-elasticache/tsconfig.json b/clients/client-elasticache/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-elasticache/tsconfig.json +++ b/clients/client-elasticache/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-elasticsearch-service/package.json b/clients/client-elasticsearch-service/package.json index f2fb53673aab..931008e267f8 100644 --- a/clients/client-elasticsearch-service/package.json +++ b/clients/client-elasticsearch-service/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-elasticsearch-service/tsconfig.es.json b/clients/client-elasticsearch-service/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-elasticsearch-service/tsconfig.es.json +++ b/clients/client-elasticsearch-service/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-elasticsearch-service/tsconfig.json b/clients/client-elasticsearch-service/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-elasticsearch-service/tsconfig.json +++ b/clients/client-elasticsearch-service/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-emr-containers/package.json b/clients/client-emr-containers/package.json index 39464fc1cac6..6a35c4ad40ab 100644 --- a/clients/client-emr-containers/package.json +++ b/clients/client-emr-containers/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-emr-containers/tsconfig.es.json b/clients/client-emr-containers/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-emr-containers/tsconfig.es.json +++ b/clients/client-emr-containers/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-emr-containers/tsconfig.json b/clients/client-emr-containers/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-emr-containers/tsconfig.json +++ b/clients/client-emr-containers/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-emr-serverless/package.json b/clients/client-emr-serverless/package.json index e82b83d73158..a62d8afec99e 100644 --- a/clients/client-emr-serverless/package.json +++ b/clients/client-emr-serverless/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-emr-serverless/tsconfig.es.json b/clients/client-emr-serverless/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-emr-serverless/tsconfig.es.json +++ b/clients/client-emr-serverless/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-emr-serverless/tsconfig.json b/clients/client-emr-serverless/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-emr-serverless/tsconfig.json +++ b/clients/client-emr-serverless/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-emr/package.json b/clients/client-emr/package.json index 2c09c60c6bda..77e50ddca21d 100644 --- a/clients/client-emr/package.json +++ b/clients/client-emr/package.json @@ -33,44 +33,44 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-emr/tsconfig.es.json b/clients/client-emr/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-emr/tsconfig.es.json +++ b/clients/client-emr/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-emr/tsconfig.json b/clients/client-emr/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-emr/tsconfig.json +++ b/clients/client-emr/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-entityresolution/package.json b/clients/client-entityresolution/package.json index 142d139c330c..c2df6b24b6bd 100644 --- a/clients/client-entityresolution/package.json +++ b/clients/client-entityresolution/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-entityresolution/tsconfig.es.json b/clients/client-entityresolution/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-entityresolution/tsconfig.es.json +++ b/clients/client-entityresolution/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-entityresolution/tsconfig.json b/clients/client-entityresolution/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-entityresolution/tsconfig.json +++ b/clients/client-entityresolution/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-eventbridge/package.json b/clients/client-eventbridge/package.json index a02e80dd9289..11fafdd7a12b 100644 --- a/clients/client-eventbridge/package.json +++ b/clients/client-eventbridge/package.json @@ -36,44 +36,44 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { "@aws-sdk/signature-v4-crt": "*", - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-eventbridge/tsconfig.es.json b/clients/client-eventbridge/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-eventbridge/tsconfig.es.json +++ b/clients/client-eventbridge/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-eventbridge/tsconfig.json b/clients/client-eventbridge/tsconfig.json index bae83b8420ee..c1c62444548f 100644 --- a/clients/client-eventbridge/tsconfig.json +++ b/clients/client-eventbridge/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-evidently/package.json b/clients/client-evidently/package.json index e56c1b2de9f6..8a841e6651dc 100644 --- a/clients/client-evidently/package.json +++ b/clients/client-evidently/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-evidently/tsconfig.es.json b/clients/client-evidently/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-evidently/tsconfig.es.json +++ b/clients/client-evidently/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-evidently/tsconfig.json b/clients/client-evidently/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-evidently/tsconfig.json +++ b/clients/client-evidently/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-finspace-data/package.json b/clients/client-finspace-data/package.json index de0e9bda9cb0..e74e35799b1d 100644 --- a/clients/client-finspace-data/package.json +++ b/clients/client-finspace-data/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-finspace-data/tsconfig.es.json b/clients/client-finspace-data/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-finspace-data/tsconfig.es.json +++ b/clients/client-finspace-data/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-finspace-data/tsconfig.json b/clients/client-finspace-data/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-finspace-data/tsconfig.json +++ b/clients/client-finspace-data/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-finspace/package.json b/clients/client-finspace/package.json index 0025662e7604..6aa9fc45e146 100644 --- a/clients/client-finspace/package.json +++ b/clients/client-finspace/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-finspace/tsconfig.es.json b/clients/client-finspace/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-finspace/tsconfig.es.json +++ b/clients/client-finspace/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-finspace/tsconfig.json b/clients/client-finspace/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-finspace/tsconfig.json +++ b/clients/client-finspace/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-firehose/package.json b/clients/client-firehose/package.json index bd46ffab4fb7..2fbaefa0d24d 100644 --- a/clients/client-firehose/package.json +++ b/clients/client-firehose/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-firehose/tsconfig.es.json b/clients/client-firehose/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-firehose/tsconfig.es.json +++ b/clients/client-firehose/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-firehose/tsconfig.json b/clients/client-firehose/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-firehose/tsconfig.json +++ b/clients/client-firehose/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-fis/package.json b/clients/client-fis/package.json index e8d4fb6de611..b59b1eaf3919 100644 --- a/clients/client-fis/package.json +++ b/clients/client-fis/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-fis/tsconfig.es.json b/clients/client-fis/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-fis/tsconfig.es.json +++ b/clients/client-fis/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-fis/tsconfig.json b/clients/client-fis/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-fis/tsconfig.json +++ b/clients/client-fis/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-fms/package.json b/clients/client-fms/package.json index 89c44cc870f4..019f163495bd 100644 --- a/clients/client-fms/package.json +++ b/clients/client-fms/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-fms/tsconfig.es.json b/clients/client-fms/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-fms/tsconfig.es.json +++ b/clients/client-fms/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-fms/tsconfig.json b/clients/client-fms/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-fms/tsconfig.json +++ b/clients/client-fms/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-forecast/package.json b/clients/client-forecast/package.json index 54cb08ac1331..5bb5de87d94a 100644 --- a/clients/client-forecast/package.json +++ b/clients/client-forecast/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-forecast/tsconfig.es.json b/clients/client-forecast/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-forecast/tsconfig.es.json +++ b/clients/client-forecast/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-forecast/tsconfig.json b/clients/client-forecast/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-forecast/tsconfig.json +++ b/clients/client-forecast/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-forecastquery/package.json b/clients/client-forecastquery/package.json index 6f6399cda08b..81bc4a673515 100644 --- a/clients/client-forecastquery/package.json +++ b/clients/client-forecastquery/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-forecastquery/tsconfig.es.json b/clients/client-forecastquery/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-forecastquery/tsconfig.es.json +++ b/clients/client-forecastquery/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-forecastquery/tsconfig.json b/clients/client-forecastquery/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-forecastquery/tsconfig.json +++ b/clients/client-forecastquery/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-frauddetector/package.json b/clients/client-frauddetector/package.json index 0c2b7daf1d86..34aec50bad56 100644 --- a/clients/client-frauddetector/package.json +++ b/clients/client-frauddetector/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-frauddetector/tsconfig.es.json b/clients/client-frauddetector/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-frauddetector/tsconfig.es.json +++ b/clients/client-frauddetector/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-frauddetector/tsconfig.json b/clients/client-frauddetector/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-frauddetector/tsconfig.json +++ b/clients/client-frauddetector/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-freetier/package.json b/clients/client-freetier/package.json index b56836c95881..f93e294028cf 100644 --- a/clients/client-freetier/package.json +++ b/clients/client-freetier/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-freetier/tsconfig.es.json b/clients/client-freetier/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-freetier/tsconfig.es.json +++ b/clients/client-freetier/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-freetier/tsconfig.json b/clients/client-freetier/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-freetier/tsconfig.json +++ b/clients/client-freetier/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-fsx/package.json b/clients/client-fsx/package.json index b1d45de5fc01..51ac6e7039a1 100644 --- a/clients/client-fsx/package.json +++ b/clients/client-fsx/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-fsx/tsconfig.es.json b/clients/client-fsx/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-fsx/tsconfig.es.json +++ b/clients/client-fsx/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-fsx/tsconfig.json b/clients/client-fsx/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-fsx/tsconfig.json +++ b/clients/client-fsx/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-gamelift/package.json b/clients/client-gamelift/package.json index b4c9760c5fc6..5a6f607379f7 100644 --- a/clients/client-gamelift/package.json +++ b/clients/client-gamelift/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-gamelift/tsconfig.es.json b/clients/client-gamelift/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-gamelift/tsconfig.es.json +++ b/clients/client-gamelift/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-gamelift/tsconfig.json b/clients/client-gamelift/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-gamelift/tsconfig.json +++ b/clients/client-gamelift/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-geo-maps/package.json b/clients/client-geo-maps/package.json index 07e079df1ed3..14ae17b36146 100644 --- a/clients/client-geo-maps/package.json +++ b/clients/client-geo-maps/package.json @@ -33,44 +33,44 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-stream": "^3.3.2", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-stream": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-geo-maps/tsconfig.es.json b/clients/client-geo-maps/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-geo-maps/tsconfig.es.json +++ b/clients/client-geo-maps/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-geo-maps/tsconfig.json b/clients/client-geo-maps/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-geo-maps/tsconfig.json +++ b/clients/client-geo-maps/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-geo-places/package.json b/clients/client-geo-places/package.json index 0c6d1601452c..66b5e0ea7de2 100644 --- a/clients/client-geo-places/package.json +++ b/clients/client-geo-places/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-geo-places/tsconfig.es.json b/clients/client-geo-places/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-geo-places/tsconfig.es.json +++ b/clients/client-geo-places/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-geo-places/tsconfig.json b/clients/client-geo-places/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-geo-places/tsconfig.json +++ b/clients/client-geo-places/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-geo-routes/package.json b/clients/client-geo-routes/package.json index a8f5978261b0..176bf49bbbb0 100644 --- a/clients/client-geo-routes/package.json +++ b/clients/client-geo-routes/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-geo-routes/tsconfig.es.json b/clients/client-geo-routes/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-geo-routes/tsconfig.es.json +++ b/clients/client-geo-routes/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-geo-routes/tsconfig.json b/clients/client-geo-routes/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-geo-routes/tsconfig.json +++ b/clients/client-geo-routes/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-glacier/package.json b/clients/client-glacier/package.json index 14cb01d71056..3349605774e2 100644 --- a/clients/client-glacier/package.json +++ b/clients/client-glacier/package.json @@ -36,45 +36,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-stream": "^3.3.2", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-stream": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-glacier/tsconfig.es.json b/clients/client-glacier/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-glacier/tsconfig.es.json +++ b/clients/client-glacier/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-glacier/tsconfig.json b/clients/client-glacier/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-glacier/tsconfig.json +++ b/clients/client-glacier/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-global-accelerator/package.json b/clients/client-global-accelerator/package.json index 3678074251af..c10e3eaf253c 100644 --- a/clients/client-global-accelerator/package.json +++ b/clients/client-global-accelerator/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-global-accelerator/tsconfig.es.json b/clients/client-global-accelerator/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-global-accelerator/tsconfig.es.json +++ b/clients/client-global-accelerator/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-global-accelerator/tsconfig.json b/clients/client-global-accelerator/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-global-accelerator/tsconfig.json +++ b/clients/client-global-accelerator/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-glue/package.json b/clients/client-glue/package.json index 8e92afb93732..d469604fff9a 100644 --- a/clients/client-glue/package.json +++ b/clients/client-glue/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-glue/tsconfig.es.json b/clients/client-glue/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-glue/tsconfig.es.json +++ b/clients/client-glue/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-glue/tsconfig.json b/clients/client-glue/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-glue/tsconfig.json +++ b/clients/client-glue/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-grafana/package.json b/clients/client-grafana/package.json index 6ab6cc01033c..114754eb8432 100644 --- a/clients/client-grafana/package.json +++ b/clients/client-grafana/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-grafana/tsconfig.es.json b/clients/client-grafana/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-grafana/tsconfig.es.json +++ b/clients/client-grafana/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-grafana/tsconfig.json b/clients/client-grafana/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-grafana/tsconfig.json +++ b/clients/client-grafana/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-greengrass/package.json b/clients/client-greengrass/package.json index b6c903ef5f47..a00accebeb51 100644 --- a/clients/client-greengrass/package.json +++ b/clients/client-greengrass/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-greengrass/tsconfig.es.json b/clients/client-greengrass/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-greengrass/tsconfig.es.json +++ b/clients/client-greengrass/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-greengrass/tsconfig.json b/clients/client-greengrass/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-greengrass/tsconfig.json +++ b/clients/client-greengrass/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-greengrassv2/package.json b/clients/client-greengrassv2/package.json index 7334665fdbd5..44afde72803e 100644 --- a/clients/client-greengrassv2/package.json +++ b/clients/client-greengrassv2/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-greengrassv2/tsconfig.es.json b/clients/client-greengrassv2/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-greengrassv2/tsconfig.es.json +++ b/clients/client-greengrassv2/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-greengrassv2/tsconfig.json b/clients/client-greengrassv2/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-greengrassv2/tsconfig.json +++ b/clients/client-greengrassv2/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-groundstation/package.json b/clients/client-groundstation/package.json index 39e015482658..89696877278c 100644 --- a/clients/client-groundstation/package.json +++ b/clients/client-groundstation/package.json @@ -33,44 +33,44 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-groundstation/tsconfig.es.json b/clients/client-groundstation/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-groundstation/tsconfig.es.json +++ b/clients/client-groundstation/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-groundstation/tsconfig.json b/clients/client-groundstation/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-groundstation/tsconfig.json +++ b/clients/client-groundstation/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-guardduty/package.json b/clients/client-guardduty/package.json index 6d863aaf0a85..d7f99cb453ef 100644 --- a/clients/client-guardduty/package.json +++ b/clients/client-guardduty/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-guardduty/tsconfig.es.json b/clients/client-guardduty/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-guardduty/tsconfig.es.json +++ b/clients/client-guardduty/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-guardduty/tsconfig.json b/clients/client-guardduty/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-guardduty/tsconfig.json +++ b/clients/client-guardduty/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-health/package.json b/clients/client-health/package.json index f1bfdb0ae5d2..b2e8f1dab536 100644 --- a/clients/client-health/package.json +++ b/clients/client-health/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-health/tsconfig.es.json b/clients/client-health/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-health/tsconfig.es.json +++ b/clients/client-health/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-health/tsconfig.json b/clients/client-health/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-health/tsconfig.json +++ b/clients/client-health/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-healthlake/package.json b/clients/client-healthlake/package.json index dbbdf3956c1e..79cc3552a4cc 100644 --- a/clients/client-healthlake/package.json +++ b/clients/client-healthlake/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-healthlake/tsconfig.es.json b/clients/client-healthlake/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-healthlake/tsconfig.es.json +++ b/clients/client-healthlake/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-healthlake/tsconfig.json b/clients/client-healthlake/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-healthlake/tsconfig.json +++ b/clients/client-healthlake/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-iam/package.json b/clients/client-iam/package.json index bb1b93d7aaf8..72bbf04b21dd 100644 --- a/clients/client-iam/package.json +++ b/clients/client-iam/package.json @@ -33,44 +33,44 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-iam/tsconfig.es.json b/clients/client-iam/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-iam/tsconfig.es.json +++ b/clients/client-iam/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-iam/tsconfig.json b/clients/client-iam/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-iam/tsconfig.json +++ b/clients/client-iam/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-identitystore/package.json b/clients/client-identitystore/package.json index 3d8ae14b6291..576283d4f26a 100644 --- a/clients/client-identitystore/package.json +++ b/clients/client-identitystore/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-identitystore/tsconfig.es.json b/clients/client-identitystore/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-identitystore/tsconfig.es.json +++ b/clients/client-identitystore/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-identitystore/tsconfig.json b/clients/client-identitystore/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-identitystore/tsconfig.json +++ b/clients/client-identitystore/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-imagebuilder/package.json b/clients/client-imagebuilder/package.json index 107233016bd9..214a66f71323 100644 --- a/clients/client-imagebuilder/package.json +++ b/clients/client-imagebuilder/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-imagebuilder/tsconfig.es.json b/clients/client-imagebuilder/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-imagebuilder/tsconfig.es.json +++ b/clients/client-imagebuilder/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-imagebuilder/tsconfig.json b/clients/client-imagebuilder/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-imagebuilder/tsconfig.json +++ b/clients/client-imagebuilder/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-inspector-scan/package.json b/clients/client-inspector-scan/package.json index 15eee9340879..a88f7bfa3d93 100644 --- a/clients/client-inspector-scan/package.json +++ b/clients/client-inspector-scan/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-inspector-scan/tsconfig.es.json b/clients/client-inspector-scan/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-inspector-scan/tsconfig.es.json +++ b/clients/client-inspector-scan/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-inspector-scan/tsconfig.json b/clients/client-inspector-scan/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-inspector-scan/tsconfig.json +++ b/clients/client-inspector-scan/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-inspector/package.json b/clients/client-inspector/package.json index 47f1ba777cd3..2b69ce33972b 100644 --- a/clients/client-inspector/package.json +++ b/clients/client-inspector/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-inspector/tsconfig.es.json b/clients/client-inspector/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-inspector/tsconfig.es.json +++ b/clients/client-inspector/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-inspector/tsconfig.json b/clients/client-inspector/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-inspector/tsconfig.json +++ b/clients/client-inspector/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-inspector2/package.json b/clients/client-inspector2/package.json index 8bd9cbc5c9a7..65b043ce9ea9 100644 --- a/clients/client-inspector2/package.json +++ b/clients/client-inspector2/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-inspector2/tsconfig.es.json b/clients/client-inspector2/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-inspector2/tsconfig.es.json +++ b/clients/client-inspector2/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-inspector2/tsconfig.json b/clients/client-inspector2/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-inspector2/tsconfig.json +++ b/clients/client-inspector2/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-internetmonitor/package.json b/clients/client-internetmonitor/package.json index 6d5930cf9d42..e4ce58c3fb03 100644 --- a/clients/client-internetmonitor/package.json +++ b/clients/client-internetmonitor/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-internetmonitor/tsconfig.es.json b/clients/client-internetmonitor/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-internetmonitor/tsconfig.es.json +++ b/clients/client-internetmonitor/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-internetmonitor/tsconfig.json b/clients/client-internetmonitor/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-internetmonitor/tsconfig.json +++ b/clients/client-internetmonitor/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-invoicing/package.json b/clients/client-invoicing/package.json index 05217f9eb6da..f4d51a94acb2 100644 --- a/clients/client-invoicing/package.json +++ b/clients/client-invoicing/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-invoicing/tsconfig.es.json b/clients/client-invoicing/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-invoicing/tsconfig.es.json +++ b/clients/client-invoicing/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-invoicing/tsconfig.json b/clients/client-invoicing/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-invoicing/tsconfig.json +++ b/clients/client-invoicing/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-iot-1click-devices-service/package.json b/clients/client-iot-1click-devices-service/package.json index e335bb71153e..6712326ea48e 100644 --- a/clients/client-iot-1click-devices-service/package.json +++ b/clients/client-iot-1click-devices-service/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-iot-1click-devices-service/tsconfig.es.json b/clients/client-iot-1click-devices-service/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-iot-1click-devices-service/tsconfig.es.json +++ b/clients/client-iot-1click-devices-service/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-iot-1click-devices-service/tsconfig.json b/clients/client-iot-1click-devices-service/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-iot-1click-devices-service/tsconfig.json +++ b/clients/client-iot-1click-devices-service/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-iot-1click-projects/package.json b/clients/client-iot-1click-projects/package.json index b542db9c5221..96df5c264b69 100644 --- a/clients/client-iot-1click-projects/package.json +++ b/clients/client-iot-1click-projects/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-iot-1click-projects/tsconfig.es.json b/clients/client-iot-1click-projects/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-iot-1click-projects/tsconfig.es.json +++ b/clients/client-iot-1click-projects/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-iot-1click-projects/tsconfig.json b/clients/client-iot-1click-projects/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-iot-1click-projects/tsconfig.json +++ b/clients/client-iot-1click-projects/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-iot-data-plane/package.json b/clients/client-iot-data-plane/package.json index 329e99ae5b57..574c5db6172a 100644 --- a/clients/client-iot-data-plane/package.json +++ b/clients/client-iot-data-plane/package.json @@ -33,44 +33,44 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-stream": "^3.3.2", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-stream": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-iot-data-plane/tsconfig.es.json b/clients/client-iot-data-plane/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-iot-data-plane/tsconfig.es.json +++ b/clients/client-iot-data-plane/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-iot-data-plane/tsconfig.json b/clients/client-iot-data-plane/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-iot-data-plane/tsconfig.json +++ b/clients/client-iot-data-plane/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-iot-events-data/package.json b/clients/client-iot-events-data/package.json index 77298e6fdb13..80ab4cd9d754 100644 --- a/clients/client-iot-events-data/package.json +++ b/clients/client-iot-events-data/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-iot-events-data/tsconfig.es.json b/clients/client-iot-events-data/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-iot-events-data/tsconfig.es.json +++ b/clients/client-iot-events-data/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-iot-events-data/tsconfig.json b/clients/client-iot-events-data/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-iot-events-data/tsconfig.json +++ b/clients/client-iot-events-data/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-iot-events/package.json b/clients/client-iot-events/package.json index a505f1aa9020..7fe71dc73118 100644 --- a/clients/client-iot-events/package.json +++ b/clients/client-iot-events/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-iot-events/tsconfig.es.json b/clients/client-iot-events/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-iot-events/tsconfig.es.json +++ b/clients/client-iot-events/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-iot-events/tsconfig.json b/clients/client-iot-events/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-iot-events/tsconfig.json +++ b/clients/client-iot-events/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-iot-jobs-data-plane/package.json b/clients/client-iot-jobs-data-plane/package.json index e43b88299b63..589ed8e212c8 100644 --- a/clients/client-iot-jobs-data-plane/package.json +++ b/clients/client-iot-jobs-data-plane/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-iot-jobs-data-plane/tsconfig.es.json b/clients/client-iot-jobs-data-plane/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-iot-jobs-data-plane/tsconfig.es.json +++ b/clients/client-iot-jobs-data-plane/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-iot-jobs-data-plane/tsconfig.json b/clients/client-iot-jobs-data-plane/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-iot-jobs-data-plane/tsconfig.json +++ b/clients/client-iot-jobs-data-plane/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-iot-wireless/package.json b/clients/client-iot-wireless/package.json index 3cb245d447f4..44f720fd8890 100644 --- a/clients/client-iot-wireless/package.json +++ b/clients/client-iot-wireless/package.json @@ -33,46 +33,46 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-stream": "^3.3.2", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-stream": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-iot-wireless/tsconfig.es.json b/clients/client-iot-wireless/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-iot-wireless/tsconfig.es.json +++ b/clients/client-iot-wireless/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-iot-wireless/tsconfig.json b/clients/client-iot-wireless/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-iot-wireless/tsconfig.json +++ b/clients/client-iot-wireless/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-iot/package.json b/clients/client-iot/package.json index 84267ff5b57f..4197cb46563e 100644 --- a/clients/client-iot/package.json +++ b/clients/client-iot/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-iot/tsconfig.es.json b/clients/client-iot/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-iot/tsconfig.es.json +++ b/clients/client-iot/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-iot/tsconfig.json b/clients/client-iot/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-iot/tsconfig.json +++ b/clients/client-iot/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-iotanalytics/package.json b/clients/client-iotanalytics/package.json index 0f78911e0dad..65eddb13ebfa 100644 --- a/clients/client-iotanalytics/package.json +++ b/clients/client-iotanalytics/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-iotanalytics/tsconfig.es.json b/clients/client-iotanalytics/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-iotanalytics/tsconfig.es.json +++ b/clients/client-iotanalytics/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-iotanalytics/tsconfig.json b/clients/client-iotanalytics/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-iotanalytics/tsconfig.json +++ b/clients/client-iotanalytics/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-iotdeviceadvisor/package.json b/clients/client-iotdeviceadvisor/package.json index c56e72019e6f..8d72aab58feb 100644 --- a/clients/client-iotdeviceadvisor/package.json +++ b/clients/client-iotdeviceadvisor/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-iotdeviceadvisor/tsconfig.es.json b/clients/client-iotdeviceadvisor/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-iotdeviceadvisor/tsconfig.es.json +++ b/clients/client-iotdeviceadvisor/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-iotdeviceadvisor/tsconfig.json b/clients/client-iotdeviceadvisor/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-iotdeviceadvisor/tsconfig.json +++ b/clients/client-iotdeviceadvisor/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-iotfleethub/package.json b/clients/client-iotfleethub/package.json index f233c5022320..7f59f532aea6 100644 --- a/clients/client-iotfleethub/package.json +++ b/clients/client-iotfleethub/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-iotfleethub/tsconfig.es.json b/clients/client-iotfleethub/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-iotfleethub/tsconfig.es.json +++ b/clients/client-iotfleethub/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-iotfleethub/tsconfig.json b/clients/client-iotfleethub/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-iotfleethub/tsconfig.json +++ b/clients/client-iotfleethub/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-iotfleetwise/package.json b/clients/client-iotfleetwise/package.json index e09452f3fdc0..70e8ce1aeb84 100644 --- a/clients/client-iotfleetwise/package.json +++ b/clients/client-iotfleetwise/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-iotfleetwise/tsconfig.es.json b/clients/client-iotfleetwise/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-iotfleetwise/tsconfig.es.json +++ b/clients/client-iotfleetwise/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-iotfleetwise/tsconfig.json b/clients/client-iotfleetwise/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-iotfleetwise/tsconfig.json +++ b/clients/client-iotfleetwise/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-iotsecuretunneling/package.json b/clients/client-iotsecuretunneling/package.json index 723b3228a5a0..dec11be47c43 100644 --- a/clients/client-iotsecuretunneling/package.json +++ b/clients/client-iotsecuretunneling/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-iotsecuretunneling/tsconfig.es.json b/clients/client-iotsecuretunneling/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-iotsecuretunneling/tsconfig.es.json +++ b/clients/client-iotsecuretunneling/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-iotsecuretunneling/tsconfig.json b/clients/client-iotsecuretunneling/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-iotsecuretunneling/tsconfig.json +++ b/clients/client-iotsecuretunneling/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-iotsitewise/package.json b/clients/client-iotsitewise/package.json index 25ca21460835..5d5edf7030fd 100644 --- a/clients/client-iotsitewise/package.json +++ b/clients/client-iotsitewise/package.json @@ -33,49 +33,49 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/eventstream-serde-browser": "^3.0.14", - "@smithy/eventstream-serde-config-resolver": "^3.0.11", - "@smithy/eventstream-serde-node": "^3.0.13", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/eventstream-serde-browser": "^4.0.0", + "@smithy/eventstream-serde-config-resolver": "^4.0.0", + "@smithy/eventstream-serde-node": "^4.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-iotsitewise/tsconfig.es.json b/clients/client-iotsitewise/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-iotsitewise/tsconfig.es.json +++ b/clients/client-iotsitewise/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-iotsitewise/tsconfig.json b/clients/client-iotsitewise/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-iotsitewise/tsconfig.json +++ b/clients/client-iotsitewise/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-iotthingsgraph/package.json b/clients/client-iotthingsgraph/package.json index 20883b2742e9..d59e92d70e02 100644 --- a/clients/client-iotthingsgraph/package.json +++ b/clients/client-iotthingsgraph/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-iotthingsgraph/tsconfig.es.json b/clients/client-iotthingsgraph/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-iotthingsgraph/tsconfig.es.json +++ b/clients/client-iotthingsgraph/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-iotthingsgraph/tsconfig.json b/clients/client-iotthingsgraph/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-iotthingsgraph/tsconfig.json +++ b/clients/client-iotthingsgraph/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-iottwinmaker/package.json b/clients/client-iottwinmaker/package.json index b7d34a6c3dbb..1c840c383ca2 100644 --- a/clients/client-iottwinmaker/package.json +++ b/clients/client-iottwinmaker/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-iottwinmaker/tsconfig.es.json b/clients/client-iottwinmaker/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-iottwinmaker/tsconfig.es.json +++ b/clients/client-iottwinmaker/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-iottwinmaker/tsconfig.json b/clients/client-iottwinmaker/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-iottwinmaker/tsconfig.json +++ b/clients/client-iottwinmaker/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-ivs-realtime/package.json b/clients/client-ivs-realtime/package.json index f26a98c762ea..29177899eec8 100644 --- a/clients/client-ivs-realtime/package.json +++ b/clients/client-ivs-realtime/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-ivs-realtime/tsconfig.es.json b/clients/client-ivs-realtime/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-ivs-realtime/tsconfig.es.json +++ b/clients/client-ivs-realtime/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-ivs-realtime/tsconfig.json b/clients/client-ivs-realtime/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-ivs-realtime/tsconfig.json +++ b/clients/client-ivs-realtime/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-ivs/package.json b/clients/client-ivs/package.json index 0bbd0a2ebf4f..6054786b710e 100644 --- a/clients/client-ivs/package.json +++ b/clients/client-ivs/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-ivs/tsconfig.es.json b/clients/client-ivs/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-ivs/tsconfig.es.json +++ b/clients/client-ivs/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-ivs/tsconfig.json b/clients/client-ivs/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-ivs/tsconfig.json +++ b/clients/client-ivs/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-ivschat/package.json b/clients/client-ivschat/package.json index d4080b4dec40..2f732cabc5d2 100644 --- a/clients/client-ivschat/package.json +++ b/clients/client-ivschat/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-ivschat/tsconfig.es.json b/clients/client-ivschat/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-ivschat/tsconfig.es.json +++ b/clients/client-ivschat/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-ivschat/tsconfig.json b/clients/client-ivschat/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-ivschat/tsconfig.json +++ b/clients/client-ivschat/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-kafka/package.json b/clients/client-kafka/package.json index d96d2dd96bc2..2f0eebbfccec 100644 --- a/clients/client-kafka/package.json +++ b/clients/client-kafka/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-kafka/tsconfig.es.json b/clients/client-kafka/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-kafka/tsconfig.es.json +++ b/clients/client-kafka/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-kafka/tsconfig.json b/clients/client-kafka/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-kafka/tsconfig.json +++ b/clients/client-kafka/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-kafkaconnect/package.json b/clients/client-kafkaconnect/package.json index c6d17d9ee722..49bb44b2a1b9 100644 --- a/clients/client-kafkaconnect/package.json +++ b/clients/client-kafkaconnect/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-kafkaconnect/tsconfig.es.json b/clients/client-kafkaconnect/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-kafkaconnect/tsconfig.es.json +++ b/clients/client-kafkaconnect/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-kafkaconnect/tsconfig.json b/clients/client-kafkaconnect/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-kafkaconnect/tsconfig.json +++ b/clients/client-kafkaconnect/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-kendra-ranking/package.json b/clients/client-kendra-ranking/package.json index 87775f6bc77a..66fcb57bcab3 100644 --- a/clients/client-kendra-ranking/package.json +++ b/clients/client-kendra-ranking/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-kendra-ranking/tsconfig.es.json b/clients/client-kendra-ranking/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-kendra-ranking/tsconfig.es.json +++ b/clients/client-kendra-ranking/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-kendra-ranking/tsconfig.json b/clients/client-kendra-ranking/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-kendra-ranking/tsconfig.json +++ b/clients/client-kendra-ranking/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-kendra/package.json b/clients/client-kendra/package.json index 1d9ffc26aaff..2abbd4f9c5c2 100644 --- a/clients/client-kendra/package.json +++ b/clients/client-kendra/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-kendra/tsconfig.es.json b/clients/client-kendra/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-kendra/tsconfig.es.json +++ b/clients/client-kendra/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-kendra/tsconfig.json b/clients/client-kendra/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-kendra/tsconfig.json +++ b/clients/client-kendra/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-keyspaces/package.json b/clients/client-keyspaces/package.json index 054bd16a275b..7241310238c0 100644 --- a/clients/client-keyspaces/package.json +++ b/clients/client-keyspaces/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-keyspaces/tsconfig.es.json b/clients/client-keyspaces/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-keyspaces/tsconfig.es.json +++ b/clients/client-keyspaces/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-keyspaces/tsconfig.json b/clients/client-keyspaces/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-keyspaces/tsconfig.json +++ b/clients/client-keyspaces/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-kinesis-analytics-v2/package.json b/clients/client-kinesis-analytics-v2/package.json index 949b688cdb91..8231b7de0e30 100644 --- a/clients/client-kinesis-analytics-v2/package.json +++ b/clients/client-kinesis-analytics-v2/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-kinesis-analytics-v2/tsconfig.es.json b/clients/client-kinesis-analytics-v2/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-kinesis-analytics-v2/tsconfig.es.json +++ b/clients/client-kinesis-analytics-v2/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-kinesis-analytics-v2/tsconfig.json b/clients/client-kinesis-analytics-v2/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-kinesis-analytics-v2/tsconfig.json +++ b/clients/client-kinesis-analytics-v2/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-kinesis-analytics/package.json b/clients/client-kinesis-analytics/package.json index 96de335bf0b7..9c7799798d8a 100644 --- a/clients/client-kinesis-analytics/package.json +++ b/clients/client-kinesis-analytics/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-kinesis-analytics/tsconfig.es.json b/clients/client-kinesis-analytics/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-kinesis-analytics/tsconfig.es.json +++ b/clients/client-kinesis-analytics/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-kinesis-analytics/tsconfig.json b/clients/client-kinesis-analytics/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-kinesis-analytics/tsconfig.json +++ b/clients/client-kinesis-analytics/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-kinesis-video-archived-media/package.json b/clients/client-kinesis-video-archived-media/package.json index 42ab7bea2f67..10e9d7a10bf5 100644 --- a/clients/client-kinesis-video-archived-media/package.json +++ b/clients/client-kinesis-video-archived-media/package.json @@ -33,44 +33,44 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-stream": "^3.3.2", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-stream": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-kinesis-video-archived-media/tsconfig.es.json b/clients/client-kinesis-video-archived-media/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-kinesis-video-archived-media/tsconfig.es.json +++ b/clients/client-kinesis-video-archived-media/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-kinesis-video-archived-media/tsconfig.json b/clients/client-kinesis-video-archived-media/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-kinesis-video-archived-media/tsconfig.json +++ b/clients/client-kinesis-video-archived-media/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-kinesis-video-media/package.json b/clients/client-kinesis-video-media/package.json index 29444008f181..21de2fb81662 100644 --- a/clients/client-kinesis-video-media/package.json +++ b/clients/client-kinesis-video-media/package.json @@ -33,44 +33,44 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-stream": "^3.3.2", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-stream": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-kinesis-video-media/tsconfig.es.json b/clients/client-kinesis-video-media/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-kinesis-video-media/tsconfig.es.json +++ b/clients/client-kinesis-video-media/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-kinesis-video-media/tsconfig.json b/clients/client-kinesis-video-media/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-kinesis-video-media/tsconfig.json +++ b/clients/client-kinesis-video-media/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-kinesis-video-signaling/package.json b/clients/client-kinesis-video-signaling/package.json index 1ed10ae980a9..cb5da475bae0 100644 --- a/clients/client-kinesis-video-signaling/package.json +++ b/clients/client-kinesis-video-signaling/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-kinesis-video-signaling/tsconfig.es.json b/clients/client-kinesis-video-signaling/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-kinesis-video-signaling/tsconfig.es.json +++ b/clients/client-kinesis-video-signaling/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-kinesis-video-signaling/tsconfig.json b/clients/client-kinesis-video-signaling/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-kinesis-video-signaling/tsconfig.json +++ b/clients/client-kinesis-video-signaling/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-kinesis-video-webrtc-storage/package.json b/clients/client-kinesis-video-webrtc-storage/package.json index a6fdb0be28ec..d69372f9b7d8 100644 --- a/clients/client-kinesis-video-webrtc-storage/package.json +++ b/clients/client-kinesis-video-webrtc-storage/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-kinesis-video-webrtc-storage/tsconfig.es.json b/clients/client-kinesis-video-webrtc-storage/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-kinesis-video-webrtc-storage/tsconfig.es.json +++ b/clients/client-kinesis-video-webrtc-storage/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-kinesis-video-webrtc-storage/tsconfig.json b/clients/client-kinesis-video-webrtc-storage/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-kinesis-video-webrtc-storage/tsconfig.json +++ b/clients/client-kinesis-video-webrtc-storage/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-kinesis-video/package.json b/clients/client-kinesis-video/package.json index 81672d71e79d..e79eda0112bb 100644 --- a/clients/client-kinesis-video/package.json +++ b/clients/client-kinesis-video/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-kinesis-video/tsconfig.es.json b/clients/client-kinesis-video/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-kinesis-video/tsconfig.es.json +++ b/clients/client-kinesis-video/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-kinesis-video/tsconfig.json b/clients/client-kinesis-video/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-kinesis-video/tsconfig.json +++ b/clients/client-kinesis-video/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-kinesis/package.json b/clients/client-kinesis/package.json index 7a63fff7b90a..9131726b4ced 100644 --- a/clients/client-kinesis/package.json +++ b/clients/client-kinesis/package.json @@ -35,47 +35,47 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/eventstream-serde-browser": "^3.0.14", - "@smithy/eventstream-serde-config-resolver": "^3.0.11", - "@smithy/eventstream-serde-node": "^3.0.13", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/eventstream-serde-browser": "^4.0.0", + "@smithy/eventstream-serde-config-resolver": "^4.0.0", + "@smithy/eventstream-serde-node": "^4.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-kinesis/tsconfig.es.json b/clients/client-kinesis/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-kinesis/tsconfig.es.json +++ b/clients/client-kinesis/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-kinesis/tsconfig.json b/clients/client-kinesis/tsconfig.json index bae83b8420ee..c1c62444548f 100644 --- a/clients/client-kinesis/tsconfig.json +++ b/clients/client-kinesis/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-kms/package.json b/clients/client-kms/package.json index 3417b93fce70..6c25bff1b101 100644 --- a/clients/client-kms/package.json +++ b/clients/client-kms/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-kms/tsconfig.es.json b/clients/client-kms/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-kms/tsconfig.es.json +++ b/clients/client-kms/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-kms/tsconfig.json b/clients/client-kms/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-kms/tsconfig.json +++ b/clients/client-kms/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-lakeformation/package.json b/clients/client-lakeformation/package.json index 54208b9c6e54..28223f7a6be0 100644 --- a/clients/client-lakeformation/package.json +++ b/clients/client-lakeformation/package.json @@ -33,44 +33,44 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-stream": "^3.3.2", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-stream": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-lakeformation/tsconfig.es.json b/clients/client-lakeformation/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-lakeformation/tsconfig.es.json +++ b/clients/client-lakeformation/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-lakeformation/tsconfig.json b/clients/client-lakeformation/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-lakeformation/tsconfig.json +++ b/clients/client-lakeformation/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-lambda/package.json b/clients/client-lambda/package.json index 42a3728256a5..50478f44307c 100644 --- a/clients/client-lambda/package.json +++ b/clients/client-lambda/package.json @@ -33,48 +33,48 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/eventstream-serde-browser": "^3.0.14", - "@smithy/eventstream-serde-config-resolver": "^3.0.11", - "@smithy/eventstream-serde-node": "^3.0.13", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-stream": "^3.3.2", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/eventstream-serde-browser": "^4.0.0", + "@smithy/eventstream-serde-config-resolver": "^4.0.0", + "@smithy/eventstream-serde-node": "^4.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-stream": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-lambda/tsconfig.es.json b/clients/client-lambda/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-lambda/tsconfig.es.json +++ b/clients/client-lambda/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-lambda/tsconfig.json b/clients/client-lambda/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-lambda/tsconfig.json +++ b/clients/client-lambda/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-launch-wizard/package.json b/clients/client-launch-wizard/package.json index 36d3dd9544f3..d5f6f2e996e9 100644 --- a/clients/client-launch-wizard/package.json +++ b/clients/client-launch-wizard/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-launch-wizard/tsconfig.es.json b/clients/client-launch-wizard/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-launch-wizard/tsconfig.es.json +++ b/clients/client-launch-wizard/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-launch-wizard/tsconfig.json b/clients/client-launch-wizard/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-launch-wizard/tsconfig.json +++ b/clients/client-launch-wizard/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-lex-model-building-service/package.json b/clients/client-lex-model-building-service/package.json index 6df3634b4c9f..b499ebe80497 100644 --- a/clients/client-lex-model-building-service/package.json +++ b/clients/client-lex-model-building-service/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-lex-model-building-service/tsconfig.es.json b/clients/client-lex-model-building-service/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-lex-model-building-service/tsconfig.es.json +++ b/clients/client-lex-model-building-service/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-lex-model-building-service/tsconfig.json b/clients/client-lex-model-building-service/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-lex-model-building-service/tsconfig.json +++ b/clients/client-lex-model-building-service/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-lex-models-v2/package.json b/clients/client-lex-models-v2/package.json index ee7e6d21a61e..2075e5376f15 100644 --- a/clients/client-lex-models-v2/package.json +++ b/clients/client-lex-models-v2/package.json @@ -33,44 +33,44 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-lex-models-v2/tsconfig.es.json b/clients/client-lex-models-v2/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-lex-models-v2/tsconfig.es.json +++ b/clients/client-lex-models-v2/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-lex-models-v2/tsconfig.json b/clients/client-lex-models-v2/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-lex-models-v2/tsconfig.json +++ b/clients/client-lex-models-v2/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-lex-runtime-service/package.json b/clients/client-lex-runtime-service/package.json index 71eb23ee7efe..6d03262d6b3d 100644 --- a/clients/client-lex-runtime-service/package.json +++ b/clients/client-lex-runtime-service/package.json @@ -35,44 +35,44 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-stream": "^3.3.2", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-stream": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-lex-runtime-service/tsconfig.es.json b/clients/client-lex-runtime-service/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-lex-runtime-service/tsconfig.es.json +++ b/clients/client-lex-runtime-service/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-lex-runtime-service/tsconfig.json b/clients/client-lex-runtime-service/tsconfig.json index bae83b8420ee..c1c62444548f 100644 --- a/clients/client-lex-runtime-service/tsconfig.json +++ b/clients/client-lex-runtime-service/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-lex-runtime-v2/package.json b/clients/client-lex-runtime-v2/package.json index 97f1d5cee127..0875e5e6f24f 100644 --- a/clients/client-lex-runtime-v2/package.json +++ b/clients/client-lex-runtime-v2/package.json @@ -35,47 +35,47 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/eventstream-serde-browser": "^3.0.14", - "@smithy/eventstream-serde-config-resolver": "^3.0.11", - "@smithy/eventstream-serde-node": "^3.0.13", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-stream": "^3.3.2", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/eventstream-serde-browser": "^4.0.0", + "@smithy/eventstream-serde-config-resolver": "^4.0.0", + "@smithy/eventstream-serde-node": "^4.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-stream": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-lex-runtime-v2/tsconfig.es.json b/clients/client-lex-runtime-v2/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-lex-runtime-v2/tsconfig.es.json +++ b/clients/client-lex-runtime-v2/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-lex-runtime-v2/tsconfig.json b/clients/client-lex-runtime-v2/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-lex-runtime-v2/tsconfig.json +++ b/clients/client-lex-runtime-v2/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-license-manager-linux-subscriptions/package.json b/clients/client-license-manager-linux-subscriptions/package.json index 0f6d0cd08267..4c445e03d091 100644 --- a/clients/client-license-manager-linux-subscriptions/package.json +++ b/clients/client-license-manager-linux-subscriptions/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-license-manager-linux-subscriptions/tsconfig.es.json b/clients/client-license-manager-linux-subscriptions/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-license-manager-linux-subscriptions/tsconfig.es.json +++ b/clients/client-license-manager-linux-subscriptions/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-license-manager-linux-subscriptions/tsconfig.json b/clients/client-license-manager-linux-subscriptions/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-license-manager-linux-subscriptions/tsconfig.json +++ b/clients/client-license-manager-linux-subscriptions/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-license-manager-user-subscriptions/package.json b/clients/client-license-manager-user-subscriptions/package.json index 3c9512f1d4ab..cf3d9384206e 100644 --- a/clients/client-license-manager-user-subscriptions/package.json +++ b/clients/client-license-manager-user-subscriptions/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-license-manager-user-subscriptions/tsconfig.es.json b/clients/client-license-manager-user-subscriptions/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-license-manager-user-subscriptions/tsconfig.es.json +++ b/clients/client-license-manager-user-subscriptions/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-license-manager-user-subscriptions/tsconfig.json b/clients/client-license-manager-user-subscriptions/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-license-manager-user-subscriptions/tsconfig.json +++ b/clients/client-license-manager-user-subscriptions/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-license-manager/package.json b/clients/client-license-manager/package.json index d1e3c818cfc4..630f71b5fa94 100644 --- a/clients/client-license-manager/package.json +++ b/clients/client-license-manager/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-license-manager/tsconfig.es.json b/clients/client-license-manager/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-license-manager/tsconfig.es.json +++ b/clients/client-license-manager/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-license-manager/tsconfig.json b/clients/client-license-manager/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-license-manager/tsconfig.json +++ b/clients/client-license-manager/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-lightsail/package.json b/clients/client-lightsail/package.json index c4f7e87cb2a8..6b83538842f7 100644 --- a/clients/client-lightsail/package.json +++ b/clients/client-lightsail/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-lightsail/tsconfig.es.json b/clients/client-lightsail/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-lightsail/tsconfig.es.json +++ b/clients/client-lightsail/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-lightsail/tsconfig.json b/clients/client-lightsail/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-lightsail/tsconfig.json +++ b/clients/client-lightsail/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-location/package.json b/clients/client-location/package.json index 23b5a4125656..3a4e455ca415 100644 --- a/clients/client-location/package.json +++ b/clients/client-location/package.json @@ -33,44 +33,44 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-stream": "^3.3.2", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-stream": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-location/tsconfig.es.json b/clients/client-location/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-location/tsconfig.es.json +++ b/clients/client-location/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-location/tsconfig.json b/clients/client-location/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-location/tsconfig.json +++ b/clients/client-location/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-lookoutequipment/package.json b/clients/client-lookoutequipment/package.json index ac319361bd59..06f625a8e46b 100644 --- a/clients/client-lookoutequipment/package.json +++ b/clients/client-lookoutequipment/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-lookoutequipment/tsconfig.es.json b/clients/client-lookoutequipment/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-lookoutequipment/tsconfig.es.json +++ b/clients/client-lookoutequipment/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-lookoutequipment/tsconfig.json b/clients/client-lookoutequipment/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-lookoutequipment/tsconfig.json +++ b/clients/client-lookoutequipment/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-lookoutmetrics/package.json b/clients/client-lookoutmetrics/package.json index 45b22be3a968..4fa7fca0d137 100644 --- a/clients/client-lookoutmetrics/package.json +++ b/clients/client-lookoutmetrics/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-lookoutmetrics/tsconfig.es.json b/clients/client-lookoutmetrics/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-lookoutmetrics/tsconfig.es.json +++ b/clients/client-lookoutmetrics/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-lookoutmetrics/tsconfig.json b/clients/client-lookoutmetrics/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-lookoutmetrics/tsconfig.json +++ b/clients/client-lookoutmetrics/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-lookoutvision/package.json b/clients/client-lookoutvision/package.json index 135ce38e001c..db4337020fad 100644 --- a/clients/client-lookoutvision/package.json +++ b/clients/client-lookoutvision/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-lookoutvision/tsconfig.es.json b/clients/client-lookoutvision/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-lookoutvision/tsconfig.es.json +++ b/clients/client-lookoutvision/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-lookoutvision/tsconfig.json b/clients/client-lookoutvision/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-lookoutvision/tsconfig.json +++ b/clients/client-lookoutvision/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-m2/package.json b/clients/client-m2/package.json index eea0cac597ee..d15a7db5cbaa 100644 --- a/clients/client-m2/package.json +++ b/clients/client-m2/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-m2/tsconfig.es.json b/clients/client-m2/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-m2/tsconfig.es.json +++ b/clients/client-m2/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-m2/tsconfig.json b/clients/client-m2/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-m2/tsconfig.json +++ b/clients/client-m2/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-machine-learning/package.json b/clients/client-machine-learning/package.json index ab6bab55d602..09c04904d0d7 100644 --- a/clients/client-machine-learning/package.json +++ b/clients/client-machine-learning/package.json @@ -34,44 +34,44 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-machine-learning/tsconfig.es.json b/clients/client-machine-learning/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-machine-learning/tsconfig.es.json +++ b/clients/client-machine-learning/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-machine-learning/tsconfig.json b/clients/client-machine-learning/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-machine-learning/tsconfig.json +++ b/clients/client-machine-learning/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-macie2/package.json b/clients/client-macie2/package.json index a9a3d246ea53..57f1789f577c 100644 --- a/clients/client-macie2/package.json +++ b/clients/client-macie2/package.json @@ -33,46 +33,46 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-macie2/tsconfig.es.json b/clients/client-macie2/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-macie2/tsconfig.es.json +++ b/clients/client-macie2/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-macie2/tsconfig.json b/clients/client-macie2/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-macie2/tsconfig.json +++ b/clients/client-macie2/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-mailmanager/package.json b/clients/client-mailmanager/package.json index ddd23aae80b2..95146d357e62 100644 --- a/clients/client-mailmanager/package.json +++ b/clients/client-mailmanager/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-mailmanager/tsconfig.es.json b/clients/client-mailmanager/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-mailmanager/tsconfig.es.json +++ b/clients/client-mailmanager/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-mailmanager/tsconfig.json b/clients/client-mailmanager/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-mailmanager/tsconfig.json +++ b/clients/client-mailmanager/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-managedblockchain-query/package.json b/clients/client-managedblockchain-query/package.json index 676ceaaec198..12508f658ce4 100644 --- a/clients/client-managedblockchain-query/package.json +++ b/clients/client-managedblockchain-query/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-managedblockchain-query/tsconfig.es.json b/clients/client-managedblockchain-query/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-managedblockchain-query/tsconfig.es.json +++ b/clients/client-managedblockchain-query/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-managedblockchain-query/tsconfig.json b/clients/client-managedblockchain-query/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-managedblockchain-query/tsconfig.json +++ b/clients/client-managedblockchain-query/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-managedblockchain/package.json b/clients/client-managedblockchain/package.json index 7aa68eb533f4..338d807051dc 100644 --- a/clients/client-managedblockchain/package.json +++ b/clients/client-managedblockchain/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-managedblockchain/tsconfig.es.json b/clients/client-managedblockchain/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-managedblockchain/tsconfig.es.json +++ b/clients/client-managedblockchain/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-managedblockchain/tsconfig.json b/clients/client-managedblockchain/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-managedblockchain/tsconfig.json +++ b/clients/client-managedblockchain/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-marketplace-agreement/package.json b/clients/client-marketplace-agreement/package.json index 013c120f380e..bb23c33aff56 100644 --- a/clients/client-marketplace-agreement/package.json +++ b/clients/client-marketplace-agreement/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-marketplace-agreement/tsconfig.es.json b/clients/client-marketplace-agreement/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-marketplace-agreement/tsconfig.es.json +++ b/clients/client-marketplace-agreement/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-marketplace-agreement/tsconfig.json b/clients/client-marketplace-agreement/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-marketplace-agreement/tsconfig.json +++ b/clients/client-marketplace-agreement/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-marketplace-catalog/package.json b/clients/client-marketplace-catalog/package.json index 938ce9c2d6c7..a70f2977de1a 100644 --- a/clients/client-marketplace-catalog/package.json +++ b/clients/client-marketplace-catalog/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-marketplace-catalog/tsconfig.es.json b/clients/client-marketplace-catalog/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-marketplace-catalog/tsconfig.es.json +++ b/clients/client-marketplace-catalog/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-marketplace-catalog/tsconfig.json b/clients/client-marketplace-catalog/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-marketplace-catalog/tsconfig.json +++ b/clients/client-marketplace-catalog/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-marketplace-commerce-analytics/package.json b/clients/client-marketplace-commerce-analytics/package.json index 30d5d7cbbe0a..235f34fcd34f 100644 --- a/clients/client-marketplace-commerce-analytics/package.json +++ b/clients/client-marketplace-commerce-analytics/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-marketplace-commerce-analytics/tsconfig.es.json b/clients/client-marketplace-commerce-analytics/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-marketplace-commerce-analytics/tsconfig.es.json +++ b/clients/client-marketplace-commerce-analytics/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-marketplace-commerce-analytics/tsconfig.json b/clients/client-marketplace-commerce-analytics/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-marketplace-commerce-analytics/tsconfig.json +++ b/clients/client-marketplace-commerce-analytics/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-marketplace-deployment/package.json b/clients/client-marketplace-deployment/package.json index 168bb09b728f..6a8558837e91 100644 --- a/clients/client-marketplace-deployment/package.json +++ b/clients/client-marketplace-deployment/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-marketplace-deployment/tsconfig.es.json b/clients/client-marketplace-deployment/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-marketplace-deployment/tsconfig.es.json +++ b/clients/client-marketplace-deployment/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-marketplace-deployment/tsconfig.json b/clients/client-marketplace-deployment/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-marketplace-deployment/tsconfig.json +++ b/clients/client-marketplace-deployment/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-marketplace-entitlement-service/package.json b/clients/client-marketplace-entitlement-service/package.json index ae054e5382cf..646a4f58582b 100644 --- a/clients/client-marketplace-entitlement-service/package.json +++ b/clients/client-marketplace-entitlement-service/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-marketplace-entitlement-service/tsconfig.es.json b/clients/client-marketplace-entitlement-service/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-marketplace-entitlement-service/tsconfig.es.json +++ b/clients/client-marketplace-entitlement-service/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-marketplace-entitlement-service/tsconfig.json b/clients/client-marketplace-entitlement-service/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-marketplace-entitlement-service/tsconfig.json +++ b/clients/client-marketplace-entitlement-service/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-marketplace-metering/package.json b/clients/client-marketplace-metering/package.json index 44ed68e73d76..933db4aca7d7 100644 --- a/clients/client-marketplace-metering/package.json +++ b/clients/client-marketplace-metering/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-marketplace-metering/tsconfig.es.json b/clients/client-marketplace-metering/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-marketplace-metering/tsconfig.es.json +++ b/clients/client-marketplace-metering/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-marketplace-metering/tsconfig.json b/clients/client-marketplace-metering/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-marketplace-metering/tsconfig.json +++ b/clients/client-marketplace-metering/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-marketplace-reporting/package.json b/clients/client-marketplace-reporting/package.json index 12ae4b5c60ee..dcfd6587b5b6 100644 --- a/clients/client-marketplace-reporting/package.json +++ b/clients/client-marketplace-reporting/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-marketplace-reporting/tsconfig.es.json b/clients/client-marketplace-reporting/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-marketplace-reporting/tsconfig.es.json +++ b/clients/client-marketplace-reporting/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-marketplace-reporting/tsconfig.json b/clients/client-marketplace-reporting/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-marketplace-reporting/tsconfig.json +++ b/clients/client-marketplace-reporting/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-mediaconnect/package.json b/clients/client-mediaconnect/package.json index d9f9587aaa92..5f41ac09fc59 100644 --- a/clients/client-mediaconnect/package.json +++ b/clients/client-mediaconnect/package.json @@ -33,44 +33,44 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-mediaconnect/tsconfig.es.json b/clients/client-mediaconnect/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-mediaconnect/tsconfig.es.json +++ b/clients/client-mediaconnect/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-mediaconnect/tsconfig.json b/clients/client-mediaconnect/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-mediaconnect/tsconfig.json +++ b/clients/client-mediaconnect/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-mediaconvert/package.json b/clients/client-mediaconvert/package.json index 2c45af88e309..f2731341e77f 100644 --- a/clients/client-mediaconvert/package.json +++ b/clients/client-mediaconvert/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-mediaconvert/tsconfig.es.json b/clients/client-mediaconvert/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-mediaconvert/tsconfig.es.json +++ b/clients/client-mediaconvert/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-mediaconvert/tsconfig.json b/clients/client-mediaconvert/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-mediaconvert/tsconfig.json +++ b/clients/client-mediaconvert/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-medialive/package.json b/clients/client-medialive/package.json index faa78a48bbaf..b5aeff7196ff 100644 --- a/clients/client-medialive/package.json +++ b/clients/client-medialive/package.json @@ -33,47 +33,47 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-stream": "^3.3.2", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-stream": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-medialive/tsconfig.es.json b/clients/client-medialive/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-medialive/tsconfig.es.json +++ b/clients/client-medialive/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-medialive/tsconfig.json b/clients/client-medialive/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-medialive/tsconfig.json +++ b/clients/client-medialive/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-mediapackage-vod/package.json b/clients/client-mediapackage-vod/package.json index f10467be3724..f879b1f69adc 100644 --- a/clients/client-mediapackage-vod/package.json +++ b/clients/client-mediapackage-vod/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-mediapackage-vod/tsconfig.es.json b/clients/client-mediapackage-vod/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-mediapackage-vod/tsconfig.es.json +++ b/clients/client-mediapackage-vod/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-mediapackage-vod/tsconfig.json b/clients/client-mediapackage-vod/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-mediapackage-vod/tsconfig.json +++ b/clients/client-mediapackage-vod/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-mediapackage/package.json b/clients/client-mediapackage/package.json index 194e9c71f215..c6ad0fa80551 100644 --- a/clients/client-mediapackage/package.json +++ b/clients/client-mediapackage/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-mediapackage/tsconfig.es.json b/clients/client-mediapackage/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-mediapackage/tsconfig.es.json +++ b/clients/client-mediapackage/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-mediapackage/tsconfig.json b/clients/client-mediapackage/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-mediapackage/tsconfig.json +++ b/clients/client-mediapackage/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-mediapackagev2/package.json b/clients/client-mediapackagev2/package.json index ac49dcfd2f5a..941d2704dbed 100644 --- a/clients/client-mediapackagev2/package.json +++ b/clients/client-mediapackagev2/package.json @@ -33,46 +33,46 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-mediapackagev2/tsconfig.es.json b/clients/client-mediapackagev2/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-mediapackagev2/tsconfig.es.json +++ b/clients/client-mediapackagev2/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-mediapackagev2/tsconfig.json b/clients/client-mediapackagev2/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-mediapackagev2/tsconfig.json +++ b/clients/client-mediapackagev2/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-mediastore-data/package.json b/clients/client-mediastore-data/package.json index 4c010225101d..ae6c2cdd398a 100644 --- a/clients/client-mediastore-data/package.json +++ b/clients/client-mediastore-data/package.json @@ -35,44 +35,44 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-stream": "^3.3.2", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-stream": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-mediastore-data/tsconfig.es.json b/clients/client-mediastore-data/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-mediastore-data/tsconfig.es.json +++ b/clients/client-mediastore-data/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-mediastore-data/tsconfig.json b/clients/client-mediastore-data/tsconfig.json index bae83b8420ee..c1c62444548f 100644 --- a/clients/client-mediastore-data/tsconfig.json +++ b/clients/client-mediastore-data/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-mediastore/package.json b/clients/client-mediastore/package.json index 8f134c52240d..bee7a79e2780 100644 --- a/clients/client-mediastore/package.json +++ b/clients/client-mediastore/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-mediastore/tsconfig.es.json b/clients/client-mediastore/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-mediastore/tsconfig.es.json +++ b/clients/client-mediastore/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-mediastore/tsconfig.json b/clients/client-mediastore/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-mediastore/tsconfig.json +++ b/clients/client-mediastore/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-mediatailor/package.json b/clients/client-mediatailor/package.json index f36a70574611..c4f5f325d568 100644 --- a/clients/client-mediatailor/package.json +++ b/clients/client-mediatailor/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-mediatailor/tsconfig.es.json b/clients/client-mediatailor/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-mediatailor/tsconfig.es.json +++ b/clients/client-mediatailor/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-mediatailor/tsconfig.json b/clients/client-mediatailor/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-mediatailor/tsconfig.json +++ b/clients/client-mediatailor/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-medical-imaging/package.json b/clients/client-medical-imaging/package.json index b9c336953e7b..e0f4a62a385c 100644 --- a/clients/client-medical-imaging/package.json +++ b/clients/client-medical-imaging/package.json @@ -33,46 +33,46 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-stream": "^3.3.2", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-stream": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-medical-imaging/tsconfig.es.json b/clients/client-medical-imaging/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-medical-imaging/tsconfig.es.json +++ b/clients/client-medical-imaging/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-medical-imaging/tsconfig.json b/clients/client-medical-imaging/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-medical-imaging/tsconfig.json +++ b/clients/client-medical-imaging/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-memorydb/package.json b/clients/client-memorydb/package.json index 88710357a3cb..b53ef60b2806 100644 --- a/clients/client-memorydb/package.json +++ b/clients/client-memorydb/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-memorydb/tsconfig.es.json b/clients/client-memorydb/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-memorydb/tsconfig.es.json +++ b/clients/client-memorydb/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-memorydb/tsconfig.json b/clients/client-memorydb/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-memorydb/tsconfig.json +++ b/clients/client-memorydb/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-mgn/package.json b/clients/client-mgn/package.json index ed292ea22744..ae3b16920424 100644 --- a/clients/client-mgn/package.json +++ b/clients/client-mgn/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-mgn/tsconfig.es.json b/clients/client-mgn/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-mgn/tsconfig.es.json +++ b/clients/client-mgn/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-mgn/tsconfig.json b/clients/client-mgn/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-mgn/tsconfig.json +++ b/clients/client-mgn/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-migration-hub-refactor-spaces/package.json b/clients/client-migration-hub-refactor-spaces/package.json index 9fb1435ebfe7..a43b5569f758 100644 --- a/clients/client-migration-hub-refactor-spaces/package.json +++ b/clients/client-migration-hub-refactor-spaces/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-migration-hub-refactor-spaces/tsconfig.es.json b/clients/client-migration-hub-refactor-spaces/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-migration-hub-refactor-spaces/tsconfig.es.json +++ b/clients/client-migration-hub-refactor-spaces/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-migration-hub-refactor-spaces/tsconfig.json b/clients/client-migration-hub-refactor-spaces/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-migration-hub-refactor-spaces/tsconfig.json +++ b/clients/client-migration-hub-refactor-spaces/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-migration-hub/package.json b/clients/client-migration-hub/package.json index 43cd0d5936dd..d862ae514c02 100644 --- a/clients/client-migration-hub/package.json +++ b/clients/client-migration-hub/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-migration-hub/tsconfig.es.json b/clients/client-migration-hub/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-migration-hub/tsconfig.es.json +++ b/clients/client-migration-hub/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-migration-hub/tsconfig.json b/clients/client-migration-hub/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-migration-hub/tsconfig.json +++ b/clients/client-migration-hub/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-migrationhub-config/package.json b/clients/client-migrationhub-config/package.json index 425f6275471f..e02b1c10f7d9 100644 --- a/clients/client-migrationhub-config/package.json +++ b/clients/client-migrationhub-config/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-migrationhub-config/tsconfig.es.json b/clients/client-migrationhub-config/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-migrationhub-config/tsconfig.es.json +++ b/clients/client-migrationhub-config/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-migrationhub-config/tsconfig.json b/clients/client-migrationhub-config/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-migrationhub-config/tsconfig.json +++ b/clients/client-migrationhub-config/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-migrationhuborchestrator/package.json b/clients/client-migrationhuborchestrator/package.json index 3df83608e3ad..5119abd52028 100644 --- a/clients/client-migrationhuborchestrator/package.json +++ b/clients/client-migrationhuborchestrator/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-migrationhuborchestrator/tsconfig.es.json b/clients/client-migrationhuborchestrator/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-migrationhuborchestrator/tsconfig.es.json +++ b/clients/client-migrationhuborchestrator/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-migrationhuborchestrator/tsconfig.json b/clients/client-migrationhuborchestrator/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-migrationhuborchestrator/tsconfig.json +++ b/clients/client-migrationhuborchestrator/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-migrationhubstrategy/package.json b/clients/client-migrationhubstrategy/package.json index 58edf0831314..9f748bf39be9 100644 --- a/clients/client-migrationhubstrategy/package.json +++ b/clients/client-migrationhubstrategy/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-migrationhubstrategy/tsconfig.es.json b/clients/client-migrationhubstrategy/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-migrationhubstrategy/tsconfig.es.json +++ b/clients/client-migrationhubstrategy/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-migrationhubstrategy/tsconfig.json b/clients/client-migrationhubstrategy/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-migrationhubstrategy/tsconfig.json +++ b/clients/client-migrationhubstrategy/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-mq/package.json b/clients/client-mq/package.json index f66fb397ff39..bac752cff51d 100644 --- a/clients/client-mq/package.json +++ b/clients/client-mq/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-mq/tsconfig.es.json b/clients/client-mq/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-mq/tsconfig.es.json +++ b/clients/client-mq/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-mq/tsconfig.json b/clients/client-mq/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-mq/tsconfig.json +++ b/clients/client-mq/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-mturk/package.json b/clients/client-mturk/package.json index 13fd4e4c2e11..5ba0ce9f4103 100644 --- a/clients/client-mturk/package.json +++ b/clients/client-mturk/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-mturk/tsconfig.es.json b/clients/client-mturk/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-mturk/tsconfig.es.json +++ b/clients/client-mturk/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-mturk/tsconfig.json b/clients/client-mturk/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-mturk/tsconfig.json +++ b/clients/client-mturk/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-mwaa/package.json b/clients/client-mwaa/package.json index 8199ba51bc49..dcb9daa1be84 100644 --- a/clients/client-mwaa/package.json +++ b/clients/client-mwaa/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-mwaa/tsconfig.es.json b/clients/client-mwaa/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-mwaa/tsconfig.es.json +++ b/clients/client-mwaa/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-mwaa/tsconfig.json b/clients/client-mwaa/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-mwaa/tsconfig.json +++ b/clients/client-mwaa/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-neptune-graph/package.json b/clients/client-neptune-graph/package.json index afc4cc1578cc..c8c0c0a72540 100644 --- a/clients/client-neptune-graph/package.json +++ b/clients/client-neptune-graph/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-stream": "^3.3.2", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-stream": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-neptune-graph/tsconfig.es.json b/clients/client-neptune-graph/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-neptune-graph/tsconfig.es.json +++ b/clients/client-neptune-graph/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-neptune-graph/tsconfig.json b/clients/client-neptune-graph/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-neptune-graph/tsconfig.json +++ b/clients/client-neptune-graph/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-neptune/package.json b/clients/client-neptune/package.json index 2961e287fbec..6bf874a516c9 100644 --- a/clients/client-neptune/package.json +++ b/clients/client-neptune/package.json @@ -34,44 +34,44 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-neptune/tsconfig.es.json b/clients/client-neptune/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-neptune/tsconfig.es.json +++ b/clients/client-neptune/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-neptune/tsconfig.json b/clients/client-neptune/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-neptune/tsconfig.json +++ b/clients/client-neptune/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-neptunedata/package.json b/clients/client-neptunedata/package.json index 764b2b7f4e97..574d786c9d45 100644 --- a/clients/client-neptunedata/package.json +++ b/clients/client-neptunedata/package.json @@ -33,44 +33,44 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-stream": "^3.3.2", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-stream": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-neptunedata/tsconfig.es.json b/clients/client-neptunedata/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-neptunedata/tsconfig.es.json +++ b/clients/client-neptunedata/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-neptunedata/tsconfig.json b/clients/client-neptunedata/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-neptunedata/tsconfig.json +++ b/clients/client-neptunedata/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-network-firewall/package.json b/clients/client-network-firewall/package.json index 1f9bb8f84563..716044d6f878 100644 --- a/clients/client-network-firewall/package.json +++ b/clients/client-network-firewall/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-network-firewall/tsconfig.es.json b/clients/client-network-firewall/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-network-firewall/tsconfig.es.json +++ b/clients/client-network-firewall/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-network-firewall/tsconfig.json b/clients/client-network-firewall/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-network-firewall/tsconfig.json +++ b/clients/client-network-firewall/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-networkflowmonitor/package.json b/clients/client-networkflowmonitor/package.json index 50b7214ffe81..43ba16c1580e 100644 --- a/clients/client-networkflowmonitor/package.json +++ b/clients/client-networkflowmonitor/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-networkflowmonitor/tsconfig.es.json b/clients/client-networkflowmonitor/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-networkflowmonitor/tsconfig.es.json +++ b/clients/client-networkflowmonitor/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-networkflowmonitor/tsconfig.json b/clients/client-networkflowmonitor/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-networkflowmonitor/tsconfig.json +++ b/clients/client-networkflowmonitor/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-networkmanager/package.json b/clients/client-networkmanager/package.json index ebac23c427c2..845d0aea658c 100644 --- a/clients/client-networkmanager/package.json +++ b/clients/client-networkmanager/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-networkmanager/tsconfig.es.json b/clients/client-networkmanager/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-networkmanager/tsconfig.es.json +++ b/clients/client-networkmanager/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-networkmanager/tsconfig.json b/clients/client-networkmanager/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-networkmanager/tsconfig.json +++ b/clients/client-networkmanager/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-networkmonitor/package.json b/clients/client-networkmonitor/package.json index 77e5d6d52839..53ecec602ef2 100644 --- a/clients/client-networkmonitor/package.json +++ b/clients/client-networkmonitor/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-networkmonitor/tsconfig.es.json b/clients/client-networkmonitor/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-networkmonitor/tsconfig.es.json +++ b/clients/client-networkmonitor/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-networkmonitor/tsconfig.json b/clients/client-networkmonitor/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-networkmonitor/tsconfig.json +++ b/clients/client-networkmonitor/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-notifications/package.json b/clients/client-notifications/package.json index 9ff5f008ec7e..68ce3ca10c66 100644 --- a/clients/client-notifications/package.json +++ b/clients/client-notifications/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-notifications/tsconfig.es.json b/clients/client-notifications/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-notifications/tsconfig.es.json +++ b/clients/client-notifications/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-notifications/tsconfig.json b/clients/client-notifications/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-notifications/tsconfig.json +++ b/clients/client-notifications/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-notificationscontacts/package.json b/clients/client-notificationscontacts/package.json index 43c866a6f61d..7ea6fd284d6c 100644 --- a/clients/client-notificationscontacts/package.json +++ b/clients/client-notificationscontacts/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-notificationscontacts/tsconfig.es.json b/clients/client-notificationscontacts/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-notificationscontacts/tsconfig.es.json +++ b/clients/client-notificationscontacts/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-notificationscontacts/tsconfig.json b/clients/client-notificationscontacts/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-notificationscontacts/tsconfig.json +++ b/clients/client-notificationscontacts/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-oam/package.json b/clients/client-oam/package.json index 879fa845f397..6d7e3b266812 100644 --- a/clients/client-oam/package.json +++ b/clients/client-oam/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-oam/tsconfig.es.json b/clients/client-oam/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-oam/tsconfig.es.json +++ b/clients/client-oam/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-oam/tsconfig.json b/clients/client-oam/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-oam/tsconfig.json +++ b/clients/client-oam/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-observabilityadmin/package.json b/clients/client-observabilityadmin/package.json index 7670b0967a36..00890708b8f4 100644 --- a/clients/client-observabilityadmin/package.json +++ b/clients/client-observabilityadmin/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-observabilityadmin/tsconfig.es.json b/clients/client-observabilityadmin/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-observabilityadmin/tsconfig.es.json +++ b/clients/client-observabilityadmin/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-observabilityadmin/tsconfig.json b/clients/client-observabilityadmin/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-observabilityadmin/tsconfig.json +++ b/clients/client-observabilityadmin/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-omics/package.json b/clients/client-omics/package.json index ae98750355d3..c9f130294548 100644 --- a/clients/client-omics/package.json +++ b/clients/client-omics/package.json @@ -33,47 +33,47 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-stream": "^3.3.2", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-stream": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-omics/tsconfig.es.json b/clients/client-omics/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-omics/tsconfig.es.json +++ b/clients/client-omics/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-omics/tsconfig.json b/clients/client-omics/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-omics/tsconfig.json +++ b/clients/client-omics/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-opensearch/package.json b/clients/client-opensearch/package.json index dcf4f71fceed..95398e06b803 100644 --- a/clients/client-opensearch/package.json +++ b/clients/client-opensearch/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-opensearch/tsconfig.es.json b/clients/client-opensearch/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-opensearch/tsconfig.es.json +++ b/clients/client-opensearch/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-opensearch/tsconfig.json b/clients/client-opensearch/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-opensearch/tsconfig.json +++ b/clients/client-opensearch/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-opensearchserverless/package.json b/clients/client-opensearchserverless/package.json index 39549d42e2a7..6b0a5942c3a7 100644 --- a/clients/client-opensearchserverless/package.json +++ b/clients/client-opensearchserverless/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-opensearchserverless/tsconfig.es.json b/clients/client-opensearchserverless/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-opensearchserverless/tsconfig.es.json +++ b/clients/client-opensearchserverless/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-opensearchserverless/tsconfig.json b/clients/client-opensearchserverless/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-opensearchserverless/tsconfig.json +++ b/clients/client-opensearchserverless/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-opsworks/package.json b/clients/client-opsworks/package.json index f1c739fddfad..5f34b2ebfeeb 100644 --- a/clients/client-opsworks/package.json +++ b/clients/client-opsworks/package.json @@ -33,44 +33,44 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-opsworks/tsconfig.es.json b/clients/client-opsworks/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-opsworks/tsconfig.es.json +++ b/clients/client-opsworks/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-opsworks/tsconfig.json b/clients/client-opsworks/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-opsworks/tsconfig.json +++ b/clients/client-opsworks/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-opsworkscm/package.json b/clients/client-opsworkscm/package.json index f716b15d6b3f..f930dbc673cf 100644 --- a/clients/client-opsworkscm/package.json +++ b/clients/client-opsworkscm/package.json @@ -33,44 +33,44 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-opsworkscm/tsconfig.es.json b/clients/client-opsworkscm/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-opsworkscm/tsconfig.es.json +++ b/clients/client-opsworkscm/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-opsworkscm/tsconfig.json b/clients/client-opsworkscm/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-opsworkscm/tsconfig.json +++ b/clients/client-opsworkscm/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-organizations/package.json b/clients/client-organizations/package.json index 67cf7fbba5d4..f8dc2ba2588c 100644 --- a/clients/client-organizations/package.json +++ b/clients/client-organizations/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-organizations/tsconfig.es.json b/clients/client-organizations/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-organizations/tsconfig.es.json +++ b/clients/client-organizations/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-organizations/tsconfig.json b/clients/client-organizations/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-organizations/tsconfig.json +++ b/clients/client-organizations/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-osis/package.json b/clients/client-osis/package.json index ff43a1d5a64d..7e0c6a0b06e9 100644 --- a/clients/client-osis/package.json +++ b/clients/client-osis/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-osis/tsconfig.es.json b/clients/client-osis/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-osis/tsconfig.es.json +++ b/clients/client-osis/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-osis/tsconfig.json b/clients/client-osis/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-osis/tsconfig.json +++ b/clients/client-osis/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-outposts/package.json b/clients/client-outposts/package.json index 9e8f3c82963a..6efcc4af4ce9 100644 --- a/clients/client-outposts/package.json +++ b/clients/client-outposts/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-outposts/tsconfig.es.json b/clients/client-outposts/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-outposts/tsconfig.es.json +++ b/clients/client-outposts/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-outposts/tsconfig.json b/clients/client-outposts/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-outposts/tsconfig.json +++ b/clients/client-outposts/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-panorama/package.json b/clients/client-panorama/package.json index 93ab0c9b9718..52da13945b9e 100644 --- a/clients/client-panorama/package.json +++ b/clients/client-panorama/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-panorama/tsconfig.es.json b/clients/client-panorama/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-panorama/tsconfig.es.json +++ b/clients/client-panorama/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-panorama/tsconfig.json b/clients/client-panorama/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-panorama/tsconfig.json +++ b/clients/client-panorama/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-partnercentral-selling/package.json b/clients/client-partnercentral-selling/package.json index a5068d85f5c0..7f2c3dbc4e5b 100644 --- a/clients/client-partnercentral-selling/package.json +++ b/clients/client-partnercentral-selling/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-partnercentral-selling/tsconfig.es.json b/clients/client-partnercentral-selling/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-partnercentral-selling/tsconfig.es.json +++ b/clients/client-partnercentral-selling/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-partnercentral-selling/tsconfig.json b/clients/client-partnercentral-selling/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-partnercentral-selling/tsconfig.json +++ b/clients/client-partnercentral-selling/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-payment-cryptography-data/package.json b/clients/client-payment-cryptography-data/package.json index 5071c6e7e1dd..64c71c6a4db2 100644 --- a/clients/client-payment-cryptography-data/package.json +++ b/clients/client-payment-cryptography-data/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-payment-cryptography-data/tsconfig.es.json b/clients/client-payment-cryptography-data/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-payment-cryptography-data/tsconfig.es.json +++ b/clients/client-payment-cryptography-data/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-payment-cryptography-data/tsconfig.json b/clients/client-payment-cryptography-data/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-payment-cryptography-data/tsconfig.json +++ b/clients/client-payment-cryptography-data/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-payment-cryptography/package.json b/clients/client-payment-cryptography/package.json index 193fa6522511..dedd1d67689a 100644 --- a/clients/client-payment-cryptography/package.json +++ b/clients/client-payment-cryptography/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-payment-cryptography/tsconfig.es.json b/clients/client-payment-cryptography/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-payment-cryptography/tsconfig.es.json +++ b/clients/client-payment-cryptography/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-payment-cryptography/tsconfig.json b/clients/client-payment-cryptography/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-payment-cryptography/tsconfig.json +++ b/clients/client-payment-cryptography/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-pca-connector-ad/package.json b/clients/client-pca-connector-ad/package.json index f5054194f931..53c089798146 100644 --- a/clients/client-pca-connector-ad/package.json +++ b/clients/client-pca-connector-ad/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-pca-connector-ad/tsconfig.es.json b/clients/client-pca-connector-ad/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-pca-connector-ad/tsconfig.es.json +++ b/clients/client-pca-connector-ad/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-pca-connector-ad/tsconfig.json b/clients/client-pca-connector-ad/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-pca-connector-ad/tsconfig.json +++ b/clients/client-pca-connector-ad/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-pca-connector-scep/package.json b/clients/client-pca-connector-scep/package.json index fd9799b1fefe..f165a1c6f839 100644 --- a/clients/client-pca-connector-scep/package.json +++ b/clients/client-pca-connector-scep/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-pca-connector-scep/tsconfig.es.json b/clients/client-pca-connector-scep/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-pca-connector-scep/tsconfig.es.json +++ b/clients/client-pca-connector-scep/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-pca-connector-scep/tsconfig.json b/clients/client-pca-connector-scep/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-pca-connector-scep/tsconfig.json +++ b/clients/client-pca-connector-scep/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-pcs/package.json b/clients/client-pcs/package.json index fc07e7a7d905..21461208ed64 100644 --- a/clients/client-pcs/package.json +++ b/clients/client-pcs/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-pcs/tsconfig.es.json b/clients/client-pcs/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-pcs/tsconfig.es.json +++ b/clients/client-pcs/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-pcs/tsconfig.json b/clients/client-pcs/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-pcs/tsconfig.json +++ b/clients/client-pcs/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-personalize-events/package.json b/clients/client-personalize-events/package.json index 523529b16d4c..d1ddd862cb10 100644 --- a/clients/client-personalize-events/package.json +++ b/clients/client-personalize-events/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-personalize-events/tsconfig.es.json b/clients/client-personalize-events/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-personalize-events/tsconfig.es.json +++ b/clients/client-personalize-events/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-personalize-events/tsconfig.json b/clients/client-personalize-events/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-personalize-events/tsconfig.json +++ b/clients/client-personalize-events/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-personalize-runtime/package.json b/clients/client-personalize-runtime/package.json index e154822c69c3..8118046fbe1a 100644 --- a/clients/client-personalize-runtime/package.json +++ b/clients/client-personalize-runtime/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-personalize-runtime/tsconfig.es.json b/clients/client-personalize-runtime/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-personalize-runtime/tsconfig.es.json +++ b/clients/client-personalize-runtime/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-personalize-runtime/tsconfig.json b/clients/client-personalize-runtime/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-personalize-runtime/tsconfig.json +++ b/clients/client-personalize-runtime/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-personalize/package.json b/clients/client-personalize/package.json index dc248ceb3759..9580d88e06e6 100644 --- a/clients/client-personalize/package.json +++ b/clients/client-personalize/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-personalize/tsconfig.es.json b/clients/client-personalize/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-personalize/tsconfig.es.json +++ b/clients/client-personalize/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-personalize/tsconfig.json b/clients/client-personalize/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-personalize/tsconfig.json +++ b/clients/client-personalize/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-pi/package.json b/clients/client-pi/package.json index c76593846a9e..03a7216de23a 100644 --- a/clients/client-pi/package.json +++ b/clients/client-pi/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-pi/tsconfig.es.json b/clients/client-pi/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-pi/tsconfig.es.json +++ b/clients/client-pi/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-pi/tsconfig.json b/clients/client-pi/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-pi/tsconfig.json +++ b/clients/client-pi/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-pinpoint-email/package.json b/clients/client-pinpoint-email/package.json index 548745cc7108..098b7f2dd90f 100644 --- a/clients/client-pinpoint-email/package.json +++ b/clients/client-pinpoint-email/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-pinpoint-email/tsconfig.es.json b/clients/client-pinpoint-email/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-pinpoint-email/tsconfig.es.json +++ b/clients/client-pinpoint-email/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-pinpoint-email/tsconfig.json b/clients/client-pinpoint-email/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-pinpoint-email/tsconfig.json +++ b/clients/client-pinpoint-email/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-pinpoint-sms-voice-v2/package.json b/clients/client-pinpoint-sms-voice-v2/package.json index ec3777809344..a872bd6a3011 100644 --- a/clients/client-pinpoint-sms-voice-v2/package.json +++ b/clients/client-pinpoint-sms-voice-v2/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-pinpoint-sms-voice-v2/tsconfig.es.json b/clients/client-pinpoint-sms-voice-v2/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-pinpoint-sms-voice-v2/tsconfig.es.json +++ b/clients/client-pinpoint-sms-voice-v2/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-pinpoint-sms-voice-v2/tsconfig.json b/clients/client-pinpoint-sms-voice-v2/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-pinpoint-sms-voice-v2/tsconfig.json +++ b/clients/client-pinpoint-sms-voice-v2/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-pinpoint-sms-voice/package.json b/clients/client-pinpoint-sms-voice/package.json index 6e0a1bda19bb..721ee9dd31b6 100644 --- a/clients/client-pinpoint-sms-voice/package.json +++ b/clients/client-pinpoint-sms-voice/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-pinpoint-sms-voice/tsconfig.es.json b/clients/client-pinpoint-sms-voice/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-pinpoint-sms-voice/tsconfig.es.json +++ b/clients/client-pinpoint-sms-voice/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-pinpoint-sms-voice/tsconfig.json b/clients/client-pinpoint-sms-voice/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-pinpoint-sms-voice/tsconfig.json +++ b/clients/client-pinpoint-sms-voice/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-pinpoint/package.json b/clients/client-pinpoint/package.json index e7d26dd0992e..f262cd1beeed 100644 --- a/clients/client-pinpoint/package.json +++ b/clients/client-pinpoint/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-pinpoint/tsconfig.es.json b/clients/client-pinpoint/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-pinpoint/tsconfig.es.json +++ b/clients/client-pinpoint/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-pinpoint/tsconfig.json b/clients/client-pinpoint/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-pinpoint/tsconfig.json +++ b/clients/client-pinpoint/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-pipes/package.json b/clients/client-pipes/package.json index deb2e5d429ce..4ad4e14af015 100644 --- a/clients/client-pipes/package.json +++ b/clients/client-pipes/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-pipes/tsconfig.es.json b/clients/client-pipes/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-pipes/tsconfig.es.json +++ b/clients/client-pipes/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-pipes/tsconfig.json b/clients/client-pipes/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-pipes/tsconfig.json +++ b/clients/client-pipes/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-polly/package.json b/clients/client-polly/package.json index 05fb3f72e15d..c18ffba89249 100644 --- a/clients/client-polly/package.json +++ b/clients/client-polly/package.json @@ -33,44 +33,44 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-stream": "^3.3.2", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-stream": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-polly/tsconfig.es.json b/clients/client-polly/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-polly/tsconfig.es.json +++ b/clients/client-polly/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-polly/tsconfig.json b/clients/client-polly/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-polly/tsconfig.json +++ b/clients/client-polly/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-pricing/package.json b/clients/client-pricing/package.json index 9bfefe4923f0..60901caf0a5e 100644 --- a/clients/client-pricing/package.json +++ b/clients/client-pricing/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-pricing/tsconfig.es.json b/clients/client-pricing/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-pricing/tsconfig.es.json +++ b/clients/client-pricing/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-pricing/tsconfig.json b/clients/client-pricing/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-pricing/tsconfig.json +++ b/clients/client-pricing/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-privatenetworks/package.json b/clients/client-privatenetworks/package.json index f2756771363b..c81dac31fbf2 100644 --- a/clients/client-privatenetworks/package.json +++ b/clients/client-privatenetworks/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-privatenetworks/tsconfig.es.json b/clients/client-privatenetworks/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-privatenetworks/tsconfig.es.json +++ b/clients/client-privatenetworks/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-privatenetworks/tsconfig.json b/clients/client-privatenetworks/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-privatenetworks/tsconfig.json +++ b/clients/client-privatenetworks/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-proton/package.json b/clients/client-proton/package.json index 0c1c13ca744a..46b83546aa6d 100644 --- a/clients/client-proton/package.json +++ b/clients/client-proton/package.json @@ -33,46 +33,46 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-proton/tsconfig.es.json b/clients/client-proton/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-proton/tsconfig.es.json +++ b/clients/client-proton/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-proton/tsconfig.json b/clients/client-proton/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-proton/tsconfig.json +++ b/clients/client-proton/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-qapps/package.json b/clients/client-qapps/package.json index 9c7e7d989bc1..9fea60e4cdcd 100644 --- a/clients/client-qapps/package.json +++ b/clients/client-qapps/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-qapps/tsconfig.es.json b/clients/client-qapps/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-qapps/tsconfig.es.json +++ b/clients/client-qapps/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-qapps/tsconfig.json b/clients/client-qapps/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-qapps/tsconfig.json +++ b/clients/client-qapps/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-qbusiness/package.json b/clients/client-qbusiness/package.json index d43b750d0d70..e98e9745dbfa 100644 --- a/clients/client-qbusiness/package.json +++ b/clients/client-qbusiness/package.json @@ -35,48 +35,48 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/eventstream-serde-browser": "^3.0.14", - "@smithy/eventstream-serde-config-resolver": "^3.0.11", - "@smithy/eventstream-serde-node": "^3.0.13", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/eventstream-serde-browser": "^4.0.0", + "@smithy/eventstream-serde-config-resolver": "^4.0.0", + "@smithy/eventstream-serde-node": "^4.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-qbusiness/tsconfig.es.json b/clients/client-qbusiness/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-qbusiness/tsconfig.es.json +++ b/clients/client-qbusiness/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-qbusiness/tsconfig.json b/clients/client-qbusiness/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-qbusiness/tsconfig.json +++ b/clients/client-qbusiness/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-qconnect/package.json b/clients/client-qconnect/package.json index 6fd36c76cd2e..d62963df1cd5 100644 --- a/clients/client-qconnect/package.json +++ b/clients/client-qconnect/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-qconnect/tsconfig.es.json b/clients/client-qconnect/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-qconnect/tsconfig.es.json +++ b/clients/client-qconnect/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-qconnect/tsconfig.json b/clients/client-qconnect/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-qconnect/tsconfig.json +++ b/clients/client-qconnect/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-qldb-session/package.json b/clients/client-qldb-session/package.json index 9032101f34f8..b9af290da812 100644 --- a/clients/client-qldb-session/package.json +++ b/clients/client-qldb-session/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-qldb-session/tsconfig.es.json b/clients/client-qldb-session/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-qldb-session/tsconfig.es.json +++ b/clients/client-qldb-session/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-qldb-session/tsconfig.json b/clients/client-qldb-session/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-qldb-session/tsconfig.json +++ b/clients/client-qldb-session/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-qldb/package.json b/clients/client-qldb/package.json index 2c3b74936644..7a40ffdb21fe 100644 --- a/clients/client-qldb/package.json +++ b/clients/client-qldb/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-qldb/tsconfig.es.json b/clients/client-qldb/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-qldb/tsconfig.es.json +++ b/clients/client-qldb/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-qldb/tsconfig.json b/clients/client-qldb/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-qldb/tsconfig.json +++ b/clients/client-qldb/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-quicksight/package.json b/clients/client-quicksight/package.json index a4fb7247da01..1f6e426217ad 100644 --- a/clients/client-quicksight/package.json +++ b/clients/client-quicksight/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-quicksight/tsconfig.es.json b/clients/client-quicksight/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-quicksight/tsconfig.es.json +++ b/clients/client-quicksight/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-quicksight/tsconfig.json b/clients/client-quicksight/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-quicksight/tsconfig.json +++ b/clients/client-quicksight/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-ram/package.json b/clients/client-ram/package.json index e994d894b87e..c7b515c6b9a4 100644 --- a/clients/client-ram/package.json +++ b/clients/client-ram/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-ram/tsconfig.es.json b/clients/client-ram/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-ram/tsconfig.es.json +++ b/clients/client-ram/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-ram/tsconfig.json b/clients/client-ram/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-ram/tsconfig.json +++ b/clients/client-ram/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-rbin/package.json b/clients/client-rbin/package.json index 2661d6a5547e..4212195f5790 100644 --- a/clients/client-rbin/package.json +++ b/clients/client-rbin/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-rbin/tsconfig.es.json b/clients/client-rbin/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-rbin/tsconfig.es.json +++ b/clients/client-rbin/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-rbin/tsconfig.json b/clients/client-rbin/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-rbin/tsconfig.json +++ b/clients/client-rbin/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-rds-data/package.json b/clients/client-rds-data/package.json index d6b6104b84ae..1df0858f4021 100644 --- a/clients/client-rds-data/package.json +++ b/clients/client-rds-data/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-rds-data/tsconfig.es.json b/clients/client-rds-data/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-rds-data/tsconfig.es.json +++ b/clients/client-rds-data/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-rds-data/tsconfig.json b/clients/client-rds-data/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-rds-data/tsconfig.json +++ b/clients/client-rds-data/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-rds/package.json b/clients/client-rds/package.json index 2c46575f330c..e22c72a44580 100644 --- a/clients/client-rds/package.json +++ b/clients/client-rds/package.json @@ -34,44 +34,44 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-rds/tsconfig.es.json b/clients/client-rds/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-rds/tsconfig.es.json +++ b/clients/client-rds/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-rds/tsconfig.json b/clients/client-rds/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-rds/tsconfig.json +++ b/clients/client-rds/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-redshift-data/package.json b/clients/client-redshift-data/package.json index bd5f63ee6e75..76beac74f1b8 100644 --- a/clients/client-redshift-data/package.json +++ b/clients/client-redshift-data/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-redshift-data/tsconfig.es.json b/clients/client-redshift-data/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-redshift-data/tsconfig.es.json +++ b/clients/client-redshift-data/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-redshift-data/tsconfig.json b/clients/client-redshift-data/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-redshift-data/tsconfig.json +++ b/clients/client-redshift-data/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-redshift-serverless/package.json b/clients/client-redshift-serverless/package.json index 2c195a0342b0..aeaa92341046 100644 --- a/clients/client-redshift-serverless/package.json +++ b/clients/client-redshift-serverless/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-redshift-serverless/tsconfig.es.json b/clients/client-redshift-serverless/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-redshift-serverless/tsconfig.es.json +++ b/clients/client-redshift-serverless/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-redshift-serverless/tsconfig.json b/clients/client-redshift-serverless/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-redshift-serverless/tsconfig.json +++ b/clients/client-redshift-serverless/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-redshift/package.json b/clients/client-redshift/package.json index e232b1def9d6..d62aa12a5241 100644 --- a/clients/client-redshift/package.json +++ b/clients/client-redshift/package.json @@ -33,44 +33,44 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-redshift/tsconfig.es.json b/clients/client-redshift/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-redshift/tsconfig.es.json +++ b/clients/client-redshift/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-redshift/tsconfig.json b/clients/client-redshift/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-redshift/tsconfig.json +++ b/clients/client-redshift/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-rekognition/package.json b/clients/client-rekognition/package.json index 5a2a29887917..5d27fcc5a4ab 100644 --- a/clients/client-rekognition/package.json +++ b/clients/client-rekognition/package.json @@ -33,46 +33,46 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-rekognition/tsconfig.es.json b/clients/client-rekognition/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-rekognition/tsconfig.es.json +++ b/clients/client-rekognition/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-rekognition/tsconfig.json b/clients/client-rekognition/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-rekognition/tsconfig.json +++ b/clients/client-rekognition/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-rekognitionstreaming/package.json b/clients/client-rekognitionstreaming/package.json index db0d9411a147..3267e7ab9fb5 100644 --- a/clients/client-rekognitionstreaming/package.json +++ b/clients/client-rekognitionstreaming/package.json @@ -36,46 +36,46 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/eventstream-serde-browser": "^3.0.14", - "@smithy/eventstream-serde-config-resolver": "^3.0.11", - "@smithy/eventstream-serde-node": "^3.0.13", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/eventstream-serde-browser": "^4.0.0", + "@smithy/eventstream-serde-config-resolver": "^4.0.0", + "@smithy/eventstream-serde-node": "^4.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-rekognitionstreaming/tsconfig.es.json b/clients/client-rekognitionstreaming/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-rekognitionstreaming/tsconfig.es.json +++ b/clients/client-rekognitionstreaming/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-rekognitionstreaming/tsconfig.json b/clients/client-rekognitionstreaming/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-rekognitionstreaming/tsconfig.json +++ b/clients/client-rekognitionstreaming/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-repostspace/package.json b/clients/client-repostspace/package.json index 559ac178742f..8c45960c1ddc 100644 --- a/clients/client-repostspace/package.json +++ b/clients/client-repostspace/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-repostspace/tsconfig.es.json b/clients/client-repostspace/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-repostspace/tsconfig.es.json +++ b/clients/client-repostspace/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-repostspace/tsconfig.json b/clients/client-repostspace/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-repostspace/tsconfig.json +++ b/clients/client-repostspace/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-resiliencehub/package.json b/clients/client-resiliencehub/package.json index 62223ebf46d3..764c20d65f80 100644 --- a/clients/client-resiliencehub/package.json +++ b/clients/client-resiliencehub/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-resiliencehub/tsconfig.es.json b/clients/client-resiliencehub/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-resiliencehub/tsconfig.es.json +++ b/clients/client-resiliencehub/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-resiliencehub/tsconfig.json b/clients/client-resiliencehub/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-resiliencehub/tsconfig.json +++ b/clients/client-resiliencehub/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-resource-explorer-2/package.json b/clients/client-resource-explorer-2/package.json index ee4c9ee1c1fb..caa71ae6b6af 100644 --- a/clients/client-resource-explorer-2/package.json +++ b/clients/client-resource-explorer-2/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-resource-explorer-2/tsconfig.es.json b/clients/client-resource-explorer-2/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-resource-explorer-2/tsconfig.es.json +++ b/clients/client-resource-explorer-2/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-resource-explorer-2/tsconfig.json b/clients/client-resource-explorer-2/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-resource-explorer-2/tsconfig.json +++ b/clients/client-resource-explorer-2/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-resource-groups-tagging-api/package.json b/clients/client-resource-groups-tagging-api/package.json index 62b11844d0da..1bfbff5e65b2 100644 --- a/clients/client-resource-groups-tagging-api/package.json +++ b/clients/client-resource-groups-tagging-api/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-resource-groups-tagging-api/tsconfig.es.json b/clients/client-resource-groups-tagging-api/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-resource-groups-tagging-api/tsconfig.es.json +++ b/clients/client-resource-groups-tagging-api/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-resource-groups-tagging-api/tsconfig.json b/clients/client-resource-groups-tagging-api/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-resource-groups-tagging-api/tsconfig.json +++ b/clients/client-resource-groups-tagging-api/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-resource-groups/package.json b/clients/client-resource-groups/package.json index 918ed907386a..7fddeafcd5d4 100644 --- a/clients/client-resource-groups/package.json +++ b/clients/client-resource-groups/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-resource-groups/tsconfig.es.json b/clients/client-resource-groups/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-resource-groups/tsconfig.es.json +++ b/clients/client-resource-groups/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-resource-groups/tsconfig.json b/clients/client-resource-groups/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-resource-groups/tsconfig.json +++ b/clients/client-resource-groups/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-robomaker/package.json b/clients/client-robomaker/package.json index cdfb1e980fc9..2a0ecf9546e0 100644 --- a/clients/client-robomaker/package.json +++ b/clients/client-robomaker/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-robomaker/tsconfig.es.json b/clients/client-robomaker/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-robomaker/tsconfig.es.json +++ b/clients/client-robomaker/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-robomaker/tsconfig.json b/clients/client-robomaker/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-robomaker/tsconfig.json +++ b/clients/client-robomaker/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-rolesanywhere/package.json b/clients/client-rolesanywhere/package.json index 3c767b076d37..851ff995ffd2 100644 --- a/clients/client-rolesanywhere/package.json +++ b/clients/client-rolesanywhere/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-rolesanywhere/tsconfig.es.json b/clients/client-rolesanywhere/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-rolesanywhere/tsconfig.es.json +++ b/clients/client-rolesanywhere/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-rolesanywhere/tsconfig.json b/clients/client-rolesanywhere/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-rolesanywhere/tsconfig.json +++ b/clients/client-rolesanywhere/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-route-53-domains/package.json b/clients/client-route-53-domains/package.json index cccf82fb2913..a2a9fb9d2f8c 100644 --- a/clients/client-route-53-domains/package.json +++ b/clients/client-route-53-domains/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-route-53-domains/tsconfig.es.json b/clients/client-route-53-domains/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-route-53-domains/tsconfig.es.json +++ b/clients/client-route-53-domains/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-route-53-domains/tsconfig.json b/clients/client-route-53-domains/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-route-53-domains/tsconfig.json +++ b/clients/client-route-53-domains/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-route-53/package.json b/clients/client-route-53/package.json index 4b244c1ab03d..4eaffc2b9d5f 100644 --- a/clients/client-route-53/package.json +++ b/clients/client-route-53/package.json @@ -35,44 +35,44 @@ "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", "@aws-sdk/xml-builder": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-route-53/tsconfig.es.json b/clients/client-route-53/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-route-53/tsconfig.es.json +++ b/clients/client-route-53/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-route-53/tsconfig.json b/clients/client-route-53/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-route-53/tsconfig.json +++ b/clients/client-route-53/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-route53-recovery-cluster/package.json b/clients/client-route53-recovery-cluster/package.json index 3b987807da78..ab69a6aa055e 100644 --- a/clients/client-route53-recovery-cluster/package.json +++ b/clients/client-route53-recovery-cluster/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-route53-recovery-cluster/tsconfig.es.json b/clients/client-route53-recovery-cluster/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-route53-recovery-cluster/tsconfig.es.json +++ b/clients/client-route53-recovery-cluster/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-route53-recovery-cluster/tsconfig.json b/clients/client-route53-recovery-cluster/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-route53-recovery-cluster/tsconfig.json +++ b/clients/client-route53-recovery-cluster/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-route53-recovery-control-config/package.json b/clients/client-route53-recovery-control-config/package.json index 9c8cd0709945..e1ce0868cf60 100644 --- a/clients/client-route53-recovery-control-config/package.json +++ b/clients/client-route53-recovery-control-config/package.json @@ -33,46 +33,46 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-route53-recovery-control-config/tsconfig.es.json b/clients/client-route53-recovery-control-config/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-route53-recovery-control-config/tsconfig.es.json +++ b/clients/client-route53-recovery-control-config/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-route53-recovery-control-config/tsconfig.json b/clients/client-route53-recovery-control-config/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-route53-recovery-control-config/tsconfig.json +++ b/clients/client-route53-recovery-control-config/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-route53-recovery-readiness/package.json b/clients/client-route53-recovery-readiness/package.json index c2ec78014dc1..c3e8c22d7373 100644 --- a/clients/client-route53-recovery-readiness/package.json +++ b/clients/client-route53-recovery-readiness/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-route53-recovery-readiness/tsconfig.es.json b/clients/client-route53-recovery-readiness/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-route53-recovery-readiness/tsconfig.es.json +++ b/clients/client-route53-recovery-readiness/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-route53-recovery-readiness/tsconfig.json b/clients/client-route53-recovery-readiness/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-route53-recovery-readiness/tsconfig.json +++ b/clients/client-route53-recovery-readiness/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-route53profiles/package.json b/clients/client-route53profiles/package.json index 336db2b854db..8835fda2f092 100644 --- a/clients/client-route53profiles/package.json +++ b/clients/client-route53profiles/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-route53profiles/tsconfig.es.json b/clients/client-route53profiles/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-route53profiles/tsconfig.es.json +++ b/clients/client-route53profiles/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-route53profiles/tsconfig.json b/clients/client-route53profiles/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-route53profiles/tsconfig.json +++ b/clients/client-route53profiles/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-route53resolver/package.json b/clients/client-route53resolver/package.json index df17f5f51428..669870325e0a 100644 --- a/clients/client-route53resolver/package.json +++ b/clients/client-route53resolver/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-route53resolver/tsconfig.es.json b/clients/client-route53resolver/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-route53resolver/tsconfig.es.json +++ b/clients/client-route53resolver/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-route53resolver/tsconfig.json b/clients/client-route53resolver/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-route53resolver/tsconfig.json +++ b/clients/client-route53resolver/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-rum/package.json b/clients/client-rum/package.json index 06a0aaef4f27..cea395096372 100644 --- a/clients/client-rum/package.json +++ b/clients/client-rum/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-rum/tsconfig.es.json b/clients/client-rum/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-rum/tsconfig.es.json +++ b/clients/client-rum/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-rum/tsconfig.json b/clients/client-rum/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-rum/tsconfig.json +++ b/clients/client-rum/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-s3-control/package.json b/clients/client-s3-control/package.json index cdfd7cbea0eb..2c09011cfb9d 100644 --- a/clients/client-s3-control/package.json +++ b/clients/client-s3-control/package.json @@ -37,49 +37,49 @@ "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", "@aws-sdk/xml-builder": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-blob-browser": "^3.1.10", - "@smithy/hash-node": "^3.0.11", - "@smithy/hash-stream-node": "^3.1.10", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/md5-js": "^3.0.11", - "@smithy/middleware-apply-body-checksum": "^3.0.13", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-blob-browser": "^4.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/hash-stream-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/md5-js": "^4.0.0", + "@smithy/middleware-apply-body-checksum": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-s3-control/tsconfig.es.json b/clients/client-s3-control/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-s3-control/tsconfig.es.json +++ b/clients/client-s3-control/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-s3-control/tsconfig.json b/clients/client-s3-control/tsconfig.json index bae83b8420ee..c1c62444548f 100644 --- a/clients/client-s3-control/tsconfig.json +++ b/clients/client-s3-control/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-s3/package.json b/clients/client-s3/package.json index 7f829e28a0af..905c75cadd62 100644 --- a/clients/client-s3/package.json +++ b/clients/client-s3/package.json @@ -48,52 +48,52 @@ "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", "@aws-sdk/xml-builder": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/eventstream-serde-browser": "^3.0.14", - "@smithy/eventstream-serde-config-resolver": "^3.0.11", - "@smithy/eventstream-serde-node": "^3.0.13", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-blob-browser": "^3.1.10", - "@smithy/hash-node": "^3.0.11", - "@smithy/hash-stream-node": "^3.1.10", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/md5-js": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-stream": "^3.3.2", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/eventstream-serde-browser": "^4.0.0", + "@smithy/eventstream-serde-config-resolver": "^4.0.0", + "@smithy/eventstream-serde-node": "^4.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-blob-browser": "^4.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/hash-stream-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/md5-js": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-stream": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { "@aws-sdk/signature-v4-crt": "*", - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-s3/src/commands/DeleteObjectCommand.ts b/clients/client-s3/src/commands/DeleteObjectCommand.ts index 6c2c4a7cdcce..ab81abf06550 100644 --- a/clients/client-s3/src/commands/DeleteObjectCommand.ts +++ b/clients/client-s3/src/commands/DeleteObjectCommand.ts @@ -167,28 +167,28 @@ export interface DeleteObjectCommandOutput extends DeleteObjectOutput, __Metadat *

Base exception class for all service exceptions from S3 service.

* * @public - * @example To delete an object + * @example To delete an object (from a non-versioned bucket) * ```javascript - * // The following example deletes an object from an S3 bucket. + * // The following example deletes an object from a non-versioned bucket. * const input = { - * "Bucket": "examplebucket", - * "Key": "objectkey.jpg" + * "Bucket": "ExampleBucket", + * "Key": "HappyFace.jpg" * }; * const command = new DeleteObjectCommand(input); * await client.send(command); - * // example id: to-delete-an-object-1472850136595 + * // example id: to-delete-an-object-from-a-non-versioned-bucket-1481588533089 * ``` * - * @example To delete an object (from a non-versioned bucket) + * @example To delete an object * ```javascript - * // The following example deletes an object from a non-versioned bucket. + * // The following example deletes an object from an S3 bucket. * const input = { - * "Bucket": "ExampleBucket", - * "Key": "HappyFace.jpg" + * "Bucket": "examplebucket", + * "Key": "objectkey.jpg" * }; * const command = new DeleteObjectCommand(input); * await client.send(command); - * // example id: to-delete-an-object-from-a-non-versioned-bucket-1481588533089 + * // example id: to-delete-an-object-1472850136595 * ``` * */ diff --git a/clients/client-s3/src/commands/DeleteObjectsCommand.ts b/clients/client-s3/src/commands/DeleteObjectsCommand.ts index 1b95ca5ab9f1..9c807480bec9 100644 --- a/clients/client-s3/src/commands/DeleteObjectsCommand.ts +++ b/clients/client-s3/src/commands/DeleteObjectsCommand.ts @@ -228,18 +228,20 @@ export interface DeleteObjectsCommandOutput extends DeleteObjectsOutput, __Metad *

Base exception class for all service exceptions from S3 service.

* * @public - * @example To delete multiple objects from a versioned bucket + * @example To delete multiple object versions from a versioned bucket * ```javascript - * // The following example deletes objects from a bucket. The bucket is versioned, and the request does not specify the object version to delete. In this case, all versions remain in the bucket and S3 adds a delete marker. + * // The following example deletes objects from a bucket. The request specifies object versions. S3 deletes specific object versions and returns the key and versions of deleted objects in the response. * const input = { * "Bucket": "examplebucket", * "Delete": { * "Objects": [ * { - * "Key": "objectkey1" + * "Key": "HappyFace.jpg", + * "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b" * }, * { - * "Key": "objectkey2" + * "Key": "HappyFace.jpg", + * "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd" * } * ], * "Quiet": false @@ -251,35 +253,31 @@ export interface DeleteObjectsCommandOutput extends DeleteObjectsOutput, __Metad * { * "Deleted": [ * { - * "DeleteMarker": "true", - * "DeleteMarkerVersionId": "A._w1z6EFiCF5uhtQMDal9JDkID9tQ7F", - * "Key": "objectkey1" + * "Key": "HappyFace.jpg", + * "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd" * }, * { - * "DeleteMarker": "true", - * "DeleteMarkerVersionId": "iOd_ORxhkKe_e8G8_oSGxt2PjsCZKlkt", - * "Key": "objectkey2" + * "Key": "HappyFace.jpg", + * "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b" * } * ] * } * *\/ - * // example id: to-delete-multiple-objects-from-a-versioned-bucket-1483146248805 + * // example id: to-delete-multiple-object-versions-from-a-versioned-bucket-1483147087737 * ``` * - * @example To delete multiple object versions from a versioned bucket + * @example To delete multiple objects from a versioned bucket * ```javascript - * // The following example deletes objects from a bucket. The request specifies object versions. S3 deletes specific object versions and returns the key and versions of deleted objects in the response. + * // The following example deletes objects from a bucket. The bucket is versioned, and the request does not specify the object version to delete. In this case, all versions remain in the bucket and S3 adds a delete marker. * const input = { * "Bucket": "examplebucket", * "Delete": { * "Objects": [ * { - * "Key": "HappyFace.jpg", - * "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b" + * "Key": "objectkey1" * }, * { - * "Key": "HappyFace.jpg", - * "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd" + * "Key": "objectkey2" * } * ], * "Quiet": false @@ -291,17 +289,19 @@ export interface DeleteObjectsCommandOutput extends DeleteObjectsOutput, __Metad * { * "Deleted": [ * { - * "Key": "HappyFace.jpg", - * "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd" + * "DeleteMarker": "true", + * "DeleteMarkerVersionId": "A._w1z6EFiCF5uhtQMDal9JDkID9tQ7F", + * "Key": "objectkey1" * }, * { - * "Key": "HappyFace.jpg", - * "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b" + * "DeleteMarker": "true", + * "DeleteMarkerVersionId": "iOd_ORxhkKe_e8G8_oSGxt2PjsCZKlkt", + * "Key": "objectkey2" * } * ] * } * *\/ - * // example id: to-delete-multiple-object-versions-from-a-versioned-bucket-1483147087737 + * // example id: to-delete-multiple-objects-from-a-versioned-bucket-1483146248805 * ``` * */ diff --git a/clients/client-s3/src/commands/ListMultipartUploadsCommand.ts b/clients/client-s3/src/commands/ListMultipartUploadsCommand.ts index 6240d2226ec2..d46938f4e8d2 100644 --- a/clients/client-s3/src/commands/ListMultipartUploadsCommand.ts +++ b/clients/client-s3/src/commands/ListMultipartUploadsCommand.ts @@ -230,104 +230,104 @@ export interface ListMultipartUploadsCommandOutput extends ListMultipartUploadsO *

Base exception class for all service exceptions from S3 service.

* * @public - * @example To list in-progress multipart uploads on a bucket + * @example List next set of multipart uploads when previous result is truncated * ```javascript - * // The following example lists in-progress multipart uploads on a specific bucket. + * // The following example specifies the upload-id-marker and key-marker from previous truncated response to retrieve next setup of multipart uploads. * const input = { - * "Bucket": "examplebucket" + * "Bucket": "examplebucket", + * "KeyMarker": "nextkeyfrompreviousresponse", + * "MaxUploads": "2", + * "UploadIdMarker": "valuefrompreviousresponse" * }; * const command = new ListMultipartUploadsCommand(input); * const response = await client.send(command); * /* response == * { + * "Bucket": "acl1", + * "IsTruncated": true, + * "KeyMarker": "", + * "MaxUploads": "2", + * "NextKeyMarker": "someobjectkey", + * "NextUploadIdMarker": "examplelo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--", + * "UploadIdMarker": "", * "Uploads": [ * { * "Initiated": "2014-05-01T05:40:58.000Z", * "Initiator": { - * "DisplayName": "display-name", + * "DisplayName": "ownder-display-name", * "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc" * }, * "Key": "JavaFile", * "Owner": { - * "DisplayName": "display-name", - * "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc" + * "DisplayName": "mohanataws", + * "ID": "852b113e7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc" * }, * "StorageClass": "STANDARD", - * "UploadId": "examplelUa.CInXklLQtSMJITdUnoZ1Y5GACB5UckOtspm5zbDMCkPF_qkfZzMiFZ6dksmcnqxJyIBvQMG9X9Q--" + * "UploadId": "gZ30jIqlUa.CInXklLQtSMJITdUnoZ1Y5GACB5UckOtspm5zbDMCkPF_qkfZzMiFZ6dksmcnqxJyIBvQMG9X9Q--" * }, * { * "Initiated": "2014-05-01T05:41:27.000Z", * "Initiator": { - * "DisplayName": "display-name", + * "DisplayName": "ownder-display-name", * "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc" * }, * "Key": "JavaFile", * "Owner": { - * "DisplayName": "display-name", + * "DisplayName": "ownder-display-name", * "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc" * }, * "StorageClass": "STANDARD", - * "UploadId": "examplelo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--" + * "UploadId": "b7tZSqIlo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--" * } * ] * } * *\/ - * // example id: to-list-in-progress-multipart-uploads-on-a-bucket-1481852775260 + * // example id: list-next-set-of-multipart-uploads-when-previous-result-is-truncated-1482428106748 * ``` * - * @example List next set of multipart uploads when previous result is truncated + * @example To list in-progress multipart uploads on a bucket * ```javascript - * // The following example specifies the upload-id-marker and key-marker from previous truncated response to retrieve next setup of multipart uploads. + * // The following example lists in-progress multipart uploads on a specific bucket. * const input = { - * "Bucket": "examplebucket", - * "KeyMarker": "nextkeyfrompreviousresponse", - * "MaxUploads": "2", - * "UploadIdMarker": "valuefrompreviousresponse" + * "Bucket": "examplebucket" * }; * const command = new ListMultipartUploadsCommand(input); * const response = await client.send(command); * /* response == * { - * "Bucket": "acl1", - * "IsTruncated": true, - * "KeyMarker": "", - * "MaxUploads": "2", - * "NextKeyMarker": "someobjectkey", - * "NextUploadIdMarker": "examplelo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--", - * "UploadIdMarker": "", * "Uploads": [ * { * "Initiated": "2014-05-01T05:40:58.000Z", * "Initiator": { - * "DisplayName": "ownder-display-name", + * "DisplayName": "display-name", * "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc" * }, * "Key": "JavaFile", * "Owner": { - * "DisplayName": "mohanataws", - * "ID": "852b113e7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc" + * "DisplayName": "display-name", + * "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc" * }, * "StorageClass": "STANDARD", - * "UploadId": "gZ30jIqlUa.CInXklLQtSMJITdUnoZ1Y5GACB5UckOtspm5zbDMCkPF_qkfZzMiFZ6dksmcnqxJyIBvQMG9X9Q--" + * "UploadId": "examplelUa.CInXklLQtSMJITdUnoZ1Y5GACB5UckOtspm5zbDMCkPF_qkfZzMiFZ6dksmcnqxJyIBvQMG9X9Q--" * }, * { * "Initiated": "2014-05-01T05:41:27.000Z", * "Initiator": { - * "DisplayName": "ownder-display-name", + * "DisplayName": "display-name", * "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc" * }, * "Key": "JavaFile", * "Owner": { - * "DisplayName": "ownder-display-name", + * "DisplayName": "display-name", * "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc" * }, * "StorageClass": "STANDARD", - * "UploadId": "b7tZSqIlo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--" + * "UploadId": "examplelo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--" * } * ] * } * *\/ - * // example id: list-next-set-of-multipart-uploads-when-previous-result-is-truncated-1482428106748 + * // example id: to-list-in-progress-multipart-uploads-on-a-bucket-1481852775260 * ``` * */ diff --git a/clients/client-s3/src/commands/PutObjectCommand.ts b/clients/client-s3/src/commands/PutObjectCommand.ts index d9ffb3914327..17da85630530 100644 --- a/clients/client-s3/src/commands/PutObjectCommand.ts +++ b/clients/client-s3/src/commands/PutObjectCommand.ts @@ -299,111 +299,107 @@ export interface PutObjectCommandOutput extends PutObjectOutput, __MetadataBeare *

Base exception class for all service exceptions from S3 service.

* * @public - * @example To upload an object (specify optional headers) + * @example To upload an object and specify canned ACL. * ```javascript - * // The following example uploads an object. The request specifies optional request headers to directs S3 to use specific storage class and use server-side encryption. + * // The following example uploads and object. The request specifies optional canned ACL (access control list) to all READ access to authenticated users. If the bucket is versioning enabled, S3 returns version ID in response. * const input = { - * "Body": "HappyFace.jpg", + * "ACL": "authenticated-read", + * "Body": "filetoupload", * "Bucket": "examplebucket", - * "Key": "HappyFace.jpg", - * "ServerSideEncryption": "AES256", - * "StorageClass": "STANDARD_IA" + * "Key": "exampleobject" * }; * const command = new PutObjectCommand(input); * const response = await client.send(command); * /* response == * { * "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"", - * "ServerSideEncryption": "AES256", - * "VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp" + * "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr" * } * *\/ - * // example id: to-upload-an-object-(specify-optional-headers) + * // example id: to-upload-an-object-and-specify-canned-acl-1483397779571 * ``` * - * @example To upload an object and specify server-side encryption and object tags + * @example To create an object. * ```javascript - * // The following example uploads an object. The request specifies the optional server-side encryption option. The request also specifies optional object tags. If the bucket is versioning enabled, S3 returns version ID in response. + * // The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response. * const input = { * "Body": "filetoupload", * "Bucket": "examplebucket", - * "Key": "exampleobject", - * "ServerSideEncryption": "AES256", - * "Tagging": "key1=value1&key2=value2" + * "Key": "objectkey" * }; * const command = new PutObjectCommand(input); * const response = await client.send(command); * /* response == * { * "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"", - * "ServerSideEncryption": "AES256", - * "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt" + * "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ" * } * *\/ - * // example id: to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831 + * // example id: to-create-an-object-1483147613675 * ``` * - * @example To upload object and specify user-defined metadata + * @example To upload an object and specify optional tags * ```javascript - * // The following example creates an object. The request also specifies optional metadata. If the bucket is versioning enabled, S3 returns version ID in response. + * // The following example uploads an object. The request specifies optional object tags. The bucket is versioned, therefore S3 returns version ID of the newly created object. * const input = { - * "Body": "filetoupload", + * "Body": "c:\\HappyFace.jpg", * "Bucket": "examplebucket", - * "Key": "exampleobject", - * "Metadata": { - * "metadata1": "value1", - * "metadata2": "value2" - * } + * "Key": "HappyFace.jpg", + * "Tagging": "key1=value1&key2=value2" * }; * const command = new PutObjectCommand(input); * const response = await client.send(command); * /* response == * { * "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"", - * "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0" + * "VersionId": "psM2sYY4.o1501dSx8wMvnkOzSBB.V4a" * } * *\/ - * // example id: to-upload-object-and-specify-user-defined-metadata-1483396974757 + * // example id: to-upload-an-object-and-specify-optional-tags-1481762310955 * ``` * - * @example To upload an object and specify canned ACL. + * @example To upload an object and specify server-side encryption and object tags * ```javascript - * // The following example uploads and object. The request specifies optional canned ACL (access control list) to all READ access to authenticated users. If the bucket is versioning enabled, S3 returns version ID in response. + * // The following example uploads an object. The request specifies the optional server-side encryption option. The request also specifies optional object tags. If the bucket is versioning enabled, S3 returns version ID in response. * const input = { - * "ACL": "authenticated-read", * "Body": "filetoupload", * "Bucket": "examplebucket", - * "Key": "exampleobject" + * "Key": "exampleobject", + * "ServerSideEncryption": "AES256", + * "Tagging": "key1=value1&key2=value2" * }; * const command = new PutObjectCommand(input); * const response = await client.send(command); * /* response == * { * "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"", - * "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr" + * "ServerSideEncryption": "AES256", + * "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt" * } * *\/ - * // example id: to-upload-an-object-and-specify-canned-acl-1483397779571 + * // example id: to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831 * ``` * - * @example To upload an object and specify optional tags + * @example To upload an object (specify optional headers) * ```javascript - * // The following example uploads an object. The request specifies optional object tags. The bucket is versioned, therefore S3 returns version ID of the newly created object. + * // The following example uploads an object. The request specifies optional request headers to directs S3 to use specific storage class and use server-side encryption. * const input = { - * "Body": "c:\\HappyFace.jpg", + * "Body": "HappyFace.jpg", * "Bucket": "examplebucket", * "Key": "HappyFace.jpg", - * "Tagging": "key1=value1&key2=value2" + * "ServerSideEncryption": "AES256", + * "StorageClass": "STANDARD_IA" * }; * const command = new PutObjectCommand(input); * const response = await client.send(command); * /* response == * { * "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"", - * "VersionId": "psM2sYY4.o1501dSx8wMvnkOzSBB.V4a" + * "ServerSideEncryption": "AES256", + * "VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp" * } * *\/ - * // example id: to-upload-an-object-and-specify-optional-tags-1481762310955 + * // example id: to-upload-an-object-(specify-optional-headers) * ``` * * @example To upload an object @@ -425,23 +421,27 @@ export interface PutObjectCommandOutput extends PutObjectOutput, __MetadataBeare * // example id: to-upload-an-object-1481760101010 * ``` * - * @example To create an object. + * @example To upload object and specify user-defined metadata * ```javascript - * // The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response. + * // The following example creates an object. The request also specifies optional metadata. If the bucket is versioning enabled, S3 returns version ID in response. * const input = { * "Body": "filetoupload", * "Bucket": "examplebucket", - * "Key": "objectkey" + * "Key": "exampleobject", + * "Metadata": { + * "metadata1": "value1", + * "metadata2": "value2" + * } * }; * const command = new PutObjectCommand(input); * const response = await client.send(command); * /* response == * { * "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"", - * "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ" + * "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0" * } * *\/ - * // example id: to-create-an-object-1483147613675 + * // example id: to-upload-object-and-specify-user-defined-metadata-1483396974757 * ``` * */ diff --git a/clients/client-s3/src/commands/UploadPartCopyCommand.ts b/clients/client-s3/src/commands/UploadPartCopyCommand.ts index 4b85c2ae1d80..c699d5c04fea 100644 --- a/clients/client-s3/src/commands/UploadPartCopyCommand.ts +++ b/clients/client-s3/src/commands/UploadPartCopyCommand.ts @@ -320,15 +320,14 @@ export interface UploadPartCopyCommandOutput extends UploadPartCopyOutput, __Met *

Base exception class for all service exceptions from S3 service.

* * @public - * @example To upload a part by copying byte range from an existing object as data source + * @example To upload a part by copying data from an existing object as data source * ```javascript - * // The following example uploads a part of a multipart upload by copying a specified byte range from an existing object as data source. + * // The following example uploads a part of a multipart upload by copying data from an existing object as data source. * const input = { * "Bucket": "examplebucket", * "CopySource": "/bucketname/sourceobjectkey", - * "CopySourceRange": "bytes=1-100000", * "Key": "examplelargeobject", - * "PartNumber": "2", + * "PartNumber": "1", * "UploadId": "exampleuoh_10OhKhT7YukE9bjzTPRiuaCotmZM_pFngJFir9OZNrSr5cWa3cq3LZSUsfjI4FI7PkP91We7Nrw--" * }; * const command = new UploadPartCopyCommand(input); @@ -336,22 +335,23 @@ export interface UploadPartCopyCommandOutput extends UploadPartCopyOutput, __Met * /* response == * { * "CopyPartResult": { - * "ETag": "\"65d16d19e65a7508a51f043180edcc36\"", - * "LastModified": "2016-12-29T21:44:28.000Z" + * "ETag": "\"b0c6f0e7e054ab8fa2536a2677f8734d\"", + * "LastModified": "2016-12-29T21:24:43.000Z" * } * } * *\/ - * // example id: to-upload-a-part-by-copying-byte-range-from-an-existing-object-as-data-source-1483048068594 + * // example id: to-upload-a-part-by-copying-data-from-an-existing-object-as-data-source-1483046746348 * ``` * - * @example To upload a part by copying data from an existing object as data source + * @example To upload a part by copying byte range from an existing object as data source * ```javascript - * // The following example uploads a part of a multipart upload by copying data from an existing object as data source. + * // The following example uploads a part of a multipart upload by copying a specified byte range from an existing object as data source. * const input = { * "Bucket": "examplebucket", * "CopySource": "/bucketname/sourceobjectkey", + * "CopySourceRange": "bytes=1-100000", * "Key": "examplelargeobject", - * "PartNumber": "1", + * "PartNumber": "2", * "UploadId": "exampleuoh_10OhKhT7YukE9bjzTPRiuaCotmZM_pFngJFir9OZNrSr5cWa3cq3LZSUsfjI4FI7PkP91We7Nrw--" * }; * const command = new UploadPartCopyCommand(input); @@ -359,12 +359,12 @@ export interface UploadPartCopyCommandOutput extends UploadPartCopyOutput, __Met * /* response == * { * "CopyPartResult": { - * "ETag": "\"b0c6f0e7e054ab8fa2536a2677f8734d\"", - * "LastModified": "2016-12-29T21:24:43.000Z" + * "ETag": "\"65d16d19e65a7508a51f043180edcc36\"", + * "LastModified": "2016-12-29T21:44:28.000Z" * } * } * *\/ - * // example id: to-upload-a-part-by-copying-data-from-an-existing-object-as-data-source-1483046746348 + * // example id: to-upload-a-part-by-copying-byte-range-from-an-existing-object-as-data-source-1483048068594 * ``` * */ diff --git a/clients/client-s3/src/models/models_0.ts b/clients/client-s3/src/models/models_0.ts index 6ad90e0c442b..23fa049c3dfb 100644 --- a/clients/client-s3/src/models/models_0.ts +++ b/clients/client-s3/src/models/models_0.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; - import { StreamingBlobTypes } from "@smithy/types"; import { S3ServiceException as __BaseException } from "./S3ServiceException"; diff --git a/clients/client-s3/src/models/models_1.ts b/clients/client-s3/src/models/models_1.ts index 8401d87df86c..c05693432dbb 100644 --- a/clients/client-s3/src/models/models_1.ts +++ b/clients/client-s3/src/models/models_1.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; - import { StreamingBlobTypes } from "@smithy/types"; import { @@ -40,7 +39,6 @@ import { Tag, TransitionDefaultMinimumObjectSize, } from "./models_0"; - import { S3ServiceException as __BaseException } from "./S3ServiceException"; /** diff --git a/clients/client-s3/tsconfig.es.json b/clients/client-s3/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-s3/tsconfig.es.json +++ b/clients/client-s3/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-s3/tsconfig.json b/clients/client-s3/tsconfig.json index 81cbdcc82cba..764156b2ff5c 100644 --- a/clients/client-s3/tsconfig.json +++ b/clients/client-s3/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-s3outposts/package.json b/clients/client-s3outposts/package.json index 08b269fb0512..351df1f8237b 100644 --- a/clients/client-s3outposts/package.json +++ b/clients/client-s3outposts/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-s3outposts/tsconfig.es.json b/clients/client-s3outposts/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-s3outposts/tsconfig.es.json +++ b/clients/client-s3outposts/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-s3outposts/tsconfig.json b/clients/client-s3outposts/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-s3outposts/tsconfig.json +++ b/clients/client-s3outposts/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-s3tables/package.json b/clients/client-s3tables/package.json index d1ed1058d697..74462b8b5a4f 100644 --- a/clients/client-s3tables/package.json +++ b/clients/client-s3tables/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-s3tables/tsconfig.es.json b/clients/client-s3tables/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-s3tables/tsconfig.es.json +++ b/clients/client-s3tables/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-s3tables/tsconfig.json b/clients/client-s3tables/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-s3tables/tsconfig.json +++ b/clients/client-s3tables/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-sagemaker-a2i-runtime/package.json b/clients/client-sagemaker-a2i-runtime/package.json index f71847944fa9..dd0846bfb3ad 100644 --- a/clients/client-sagemaker-a2i-runtime/package.json +++ b/clients/client-sagemaker-a2i-runtime/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-sagemaker-a2i-runtime/tsconfig.es.json b/clients/client-sagemaker-a2i-runtime/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-sagemaker-a2i-runtime/tsconfig.es.json +++ b/clients/client-sagemaker-a2i-runtime/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-sagemaker-a2i-runtime/tsconfig.json b/clients/client-sagemaker-a2i-runtime/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-sagemaker-a2i-runtime/tsconfig.json +++ b/clients/client-sagemaker-a2i-runtime/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-sagemaker-edge/package.json b/clients/client-sagemaker-edge/package.json index c44a2eec11ff..bfcdabf42600 100644 --- a/clients/client-sagemaker-edge/package.json +++ b/clients/client-sagemaker-edge/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-sagemaker-edge/tsconfig.es.json b/clients/client-sagemaker-edge/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-sagemaker-edge/tsconfig.es.json +++ b/clients/client-sagemaker-edge/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-sagemaker-edge/tsconfig.json b/clients/client-sagemaker-edge/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-sagemaker-edge/tsconfig.json +++ b/clients/client-sagemaker-edge/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-sagemaker-featurestore-runtime/package.json b/clients/client-sagemaker-featurestore-runtime/package.json index 9904a5cb823d..2d6e34500aff 100644 --- a/clients/client-sagemaker-featurestore-runtime/package.json +++ b/clients/client-sagemaker-featurestore-runtime/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-sagemaker-featurestore-runtime/tsconfig.es.json b/clients/client-sagemaker-featurestore-runtime/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-sagemaker-featurestore-runtime/tsconfig.es.json +++ b/clients/client-sagemaker-featurestore-runtime/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-sagemaker-featurestore-runtime/tsconfig.json b/clients/client-sagemaker-featurestore-runtime/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-sagemaker-featurestore-runtime/tsconfig.json +++ b/clients/client-sagemaker-featurestore-runtime/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-sagemaker-geospatial/package.json b/clients/client-sagemaker-geospatial/package.json index 96eb9714b1ea..c392e230abb4 100644 --- a/clients/client-sagemaker-geospatial/package.json +++ b/clients/client-sagemaker-geospatial/package.json @@ -33,46 +33,46 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-stream": "^3.3.2", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-stream": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-sagemaker-geospatial/tsconfig.es.json b/clients/client-sagemaker-geospatial/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-sagemaker-geospatial/tsconfig.es.json +++ b/clients/client-sagemaker-geospatial/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-sagemaker-geospatial/tsconfig.json b/clients/client-sagemaker-geospatial/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-sagemaker-geospatial/tsconfig.json +++ b/clients/client-sagemaker-geospatial/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-sagemaker-metrics/package.json b/clients/client-sagemaker-metrics/package.json index 4c180ca75798..65251d2707f2 100644 --- a/clients/client-sagemaker-metrics/package.json +++ b/clients/client-sagemaker-metrics/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-sagemaker-metrics/tsconfig.es.json b/clients/client-sagemaker-metrics/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-sagemaker-metrics/tsconfig.es.json +++ b/clients/client-sagemaker-metrics/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-sagemaker-metrics/tsconfig.json b/clients/client-sagemaker-metrics/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-sagemaker-metrics/tsconfig.json +++ b/clients/client-sagemaker-metrics/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-sagemaker-runtime/package.json b/clients/client-sagemaker-runtime/package.json index d5a1a698303e..155bfafa09c0 100644 --- a/clients/client-sagemaker-runtime/package.json +++ b/clients/client-sagemaker-runtime/package.json @@ -33,47 +33,47 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/eventstream-serde-browser": "^3.0.14", - "@smithy/eventstream-serde-config-resolver": "^3.0.11", - "@smithy/eventstream-serde-node": "^3.0.13", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-stream": "^3.3.2", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/eventstream-serde-browser": "^4.0.0", + "@smithy/eventstream-serde-config-resolver": "^4.0.0", + "@smithy/eventstream-serde-node": "^4.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-stream": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-sagemaker-runtime/tsconfig.es.json b/clients/client-sagemaker-runtime/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-sagemaker-runtime/tsconfig.es.json +++ b/clients/client-sagemaker-runtime/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-sagemaker-runtime/tsconfig.json b/clients/client-sagemaker-runtime/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-sagemaker-runtime/tsconfig.json +++ b/clients/client-sagemaker-runtime/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-sagemaker/package.json b/clients/client-sagemaker/package.json index 8786f595dc9d..2bda9031b28b 100644 --- a/clients/client-sagemaker/package.json +++ b/clients/client-sagemaker/package.json @@ -33,46 +33,46 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-sagemaker/tsconfig.es.json b/clients/client-sagemaker/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-sagemaker/tsconfig.es.json +++ b/clients/client-sagemaker/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-sagemaker/tsconfig.json b/clients/client-sagemaker/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-sagemaker/tsconfig.json +++ b/clients/client-sagemaker/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-savingsplans/package.json b/clients/client-savingsplans/package.json index b874db016fa6..7abaf8a7354f 100644 --- a/clients/client-savingsplans/package.json +++ b/clients/client-savingsplans/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-savingsplans/tsconfig.es.json b/clients/client-savingsplans/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-savingsplans/tsconfig.es.json +++ b/clients/client-savingsplans/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-savingsplans/tsconfig.json b/clients/client-savingsplans/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-savingsplans/tsconfig.json +++ b/clients/client-savingsplans/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-scheduler/package.json b/clients/client-scheduler/package.json index 8b681482f010..dcd59ade25ec 100644 --- a/clients/client-scheduler/package.json +++ b/clients/client-scheduler/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-scheduler/tsconfig.es.json b/clients/client-scheduler/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-scheduler/tsconfig.es.json +++ b/clients/client-scheduler/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-scheduler/tsconfig.json b/clients/client-scheduler/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-scheduler/tsconfig.json +++ b/clients/client-scheduler/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-schemas/package.json b/clients/client-schemas/package.json index f1e2d19d6c5d..21e773577e63 100644 --- a/clients/client-schemas/package.json +++ b/clients/client-schemas/package.json @@ -33,47 +33,47 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-stream": "^3.3.2", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-stream": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-schemas/tsconfig.es.json b/clients/client-schemas/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-schemas/tsconfig.es.json +++ b/clients/client-schemas/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-schemas/tsconfig.json b/clients/client-schemas/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-schemas/tsconfig.json +++ b/clients/client-schemas/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-secrets-manager/package.json b/clients/client-secrets-manager/package.json index 94788e086796..2d7a9a5f5c97 100644 --- a/clients/client-secrets-manager/package.json +++ b/clients/client-secrets-manager/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-secrets-manager/tsconfig.es.json b/clients/client-secrets-manager/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-secrets-manager/tsconfig.es.json +++ b/clients/client-secrets-manager/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-secrets-manager/tsconfig.json b/clients/client-secrets-manager/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-secrets-manager/tsconfig.json +++ b/clients/client-secrets-manager/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-security-ir/package.json b/clients/client-security-ir/package.json index 45297ee1fecb..3d78ab2ba328 100644 --- a/clients/client-security-ir/package.json +++ b/clients/client-security-ir/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-security-ir/tsconfig.es.json b/clients/client-security-ir/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-security-ir/tsconfig.es.json +++ b/clients/client-security-ir/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-security-ir/tsconfig.json b/clients/client-security-ir/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-security-ir/tsconfig.json +++ b/clients/client-security-ir/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-securityhub/package.json b/clients/client-securityhub/package.json index d869a3727a64..338504800af6 100644 --- a/clients/client-securityhub/package.json +++ b/clients/client-securityhub/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-securityhub/tsconfig.es.json b/clients/client-securityhub/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-securityhub/tsconfig.es.json +++ b/clients/client-securityhub/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-securityhub/tsconfig.json b/clients/client-securityhub/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-securityhub/tsconfig.json +++ b/clients/client-securityhub/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-securitylake/package.json b/clients/client-securitylake/package.json index f00c4bbe8a1e..983e5553f660 100644 --- a/clients/client-securitylake/package.json +++ b/clients/client-securitylake/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-securitylake/tsconfig.es.json b/clients/client-securitylake/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-securitylake/tsconfig.es.json +++ b/clients/client-securitylake/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-securitylake/tsconfig.json b/clients/client-securitylake/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-securitylake/tsconfig.json +++ b/clients/client-securitylake/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-serverlessapplicationrepository/package.json b/clients/client-serverlessapplicationrepository/package.json index 12204d83e423..2d84de84110d 100644 --- a/clients/client-serverlessapplicationrepository/package.json +++ b/clients/client-serverlessapplicationrepository/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-serverlessapplicationrepository/tsconfig.es.json b/clients/client-serverlessapplicationrepository/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-serverlessapplicationrepository/tsconfig.es.json +++ b/clients/client-serverlessapplicationrepository/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-serverlessapplicationrepository/tsconfig.json b/clients/client-serverlessapplicationrepository/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-serverlessapplicationrepository/tsconfig.json +++ b/clients/client-serverlessapplicationrepository/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-service-catalog-appregistry/package.json b/clients/client-service-catalog-appregistry/package.json index 0481e481ac49..ebcfb59e8e7a 100644 --- a/clients/client-service-catalog-appregistry/package.json +++ b/clients/client-service-catalog-appregistry/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-service-catalog-appregistry/tsconfig.es.json b/clients/client-service-catalog-appregistry/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-service-catalog-appregistry/tsconfig.es.json +++ b/clients/client-service-catalog-appregistry/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-service-catalog-appregistry/tsconfig.json b/clients/client-service-catalog-appregistry/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-service-catalog-appregistry/tsconfig.json +++ b/clients/client-service-catalog-appregistry/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-service-catalog/package.json b/clients/client-service-catalog/package.json index 6f7cda9f6bb8..e237ebec6f88 100644 --- a/clients/client-service-catalog/package.json +++ b/clients/client-service-catalog/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-service-catalog/tsconfig.es.json b/clients/client-service-catalog/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-service-catalog/tsconfig.es.json +++ b/clients/client-service-catalog/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-service-catalog/tsconfig.json b/clients/client-service-catalog/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-service-catalog/tsconfig.json +++ b/clients/client-service-catalog/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-service-quotas/package.json b/clients/client-service-quotas/package.json index 03cad9b8da44..a9e962ce7056 100644 --- a/clients/client-service-quotas/package.json +++ b/clients/client-service-quotas/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-service-quotas/tsconfig.es.json b/clients/client-service-quotas/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-service-quotas/tsconfig.es.json +++ b/clients/client-service-quotas/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-service-quotas/tsconfig.json b/clients/client-service-quotas/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-service-quotas/tsconfig.json +++ b/clients/client-service-quotas/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-servicediscovery/package.json b/clients/client-servicediscovery/package.json index 4dfc9844d438..c707479475fd 100644 --- a/clients/client-servicediscovery/package.json +++ b/clients/client-servicediscovery/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-servicediscovery/tsconfig.es.json b/clients/client-servicediscovery/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-servicediscovery/tsconfig.es.json +++ b/clients/client-servicediscovery/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-servicediscovery/tsconfig.json b/clients/client-servicediscovery/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-servicediscovery/tsconfig.json +++ b/clients/client-servicediscovery/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-ses/package.json b/clients/client-ses/package.json index d91af1d5f37e..b86ce37209bb 100644 --- a/clients/client-ses/package.json +++ b/clients/client-ses/package.json @@ -33,44 +33,44 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-ses/tsconfig.es.json b/clients/client-ses/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-ses/tsconfig.es.json +++ b/clients/client-ses/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-ses/tsconfig.json b/clients/client-ses/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-ses/tsconfig.json +++ b/clients/client-ses/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-sesv2/package.json b/clients/client-sesv2/package.json index 73274fbeddd8..ab3d1bdc1cce 100644 --- a/clients/client-sesv2/package.json +++ b/clients/client-sesv2/package.json @@ -34,43 +34,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-sesv2/tsconfig.es.json b/clients/client-sesv2/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-sesv2/tsconfig.es.json +++ b/clients/client-sesv2/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-sesv2/tsconfig.json b/clients/client-sesv2/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-sesv2/tsconfig.json +++ b/clients/client-sesv2/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-sfn/package.json b/clients/client-sfn/package.json index 8d7d647e473d..09924dd8a48c 100644 --- a/clients/client-sfn/package.json +++ b/clients/client-sfn/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-sfn/tsconfig.es.json b/clients/client-sfn/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-sfn/tsconfig.es.json +++ b/clients/client-sfn/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-sfn/tsconfig.json b/clients/client-sfn/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-sfn/tsconfig.json +++ b/clients/client-sfn/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-shield/package.json b/clients/client-shield/package.json index df7c1fdfad70..b28970fbff8f 100644 --- a/clients/client-shield/package.json +++ b/clients/client-shield/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-shield/tsconfig.es.json b/clients/client-shield/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-shield/tsconfig.es.json +++ b/clients/client-shield/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-shield/tsconfig.json b/clients/client-shield/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-shield/tsconfig.json +++ b/clients/client-shield/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-signer/package.json b/clients/client-signer/package.json index 6c8f4e360324..b98d41d376d2 100644 --- a/clients/client-signer/package.json +++ b/clients/client-signer/package.json @@ -33,46 +33,46 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-signer/tsconfig.es.json b/clients/client-signer/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-signer/tsconfig.es.json +++ b/clients/client-signer/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-signer/tsconfig.json b/clients/client-signer/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-signer/tsconfig.json +++ b/clients/client-signer/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-simspaceweaver/package.json b/clients/client-simspaceweaver/package.json index 992cb7823f25..6373475e958f 100644 --- a/clients/client-simspaceweaver/package.json +++ b/clients/client-simspaceweaver/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-simspaceweaver/tsconfig.es.json b/clients/client-simspaceweaver/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-simspaceweaver/tsconfig.es.json +++ b/clients/client-simspaceweaver/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-simspaceweaver/tsconfig.json b/clients/client-simspaceweaver/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-simspaceweaver/tsconfig.json +++ b/clients/client-simspaceweaver/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-sms/package.json b/clients/client-sms/package.json index a23345f1e9f7..35fd56b40670 100644 --- a/clients/client-sms/package.json +++ b/clients/client-sms/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-sms/tsconfig.es.json b/clients/client-sms/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-sms/tsconfig.es.json +++ b/clients/client-sms/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-sms/tsconfig.json b/clients/client-sms/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-sms/tsconfig.json +++ b/clients/client-sms/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-snow-device-management/package.json b/clients/client-snow-device-management/package.json index 13f39c65b5b2..6f4d1787974a 100644 --- a/clients/client-snow-device-management/package.json +++ b/clients/client-snow-device-management/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-snow-device-management/tsconfig.es.json b/clients/client-snow-device-management/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-snow-device-management/tsconfig.es.json +++ b/clients/client-snow-device-management/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-snow-device-management/tsconfig.json b/clients/client-snow-device-management/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-snow-device-management/tsconfig.json +++ b/clients/client-snow-device-management/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-snowball/package.json b/clients/client-snowball/package.json index c96186059f26..746267a1aedc 100644 --- a/clients/client-snowball/package.json +++ b/clients/client-snowball/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-snowball/tsconfig.es.json b/clients/client-snowball/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-snowball/tsconfig.es.json +++ b/clients/client-snowball/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-snowball/tsconfig.json b/clients/client-snowball/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-snowball/tsconfig.json +++ b/clients/client-snowball/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-sns/package.json b/clients/client-sns/package.json index 7cf548fc08f0..9252de9a8e17 100644 --- a/clients/client-sns/package.json +++ b/clients/client-sns/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-sns/tsconfig.es.json b/clients/client-sns/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-sns/tsconfig.es.json +++ b/clients/client-sns/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-sns/tsconfig.json b/clients/client-sns/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-sns/tsconfig.json +++ b/clients/client-sns/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-socialmessaging/package.json b/clients/client-socialmessaging/package.json index 6dc6bd445109..b5f93913200c 100644 --- a/clients/client-socialmessaging/package.json +++ b/clients/client-socialmessaging/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-socialmessaging/tsconfig.es.json b/clients/client-socialmessaging/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-socialmessaging/tsconfig.es.json +++ b/clients/client-socialmessaging/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-socialmessaging/tsconfig.json b/clients/client-socialmessaging/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-socialmessaging/tsconfig.json +++ b/clients/client-socialmessaging/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-sqs/package.json b/clients/client-sqs/package.json index 55463b13b6b5..d68a9de1edf3 100644 --- a/clients/client-sqs/package.json +++ b/clients/client-sqs/package.json @@ -34,44 +34,44 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/md5-js": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/md5-js": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-sqs/tsconfig.es.json b/clients/client-sqs/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-sqs/tsconfig.es.json +++ b/clients/client-sqs/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-sqs/tsconfig.json b/clients/client-sqs/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-sqs/tsconfig.json +++ b/clients/client-sqs/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-ssm-contacts/package.json b/clients/client-ssm-contacts/package.json index 43ce147ada71..9b8e3d1c9595 100644 --- a/clients/client-ssm-contacts/package.json +++ b/clients/client-ssm-contacts/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-ssm-contacts/tsconfig.es.json b/clients/client-ssm-contacts/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-ssm-contacts/tsconfig.es.json +++ b/clients/client-ssm-contacts/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-ssm-contacts/tsconfig.json b/clients/client-ssm-contacts/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-ssm-contacts/tsconfig.json +++ b/clients/client-ssm-contacts/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-ssm-incidents/package.json b/clients/client-ssm-incidents/package.json index f02624d00554..e30add5144d4 100644 --- a/clients/client-ssm-incidents/package.json +++ b/clients/client-ssm-incidents/package.json @@ -33,46 +33,46 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-ssm-incidents/tsconfig.es.json b/clients/client-ssm-incidents/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-ssm-incidents/tsconfig.es.json +++ b/clients/client-ssm-incidents/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-ssm-incidents/tsconfig.json b/clients/client-ssm-incidents/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-ssm-incidents/tsconfig.json +++ b/clients/client-ssm-incidents/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-ssm-quicksetup/package.json b/clients/client-ssm-quicksetup/package.json index 6c84c0882664..8c6d3e940a29 100644 --- a/clients/client-ssm-quicksetup/package.json +++ b/clients/client-ssm-quicksetup/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-ssm-quicksetup/tsconfig.es.json b/clients/client-ssm-quicksetup/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-ssm-quicksetup/tsconfig.es.json +++ b/clients/client-ssm-quicksetup/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-ssm-quicksetup/tsconfig.json b/clients/client-ssm-quicksetup/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-ssm-quicksetup/tsconfig.json +++ b/clients/client-ssm-quicksetup/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-ssm-sap/package.json b/clients/client-ssm-sap/package.json index e68803cf600b..23be4ff33455 100644 --- a/clients/client-ssm-sap/package.json +++ b/clients/client-ssm-sap/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-ssm-sap/tsconfig.es.json b/clients/client-ssm-sap/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-ssm-sap/tsconfig.es.json +++ b/clients/client-ssm-sap/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-ssm-sap/tsconfig.json b/clients/client-ssm-sap/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-ssm-sap/tsconfig.json +++ b/clients/client-ssm-sap/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-ssm/package.json b/clients/client-ssm/package.json index 4caef5fc6c35..f222a09d9c97 100644 --- a/clients/client-ssm/package.json +++ b/clients/client-ssm/package.json @@ -33,46 +33,46 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-ssm/tsconfig.es.json b/clients/client-ssm/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-ssm/tsconfig.es.json +++ b/clients/client-ssm/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-ssm/tsconfig.json b/clients/client-ssm/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-ssm/tsconfig.json +++ b/clients/client-ssm/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-sso-admin/package.json b/clients/client-sso-admin/package.json index c93662840558..705445e62072 100644 --- a/clients/client-sso-admin/package.json +++ b/clients/client-sso-admin/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-sso-admin/tsconfig.es.json b/clients/client-sso-admin/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-sso-admin/tsconfig.es.json +++ b/clients/client-sso-admin/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-sso-admin/tsconfig.json b/clients/client-sso-admin/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-sso-admin/tsconfig.json +++ b/clients/client-sso-admin/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-sso-oidc/package.json b/clients/client-sso-oidc/package.json index e6dab3316bc6..69575255878f 100644 --- a/clients/client-sso-oidc/package.json +++ b/clients/client-sso-oidc/package.json @@ -31,43 +31,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-sso-oidc/tsconfig.es.json b/clients/client-sso-oidc/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-sso-oidc/tsconfig.es.json +++ b/clients/client-sso-oidc/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-sso-oidc/tsconfig.json b/clients/client-sso-oidc/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-sso-oidc/tsconfig.json +++ b/clients/client-sso-oidc/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-sso/package.json b/clients/client-sso/package.json index a71fd29c1265..7c51c77c1308 100644 --- a/clients/client-sso/package.json +++ b/clients/client-sso/package.json @@ -30,43 +30,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-sso/tsconfig.es.json b/clients/client-sso/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-sso/tsconfig.es.json +++ b/clients/client-sso/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-sso/tsconfig.json b/clients/client-sso/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-sso/tsconfig.json +++ b/clients/client-sso/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-storage-gateway/package.json b/clients/client-storage-gateway/package.json index 54cecfcc09de..5d787e7200c1 100644 --- a/clients/client-storage-gateway/package.json +++ b/clients/client-storage-gateway/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-storage-gateway/tsconfig.es.json b/clients/client-storage-gateway/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-storage-gateway/tsconfig.es.json +++ b/clients/client-storage-gateway/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-storage-gateway/tsconfig.json b/clients/client-storage-gateway/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-storage-gateway/tsconfig.json +++ b/clients/client-storage-gateway/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-sts/package.json b/clients/client-sts/package.json index aac31f3e64d4..8d66e27d0f0e 100644 --- a/clients/client-sts/package.json +++ b/clients/client-sts/package.json @@ -34,43 +34,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-sts/tsconfig.es.json b/clients/client-sts/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-sts/tsconfig.es.json +++ b/clients/client-sts/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-sts/tsconfig.json b/clients/client-sts/tsconfig.json index bae83b8420ee..c1c62444548f 100644 --- a/clients/client-sts/tsconfig.json +++ b/clients/client-sts/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-supplychain/package.json b/clients/client-supplychain/package.json index ce4d1eb16b99..c45d3cbba63f 100644 --- a/clients/client-supplychain/package.json +++ b/clients/client-supplychain/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-supplychain/tsconfig.es.json b/clients/client-supplychain/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-supplychain/tsconfig.es.json +++ b/clients/client-supplychain/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-supplychain/tsconfig.json b/clients/client-supplychain/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-supplychain/tsconfig.json +++ b/clients/client-supplychain/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-support-app/package.json b/clients/client-support-app/package.json index 04cc6507a77d..e069ac78cf39 100644 --- a/clients/client-support-app/package.json +++ b/clients/client-support-app/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-support-app/tsconfig.es.json b/clients/client-support-app/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-support-app/tsconfig.es.json +++ b/clients/client-support-app/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-support-app/tsconfig.json b/clients/client-support-app/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-support-app/tsconfig.json +++ b/clients/client-support-app/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-support/package.json b/clients/client-support/package.json index 106428bc2e0f..70f03048717e 100644 --- a/clients/client-support/package.json +++ b/clients/client-support/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-support/tsconfig.es.json b/clients/client-support/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-support/tsconfig.es.json +++ b/clients/client-support/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-support/tsconfig.json b/clients/client-support/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-support/tsconfig.json +++ b/clients/client-support/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-swf/package.json b/clients/client-swf/package.json index e763a8ed6dc5..52e58d1a0b30 100644 --- a/clients/client-swf/package.json +++ b/clients/client-swf/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-swf/tsconfig.es.json b/clients/client-swf/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-swf/tsconfig.es.json +++ b/clients/client-swf/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-swf/tsconfig.json b/clients/client-swf/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-swf/tsconfig.json +++ b/clients/client-swf/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-synthetics/package.json b/clients/client-synthetics/package.json index ab5e24c8789b..ef10b48e6562 100644 --- a/clients/client-synthetics/package.json +++ b/clients/client-synthetics/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-synthetics/tsconfig.es.json b/clients/client-synthetics/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-synthetics/tsconfig.es.json +++ b/clients/client-synthetics/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-synthetics/tsconfig.json b/clients/client-synthetics/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-synthetics/tsconfig.json +++ b/clients/client-synthetics/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-taxsettings/package.json b/clients/client-taxsettings/package.json index 16854ad43796..cd24586e7f4b 100644 --- a/clients/client-taxsettings/package.json +++ b/clients/client-taxsettings/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-taxsettings/tsconfig.es.json b/clients/client-taxsettings/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-taxsettings/tsconfig.es.json +++ b/clients/client-taxsettings/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-taxsettings/tsconfig.json b/clients/client-taxsettings/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-taxsettings/tsconfig.json +++ b/clients/client-taxsettings/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-textract/package.json b/clients/client-textract/package.json index c0424711b15a..044e48a5c2d1 100644 --- a/clients/client-textract/package.json +++ b/clients/client-textract/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-textract/tsconfig.es.json b/clients/client-textract/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-textract/tsconfig.es.json +++ b/clients/client-textract/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-textract/tsconfig.json b/clients/client-textract/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-textract/tsconfig.json +++ b/clients/client-textract/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-timestream-influxdb/package.json b/clients/client-timestream-influxdb/package.json index 5959316d44b0..2e35cb8bb7cd 100644 --- a/clients/client-timestream-influxdb/package.json +++ b/clients/client-timestream-influxdb/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-timestream-influxdb/tsconfig.es.json b/clients/client-timestream-influxdb/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-timestream-influxdb/tsconfig.es.json +++ b/clients/client-timestream-influxdb/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-timestream-influxdb/tsconfig.json b/clients/client-timestream-influxdb/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-timestream-influxdb/tsconfig.json +++ b/clients/client-timestream-influxdb/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-timestream-query/package.json b/clients/client-timestream-query/package.json index 5a213d49cc00..e594aac69d5d 100644 --- a/clients/client-timestream-query/package.json +++ b/clients/client-timestream-query/package.json @@ -34,45 +34,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-timestream-query/tsconfig.es.json b/clients/client-timestream-query/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-timestream-query/tsconfig.es.json +++ b/clients/client-timestream-query/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-timestream-query/tsconfig.json b/clients/client-timestream-query/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-timestream-query/tsconfig.json +++ b/clients/client-timestream-query/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-timestream-write/package.json b/clients/client-timestream-write/package.json index 187e021d3ca4..65d7d53f2cc2 100644 --- a/clients/client-timestream-write/package.json +++ b/clients/client-timestream-write/package.json @@ -34,45 +34,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-timestream-write/tsconfig.es.json b/clients/client-timestream-write/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-timestream-write/tsconfig.es.json +++ b/clients/client-timestream-write/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-timestream-write/tsconfig.json b/clients/client-timestream-write/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-timestream-write/tsconfig.json +++ b/clients/client-timestream-write/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-tnb/package.json b/clients/client-tnb/package.json index b2cd84f42471..d68cd141eb49 100644 --- a/clients/client-tnb/package.json +++ b/clients/client-tnb/package.json @@ -33,44 +33,44 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-stream": "^3.3.2", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-stream": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-tnb/tsconfig.es.json b/clients/client-tnb/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-tnb/tsconfig.es.json +++ b/clients/client-tnb/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-tnb/tsconfig.json b/clients/client-tnb/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-tnb/tsconfig.json +++ b/clients/client-tnb/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-transcribe-streaming/package.json b/clients/client-transcribe-streaming/package.json index 13c4ae798f1a..fb1d9dedf300 100644 --- a/clients/client-transcribe-streaming/package.json +++ b/clients/client-transcribe-streaming/package.json @@ -39,46 +39,46 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/eventstream-serde-browser": "^3.0.14", - "@smithy/eventstream-serde-config-resolver": "^3.0.11", - "@smithy/eventstream-serde-node": "^3.0.13", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/eventstream-serde-browser": "^4.0.0", + "@smithy/eventstream-serde-config-resolver": "^4.0.0", + "@smithy/eventstream-serde-node": "^4.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-transcribe-streaming/tsconfig.es.json b/clients/client-transcribe-streaming/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-transcribe-streaming/tsconfig.es.json +++ b/clients/client-transcribe-streaming/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-transcribe-streaming/tsconfig.json b/clients/client-transcribe-streaming/tsconfig.json index bae83b8420ee..c1c62444548f 100644 --- a/clients/client-transcribe-streaming/tsconfig.json +++ b/clients/client-transcribe-streaming/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-transcribe/package.json b/clients/client-transcribe/package.json index 9993b1a937ed..bc78b06dd7be 100644 --- a/clients/client-transcribe/package.json +++ b/clients/client-transcribe/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-transcribe/tsconfig.es.json b/clients/client-transcribe/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-transcribe/tsconfig.es.json +++ b/clients/client-transcribe/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-transcribe/tsconfig.json b/clients/client-transcribe/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-transcribe/tsconfig.json +++ b/clients/client-transcribe/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-transfer/package.json b/clients/client-transfer/package.json index cc82a695d6cc..056f0844c896 100644 --- a/clients/client-transfer/package.json +++ b/clients/client-transfer/package.json @@ -33,44 +33,44 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", - "@smithy/util-waiter": "^3.2.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", + "@smithy/util-waiter": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-transfer/tsconfig.es.json b/clients/client-transfer/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-transfer/tsconfig.es.json +++ b/clients/client-transfer/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-transfer/tsconfig.json b/clients/client-transfer/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-transfer/tsconfig.json +++ b/clients/client-transfer/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-translate/package.json b/clients/client-translate/package.json index 59e9a0d1dc58..14c91e25f914 100644 --- a/clients/client-translate/package.json +++ b/clients/client-translate/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-translate/tsconfig.es.json b/clients/client-translate/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-translate/tsconfig.es.json +++ b/clients/client-translate/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-translate/tsconfig.json b/clients/client-translate/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-translate/tsconfig.json +++ b/clients/client-translate/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-trustedadvisor/package.json b/clients/client-trustedadvisor/package.json index 43237e11a17e..8af3e18751cd 100644 --- a/clients/client-trustedadvisor/package.json +++ b/clients/client-trustedadvisor/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-trustedadvisor/tsconfig.es.json b/clients/client-trustedadvisor/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-trustedadvisor/tsconfig.es.json +++ b/clients/client-trustedadvisor/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-trustedadvisor/tsconfig.json b/clients/client-trustedadvisor/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-trustedadvisor/tsconfig.json +++ b/clients/client-trustedadvisor/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-verifiedpermissions/package.json b/clients/client-verifiedpermissions/package.json index ee0c3a0b3c55..d4301137f465 100644 --- a/clients/client-verifiedpermissions/package.json +++ b/clients/client-verifiedpermissions/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-verifiedpermissions/tsconfig.es.json b/clients/client-verifiedpermissions/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-verifiedpermissions/tsconfig.es.json +++ b/clients/client-verifiedpermissions/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-verifiedpermissions/tsconfig.json b/clients/client-verifiedpermissions/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-verifiedpermissions/tsconfig.json +++ b/clients/client-verifiedpermissions/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-voice-id/package.json b/clients/client-voice-id/package.json index 227938dd9200..21e18125c055 100644 --- a/clients/client-voice-id/package.json +++ b/clients/client-voice-id/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-voice-id/tsconfig.es.json b/clients/client-voice-id/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-voice-id/tsconfig.es.json +++ b/clients/client-voice-id/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-voice-id/tsconfig.json b/clients/client-voice-id/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-voice-id/tsconfig.json +++ b/clients/client-voice-id/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-vpc-lattice/package.json b/clients/client-vpc-lattice/package.json index 1cce0042283c..9782b4283db6 100644 --- a/clients/client-vpc-lattice/package.json +++ b/clients/client-vpc-lattice/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-vpc-lattice/tsconfig.es.json b/clients/client-vpc-lattice/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-vpc-lattice/tsconfig.es.json +++ b/clients/client-vpc-lattice/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-vpc-lattice/tsconfig.json b/clients/client-vpc-lattice/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-vpc-lattice/tsconfig.json +++ b/clients/client-vpc-lattice/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-waf-regional/package.json b/clients/client-waf-regional/package.json index 711fe064b141..977ba818874a 100644 --- a/clients/client-waf-regional/package.json +++ b/clients/client-waf-regional/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-waf-regional/tsconfig.es.json b/clients/client-waf-regional/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-waf-regional/tsconfig.es.json +++ b/clients/client-waf-regional/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-waf-regional/tsconfig.json b/clients/client-waf-regional/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-waf-regional/tsconfig.json +++ b/clients/client-waf-regional/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-waf/package.json b/clients/client-waf/package.json index 14870b3faf92..3939aeee4acd 100644 --- a/clients/client-waf/package.json +++ b/clients/client-waf/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-waf/tsconfig.es.json b/clients/client-waf/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-waf/tsconfig.es.json +++ b/clients/client-waf/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-waf/tsconfig.json b/clients/client-waf/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-waf/tsconfig.json +++ b/clients/client-waf/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-wafv2/package.json b/clients/client-wafv2/package.json index 1b373c2f5c11..31cd33470c6c 100644 --- a/clients/client-wafv2/package.json +++ b/clients/client-wafv2/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-wafv2/tsconfig.es.json b/clients/client-wafv2/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-wafv2/tsconfig.es.json +++ b/clients/client-wafv2/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-wafv2/tsconfig.json b/clients/client-wafv2/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-wafv2/tsconfig.json +++ b/clients/client-wafv2/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-wellarchitected/package.json b/clients/client-wellarchitected/package.json index 4b6e86b66855..e2a16ad560f3 100644 --- a/clients/client-wellarchitected/package.json +++ b/clients/client-wellarchitected/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-wellarchitected/tsconfig.es.json b/clients/client-wellarchitected/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-wellarchitected/tsconfig.es.json +++ b/clients/client-wellarchitected/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-wellarchitected/tsconfig.json b/clients/client-wellarchitected/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-wellarchitected/tsconfig.json +++ b/clients/client-wellarchitected/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-wisdom/package.json b/clients/client-wisdom/package.json index 24bf85abb13a..c9c7cfc76a14 100644 --- a/clients/client-wisdom/package.json +++ b/clients/client-wisdom/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-wisdom/tsconfig.es.json b/clients/client-wisdom/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-wisdom/tsconfig.es.json +++ b/clients/client-wisdom/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-wisdom/tsconfig.json b/clients/client-wisdom/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-wisdom/tsconfig.json +++ b/clients/client-wisdom/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-workdocs/package.json b/clients/client-workdocs/package.json index c5f52ae94766..179ce722c9d6 100644 --- a/clients/client-workdocs/package.json +++ b/clients/client-workdocs/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-workdocs/tsconfig.es.json b/clients/client-workdocs/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-workdocs/tsconfig.es.json +++ b/clients/client-workdocs/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-workdocs/tsconfig.json b/clients/client-workdocs/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-workdocs/tsconfig.json +++ b/clients/client-workdocs/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-workmail/package.json b/clients/client-workmail/package.json index 0e6c8c1d0b6d..49338989f6f9 100644 --- a/clients/client-workmail/package.json +++ b/clients/client-workmail/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-workmail/tsconfig.es.json b/clients/client-workmail/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-workmail/tsconfig.es.json +++ b/clients/client-workmail/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-workmail/tsconfig.json b/clients/client-workmail/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-workmail/tsconfig.json +++ b/clients/client-workmail/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-workmailmessageflow/package.json b/clients/client-workmailmessageflow/package.json index c272423ae210..c160d7969879 100644 --- a/clients/client-workmailmessageflow/package.json +++ b/clients/client-workmailmessageflow/package.json @@ -33,44 +33,44 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-stream": "^3.3.2", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-stream": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-workmailmessageflow/tsconfig.es.json b/clients/client-workmailmessageflow/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-workmailmessageflow/tsconfig.es.json +++ b/clients/client-workmailmessageflow/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-workmailmessageflow/tsconfig.json b/clients/client-workmailmessageflow/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-workmailmessageflow/tsconfig.json +++ b/clients/client-workmailmessageflow/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-workspaces-thin-client/package.json b/clients/client-workspaces-thin-client/package.json index 5cec7ade9815..40b92cf16fdd 100644 --- a/clients/client-workspaces-thin-client/package.json +++ b/clients/client-workspaces-thin-client/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-workspaces-thin-client/tsconfig.es.json b/clients/client-workspaces-thin-client/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-workspaces-thin-client/tsconfig.es.json +++ b/clients/client-workspaces-thin-client/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-workspaces-thin-client/tsconfig.json b/clients/client-workspaces-thin-client/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-workspaces-thin-client/tsconfig.json +++ b/clients/client-workspaces-thin-client/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-workspaces-web/package.json b/clients/client-workspaces-web/package.json index d916a5d2b47f..9b08c1e80557 100644 --- a/clients/client-workspaces-web/package.json +++ b/clients/client-workspaces-web/package.json @@ -33,45 +33,45 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-workspaces-web/tsconfig.es.json b/clients/client-workspaces-web/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-workspaces-web/tsconfig.es.json +++ b/clients/client-workspaces-web/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-workspaces-web/tsconfig.json b/clients/client-workspaces-web/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-workspaces-web/tsconfig.json +++ b/clients/client-workspaces-web/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-workspaces/package.json b/clients/client-workspaces/package.json index 63881f36ebf7..4d4e5bb164b1 100644 --- a/clients/client-workspaces/package.json +++ b/clients/client-workspaces/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-workspaces/tsconfig.es.json b/clients/client-workspaces/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-workspaces/tsconfig.es.json +++ b/clients/client-workspaces/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-workspaces/tsconfig.json b/clients/client-workspaces/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-workspaces/tsconfig.json +++ b/clients/client-workspaces/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/clients/client-xray/package.json b/clients/client-xray/package.json index 4a99e8f53bfe..4be901f9692a 100644 --- a/clients/client-xray/package.json +++ b/clients/client-xray/package.json @@ -33,43 +33,43 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-endpoints": "^2.1.7", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/clients/client-xray/tsconfig.es.json b/clients/client-xray/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/clients/client-xray/tsconfig.es.json +++ b/clients/client-xray/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/clients/client-xray/tsconfig.json b/clients/client-xray/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/clients/client-xray/tsconfig.json +++ b/clients/client-xray/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/deprecated/packages/abort-controller/package.json b/deprecated/packages/abort-controller/package.json index 7f2c362ddbaf..2a5fb103cc53 100644 --- a/deprecated/packages/abort-controller/package.json +++ b/deprecated/packages/abort-controller/package.json @@ -50,6 +50,6 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" } } diff --git a/deprecated/packages/chunked-blob-reader-native/package.json b/deprecated/packages/chunked-blob-reader-native/package.json index 79a9e95b49fb..fb3e9b171595 100644 --- a/deprecated/packages/chunked-blob-reader-native/package.json +++ b/deprecated/packages/chunked-blob-reader-native/package.json @@ -45,6 +45,6 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" } } diff --git a/deprecated/packages/chunked-blob-reader/package.json b/deprecated/packages/chunked-blob-reader/package.json index 0a0269c0ce29..175e2865e7d9 100644 --- a/deprecated/packages/chunked-blob-reader/package.json +++ b/deprecated/packages/chunked-blob-reader/package.json @@ -45,6 +45,6 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" } } diff --git a/deprecated/packages/config-resolver/package.json b/deprecated/packages/config-resolver/package.json index d74d407a1947..01d732272c13 100644 --- a/deprecated/packages/config-resolver/package.json +++ b/deprecated/packages/config-resolver/package.json @@ -30,7 +30,7 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { "node": ">=14.0.0" diff --git a/deprecated/packages/credential-provider-imds/package.json b/deprecated/packages/credential-provider-imds/package.json index 2b52b5c28376..a40da23a3313 100644 --- a/deprecated/packages/credential-provider-imds/package.json +++ b/deprecated/packages/credential-provider-imds/package.json @@ -35,7 +35,7 @@ "downlevel-dts": "0.10.1", "nock": "^13.0.2", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "types": "./dist-types/index.d.ts", "engines": { diff --git a/deprecated/packages/eventstream-codec/package.json b/deprecated/packages/eventstream-codec/package.json index 84ae4cd585cb..3c0b6c1db125 100644 --- a/deprecated/packages/eventstream-codec/package.json +++ b/deprecated/packages/eventstream-codec/package.json @@ -31,7 +31,7 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "typesVersions": { "<4.0": { diff --git a/deprecated/packages/eventstream-serde-browser/package.json b/deprecated/packages/eventstream-serde-browser/package.json index 55e243a60ed4..fe3dc090d864 100644 --- a/deprecated/packages/eventstream-serde-browser/package.json +++ b/deprecated/packages/eventstream-serde-browser/package.json @@ -48,6 +48,6 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" } } diff --git a/deprecated/packages/eventstream-serde-config-resolver/package.json b/deprecated/packages/eventstream-serde-config-resolver/package.json index 5baee21be11e..5f5387443e5c 100644 --- a/deprecated/packages/eventstream-serde-config-resolver/package.json +++ b/deprecated/packages/eventstream-serde-config-resolver/package.json @@ -48,6 +48,6 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" } } diff --git a/deprecated/packages/eventstream-serde-node/package.json b/deprecated/packages/eventstream-serde-node/package.json index e7901b4a1385..b037defeb949 100644 --- a/deprecated/packages/eventstream-serde-node/package.json +++ b/deprecated/packages/eventstream-serde-node/package.json @@ -30,7 +30,7 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { "node": ">=14.0.0" diff --git a/deprecated/packages/eventstream-serde-universal/package.json b/deprecated/packages/eventstream-serde-universal/package.json index 70abfbd0e151..fffd44e56217 100644 --- a/deprecated/packages/eventstream-serde-universal/package.json +++ b/deprecated/packages/eventstream-serde-universal/package.json @@ -31,7 +31,7 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { "node": ">=14.0.0" diff --git a/deprecated/packages/fetch-http-handler/package.json b/deprecated/packages/fetch-http-handler/package.json index 4e4c54da988e..86dec756c79e 100644 --- a/deprecated/packages/fetch-http-handler/package.json +++ b/deprecated/packages/fetch-http-handler/package.json @@ -32,7 +32,7 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "typesVersions": { "<4.0": { diff --git a/deprecated/packages/hash-blob-browser/package.json b/deprecated/packages/hash-blob-browser/package.json index 424a13f53c9f..df111f9d03d1 100644 --- a/deprecated/packages/hash-blob-browser/package.json +++ b/deprecated/packages/hash-blob-browser/package.json @@ -31,7 +31,7 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "react-native": { "@aws-sdk/chunked-blob-reader": "@aws-sdk/chunked-blob-reader-native" diff --git a/deprecated/packages/hash-node/package.json b/deprecated/packages/hash-node/package.json index 60ed445c75f9..490cf9b284c4 100644 --- a/deprecated/packages/hash-node/package.json +++ b/deprecated/packages/hash-node/package.json @@ -27,7 +27,7 @@ "downlevel-dts": "0.10.1", "hash-test-vectors": "^1.3.2", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "dependencies": { "@smithy/hash-node": "^1.0.1", diff --git a/deprecated/packages/hash-stream-node/package.json b/deprecated/packages/hash-stream-node/package.json index 75856c097cdb..7e6140144abc 100644 --- a/deprecated/packages/hash-stream-node/package.json +++ b/deprecated/packages/hash-stream-node/package.json @@ -32,7 +32,7 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { "node": ">=14.0.0" diff --git a/deprecated/packages/invalid-dependency/package.json b/deprecated/packages/invalid-dependency/package.json index c5bd41aa5ee8..8697715142ad 100644 --- a/deprecated/packages/invalid-dependency/package.json +++ b/deprecated/packages/invalid-dependency/package.json @@ -45,6 +45,6 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" } } diff --git a/deprecated/packages/is-array-buffer/package.json b/deprecated/packages/is-array-buffer/package.json index 1b3f707ca13c..557bd2061a92 100644 --- a/deprecated/packages/is-array-buffer/package.json +++ b/deprecated/packages/is-array-buffer/package.json @@ -49,6 +49,6 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" } } diff --git a/deprecated/packages/md5-js/package.json b/deprecated/packages/md5-js/package.json index 9e4febc06d93..dee31ddc4bcb 100644 --- a/deprecated/packages/md5-js/package.json +++ b/deprecated/packages/md5-js/package.json @@ -29,7 +29,7 @@ "downlevel-dts": "0.10.1", "hash-test-vectors": "^1.3.2", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "dependencies": { "@smithy/md5-js": "^1.0.1", diff --git a/deprecated/packages/middleware-apply-body-checksum/package.json b/deprecated/packages/middleware-apply-body-checksum/package.json index e8438b41a215..82e7aa9a13e5 100644 --- a/deprecated/packages/middleware-apply-body-checksum/package.json +++ b/deprecated/packages/middleware-apply-body-checksum/package.json @@ -48,6 +48,6 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" } } diff --git a/deprecated/packages/middleware-content-length/package.json b/deprecated/packages/middleware-content-length/package.json index 88d9636d9e9b..5ac715dbcf4a 100644 --- a/deprecated/packages/middleware-content-length/package.json +++ b/deprecated/packages/middleware-content-length/package.json @@ -48,6 +48,6 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" } } diff --git a/deprecated/packages/middleware-endpoint/package.json b/deprecated/packages/middleware-endpoint/package.json index 493694edc4d1..b2250dcf15c0 100644 --- a/deprecated/packages/middleware-endpoint/package.json +++ b/deprecated/packages/middleware-endpoint/package.json @@ -29,7 +29,7 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { "node": ">=14.0.0" diff --git a/deprecated/packages/middleware-retry/package.json b/deprecated/packages/middleware-retry/package.json index fc1de03fe4a8..8df7951ab82c 100644 --- a/deprecated/packages/middleware-retry/package.json +++ b/deprecated/packages/middleware-retry/package.json @@ -33,7 +33,7 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { "node": ">=14.0.0" diff --git a/deprecated/packages/middleware-serde/package.json b/deprecated/packages/middleware-serde/package.json index 024f112a9b98..5223fff3d96f 100644 --- a/deprecated/packages/middleware-serde/package.json +++ b/deprecated/packages/middleware-serde/package.json @@ -48,6 +48,6 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" } } diff --git a/deprecated/packages/middleware-stack/package.json b/deprecated/packages/middleware-stack/package.json index 232cefc306b9..881a3580a1cc 100644 --- a/deprecated/packages/middleware-stack/package.json +++ b/deprecated/packages/middleware-stack/package.json @@ -33,7 +33,7 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { "node": ">=14.0.0" diff --git a/deprecated/packages/node-config-provider/package.json b/deprecated/packages/node-config-provider/package.json index 6f185f129ec5..aedea8f3a969 100644 --- a/deprecated/packages/node-config-provider/package.json +++ b/deprecated/packages/node-config-provider/package.json @@ -32,7 +32,7 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { "node": ">=14.0.0" diff --git a/deprecated/packages/node-http-handler/package.json b/deprecated/packages/node-http-handler/package.json index 3e50e8bdae29..e70ff3a52e61 100644 --- a/deprecated/packages/node-http-handler/package.json +++ b/deprecated/packages/node-http-handler/package.json @@ -33,7 +33,7 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { "node": ">=14.0.0" diff --git a/deprecated/packages/property-provider/package.json b/deprecated/packages/property-provider/package.json index d3a2a7c74d26..9cc22c586e1d 100644 --- a/deprecated/packages/property-provider/package.json +++ b/deprecated/packages/property-provider/package.json @@ -48,6 +48,6 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" } } diff --git a/deprecated/packages/protocol-http/package.json b/deprecated/packages/protocol-http/package.json index 8104c6f454c3..b3647ae75e86 100644 --- a/deprecated/packages/protocol-http/package.json +++ b/deprecated/packages/protocol-http/package.json @@ -49,6 +49,6 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" } } diff --git a/deprecated/packages/querystring-builder/package.json b/deprecated/packages/querystring-builder/package.json index d24c97344f2c..a3d6262dd5db 100644 --- a/deprecated/packages/querystring-builder/package.json +++ b/deprecated/packages/querystring-builder/package.json @@ -48,6 +48,6 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" } } diff --git a/deprecated/packages/querystring-parser/package.json b/deprecated/packages/querystring-parser/package.json index 63a3ab54f7c7..e988871681a3 100644 --- a/deprecated/packages/querystring-parser/package.json +++ b/deprecated/packages/querystring-parser/package.json @@ -48,6 +48,6 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" } } diff --git a/deprecated/packages/service-error-classification/package.json b/deprecated/packages/service-error-classification/package.json index 8b5cdde39974..a887510f3db5 100644 --- a/deprecated/packages/service-error-classification/package.json +++ b/deprecated/packages/service-error-classification/package.json @@ -29,7 +29,7 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { "node": ">=14.0.0" diff --git a/deprecated/packages/shared-ini-file-loader/package.json b/deprecated/packages/shared-ini-file-loader/package.json index 88c039f180c8..ebc0e21462a3 100644 --- a/deprecated/packages/shared-ini-file-loader/package.json +++ b/deprecated/packages/shared-ini-file-loader/package.json @@ -11,7 +11,7 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "private": true, "scripts": { diff --git a/deprecated/packages/signature-v4/package.json b/deprecated/packages/signature-v4/package.json index 0afc91e7de9e..2d6ef7cc07e2 100644 --- a/deprecated/packages/signature-v4/package.json +++ b/deprecated/packages/signature-v4/package.json @@ -33,7 +33,7 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { "node": ">=14.0.0" diff --git a/deprecated/packages/url-parser/package.json b/deprecated/packages/url-parser/package.json index a7240e7ef7c2..3e24cb4db5de 100644 --- a/deprecated/packages/url-parser/package.json +++ b/deprecated/packages/url-parser/package.json @@ -45,6 +45,6 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" } } diff --git a/deprecated/packages/util-base64/package.json b/deprecated/packages/util-base64/package.json index 361ded879ffe..4cb7defc85ed 100644 --- a/deprecated/packages/util-base64/package.json +++ b/deprecated/packages/util-base64/package.json @@ -30,7 +30,7 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "types": "./dist-types/index.d.ts", "engines": { diff --git a/deprecated/packages/util-body-length-browser/package.json b/deprecated/packages/util-body-length-browser/package.json index 6ee27cd5cf76..96347dd71e9a 100644 --- a/deprecated/packages/util-body-length-browser/package.json +++ b/deprecated/packages/util-body-length-browser/package.json @@ -46,6 +46,6 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" } } diff --git a/deprecated/packages/util-body-length-node/package.json b/deprecated/packages/util-body-length-node/package.json index a21c4002f3de..c837d9c6af29 100644 --- a/deprecated/packages/util-body-length-node/package.json +++ b/deprecated/packages/util-body-length-node/package.json @@ -19,7 +19,7 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "main": "./dist-cjs/index.js", "module": "./dist-es/index.js", diff --git a/deprecated/packages/util-buffer-from/package.json b/deprecated/packages/util-buffer-from/package.json index 2646a72bd235..4ced1ac52eb0 100644 --- a/deprecated/packages/util-buffer-from/package.json +++ b/deprecated/packages/util-buffer-from/package.json @@ -27,7 +27,7 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "main": "./dist-cjs/index.js", "module": "./dist-es/index.js", diff --git a/deprecated/packages/util-config-provider/package.json b/deprecated/packages/util-config-provider/package.json index a73248255888..13b2f10cda8b 100644 --- a/deprecated/packages/util-config-provider/package.json +++ b/deprecated/packages/util-config-provider/package.json @@ -32,7 +32,7 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { "node": ">=14.0.0" diff --git a/deprecated/packages/util-defaults-mode-browser/package.json b/deprecated/packages/util-defaults-mode-browser/package.json index 7c1e73f5c64f..5a78ca0c5b7a 100644 --- a/deprecated/packages/util-defaults-mode-browser/package.json +++ b/deprecated/packages/util-defaults-mode-browser/package.json @@ -31,7 +31,7 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { "node": ">= 10.0.0" diff --git a/deprecated/packages/util-defaults-mode-node/package.json b/deprecated/packages/util-defaults-mode-node/package.json index 67e6f3dc32bc..12b60e98c097 100644 --- a/deprecated/packages/util-defaults-mode-node/package.json +++ b/deprecated/packages/util-defaults-mode-node/package.json @@ -30,7 +30,7 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { "node": ">= 10.0.0" diff --git a/deprecated/packages/util-hex-encoding/package.json b/deprecated/packages/util-hex-encoding/package.json index be65c59302a3..5b94fda99ccd 100644 --- a/deprecated/packages/util-hex-encoding/package.json +++ b/deprecated/packages/util-hex-encoding/package.json @@ -49,6 +49,6 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" } } diff --git a/deprecated/packages/util-middleware/package.json b/deprecated/packages/util-middleware/package.json index 2a6887bbec2b..e7415cb1734d 100644 --- a/deprecated/packages/util-middleware/package.json +++ b/deprecated/packages/util-middleware/package.json @@ -35,7 +35,7 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "types": "./dist-types/index.d.ts", "engines": { diff --git a/deprecated/packages/util-retry/package.json b/deprecated/packages/util-retry/package.json index 620a9ec29f97..13c204d9978e 100644 --- a/deprecated/packages/util-retry/package.json +++ b/deprecated/packages/util-retry/package.json @@ -36,7 +36,7 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "types": "./dist-types/index.d.ts", "engines": { diff --git a/deprecated/packages/util-stream-browser/package.json b/deprecated/packages/util-stream-browser/package.json index 9ed3c981663a..7acee451f11f 100644 --- a/deprecated/packages/util-stream-browser/package.json +++ b/deprecated/packages/util-stream-browser/package.json @@ -27,7 +27,7 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "typesVersions": { "<4.0": { diff --git a/deprecated/packages/util-stream-node/package.json b/deprecated/packages/util-stream-node/package.json index 6229ec83683a..0138906fff73 100644 --- a/deprecated/packages/util-stream-node/package.json +++ b/deprecated/packages/util-stream-node/package.json @@ -29,7 +29,7 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { "node": ">=14.0.0" diff --git a/deprecated/packages/util-stream/package.json b/deprecated/packages/util-stream/package.json index e9e09fa6bbec..4ba81f2cc426 100644 --- a/deprecated/packages/util-stream/package.json +++ b/deprecated/packages/util-stream/package.json @@ -29,7 +29,7 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { "node": ">=14.0.0" diff --git a/deprecated/packages/util-uri-escape/package.json b/deprecated/packages/util-uri-escape/package.json index 3e919d798892..3226adf6fd42 100644 --- a/deprecated/packages/util-uri-escape/package.json +++ b/deprecated/packages/util-uri-escape/package.json @@ -48,6 +48,6 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" } } diff --git a/deprecated/packages/util-utf8/package.json b/deprecated/packages/util-utf8/package.json index 289485e21e5b..b9eb515fe991 100644 --- a/deprecated/packages/util-utf8/package.json +++ b/deprecated/packages/util-utf8/package.json @@ -29,7 +29,7 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "types": "./dist-types/index.d.ts", "engines": { diff --git a/deprecated/packages/util-waiter/package.json b/deprecated/packages/util-waiter/package.json index efbae0a9995f..6269be3f9ba9 100644 --- a/deprecated/packages/util-waiter/package.json +++ b/deprecated/packages/util-waiter/package.json @@ -49,6 +49,6 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" } } diff --git a/lib/lib-dynamodb/package.json b/lib/lib-dynamodb/package.json index 942575b279b9..9dbd3630c1bd 100644 --- a/lib/lib-dynamodb/package.json +++ b/lib/lib-dynamodb/package.json @@ -20,7 +20,7 @@ "test:e2e:watch": "yarn g:vitest watch -c vitest.config.e2e.ts" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "author": { "name": "AWS SDK for JavaScript Team", @@ -30,9 +30,9 @@ "dependencies": { "@aws-sdk/core": "*", "@aws-sdk/util-dynamodb": "*", - "@smithy/core": "^2.5.5", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", + "@smithy/core": "^3.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", "tslib": "^2.6.2" }, "peerDependencies": { @@ -41,11 +41,11 @@ "devDependencies": { "@aws-sdk/client-dynamodb": "*", "@tsconfig/recommended": "1.0.1", - "@types/node": "^16.18.96", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "typesVersions": { "<4.0": { diff --git a/lib/lib-storage/package.json b/lib/lib-storage/package.json index 6f3b8c7468b1..64d661457b4c 100644 --- a/lib/lib-storage/package.json +++ b/lib/lib-storage/package.json @@ -20,7 +20,7 @@ "test:e2e:watch": "yarn g:vitest watch -c vitest.config.e2e.ts" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "author": { "name": "AWS SDK for JavaScript Team", @@ -28,9 +28,9 @@ }, "license": "Apache-2.0", "dependencies": { - "@smithy/abort-controller": "^3.1.9", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/smithy-client": "^3.5.1", + "@smithy/abort-controller": "^4.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/smithy-client": "^4.0.0", "buffer": "5.6.0", "events": "3.3.0", "stream-browserify": "3.0.0", @@ -41,13 +41,13 @@ }, "devDependencies": { "@aws-sdk/client-s3": "*", - "@smithy/types": "^3.7.2", + "@smithy/types": "^4.0.0", "@tsconfig/recommended": "1.0.1", - "@types/node": "^16.18.96", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5", + "typescript": "~5.2.2", "web-streams-polyfill": "3.2.1" }, "typesVersions": { diff --git a/package.json b/package.json index b1537b9802c2..236301355b63 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "ts-loader": "9.4.2", "tsx": "4.19.2", "turbo": "2.1.2", - "typescript": "~4.9.5", + "typescript": "~5.2.2", "verdaccio": "5.25.0", "vite": "4.5.5", "vitest": "0.34.6", @@ -115,10 +115,12 @@ "yargs": "17.5.1" }, "overrides": { - "vite": "4.5.5" + "vite": "4.5.5", + "typescript": "~5.2.2" }, "resolutions": { - "vite": "4.5.5" + "vite": "4.5.5", + "typescript": "~5.2.2" }, "workspaces": { "packages": [ diff --git a/packages/body-checksum-browser/package.json b/packages/body-checksum-browser/package.json index 997e8254c488..6519ffb7b8b7 100644 --- a/packages/body-checksum-browser/package.json +++ b/packages/body-checksum-browser/package.json @@ -23,11 +23,11 @@ "dependencies": { "@aws-sdk/sha256-tree-hash": "*", "@aws-sdk/types": "*", - "@smithy/chunked-blob-reader": "^4.0.0", - "@smithy/protocol-http": "^4.1.8", - "@smithy/types": "^3.7.2", - "@smithy/util-hex-encoding": "^3.0.0", - "@smithy/util-utf8": "^3.0.0", + "@smithy/chunked-blob-reader": "^5.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/types": "^4.0.0", + "@smithy/util-hex-encoding": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { @@ -37,7 +37,7 @@ "downlevel-dts": "0.10.1", "happy-dom": "^15.7.4", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "typesVersions": { "<4.0": { diff --git a/packages/body-checksum-node/package.json b/packages/body-checksum-node/package.json index dca5663725a9..c8b09668ce00 100644 --- a/packages/body-checksum-node/package.json +++ b/packages/body-checksum-node/package.json @@ -24,11 +24,11 @@ "@aws-sdk/chunked-stream-reader-node": "*", "@aws-sdk/sha256-tree-hash": "*", "@aws-sdk/types": "*", - "@smithy/is-array-buffer": "^3.0.0", - "@smithy/protocol-http": "^4.1.8", - "@smithy/types": "^3.7.2", - "@smithy/util-hex-encoding": "^3.0.0", - "@smithy/util-utf8": "^3.0.0", + "@smithy/is-array-buffer": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/types": "^4.0.0", + "@smithy/util-hex-encoding": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { @@ -37,10 +37,10 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/packages/chunked-stream-reader-node/package.json b/packages/chunked-stream-reader-node/package.json index 5b81b3dd4c33..b4c63834f8be 100644 --- a/packages/chunked-stream-reader-node/package.json +++ b/packages/chunked-stream-reader-node/package.json @@ -25,14 +25,14 @@ }, "devDependencies": { "@tsconfig/recommended": "1.0.1", - "@types/node": "^16.18.96", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/packages/cloudfront-signer/package.json b/packages/cloudfront-signer/package.json index a4ed00738c2e..542b30e95887 100644 --- a/packages/cloudfront-signer/package.json +++ b/packages/cloudfront-signer/package.json @@ -22,7 +22,7 @@ }, "license": "Apache-2.0", "dependencies": { - "@smithy/url-parser": "^3.0.11", + "@smithy/url-parser": "^4.0.0", "tslib": "^2.6.2" }, "files": [ @@ -33,10 +33,10 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/packages/core/package.json b/packages/core/package.json index e47d065e78fe..e8c1cfb84e98 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -82,14 +82,14 @@ "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "*", - "@smithy/core": "^2.5.5", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/property-provider": "^3.1.11", - "@smithy/protocol-http": "^4.1.8", - "@smithy/signature-v4": "^4.2.4", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/util-middleware": "^3.0.11", + "@smithy/core": "^3.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/property-provider": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/signature-v4": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/util-middleware": "^4.0.0", "fast-xml-parser": "4.4.1", "tslib": "^2.6.2" }, @@ -98,10 +98,10 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/packages/crc64-nvme-crt/package.json b/packages/crc64-nvme-crt/package.json index d7e32dbf3c8d..10b0d4879511 100644 --- a/packages/crc64-nvme-crt/package.json +++ b/packages/crc64-nvme-crt/package.json @@ -24,20 +24,20 @@ "license": "Apache-2.0", "dependencies": { "@aws-sdk/crt-loader": "*", - "@smithy/types": "^3.7.2", - "@smithy/util-utf8": "^3.0.0", + "@smithy/types": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@smithy/util-base64": "^3.0.0", + "@smithy/util-base64": "^4.0.0", "@tsconfig/recommended": "1.0.1", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "files": [ "dist-*/**" diff --git a/packages/credential-provider-cognito-identity/package.json b/packages/credential-provider-cognito-identity/package.json index 08adda4d05c7..bfa441a37995 100644 --- a/packages/credential-provider-cognito-identity/package.json +++ b/packages/credential-provider-cognito-identity/package.json @@ -26,12 +26,12 @@ "dependencies": { "@aws-sdk/client-cognito-identity": "*", "@aws-sdk/types": "*", - "@smithy/property-provider": "^3.1.11", - "@smithy/types": "^3.7.2", + "@smithy/property-provider": "^4.0.0", + "@smithy/types": "^4.0.0", "tslib": "^2.6.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { @@ -54,6 +54,6 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" } } diff --git a/packages/credential-provider-env/package.json b/packages/credential-provider-env/package.json index 176cd68cb57c..db037eeb11bb 100644 --- a/packages/credential-provider-env/package.json +++ b/packages/credential-provider-env/package.json @@ -27,21 +27,21 @@ "dependencies": { "@aws-sdk/core": "*", "@aws-sdk/types": "*", - "@smithy/property-provider": "^3.1.11", - "@smithy/types": "^3.7.2", + "@smithy/property-provider": "^4.0.0", + "@smithy/types": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { "@tsconfig/recommended": "1.0.1", - "@types/node": "^16.18.96", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "types": "./dist-types/index.d.ts", "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/packages/credential-provider-http/package.json b/packages/credential-provider-http/package.json index e0f73ec23a95..1d4c093b74e3 100644 --- a/packages/credential-provider-http/package.json +++ b/packages/credential-provider-http/package.json @@ -29,26 +29,26 @@ "dependencies": { "@aws-sdk/core": "*", "@aws-sdk/types": "*", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/property-provider": "^3.1.11", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/util-stream": "^3.3.2", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/property-provider": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/util-stream": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { "@tsconfig/recommended": "1.0.1", - "@types/node": "^16.18.96", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "types": "./dist-types/index.d.ts", "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/packages/credential-provider-ini/package.json b/packages/credential-provider-ini/package.json index 5e5f3b004e75..2646d3f0c2e5 100644 --- a/packages/credential-provider-ini/package.json +++ b/packages/credential-provider-ini/package.json @@ -34,26 +34,26 @@ "@aws-sdk/credential-provider-sso": "*", "@aws-sdk/credential-provider-web-identity": "*", "@aws-sdk/types": "*", - "@smithy/credential-provider-imds": "^3.2.8", - "@smithy/property-provider": "^3.1.11", - "@smithy/shared-ini-file-loader": "^3.1.12", - "@smithy/types": "^3.7.2", + "@smithy/credential-provider-imds": "^4.0.0", + "@smithy/property-provider": "^4.0.0", + "@smithy/shared-ini-file-loader": "^4.0.0", + "@smithy/types": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { "@tsconfig/recommended": "1.0.1", - "@types/node": "^16.18.96", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "peerDependencies": { "@aws-sdk/client-sts": "*" }, "types": "./dist-types/index.d.ts", "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/packages/credential-provider-node/package.json b/packages/credential-provider-node/package.json index ece62e44fc2e..fc1621f6afdd 100644 --- a/packages/credential-provider-node/package.json +++ b/packages/credential-provider-node/package.json @@ -3,7 +3,7 @@ "version": "3.721.0", "description": "AWS credential provider that sources credentials from a Node.JS environment. ", "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "main": "./dist-cjs/index.js", "module": "./dist-es/index.js", @@ -36,19 +36,19 @@ "@aws-sdk/credential-provider-sso": "*", "@aws-sdk/credential-provider-web-identity": "*", "@aws-sdk/types": "*", - "@smithy/credential-provider-imds": "^3.2.8", - "@smithy/property-provider": "^3.1.11", - "@smithy/shared-ini-file-loader": "^3.1.12", - "@smithy/types": "^3.7.2", + "@smithy/credential-provider-imds": "^4.0.0", + "@smithy/property-provider": "^4.0.0", + "@smithy/shared-ini-file-loader": "^4.0.0", + "@smithy/types": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { "@tsconfig/recommended": "1.0.1", - "@types/node": "^16.18.96", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "types": "./dist-types/index.d.ts", "typesVersions": { diff --git a/packages/credential-provider-process/package.json b/packages/credential-provider-process/package.json index 668edba4020c..ba71cfcd0a05 100644 --- a/packages/credential-provider-process/package.json +++ b/packages/credential-provider-process/package.json @@ -27,22 +27,22 @@ "dependencies": { "@aws-sdk/core": "*", "@aws-sdk/types": "*", - "@smithy/property-provider": "^3.1.11", - "@smithy/shared-ini-file-loader": "^3.1.12", - "@smithy/types": "^3.7.2", + "@smithy/property-provider": "^4.0.0", + "@smithy/shared-ini-file-loader": "^4.0.0", + "@smithy/types": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { "@tsconfig/recommended": "1.0.1", - "@types/node": "^16.18.96", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "types": "./dist-types/index.d.ts", "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/packages/credential-provider-sso/package.json b/packages/credential-provider-sso/package.json index b6fd7ae20471..5ea6d7118c97 100644 --- a/packages/credential-provider-sso/package.json +++ b/packages/credential-provider-sso/package.json @@ -29,22 +29,22 @@ "@aws-sdk/core": "*", "@aws-sdk/token-providers": "*", "@aws-sdk/types": "*", - "@smithy/property-provider": "^3.1.11", - "@smithy/shared-ini-file-loader": "^3.1.12", - "@smithy/types": "^3.7.2", + "@smithy/property-provider": "^4.0.0", + "@smithy/shared-ini-file-loader": "^4.0.0", + "@smithy/types": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { "@tsconfig/recommended": "1.0.1", - "@types/node": "^16.18.96", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "types": "./dist-types/index.d.ts", "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/packages/credential-provider-web-identity/package.json b/packages/credential-provider-web-identity/package.json index f7021001e779..bc8a15c2d70b 100644 --- a/packages/credential-provider-web-identity/package.json +++ b/packages/credential-provider-web-identity/package.json @@ -35,24 +35,24 @@ "dependencies": { "@aws-sdk/core": "*", "@aws-sdk/types": "*", - "@smithy/property-provider": "^3.1.11", - "@smithy/types": "^3.7.2", + "@smithy/property-provider": "^4.0.0", + "@smithy/types": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { "@tsconfig/recommended": "1.0.1", - "@types/node": "^16.18.96", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "peerDependencies": { "@aws-sdk/client-sts": "*" }, "types": "./dist-types/index.d.ts", "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/packages/credential-providers/package.json b/packages/credential-providers/package.json index fe1f6440ad9a..d366c7cdb0d7 100644 --- a/packages/credential-providers/package.json +++ b/packages/credential-providers/package.json @@ -43,22 +43,22 @@ "@aws-sdk/credential-provider-sso": "*", "@aws-sdk/credential-provider-web-identity": "*", "@aws-sdk/types": "*", - "@smithy/credential-provider-imds": "^3.2.8", - "@smithy/property-provider": "^3.1.11", - "@smithy/types": "^3.7.2", + "@smithy/credential-provider-imds": "^4.0.0", + "@smithy/property-provider": "^4.0.0", + "@smithy/types": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { "@tsconfig/recommended": "1.0.1", - "@types/node": "^16.18.96", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "types": "./dist-types/index.d.ts", "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/packages/crt-loader/package.json b/packages/crt-loader/package.json index 7e212d4d5d95..d58a2a1ef4b0 100644 --- a/packages/crt-loader/package.json +++ b/packages/crt-loader/package.json @@ -30,10 +30,10 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "files": [ "dist-*/**" diff --git a/packages/dsql-signer/package.json b/packages/dsql-signer/package.json index f587b8e6ad43..4a2dcc651ba7 100644 --- a/packages/dsql-signer/package.json +++ b/packages/dsql-signer/package.json @@ -17,7 +17,7 @@ "test": "yarn g:vitest run" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "author": { "name": "AWS SDK for JavaScript Team", @@ -29,21 +29,21 @@ "@aws-crypto/sha256-js": "5.2.0", "@aws-sdk/credential-providers": "*", "@aws-sdk/util-format-url": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/protocol-http": "^4.1.8", - "@smithy/signature-v4": "^4.2.4", - "@smithy/types": "^3.7.2", + "@smithy/config-resolver": "^4.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/signature-v4": "^5.0.0", + "@smithy/types": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@types/node": "^16.18.96", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "typesVersions": { "<4.0": { diff --git a/packages/ec2-metadata-service/package.json b/packages/ec2-metadata-service/package.json index 76f7efea5aa0..95adb6ea0415 100644 --- a/packages/ec2-metadata-service/package.json +++ b/packages/ec2-metadata-service/package.json @@ -24,24 +24,24 @@ "types": "./dist-types/index.d.ts", "dependencies": { "@aws-sdk/types": "*", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/types": "^3.7.2", - "@smithy/util-stream": "^3.3.2", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/types": "^4.0.0", + "@smithy/util-stream": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { "@aws-sdk/credential-providers": "*", "@tsconfig/recommended": "1.0.1", - "@types/node": "^16.18.96", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/packages/endpoint-cache/package.json b/packages/endpoint-cache/package.json index b44587cccfc1..d3c2a783f3f3 100644 --- a/packages/endpoint-cache/package.json +++ b/packages/endpoint-cache/package.json @@ -26,14 +26,14 @@ }, "devDependencies": { "@tsconfig/recommended": "1.0.1", - "@types/node": "^16.18.96", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/packages/eventstream-handler-node/package.json b/packages/eventstream-handler-node/package.json index e6122d1ac5c1..6ac513ebfc3b 100644 --- a/packages/eventstream-handler-node/package.json +++ b/packages/eventstream-handler-node/package.json @@ -22,21 +22,21 @@ "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "*", - "@smithy/eventstream-codec": "^3.1.10", - "@smithy/types": "^3.7.2", + "@smithy/eventstream-codec": "^4.0.0", + "@smithy/types": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@smithy/util-utf8": "^3.0.0", + "@smithy/util-utf8": "^4.0.0", "@tsconfig/recommended": "1.0.1", - "@types/node": "^16.18.96", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/packages/karma-credential-loader/package.json b/packages/karma-credential-loader/package.json index d3a2792b6a6a..7f0ed4b161f3 100644 --- a/packages/karma-credential-loader/package.json +++ b/packages/karma-credential-loader/package.json @@ -27,14 +27,14 @@ }, "devDependencies": { "@tsconfig/recommended": "1.0.1", - "@types/node": "^16.18.96", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/packages/middleware-api-key/package.json b/packages/middleware-api-key/package.json index 0343d8c0a310..c62319f76feb 100644 --- a/packages/middleware-api-key/package.json +++ b/packages/middleware-api-key/package.json @@ -22,9 +22,9 @@ "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "*", - "@smithy/protocol-http": "^4.1.8", - "@smithy/types": "^3.7.2", - "@smithy/util-middleware": "^3.0.11", + "@smithy/protocol-http": "^5.0.0", + "@smithy/types": "^4.0.0", + "@smithy/util-middleware": "^4.0.0", "tslib": "^2.6.2" }, "engines": { @@ -51,6 +51,6 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" } } diff --git a/packages/middleware-bucket-endpoint/package.json b/packages/middleware-bucket-endpoint/package.json index 576627bb3cd4..e3405b0bf119 100644 --- a/packages/middleware-bucket-endpoint/package.json +++ b/packages/middleware-bucket-endpoint/package.json @@ -24,10 +24,10 @@ "dependencies": { "@aws-sdk/types": "*", "@aws-sdk/util-arn-parser": "*", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/protocol-http": "^4.1.8", - "@smithy/types": "^3.7.2", - "@smithy/util-config-provider": "^3.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/types": "^4.0.0", + "@smithy/util-config-provider": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { @@ -35,10 +35,10 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/packages/middleware-endpoint-discovery/package.json b/packages/middleware-endpoint-discovery/package.json index 41539055a94d..aaef78fbebb2 100644 --- a/packages/middleware-endpoint-discovery/package.json +++ b/packages/middleware-endpoint-discovery/package.json @@ -27,18 +27,18 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "dependencies": { "@aws-sdk/endpoint-cache": "*", "@aws-sdk/types": "*", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/protocol-http": "^4.1.8", - "@smithy/types": "^3.7.2", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/types": "^4.0.0", "tslib": "^2.6.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/packages/middleware-eventstream/package.json b/packages/middleware-eventstream/package.json index e38dfdf63f11..6336cdfdf766 100644 --- a/packages/middleware-eventstream/package.json +++ b/packages/middleware-eventstream/package.json @@ -23,12 +23,12 @@ "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "*", - "@smithy/protocol-http": "^4.1.8", - "@smithy/types": "^3.7.2", + "@smithy/protocol-http": "^5.0.0", + "@smithy/types": "^4.0.0", "tslib": "^2.6.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { @@ -51,6 +51,6 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" } } diff --git a/packages/middleware-expect-continue/package.json b/packages/middleware-expect-continue/package.json index b7ca0fc86eb6..267082a549d3 100644 --- a/packages/middleware-expect-continue/package.json +++ b/packages/middleware-expect-continue/package.json @@ -24,12 +24,12 @@ "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "*", - "@smithy/protocol-http": "^4.1.8", - "@smithy/types": "^3.7.2", + "@smithy/protocol-http": "^5.0.0", + "@smithy/types": "^4.0.0", "tslib": "^2.6.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { @@ -52,6 +52,6 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" } } diff --git a/packages/middleware-flexible-checksums/package.json b/packages/middleware-flexible-checksums/package.json index b0227eca10ba..b24a4f2b88f0 100644 --- a/packages/middleware-flexible-checksums/package.json +++ b/packages/middleware-flexible-checksums/package.json @@ -38,24 +38,24 @@ "@aws-crypto/util": "5.2.0", "@aws-sdk/core": "*", "@aws-sdk/types": "*", - "@smithy/is-array-buffer": "^3.0.0", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/protocol-http": "^4.1.8", - "@smithy/types": "^3.7.2", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-stream": "^3.3.2", - "@smithy/util-utf8": "^3.0.0", + "@smithy/is-array-buffer": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/types": "^4.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-stream": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@smithy/node-http-handler": "^3.3.2", + "@smithy/node-http-handler": "^4.0.0", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/packages/middleware-host-header/package.json b/packages/middleware-host-header/package.json index 7165196c682f..44017187edc3 100644 --- a/packages/middleware-host-header/package.json +++ b/packages/middleware-host-header/package.json @@ -24,12 +24,12 @@ "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "*", - "@smithy/protocol-http": "^4.1.8", - "@smithy/types": "^3.7.2", + "@smithy/protocol-http": "^5.0.0", + "@smithy/types": "^4.0.0", "tslib": "^2.6.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { @@ -52,6 +52,6 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" } } diff --git a/packages/middleware-location-constraint/package.json b/packages/middleware-location-constraint/package.json index 2f0a45bc7e91..68ceb177e0f8 100644 --- a/packages/middleware-location-constraint/package.json +++ b/packages/middleware-location-constraint/package.json @@ -24,11 +24,11 @@ "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "*", - "@smithy/types": "^3.7.2", + "@smithy/types": "^4.0.0", "tslib": "^2.6.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { @@ -51,6 +51,6 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" } } diff --git a/packages/middleware-logger/package.json b/packages/middleware-logger/package.json index e5871262a09d..af1ed729e991 100644 --- a/packages/middleware-logger/package.json +++ b/packages/middleware-logger/package.json @@ -25,19 +25,19 @@ "types": "./dist-types/index.d.ts", "dependencies": { "@aws-sdk/types": "*", - "@smithy/types": "^3.7.2", + "@smithy/types": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { "@tsconfig/recommended": "1.0.1", - "@types/node": "^16.18.96", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/packages/middleware-recursion-detection/package.json b/packages/middleware-recursion-detection/package.json index b453fc55b026..c0105c66e31d 100644 --- a/packages/middleware-recursion-detection/package.json +++ b/packages/middleware-recursion-detection/package.json @@ -24,12 +24,12 @@ "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "*", - "@smithy/protocol-http": "^4.1.8", - "@smithy/types": "^3.7.2", + "@smithy/protocol-http": "^5.0.0", + "@smithy/types": "^4.0.0", "tslib": "^2.6.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { @@ -52,6 +52,6 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" } } diff --git a/packages/middleware-sdk-api-gateway/package.json b/packages/middleware-sdk-api-gateway/package.json index 97e3839ba26f..9a39abe863e4 100644 --- a/packages/middleware-sdk-api-gateway/package.json +++ b/packages/middleware-sdk-api-gateway/package.json @@ -24,12 +24,12 @@ "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "*", - "@smithy/protocol-http": "^4.1.8", - "@smithy/types": "^3.7.2", + "@smithy/protocol-http": "^5.0.0", + "@smithy/types": "^4.0.0", "tslib": "^2.6.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { @@ -52,6 +52,6 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" } } diff --git a/packages/middleware-sdk-ec2/package.json b/packages/middleware-sdk-ec2/package.json index 113d33067e43..8f02e1794931 100644 --- a/packages/middleware-sdk-ec2/package.json +++ b/packages/middleware-sdk-ec2/package.json @@ -27,15 +27,15 @@ "dependencies": { "@aws-sdk/types": "*", "@aws-sdk/util-format-url": "*", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/protocol-http": "^4.1.8", - "@smithy/signature-v4": "^4.2.4", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/signature-v4": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", "tslib": "^2.6.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { @@ -58,6 +58,6 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" } } diff --git a/packages/middleware-sdk-glacier/package.json b/packages/middleware-sdk-glacier/package.json index c35e87a0381a..c1b0a6261775 100644 --- a/packages/middleware-sdk-glacier/package.json +++ b/packages/middleware-sdk-glacier/package.json @@ -24,12 +24,12 @@ "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "*", - "@smithy/protocol-http": "^4.1.8", - "@smithy/types": "^3.7.2", + "@smithy/protocol-http": "^5.0.0", + "@smithy/types": "^4.0.0", "tslib": "^2.6.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { @@ -52,6 +52,6 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" } } diff --git a/packages/middleware-sdk-machinelearning/package.json b/packages/middleware-sdk-machinelearning/package.json index 32e4514f34cf..f310fb05da38 100644 --- a/packages/middleware-sdk-machinelearning/package.json +++ b/packages/middleware-sdk-machinelearning/package.json @@ -24,12 +24,12 @@ "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "*", - "@smithy/protocol-http": "^4.1.8", - "@smithy/types": "^3.7.2", + "@smithy/protocol-http": "^5.0.0", + "@smithy/types": "^4.0.0", "tslib": "^2.6.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { @@ -52,6 +52,6 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" } } diff --git a/packages/middleware-sdk-rds/package.json b/packages/middleware-sdk-rds/package.json index cfbca381db53..5bcc79d0e0fe 100644 --- a/packages/middleware-sdk-rds/package.json +++ b/packages/middleware-sdk-rds/package.json @@ -25,14 +25,14 @@ "dependencies": { "@aws-sdk/types": "*", "@aws-sdk/util-format-url": "*", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/protocol-http": "^4.1.8", - "@smithy/signature-v4": "^4.2.4", - "@smithy/types": "^3.7.2", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/signature-v4": "^5.0.0", + "@smithy/types": "^4.0.0", "tslib": "^2.6.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { @@ -55,6 +55,6 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" } } diff --git a/packages/middleware-sdk-route53/package.json b/packages/middleware-sdk-route53/package.json index afaf74360a23..eeeaf302d836 100644 --- a/packages/middleware-sdk-route53/package.json +++ b/packages/middleware-sdk-route53/package.json @@ -24,11 +24,11 @@ "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "*", - "@smithy/types": "^3.7.2", + "@smithy/types": "^4.0.0", "tslib": "^2.6.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { @@ -51,6 +51,6 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" } } diff --git a/packages/middleware-sdk-s3-control/package.json b/packages/middleware-sdk-s3-control/package.json index c0d377841d76..5c6a4305277a 100644 --- a/packages/middleware-sdk-s3-control/package.json +++ b/packages/middleware-sdk-s3-control/package.json @@ -28,21 +28,21 @@ "@aws-sdk/types": "*", "@aws-sdk/util-arn-parser": "*", "@aws-sdk/util-endpoints": "*", - "@smithy/protocol-http": "^4.1.8", - "@smithy/types": "^3.7.2", - "@smithy/util-endpoints": "^2.1.7", + "@smithy/protocol-http": "^5.0.0", + "@smithy/types": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@smithy/middleware-stack": "^3.0.11", + "@smithy/middleware-stack": "^4.0.0", "@tsconfig/recommended": "1.0.1", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/packages/middleware-sdk-s3/package.json b/packages/middleware-sdk-s3/package.json index cd35892ac5a0..18c454597d44 100644 --- a/packages/middleware-sdk-s3/package.json +++ b/packages/middleware-sdk-s3/package.json @@ -30,16 +30,16 @@ "@aws-sdk/core": "*", "@aws-sdk/types": "*", "@aws-sdk/util-arn-parser": "*", - "@smithy/core": "^2.5.5", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/protocol-http": "^4.1.8", - "@smithy/signature-v4": "^4.2.4", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/util-config-provider": "^3.0.0", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-stream": "^3.3.2", - "@smithy/util-utf8": "^3.0.0", + "@smithy/core": "^3.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/signature-v4": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/util-config-provider": "^4.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-stream": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { @@ -47,10 +47,10 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/packages/middleware-sdk-sqs/package.json b/packages/middleware-sdk-sqs/package.json index 981c0aa728e5..3717351191d3 100644 --- a/packages/middleware-sdk-sqs/package.json +++ b/packages/middleware-sdk-sqs/package.json @@ -24,14 +24,14 @@ "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "*", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/util-hex-encoding": "^3.0.0", - "@smithy/util-utf8": "^3.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/util-hex-encoding": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { @@ -54,6 +54,6 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" } } diff --git a/packages/middleware-sdk-sts/package.json b/packages/middleware-sdk-sts/package.json index 610060b13bc4..da231eaa6079 100644 --- a/packages/middleware-sdk-sts/package.json +++ b/packages/middleware-sdk-sts/package.json @@ -24,11 +24,11 @@ "dependencies": { "@aws-sdk/middleware-signing": "*", "@aws-sdk/types": "*", - "@smithy/types": "^3.7.2", + "@smithy/types": "^4.0.0", "tslib": "^2.6.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { @@ -51,6 +51,6 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" } } diff --git a/packages/middleware-sdk-transcribe-streaming/package.json b/packages/middleware-sdk-transcribe-streaming/package.json index a07f3daac0aa..00f904d83351 100644 --- a/packages/middleware-sdk-transcribe-streaming/package.json +++ b/packages/middleware-sdk-transcribe-streaming/package.json @@ -25,10 +25,10 @@ "dependencies": { "@aws-sdk/types": "*", "@aws-sdk/util-format-url": "*", - "@smithy/eventstream-serde-browser": "^3.0.14", - "@smithy/protocol-http": "^4.1.8", - "@smithy/signature-v4": "^4.2.4", - "@smithy/types": "^3.7.2", + "@smithy/eventstream-serde-browser": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/signature-v4": "^5.0.0", + "@smithy/types": "^4.0.0", "tslib": "^2.6.2", "uuid": "^9.0.1" }, @@ -38,10 +38,10 @@ "downlevel-dts": "0.10.1", "mock-socket": "9.1.5", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/packages/middleware-signing/package.json b/packages/middleware-signing/package.json index 17d343affcd1..9e69d9bac959 100644 --- a/packages/middleware-signing/package.json +++ b/packages/middleware-signing/package.json @@ -25,15 +25,15 @@ "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "*", - "@smithy/property-provider": "^3.1.11", - "@smithy/protocol-http": "^4.1.8", - "@smithy/signature-v4": "^4.2.4", - "@smithy/types": "^3.7.2", - "@smithy/util-middleware": "^3.0.11", + "@smithy/property-provider": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/signature-v4": "^5.0.0", + "@smithy/types": "^4.0.0", + "@smithy/util-middleware": "^4.0.0", "tslib": "^2.6.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { @@ -56,6 +56,6 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" } } diff --git a/packages/middleware-ssec/package.json b/packages/middleware-ssec/package.json index ad0df86ba63a..87fa9ea2b51f 100644 --- a/packages/middleware-ssec/package.json +++ b/packages/middleware-ssec/package.json @@ -24,11 +24,11 @@ "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "*", - "@smithy/types": "^3.7.2", + "@smithy/types": "^4.0.0", "tslib": "^2.6.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { @@ -51,6 +51,6 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" } } diff --git a/packages/middleware-token/package.json b/packages/middleware-token/package.json index ca71d0712167..4e94d4718088 100644 --- a/packages/middleware-token/package.json +++ b/packages/middleware-token/package.json @@ -32,23 +32,23 @@ "dependencies": { "@aws-sdk/token-providers": "*", "@aws-sdk/types": "*", - "@smithy/property-provider": "^3.1.11", - "@smithy/protocol-http": "^4.1.8", - "@smithy/types": "^3.7.2", - "@smithy/util-middleware": "^3.0.11", + "@smithy/property-provider": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/types": "^4.0.0", + "@smithy/util-middleware": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { "@tsconfig/recommended": "1.0.1", - "@types/node": "^16.18.96", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "types": "./dist-types/index.d.ts", "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/packages/middleware-user-agent/package.json b/packages/middleware-user-agent/package.json index 1996ecd2ca1f..351032da97f8 100644 --- a/packages/middleware-user-agent/package.json +++ b/packages/middleware-user-agent/package.json @@ -27,9 +27,9 @@ "@aws-sdk/core": "*", "@aws-sdk/types": "*", "@aws-sdk/util-endpoints": "*", - "@smithy/core": "^2.5.5", - "@smithy/protocol-http": "^4.1.8", - "@smithy/types": "^3.7.2", + "@smithy/core": "^3.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/types": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { @@ -37,10 +37,10 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/packages/middleware-websocket/package.json b/packages/middleware-websocket/package.json index 5e9aaa0b8c21..ebd3af1085ec 100644 --- a/packages/middleware-websocket/package.json +++ b/packages/middleware-websocket/package.json @@ -25,13 +25,13 @@ "dependencies": { "@aws-sdk/types": "*", "@aws-sdk/util-format-url": "*", - "@smithy/eventstream-codec": "^3.1.10", - "@smithy/eventstream-serde-browser": "^3.0.14", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/signature-v4": "^4.2.4", - "@smithy/types": "^3.7.2", - "@smithy/util-hex-encoding": "^3.0.0", + "@smithy/eventstream-codec": "^4.0.0", + "@smithy/eventstream-serde-browser": "^4.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/signature-v4": "^5.0.0", + "@smithy/types": "^4.0.0", + "@smithy/util-hex-encoding": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { @@ -40,7 +40,7 @@ "downlevel-dts": "0.10.1", "mock-socket": "9.1.5", "rimraf": "3.0.2", - "typescript": "~4.9.5", + "typescript": "~5.2.2", "vitest-websocket-mock": "0.2.3", "web-streams-polyfill": "3.2.1" }, diff --git a/packages/middleware-websocket/src/websocket-fetch-handler.ts b/packages/middleware-websocket/src/websocket-fetch-handler.ts index 23e72bfd63be..d3df5a948370 100644 --- a/packages/middleware-websocket/src/websocket-fetch-handler.ts +++ b/packages/middleware-websocket/src/websocket-fetch-handler.ts @@ -128,7 +128,7 @@ export class WebSocketFetchHandler { */ private removeNotUsableSockets(url: string): void { this.sockets[url] = (this.sockets[url] ?? []).filter( - (socket) => ![WebSocket.CLOSING, WebSocket.CLOSED].includes(socket.readyState) + (socket) => !([WebSocket.CLOSING, WebSocket.CLOSED] as number[]).includes(socket.readyState) ); } diff --git a/packages/polly-request-presigner/package.json b/packages/polly-request-presigner/package.json index 29fae9b429ba..4423f161422d 100644 --- a/packages/polly-request-presigner/package.json +++ b/packages/polly-request-presigner/package.json @@ -25,21 +25,21 @@ "@aws-sdk/client-polly": "*", "@aws-sdk/types": "*", "@aws-sdk/util-format-url": "*", - "@smithy/protocol-http": "^4.1.8", - "@smithy/signature-v4": "^4.2.4", - "@smithy/types": "^3.7.2", + "@smithy/protocol-http": "^5.0.0", + "@smithy/signature-v4": "^5.0.0", + "@smithy/types": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { "@tsconfig/recommended": "1.0.1", - "@types/node": "^16.18.96", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/packages/rds-signer/package.json b/packages/rds-signer/package.json index b7de9751b629..2291ec643bf3 100644 --- a/packages/rds-signer/package.json +++ b/packages/rds-signer/package.json @@ -18,7 +18,7 @@ "test:watch": "yarn g:vitest watch" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "author": { "name": "AWS SDK for JavaScript Team", @@ -30,22 +30,22 @@ "@aws-crypto/sha256-js": "5.2.0", "@aws-sdk/credential-providers": "*", "@aws-sdk/util-format-url": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/protocol-http": "^4.1.8", - "@smithy/signature-v4": "^4.2.4", - "@smithy/types": "^3.7.2", + "@smithy/config-resolver": "^4.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/signature-v4": "^5.0.0", + "@smithy/types": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { "@aws-sdk/types": "*", - "@types/node": "^16.18.96", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "typesVersions": { "<4.0": { diff --git a/packages/region-config-resolver/package.json b/packages/region-config-resolver/package.json index f204a3776332..4dbfc557b886 100644 --- a/packages/region-config-resolver/package.json +++ b/packages/region-config-resolver/package.json @@ -23,10 +23,10 @@ "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "*", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/types": "^3.7.2", - "@smithy/util-config-provider": "^3.0.0", - "@smithy/util-middleware": "^3.0.11", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/util-config-provider": "^4.0.0", + "@smithy/util-middleware": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { @@ -35,10 +35,10 @@ "downlevel-dts": "0.10.1", "jest": "28.1.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/packages/s3-presigned-post/package.json b/packages/s3-presigned-post/package.json index 5939fc3fbb4a..61b73d31d71b 100644 --- a/packages/s3-presigned-post/package.json +++ b/packages/s3-presigned-post/package.json @@ -27,24 +27,24 @@ "@aws-sdk/client-s3": "*", "@aws-sdk/types": "*", "@aws-sdk/util-format-url": "*", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/signature-v4": "^4.2.4", - "@smithy/types": "^3.7.2", - "@smithy/util-hex-encoding": "^3.0.0", - "@smithy/util-utf8": "^3.0.0", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/signature-v4": "^5.0.0", + "@smithy/types": "^4.0.0", + "@smithy/util-hex-encoding": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { "@tsconfig/recommended": "1.0.1", - "@types/node": "^16.18.96", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "form-data": "^4.0.0", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/packages/s3-request-presigner/package.json b/packages/s3-request-presigner/package.json index c5fe45c8c763..477deac20595 100644 --- a/packages/s3-request-presigner/package.json +++ b/packages/s3-request-presigner/package.json @@ -25,24 +25,24 @@ "@aws-sdk/signature-v4-multi-region": "*", "@aws-sdk/types": "*", "@aws-sdk/util-format-url": "*", - "@smithy/middleware-endpoint": "^3.2.6", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", + "@smithy/middleware-endpoint": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { "@aws-sdk/client-s3": "*", - "@smithy/hash-node": "^3.0.11", + "@smithy/hash-node": "^4.0.0", "@tsconfig/recommended": "1.0.1", - "@types/node": "^16.18.96", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/packages/sha256-tree-hash/package.json b/packages/sha256-tree-hash/package.json index d108b740ad99..6e82b81cfee4 100644 --- a/packages/sha256-tree-hash/package.json +++ b/packages/sha256-tree-hash/package.json @@ -22,21 +22,21 @@ "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "*", - "@smithy/types": "^3.7.2", + "@smithy/types": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { "@aws-crypto/sha256-js": "5.2.0", - "@smithy/util-hex-encoding": "^3.0.0", - "@smithy/util-utf8": "^3.0.0", + "@smithy/util-hex-encoding": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@tsconfig/recommended": "1.0.1", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/packages/signature-v4-crt/package.json b/packages/signature-v4-crt/package.json index 579caf27382b..bcbdb6b8b162 100644 --- a/packages/signature-v4-crt/package.json +++ b/packages/signature-v4-crt/package.json @@ -25,23 +25,23 @@ "@aws-sdk/crt-loader": "*", "@aws-sdk/signature-v4-multi-region": "*", "@aws-sdk/types": "*", - "@smithy/querystring-parser": "^3.0.11", - "@smithy/signature-v4": "^4.2.4", - "@smithy/types": "^3.7.2", - "@smithy/util-middleware": "^3.0.11", + "@smithy/querystring-parser": "^4.0.0", + "@smithy/signature-v4": "^5.0.0", + "@smithy/types": "^4.0.0", + "@smithy/util-middleware": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { "@aws-crypto/sha256-js": "5.2.0", - "@smithy/protocol-http": "^4.1.8", + "@smithy/protocol-http": "^5.0.0", "@tsconfig/recommended": "1.0.1", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "files": [ "dist-*/**" diff --git a/packages/signature-v4-multi-region/package.json b/packages/signature-v4-multi-region/package.json index a516f7552a01..a1267408640c 100644 --- a/packages/signature-v4-multi-region/package.json +++ b/packages/signature-v4-multi-region/package.json @@ -23,9 +23,9 @@ "dependencies": { "@aws-sdk/middleware-sdk-s3": "*", "@aws-sdk/types": "*", - "@smithy/protocol-http": "^4.1.8", - "@smithy/signature-v4": "^4.2.4", - "@smithy/types": "^3.7.2", + "@smithy/protocol-http": "^5.0.0", + "@smithy/signature-v4": "^5.0.0", + "@smithy/types": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { @@ -33,10 +33,10 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/packages/smithy-client/package.json b/packages/smithy-client/package.json index 3b7c630c71d5..9b9ec3d9eae2 100644 --- a/packages/smithy-client/package.json +++ b/packages/smithy-client/package.json @@ -22,11 +22,11 @@ }, "license": "Apache-2.0", "dependencies": { - "@smithy/smithy-client": "^3.5.1", + "@smithy/smithy-client": "^4.0.0", "tslib": "^2.6.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { @@ -46,10 +46,10 @@ }, "devDependencies": { "@tsconfig/recommended": "1.0.1", - "@types/node": "^16.18.96", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" } } diff --git a/packages/token-providers/package.json b/packages/token-providers/package.json index c886d99577b1..e25f24477a55 100644 --- a/packages/token-providers/package.json +++ b/packages/token-providers/package.json @@ -28,25 +28,25 @@ "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "*", - "@smithy/property-provider": "^3.1.11", - "@smithy/shared-ini-file-loader": "^3.1.12", - "@smithy/types": "^3.7.2", + "@smithy/property-provider": "^4.0.0", + "@smithy/shared-ini-file-loader": "^4.0.0", + "@smithy/types": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { "@tsconfig/recommended": "1.0.1", - "@types/node": "^16.18.96", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "peerDependencies": { "@aws-sdk/client-sso-oidc": "*" }, "types": "./dist-types/index.d.ts", "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/packages/types/package.json b/packages/types/package.json index 35dbc6e3cce5..121fb40b3873 100755 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -22,7 +22,7 @@ }, "license": "Apache-2.0", "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { @@ -41,7 +41,7 @@ "directory": "packages/types" }, "dependencies": { - "@smithy/types": "^3.7.2", + "@smithy/types": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { @@ -49,7 +49,7 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "browser": {}, "react-native": {} diff --git a/packages/util-arn-parser/package.json b/packages/util-arn-parser/package.json index 46ddd72d8a70..8d8f588ff76b 100644 --- a/packages/util-arn-parser/package.json +++ b/packages/util-arn-parser/package.json @@ -25,15 +25,15 @@ }, "devDependencies": { "@tsconfig/recommended": "1.0.1", - "@types/node": "^16.18.96", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "types": "./dist-types/index.d.ts", "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/packages/util-create-request/package.json b/packages/util-create-request/package.json index af8c2f0a2307..0aec5ff6b787 100644 --- a/packages/util-create-request/package.json +++ b/packages/util-create-request/package.json @@ -23,22 +23,22 @@ "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "*", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@smithy/protocol-http": "^4.1.8", + "@smithy/protocol-http": "^5.0.0", "@tsconfig/recommended": "1.0.1", - "@types/node": "^16.18.96", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/packages/util-dns/package.json b/packages/util-dns/package.json index 185c5b4c81d5..7b5aaec472ff 100644 --- a/packages/util-dns/package.json +++ b/packages/util-dns/package.json @@ -31,11 +31,11 @@ }, "devDependencies": { "@tsconfig/recommended": "1.0.1", - "@types/node": "^16.18.96", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "types": "./dist-types/index.d.ts", "engines": { diff --git a/packages/util-dynamodb/package.json b/packages/util-dynamodb/package.json index 2e88024b35f0..d902ffc4650c 100644 --- a/packages/util-dynamodb/package.json +++ b/packages/util-dynamodb/package.json @@ -30,13 +30,13 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "peerDependencies": { "@aws-sdk/client-dynamodb": "*" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/packages/util-dynamodb/src/convertToAttr.ts b/packages/util-dynamodb/src/convertToAttr.ts index d26ee4ac677b..ad90ebe2d360 100644 --- a/packages/util-dynamodb/src/convertToAttr.ts +++ b/packages/util-dynamodb/src/convertToAttr.ts @@ -169,9 +169,9 @@ const convertToNumberAttr = (num: number | Number, options?: marshallOptions): { throw new Error(`Special numeric value ${num.toString()} is not allowed`); } else if (!options?.allowImpreciseNumbers) { // Only perform these checks if allowImpreciseNumbers is false - if (num > Number.MAX_SAFE_INTEGER) { + if (Number(num) > Number.MAX_SAFE_INTEGER) { validateBigIntAndThrow(`Number ${num.toString()} is greater than Number.MAX_SAFE_INTEGER.`); - } else if (num < Number.MIN_SAFE_INTEGER) { + } else if (Number(num) < Number.MIN_SAFE_INTEGER) { validateBigIntAndThrow(`Number ${num.toString()} is lesser than Number.MIN_SAFE_INTEGER.`); } } diff --git a/packages/util-endpoints/package.json b/packages/util-endpoints/package.json index 0a359d20af59..30a2a4c451cb 100644 --- a/packages/util-endpoints/package.json +++ b/packages/util-endpoints/package.json @@ -25,12 +25,12 @@ "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "*", - "@smithy/types": "^3.7.2", - "@smithy/util-endpoints": "^2.1.7", + "@smithy/types": "^4.0.0", + "@smithy/util-endpoints": "^3.0.0", "tslib": "^2.6.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { @@ -53,6 +53,6 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" } } diff --git a/packages/util-endpoints/tsconfig.es.json b/packages/util-endpoints/tsconfig.es.json index 0f7f061a4bb1..dbc4b0f0cfa2 100644 --- a/packages/util-endpoints/tsconfig.es.json +++ b/packages/util-endpoints/tsconfig.es.json @@ -4,7 +4,8 @@ "lib": [], "outDir": "dist-es", "rootDir": "src", - "stripInternal": true + "stripInternal": true, + "resolveJsonModule": true }, "extends": "../../tsconfig.es.json", "include": ["src/"] diff --git a/packages/util-format-url/package.json b/packages/util-format-url/package.json index 58fb1e4a7691..dce9ea23dd36 100644 --- a/packages/util-format-url/package.json +++ b/packages/util-format-url/package.json @@ -22,12 +22,12 @@ "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "*", - "@smithy/querystring-builder": "^3.0.11", - "@smithy/types": "^3.7.2", + "@smithy/querystring-builder": "^4.0.0", + "@smithy/types": "^4.0.0", "tslib": "^2.6.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { @@ -50,6 +50,6 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" } } diff --git a/packages/util-locate-window/package.json b/packages/util-locate-window/package.json index 341f805e8f2c..b1549d3b896e 100644 --- a/packages/util-locate-window/package.json +++ b/packages/util-locate-window/package.json @@ -22,17 +22,17 @@ }, "devDependencies": { "@tsconfig/recommended": "1.0.1", - "@types/node": "^16.18.96", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "main": "./dist-cjs/index.js", "module": "./dist-es/index.js", "types": "./dist-types/index.d.ts", "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/packages/util-locate-window/tsconfig.cjs.json b/packages/util-locate-window/tsconfig.cjs.json index 6192538e1ece..f6430d43b41f 100644 --- a/packages/util-locate-window/tsconfig.cjs.json +++ b/packages/util-locate-window/tsconfig.cjs.json @@ -3,7 +3,6 @@ "baseUrl": ".", "noImplicitAny": true, "noImplicitThis": true, - "noImplicitUseStrict": true, "outDir": "dist-cjs", "rootDir": "src", "strict": false, diff --git a/packages/util-locate-window/tsconfig.es.json b/packages/util-locate-window/tsconfig.es.json index e7cdf916731d..248228811976 100644 --- a/packages/util-locate-window/tsconfig.es.json +++ b/packages/util-locate-window/tsconfig.es.json @@ -4,7 +4,6 @@ "lib": ["dom"], "noImplicitAny": true, "noImplicitThis": true, - "noImplicitUseStrict": true, "outDir": "dist-es", "rootDir": "src", "strict": false, diff --git a/packages/util-user-agent-browser/package.json b/packages/util-user-agent-browser/package.json index cb6958c1ce58..174e1ac5ffe4 100644 --- a/packages/util-user-agent-browser/package.json +++ b/packages/util-user-agent-browser/package.json @@ -24,7 +24,7 @@ "react-native": "dist-es/index.native.js", "dependencies": { "@aws-sdk/types": "*", - "@smithy/types": "^3.7.2", + "@smithy/types": "^4.0.0", "bowser": "^2.11.0", "tslib": "^2.6.2" }, @@ -33,7 +33,7 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "typesVersions": { "<4.0": { diff --git a/packages/util-user-agent-node/package.json b/packages/util-user-agent-node/package.json index b30a1ab46d7b..3df71ccfdac8 100644 --- a/packages/util-user-agent-node/package.json +++ b/packages/util-user-agent-node/package.json @@ -23,17 +23,17 @@ "dependencies": { "@aws-sdk/middleware-user-agent": "*", "@aws-sdk/types": "*", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/types": "^3.7.2", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/types": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { "@tsconfig/recommended": "1.0.1", - "@types/node": "^16.18.96", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "peerDependencies": { "aws-crt": ">=1.0.0" @@ -44,7 +44,7 @@ } }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/packages/xhr-http-handler/package.json b/packages/xhr-http-handler/package.json index e197c8c4f1a9..c5a70b01a141 100644 --- a/packages/xhr-http-handler/package.json +++ b/packages/xhr-http-handler/package.json @@ -21,19 +21,19 @@ "types": "./dist-types/index.d.ts", "dependencies": { "@aws-sdk/types": "*", - "@smithy/protocol-http": "^4.1.8", - "@smithy/querystring-builder": "^3.0.11", - "@smithy/types": "^3.7.2", + "@smithy/protocol-http": "^5.0.0", + "@smithy/querystring-builder": "^4.0.0", + "@smithy/types": "^4.0.0", "events": "3.3.0", "tslib": "^2.6.2" }, "devDependencies": { - "@smithy/abort-controller": "^3.1.9", + "@smithy/abort-controller": "^4.0.0", "@tsconfig/recommended": "1.0.1", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "typesVersions": { "<4.0": { diff --git a/packages/xml-builder/package.json b/packages/xml-builder/package.json index 850f5f55893e..dc7f3d869867 100644 --- a/packages/xml-builder/package.json +++ b/packages/xml-builder/package.json @@ -3,7 +3,7 @@ "version": "3.709.0", "description": "XML builder for the AWS SDK", "dependencies": { - "@smithy/types": "^3.7.2", + "@smithy/types": "^4.0.0", "tslib": "^2.6.2" }, "scripts": { @@ -26,7 +26,7 @@ "module": "./dist-es/index.js", "types": "./dist-types/index.d.ts", "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { @@ -49,6 +49,6 @@ "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" } } diff --git a/private/aws-client-api-test/package.json b/private/aws-client-api-test/package.json index cb1db953b99d..4913cb0f0556 100644 --- a/private/aws-client-api-test/package.json +++ b/private/aws-client-api-test/package.json @@ -25,33 +25,33 @@ "@aws-sdk/middleware-sdk-s3": "*", "@aws-sdk/signature-v4-multi-region": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/eventstream-serde-node": "^3.0.13", - "@smithy/hash-node": "^3.0.11", - "@smithy/hash-stream-node": "^3.1.10", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-stream": "^3.3.2", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/eventstream-serde-node": "^4.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/hash-stream-node": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-stream": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/private/aws-client-api-test/tsconfig.es.json b/private/aws-client-api-test/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/private/aws-client-api-test/tsconfig.es.json +++ b/private/aws-client-api-test/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/private/aws-client-api-test/tsconfig.json b/private/aws-client-api-test/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/private/aws-client-api-test/tsconfig.json +++ b/private/aws-client-api-test/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/private/aws-client-retry-test/package.json b/private/aws-client-retry-test/package.json index 78101323a789..ec4a1d470ea6 100644 --- a/private/aws-client-retry-test/package.json +++ b/private/aws-client-retry-test/package.json @@ -19,20 +19,20 @@ "sideEffects": false, "dependencies": { "@aws-sdk/client-s3": "*", - "@smithy/protocol-http": "^4.1.8", - "@smithy/types": "^3.7.2", - "@smithy/util-retry": "^3.0.11", + "@smithy/protocol-http": "^5.0.0", + "@smithy/types": "^4.0.0", + "@smithy/util-retry": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/private/aws-client-retry-test/tsconfig.es.json b/private/aws-client-retry-test/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/private/aws-client-retry-test/tsconfig.es.json +++ b/private/aws-client-retry-test/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/private/aws-client-retry-test/tsconfig.json b/private/aws-client-retry-test/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/private/aws-client-retry-test/tsconfig.json +++ b/private/aws-client-retry-test/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/private/aws-echo-service/package.json b/private/aws-echo-service/package.json index 8d25bf7099bf..0c6a440d505f 100644 --- a/private/aws-echo-service/package.json +++ b/private/aws-echo-service/package.json @@ -26,43 +26,43 @@ "@aws-sdk/types": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/private/aws-echo-service/tsconfig.es.json b/private/aws-echo-service/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/private/aws-echo-service/tsconfig.es.json +++ b/private/aws-echo-service/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/private/aws-echo-service/tsconfig.json b/private/aws-echo-service/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/private/aws-echo-service/tsconfig.json +++ b/private/aws-echo-service/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/private/aws-middleware-test/package.json b/private/aws-middleware-test/package.json index 9d7928d397ad..72c7ba3acb5c 100644 --- a/private/aws-middleware-test/package.json +++ b/private/aws-middleware-test/package.json @@ -26,21 +26,21 @@ "@aws-sdk/client-sagemaker": "*", "@aws-sdk/client-sagemaker-runtime": "*", "@aws-sdk/client-xray": "*", - "@smithy/protocol-http": "^4.1.8", - "@smithy/types": "^3.7.2", - "@smithy/util-stream": "^3.3.2", - "@smithy/util-utf8": "^3.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/types": "^4.0.0", + "@smithy/util-stream": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/private/aws-protocoltests-ec2/package.json b/private/aws-protocoltests-ec2/package.json index 6d7bade5aa62..0b3004a1d81c 100644 --- a/private/aws-protocoltests-ec2/package.json +++ b/private/aws-protocoltests-ec2/package.json @@ -32,44 +32,44 @@ "@aws-sdk/types": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-compression": "^3.1.5", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-compression": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/private/aws-protocoltests-ec2/tsconfig.es.json b/private/aws-protocoltests-ec2/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/private/aws-protocoltests-ec2/tsconfig.es.json +++ b/private/aws-protocoltests-ec2/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/private/aws-protocoltests-ec2/tsconfig.json b/private/aws-protocoltests-ec2/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/private/aws-protocoltests-ec2/tsconfig.json +++ b/private/aws-protocoltests-ec2/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/private/aws-protocoltests-json-10/package.json b/private/aws-protocoltests-json-10/package.json index da6ce6e5a658..cbec90c6f32d 100644 --- a/private/aws-protocoltests-json-10/package.json +++ b/private/aws-protocoltests-json-10/package.json @@ -32,44 +32,44 @@ "@aws-sdk/types": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-compression": "^3.1.5", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-compression": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/private/aws-protocoltests-json-10/tsconfig.es.json b/private/aws-protocoltests-json-10/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/private/aws-protocoltests-json-10/tsconfig.es.json +++ b/private/aws-protocoltests-json-10/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/private/aws-protocoltests-json-10/tsconfig.json b/private/aws-protocoltests-json-10/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/private/aws-protocoltests-json-10/tsconfig.json +++ b/private/aws-protocoltests-json-10/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/private/aws-protocoltests-json-machinelearning/package.json b/private/aws-protocoltests-json-machinelearning/package.json index f93a57b26027..0d68e79793e7 100644 --- a/private/aws-protocoltests-json-machinelearning/package.json +++ b/private/aws-protocoltests-json-machinelearning/package.json @@ -33,43 +33,43 @@ "@aws-sdk/types": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/private/aws-protocoltests-json-machinelearning/tsconfig.es.json b/private/aws-protocoltests-json-machinelearning/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/private/aws-protocoltests-json-machinelearning/tsconfig.es.json +++ b/private/aws-protocoltests-json-machinelearning/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/private/aws-protocoltests-json-machinelearning/tsconfig.json b/private/aws-protocoltests-json-machinelearning/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/private/aws-protocoltests-json-machinelearning/tsconfig.json +++ b/private/aws-protocoltests-json-machinelearning/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/private/aws-protocoltests-json/package.json b/private/aws-protocoltests-json/package.json index c9227d6bf2dd..85bc4d586b08 100644 --- a/private/aws-protocoltests-json/package.json +++ b/private/aws-protocoltests-json/package.json @@ -32,44 +32,44 @@ "@aws-sdk/types": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-compression": "^3.1.5", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-compression": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/private/aws-protocoltests-json/tsconfig.es.json b/private/aws-protocoltests-json/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/private/aws-protocoltests-json/tsconfig.es.json +++ b/private/aws-protocoltests-json/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/private/aws-protocoltests-json/tsconfig.json b/private/aws-protocoltests-json/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/private/aws-protocoltests-json/tsconfig.json +++ b/private/aws-protocoltests-json/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/private/aws-protocoltests-query/package.json b/private/aws-protocoltests-query/package.json index c103ba5df091..77dc8f891236 100644 --- a/private/aws-protocoltests-query/package.json +++ b/private/aws-protocoltests-query/package.json @@ -32,44 +32,44 @@ "@aws-sdk/types": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-compression": "^3.1.5", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-compression": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/private/aws-protocoltests-query/tsconfig.es.json b/private/aws-protocoltests-query/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/private/aws-protocoltests-query/tsconfig.es.json +++ b/private/aws-protocoltests-query/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/private/aws-protocoltests-query/tsconfig.json b/private/aws-protocoltests-query/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/private/aws-protocoltests-query/tsconfig.json +++ b/private/aws-protocoltests-query/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/private/aws-protocoltests-restjson-apigateway/package.json b/private/aws-protocoltests-restjson-apigateway/package.json index 74b2ee81955d..890dfb1ce8fe 100644 --- a/private/aws-protocoltests-restjson-apigateway/package.json +++ b/private/aws-protocoltests-restjson-apigateway/package.json @@ -33,43 +33,43 @@ "@aws-sdk/types": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/private/aws-protocoltests-restjson-apigateway/tsconfig.es.json b/private/aws-protocoltests-restjson-apigateway/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/private/aws-protocoltests-restjson-apigateway/tsconfig.es.json +++ b/private/aws-protocoltests-restjson-apigateway/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/private/aws-protocoltests-restjson-apigateway/tsconfig.json b/private/aws-protocoltests-restjson-apigateway/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/private/aws-protocoltests-restjson-apigateway/tsconfig.json +++ b/private/aws-protocoltests-restjson-apigateway/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/private/aws-protocoltests-restjson-glacier/package.json b/private/aws-protocoltests-restjson-glacier/package.json index 3b30fd1a0205..a3bf7adcb2e3 100644 --- a/private/aws-protocoltests-restjson-glacier/package.json +++ b/private/aws-protocoltests-restjson-glacier/package.json @@ -35,43 +35,43 @@ "@aws-sdk/types": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/private/aws-protocoltests-restjson-glacier/tsconfig.es.json b/private/aws-protocoltests-restjson-glacier/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/private/aws-protocoltests-restjson-glacier/tsconfig.es.json +++ b/private/aws-protocoltests-restjson-glacier/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/private/aws-protocoltests-restjson-glacier/tsconfig.json b/private/aws-protocoltests-restjson-glacier/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/private/aws-protocoltests-restjson-glacier/tsconfig.json +++ b/private/aws-protocoltests-restjson-glacier/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/private/aws-protocoltests-restjson/package.json b/private/aws-protocoltests-restjson/package.json index e471309b0eb6..2880a329b3d0 100644 --- a/private/aws-protocoltests-restjson/package.json +++ b/private/aws-protocoltests-restjson/package.json @@ -32,50 +32,50 @@ "@aws-sdk/types": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-blob-browser": "^3.1.10", - "@smithy/hash-node": "^3.0.11", - "@smithy/hash-stream-node": "^3.1.10", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/md5-js": "^3.0.11", - "@smithy/middleware-apply-body-checksum": "^3.0.13", - "@smithy/middleware-compression": "^3.1.5", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/querystring-builder": "^3.0.11", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-stream": "^3.3.2", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-blob-browser": "^4.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/hash-stream-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/md5-js": "^4.0.0", + "@smithy/middleware-apply-body-checksum": "^4.0.0", + "@smithy/middleware-compression": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/querystring-builder": "^4.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-stream": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/private/aws-protocoltests-restjson/tsconfig.es.json b/private/aws-protocoltests-restjson/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/private/aws-protocoltests-restjson/tsconfig.es.json +++ b/private/aws-protocoltests-restjson/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/private/aws-protocoltests-restjson/tsconfig.json b/private/aws-protocoltests-restjson/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/private/aws-protocoltests-restjson/tsconfig.json +++ b/private/aws-protocoltests-restjson/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/private/aws-protocoltests-restxml/package.json b/private/aws-protocoltests-restxml/package.json index 9cc71a6883ef..f341a767c308 100644 --- a/private/aws-protocoltests-restxml/package.json +++ b/private/aws-protocoltests-restxml/package.json @@ -33,32 +33,32 @@ "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", "@aws-sdk/xml-builder": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-compression": "^3.1.5", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/querystring-builder": "^3.0.11", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-stream": "^3.3.2", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-compression": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/querystring-builder": "^4.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-stream": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "entities": "2.2.0", "fast-xml-parser": "4.4.1", @@ -66,15 +66,15 @@ "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/private/aws-protocoltests-restxml/tsconfig.es.json b/private/aws-protocoltests-restxml/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/private/aws-protocoltests-restxml/tsconfig.es.json +++ b/private/aws-protocoltests-restxml/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/private/aws-protocoltests-restxml/tsconfig.json b/private/aws-protocoltests-restxml/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/private/aws-protocoltests-restxml/tsconfig.json +++ b/private/aws-protocoltests-restxml/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/private/aws-protocoltests-smithy-rpcv2-cbor/package.json b/private/aws-protocoltests-smithy-rpcv2-cbor/package.json index b7821941c086..832be9435122 100644 --- a/private/aws-protocoltests-smithy-rpcv2-cbor/package.json +++ b/private/aws-protocoltests-smithy-rpcv2-cbor/package.json @@ -27,41 +27,41 @@ "@aws-sdk/types": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/private/aws-protocoltests-smithy-rpcv2-cbor/tsconfig.es.json b/private/aws-protocoltests-smithy-rpcv2-cbor/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/private/aws-protocoltests-smithy-rpcv2-cbor/tsconfig.es.json +++ b/private/aws-protocoltests-smithy-rpcv2-cbor/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/private/aws-protocoltests-smithy-rpcv2-cbor/tsconfig.json b/private/aws-protocoltests-smithy-rpcv2-cbor/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/private/aws-protocoltests-smithy-rpcv2-cbor/tsconfig.json +++ b/private/aws-protocoltests-smithy-rpcv2-cbor/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/private/aws-restjson-server/jest.config.js b/private/aws-restjson-server/jest.config.js new file mode 100644 index 000000000000..a8d1c2e49912 --- /dev/null +++ b/private/aws-restjson-server/jest.config.js @@ -0,0 +1,5 @@ +const base = require("../../jest.config.base.js"); + +module.exports = { + ...base, +}; diff --git a/private/aws-restjson-server/package.json b/private/aws-restjson-server/package.json index b7b7d812b177..440462868c1e 100644 --- a/private/aws-restjson-server/package.json +++ b/private/aws-restjson-server/package.json @@ -23,37 +23,37 @@ "@aws-sdk/core": "*", "@aws-sdk/types": "*", "@aws-smithy/server-common": "1.0.0-alpha.10", - "@smithy/config-resolver": "^3.0.13", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/private/aws-restjson-server/tsconfig.es.json b/private/aws-restjson-server/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/private/aws-restjson-server/tsconfig.es.json +++ b/private/aws-restjson-server/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/private/aws-restjson-server/tsconfig.json b/private/aws-restjson-server/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/private/aws-restjson-server/tsconfig.json +++ b/private/aws-restjson-server/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/private/aws-restjson-validation-server/jest.config.js b/private/aws-restjson-validation-server/jest.config.js new file mode 100644 index 000000000000..a8d1c2e49912 --- /dev/null +++ b/private/aws-restjson-validation-server/jest.config.js @@ -0,0 +1,5 @@ +const base = require("../../jest.config.base.js"); + +module.exports = { + ...base, +}; diff --git a/private/aws-restjson-validation-server/package.json b/private/aws-restjson-validation-server/package.json index 8ed48921787f..1da8a1436d00 100644 --- a/private/aws-restjson-validation-server/package.json +++ b/private/aws-restjson-validation-server/package.json @@ -23,37 +23,37 @@ "@aws-sdk/core": "*", "@aws-sdk/types": "*", "@aws-smithy/server-common": "1.0.0-alpha.10", - "@smithy/config-resolver": "^3.0.13", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/private/aws-restjson-validation-server/tsconfig.es.json b/private/aws-restjson-validation-server/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/private/aws-restjson-validation-server/tsconfig.es.json +++ b/private/aws-restjson-validation-server/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/private/aws-restjson-validation-server/tsconfig.json b/private/aws-restjson-validation-server/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/private/aws-restjson-validation-server/tsconfig.json +++ b/private/aws-restjson-validation-server/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/private/aws-util-test/package.json b/private/aws-util-test/package.json index 7ef4c710d2f9..f1a109d37f13 100644 --- a/private/aws-util-test/package.json +++ b/private/aws-util-test/package.json @@ -18,20 +18,20 @@ "sideEffects": false, "dependencies": { "@aws-sdk/aws-protocoltests-json": "*", - "@smithy/protocol-http": "^4.1.8", - "@smithy/shared-ini-file-loader": "^3.1.12", - "@smithy/types": "^3.7.2", + "@smithy/protocol-http": "^5.0.0", + "@smithy/shared-ini-file-loader": "^4.0.0", + "@smithy/types": "^4.0.0", "tslib": "^2.6.2" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" } } diff --git a/private/aws-util-test/tsconfig.json b/private/aws-util-test/tsconfig.json index 182e01894218..868be87b588b 100644 --- a/private/aws-util-test/tsconfig.json +++ b/private/aws-util-test/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/private/weather-legacy-auth/package.json b/private/weather-legacy-auth/package.json index d1ef585df8c1..671e9fad6ab6 100644 --- a/private/weather-legacy-auth/package.json +++ b/private/weather-legacy-auth/package.json @@ -32,43 +32,43 @@ "@aws-sdk/types": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/private/weather-legacy-auth/tsconfig.es.json b/private/weather-legacy-auth/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/private/weather-legacy-auth/tsconfig.es.json +++ b/private/weather-legacy-auth/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/private/weather-legacy-auth/tsconfig.json b/private/weather-legacy-auth/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/private/weather-legacy-auth/tsconfig.json +++ b/private/weather-legacy-auth/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/private/weather/package.json b/private/weather/package.json index 38e42276c759..49ba21bc460f 100644 --- a/private/weather/package.json +++ b/private/weather/package.json @@ -31,45 +31,45 @@ "@aws-sdk/types": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^3.0.13", - "@smithy/core": "^2.5.5", - "@smithy/experimental-identity-and-auth": "^0.3.33", - "@smithy/fetch-http-handler": "^4.1.2", - "@smithy/hash-node": "^3.0.11", - "@smithy/invalid-dependency": "^3.0.11", - "@smithy/middleware-content-length": "^3.0.13", - "@smithy/middleware-retry": "^3.0.31", - "@smithy/middleware-serde": "^3.0.11", - "@smithy/middleware-stack": "^3.0.11", - "@smithy/node-config-provider": "^3.1.12", - "@smithy/node-http-handler": "^3.3.2", - "@smithy/protocol-http": "^4.1.8", - "@smithy/smithy-client": "^3.5.1", - "@smithy/types": "^3.7.2", - "@smithy/url-parser": "^3.0.11", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.31", - "@smithy/util-defaults-mode-node": "^3.0.31", - "@smithy/util-middleware": "^3.0.11", - "@smithy/util-retry": "^3.0.11", - "@smithy/util-utf8": "^3.0.0", + "@smithy/config-resolver": "^4.0.0", + "@smithy/core": "^3.0.0", + "@smithy/experimental-identity-and-auth": "^0.3.37", + "@smithy/fetch-http-handler": "^5.0.0", + "@smithy/hash-node": "^4.0.0", + "@smithy/invalid-dependency": "^4.0.0", + "@smithy/middleware-content-length": "^4.0.0", + "@smithy/middleware-retry": "^4.0.0", + "@smithy/middleware-serde": "^4.0.0", + "@smithy/middleware-stack": "^4.0.0", + "@smithy/node-config-provider": "^4.0.0", + "@smithy/node-http-handler": "^4.0.0", + "@smithy/protocol-http": "^5.0.0", + "@smithy/smithy-client": "^4.0.0", + "@smithy/types": "^4.0.0", + "@smithy/url-parser": "^4.0.0", + "@smithy/util-base64": "^4.0.0", + "@smithy/util-body-length-browser": "^4.0.0", + "@smithy/util-body-length-node": "^4.0.0", + "@smithy/util-defaults-mode-browser": "^4.0.0", + "@smithy/util-defaults-mode-node": "^4.0.0", + "@smithy/util-middleware": "^4.0.0", + "@smithy/util-retry": "^4.0.0", + "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", + "@tsconfig/node18": "18.2.4", + "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", - "typescript": "~4.9.5", + "typescript": "~5.2.2", "vitest": "^0.33.0" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "typesVersions": { "<4.0": { diff --git a/private/weather/tsconfig.es.json b/private/weather/tsconfig.es.json index 809f57bde65e..8be80f5ca2d6 100644 --- a/private/weather/tsconfig.es.json +++ b/private/weather/tsconfig.es.json @@ -3,6 +3,7 @@ "compilerOptions": { "lib": ["dom"], "module": "esnext", + "moduleResolution": "bundler", "outDir": "dist-es" } } diff --git a/private/weather/tsconfig.json b/private/weather/tsconfig.json index e7f5ec56b742..956bed461a6c 100644 --- a/private/weather/tsconfig.json +++ b/private/weather/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "downlevelIteration": true, "importHelpers": true, diff --git a/scripts/compilation/Inliner.js b/scripts/compilation/Inliner.js index 8aa697aa1b32..455a181faf81 100644 --- a/scripts/compilation/Inliner.js +++ b/scripts/compilation/Inliner.js @@ -160,7 +160,7 @@ module.exports = class Inliner { const buildOptions = { platform: this.platform, - target: ["node16"], + target: ["node18"], bundle: true, format: "cjs", mainFields: ["main"], diff --git a/scripts/generate-clients/config.js b/scripts/generate-clients/config.js index ea0e9343f1cb..f83c1165d668 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: "35aad304fb4c667ebd1a04be8265993c122e3acd", + SMITHY_TS_COMMIT: "de3a850552111a7018df855f808258074a90ab62", }; if (module.exports.SMITHY_TS_COMMIT.length < 40) { diff --git a/scripts/generate-clients/copy-to-clients.js b/scripts/generate-clients/copy-to-clients.js index 43973139b9f7..76cf1f526fcd 100644 --- a/scripts/generate-clients/copy-to-clients.js +++ b/scripts/generate-clients/copy-to-clients.js @@ -45,7 +45,7 @@ const mergeManifest = (fromContent = {}, toContent = {}, parentKey = "root") => // After moving to yarn modern, we'll use constraints feature to enforce // consistency in dependency versions https://yarnpkg.com/features/constraints const devDepToVersionHash = { - "@tsconfig/node16": "16.1.3", + "@tsconfig/node18": "18.2.4", concurrently: "7.0.0", "downlevel-dts": "0.10.1", rimraf: "3.0.2", diff --git a/tsconfig.es.json b/tsconfig.es.json index bb86e255de1e..bdf7deac2630 100644 --- a/tsconfig.es.json +++ b/tsconfig.es.json @@ -2,6 +2,9 @@ "extends": "./tsconfig.json", "compilerOptions": { "lib": ["dom"], - "module": "esnext" + "module": "esnext", + "moduleResolution": "bundler", + "moduleResolution": "bundler", + "resolveJsonModule": false } } diff --git a/tsconfig.json b/tsconfig.json index 71b514fa423a..f3b71bb9babb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "baseUrl": ".", "downlevelIteration": true, diff --git a/yarn.lock b/yarn.lock index 944c51033ad1..9d6f9ad4c190 100644 --- a/yarn.lock +++ b/yarn.lock @@ -108,28 +108,28 @@ __metadata: "@aws-sdk/middleware-sdk-s3": "npm:*" "@aws-sdk/signature-v4-multi-region": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/eventstream-serde-node": "npm:^3.0.13" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/hash-stream-node": "npm:^3.1.10" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-stream": "npm:^3.3.2" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/eventstream-serde-node": "npm:^4.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/hash-stream-node": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-stream": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -138,15 +138,15 @@ __metadata: resolution: "@aws-sdk/aws-client-retry-test@workspace:private/aws-client-retry-test" dependencies: "@aws-sdk/client-s3": "npm:*" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/types": "npm:^3.7.2" - "@smithy/util-retry": "npm:^3.0.11" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -164,37 +164,37 @@ __metadata: "@aws-sdk/types": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -211,16 +211,16 @@ __metadata: "@aws-sdk/client-sagemaker": "npm:*" "@aws-sdk/client-sagemaker-runtime": "npm:*" "@aws-sdk/client-xray": "npm:*" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/types": "npm:^3.7.2" - "@smithy/util-stream": "npm:^3.3.2" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/util-stream": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -242,38 +242,38 @@ __metadata: "@aws-sdk/types": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-compression": "npm:^3.1.5" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-compression": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -296,38 +296,38 @@ __metadata: "@aws-sdk/types": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-compression": "npm:^3.1.5" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-compression": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -351,37 +351,37 @@ __metadata: "@aws-sdk/types": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -404,38 +404,38 @@ __metadata: "@aws-sdk/types": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-compression": "npm:^3.1.5" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-compression": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -458,38 +458,38 @@ __metadata: "@aws-sdk/types": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-compression": "npm:^3.1.5" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-compression": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -513,37 +513,37 @@ __metadata: "@aws-sdk/types": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -569,37 +569,37 @@ __metadata: "@aws-sdk/types": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -622,44 +622,44 @@ __metadata: "@aws-sdk/types": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-blob-browser": "npm:^3.1.10" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/hash-stream-node": "npm:^3.1.10" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/md5-js": "npm:^3.0.11" - "@smithy/middleware-apply-body-checksum": "npm:^3.0.13" - "@smithy/middleware-compression": "npm:^3.1.5" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/querystring-builder": "npm:^3.0.11" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-stream": "npm:^3.3.2" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-blob-browser": "npm:^4.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/hash-stream-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/md5-js": "npm:^4.0.0" + "@smithy/middleware-apply-body-checksum": "npm:^4.0.0" + "@smithy/middleware-compression": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/querystring-builder": "npm:^4.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-stream": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -683,34 +683,34 @@ __metadata: "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" "@aws-sdk/xml-builder": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-compression": "npm:^3.1.5" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/querystring-builder": "npm:^3.0.11" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-stream": "npm:^3.3.2" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-compression": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/querystring-builder": "npm:^4.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-stream": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" @@ -718,7 +718,7 @@ __metadata: fast-xml-parser: "npm:4.4.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -736,36 +736,36 @@ __metadata: "@aws-sdk/types": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -778,32 +778,32 @@ __metadata: "@aws-sdk/core": "npm:*" "@aws-sdk/types": "npm:*" "@aws-smithy/server-common": "npm:1.0.0-alpha.10" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -816,32 +816,32 @@ __metadata: "@aws-sdk/core": "npm:*" "@aws-sdk/types": "npm:*" "@aws-smithy/server-common": "npm:1.0.0-alpha.10" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -850,16 +850,16 @@ __metadata: resolution: "@aws-sdk/aws-util-test@workspace:private/aws-util-test" dependencies: "@aws-sdk/aws-protocoltests-json": "npm:*" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/shared-ini-file-loader": "npm:^3.1.12" - "@smithy/types": "npm:^3.7.2" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/shared-ini-file-loader": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -870,18 +870,18 @@ __metadata: "@aws-crypto/sha256-js": "npm:5.2.0" "@aws-sdk/sha256-tree-hash": "npm:*" "@aws-sdk/types": "npm:*" - "@smithy/chunked-blob-reader": "npm:^4.0.0" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/types": "npm:^3.7.2" - "@smithy/util-hex-encoding": "npm:^3.0.0" - "@smithy/util-utf8": "npm:^3.0.0" + "@smithy/chunked-blob-reader": "npm:^5.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/util-hex-encoding": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" happy-dom: "npm:^15.7.4" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -893,17 +893,17 @@ __metadata: "@aws-sdk/chunked-stream-reader-node": "npm:*" "@aws-sdk/sha256-tree-hash": "npm:*" "@aws-sdk/types": "npm:*" - "@smithy/is-array-buffer": "npm:^3.0.0" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/types": "npm:^3.7.2" - "@smithy/util-hex-encoding": "npm:^3.0.0" - "@smithy/util-utf8": "npm:^3.0.0" + "@smithy/is-array-buffer": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/util-hex-encoding": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -912,12 +912,12 @@ __metadata: resolution: "@aws-sdk/chunked-stream-reader-node@workspace:packages/chunked-stream-reader-node" dependencies: "@tsconfig/recommended": "npm:1.0.1" - "@types/node": "npm:^16.18.96" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -940,39 +940,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -996,38 +996,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -1050,39 +1050,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -1105,39 +1105,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -1160,40 +1160,40 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -1217,38 +1217,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -1271,38 +1271,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -1325,39 +1325,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -1382,39 +1382,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-stream": "npm:^3.3.2" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-stream": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -1437,38 +1437,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -1491,39 +1491,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-stream": "npm:^3.3.2" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-stream": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -1546,39 +1546,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -1602,39 +1602,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-stream": "npm:^3.3.2" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-stream": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -1657,39 +1657,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-stream": "npm:^3.3.2" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-stream": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -1712,39 +1712,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -1768,39 +1768,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -1824,39 +1824,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -1880,38 +1880,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -1934,39 +1934,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -1990,38 +1990,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -2044,38 +2044,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -2098,38 +2098,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -2152,38 +2152,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -2206,39 +2206,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -2261,39 +2261,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-stream": "npm:^3.3.2" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-stream": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -2316,39 +2316,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -2372,38 +2372,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -2426,38 +2426,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -2480,39 +2480,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -2536,38 +2536,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -2590,38 +2590,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -2644,39 +2644,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -2699,39 +2699,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -2755,38 +2755,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -2809,39 +2809,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -2865,38 +2865,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -2919,38 +2919,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -2973,38 +2973,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -3027,39 +3027,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -3083,41 +3083,41 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/eventstream-serde-browser": "npm:^3.0.14" - "@smithy/eventstream-serde-config-resolver": "npm:^3.0.11" - "@smithy/eventstream-serde-node": "npm:^3.0.13" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/eventstream-serde-browser": "npm:^4.0.0" + "@smithy/eventstream-serde-config-resolver": "npm:^4.0.0" + "@smithy/eventstream-serde-node": "npm:^4.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -3140,39 +3140,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -3196,39 +3196,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -3252,39 +3252,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -3308,43 +3308,43 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/eventstream-serde-browser": "npm:^3.0.14" - "@smithy/eventstream-serde-config-resolver": "npm:^3.0.11" - "@smithy/eventstream-serde-node": "npm:^3.0.13" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-stream": "npm:^3.3.2" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/eventstream-serde-browser": "npm:^4.0.0" + "@smithy/eventstream-serde-config-resolver": "npm:^4.0.0" + "@smithy/eventstream-serde-node": "npm:^4.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-stream": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -3368,39 +3368,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -3424,39 +3424,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -3480,39 +3480,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -3536,39 +3536,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -3592,38 +3592,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -3646,39 +3646,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -3702,39 +3702,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -3758,39 +3758,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -3814,39 +3814,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -3870,39 +3870,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -3926,38 +3926,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -3980,39 +3980,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -4036,38 +4036,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -4090,38 +4090,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -4144,38 +4144,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -4198,40 +4198,40 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -4255,38 +4255,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -4309,40 +4309,40 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -4367,38 +4367,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -4422,40 +4422,40 @@ __metadata: "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" "@aws-sdk/xml-builder": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-stream": "npm:^3.3.2" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" - concurrently: "npm:7.0.0" - downlevel-dts: "npm:0.10.1" - rimraf: "npm:3.0.2" - tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-stream": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" + concurrently: "npm:7.0.0" + downlevel-dts: "npm:0.10.1" + rimraf: "npm:3.0.2" + tslib: "npm:^2.6.2" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -4478,38 +4478,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -4532,38 +4532,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -4586,38 +4586,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -4640,38 +4640,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -4694,38 +4694,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -4748,38 +4748,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -4802,38 +4802,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -4856,42 +4856,42 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/eventstream-serde-browser": "npm:^3.0.14" - "@smithy/eventstream-serde-config-resolver": "npm:^3.0.11" - "@smithy/eventstream-serde-node": "npm:^3.0.13" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/eventstream-serde-browser": "npm:^4.0.0" + "@smithy/eventstream-serde-config-resolver": "npm:^4.0.0" + "@smithy/eventstream-serde-node": "npm:^4.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -4915,40 +4915,40 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-compression": "npm:^3.1.5" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-compression": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -4971,39 +4971,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-stream": "npm:^3.3.2" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-stream": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -5026,38 +5026,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -5078,39 +5078,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -5134,39 +5134,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -5190,38 +5190,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -5244,39 +5244,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -5299,40 +5299,40 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -5356,39 +5356,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -5412,40 +5412,40 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-stream": "npm:^3.3.2" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-stream": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -5469,39 +5469,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -5525,38 +5525,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -5579,39 +5579,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -5635,38 +5635,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -5690,39 +5690,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" "@types/chai": "npm:^4.2.11" - "@types/node": "npm:^16.18.96" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -5745,38 +5745,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -5799,39 +5799,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -5855,39 +5855,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -5911,38 +5911,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -5965,38 +5965,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -6019,38 +6019,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -6073,39 +6073,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -6129,38 +6129,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -6183,38 +6183,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -6237,39 +6237,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -6293,39 +6293,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -6349,38 +6349,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -6403,38 +6403,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -6457,38 +6457,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -6511,38 +6511,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -6565,38 +6565,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -6619,38 +6619,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -6673,38 +6673,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -6727,39 +6727,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -6782,38 +6782,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -6836,39 +6836,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -6892,39 +6892,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -6948,40 +6948,40 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-stream": "npm:^3.3.2" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-stream": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -7005,38 +7005,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -7059,40 +7059,40 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -7116,38 +7116,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -7170,38 +7170,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -7224,39 +7224,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -7280,38 +7280,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -7334,39 +7334,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -7390,38 +7390,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -7444,38 +7444,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -7498,39 +7498,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -7555,39 +7555,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -7610,38 +7610,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -7664,40 +7664,40 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -7721,38 +7721,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -7776,40 +7776,40 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -7833,40 +7833,40 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-stream": "npm:^3.3.2" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-stream": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -7890,38 +7890,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -7945,40 +7945,40 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -8002,38 +8002,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -8056,39 +8056,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -8111,40 +8111,40 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -8168,39 +8168,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -8224,38 +8224,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -8278,40 +8278,40 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -8335,39 +8335,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -8390,38 +8390,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -8444,39 +8444,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -8499,39 +8499,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -8554,39 +8554,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -8609,39 +8609,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -8664,38 +8664,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -8718,39 +8718,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -8774,39 +8774,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -8830,39 +8830,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -8885,38 +8885,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -8941,38 +8941,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -8995,38 +8995,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -9049,39 +9049,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -9105,39 +9105,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -9161,38 +9161,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -9215,39 +9215,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -9271,38 +9271,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -9325,38 +9325,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -9379,38 +9379,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -9433,38 +9433,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -9487,38 +9487,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -9541,39 +9541,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -9597,38 +9597,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -9651,39 +9651,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-stream": "npm:^3.3.2" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-stream": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -9706,38 +9706,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -9760,38 +9760,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -9817,40 +9817,40 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-stream": "npm:^3.3.2" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-stream": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -9873,39 +9873,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -9929,38 +9929,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -9983,39 +9983,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -10039,38 +10039,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -10093,39 +10093,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -10149,39 +10149,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -10204,39 +10204,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -10260,38 +10260,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -10314,39 +10314,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -10370,39 +10370,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -10425,38 +10425,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -10479,39 +10479,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -10535,38 +10535,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -10589,39 +10589,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -10645,38 +10645,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -10699,39 +10699,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -10755,38 +10755,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -10809,38 +10809,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -10863,38 +10863,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -10917,39 +10917,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-stream": "npm:^3.3.2" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-stream": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -10972,38 +10972,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -11026,38 +11026,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -11080,39 +11080,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -11136,40 +11136,40 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-stream": "npm:^3.3.2" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-stream": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -11193,39 +11193,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -11249,38 +11249,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -11303,39 +11303,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -11359,39 +11359,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -11415,38 +11415,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -11469,38 +11469,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -11523,43 +11523,43 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/eventstream-serde-browser": "npm:^3.0.14" - "@smithy/eventstream-serde-config-resolver": "npm:^3.0.11" - "@smithy/eventstream-serde-node": "npm:^3.0.13" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/eventstream-serde-browser": "npm:^4.0.0" + "@smithy/eventstream-serde-config-resolver": "npm:^4.0.0" + "@smithy/eventstream-serde-node": "npm:^4.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -11583,38 +11583,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -11637,38 +11637,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -11691,39 +11691,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -11747,38 +11747,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -11801,38 +11801,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -11855,38 +11855,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -11909,38 +11909,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -11963,39 +11963,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -12019,39 +12019,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -12075,38 +12075,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -12129,38 +12129,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -12183,38 +12183,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -12237,39 +12237,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-stream": "npm:^3.3.2" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-stream": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -12292,39 +12292,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-stream": "npm:^3.3.2" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-stream": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -12347,38 +12347,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -12401,38 +12401,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -12455,38 +12455,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -12509,42 +12509,42 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/eventstream-serde-browser": "npm:^3.0.14" - "@smithy/eventstream-serde-config-resolver": "npm:^3.0.11" - "@smithy/eventstream-serde-node": "npm:^3.0.13" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/eventstream-serde-browser": "npm:^4.0.0" + "@smithy/eventstream-serde-config-resolver": "npm:^4.0.0" + "@smithy/eventstream-serde-node": "npm:^4.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -12567,38 +12567,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -12621,39 +12621,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-stream": "npm:^3.3.2" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-stream": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -12676,43 +12676,43 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/eventstream-serde-browser": "npm:^3.0.14" - "@smithy/eventstream-serde-config-resolver": "npm:^3.0.11" - "@smithy/eventstream-serde-node": "npm:^3.0.13" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-stream": "npm:^3.3.2" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/eventstream-serde-browser": "npm:^4.0.0" + "@smithy/eventstream-serde-config-resolver": "npm:^4.0.0" + "@smithy/eventstream-serde-node": "npm:^4.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-stream": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -12735,38 +12735,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -12789,38 +12789,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -12843,39 +12843,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -12898,39 +12898,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-stream": "npm:^3.3.2" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-stream": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -12955,42 +12955,42 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/eventstream-serde-browser": "npm:^3.0.14" - "@smithy/eventstream-serde-config-resolver": "npm:^3.0.11" - "@smithy/eventstream-serde-node": "npm:^3.0.13" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-stream": "npm:^3.3.2" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/eventstream-serde-browser": "npm:^4.0.0" + "@smithy/eventstream-serde-config-resolver": "npm:^4.0.0" + "@smithy/eventstream-serde-node": "npm:^4.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-stream": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -13013,38 +13013,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -13067,38 +13067,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -13121,38 +13121,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -13175,38 +13175,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -13229,39 +13229,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-stream": "npm:^3.3.2" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-stream": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -13284,39 +13284,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -13340,38 +13340,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -13394,39 +13394,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -13450,39 +13450,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -13507,39 +13507,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -13562,40 +13562,40 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -13619,39 +13619,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -13675,38 +13675,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -13729,39 +13729,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -13785,38 +13785,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -13839,39 +13839,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -13895,38 +13895,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -13949,39 +13949,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -14005,38 +14005,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -14059,38 +14059,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -14113,38 +14113,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -14167,39 +14167,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -14222,39 +14222,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -14278,41 +14278,41 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-stream": "npm:^3.3.2" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-stream": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -14336,38 +14336,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -14390,38 +14390,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -14444,40 +14444,40 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -14501,39 +14501,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-stream": "npm:^3.3.2" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-stream": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -14556,38 +14556,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -14610,38 +14610,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -14664,40 +14664,40 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-stream": "npm:^3.3.2" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-stream": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -14721,38 +14721,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -14775,39 +14775,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -14831,39 +14831,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -14887,38 +14887,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -14941,38 +14941,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -14995,39 +14995,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -15051,38 +15051,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -15105,39 +15105,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -15161,38 +15161,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -15215,38 +15215,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -15269,40 +15269,40 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-stream": "npm:^3.3.2" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-stream": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -15326,39 +15326,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -15381,39 +15381,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-stream": "npm:^3.3.2" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-stream": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -15436,38 +15436,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -15490,39 +15490,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -15546,39 +15546,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -15602,39 +15602,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -15658,38 +15658,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -15712,38 +15712,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -15766,38 +15766,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -15820,38 +15820,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -15874,41 +15874,41 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-stream": "npm:^3.3.2" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-stream": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -15932,39 +15932,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -15988,39 +15988,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -16044,39 +16044,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -16099,39 +16099,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -16154,38 +16154,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -16208,38 +16208,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -16262,38 +16262,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -16316,38 +16316,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -16370,39 +16370,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -16426,38 +16426,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -16480,38 +16480,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -16534,39 +16534,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -16590,39 +16590,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -16646,39 +16646,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -16702,38 +16702,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -16756,38 +16756,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -16810,38 +16810,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -16864,38 +16864,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -16918,38 +16918,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -16972,39 +16972,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -17028,38 +17028,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -17082,38 +17082,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -17136,38 +17136,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -17190,39 +17190,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-stream": "npm:^3.3.2" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-stream": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -17245,38 +17245,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -17299,38 +17299,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -17353,40 +17353,40 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -17410,38 +17410,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -17466,42 +17466,42 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/eventstream-serde-browser": "npm:^3.0.14" - "@smithy/eventstream-serde-config-resolver": "npm:^3.0.11" - "@smithy/eventstream-serde-node": "npm:^3.0.13" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/eventstream-serde-browser": "npm:^4.0.0" + "@smithy/eventstream-serde-config-resolver": "npm:^4.0.0" + "@smithy/eventstream-serde-node": "npm:^4.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -17525,39 +17525,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -17581,38 +17581,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -17635,38 +17635,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -17689,38 +17689,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -17743,38 +17743,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -17797,38 +17797,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -17851,38 +17851,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -17906,39 +17906,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -17961,39 +17961,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -18017,38 +18017,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -18071,39 +18071,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -18126,40 +18126,40 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -18186,41 +18186,41 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/eventstream-serde-browser": "npm:^3.0.14" - "@smithy/eventstream-serde-config-resolver": "npm:^3.0.11" - "@smithy/eventstream-serde-node": "npm:^3.0.13" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/eventstream-serde-browser": "npm:^4.0.0" + "@smithy/eventstream-serde-config-resolver": "npm:^4.0.0" + "@smithy/eventstream-serde-node": "npm:^4.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -18243,38 +18243,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -18297,39 +18297,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -18353,39 +18353,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -18409,38 +18409,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -18463,38 +18463,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -18517,39 +18517,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -18573,38 +18573,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -18627,38 +18627,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -18683,39 +18683,39 @@ __metadata: "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" "@aws-sdk/xml-builder": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" - concurrently: "npm:7.0.0" - downlevel-dts: "npm:0.10.1" - rimraf: "npm:3.0.2" - tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" + concurrently: "npm:7.0.0" + downlevel-dts: "npm:0.10.1" + rimraf: "npm:3.0.2" + tslib: "npm:^2.6.2" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -18738,38 +18738,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -18792,40 +18792,40 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -18849,38 +18849,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -18903,39 +18903,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -18959,39 +18959,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -19015,38 +19015,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -19071,43 +19071,43 @@ __metadata: "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" "@aws-sdk/xml-builder": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-blob-browser": "npm:^3.1.10" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/hash-stream-node": "npm:^3.1.10" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/md5-js": "npm:^3.0.11" - "@smithy/middleware-apply-body-checksum": "npm:^3.0.13" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-blob-browser": "npm:^4.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/hash-stream-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/md5-js": "npm:^4.0.0" + "@smithy/middleware-apply-body-checksum": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -19141,46 +19141,46 @@ __metadata: "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" "@aws-sdk/xml-builder": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/eventstream-serde-browser": "npm:^3.0.14" - "@smithy/eventstream-serde-config-resolver": "npm:^3.0.11" - "@smithy/eventstream-serde-node": "npm:^3.0.13" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-blob-browser": "npm:^3.1.10" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/hash-stream-node": "npm:^3.1.10" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/md5-js": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-stream": "npm:^3.3.2" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" - concurrently: "npm:7.0.0" - downlevel-dts: "npm:0.10.1" - rimraf: "npm:3.0.2" - tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/eventstream-serde-browser": "npm:^4.0.0" + "@smithy/eventstream-serde-config-resolver": "npm:^4.0.0" + "@smithy/eventstream-serde-node": "npm:^4.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-blob-browser": "npm:^4.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/hash-stream-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/md5-js": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-stream": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" + concurrently: "npm:7.0.0" + downlevel-dts: "npm:0.10.1" + rimraf: "npm:3.0.2" + tslib: "npm:^2.6.2" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -19203,38 +19203,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -19257,38 +19257,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -19311,38 +19311,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -19365,38 +19365,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -19419,38 +19419,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -19473,40 +19473,40 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-stream": "npm:^3.3.2" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-stream": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -19530,38 +19530,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -19584,42 +19584,42 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/eventstream-serde-browser": "npm:^3.0.14" - "@smithy/eventstream-serde-config-resolver": "npm:^3.0.11" - "@smithy/eventstream-serde-node": "npm:^3.0.13" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-stream": "npm:^3.3.2" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/eventstream-serde-browser": "npm:^4.0.0" + "@smithy/eventstream-serde-config-resolver": "npm:^4.0.0" + "@smithy/eventstream-serde-node": "npm:^4.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-stream": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -19642,40 +19642,40 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -19699,39 +19699,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -19755,39 +19755,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -19811,41 +19811,41 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-stream": "npm:^3.3.2" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-stream": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -19869,39 +19869,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -19925,39 +19925,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -19981,38 +19981,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -20035,38 +20035,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -20089,38 +20089,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -20143,39 +20143,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -20199,39 +20199,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -20255,38 +20255,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -20309,39 +20309,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -20365,39 +20365,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -20421,38 +20421,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -20475,39 +20475,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -20531,38 +20531,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -20585,40 +20585,40 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -20642,39 +20642,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -20698,38 +20698,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -20752,39 +20752,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -20808,38 +20808,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -20862,38 +20862,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -20916,38 +20916,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -20971,39 +20971,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/md5-js": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/md5-js": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -21026,39 +21026,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -21082,40 +21082,40 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -21139,38 +21139,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -21193,38 +21193,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -21247,40 +21247,40 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -21304,39 +21304,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -21358,38 +21358,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" peerDependencies: "@aws-sdk/client-sts": "*" languageName: unknown @@ -21411,38 +21411,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -21465,38 +21465,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -21518,38 +21518,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -21572,39 +21572,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -21628,38 +21628,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -21682,38 +21682,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -21736,38 +21736,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -21790,38 +21790,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -21844,38 +21844,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -21898,39 +21898,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -21954,38 +21954,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -22009,39 +22009,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -22066,39 +22066,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -22122,39 +22122,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-stream": "npm:^3.3.2" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-stream": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -22181,41 +22181,41 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/eventstream-serde-browser": "npm:^3.0.14" - "@smithy/eventstream-serde-config-resolver": "npm:^3.0.11" - "@smithy/eventstream-serde-node": "npm:^3.0.13" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/eventstream-serde-browser": "npm:^4.0.0" + "@smithy/eventstream-serde-config-resolver": "npm:^4.0.0" + "@smithy/eventstream-serde-node": "npm:^4.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -22238,38 +22238,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -22292,39 +22292,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.2.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -22347,39 +22347,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -22403,38 +22403,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -22457,39 +22457,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -22513,39 +22513,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -22569,39 +22569,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -22625,38 +22625,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -22679,38 +22679,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -22733,38 +22733,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -22787,39 +22787,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -22843,39 +22843,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -22899,38 +22899,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -22953,39 +22953,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -23009,39 +23009,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-stream": "npm:^3.3.2" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-stream": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -23064,39 +23064,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -23120,39 +23120,39 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -23176,38 +23176,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -23230,38 +23230,38 @@ __metadata: "@aws-sdk/util-endpoints": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-endpoints": "npm:^2.1.7" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -23269,13 +23269,13 @@ __metadata: version: 0.0.0-use.local resolution: "@aws-sdk/cloudfront-signer@workspace:packages/cloudfront-signer" dependencies: - "@smithy/url-parser": "npm:^3.0.11" + "@smithy/url-parser": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -23284,21 +23284,21 @@ __metadata: resolution: "@aws-sdk/core@workspace:packages/core" dependencies: "@aws-sdk/types": "npm:*" - "@smithy/core": "npm:^2.5.5" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/property-provider": "npm:^3.1.11" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/signature-v4": "npm:^4.2.4" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/util-middleware": "npm:^3.0.11" + "@smithy/core": "npm:^3.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/property-provider": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/signature-v4": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/util-middleware": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" fast-xml-parser: "npm:4.4.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -23307,15 +23307,15 @@ __metadata: resolution: "@aws-sdk/crc64-nvme-crt@workspace:packages/crc64-nvme-crt" dependencies: "@aws-sdk/crt-loader": "npm:*" - "@smithy/types": "npm:^3.7.2" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-utf8": "npm:^3.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -23325,14 +23325,14 @@ __metadata: dependencies: "@aws-sdk/client-cognito-identity": "npm:*" "@aws-sdk/types": "npm:*" - "@smithy/property-provider": "npm:^3.1.11" - "@smithy/types": "npm:^3.7.2" + "@smithy/property-provider": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -23342,15 +23342,15 @@ __metadata: dependencies: "@aws-sdk/core": "npm:*" "@aws-sdk/types": "npm:*" - "@smithy/property-provider": "npm:^3.1.11" - "@smithy/types": "npm:^3.7.2" + "@smithy/property-provider": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" - "@types/node": "npm:^16.18.96" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -23360,20 +23360,20 @@ __metadata: dependencies: "@aws-sdk/core": "npm:*" "@aws-sdk/types": "npm:*" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/property-provider": "npm:^3.1.11" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/util-stream": "npm:^3.3.2" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/property-provider": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/util-stream": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" - "@types/node": "npm:^16.18.96" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -23388,17 +23388,17 @@ __metadata: "@aws-sdk/credential-provider-sso": "npm:*" "@aws-sdk/credential-provider-web-identity": "npm:*" "@aws-sdk/types": "npm:*" - "@smithy/credential-provider-imds": "npm:^3.2.8" - "@smithy/property-provider": "npm:^3.1.11" - "@smithy/shared-ini-file-loader": "npm:^3.1.12" - "@smithy/types": "npm:^3.7.2" + "@smithy/credential-provider-imds": "npm:^4.0.0" + "@smithy/property-provider": "npm:^4.0.0" + "@smithy/shared-ini-file-loader": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" - "@types/node": "npm:^16.18.96" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" peerDependencies: "@aws-sdk/client-sts": "*" languageName: unknown @@ -23415,17 +23415,17 @@ __metadata: "@aws-sdk/credential-provider-sso": "npm:*" "@aws-sdk/credential-provider-web-identity": "npm:*" "@aws-sdk/types": "npm:*" - "@smithy/credential-provider-imds": "npm:^3.2.8" - "@smithy/property-provider": "npm:^3.1.11" - "@smithy/shared-ini-file-loader": "npm:^3.1.12" - "@smithy/types": "npm:^3.7.2" + "@smithy/credential-provider-imds": "npm:^4.0.0" + "@smithy/property-provider": "npm:^4.0.0" + "@smithy/shared-ini-file-loader": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" - "@types/node": "npm:^16.18.96" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -23435,16 +23435,16 @@ __metadata: dependencies: "@aws-sdk/core": "npm:*" "@aws-sdk/types": "npm:*" - "@smithy/property-provider": "npm:^3.1.11" - "@smithy/shared-ini-file-loader": "npm:^3.1.12" - "@smithy/types": "npm:^3.7.2" + "@smithy/property-provider": "npm:^4.0.0" + "@smithy/shared-ini-file-loader": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" - "@types/node": "npm:^16.18.96" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -23456,16 +23456,16 @@ __metadata: "@aws-sdk/core": "npm:*" "@aws-sdk/token-providers": "npm:*" "@aws-sdk/types": "npm:*" - "@smithy/property-provider": "npm:^3.1.11" - "@smithy/shared-ini-file-loader": "npm:^3.1.12" - "@smithy/types": "npm:^3.7.2" + "@smithy/property-provider": "npm:^4.0.0" + "@smithy/shared-ini-file-loader": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" - "@types/node": "npm:^16.18.96" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -23475,15 +23475,15 @@ __metadata: dependencies: "@aws-sdk/core": "npm:*" "@aws-sdk/types": "npm:*" - "@smithy/property-provider": "npm:^3.1.11" - "@smithy/types": "npm:^3.7.2" + "@smithy/property-provider": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" - "@types/node": "npm:^16.18.96" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" peerDependencies: "@aws-sdk/client-sts": "*" languageName: unknown @@ -23506,16 +23506,16 @@ __metadata: "@aws-sdk/credential-provider-sso": "npm:*" "@aws-sdk/credential-provider-web-identity": "npm:*" "@aws-sdk/types": "npm:*" - "@smithy/credential-provider-imds": "npm:^3.2.8" - "@smithy/property-provider": "npm:^3.1.11" - "@smithy/types": "npm:^3.7.2" + "@smithy/credential-provider-imds": "npm:^4.0.0" + "@smithy/property-provider": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" - "@types/node": "npm:^16.18.96" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -23530,7 +23530,7 @@ __metadata: downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -23542,19 +23542,19 @@ __metadata: "@aws-crypto/sha256-js": "npm:5.2.0" "@aws-sdk/credential-providers": "npm:*" "@aws-sdk/util-format-url": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/signature-v4": "npm:^4.2.4" - "@smithy/types": "npm:^3.7.2" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/signature-v4": "npm:^5.0.0" + "@smithy/types": "npm:^4.0.0" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -23564,18 +23564,18 @@ __metadata: dependencies: "@aws-sdk/credential-providers": "npm:*" "@aws-sdk/types": "npm:*" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/types": "npm:^3.7.2" - "@smithy/util-stream": "npm:^3.3.2" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/util-stream": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" - "@types/node": "npm:^16.18.96" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -23584,13 +23584,13 @@ __metadata: resolution: "@aws-sdk/endpoint-cache@workspace:packages/endpoint-cache" dependencies: "@tsconfig/recommended": "npm:1.0.1" - "@types/node": "npm:^16.18.96" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" mnemonist: "npm:0.38.3" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -23599,16 +23599,16 @@ __metadata: resolution: "@aws-sdk/eventstream-handler-node@workspace:packages/eventstream-handler-node" dependencies: "@aws-sdk/types": "npm:*" - "@smithy/eventstream-codec": "npm:^3.1.10" - "@smithy/types": "npm:^3.7.2" - "@smithy/util-utf8": "npm:^3.0.0" + "@smithy/eventstream-codec": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" - "@types/node": "npm:^16.18.96" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -23619,12 +23619,12 @@ __metadata: "@aws-sdk/client-sts": "npm:*" "@aws-sdk/credential-provider-node": "npm:*" "@tsconfig/recommended": "npm:1.0.1" - "@types/node": "npm:^16.18.96" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -23635,16 +23635,16 @@ __metadata: "@aws-sdk/client-dynamodb": "npm:*" "@aws-sdk/core": "npm:*" "@aws-sdk/util-dynamodb": "npm:*" - "@smithy/core": "npm:^2.5.5" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" + "@smithy/core": "npm:^3.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" - "@types/node": "npm:^16.18.96" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" peerDependencies: "@aws-sdk/client-dynamodb": "*" languageName: unknown @@ -23655,12 +23655,12 @@ __metadata: resolution: "@aws-sdk/lib-storage@workspace:lib/lib-storage" dependencies: "@aws-sdk/client-s3": "npm:*" - "@smithy/abort-controller": "npm:^3.1.9" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" + "@smithy/abort-controller": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" - "@types/node": "npm:^16.18.96" + "@types/node": "npm:^18.19.69" buffer: "npm:5.6.0" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" @@ -23668,7 +23668,7 @@ __metadata: rimraf: "npm:3.0.2" stream-browserify: "npm:3.0.0" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" web-streams-polyfill: "npm:3.2.1" peerDependencies: "@aws-sdk/client-s3": "*" @@ -23680,15 +23680,15 @@ __metadata: resolution: "@aws-sdk/middleware-api-key@workspace:packages/middleware-api-key" dependencies: "@aws-sdk/types": "npm:*" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/types": "npm:^3.7.2" - "@smithy/util-middleware": "npm:^3.0.11" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/util-middleware": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -23698,16 +23698,16 @@ __metadata: dependencies: "@aws-sdk/types": "npm:*" "@aws-sdk/util-arn-parser": "npm:*" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/types": "npm:^3.7.2" - "@smithy/util-config-provider": "npm:^3.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/util-config-provider": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -23717,15 +23717,15 @@ __metadata: dependencies: "@aws-sdk/endpoint-cache": "npm:*" "@aws-sdk/types": "npm:*" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/types": "npm:^3.7.2" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/types": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -23734,14 +23734,14 @@ __metadata: resolution: "@aws-sdk/middleware-eventstream@workspace:packages/middleware-eventstream" dependencies: "@aws-sdk/types": "npm:*" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/types": "npm:^3.7.2" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/types": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -23750,14 +23750,14 @@ __metadata: resolution: "@aws-sdk/middleware-expect-continue@workspace:packages/middleware-expect-continue" dependencies: "@aws-sdk/types": "npm:*" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/types": "npm:^3.7.2" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/types": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -23770,19 +23770,19 @@ __metadata: "@aws-crypto/util": "npm:5.2.0" "@aws-sdk/core": "npm:*" "@aws-sdk/types": "npm:*" - "@smithy/is-array-buffer": "npm:^3.0.0" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/types": "npm:^3.7.2" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-stream": "npm:^3.3.2" - "@smithy/util-utf8": "npm:^3.0.0" + "@smithy/is-array-buffer": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-stream": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -23791,14 +23791,14 @@ __metadata: resolution: "@aws-sdk/middleware-host-header@workspace:packages/middleware-host-header" dependencies: "@aws-sdk/types": "npm:*" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/types": "npm:^3.7.2" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/types": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -23807,13 +23807,13 @@ __metadata: resolution: "@aws-sdk/middleware-location-constraint@workspace:packages/middleware-location-constraint" dependencies: "@aws-sdk/types": "npm:*" - "@smithy/types": "npm:^3.7.2" + "@smithy/types": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -23822,14 +23822,14 @@ __metadata: resolution: "@aws-sdk/middleware-logger@workspace:packages/middleware-logger" dependencies: "@aws-sdk/types": "npm:*" - "@smithy/types": "npm:^3.7.2" + "@smithy/types": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" - "@types/node": "npm:^16.18.96" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -23838,14 +23838,14 @@ __metadata: resolution: "@aws-sdk/middleware-recursion-detection@workspace:packages/middleware-recursion-detection" dependencies: "@aws-sdk/types": "npm:*" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/types": "npm:^3.7.2" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/types": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -23854,14 +23854,14 @@ __metadata: resolution: "@aws-sdk/middleware-sdk-api-gateway@workspace:packages/middleware-sdk-api-gateway" dependencies: "@aws-sdk/types": "npm:*" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/types": "npm:^3.7.2" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/types": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -23871,17 +23871,17 @@ __metadata: dependencies: "@aws-sdk/types": "npm:*" "@aws-sdk/util-format-url": "npm:*" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/signature-v4": "npm:^4.2.4" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/signature-v4": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -23890,14 +23890,14 @@ __metadata: resolution: "@aws-sdk/middleware-sdk-glacier@workspace:packages/middleware-sdk-glacier" dependencies: "@aws-sdk/types": "npm:*" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/types": "npm:^3.7.2" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/types": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -23906,14 +23906,14 @@ __metadata: resolution: "@aws-sdk/middleware-sdk-machinelearning@workspace:packages/middleware-sdk-machinelearning" dependencies: "@aws-sdk/types": "npm:*" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/types": "npm:^3.7.2" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/types": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -23923,16 +23923,16 @@ __metadata: dependencies: "@aws-sdk/types": "npm:*" "@aws-sdk/util-format-url": "npm:*" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/signature-v4": "npm:^4.2.4" - "@smithy/types": "npm:^3.7.2" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/signature-v4": "npm:^5.0.0" + "@smithy/types": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -23941,13 +23941,13 @@ __metadata: resolution: "@aws-sdk/middleware-sdk-route53@workspace:packages/middleware-sdk-route53" dependencies: "@aws-sdk/types": "npm:*" - "@smithy/types": "npm:^3.7.2" + "@smithy/types": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -23959,16 +23959,16 @@ __metadata: "@aws-sdk/types": "npm:*" "@aws-sdk/util-arn-parser": "npm:*" "@aws-sdk/util-endpoints": "npm:*" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/types": "npm:^3.7.2" - "@smithy/util-endpoints": "npm:^2.1.7" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" "@tsconfig/recommended": "npm:1.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -23979,22 +23979,22 @@ __metadata: "@aws-sdk/core": "npm:*" "@aws-sdk/types": "npm:*" "@aws-sdk/util-arn-parser": "npm:*" - "@smithy/core": "npm:^2.5.5" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/signature-v4": "npm:^4.2.4" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/util-config-provider": "npm:^3.0.0" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-stream": "npm:^3.3.2" - "@smithy/util-utf8": "npm:^3.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/signature-v4": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/util-config-provider": "npm:^4.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-stream": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -24003,16 +24003,16 @@ __metadata: resolution: "@aws-sdk/middleware-sdk-sqs@workspace:packages/middleware-sdk-sqs" dependencies: "@aws-sdk/types": "npm:*" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/util-hex-encoding": "npm:^3.0.0" - "@smithy/util-utf8": "npm:^3.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/util-hex-encoding": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -24022,13 +24022,13 @@ __metadata: dependencies: "@aws-sdk/middleware-signing": "npm:*" "@aws-sdk/types": "npm:*" - "@smithy/types": "npm:^3.7.2" + "@smithy/types": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -24038,17 +24038,17 @@ __metadata: dependencies: "@aws-sdk/types": "npm:*" "@aws-sdk/util-format-url": "npm:*" - "@smithy/eventstream-serde-browser": "npm:^3.0.14" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/signature-v4": "npm:^4.2.4" - "@smithy/types": "npm:^3.7.2" + "@smithy/eventstream-serde-browser": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/signature-v4": "npm:^5.0.0" + "@smithy/types": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" mock-socket: "npm:9.1.5" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -24058,17 +24058,17 @@ __metadata: resolution: "@aws-sdk/middleware-signing@workspace:packages/middleware-signing" dependencies: "@aws-sdk/types": "npm:*" - "@smithy/property-provider": "npm:^3.1.11" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/signature-v4": "npm:^4.2.4" - "@smithy/types": "npm:^3.7.2" - "@smithy/util-middleware": "npm:^3.0.11" + "@smithy/property-provider": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/signature-v4": "npm:^5.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/util-middleware": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -24077,13 +24077,13 @@ __metadata: resolution: "@aws-sdk/middleware-ssec@workspace:packages/middleware-ssec" dependencies: "@aws-sdk/types": "npm:*" - "@smithy/types": "npm:^3.7.2" + "@smithy/types": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -24093,17 +24093,17 @@ __metadata: dependencies: "@aws-sdk/token-providers": "npm:*" "@aws-sdk/types": "npm:*" - "@smithy/property-provider": "npm:^3.1.11" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/types": "npm:^3.7.2" - "@smithy/util-middleware": "npm:^3.0.11" + "@smithy/property-provider": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/util-middleware": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" - "@types/node": "npm:^16.18.96" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -24114,15 +24114,15 @@ __metadata: "@aws-sdk/core": "npm:*" "@aws-sdk/types": "npm:*" "@aws-sdk/util-endpoints": "npm:*" - "@smithy/core": "npm:^2.5.5" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/types": "npm:^3.7.2" + "@smithy/core": "npm:^3.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/types": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -24132,20 +24132,20 @@ __metadata: dependencies: "@aws-sdk/types": "npm:*" "@aws-sdk/util-format-url": "npm:*" - "@smithy/eventstream-codec": "npm:^3.1.10" - "@smithy/eventstream-serde-browser": "npm:^3.0.14" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/signature-v4": "npm:^4.2.4" - "@smithy/types": "npm:^3.7.2" - "@smithy/util-hex-encoding": "npm:^3.0.0" + "@smithy/eventstream-codec": "npm:^4.0.0" + "@smithy/eventstream-serde-browser": "npm:^4.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/signature-v4": "npm:^5.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/util-hex-encoding": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" mock-socket: "npm:9.1.5" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" vitest-websocket-mock: "npm:0.2.3" web-streams-polyfill: "npm:3.2.1" languageName: unknown @@ -24158,16 +24158,16 @@ __metadata: "@aws-sdk/client-polly": "npm:*" "@aws-sdk/types": "npm:*" "@aws-sdk/util-format-url": "npm:*" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/signature-v4": "npm:^4.2.4" - "@smithy/types": "npm:^3.7.2" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/signature-v4": "npm:^5.0.0" + "@smithy/types": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" - "@types/node": "npm:^16.18.96" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -24190,19 +24190,19 @@ __metadata: "@aws-sdk/credential-providers": "npm:*" "@aws-sdk/types": "npm:*" "@aws-sdk/util-format-url": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/signature-v4": "npm:^4.2.4" - "@smithy/types": "npm:^3.7.2" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/signature-v4": "npm:^5.0.0" + "@smithy/types": "npm:^4.0.0" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -24211,17 +24211,17 @@ __metadata: resolution: "@aws-sdk/region-config-resolver@workspace:packages/region-config-resolver" dependencies: "@aws-sdk/types": "npm:*" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/types": "npm:^3.7.2" - "@smithy/util-config-provider": "npm:^3.0.0" - "@smithy/util-middleware": "npm:^3.0.11" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/util-config-provider": "npm:^4.0.0" + "@smithy/util-middleware": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" jest: "npm:28.1.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -24232,19 +24232,19 @@ __metadata: "@aws-sdk/client-s3": "npm:*" "@aws-sdk/types": "npm:*" "@aws-sdk/util-format-url": "npm:*" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/signature-v4": "npm:^4.2.4" - "@smithy/types": "npm:^3.7.2" - "@smithy/util-hex-encoding": "npm:^3.0.0" - "@smithy/util-utf8": "npm:^3.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/signature-v4": "npm:^5.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/util-hex-encoding": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" - "@types/node": "npm:^16.18.96" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" form-data: "npm:^4.0.0" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -24256,18 +24256,18 @@ __metadata: "@aws-sdk/signature-v4-multi-region": "npm:*" "@aws-sdk/types": "npm:*" "@aws-sdk/util-format-url": "npm:*" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" - "@types/node": "npm:^16.18.96" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -24277,15 +24277,15 @@ __metadata: dependencies: "@aws-crypto/sha256-js": "npm:5.2.0" "@aws-sdk/types": "npm:*" - "@smithy/types": "npm:^3.7.2" - "@smithy/util-hex-encoding": "npm:^3.0.0" - "@smithy/util-utf8": "npm:^3.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/util-hex-encoding": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -24297,17 +24297,17 @@ __metadata: "@aws-sdk/crt-loader": "npm:*" "@aws-sdk/signature-v4-multi-region": "npm:*" "@aws-sdk/types": "npm:*" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/querystring-parser": "npm:^3.0.11" - "@smithy/signature-v4": "npm:^4.2.4" - "@smithy/types": "npm:^3.7.2" - "@smithy/util-middleware": "npm:^3.0.11" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/querystring-parser": "npm:^4.0.0" + "@smithy/signature-v4": "npm:^5.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/util-middleware": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -24317,15 +24317,15 @@ __metadata: dependencies: "@aws-sdk/middleware-sdk-s3": "npm:*" "@aws-sdk/types": "npm:*" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/signature-v4": "npm:^4.2.4" - "@smithy/types": "npm:^3.7.2" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/signature-v4": "npm:^5.0.0" + "@smithy/types": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -24333,14 +24333,14 @@ __metadata: version: 0.0.0-use.local resolution: "@aws-sdk/smithy-client@workspace:packages/smithy-client" dependencies: - "@smithy/smithy-client": "npm:^3.5.1" + "@smithy/smithy-client": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" - "@types/node": "npm:^16.18.96" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -24349,16 +24349,16 @@ __metadata: resolution: "@aws-sdk/token-providers@workspace:packages/token-providers" dependencies: "@aws-sdk/types": "npm:*" - "@smithy/property-provider": "npm:^3.1.11" - "@smithy/shared-ini-file-loader": "npm:^3.1.12" - "@smithy/types": "npm:^3.7.2" + "@smithy/property-provider": "npm:^4.0.0" + "@smithy/shared-ini-file-loader": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" - "@types/node": "npm:^16.18.96" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" peerDependencies: "@aws-sdk/client-sso-oidc": "*" languageName: unknown @@ -24368,13 +24368,13 @@ __metadata: version: 0.0.0-use.local resolution: "@aws-sdk/types@workspace:packages/types" dependencies: - "@smithy/types": "npm:^3.7.2" + "@smithy/types": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -24393,12 +24393,12 @@ __metadata: resolution: "@aws-sdk/util-arn-parser@workspace:packages/util-arn-parser" dependencies: "@tsconfig/recommended": "npm:1.0.1" - "@types/node": "npm:^16.18.96" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -24407,17 +24407,17 @@ __metadata: resolution: "@aws-sdk/util-create-request@workspace:packages/util-create-request" dependencies: "@aws-sdk/types": "npm:*" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" - "@types/node": "npm:^16.18.96" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -24427,12 +24427,12 @@ __metadata: dependencies: "@aws-sdk/types": "npm:*" "@tsconfig/recommended": "npm:1.0.1" - "@types/node": "npm:^16.18.96" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -24446,7 +24446,7 @@ __metadata: downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" peerDependencies: "@aws-sdk/client-dynamodb": "*" languageName: unknown @@ -24457,14 +24457,14 @@ __metadata: resolution: "@aws-sdk/util-endpoints@workspace:packages/util-endpoints" dependencies: "@aws-sdk/types": "npm:*" - "@smithy/types": "npm:^3.7.2" - "@smithy/util-endpoints": "npm:^2.1.7" + "@smithy/types": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" "@tsconfig/recommended": "npm:1.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -24473,14 +24473,14 @@ __metadata: resolution: "@aws-sdk/util-format-url@workspace:packages/util-format-url" dependencies: "@aws-sdk/types": "npm:*" - "@smithy/querystring-builder": "npm:^3.0.11" - "@smithy/types": "npm:^3.7.2" + "@smithy/querystring-builder": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -24489,12 +24489,12 @@ __metadata: resolution: "@aws-sdk/util-locate-window@workspace:packages/util-locate-window" dependencies: "@tsconfig/recommended": "npm:1.0.1" - "@types/node": "npm:^16.18.96" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -24503,14 +24503,14 @@ __metadata: resolution: "@aws-sdk/util-user-agent-browser@workspace:packages/util-user-agent-browser" dependencies: "@aws-sdk/types": "npm:*" - "@smithy/types": "npm:^3.7.2" + "@smithy/types": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" bowser: "npm:^2.11.0" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -24520,15 +24520,15 @@ __metadata: dependencies: "@aws-sdk/middleware-user-agent": "npm:*" "@aws-sdk/types": "npm:*" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/types": "npm:^3.7.2" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" - "@types/node": "npm:^16.18.96" + "@types/node": "npm:^18.19.69" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" peerDependencies: aws-crt: ">=1.0.0" peerDependenciesMeta: @@ -24566,37 +24566,37 @@ __metadata: "@aws-sdk/types": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" languageName: unknown linkType: soft @@ -24619,38 +24619,38 @@ __metadata: "@aws-sdk/types": "npm:*" "@aws-sdk/util-user-agent-browser": "npm:*" "@aws-sdk/util-user-agent-node": "npm:*" - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/core": "npm:^2.5.5" - "@smithy/experimental-identity-and-auth": "npm:^0.3.33" - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/hash-node": "npm:^3.0.11" - "@smithy/invalid-dependency": "npm:^3.0.11" - "@smithy/middleware-content-length": "npm:^3.0.13" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" - "@tsconfig/node16": "npm:16.1.3" - "@types/node": "npm:^16.18.96" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/experimental-identity-and-auth": "npm:^0.3.37" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@tsconfig/node18": "npm:18.2.4" + "@types/node": "npm:^18.19.69" "@types/uuid": "npm:^9.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" uuid: "npm:^9.0.1" vitest: "npm:^0.33.0" languageName: unknown @@ -24661,17 +24661,17 @@ __metadata: resolution: "@aws-sdk/xhr-http-handler@workspace:packages/xhr-http-handler" dependencies: "@aws-sdk/types": "npm:*" - "@smithy/abort-controller": "npm:^3.1.9" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/querystring-builder": "npm:^3.0.11" - "@smithy/types": "npm:^3.7.2" + "@smithy/abort-controller": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/querystring-builder": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" events: "npm:3.3.0" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -24679,13 +24679,13 @@ __metadata: version: 0.0.0-use.local resolution: "@aws-sdk/xml-builder@workspace:packages/xml-builder" dependencies: - "@smithy/types": "npm:^3.7.2" + "@smithy/types": "npm:^4.0.0" "@tsconfig/recommended": "npm:1.0.1" concurrently: "npm:7.0.0" downlevel-dts: "npm:0.10.1" rimraf: "npm:3.0.2" tslib: "npm:^2.6.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" languageName: unknown linkType: soft @@ -24701,7 +24701,7 @@ __metadata: languageName: node linkType: hard -"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.12.13, @babel/code-frame@npm:^7.25.9, @babel/code-frame@npm:^7.26.0": +"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.12.13, @babel/code-frame@npm:^7.25.9, @babel/code-frame@npm:^7.26.0, @babel/code-frame@npm:^7.26.2": version: 7.26.2 resolution: "@babel/code-frame@npm:7.26.2" dependencies: @@ -24713,9 +24713,9 @@ __metadata: linkType: hard "@babel/compat-data@npm:^7.25.9": - version: 7.26.2 - resolution: "@babel/compat-data@npm:7.26.2" - checksum: 10c0/c9b5f3724828d17f728a778f9d66c19b55c018d0d76de6d731178cca64f182c22b71400a73bf2b65dcc4fcfe52b630088a94d5902911b54206aa90e3ffe07d12 + version: 7.26.3 + resolution: "@babel/compat-data@npm:7.26.3" + checksum: 10c0/d63e71845c34dfad8d7ff8c15b562e620dbf60e68e3abfa35681d24d612594e8e5ec9790d831a287ecd79ce00f48e7ffddc85c5ce94af7242d45917b9c1a5f90 languageName: node linkType: hard @@ -24742,16 +24742,16 @@ __metadata: languageName: node linkType: hard -"@babel/generator@npm:^7.25.9, @babel/generator@npm:^7.26.0, @babel/generator@npm:^7.7.2": - version: 7.26.2 - resolution: "@babel/generator@npm:7.26.2" +"@babel/generator@npm:^7.26.0, @babel/generator@npm:^7.26.3, @babel/generator@npm:^7.7.2": + version: 7.26.3 + resolution: "@babel/generator@npm:7.26.3" dependencies: - "@babel/parser": "npm:^7.26.2" - "@babel/types": "npm:^7.26.0" + "@babel/parser": "npm:^7.26.3" + "@babel/types": "npm:^7.26.3" "@jridgewell/gen-mapping": "npm:^0.3.5" "@jridgewell/trace-mapping": "npm:^0.3.25" jsesc: "npm:^3.0.2" - checksum: 10c0/167ebce8977142f5012fad6bd91da51ac52bcd752f2261a54b7ab605d928aebe57e21636cdd2a9c7757e552652c68d9fcb5d40b06fcb66e02d9ee7526e118a5c + checksum: 10c0/54f260558e3e4ec8942da3cde607c35349bb983c3a7c5121243f96893fba3e8cd62e1f1773b2051f936f8c8a10987b758d5c7d76dbf2784e95bb63ab4843fa00 languageName: node linkType: hard @@ -24829,14 +24829,14 @@ __metadata: languageName: node linkType: hard -"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.23.9, @babel/parser@npm:^7.25.9, @babel/parser@npm:^7.26.0, @babel/parser@npm:^7.26.2": - version: 7.26.2 - resolution: "@babel/parser@npm:7.26.2" +"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.23.9, @babel/parser@npm:^7.25.9, @babel/parser@npm:^7.26.0, @babel/parser@npm:^7.26.3": + version: 7.26.3 + resolution: "@babel/parser@npm:7.26.3" dependencies: - "@babel/types": "npm:^7.26.0" + "@babel/types": "npm:^7.26.3" bin: parser: ./bin/babel-parser.js - checksum: 10c0/751a743087b3a9172a7599f1421830d44c38f065ef781588d2bfb1c98f9b461719a226feb13c868d7a284783eee120c88ea522593118f2668f46ebfb1105c4d7 + checksum: 10c0/48f736374e61cfd10ddbf7b80678514ae1f16d0e88bc793d2b505d73d9b987ea786fc8c2f7ee8f8b8c467df062030eb07fd0eb2168f0f541ca1f542775852cad languageName: node linkType: hard @@ -25048,27 +25048,27 @@ __metadata: linkType: hard "@babel/traverse@npm:^7.25.9, @babel/traverse@npm:^7.7.2": - version: 7.25.9 - resolution: "@babel/traverse@npm:7.25.9" + version: 7.26.4 + resolution: "@babel/traverse@npm:7.26.4" dependencies: - "@babel/code-frame": "npm:^7.25.9" - "@babel/generator": "npm:^7.25.9" - "@babel/parser": "npm:^7.25.9" + "@babel/code-frame": "npm:^7.26.2" + "@babel/generator": "npm:^7.26.3" + "@babel/parser": "npm:^7.26.3" "@babel/template": "npm:^7.25.9" - "@babel/types": "npm:^7.25.9" + "@babel/types": "npm:^7.26.3" debug: "npm:^4.3.1" globals: "npm:^11.1.0" - checksum: 10c0/e90be586a714da4adb80e6cb6a3c5cfcaa9b28148abdafb065e34cc109676fc3db22cf98cd2b2fff66ffb9b50c0ef882cab0f466b6844be0f6c637b82719bba1 + checksum: 10c0/cf25d0eda9505daa0f0832ad786b9e28c9d967e823aaf7fbe425250ab198c656085495aa6bed678b27929e095c84eea9fd778b851a31803da94c9bc4bf4eaef7 languageName: node linkType: hard -"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.25.9, @babel/types@npm:^7.26.0, @babel/types@npm:^7.3.3": - version: 7.26.0 - resolution: "@babel/types@npm:7.26.0" +"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.25.9, @babel/types@npm:^7.26.0, @babel/types@npm:^7.26.3, @babel/types@npm:^7.3.3": + version: 7.26.3 + resolution: "@babel/types@npm:7.26.3" dependencies: "@babel/helper-string-parser": "npm:^7.25.9" "@babel/helper-validator-identifier": "npm:^7.25.9" - checksum: 10c0/b694f41ad1597127e16024d766c33a641508aad037abd08d0d1f73af753e1119fa03b4a107d04b5f92cc19c095a594660547ae9bead1db2299212d644b0a5cb8 + checksum: 10c0/966c5242c5e55c8704bf7a7418e7be2703a0afa4d19a8480999d5a4ef13d095dd60686615fe5983cb7593b4b06ba3a7de8d6ca501c1d78bdd233a10d90be787b languageName: node linkType: hard @@ -26110,6 +26110,15 @@ __metadata: languageName: node linkType: hard +"@isaacs/fs-minipass@npm:^4.0.0": + version: 4.0.1 + resolution: "@isaacs/fs-minipass@npm:4.0.1" + dependencies: + minipass: "npm:^7.0.4" + checksum: 10c0/c25b6dc1598790d5b55c0947a9b7d111cfa92594db5296c3b907e2f533c033666f692a3939eadac17b1c7c40d362d0b0635dc874cbfe3e70db7c2b07cc97a5d2 + languageName: node + linkType: hard + "@isaacs/string-locale-compare@npm:^1.1.0": version: 1.1.0 resolution: "@isaacs/string-locale-compare@npm:1.1.0" @@ -26599,13 +26608,13 @@ __metadata: linkType: hard "@jridgewell/gen-mapping@npm:^0.3.5": - version: 0.3.5 - resolution: "@jridgewell/gen-mapping@npm:0.3.5" + version: 0.3.8 + resolution: "@jridgewell/gen-mapping@npm:0.3.8" dependencies: "@jridgewell/set-array": "npm:^1.2.1" "@jridgewell/sourcemap-codec": "npm:^1.4.10" "@jridgewell/trace-mapping": "npm:^0.3.24" - checksum: 10c0/1be4fd4a6b0f41337c4f5fdf4afc3bd19e39c3691924817108b82ffcb9c9e609c273f936932b9fba4b3a298ce2eb06d9bff4eb1cc3bd81c4f4ee1b4917e25feb + checksum: 10c0/c668feaf86c501d7c804904a61c23c67447b2137b813b9ce03eca82cb9d65ac7006d766c218685d76e3d72828279b6ee26c347aa1119dab23fbaf36aed51585a languageName: node linkType: hard @@ -26650,7 +26659,7 @@ __metadata: languageName: node linkType: hard -"@jridgewell/trace-mapping@npm:^0.3.12, @jridgewell/trace-mapping@npm:^0.3.13, @jridgewell/trace-mapping@npm:^0.3.18, @jridgewell/trace-mapping@npm:^0.3.20, @jridgewell/trace-mapping@npm:^0.3.24, @jridgewell/trace-mapping@npm:^0.3.25": +"@jridgewell/trace-mapping@npm:^0.3.12, @jridgewell/trace-mapping@npm:^0.3.13, @jridgewell/trace-mapping@npm:^0.3.18, @jridgewell/trace-mapping@npm:^0.3.24, @jridgewell/trace-mapping@npm:^0.3.25": version: 0.3.25 resolution: "@jridgewell/trace-mapping@npm:0.3.25" dependencies: @@ -27562,16 +27571,16 @@ __metadata: languageName: node linkType: hard -"@npmcli/agent@npm:^2.0.0": - version: 2.2.2 - resolution: "@npmcli/agent@npm:2.2.2" +"@npmcli/agent@npm:^3.0.0": + version: 3.0.0 + resolution: "@npmcli/agent@npm:3.0.0" dependencies: agent-base: "npm:^7.1.0" http-proxy-agent: "npm:^7.0.0" https-proxy-agent: "npm:^7.0.1" lru-cache: "npm:^10.0.1" socks-proxy-agent: "npm:^8.0.3" - checksum: 10c0/325e0db7b287d4154ecd164c0815c08007abfb07653cc57bceded17bb7fd240998a3cbdbe87d700e30bef494885eccc725ab73b668020811d56623d145b524ae + checksum: 10c0/efe37b982f30740ee77696a80c196912c274ecd2cb243bc6ae7053a50c733ce0f6c09fda085145f33ecf453be19654acca74b69e81eaad4c90f00ccffe2f9271 languageName: node linkType: hard @@ -27629,12 +27638,12 @@ __metadata: languageName: node linkType: hard -"@npmcli/fs@npm:^3.1.0": - version: 3.1.1 - resolution: "@npmcli/fs@npm:3.1.1" +"@npmcli/fs@npm:^4.0.0": + version: 4.0.0 + resolution: "@npmcli/fs@npm:4.0.0" dependencies: semver: "npm:^7.3.5" - checksum: 10c0/c37a5b4842bfdece3d14dfdb054f73fe15ed2d3da61b34ff76629fb5b1731647c49166fd2a8bf8b56fcfa51200382385ea8909a3cbecdad612310c114d3f6c99 + checksum: 10c0/c90935d5ce670c87b6b14fab04a965a3b8137e585f8b2a6257263bd7f97756dd736cb165bb470e5156a9e718ecd99413dccc54b1138c1a46d6ec7cf325982fe5 languageName: node linkType: hard @@ -28091,203 +28100,203 @@ __metadata: languageName: node linkType: hard -"@smithy/abort-controller@npm:^3.1.9": - version: 3.1.9 - resolution: "@smithy/abort-controller@npm:3.1.9" +"@smithy/abort-controller@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/abort-controller@npm:4.0.0" dependencies: - "@smithy/types": "npm:^3.7.2" + "@smithy/types": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/d8e27940a087a16922d3c292049b50847fe8a84e632701e5aa33c175ddd84c1ef2566ac3f6550bcc06689da64bf79bdbabaf4e442ba92b18c252e62ca6a8880e + checksum: 10c0/4a6f5cf0a0e99d30ade7520d813a6fd721aa0abf1fb380067c2423f2818258bd87e5d25cefab3225b82cb87c79b6fab732a953d610d28d2535a5e353af02d9c5 languageName: node linkType: hard -"@smithy/chunked-blob-reader-native@npm:^3.0.1": - version: 3.0.1 - resolution: "@smithy/chunked-blob-reader-native@npm:3.0.1" +"@smithy/chunked-blob-reader-native@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/chunked-blob-reader-native@npm:4.0.0" dependencies: - "@smithy/util-base64": "npm:^3.0.0" + "@smithy/util-base64": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/26f7660d3cb5a257d1db70aaa4b0a109bf4412c3069d35b40645a045481e1633765c8a530ffdab4645bf640fdc957693fa84c6ebb15e864b7bd4be9d4e16b46c + checksum: 10c0/4387f4e8841f20c1c4e689078141de7e6f239e7883be3a02810a023aa30939b15576ee00227b991972d2c5a2f3b6152bcaeca0975c9fa8d3669354c647bd532a languageName: node linkType: hard -"@smithy/chunked-blob-reader@npm:^4.0.0": - version: 4.0.0 - resolution: "@smithy/chunked-blob-reader@npm:4.0.0" +"@smithy/chunked-blob-reader@npm:^5.0.0": + version: 5.0.0 + resolution: "@smithy/chunked-blob-reader@npm:5.0.0" dependencies: tslib: "npm:^2.6.2" - checksum: 10c0/4d997cb3a828c9c76bb764586918944ba07262aed832827d2be8ba3556f436171613e80b9f35a005af8f2189fc43befdfe44e21d9bde668fb48d5443f509ae22 + checksum: 10c0/55ba0fe366ddaa3f93e1faf8a70df0b67efedbd0008922295efe215df09b68df0ba3043293e65b17e7d1be71448d074c2bfc54e5eb6bd18f59b425822c2b9e9a languageName: node linkType: hard -"@smithy/config-resolver@npm:^3.0.13": - version: 3.0.13 - resolution: "@smithy/config-resolver@npm:3.0.13" +"@smithy/config-resolver@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/config-resolver@npm:4.0.0" dependencies: - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/types": "npm:^3.7.2" - "@smithy/util-config-provider": "npm:^3.0.0" - "@smithy/util-middleware": "npm:^3.0.11" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/util-config-provider": "npm:^4.0.0" + "@smithy/util-middleware": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/9dac64028019e7b64ddf0e884dd03ce53eb1e9f070aec28acfbc24d624cd5d5ba2830d1e63a448119b20711969b03d4dbca0c4d7650e976b28475a8d8b7d0d93 + checksum: 10c0/2f36f9ac4c9e0819831a24c28ea6d3eaaaf4c5b1bff0ce6ecc27252aa8620b2fb3ca2ed0e151fe387819d122483262e348f4170b1f4bc37e2e2f73613846e12b languageName: node linkType: hard -"@smithy/core@npm:^2.5.5": - version: 2.5.5 - resolution: "@smithy/core@npm:2.5.5" +"@smithy/core@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/core@npm:3.0.0" dependencies: - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/types": "npm:^3.7.2" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-stream": "npm:^3.3.2" - "@smithy/util-utf8": "npm:^3.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-stream": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/7b05af10073eaa6353bf0da4de5862ba3651ffa1abdd2f3a0dc874ace03c4e3dd9137d38dd876f8dde7f5f7a94371328ffde01ae67b5f6651ac31d29cb87beeb + checksum: 10c0/04b460ac20307e3024a07b19647804d2dd195625cc1afdd737c125706e50c9371fbfddd5e0d7ee8d1d38963b1db8c71c89662500eaa90afad3512c5360586f6e languageName: node linkType: hard -"@smithy/credential-provider-imds@npm:^3.2.8": - version: 3.2.8 - resolution: "@smithy/credential-provider-imds@npm:3.2.8" +"@smithy/credential-provider-imds@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/credential-provider-imds@npm:4.0.0" dependencies: - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/property-provider": "npm:^3.1.11" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/property-provider": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/26af5e83ccff767fc0857bc92d90e406c8cd261c40da189c6057a0c1754ba1a13abbff86bb41648988eb1d5e841af0df5cc5bed73f72c49b3f44d4121618b79c + checksum: 10c0/30dd13c47147a3d7d2a4e2809141c0925ad60d95dd1d6ccdb6034a3ba60e7a12c5963ab331d7706265564ed0f7198206432f4992ef586095d6bad417e67d85dc languageName: node linkType: hard -"@smithy/eventstream-codec@npm:^3.1.10": - version: 3.1.10 - resolution: "@smithy/eventstream-codec@npm:3.1.10" +"@smithy/eventstream-codec@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/eventstream-codec@npm:4.0.0" dependencies: "@aws-crypto/crc32": "npm:5.2.0" - "@smithy/types": "npm:^3.7.2" - "@smithy/util-hex-encoding": "npm:^3.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/util-hex-encoding": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/2d95bbdc13866ad3acfb81b63d17ad7b9a232bde54a76f31d1f98a8097f1420a5ce86bb45e14c3fd7de0562f4cdfdb9047c79003f3cd37d0eef1b8334b4cfb61 + checksum: 10c0/d34d87b6cb1437e37a3b97938123d7b7cb274d79c0a33de9c71a6e49afb3dff8da07b29e842a4da58982c302d8414df2ae860386a65cc59681f7d2c68ebd0656 languageName: node linkType: hard -"@smithy/eventstream-serde-browser@npm:^3.0.14": - version: 3.0.14 - resolution: "@smithy/eventstream-serde-browser@npm:3.0.14" +"@smithy/eventstream-serde-browser@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/eventstream-serde-browser@npm:4.0.0" dependencies: - "@smithy/eventstream-serde-universal": "npm:^3.0.13" - "@smithy/types": "npm:^3.7.2" + "@smithy/eventstream-serde-universal": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/ebcdde6435df0a20b6439bd16f5a3d3597b7bcba4a3e8e05f59451116d18c874b37abcc0dfd3e7b67e3381782d6656013c2511a1b66400a7e0a9a3d00c9c38d3 + checksum: 10c0/7c704d9ee94b76064b4e6310b6869474e0d138d4cea03d3d3791fe436b006adf1db20a87db5724544747350d64403a4da8d9be2157411c196373e8ac51ac5612 languageName: node linkType: hard -"@smithy/eventstream-serde-config-resolver@npm:^3.0.11": - version: 3.0.11 - resolution: "@smithy/eventstream-serde-config-resolver@npm:3.0.11" +"@smithy/eventstream-serde-config-resolver@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/eventstream-serde-config-resolver@npm:4.0.0" dependencies: - "@smithy/types": "npm:^3.7.2" + "@smithy/types": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/0c8ba642c63b95c0a6c218a6fc71dd212b0fc42306605fba2827602e54782efc9ba15d9ce1b8cf0f9aa8b46cabbb4e4fab0addd12007493b9551b3997ab8cc05 + checksum: 10c0/9fedbbb1250b92d8fbdfa7620280bf2c5848d0cfdd6052b5da4c3ac9008ad3d0b709037a679958ce74c9360b6d9eb24aa66c9758f461f885d6395feb7ac63223 languageName: node linkType: hard -"@smithy/eventstream-serde-node@npm:^3.0.13": - version: 3.0.13 - resolution: "@smithy/eventstream-serde-node@npm:3.0.13" +"@smithy/eventstream-serde-node@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/eventstream-serde-node@npm:4.0.0" dependencies: - "@smithy/eventstream-serde-universal": "npm:^3.0.13" - "@smithy/types": "npm:^3.7.2" + "@smithy/eventstream-serde-universal": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/934531f159cf6b24f038396df5fe5b53d43c16e143f1d89b4a9cc1d64e3a6687aa98002c4e67cc8e61ed0fe211be67c3df3dab7c5b93866e867a2887b5d3bc3b + checksum: 10c0/66af71e6c2c2bfe796da38202fcb3e39208226b406992b5bcffa79968e350a5f9cc91dcee675e006b0329209debccd4737a1584e041f25b0fcab55ab563f0495 languageName: node linkType: hard -"@smithy/eventstream-serde-universal@npm:^3.0.13": - version: 3.0.13 - resolution: "@smithy/eventstream-serde-universal@npm:3.0.13" +"@smithy/eventstream-serde-universal@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/eventstream-serde-universal@npm:4.0.0" dependencies: - "@smithy/eventstream-codec": "npm:^3.1.10" - "@smithy/types": "npm:^3.7.2" + "@smithy/eventstream-codec": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/5eea197d6c6f2fc993bbd3499d71655bc14d597b95bda11f030c45871ae68a56472b58cee4c199a0f33bc7dd4caf437d74eafb836884c899a548dfd0b6776961 + checksum: 10c0/f33e622842e7e5134d540dc20686a9f91033396a116f58200d5b1664bd1c77bc9ba319ccfa99c10a091f80e27f671e3302c702e1494e691a99c96a2c70b33335 languageName: node linkType: hard -"@smithy/experimental-identity-and-auth@npm:^0.3.33": - version: 0.3.33 - resolution: "@smithy/experimental-identity-and-auth@npm:0.3.33" +"@smithy/experimental-identity-and-auth@npm:^0.3.37": + version: 0.3.37 + resolution: "@smithy/experimental-identity-and-auth@npm:0.3.37" dependencies: - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/signature-v4": "npm:^4.2.4" - "@smithy/types": "npm:^3.7.2" - "@smithy/util-middleware": "npm:^3.0.11" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/signature-v4": "npm:^5.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/util-middleware": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/3b1fcff466e8ac03cdc779987571f13a69fa1941a3734a9bef8b789b7efba9ea0f1383bdee186b276d85f21c67a86d599a7f774bdf5f9675c85af55ff11de23f + checksum: 10c0/85213611357cd00e4d75814e0a6662f508de1d3daa1cbe6eac37e05e0a2788b1f0b80a7e2c4b3af031d091563fab50479cfb493dddda4ff25c8504d0fe230658 languageName: node linkType: hard -"@smithy/fetch-http-handler@npm:^4.1.2": - version: 4.1.2 - resolution: "@smithy/fetch-http-handler@npm:4.1.2" +"@smithy/fetch-http-handler@npm:^5.0.0": + version: 5.0.0 + resolution: "@smithy/fetch-http-handler@npm:5.0.0" dependencies: - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/querystring-builder": "npm:^3.0.11" - "@smithy/types": "npm:^3.7.2" - "@smithy/util-base64": "npm:^3.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/querystring-builder": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/6fd45737e236e4ac607013a174088e28f26b2a52b3eb3d410bfcbe289ef735b323bae2f5044b339e43c80305c33dca18c7b33dbaa5297f7b5604e0cb2cb8ec0c + checksum: 10c0/6df4d5e497da6ac3a668d5169002905fc421b8113e8f461dedc330603548e484cdbe320e168c2b26cef08d8dab749f981a49859746aacfa62926c25c700d3abd languageName: node linkType: hard -"@smithy/hash-blob-browser@npm:^3.1.10": - version: 3.1.10 - resolution: "@smithy/hash-blob-browser@npm:3.1.10" +"@smithy/hash-blob-browser@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/hash-blob-browser@npm:4.0.0" dependencies: - "@smithy/chunked-blob-reader": "npm:^4.0.0" - "@smithy/chunked-blob-reader-native": "npm:^3.0.1" - "@smithy/types": "npm:^3.7.2" + "@smithy/chunked-blob-reader": "npm:^5.0.0" + "@smithy/chunked-blob-reader-native": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/206eb5200f6d678f81cd8811cbd9e938a62256bce188503d25534a1df3d97c489420bee32cc61e634a00f9d0129c7683bca64428f7955e9c4f174df1db185cee + checksum: 10c0/e2e97a43bb96e716cbe3c8ca3d6fda7a186224e7b20fc138b2525a6a0d16ccab652b36affeea31afd978c8688fc6407460e96d8c946c8b41153feb54f7f71215 languageName: node linkType: hard -"@smithy/hash-node@npm:^3.0.11": - version: 3.0.11 - resolution: "@smithy/hash-node@npm:3.0.11" +"@smithy/hash-node@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/hash-node@npm:4.0.0" dependencies: - "@smithy/types": "npm:^3.7.2" - "@smithy/util-buffer-from": "npm:^3.0.0" - "@smithy/util-utf8": "npm:^3.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/util-buffer-from": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/d0eb389976fac0667d9cd94eac5d0a16010198034ecb18180973974ced06952a73846a7b760a7c53e52d7fb3d9c2193bd0580afbefd675ca5620cf66ac14d1f7 + checksum: 10c0/c4a4c0b36326bf6d1670d487e06581a3ee2285003da0d2577efe8bac70796f525a22b61b479350c779899fae641b57ff52a2c55142b6cda887a75eb0d078e06f languageName: node linkType: hard -"@smithy/hash-stream-node@npm:^3.1.10": - version: 3.1.10 - resolution: "@smithy/hash-stream-node@npm:3.1.10" +"@smithy/hash-stream-node@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/hash-stream-node@npm:4.0.0" dependencies: - "@smithy/types": "npm:^3.7.2" - "@smithy/util-utf8": "npm:^3.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/ade9da919768d138010acf9487b8bcb18c91ba70312440322da06b75f9205bfcb8716d2fa9f3904b9d07e9d306e13b91e4f192bc8807e5a6e3f8bc77f193a4d3 + checksum: 10c0/a5afbab36c5fbdf7bfeea0f8deef4070ad11431740db7b2da2881774764d1f4a383ab7b5ace196c17b183729024d96caef4157e8c704cb5652e6275d16351494 languageName: node linkType: hard -"@smithy/invalid-dependency@npm:^3.0.11": - version: 3.0.11 - resolution: "@smithy/invalid-dependency@npm:3.0.11" +"@smithy/invalid-dependency@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/invalid-dependency@npm:4.0.0" dependencies: - "@smithy/types": "npm:^3.7.2" + "@smithy/types": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/7cba9b2ebfee068e5ddddfb0a89b87c70ab252e88b0bfb2967c5373187b754452e66487ad3a539095049f2a6f327e438105b781e18f9a1ba1eb898f78c25d5ba + checksum: 10c0/bf9192baecea26a176cca24266229e3ad354b95c1098f9f1d2fe76089ccd6222669ff9153c4889d950ad61981116adad40c017ecfa05d7798328afd3e9cc662f languageName: node linkType: hard @@ -28300,233 +28309,233 @@ __metadata: languageName: node linkType: hard -"@smithy/is-array-buffer@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/is-array-buffer@npm:3.0.0" +"@smithy/is-array-buffer@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/is-array-buffer@npm:4.0.0" dependencies: tslib: "npm:^2.6.2" - checksum: 10c0/44710d94b9e6655ebc02169c149ea2bc5d5b9e509b6b39511cfe61bac571412290f4b9c743d61e395822f014021fcb709dbb533f2f717c1ac2d5a356696c22fd + checksum: 10c0/ae393fbd5944d710443cd5dd225d1178ef7fb5d6259c14f3e1316ec75e401bda6cf86f7eb98bfd38e5ed76e664b810426a5756b916702cbd418f0933e15e7a3b languageName: node linkType: hard -"@smithy/md5-js@npm:^3.0.11": - version: 3.0.11 - resolution: "@smithy/md5-js@npm:3.0.11" +"@smithy/md5-js@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/md5-js@npm:4.0.0" dependencies: - "@smithy/types": "npm:^3.7.2" - "@smithy/util-utf8": "npm:^3.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/6d5d13e27c0233079b2dba610d7744fba6528eb868c94a7a8d2eb8c4746bd327648016c473b7872eb4d55f6143b0253b472c91ab69e7bc2747c8f4f7212f9405 + checksum: 10c0/d7a20801287c0f4eed9d5dd8c1ce8dbabea3cab3121561a8826b443ae0eea45eb7ffccea14aad1023efd4c7385892a7d3db0d7e4178e5c430457d5541ae3f02f languageName: node linkType: hard -"@smithy/middleware-apply-body-checksum@npm:^3.0.13": - version: 3.0.13 - resolution: "@smithy/middleware-apply-body-checksum@npm:3.0.13" +"@smithy/middleware-apply-body-checksum@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/middleware-apply-body-checksum@npm:4.0.0" dependencies: - "@smithy/is-array-buffer": "npm:^3.0.0" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/types": "npm:^3.7.2" + "@smithy/is-array-buffer": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/types": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/ddb939f17051ab78e48ee09f31fb02cf2c9c14527f43e8323e8f42beb34b427d12def34a4e4b4776b5d1c688b33180d869341fe80bec63d31f83389f3e6c6a06 + checksum: 10c0/7270a3e7dc0ca328572dc5d60f21acc91cfdcfe10e384b3a1f282adbf39b98a1f1f6aaaebc5aed080a0d5b228726b648b78614cbf25cd4d1be19700c8515ae10 languageName: node linkType: hard -"@smithy/middleware-compression@npm:^3.1.5": - version: 3.1.5 - resolution: "@smithy/middleware-compression@npm:3.1.5" - dependencies: - "@smithy/core": "npm:^2.5.5" - "@smithy/is-array-buffer": "npm:^3.0.0" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/types": "npm:^3.7.2" - "@smithy/util-config-provider": "npm:^3.0.0" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-utf8": "npm:^3.0.0" +"@smithy/middleware-compression@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/middleware-compression@npm:4.0.0" + dependencies: + "@smithy/core": "npm:^3.0.0" + "@smithy/is-array-buffer": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/util-config-provider": "npm:^4.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" fflate: "npm:0.8.1" tslib: "npm:^2.6.2" - checksum: 10c0/5212d865dc1f0e9b1069a33f07ccbbc4ad15ab79f3dca9303da42c44a1fe09b182d27916c230abd179aab2165055b2ea78e95ff3623e7e9db3266fa014dd3101 + checksum: 10c0/9c9fc6967b0d866793827906718004afc48efbf1ba37d88171ca80869c083ddc2744e551a8e40d406a0ce058a38b2871433f559b329db67782fb09d1beb5a4d2 languageName: node linkType: hard -"@smithy/middleware-content-length@npm:^3.0.13": - version: 3.0.13 - resolution: "@smithy/middleware-content-length@npm:3.0.13" +"@smithy/middleware-content-length@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/middleware-content-length@npm:4.0.0" dependencies: - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/types": "npm:^3.7.2" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/types": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/b5a4a3d28543e2175f15f3b2df7faf4e34b5a295ffeb583333971a94cf7f769f998ffa42a66f2e56fb5c3c1590fc2d0b8880bf47251dc301c41ae81d0eebf07a + checksum: 10c0/1e3eb15e29d2e930c8449eaa8efda03ca58d97e664e46a1d9880b6a805000c992ba0159099449850f90884256ed09d9fe184e2bb08c2f737642d4ba9ae23bda0 languageName: node linkType: hard -"@smithy/middleware-endpoint@npm:^3.2.6": - version: 3.2.6 - resolution: "@smithy/middleware-endpoint@npm:3.2.6" +"@smithy/middleware-endpoint@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/middleware-endpoint@npm:4.0.0" dependencies: - "@smithy/core": "npm:^2.5.5" - "@smithy/middleware-serde": "npm:^3.0.11" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/shared-ini-file-loader": "npm:^3.1.12" - "@smithy/types": "npm:^3.7.2" - "@smithy/url-parser": "npm:^3.0.11" - "@smithy/util-middleware": "npm:^3.0.11" + "@smithy/core": "npm:^3.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/shared-ini-file-loader": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-middleware": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/746ff6427969c99f99f57dc2f0cb79d62deb984435fa63869110cc95a4d393129f9a5f7f55c2d7fc95891ab88dff15ebec93c52490f7b84594a2a0190ab9b11f + checksum: 10c0/33a478958fdb24cf388db4584f7f3f471fcea77bd0ddea8fa1e65f66adf09aa92d20bc604be47b76b7074d4ab3a96b542a1dea12a43fb84e5e7082b035459028 languageName: node linkType: hard -"@smithy/middleware-retry@npm:^3.0.31": - version: 3.0.31 - resolution: "@smithy/middleware-retry@npm:3.0.31" +"@smithy/middleware-retry@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/middleware-retry@npm:4.0.0" dependencies: - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/service-error-classification": "npm:^3.0.11" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/service-error-classification": "npm:^4.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" tslib: "npm:^2.6.2" uuid: "npm:^9.0.1" - checksum: 10c0/d87f06ace545195eb776b92caf2be63539b22dd2c3687b12f19ec3aae88d0fdf41345435c964eb30ba2bfb7b6c4a159245a2f383305127137434bede80e7b694 + checksum: 10c0/83a96a951dc4de2cac046a7c08b7ebe1f5ac0c2abd7007027037794fa49f1b4b85a975c220a7d77490a41ec0f8ebc710da6859b6694d96e806362a28ad90e630 languageName: node linkType: hard -"@smithy/middleware-serde@npm:^3.0.11": - version: 3.0.11 - resolution: "@smithy/middleware-serde@npm:3.0.11" +"@smithy/middleware-serde@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/middleware-serde@npm:4.0.0" dependencies: - "@smithy/types": "npm:^3.7.2" + "@smithy/types": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/fae0ce5784ff77d2998652c11b18304d0a5a537853acffe683f06a505f995a21228c086f7a6a979218f81ff5aee8705ed38343b6f9db4540e90340b34f763f65 + checksum: 10c0/68c190480450c05df35f83203d460b8b540ec8c75927075ee01fe736015663ed7807be98937669ca3ac5506a840ae50d614157c3562f8de7222ebee55ddf11d4 languageName: node linkType: hard -"@smithy/middleware-stack@npm:^3.0.11": - version: 3.0.11 - resolution: "@smithy/middleware-stack@npm:3.0.11" +"@smithy/middleware-stack@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/middleware-stack@npm:4.0.0" dependencies: - "@smithy/types": "npm:^3.7.2" + "@smithy/types": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/39d943328735d70b1f29d565b014aaf9c96a2f95e33ab499284b70d48229b4304d35ab5b0df31971f868066f6996d5ee24083bcd71dff3892e9f5a595064c10f + checksum: 10c0/1c86ca1043ddff7997c5e2e88481a08713a5d3e930eea61678fa9c580c9cf07d09ed05a878d6eb85ac51f972926b449c3dab92d28de894577ae80e09e92e2428 languageName: node linkType: hard -"@smithy/node-config-provider@npm:^3.1.12": - version: 3.1.12 - resolution: "@smithy/node-config-provider@npm:3.1.12" +"@smithy/node-config-provider@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/node-config-provider@npm:4.0.0" dependencies: - "@smithy/property-provider": "npm:^3.1.11" - "@smithy/shared-ini-file-loader": "npm:^3.1.12" - "@smithy/types": "npm:^3.7.2" + "@smithy/property-provider": "npm:^4.0.0" + "@smithy/shared-ini-file-loader": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/e00b47e749233df6d98287176c8b6cf69287aaab593e5e97b365da8d2781a3478178cab1ad3c68c997efe41a9653960e5615c2cab368e677f05a3acc16e958e5 + checksum: 10c0/7065ce53705ec74df53bf927fd1f7ccfba8b8a6ec2b3e04482a34abf972da95edf1908871d8bef89aeb842b26c1261451b8643ac45d042148b2f8674a6eb2263 languageName: node linkType: hard -"@smithy/node-http-handler@npm:^3.3.2": - version: 3.3.2 - resolution: "@smithy/node-http-handler@npm:3.3.2" +"@smithy/node-http-handler@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/node-http-handler@npm:4.0.0" dependencies: - "@smithy/abort-controller": "npm:^3.1.9" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/querystring-builder": "npm:^3.0.11" - "@smithy/types": "npm:^3.7.2" + "@smithy/abort-controller": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/querystring-builder": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/8229f61d83df62d68f94e816520b368e9f8566426741a05134c650ee65079eddd235faa01e046e71ca8238cfc911d0d0f48820b278ce5ba81a439435d1377222 + checksum: 10c0/e2e0e97f43fde3b029b24644eec4dadfcd36b7f1d94e1cb5e06b5268b2a29a2509fe795dabf613f32c3982da0b65f5d08e67daba14c4644239b6846f2efdbfe6 languageName: node linkType: hard -"@smithy/property-provider@npm:^3.1.11": - version: 3.1.11 - resolution: "@smithy/property-provider@npm:3.1.11" +"@smithy/property-provider@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/property-provider@npm:4.0.0" dependencies: - "@smithy/types": "npm:^3.7.2" + "@smithy/types": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/7c8a9b567ff2ec33b021e718b9757c5492f0e6b4330793bb9726d4756312fb3e786fe636f26c56ddfcbea4f58dbf6c3452c0fd2ecce9193031151a4555602424 + checksum: 10c0/84ee0769c6c9c9b28c2c8f446fb77d4ac5a8923bcf29bd1a7c82fca54b316aa63fc6ea3bb92b46f3df4dd5685e323cdc555b10063ee6aee56429815e5361d414 languageName: node linkType: hard -"@smithy/protocol-http@npm:^4.1.8": - version: 4.1.8 - resolution: "@smithy/protocol-http@npm:4.1.8" +"@smithy/protocol-http@npm:^5.0.0": + version: 5.0.0 + resolution: "@smithy/protocol-http@npm:5.0.0" dependencies: - "@smithy/types": "npm:^3.7.2" + "@smithy/types": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/490425e7329962ede034cf04911c80a2653011dc2b15b9b76a1553545bec84aeef1b70c9f0ab6c2adfc3502afec6f4cf38499dba211e9f81370d470f6e35ca0f + checksum: 10c0/96d82ca90420d6ee0fce3856626fe02e2f3d88a870fc29aba8db24965a4cbf7e06c7c1ec44f2b06233feac9e327ea2e88c22bdd803dcca1c8da1eba3fcc38749 languageName: node linkType: hard -"@smithy/querystring-builder@npm:^3.0.11": - version: 3.0.11 - resolution: "@smithy/querystring-builder@npm:3.0.11" +"@smithy/querystring-builder@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/querystring-builder@npm:4.0.0" dependencies: - "@smithy/types": "npm:^3.7.2" - "@smithy/util-uri-escape": "npm:^3.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/util-uri-escape": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/77daf191c606178cc76f46739b4085660ed3036993a9c2274cb6b70a9ba29e000c33c3c093263a6a119e0a55f063d02a29806e1c90384e18f50a8c2bc0a1d7f0 + checksum: 10c0/c31b95b9a0625a770860d2f66515c30a0bc3dd45cddfb1834f9cbe079bf7d7e5db5a1daea1311060be7a62c0bd00601b0597eafd17383bdcf0545c48d4300923 languageName: node linkType: hard -"@smithy/querystring-parser@npm:^3.0.11": - version: 3.0.11 - resolution: "@smithy/querystring-parser@npm:3.0.11" +"@smithy/querystring-parser@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/querystring-parser@npm:4.0.0" dependencies: - "@smithy/types": "npm:^3.7.2" + "@smithy/types": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/f5650eb44ff621308ea3e65de54f284e866812abc814fd4d36c432d7a0150e7a92cead604a8580bd12d108c6e78e019fb36eef30774b36086be1137c8d6846eb + checksum: 10c0/dc171ad1c663a3612e7a03531862ce13f54e3c742d2726768b59409986abefdc228cf9b448aa834003998dac96c07c7f4ff39f95761d79017f7a33109a14727f languageName: node linkType: hard -"@smithy/service-error-classification@npm:^3.0.11": - version: 3.0.11 - resolution: "@smithy/service-error-classification@npm:3.0.11" +"@smithy/service-error-classification@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/service-error-classification@npm:4.0.0" dependencies: - "@smithy/types": "npm:^3.7.2" - checksum: 10c0/a3e7cb55989f2f7aaca170a8b56187bab35ab2ef7c4199b145aa7e2d02b130d9e779c92e25805415a6a2e4ec4c67f0355f640281e4cf24f0e92f71f2eca32e9f + "@smithy/types": "npm:^4.0.0" + checksum: 10c0/4f5779ee816ffa68e291fce2e36eccaaa093f21bf821cce8fc794d2151f3a21222b3e54e929a8d6270cb2f39367e64cc79f06cbbbeacf589d16e596dafa3c3a9 languageName: node linkType: hard -"@smithy/shared-ini-file-loader@npm:^3.1.12": - version: 3.1.12 - resolution: "@smithy/shared-ini-file-loader@npm:3.1.12" +"@smithy/shared-ini-file-loader@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/shared-ini-file-loader@npm:4.0.0" dependencies: - "@smithy/types": "npm:^3.7.2" + "@smithy/types": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/8dc647cc697977bb6fd9d6d0efa51a42b811c2da11d6a73f07a9713a73ad795458d68e5fef9d2e66b45310de9f55dbace6ebb1d12f2551fc6a75aa0ceadced5f + checksum: 10c0/b406991fc2053c7d6784e5ab30cc3cb578c2096607966a42d9d0a0ef02597f7ae34af075732f8c5db5aff514cb9f0a86d755bc6cbda67488a817392531ceeaa2 languageName: node linkType: hard -"@smithy/signature-v4@npm:^4.2.4": - version: 4.2.4 - resolution: "@smithy/signature-v4@npm:4.2.4" +"@smithy/signature-v4@npm:^5.0.0": + version: 5.0.0 + resolution: "@smithy/signature-v4@npm:5.0.0" dependencies: - "@smithy/is-array-buffer": "npm:^3.0.0" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/types": "npm:^3.7.2" - "@smithy/util-hex-encoding": "npm:^3.0.0" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-uri-escape": "npm:^3.0.0" - "@smithy/util-utf8": "npm:^3.0.0" + "@smithy/is-array-buffer": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/util-hex-encoding": "npm:^4.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-uri-escape": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/a75450f508cec1cff56f22c4b81f51faec48474648bb4deadc28eb16f7c9bac7623b55733429169c1eaf85129c57c168dc41f0a5ceef0b2c031f4b08c49c1315 + checksum: 10c0/e71357c8d9cf8ace83f05ecf0a0ef3d132d8bf762680ea28978f5f7b01876bd6ce0f60dd8fa750fd8ab9dbbb23fb3e6dda097dd0ff75bc726194232096cc5af7 languageName: node linkType: hard -"@smithy/smithy-client@npm:^3.5.1": - version: 3.5.1 - resolution: "@smithy/smithy-client@npm:3.5.1" +"@smithy/smithy-client@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/smithy-client@npm:4.0.0" dependencies: - "@smithy/core": "npm:^2.5.5" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/types": "npm:^3.7.2" - "@smithy/util-stream": "npm:^3.3.2" + "@smithy/core": "npm:^3.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/util-stream": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/b3e9a0dfe4f0292b1a50c55c74d49352115039c18a1ae4b306281174ca301ec46e6bb0ae347fa5cce87bdc625bc56b7fdef959199ed6dc3ffae6e978f92d7728 + checksum: 10c0/67038be8786dc35597aaf16c81cb701251d6f27834a00558d0383a6d30b2f0555e8da9fffdef695e08b402bf27f24504e1734b603f92d80c7760680d7c15ba7e languageName: node linkType: hard @@ -28539,52 +28548,52 @@ __metadata: languageName: node linkType: hard -"@smithy/types@npm:^3.7.2": - version: 3.7.2 - resolution: "@smithy/types@npm:3.7.2" +"@smithy/types@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/types@npm:4.0.0" dependencies: tslib: "npm:^2.6.2" - checksum: 10c0/4bf4674c922c092f9c92b482b074163ceea199e82466ccd4414c4cd9651f67757456414f969e9997371250e112778b636115727b5af53324334300f328069293 + checksum: 10c0/c145925aca10519fa735ad92ad8de5dc9e6f44f28fad4ceac7bbde9511ab25f108c2ff2887ef7b859c689f8d625f3ef7e3f694d8708a4aaa006f64941e260296 languageName: node linkType: hard -"@smithy/url-parser@npm:^3.0.11": - version: 3.0.11 - resolution: "@smithy/url-parser@npm:3.0.11" +"@smithy/url-parser@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/url-parser@npm:4.0.0" dependencies: - "@smithy/querystring-parser": "npm:^3.0.11" - "@smithy/types": "npm:^3.7.2" + "@smithy/querystring-parser": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/9960d5db786d61f94bf1afe689fa763fbdbbb50f4d896019cac18cb0784bcda6a40a1bcb50040b7932f7722c4760e94e88b329acd2fe99a327f131103b1e3a90 + checksum: 10c0/6eb21e63dceeddc59d7b7c8ddef6103e678b28556d1286f977197d41c5ded2afe500d15ed3bb4ab160e0842f4203e23640522c84791dc32237bf2962202a7b8e languageName: node linkType: hard -"@smithy/util-base64@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/util-base64@npm:3.0.0" +"@smithy/util-base64@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/util-base64@npm:4.0.0" dependencies: - "@smithy/util-buffer-from": "npm:^3.0.0" - "@smithy/util-utf8": "npm:^3.0.0" + "@smithy/util-buffer-from": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/5c05c3505bd1ac4c1e04ec0e22ad1c9e0c61756945735861614f9e46146369a1a112dd0895602475822c18b8f1fe0cc3fb9e45c99a4e7fb03308969c673cf043 + checksum: 10c0/ad18ec66cc357c189eef358d96876b114faf7086b13e47e009b265d0ff80cec046052500489c183957b3a036768409acdd1a373e01074cc002ca6983f780cffc languageName: node linkType: hard -"@smithy/util-body-length-browser@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/util-body-length-browser@npm:3.0.0" +"@smithy/util-body-length-browser@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/util-body-length-browser@npm:4.0.0" dependencies: tslib: "npm:^2.6.2" - checksum: 10c0/cfb595e814334fe7bb78e8381141cc7364f66bff0c1d672680f4abb99361ef66fbdb9468fa1dbabcd5753254b2b05c59c907fa9d600b36e6e4b8423eccf412f7 + checksum: 10c0/574a10934024a86556e9dcde1a9776170284326c3dfcc034afa128cc5a33c1c8179fca9cfb622ef8be5f2004316cc3f427badccceb943e829105536ec26306d9 languageName: node linkType: hard -"@smithy/util-body-length-node@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/util-body-length-node@npm:3.0.0" +"@smithy/util-body-length-node@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/util-body-length-node@npm:4.0.0" dependencies: tslib: "npm:^2.6.2" - checksum: 10c0/6f779848e7c81051364cf6e40ed61034a06fa8df3480398528baae54d9b69622abc7d068869e33dbe51fef2bbc6fda3f548ac59644a0f10545a54c87bc3a4391 + checksum: 10c0/e91fd3816767606c5f786166ada26440457fceb60f96653b3d624dcf762a8c650e513c275ff3f647cb081c63c283cc178853a7ed9aa224abc8ece4eeeef7a1dd languageName: node linkType: hard @@ -28598,116 +28607,116 @@ __metadata: languageName: node linkType: hard -"@smithy/util-buffer-from@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/util-buffer-from@npm:3.0.0" +"@smithy/util-buffer-from@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/util-buffer-from@npm:4.0.0" dependencies: - "@smithy/is-array-buffer": "npm:^3.0.0" + "@smithy/is-array-buffer": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/b10fb81ef34f95418f27c9123c2c1774e690dd447e8064184688c553156bdec46d2ba1b1ae3bad7edd2b58a5ef32ac569e1ad814b36e7ee05eba10526d329983 + checksum: 10c0/be7cd33b6cb91503982b297716251e67cdca02819a15797632091cadab2dc0b4a147fff0709a0aa9bbc0b82a2644a7ed7c8afdd2194d5093cee2e9605b3a9f6f languageName: node linkType: hard -"@smithy/util-config-provider@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/util-config-provider@npm:3.0.0" +"@smithy/util-config-provider@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/util-config-provider@npm:4.0.0" dependencies: tslib: "npm:^2.6.2" - checksum: 10c0/a2c25eac31223eddea306beff2bb3c32e8761f8cb50e8cb2a9d61417a5040e9565dc715a655787e99a37465fdd35bbd0668ff36e06043a5f6b7be48a76974792 + checksum: 10c0/cd9498d5f77a73aadd575084bcb22d2bb5945bac4605d605d36f2efe3f165f2b60f4dc88b7a62c2ed082ffa4b2c2f19621d0859f18399edbc2b5988d92e4649f languageName: node linkType: hard -"@smithy/util-defaults-mode-browser@npm:^3.0.31": - version: 3.0.31 - resolution: "@smithy/util-defaults-mode-browser@npm:3.0.31" +"@smithy/util-defaults-mode-browser@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/util-defaults-mode-browser@npm:4.0.0" dependencies: - "@smithy/property-provider": "npm:^3.1.11" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" + "@smithy/property-provider": "npm:^4.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" bowser: "npm:^2.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/149fa857b139dcde150a0b7475dbefcaa5c4c0a1501879690dca924cd60494bb6f85eaa4c78cd40d9723a3c3faa094629ed08e94855928100326fd7ae3c980e9 + checksum: 10c0/ef56090d4bf951a76c3d4724e28d277b038c26ee2cf04908f5446565e5b689c45f561aebee171604f98589dc22220f030058d3134e960ec79347bea0bc7e0c95 languageName: node linkType: hard -"@smithy/util-defaults-mode-node@npm:^3.0.31": - version: 3.0.31 - resolution: "@smithy/util-defaults-mode-node@npm:3.0.31" +"@smithy/util-defaults-mode-node@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/util-defaults-mode-node@npm:4.0.0" dependencies: - "@smithy/config-resolver": "npm:^3.0.13" - "@smithy/credential-provider-imds": "npm:^3.2.8" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/property-provider": "npm:^3.1.11" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/credential-provider-imds": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/property-provider": "npm:^4.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/825159cbadd4a8bf17cdbabd9872683c027c3655645db8fc9ef902d83de5c8a574dc174b4d31edad98fc7aafe5c6ebc017bbc04cee43390d2ca49ec59e4264b3 + checksum: 10c0/52d9c85fe7abbde015b96f5259fb65862de4a0991734ab6331707ff94361d0a8dfbb32491c8b24186ceb8774a103ab4ed359ff085fe2790250530f4bb6310cfe languageName: node linkType: hard -"@smithy/util-endpoints@npm:^2.1.7": - version: 2.1.7 - resolution: "@smithy/util-endpoints@npm:2.1.7" +"@smithy/util-endpoints@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/util-endpoints@npm:3.0.0" dependencies: - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/types": "npm:^3.7.2" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/a14f25c60f0e1b37848d7e149530366c0568aa9edc8cfc050b995874688c75cd826f5c0bba91ae3d5b9922ee02af09d204165d9ebe8643363f57fe0ad1ae2213 + checksum: 10c0/a949360419685607db3eaadfd51f79e7514b70ceae12b1d142f0a033bcea2a3d6d61f9441ee3c0984c6d5fdb958e2fc9c4b8469293126d9789a486904dc72622 languageName: node linkType: hard -"@smithy/util-hex-encoding@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/util-hex-encoding@npm:3.0.0" +"@smithy/util-hex-encoding@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/util-hex-encoding@npm:4.0.0" dependencies: tslib: "npm:^2.6.2" - checksum: 10c0/d2fa7270853cc8f22c4f4635c72bf52e303731a68a3999e3ea9da1d38b6bf08c0f884e7d20b65741e3bc68bb3821e1abd1c3406d7a3dce8fc02df019aea59162 + checksum: 10c0/70dbb3aa1a79aff3329d07a66411ff26398df338bdd8a6d077b438231afe3dc86d9a7022204baddecd8bc633f059d5c841fa916d81dd7447ea79b64148f386d2 languageName: node linkType: hard -"@smithy/util-middleware@npm:^3.0.11": - version: 3.0.11 - resolution: "@smithy/util-middleware@npm:3.0.11" +"@smithy/util-middleware@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/util-middleware@npm:4.0.0" dependencies: - "@smithy/types": "npm:^3.7.2" + "@smithy/types": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/983a329b0f9abc62ddbcda7227acf2b1aa5c7c1bb06c5b1de78353cc565d3b1817607491be7d067753877a05ea4e3f648f84b8bd9600de6454713f1ac35e56ba + checksum: 10c0/00de8c5a169e89452d3cc19dfd5d8a883ce7989701da6961b1fb89b0e5574f15b8b2dc0023f012605158087ab1b7e9325b9eb34f6fd132b36ac1845fdc92bcc4 languageName: node linkType: hard -"@smithy/util-retry@npm:^3.0.11": - version: 3.0.11 - resolution: "@smithy/util-retry@npm:3.0.11" +"@smithy/util-retry@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/util-retry@npm:4.0.0" dependencies: - "@smithy/service-error-classification": "npm:^3.0.11" - "@smithy/types": "npm:^3.7.2" + "@smithy/service-error-classification": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/df71c62b696a6551c2a1454d673740e58eaefcb822a9633a1bacb82464b3fed15cb7b91ed68b20661d024228d3f25ee49b5f54b51c711f7c2d7a2b802dde760a + checksum: 10c0/3525e118b56c62a826df1007155d9ad59989c8d5072eff052c34c2392959ec5967f19951f8f670c8e8e4dfc6da827fc4244ea25e0891ffd74b198ade9fcb4d2e languageName: node linkType: hard -"@smithy/util-stream@npm:^3.3.2": - version: 3.3.2 - resolution: "@smithy/util-stream@npm:3.3.2" +"@smithy/util-stream@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/util-stream@npm:4.0.0" dependencies: - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/node-http-handler": "npm:^3.3.2" - "@smithy/types": "npm:^3.7.2" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-buffer-from": "npm:^3.0.0" - "@smithy/util-hex-encoding": "npm:^3.0.0" - "@smithy/util-utf8": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-buffer-from": "npm:^4.0.0" + "@smithy/util-hex-encoding": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/13d2c7f2209e3f1b2e94c48ca17b82e4080851613673ad29bcea1435688866509132f774269a78c8ed2b6bddc732f59bb17e678e246f678618c552eaad22c84a + checksum: 10c0/8b1261623cbb7fd62fbc4af666a4645322034623f4fd3d8bbe282a17ee58248f468416a960454f4b974deb2c26609186885f010ae579fcb01e347b0329d26130 languageName: node linkType: hard -"@smithy/util-uri-escape@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/util-uri-escape@npm:3.0.0" +"@smithy/util-uri-escape@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/util-uri-escape@npm:4.0.0" dependencies: tslib: "npm:^2.6.2" - checksum: 10c0/b8d831348412cfafd9300069e74a12e0075b5e786d7ef6a210ba4ab576001c2525653eec68b71dfe6d7aef71c52f547404c4f0345c0fb476a67277f9d44b1156 + checksum: 10c0/23984624060756adba8aa4ab1693fe6b387ee5064d8ec4dfd39bb5908c4ee8b9c3f2dc755da9b07505d8e3ce1338c1867abfa74158931e4728bf3cfcf2c05c3d languageName: node linkType: hard @@ -28721,24 +28730,24 @@ __metadata: languageName: node linkType: hard -"@smithy/util-utf8@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/util-utf8@npm:3.0.0" +"@smithy/util-utf8@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/util-utf8@npm:4.0.0" dependencies: - "@smithy/util-buffer-from": "npm:^3.0.0" + "@smithy/util-buffer-from": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/b568ed84b4770d2ae9b632eb85603765195a791f045af7f47df1369dc26b001056f4edf488b42ca1cd6d852d0155ad306a0d6531e912cb4e633c0d87abaa8899 + checksum: 10c0/28a5a5372cbf0b3d2e32dd16f79b04c2aec6f704cf13789db922e9686fde38dde0171491cfa4c2c201595d54752a319faaeeed3c325329610887694431e28c98 languageName: node linkType: hard -"@smithy/util-waiter@npm:^3.2.0": - version: 3.2.0 - resolution: "@smithy/util-waiter@npm:3.2.0" +"@smithy/util-waiter@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/util-waiter@npm:4.0.0" dependencies: - "@smithy/abort-controller": "npm:^3.1.9" - "@smithy/types": "npm:^3.7.2" + "@smithy/abort-controller": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/9b4a2a9f254f8218909dcc1586d3ea4026b5efc261b948f6ca89e240c317264ac93aaf66a5a8ee07ce2b6733d531179bb25d8ffcb8a0d4016ae2f81d32e45669 + checksum: 10c0/8297a354009c8f03da7a322654343bdf3b505c6e7e3eea8a4b67fae4b64954df9371aac258314bc16e5cb2c5bf9e1863c73589b77310610a526d9d06f364d1fa languageName: node linkType: hard @@ -28777,13 +28786,6 @@ __metadata: languageName: node linkType: hard -"@tsconfig/node16@npm:16.1.3": - version: 16.1.3 - resolution: "@tsconfig/node16@npm:16.1.3" - checksum: 10c0/4349c513719c5e1ef1995cc0c09d6099761ec0f3814a7165bf0622dfa76b2cc8580fac022bf1863f7eb6e34ced280c6d2dfb3750b6e1e2c5b96cb4e7e4004f04 - languageName: node - linkType: hard - "@tsconfig/node16@npm:^1.0.2": version: 1.0.4 resolution: "@tsconfig/node16@npm:1.0.4" @@ -28791,6 +28793,13 @@ __metadata: languageName: node linkType: hard +"@tsconfig/node18@npm:18.2.4": + version: 18.2.4 + resolution: "@tsconfig/node18@npm:18.2.4" + checksum: 10c0/cdfd17f212660374eb2765cd5907b2252e43cfa2623cd52307a49f004327ef49bbe7d53c78b0aca57f33e9a5cb0d7d2eb5ded9be1235e6212f65c9f0699322b6 + languageName: node + linkType: hard + "@tsconfig/recommended@npm:1.0.1": version: 1.0.1 resolution: "@tsconfig/recommended@npm:1.0.1" @@ -28993,9 +29002,9 @@ __metadata: linkType: hard "@types/lodash@npm:^4.14.175": - version: 4.17.13 - resolution: "@types/lodash@npm:4.17.13" - checksum: 10c0/c3d0b7efe7933ac0369b99f2f7bff9240d960680fdb74b41ed4bd1b3ca60cca1e31fe4046d9abbde778f941a41bc2a75eb629abf8659fa6c27b66efbbb0802a9 + version: 4.17.14 + resolution: "@types/lodash@npm:4.17.14" + checksum: 10c0/343c6f722e0b39969036a885ad5aad6578479ead83987128c9b994e6b7f2fb9808244d802d4d332396bb09096f720a6c7060de16a492f5460e06a44560360322 languageName: node linkType: hard @@ -29014,11 +29023,11 @@ __metadata: linkType: hard "@types/node@npm:*": - version: 22.9.0 - resolution: "@types/node@npm:22.9.0" + version: 22.10.5 + resolution: "@types/node@npm:22.10.5" dependencies: - undici-types: "npm:~6.19.8" - checksum: 10c0/3f46cbe0a49bab4ba30494025e4c8a6e699b98ac922857aa1f0209ce11a1313ee46e6808b8f13fe5b8b960a9d7796b77c8d542ad4e9810e85ef897d5593b5d51 + undici-types: "npm:~6.20.0" + checksum: 10c0/6a0e7d1fe6a86ef6ee19c3c6af4c15542e61aea2f4cee655b6252efb356795f1f228bc8299921e82924e80ff8eca29b74d9dd0dd5cc1a90983f892f740b480df languageName: node linkType: hard @@ -29036,10 +29045,12 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:^16.18.96": - version: 16.18.119 - resolution: "@types/node@npm:16.18.119" - checksum: 10c0/d4bfd72982325f0421adc1115ec5dd0b92af2163526217d43151a32cf37c7219eebbf0913a18bb613a9628b83e543f66f7d18251ec23dad92418e87d3d8dafee +"@types/node@npm:^18.19.69": + version: 18.19.70 + resolution: "@types/node@npm:18.19.70" + dependencies: + undici-types: "npm:~5.26.4" + checksum: 10c0/68866e53b92be60d8840f5c93232d3ae39c71663101decc1d4f1870d9236c3c89e74177b616c2a2cabce116b1356f3e89c57df3e969c9f9b0e0b5c59b5f790f7 languageName: node linkType: hard @@ -29885,21 +29896,19 @@ __metadata: languageName: node linkType: hard -"agent-base@npm:^7.0.2, agent-base@npm:^7.1.0, agent-base@npm:^7.1.1": - version: 7.1.1 - resolution: "agent-base@npm:7.1.1" - dependencies: - debug: "npm:^4.3.4" - checksum: 10c0/e59ce7bed9c63bf071a30cc471f2933862044c97fd9958967bfe22521d7a0f601ce4ed5a8c011799d0c726ca70312142ae193bbebb60f576b52be19d4a363b50 +"agent-base@npm:^7.1.0, agent-base@npm:^7.1.2": + version: 7.1.3 + resolution: "agent-base@npm:7.1.3" + checksum: 10c0/6192b580c5b1d8fb399b9c62bf8343d76654c2dd62afcb9a52b2cf44a8b6ace1e3b704d3fe3547d91555c857d3df02603341ff2cb961b9cfe2b12f9f3c38ee11 languageName: node linkType: hard "agentkeepalive@npm:^4.2.1": - version: 4.5.0 - resolution: "agentkeepalive@npm:4.5.0" + version: 4.6.0 + resolution: "agentkeepalive@npm:4.6.0" dependencies: humanize-ms: "npm:^1.2.1" - checksum: 10c0/394ea19f9710f230722996e156607f48fdf3a345133b0b1823244b7989426c16019a428b56c82d3eabef616e938812981d9009f4792ecc66bd6a59e991c62612 + checksum: 10c0/235c182432f75046835b05f239708107138a40103deee23b6a08caee5136873709155753b394ec212e49e60e94a378189562cb01347765515cff61b692c69187 languageName: node linkType: hard @@ -29950,6 +29959,17 @@ __metadata: languageName: node linkType: hard +"ajv-keywords@npm:^5.1.0": + version: 5.1.0 + resolution: "ajv-keywords@npm:5.1.0" + dependencies: + fast-deep-equal: "npm:^3.1.3" + peerDependencies: + ajv: ^8.8.2 + checksum: 10c0/18bec51f0171b83123ba1d8883c126e60c6f420cef885250898bf77a8d3e65e3bfb9e8564f497e30bdbe762a83e0d144a36931328616a973ee669dc74d4a9590 + languageName: node + linkType: hard + "ajv@npm:8.12.0": version: 8.12.0 resolution: "ajv@npm:8.12.0" @@ -29974,7 +29994,7 @@ __metadata: languageName: node linkType: hard -"ajv@npm:^8.0.0, ajv@npm:^8.10.0, ajv@npm:^8.11.0": +"ajv@npm:^8.0.0, ajv@npm:^8.10.0, ajv@npm:^8.11.0, ajv@npm:^8.9.0": version: 8.17.1 resolution: "ajv@npm:8.17.1" dependencies: @@ -30239,8 +30259,8 @@ __metadata: linkType: hard "aws-crt@npm:^1.24.0": - version: 1.24.0 - resolution: "aws-crt@npm:1.24.0" + version: 1.24.2 + resolution: "aws-crt@npm:1.24.2" dependencies: "@aws-sdk/util-utf8-browser": "npm:^3.259.0" "@httptoolkit/websocket-stream": "npm:^6.0.1" @@ -30249,7 +30269,7 @@ __metadata: crypto-js: "npm:^4.2.0" mqtt: "npm:^4.3.8" process: "npm:^0.11.10" - checksum: 10c0/25f9f234702bc953aee6f96a025f638716ffbaa6d3c1f39d390f00d194398013a0d13c20bc047b9d85d4e8d8120f824d61c8a1195dcd61518c36772bd670766d + checksum: 10c0/624e25a18a42e0740710ec79a7b10a936dfc5d13fb88a80dc4c4ce66c1ff396e6a730ad57bf4238a9fdd251159b58c6eff89bbe0c33784bfe59fea00067f1236 languageName: node linkType: hard @@ -30301,7 +30321,7 @@ __metadata: ts-loader: "npm:9.4.2" tsx: "npm:4.19.2" turbo: "npm:2.1.2" - typescript: "npm:~4.9.5" + typescript: "npm:~5.2.2" verdaccio: "npm:5.25.0" vite: "npm:4.5.5" vitest: "npm:0.34.6" @@ -30326,13 +30346,13 @@ __metadata: linkType: hard "axios@npm:^1.0.0, axios@npm:^1.7.4": - version: 1.7.7 - resolution: "axios@npm:1.7.7" + version: 1.7.9 + resolution: "axios@npm:1.7.9" dependencies: follow-redirects: "npm:^1.15.6" form-data: "npm:^4.0.0" proxy-from-env: "npm:^1.1.0" - checksum: 10c0/4499efc89e86b0b49ffddc018798de05fab26e3bf57913818266be73279a6418c3ce8f9e934c7d2d707ab8c095e837fc6c90608fb7715b94d357720b5f568af7 + checksum: 10c0/b7a41e24b59fee5f0f26c1fc844b45b17442832eb3a0fb42dd4f1430eb4abc571fe168e67913e8a1d91c993232bd1d1ab03e20e4d1fee8c6147649b576fc1b0b languageName: node linkType: hard @@ -30601,16 +30621,16 @@ __metadata: linkType: hard "browserslist@npm:^4.14.5, browserslist@npm:^4.24.0": - version: 4.24.2 - resolution: "browserslist@npm:4.24.2" + version: 4.24.3 + resolution: "browserslist@npm:4.24.3" dependencies: - caniuse-lite: "npm:^1.0.30001669" - electron-to-chromium: "npm:^1.5.41" - node-releases: "npm:^2.0.18" + caniuse-lite: "npm:^1.0.30001688" + electron-to-chromium: "npm:^1.5.73" + node-releases: "npm:^2.0.19" update-browserslist-db: "npm:^1.1.1" bin: browserslist: cli.js - checksum: 10c0/d747c9fb65ed7b4f1abcae4959405707ed9a7b835639f8a9ba0da2911995a6ab9b0648fd05baf2a4d4e3cf7f9fdbad56d3753f91881e365992c1d49c8d88ff7a + checksum: 10c0/bab261ef7b6e1656a719a9fa31240ae7ce4d5ba68e479f6b11e348d819346ab4c0ff6f4821f43adcc9c193a734b186775a83b37979e70a69d182965909fe569a languageName: node linkType: hard @@ -30746,11 +30766,11 @@ __metadata: languageName: node linkType: hard -"cacache@npm:^18.0.0": - version: 18.0.4 - resolution: "cacache@npm:18.0.4" +"cacache@npm:^19.0.1": + version: 19.0.1 + resolution: "cacache@npm:19.0.1" dependencies: - "@npmcli/fs": "npm:^3.1.0" + "@npmcli/fs": "npm:^4.0.0" fs-minipass: "npm:^3.0.0" glob: "npm:^10.2.2" lru-cache: "npm:^10.0.1" @@ -30758,24 +30778,31 @@ __metadata: minipass-collect: "npm:^2.0.1" minipass-flush: "npm:^1.0.5" minipass-pipeline: "npm:^1.2.4" - p-map: "npm:^4.0.0" - ssri: "npm:^10.0.0" - tar: "npm:^6.1.11" - unique-filename: "npm:^3.0.0" - checksum: 10c0/6c055bafed9de4f3dcc64ac3dc7dd24e863210902b7c470eb9ce55a806309b3efff78033e3d8b4f7dcc5d467f2db43c6a2857aaaf26f0094b8a351d44c42179f + p-map: "npm:^7.0.2" + ssri: "npm:^12.0.0" + tar: "npm:^7.4.3" + unique-filename: "npm:^4.0.0" + checksum: 10c0/01f2134e1bd7d3ab68be851df96c8d63b492b1853b67f2eecb2c37bb682d37cb70bb858a16f2f0554d3c0071be6dfe21456a1ff6fa4b7eed996570d6a25ffe9c languageName: node linkType: hard -"call-bind@npm:^1.0.7": - version: 1.0.7 - resolution: "call-bind@npm:1.0.7" +"call-bind-apply-helpers@npm:^1.0.1": + version: 1.0.1 + resolution: "call-bind-apply-helpers@npm:1.0.1" dependencies: - es-define-property: "npm:^1.0.0" es-errors: "npm:^1.3.0" function-bind: "npm:^1.1.2" - get-intrinsic: "npm:^1.2.4" - set-function-length: "npm:^1.2.1" - checksum: 10c0/a3ded2e423b8e2a265983dba81c27e125b48eefb2655e7dfab6be597088da3d47c47976c24bc51b8fd9af1061f8f87b4ab78a314f3c77784b2ae2ba535ad8b8d + checksum: 10c0/acb2ab68bf2718e68a3e895f0d0b73ccc9e45b9b6f210f163512ba76f91dab409eb8792f6dae188356f9095747512a3101646b3dea9d37fb8c7c6bf37796d18c + languageName: node + linkType: hard + +"call-bound@npm:^1.0.2": + version: 1.0.3 + resolution: "call-bound@npm:1.0.3" + dependencies: + call-bind-apply-helpers: "npm:^1.0.1" + get-intrinsic: "npm:^1.2.6" + checksum: 10c0/45257b8e7621067304b30dbd638e856cac913d31e8e00a80d6cf172911acd057846572d0b256b45e652d515db6601e2974a1b1a040e91b4fc36fb3dd86fa69cf languageName: node linkType: hard @@ -30811,10 +30838,10 @@ __metadata: languageName: node linkType: hard -"caniuse-lite@npm:^1.0.30001669": - version: 1.0.30001680 - resolution: "caniuse-lite@npm:1.0.30001680" - checksum: 10c0/11a4e7f6f5d5f965cfd4b7dc4aef34e12a26e99647f02b5ac9fd7f7670845473b95ada416a785473237e4b1b67281f7b043c8736c85b77097f6b697e8950b15f +"caniuse-lite@npm:^1.0.30001688": + version: 1.0.30001690 + resolution: "caniuse-lite@npm:1.0.30001690" + checksum: 10c0/646bd469032afa90400a84dec30a2b00a6eda62c03ead358117e3f884cda8aacec02ec058a6dbee5eaf9714f83e483b9b0eb4fb42febb8076569f5ca40f1d347 languageName: node linkType: hard @@ -30900,6 +30927,13 @@ __metadata: languageName: node linkType: hard +"chownr@npm:^3.0.0": + version: 3.0.0 + resolution: "chownr@npm:3.0.0" + checksum: 10c0/43925b87700f7e3893296c8e9c56cc58f926411cce3a6e5898136daaf08f08b9a8eb76d37d3267e707d0dcc17aed2e2ebdf5848c0c3ce95cf910a919935c1b10 + languageName: node + linkType: hard + "chrome-trace-event@npm:^1.0.2": version: 1.0.4 resolution: "chrome-trace-event@npm:1.0.4" @@ -31596,13 +31630,13 @@ __metadata: linkType: hard "cross-spawn@npm:^7.0.0, cross-spawn@npm:^7.0.2, cross-spawn@npm:^7.0.3": - version: 7.0.5 - resolution: "cross-spawn@npm:7.0.5" + version: 7.0.6 + resolution: "cross-spawn@npm:7.0.6" dependencies: path-key: "npm:^3.1.0" shebang-command: "npm:^2.0.0" which: "npm:^2.0.1" - checksum: 10c0/aa82ce7ac0814a27e6f2b738c5a7cf1fa21a3558a1e42df449fc96541ba3ba731e4d3ecffa4435348808a86212f287c6f20a1ee551ef1ff95d01cfec5f434944 + checksum: 10c0/053ea8b2135caff68a9e81470e845613e374e7309a47731e81639de3eaeb90c3d01af0e0b44d2ab9d50b43467223b88567dfeb3262db942dc063b9976718ffc1 languageName: node linkType: hard @@ -31672,14 +31706,14 @@ __metadata: linkType: hard "debug@npm:4, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.2.0, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.3, debug@npm:^4.3.4": - version: 4.3.7 - resolution: "debug@npm:4.3.7" + version: 4.4.0 + resolution: "debug@npm:4.4.0" dependencies: ms: "npm:^2.1.3" peerDependenciesMeta: supports-color: optional: true - checksum: 10c0/1471db19c3b06d485a622d62f65947a19a23fbd0dd73f7fd3eafb697eec5360cde447fb075919987899b1a2096e85d35d4eb5a4de09a57600ac9cf7e6c8e768b + checksum: 10c0/db94f1a182bf886f57b4755f85b3a74c39b5114b9377b7ab375dc2cfa3454f09490cc6c30f829df3fc8042bc8b8995f6567ce5cd96f3bc3688bd24027197d9de languageName: node linkType: hard @@ -31779,17 +31813,6 @@ __metadata: languageName: node linkType: hard -"define-data-property@npm:^1.1.4": - version: 1.1.4 - resolution: "define-data-property@npm:1.1.4" - dependencies: - es-define-property: "npm:^1.0.0" - es-errors: "npm:^1.3.0" - gopd: "npm:^1.0.1" - checksum: 10c0/dea0606d1483eb9db8d930d4eac62ca0fa16738b0b3e07046cddfacf7d8c868bbe13fa0cb263eb91c7d0d527960dc3f2f2471a69ed7816210307f6744fe62e37 - languageName: node - linkType: hard - "define-lazy-prop@npm:^2.0.0": version: 2.0.0 resolution: "define-lazy-prop@npm:2.0.0" @@ -31947,6 +31970,17 @@ __metadata: languageName: node linkType: hard +"dunder-proto@npm:^1.0.1": + version: 1.0.1 + resolution: "dunder-proto@npm:1.0.1" + dependencies: + call-bind-apply-helpers: "npm:^1.0.1" + es-errors: "npm:^1.3.0" + gopd: "npm:^1.2.0" + checksum: 10c0/199f2a0c1c16593ca0a145dbf76a962f8033ce3129f01284d48c45ed4e14fea9bbacd7b3610b6cdc33486cef20385ac054948fefc6272fcce645c09468f93031 + languageName: node + linkType: hard + "duplexer@npm:^0.1.1": version: 0.1.2 resolution: "duplexer@npm:0.1.2" @@ -32028,10 +32062,10 @@ __metadata: languageName: node linkType: hard -"electron-to-chromium@npm:^1.5.41": - version: 1.5.56 - resolution: "electron-to-chromium@npm:1.5.56" - checksum: 10c0/515ee6c8d75fb48f4a7d1ae44cc788cd219c24a3e20a44edb0ee77506687e163dd9663fbf7805c5c5281c52e735605d94d0afd22ec0644ea0e0fb2bc471fd23b +"electron-to-chromium@npm:^1.5.73": + version: 1.5.76 + resolution: "electron-to-chromium@npm:1.5.76" + checksum: 10c0/5a977be9fd5810769a7b4eae0e4b41b6beca65f2b3f3b7442819f6c93366d767d183cfbf408714f944a9bf3aa304f8c9ab9d0cdfd8e878ab8f2cbb61f8b22acd languageName: node linkType: hard @@ -32089,12 +32123,12 @@ __metadata: linkType: hard "enhanced-resolve@npm:^5.0.0, enhanced-resolve@npm:^5.10.0": - version: 5.17.1 - resolution: "enhanced-resolve@npm:5.17.1" + version: 5.18.0 + resolution: "enhanced-resolve@npm:5.18.0" dependencies: graceful-fs: "npm:^4.2.4" tapable: "npm:^2.2.0" - checksum: 10c0/81a0515675eca17efdba2cf5bad87abc91a528fc1191aad50e275e74f045b41506167d420099022da7181c8d787170ea41e4a11a0b10b7a16f6237daecb15370 + checksum: 10c0/5fcc264a6040754ab5b349628cac2bb5f89cee475cbe340804e657a5b9565f70e6aafb338d5895554eb0ced9f66c50f38a255274a0591dcb64ee17c549c459ce languageName: node linkType: hard @@ -32172,12 +32206,10 @@ __metadata: languageName: node linkType: hard -"es-define-property@npm:^1.0.0": - version: 1.0.0 - resolution: "es-define-property@npm:1.0.0" - dependencies: - get-intrinsic: "npm:^1.2.4" - checksum: 10c0/6bf3191feb7ea2ebda48b577f69bdfac7a2b3c9bcf97307f55fd6ef1bbca0b49f0c219a935aca506c993d8c5d8bddd937766cb760cd5e5a1071351f2df9f9aa4 +"es-define-property@npm:^1.0.1": + version: 1.0.1 + resolution: "es-define-property@npm:1.0.1" + checksum: 10c0/3f54eb49c16c18707949ff25a1456728c883e81259f045003499efba399c08bad00deebf65cccde8c0e07908c1a225c9d472b7107e558f2a48e28d530e34527c languageName: node linkType: hard @@ -32195,6 +32227,15 @@ __metadata: languageName: node linkType: hard +"es-object-atoms@npm:^1.0.0": + version: 1.0.0 + resolution: "es-object-atoms@npm:1.0.0" + dependencies: + es-errors: "npm:^1.3.0" + checksum: 10c0/1fed3d102eb27ab8d983337bb7c8b159dd2a1e63ff833ec54eea1311c96d5b08223b433060ba240541ca8adba9eee6b0a60cdbf2f80634b784febc9cc8b687b4 + languageName: node + linkType: hard + "es5-ext@npm:^0.10.35, es5-ext@npm:^0.10.62, es5-ext@npm:^0.10.64, es5-ext@npm:~0.10.14, es5-ext@npm:~0.10.46": version: 0.10.64 resolution: "es5-ext@npm:0.10.64" @@ -32994,15 +33035,15 @@ __metadata: linkType: hard "fast-glob@npm:^3.2.9": - version: 3.3.2 - resolution: "fast-glob@npm:3.3.2" + version: 3.3.3 + resolution: "fast-glob@npm:3.3.3" dependencies: "@nodelib/fs.stat": "npm:^2.0.2" "@nodelib/fs.walk": "npm:^1.2.3" glob-parent: "npm:^5.1.2" merge2: "npm:^1.3.0" - micromatch: "npm:^4.0.4" - checksum: 10c0/42baad7b9cd40b63e42039132bde27ca2cb3a4950d0a0f9abe4639ea1aa9d3e3b40f98b1fe31cbc0cc17b664c9ea7447d911a152fa34ec5b72977b125a6fc845 + micromatch: "npm:^4.0.8" + checksum: 10c0/f6aaa141d0d3384cf73cbcdfc52f475ed293f6d5b65bfc5def368b09163a9f7e5ec2b3014d80f733c405f58e470ee0cc451c2937685045cddcdeaa24199c43fe languageName: node linkType: hard @@ -33066,9 +33107,9 @@ __metadata: linkType: hard "fast-uri@npm:^3.0.1": - version: 3.0.3 - resolution: "fast-uri@npm:3.0.3" - checksum: 10c0/4b2c5ce681a062425eae4f15cdc8fc151fd310b2f69b1f96680677820a8b49c3cd6e80661a406e19d50f0c40a3f8bffdd458791baf66f4a879d80be28e10a320 + version: 3.0.5 + resolution: "fast-uri@npm:3.0.5" + checksum: 10c0/f5501fd849e02f16f1730d2c8628078718c492b5bc00198068bc5c2880363ae948287fdc8cebfff47465229b517dbeaf668866fbabdff829b4138a899e5c2ba3 languageName: node linkType: hard @@ -33098,8 +33139,8 @@ __metadata: linkType: hard "fastify@npm:^4.11.0": - version: 4.28.1 - resolution: "fastify@npm:4.28.1" + version: 4.29.0 + resolution: "fastify@npm:4.29.0" dependencies: "@fastify/ajv-compiler": "npm:^3.5.0" "@fastify/error": "npm:^3.4.0" @@ -33117,16 +33158,16 @@ __metadata: secure-json-parse: "npm:^2.7.0" semver: "npm:^7.5.4" toad-cache: "npm:^3.3.0" - checksum: 10c0/9c212e9a72c42a27ebc9b0bc7fda8f94ff208250158093374942b0e156a3f55fa848c926921f99bdf7f38f6f8103ac28ecc72cc507f33893cd121ce4f3eda069 + checksum: 10c0/8bfdac5c4be943c57dfcc8d16b400f11a9bc8d4f096b4b28b06c9bb85ffedae1e5ec7a00eaa736813ebe075aa79f72a4b10d9744013229dd7cd3922c605e8e1f languageName: node linkType: hard "fastq@npm:^1.17.1, fastq@npm:^1.6.0": - version: 1.17.1 - resolution: "fastq@npm:1.17.1" + version: 1.18.0 + resolution: "fastq@npm:1.18.0" dependencies: reusify: "npm:^1.0.4" - checksum: 10c0/1095f16cea45fb3beff558bb3afa74ca7a9250f5a670b65db7ed585f92b4b48381445cd328b3d87323da81e43232b5d5978a8201bde84e0cd514310f1ea6da34 + checksum: 10c0/7be87ecc41762adbddf558d24182f50a4b1a3ef3ee807d33b7623da7aee5faecdcc94fce5aa13fe91df93e269f383232bbcdb2dc5338cd1826503d6063221f36 languageName: node linkType: hard @@ -33267,9 +33308,9 @@ __metadata: linkType: hard "flatted@npm:^3.2.9": - version: 3.3.1 - resolution: "flatted@npm:3.3.1" - checksum: 10c0/324166b125ee07d4ca9bcf3a5f98d915d5db4f39d711fba640a3178b959919aae1f7cfd8aabcfef5826ed8aa8a2aa14cc85b2d7d18ff638ddf4ae3df39573eaf + version: 3.3.2 + resolution: "flatted@npm:3.3.2" + checksum: 10c0/24cc735e74d593b6c767fe04f2ef369abe15b62f6906158079b9874bdb3ee5ae7110bb75042e70cd3f99d409d766f357caf78d5ecee9780206f5fdc5edbad334 languageName: node linkType: hard @@ -33479,16 +33520,21 @@ __metadata: languageName: node linkType: hard -"get-intrinsic@npm:^1.1.3, get-intrinsic@npm:^1.2.4": - version: 1.2.4 - resolution: "get-intrinsic@npm:1.2.4" +"get-intrinsic@npm:^1.2.5, get-intrinsic@npm:^1.2.6": + version: 1.2.7 + resolution: "get-intrinsic@npm:1.2.7" dependencies: + call-bind-apply-helpers: "npm:^1.0.1" + es-define-property: "npm:^1.0.1" es-errors: "npm:^1.3.0" + es-object-atoms: "npm:^1.0.0" function-bind: "npm:^1.1.2" - has-proto: "npm:^1.0.1" - has-symbols: "npm:^1.0.3" - hasown: "npm:^2.0.0" - checksum: 10c0/0a9b82c16696ed6da5e39b1267104475c47e3a9bdbe8b509dfe1710946e38a87be70d759f4bb3cda042d76a41ef47fe769660f3b7c0d1f68750299344ffb15b7 + get-proto: "npm:^1.0.0" + gopd: "npm:^1.2.0" + has-symbols: "npm:^1.1.0" + hasown: "npm:^2.0.2" + math-intrinsics: "npm:^1.1.0" + checksum: 10c0/b475dec9f8bff6f7422f51ff4b7b8d0b68e6776ee83a753c1d627e3008c3442090992788038b37eff72e93e43dceed8c1acbdf2d6751672687ec22127933080d languageName: node linkType: hard @@ -33527,6 +33573,16 @@ __metadata: languageName: node linkType: hard +"get-proto@npm:^1.0.0": + version: 1.0.1 + resolution: "get-proto@npm:1.0.1" + dependencies: + dunder-proto: "npm:^1.0.1" + es-object-atoms: "npm:^1.0.0" + checksum: 10c0/9224acb44603c5526955e83510b9da41baf6ae73f7398875fba50edc5e944223a89c4a72b070fcd78beb5f7bdda58ecb6294adc28f7acfc0da05f76a2399643c + languageName: node + linkType: hard + "get-stream@npm:^5.0.0": version: 5.2.0 resolution: "get-stream@npm:5.2.0" @@ -33711,7 +33767,7 @@ __metadata: languageName: node linkType: hard -"glob@npm:^10.2.2, glob@npm:^10.3.10": +"glob@npm:^10.2.2, glob@npm:^10.3.10, glob@npm:^10.3.7": version: 10.4.5 resolution: "glob@npm:10.4.5" dependencies: @@ -33815,12 +33871,10 @@ __metadata: languageName: node linkType: hard -"gopd@npm:^1.0.1": - version: 1.0.1 - resolution: "gopd@npm:1.0.1" - dependencies: - get-intrinsic: "npm:^1.1.3" - checksum: 10c0/505c05487f7944c552cee72087bf1567debb470d4355b1335f2c262d218ebbff805cd3715448fe29b4b380bae6912561d0467233e4165830efd28da241418c63 +"gopd@npm:^1.2.0": + version: 1.2.0 + resolution: "gopd@npm:1.2.0" + checksum: 10c0/50fff1e04ba2b7737c097358534eacadad1e68d24cccee3272e04e007bed008e68d2614f3987788428fd192a5ae3889d08fb2331417e4fc4a9ab366b2043cead languageName: node linkType: hard @@ -33886,13 +33940,13 @@ __metadata: linkType: hard "happy-dom@npm:^15.7.4": - version: 15.11.3 - resolution: "happy-dom@npm:15.11.3" + version: 15.11.7 + resolution: "happy-dom@npm:15.11.7" dependencies: entities: "npm:^4.5.0" webidl-conversions: "npm:^7.0.0" whatwg-mimetype: "npm:^3.0.0" - checksum: 10c0/4ab59e77bebf5a36597432cf19746920e726bdc2f6919c48b6f65957b04b16a66f01b57d5cc1cd8e25ab500bfc219b293275f2ef6aee9ec02e7bae310acd09d1 + checksum: 10c0/22b08cac20192b08edf2e9c857ceeda8333a3301c4b5965a9550787b00db60d6d107c726390bd45a35305cd12ab086abd656bf957a408be0fcdc9fcd389f1973 languageName: node linkType: hard @@ -33936,26 +33990,10 @@ __metadata: languageName: node linkType: hard -"has-property-descriptors@npm:^1.0.2": - version: 1.0.2 - resolution: "has-property-descriptors@npm:1.0.2" - dependencies: - es-define-property: "npm:^1.0.0" - checksum: 10c0/253c1f59e80bb476cf0dde8ff5284505d90c3bdb762983c3514d36414290475fe3fd6f574929d84de2a8eec00d35cf07cb6776205ff32efd7c50719125f00236 - languageName: node - linkType: hard - -"has-proto@npm:^1.0.1": - version: 1.0.3 - resolution: "has-proto@npm:1.0.3" - checksum: 10c0/35a6989f81e9f8022c2f4027f8b48a552de714938765d019dbea6bb547bd49ce5010a3c7c32ec6ddac6e48fc546166a3583b128f5a7add8b058a6d8b4afec205 - languageName: node - linkType: hard - -"has-symbols@npm:^1.0.3": - version: 1.0.3 - resolution: "has-symbols@npm:1.0.3" - checksum: 10c0/e6922b4345a3f37069cdfe8600febbca791c94988c01af3394d86ca3360b4b93928bbf395859158f88099cb10b19d98e3bbab7c9ff2c1bd09cf665ee90afa2c3 +"has-symbols@npm:^1.1.0": + version: 1.1.0 + resolution: "has-symbols@npm:1.1.0" + checksum: 10c0/dde0a734b17ae51e84b10986e651c664379018d10b91b6b0e9b293eddb32f0f069688c841fb40f19e9611546130153e0a2a48fd7f512891fb000ddfa36f5a20e languageName: node linkType: hard @@ -33966,7 +34004,7 @@ __metadata: languageName: node linkType: hard -"hasown@npm:^2.0.0, hasown@npm:^2.0.2": +"hasown@npm:^2.0.2": version: 2.0.2 resolution: "hasown@npm:2.0.2" dependencies: @@ -34096,12 +34134,12 @@ __metadata: linkType: hard "https-proxy-agent@npm:^7.0.1": - version: 7.0.5 - resolution: "https-proxy-agent@npm:7.0.5" + version: 7.0.6 + resolution: "https-proxy-agent@npm:7.0.6" dependencies: - agent-base: "npm:^7.0.2" + agent-base: "npm:^7.1.2" debug: "npm:4" - checksum: 10c0/2490e3acec397abeb88807db52cac59102d5ed758feee6df6112ab3ccd8325e8a1ce8bce6f4b66e5470eca102d31e425ace904242e4fa28dbe0c59c4bafa7b2c + checksum: 10c0/f729219bc735edb621fa30e6e84e60ee5d00802b8247aac0d7b79b0bd6d4b3294737a337b93b86a0bd9e68099d031858a39260c976dc14cdbba238ba1f8779ac languageName: node linkType: hard @@ -34368,12 +34406,12 @@ __metadata: languageName: node linkType: hard -"is-core-module@npm:^2.1.0, is-core-module@npm:^2.13.0, is-core-module@npm:^2.5.0, is-core-module@npm:^2.8.1": - version: 2.15.1 - resolution: "is-core-module@npm:2.15.1" +"is-core-module@npm:^2.1.0, is-core-module@npm:^2.16.0, is-core-module@npm:^2.5.0, is-core-module@npm:^2.8.1": + version: 2.16.1 + resolution: "is-core-module@npm:2.16.1" dependencies: hasown: "npm:^2.0.2" - checksum: 10c0/53432f10c69c40bfd2fa8914133a68709ff9498c86c3bf5fca3cdf3145a56fd2168cbf4a43b29843a6202a120a5f9c5ffba0a4322e1e3441739bc0b641682612 + checksum: 10c0/898443c14780a577e807618aaae2b6f745c8538eca5c7bc11388a3f2dc6de82b9902bcc7eb74f07be672b11bbe82dd6a6edded44a00cb3d8f933d0459905eedd languageName: node linkType: hard @@ -35687,11 +35725,11 @@ __metadata: linkType: hard "jsesc@npm:^3.0.2": - version: 3.0.2 - resolution: "jsesc@npm:3.0.2" + version: 3.1.0 + resolution: "jsesc@npm:3.1.0" bin: jsesc: bin/jsesc - checksum: 10c0/ef22148f9e793180b14d8a145ee6f9f60f301abf443288117b4b6c53d0ecd58354898dc506ccbb553a5f7827965cd38bc5fb726575aae93c5e8915e2de8290e1 + checksum: 10c0/531779df5ec94f47e462da26b4cbf05eb88a83d9f08aac2ba04206508fc598527a153d08bd462bae82fc78b3eaa1a908e1a4a79f886e9238641c4cdefaf118b1 languageName: node linkType: hard @@ -36350,11 +36388,11 @@ __metadata: linkType: hard "magic-string@npm:^0.30.1": - version: 0.30.12 - resolution: "magic-string@npm:0.30.12" + version: 0.30.17 + resolution: "magic-string@npm:0.30.17" dependencies: "@jridgewell/sourcemap-codec": "npm:^1.5.0" - checksum: 10c0/469f457d18af37dfcca8617086ea8a65bcd8b60ba8a1182cb024ce43e470ace3c9d1cb6bee58d3b311768fb16bc27bd50bdeebcaa63dadd0fd46cac4d2e11d5f + checksum: 10c0/16826e415d04b88378f200fe022b53e638e3838b9e496edda6c0e086d7753a44a6ed187adc72d19f3623810589bf139af1a315541cd6a26ae0771a0193eaf7b8 languageName: node linkType: hard @@ -36417,23 +36455,22 @@ __metadata: languageName: node linkType: hard -"make-fetch-happen@npm:^13.0.0": - version: 13.0.1 - resolution: "make-fetch-happen@npm:13.0.1" +"make-fetch-happen@npm:^14.0.3": + version: 14.0.3 + resolution: "make-fetch-happen@npm:14.0.3" dependencies: - "@npmcli/agent": "npm:^2.0.0" - cacache: "npm:^18.0.0" + "@npmcli/agent": "npm:^3.0.0" + cacache: "npm:^19.0.1" http-cache-semantics: "npm:^4.1.1" - is-lambda: "npm:^1.0.1" minipass: "npm:^7.0.2" - minipass-fetch: "npm:^3.0.0" + minipass-fetch: "npm:^4.0.0" minipass-flush: "npm:^1.0.5" minipass-pipeline: "npm:^1.2.4" - negotiator: "npm:^0.6.3" - proc-log: "npm:^4.2.0" + negotiator: "npm:^1.0.0" + proc-log: "npm:^5.0.0" promise-retry: "npm:^2.0.1" - ssri: "npm:^10.0.0" - checksum: 10c0/df5f4dbb6d98153b751bccf4dc4cc500de85a96a9331db9805596c46aa9f99d9555983954e6c1266d9f981ae37a9e4647f42b9a4bb5466f867f4012e582c9e7e + ssri: "npm:^12.0.0" + checksum: 10c0/c40efb5e5296e7feb8e37155bde8eb70bc57d731b1f7d90e35a092fde403d7697c56fb49334d92d330d6f1ca29a98142036d6480a12681133a0a1453164cb2f0 languageName: node linkType: hard @@ -36460,6 +36497,13 @@ __metadata: languageName: node linkType: hard +"math-intrinsics@npm:^1.1.0": + version: 1.1.0 + resolution: "math-intrinsics@npm:1.1.0" + checksum: 10c0/7579ff94e899e2f76ab64491d76cf606274c874d8f2af4a442c016bd85688927fcfca157ba6bf74b08e9439dc010b248ce05b96cc7c126a354c3bae7fcb48b7f + languageName: node + linkType: hard + "media-typer@npm:0.3.0": version: 0.3.0 resolution: "media-typer@npm:0.3.0" @@ -36514,7 +36558,7 @@ __metadata: languageName: node linkType: hard -"micromatch@npm:^4.0.0, micromatch@npm:^4.0.2, micromatch@npm:^4.0.4": +"micromatch@npm:^4.0.0, micromatch@npm:^4.0.2, micromatch@npm:^4.0.4, micromatch@npm:^4.0.8": version: 4.0.8 resolution: "micromatch@npm:4.0.8" dependencies: @@ -36675,18 +36719,18 @@ __metadata: languageName: node linkType: hard -"minipass-fetch@npm:^3.0.0": - version: 3.0.5 - resolution: "minipass-fetch@npm:3.0.5" +"minipass-fetch@npm:^4.0.0": + version: 4.0.0 + resolution: "minipass-fetch@npm:4.0.0" dependencies: encoding: "npm:^0.1.13" minipass: "npm:^7.0.3" minipass-sized: "npm:^1.0.3" - minizlib: "npm:^2.1.2" + minizlib: "npm:^3.0.1" dependenciesMeta: encoding: optional: true - checksum: 10c0/9d702d57f556274286fdd97e406fc38a2f5c8d15e158b498d7393b1105974b21249289ec571fa2b51e038a4872bfc82710111cf75fae98c662f3d6f95e72152b + checksum: 10c0/7fa30ce7c373fb6f94c086b374fff1589fd7e78451855d2d06c2e2d9df936d131e73e952163063016592ed3081444bd8d1ea608533313b0149156ce23311da4b languageName: node linkType: hard @@ -36743,7 +36787,7 @@ __metadata: languageName: node linkType: hard -"minipass@npm:^5.0.0 || ^6.0.2 || ^7.0.0, minipass@npm:^7.0.2, minipass@npm:^7.0.3, minipass@npm:^7.1.2": +"minipass@npm:^5.0.0 || ^6.0.2 || ^7.0.0, minipass@npm:^7.0.2, minipass@npm:^7.0.3, minipass@npm:^7.0.4, minipass@npm:^7.1.2": version: 7.1.2 resolution: "minipass@npm:7.1.2" checksum: 10c0/b0fd20bb9fb56e5fa9a8bfac539e8915ae07430a619e4b86ff71f5fc757ef3924b23b2c4230393af1eda647ed3d75739e4e0acb250a6b1eb277cf7f8fe449557 @@ -36760,6 +36804,16 @@ __metadata: languageName: node linkType: hard +"minizlib@npm:^3.0.1": + version: 3.0.1 + resolution: "minizlib@npm:3.0.1" + dependencies: + minipass: "npm:^7.0.4" + rimraf: "npm:^5.0.5" + checksum: 10c0/82f8bf70da8af656909a8ee299d7ed3b3372636749d29e105f97f20e88971be31f5ed7642f2e898f00283b68b701cc01307401cdc209b0efc5dd3818220e5093 + languageName: node + linkType: hard + "mkdirp-infer-owner@npm:^2.0.0": version: 2.0.0 resolution: "mkdirp-infer-owner@npm:2.0.0" @@ -36780,6 +36834,15 @@ __metadata: languageName: node linkType: hard +"mkdirp@npm:^3.0.1": + version: 3.0.1 + resolution: "mkdirp@npm:3.0.1" + bin: + mkdirp: dist/cjs/src/bin.js + checksum: 10c0/9f2b975e9246351f5e3a40dcfac99fcd0baa31fbfab615fe059fb11e51f10e4803c63de1f384c54d656e4db31d000e4767e9ef076a22e12a641357602e31d57d + languageName: node + linkType: hard + "mkdirp@npm:~0.5.1": version: 0.5.6 resolution: "mkdirp@npm:0.5.6" @@ -36791,7 +36854,7 @@ __metadata: languageName: node linkType: hard -"mlly@npm:^1.4.0, mlly@npm:^1.7.2": +"mlly@npm:^1.4.0, mlly@npm:^1.7.3": version: 1.7.3 resolution: "mlly@npm:1.7.3" dependencies: @@ -36944,11 +37007,11 @@ __metadata: linkType: hard "nanoid@npm:^3.3.7": - version: 3.3.7 - resolution: "nanoid@npm:3.3.7" + version: 3.3.8 + resolution: "nanoid@npm:3.3.8" bin: nanoid: bin/nanoid.cjs - checksum: 10c0/e3fb661aa083454f40500473bb69eedb85dc160e763150b9a2c567c7e9ff560ce028a9f833123b618a6ea742e311138b591910e795614a629029e86e180660f3 + checksum: 10c0/4b1bb29f6cfebf3be3bc4ad1f1296fb0a10a3043a79f34fbffe75d1621b4318319211cd420549459018ea3592f0d2f159247a6f874911d6d26eaaadda2478120 languageName: node linkType: hard @@ -36989,6 +37052,13 @@ __metadata: languageName: node linkType: hard +"negotiator@npm:^1.0.0": + version: 1.0.0 + resolution: "negotiator@npm:1.0.0" + checksum: 10c0/4c559dd52669ea48e1914f9d634227c561221dd54734070791f999c52ed0ff36e437b2e07d5c1f6e32909fc625fe46491c16e4a8f0572567d4dd15c3a4fda04b + languageName: node + linkType: hard + "neo-async@npm:^2.6.0, neo-async@npm:^2.6.2": version: 2.6.2 resolution: "neo-async@npm:2.6.2" @@ -37051,13 +37121,13 @@ __metadata: linkType: hard "node-gyp-build@npm:^4.3.0": - version: 4.8.3 - resolution: "node-gyp-build@npm:4.8.3" + version: 4.8.4 + resolution: "node-gyp-build@npm:4.8.4" bin: node-gyp-build: bin.js node-gyp-build-optional: optional.js node-gyp-build-test: build-test.js - checksum: 10c0/a7f43c4128d817db80bb0884f631121449ac586b4a3e708eab0db6fcb7fa0d2e66f6d7d4ee1f49469409de4a9b2e413926befe2dce70b850c6c583a3bbe228d2 + checksum: 10c0/444e189907ece2081fe60e75368784f7782cfddb554b60123743dfb89509df89f1f29c03bbfa16b3a3e0be3f48799a4783f487da6203245fa5bed239ba7407e1 languageName: node linkType: hard @@ -37083,22 +37153,22 @@ __metadata: linkType: hard "node-gyp@npm:latest": - version: 10.2.0 - resolution: "node-gyp@npm:10.2.0" + version: 11.0.0 + resolution: "node-gyp@npm:11.0.0" dependencies: env-paths: "npm:^2.2.0" exponential-backoff: "npm:^3.1.1" glob: "npm:^10.3.10" graceful-fs: "npm:^4.2.6" - make-fetch-happen: "npm:^13.0.0" - nopt: "npm:^7.0.0" - proc-log: "npm:^4.1.0" + make-fetch-happen: "npm:^14.0.3" + nopt: "npm:^8.0.0" + proc-log: "npm:^5.0.0" semver: "npm:^7.3.5" - tar: "npm:^6.2.1" - which: "npm:^4.0.0" + tar: "npm:^7.4.3" + which: "npm:^5.0.0" bin: node-gyp: bin/node-gyp.js - checksum: 10c0/00630d67dbd09a45aee0a5d55c05e3916ca9e6d427ee4f7bc392d2d3dc5fad7449b21fc098dd38260a53d9dcc9c879b36704a1994235d4707e7271af7e9a835b + checksum: 10c0/a3b885bbee2d271f1def32ba2e30ffcf4562a3db33af06b8b365e053153e2dd2051b9945783c3c8e852d26a0f20f65b251c7e83361623383a99635c0280ee573 languageName: node linkType: hard @@ -37109,10 +37179,10 @@ __metadata: languageName: node linkType: hard -"node-releases@npm:^2.0.18": - version: 2.0.18 - resolution: "node-releases@npm:2.0.18" - checksum: 10c0/786ac9db9d7226339e1dc84bbb42007cb054a346bd9257e6aa154d294f01bc6a6cddb1348fa099f079be6580acbb470e3c048effd5f719325abd0179e566fd27 +"node-releases@npm:^2.0.19": + version: 2.0.19 + resolution: "node-releases@npm:2.0.19" + checksum: 10c0/52a0dbd25ccf545892670d1551690fe0facb6a471e15f2cfa1b20142a5b255b3aa254af5f59d6ecb69c2bec7390bc643c43aa63b13bf5e64b6075952e716b1aa languageName: node linkType: hard @@ -37138,14 +37208,14 @@ __metadata: languageName: node linkType: hard -"nopt@npm:^7.0.0": - version: 7.2.1 - resolution: "nopt@npm:7.2.1" +"nopt@npm:^8.0.0": + version: 8.0.0 + resolution: "nopt@npm:8.0.0" dependencies: abbrev: "npm:^2.0.0" bin: nopt: bin/nopt.js - checksum: 10c0/a069c7c736767121242037a22a788863accfa932ab285a1eb569eb8cd534b09d17206f68c37f096ae785647435e0c5a5a0a67b42ec743e481a455e5ae6a6df81 + checksum: 10c0/19cb986f79abaca2d0f0b560021da7b32ee6fcc3de48f3eaeb0c324d36755c17754f886a754c091f01f740c17caf7d6aea8237b7fbaf39f476ae5e30a249f18f languageName: node linkType: hard @@ -37423,7 +37493,7 @@ __metadata: languageName: node linkType: hard -"object-inspect@npm:^1.13.1": +"object-inspect@npm:^1.13.3": version: 1.13.3 resolution: "object-inspect@npm:1.13.3" checksum: 10c0/cc3f15213406be89ffdc54b525e115156086796a515410a8d390215915db9f23c8eab485a06f1297402f440a33715fe8f71a528c1dcbad6e1a3bcaf5a46921d4 @@ -37638,6 +37708,13 @@ __metadata: languageName: node linkType: hard +"p-map@npm:^7.0.2": + version: 7.0.3 + resolution: "p-map@npm:7.0.3" + checksum: 10c0/46091610da2b38ce47bcd1d8b4835a6fa4e832848a6682cf1652bc93915770f4617afc844c10a77d1b3e56d2472bb2d5622353fa3ead01a7f42b04fc8e744a5c + languageName: node + linkType: hard + "p-pipe@npm:^3.1.0": version: 3.1.0 resolution: "p-pipe@npm:3.1.0" @@ -38013,8 +38090,8 @@ __metadata: linkType: hard "pino@npm:^9.0.0": - version: 9.5.0 - resolution: "pino@npm:9.5.0" + version: 9.6.0 + resolution: "pino@npm:9.6.0" dependencies: atomic-sleep: "npm:^1.0.0" fast-redact: "npm:^3.1.1" @@ -38029,7 +38106,7 @@ __metadata: thread-stream: "npm:^3.0.0" bin: pino: bin.js - checksum: 10c0/b06590c5f4da43df59905af1aac344432b43154c4c1569ebea168e7ae7fd0a4181ccabb769a6568cf3e781e1d1b9df13d65b3603e25ebb05539bcb02ea04215e + checksum: 10c0/bcd1e9d9b301bea13b95689ca9ad7105ae9451928fb6c0b67b3e58c5fe37cea1d40665f3d6641e3da00be0bbc17b89031e67abbc8ea6aac6164f399309fd78e7 languageName: node linkType: hard @@ -38059,13 +38136,13 @@ __metadata: linkType: hard "pkg-types@npm:^1.2.1": - version: 1.2.1 - resolution: "pkg-types@npm:1.2.1" + version: 1.3.0 + resolution: "pkg-types@npm:1.3.0" dependencies: confbox: "npm:^0.1.8" - mlly: "npm:^1.7.2" + mlly: "npm:^1.7.3" pathe: "npm:^1.1.2" - checksum: 10c0/4aef765c039e3ec3ca55171bb8ad776cf060d894c45ddf92b9d680b3fdb1817c8d1c428f74ea6aae144493fa1d6a97df6b8caec6dc31e418f1ce1f728d38014e + checksum: 10c0/76c3a49f9106f648b7fad4b5aa18ce84e27c4eafc297e41cbd00e252a9ac1d2625907a05319b0fbcce3c43438d59a677f8306b88daa61c15c6d837a236ce7e2c languageName: node linkType: hard @@ -38160,10 +38237,10 @@ __metadata: languageName: node linkType: hard -"proc-log@npm:^4.1.0, proc-log@npm:^4.2.0": - version: 4.2.0 - resolution: "proc-log@npm:4.2.0" - checksum: 10c0/17db4757c2a5c44c1e545170e6c70a26f7de58feb985091fb1763f5081cab3d01b181fb2dd240c9f4a4255a1d9227d163d5771b7e69c9e49a561692db865efb9 +"proc-log@npm:^5.0.0": + version: 5.0.0 + resolution: "proc-log@npm:5.0.0" + checksum: 10c0/bbe5edb944b0ad63387a1d5b1911ae93e05ce8d0f60de1035b218cdcceedfe39dbd2c697853355b70f1a090f8f58fe90da487c85216bf9671f9499d1a897e9e3 languageName: node linkType: hard @@ -38189,9 +38266,9 @@ __metadata: linkType: hard "process-warning@npm:^4.0.0": - version: 4.0.0 - resolution: "process-warning@npm:4.0.0" - checksum: 10c0/5312a72b69d37a1b82ad03f3dfa0090dab3804a8fd995d06c28e3c002852bd82f5584217d9f4a3f197892bb2afc22d57e2c662c7e906b5abb48c0380c7b0880d + version: 4.0.1 + resolution: "process-warning@npm:4.0.1" + checksum: 10c0/577a268b9fd5c3d9f6dbb4348220099391d830905642845d591e7ee8b1e45043d98b7b9826a3c1379bdd1686cdfe0f6cf349cb812affc5853b662e6a9896579e languageName: node linkType: hard @@ -38298,11 +38375,11 @@ __metadata: linkType: hard "psl@npm:^1.1.28": - version: 1.10.0 - resolution: "psl@npm:1.10.0" + version: 1.15.0 + resolution: "psl@npm:1.15.0" dependencies: punycode: "npm:^2.3.1" - checksum: 10c0/aeac84ed76a170caa8dafad2e51200d38b657fdab3ae258d98fa16db8bb82522dfb00ad96db99c493f185848d9be06b59d5d60551d871e5be1974a2497d8b51a + checksum: 10c0/d8d45a99e4ca62ca12ac3c373e63d80d2368d38892daa40cfddaa1eb908be98cd549ac059783ef3a56cfd96d57ae8e2fd9ae53d1378d90d42bc661ff924e102a languageName: node linkType: hard @@ -38548,15 +38625,15 @@ __metadata: linkType: hard "readable-stream@npm:^4.0.0": - version: 4.5.2 - resolution: "readable-stream@npm:4.5.2" + version: 4.6.0 + resolution: "readable-stream@npm:4.6.0" dependencies: abort-controller: "npm:^3.0.0" buffer: "npm:^6.0.3" events: "npm:^3.3.0" process: "npm:^0.11.10" string_decoder: "npm:^1.3.0" - checksum: 10c0/a2c80e0e53aabd91d7df0330929e32d0a73219f9477dbbb18472f6fdd6a11a699fc5d172a1beff98d50eae4f1496c950ffa85b7cc2c4c196963f289a5f39275d + checksum: 10c0/0dcc6fdb433c0e6c4b03950f72e43b94c2aead42367ae5453997ffffcdcee2277003da545175ee11db08917e97ec709c9d19c6576e0888d0315b239da0f9913a languageName: node linkType: hard @@ -38765,22 +38842,22 @@ __metadata: linkType: hard "resolve.exports@npm:^2.0.0": - version: 2.0.2 - resolution: "resolve.exports@npm:2.0.2" - checksum: 10c0/cc4cffdc25447cf34730f388dca5021156ba9302a3bad3d7f168e790dc74b2827dff603f1bc6ad3d299bac269828dca96dd77e036dc9fba6a2a1807c47ab5c98 + version: 2.0.3 + resolution: "resolve.exports@npm:2.0.3" + checksum: 10c0/1ade1493f4642a6267d0a5e68faeac20b3d220f18c28b140343feb83694d8fed7a286852aef43689d16042c61e2ddb270be6578ad4a13990769e12065191200d languageName: node linkType: hard "resolve@npm:^1.1.6, resolve@npm:^1.10.0, resolve@npm:^1.20.0, resolve@npm:^1.9.0, resolve@npm:~1.22.1": - version: 1.22.8 - resolution: "resolve@npm:1.22.8" + version: 1.22.10 + resolution: "resolve@npm:1.22.10" dependencies: - is-core-module: "npm:^2.13.0" + is-core-module: "npm:^2.16.0" path-parse: "npm:^1.0.7" supports-preserve-symlinks-flag: "npm:^1.0.0" bin: resolve: bin/resolve - checksum: 10c0/07e179f4375e1fd072cfb72ad66d78547f86e6196c4014b31cb0b8bb1db5f7ca871f922d08da0fbc05b94e9fd42206f819648fa3b5b873ebbc8e1dc68fec433a + checksum: 10c0/8967e1f4e2cc40f79b7e080b4582b9a8c5ee36ffb46041dccb20e6461161adf69f843b43067b4a375de926a2cd669157e29a29578191def399dd5ef89a1b5203 languageName: node linkType: hard @@ -38795,15 +38872,15 @@ __metadata: linkType: hard "resolve@patch:resolve@npm%3A^1.1.6#optional!builtin, resolve@patch:resolve@npm%3A^1.10.0#optional!builtin, resolve@patch:resolve@npm%3A^1.20.0#optional!builtin, resolve@patch:resolve@npm%3A^1.9.0#optional!builtin, resolve@patch:resolve@npm%3A~1.22.1#optional!builtin": - version: 1.22.8 - resolution: "resolve@patch:resolve@npm%3A1.22.8#optional!builtin::version=1.22.8&hash=c3c19d" + version: 1.22.10 + resolution: "resolve@patch:resolve@npm%3A1.22.10#optional!builtin::version=1.22.10&hash=c3c19d" dependencies: - is-core-module: "npm:^2.13.0" + is-core-module: "npm:^2.16.0" path-parse: "npm:^1.0.7" supports-preserve-symlinks-flag: "npm:^1.0.0" bin: resolve: bin/resolve - checksum: 10c0/0446f024439cd2e50c6c8fa8ba77eaa8370b4180f401a96abf3d1ebc770ac51c1955e12764cde449fde3fff480a61f84388e3505ecdbab778f4bef5f8212c729 + checksum: 10c0/52a4e505bbfc7925ac8f4cd91fd8c4e096b6a89728b9f46861d3b405ac9a1ccf4dcbf8befb4e89a2e11370dacd0160918163885cbc669369590f2f31f4c58939 languageName: node linkType: hard @@ -38866,6 +38943,17 @@ __metadata: languageName: node linkType: hard +"rimraf@npm:^5.0.5": + version: 5.0.10 + resolution: "rimraf@npm:5.0.10" + dependencies: + glob: "npm:^10.3.7" + bin: + rimraf: dist/esm/bin.mjs + checksum: 10c0/7da4fd0e15118ee05b918359462cfa1e7fe4b1228c7765195a45b55576e8c15b95db513b8466ec89129666f4af45ad978a3057a02139afba1a63512a2d9644cc + languageName: node + linkType: hard + "rimraf@npm:~2.4.0": version: 2.4.5 resolution: "rimraf@npm:2.4.5" @@ -38988,7 +39076,7 @@ __metadata: languageName: node linkType: hard -"schema-utils@npm:^3.1.0, schema-utils@npm:^3.1.1": +"schema-utils@npm:^3.1.0": version: 3.3.0 resolution: "schema-utils@npm:3.3.0" dependencies: @@ -38999,6 +39087,18 @@ __metadata: languageName: node linkType: hard +"schema-utils@npm:^4.3.0": + version: 4.3.0 + resolution: "schema-utils@npm:4.3.0" + dependencies: + "@types/json-schema": "npm:^7.0.9" + ajv: "npm:^8.9.0" + ajv-formats: "npm:^2.1.1" + ajv-keywords: "npm:^5.1.0" + checksum: 10c0/c23f0fa73ef71a01d4a2bb7af4c91e0d356ec640e071aa2d06ea5e67f042962bb7ac7c29a60a295bb0125878801bc3209197a2b8a833dd25bd38e37c3ed21427 + languageName: node + linkType: hard + "secure-json-parse@npm:^2.7.0": version: 2.7.0 resolution: "secure-json-parse@npm:2.7.0" @@ -39130,7 +39230,7 @@ __metadata: languageName: node linkType: hard -"serialize-javascript@npm:^6.0.1": +"serialize-javascript@npm:^6.0.2": version: 6.0.2 resolution: "serialize-javascript@npm:6.0.2" dependencies: @@ -39165,20 +39265,6 @@ __metadata: languageName: node linkType: hard -"set-function-length@npm:^1.2.1": - version: 1.2.2 - resolution: "set-function-length@npm:1.2.2" - dependencies: - define-data-property: "npm:^1.1.4" - es-errors: "npm:^1.3.0" - function-bind: "npm:^1.1.2" - get-intrinsic: "npm:^1.2.4" - gopd: "npm:^1.0.1" - has-property-descriptors: "npm:^1.0.2" - checksum: 10c0/82850e62f412a258b71e123d4ed3873fa9377c216809551192bb6769329340176f109c2eeae8c22a8d386c76739855f78e8716515c818bcaef384b51110f0f3c - languageName: node - linkType: hard - "setprototypeof@npm:1.2.0": version: 1.2.0 resolution: "setprototypeof@npm:1.2.0" @@ -39231,15 +39317,51 @@ __metadata: languageName: node linkType: hard +"side-channel-list@npm:^1.0.0": + version: 1.0.0 + resolution: "side-channel-list@npm:1.0.0" + dependencies: + es-errors: "npm:^1.3.0" + object-inspect: "npm:^1.13.3" + checksum: 10c0/644f4ac893456c9490ff388bf78aea9d333d5e5bfc64cfb84be8f04bf31ddc111a8d4b83b85d7e7e8a7b845bc185a9ad02c052d20e086983cf59f0be517d9b3d + languageName: node + linkType: hard + +"side-channel-map@npm:^1.0.1": + version: 1.0.1 + resolution: "side-channel-map@npm:1.0.1" + dependencies: + call-bound: "npm:^1.0.2" + es-errors: "npm:^1.3.0" + get-intrinsic: "npm:^1.2.5" + object-inspect: "npm:^1.13.3" + checksum: 10c0/010584e6444dd8a20b85bc926d934424bd809e1a3af941cace229f7fdcb751aada0fb7164f60c2e22292b7fa3c0ff0bce237081fd4cdbc80de1dc68e95430672 + languageName: node + linkType: hard + +"side-channel-weakmap@npm:^1.0.2": + version: 1.0.2 + resolution: "side-channel-weakmap@npm:1.0.2" + dependencies: + call-bound: "npm:^1.0.2" + es-errors: "npm:^1.3.0" + get-intrinsic: "npm:^1.2.5" + object-inspect: "npm:^1.13.3" + side-channel-map: "npm:^1.0.1" + checksum: 10c0/71362709ac233e08807ccd980101c3e2d7efe849edc51455030327b059f6c4d292c237f94dc0685031dd11c07dd17a68afde235d6cf2102d949567f98ab58185 + languageName: node + linkType: hard + "side-channel@npm:^1.0.4": - version: 1.0.6 - resolution: "side-channel@npm:1.0.6" + version: 1.1.0 + resolution: "side-channel@npm:1.1.0" dependencies: - call-bind: "npm:^1.0.7" es-errors: "npm:^1.3.0" - get-intrinsic: "npm:^1.2.4" - object-inspect: "npm:^1.13.1" - checksum: 10c0/d2afd163dc733cc0a39aa6f7e39bf0c436293510dbccbff446733daeaf295857dbccf94297092ec8c53e2503acac30f0b78830876f0485991d62a90e9cad305f + object-inspect: "npm:^1.13.3" + side-channel-list: "npm:^1.0.0" + side-channel-map: "npm:^1.0.1" + side-channel-weakmap: "npm:^1.0.2" + checksum: 10c0/cb20dad41eb032e6c24c0982e1e5a24963a28aa6122b4f05b3f3d6bf8ae7fd5474ef382c8f54a6a3ab86e0cac4d41a23bd64ede3970e5bfb50326ba02a7996e6 languageName: node linkType: hard @@ -39319,13 +39441,13 @@ __metadata: linkType: hard "socks-proxy-agent@npm:^8.0.3": - version: 8.0.4 - resolution: "socks-proxy-agent@npm:8.0.4" + version: 8.0.5 + resolution: "socks-proxy-agent@npm:8.0.5" dependencies: - agent-base: "npm:^7.1.1" + agent-base: "npm:^7.1.2" debug: "npm:^4.3.4" socks: "npm:^2.8.3" - checksum: 10c0/345593bb21b95b0508e63e703c84da11549f0a2657d6b4e3ee3612c312cb3a907eac10e53b23ede3557c6601d63252103494caa306b66560f43af7b98f53957a + checksum: 10c0/5d2c6cecba6821389aabf18728325730504bf9bb1d9e342e7987a5d13badd7a98838cc9a55b8ed3cb866ad37cc23e1086f09c4d72d93105ce9dfe76330e9d2a6 languageName: node linkType: hard @@ -39519,12 +39641,12 @@ __metadata: languageName: node linkType: hard -"ssri@npm:^10.0.0": - version: 10.0.6 - resolution: "ssri@npm:10.0.6" +"ssri@npm:^12.0.0": + version: 12.0.0 + resolution: "ssri@npm:12.0.0" dependencies: minipass: "npm:^7.0.3" - checksum: 10c0/e5a1e23a4057a86a97971465418f22ea89bd439ac36ade88812dd920e4e61873e8abd6a9b72a03a67ef50faa00a2daf1ab745c5a15b46d03e0544a0296354227 + checksum: 10c0/caddd5f544b2006e88fa6b0124d8d7b28208b83c72d7672d5ade44d794525d23b540f3396108c4eb9280dcb7c01f0bef50682f5b4b2c34291f7c5e211fd1417d languageName: node linkType: hard @@ -39814,7 +39936,7 @@ __metadata: languageName: node linkType: hard -"tar@npm:^6.1.0, tar@npm:^6.1.11, tar@npm:^6.1.2, tar@npm:^6.2.1": +"tar@npm:^6.1.0, tar@npm:^6.1.11, tar@npm:^6.1.2": version: 6.2.1 resolution: "tar@npm:6.2.1" dependencies: @@ -39828,6 +39950,20 @@ __metadata: languageName: node linkType: hard +"tar@npm:^7.4.3": + version: 7.4.3 + resolution: "tar@npm:7.4.3" + dependencies: + "@isaacs/fs-minipass": "npm:^4.0.0" + chownr: "npm:^3.0.0" + minipass: "npm:^7.1.2" + minizlib: "npm:^3.0.1" + mkdirp: "npm:^3.0.1" + yallist: "npm:^5.0.0" + checksum: 10c0/d4679609bb2a9b48eeaf84632b6d844128d2412b95b6de07d53d8ee8baf4ca0857c9331dfa510390a0727b550fd543d4d1a10995ad86cdf078423fbb8d99831d + languageName: node + linkType: hard + "temp-dir@npm:^1.0.0": version: 1.0.0 resolution: "temp-dir@npm:1.0.0" @@ -39846,14 +39982,14 @@ __metadata: linkType: hard "terser-webpack-plugin@npm:^5.1.3": - version: 5.3.10 - resolution: "terser-webpack-plugin@npm:5.3.10" + version: 5.3.11 + resolution: "terser-webpack-plugin@npm:5.3.11" dependencies: - "@jridgewell/trace-mapping": "npm:^0.3.20" + "@jridgewell/trace-mapping": "npm:^0.3.25" jest-worker: "npm:^27.4.5" - schema-utils: "npm:^3.1.1" - serialize-javascript: "npm:^6.0.1" - terser: "npm:^5.26.0" + schema-utils: "npm:^4.3.0" + serialize-javascript: "npm:^6.0.2" + terser: "npm:^5.31.1" peerDependencies: webpack: ^5.1.0 peerDependenciesMeta: @@ -39863,13 +39999,13 @@ __metadata: optional: true uglify-js: optional: true - checksum: 10c0/66d1ed3174542560911cf96f4716aeea8d60e7caab212291705d50072b6ba844c7391442541b13c848684044042bea9ec87512b8506528c12854943da05faf91 + checksum: 10c0/4794274f445dc589f4c113c75a55ce51364ccf09bfe8a545cdb462e3f752bf300ea91f072fa28bbed291bbae03274da06fe4eca180e784fb8a43646aa7dbcaef languageName: node linkType: hard -"terser@npm:^5.26.0": - version: 5.36.0 - resolution: "terser@npm:5.36.0" +"terser@npm:^5.31.1": + version: 5.37.0 + resolution: "terser@npm:5.37.0" dependencies: "@jridgewell/source-map": "npm:^0.3.3" acorn: "npm:^8.8.2" @@ -39877,7 +40013,7 @@ __metadata: source-map-support: "npm:~0.5.20" bin: terser: bin/terser - checksum: 10c0/f4ed2bead19f64789ddcfb85b7cef78f3942f967b8890c54f57d1e35bc7d547d551c6a4c32210bce6ba45b1c738314bbfac6acbc6c762a45cd171777d0c120d9 + checksum: 10c0/ff0dc79b0a0da821e7f5bf7a047eab6d04e70e88b62339a0f1d71117db3310e255f5c00738fa3b391f56c3571f800a00047720261ba04ced0241c1f9922199f4 languageName: node linkType: hard @@ -40453,83 +40589,23 @@ __metadata: languageName: node linkType: hard -"typescript@npm:^3 || ^4, typescript@npm:~4.9.5": - version: 4.9.5 - resolution: "typescript@npm:4.9.5" - bin: - tsc: bin/tsc - tsserver: bin/tsserver - checksum: 10c0/5f6cad2e728a8a063521328e612d7876e12f0d8a8390d3b3aaa452a6a65e24e9ac8ea22beb72a924fd96ea0a49ea63bb4e251fb922b12eedfb7f7a26475e5c56 - languageName: node - linkType: hard - -"typescript@npm:^4.6.4 || ^5.2.2": - version: 5.6.3 - resolution: "typescript@npm:5.6.3" +"typescript@npm:~5.2.2": + version: 5.2.2 + resolution: "typescript@npm:5.2.2" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: 10c0/44f61d3fb15c35359bc60399cb8127c30bae554cd555b8e2b46d68fa79d680354b83320ad419ff1b81a0bdf324197b29affe6cc28988cd6a74d4ac60c94f9799 + checksum: 10c0/91ae3e6193d0ddb8656d4c418a033f0f75dec5e077ebbc2bd6d76439b93f35683936ee1bdc0e9cf94ec76863aa49f27159b5788219b50e1cd0cd6d110aa34b07 languageName: node linkType: hard -"typescript@npm:next": - version: 5.8.0-dev.20241112 - resolution: "typescript@npm:5.8.0-dev.20241112" +"typescript@patch:typescript@npm%3A~5.2.2#optional!builtin": + version: 5.2.2 + resolution: "typescript@patch:typescript@npm%3A5.2.2#optional!builtin::version=5.2.2&hash=f3b441" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: 10c0/ae8ea34354a3a407fcc685874da44425373901e067d94334b8ed815019f771e29b08023b32a21890c2229a7d8d503704ce964e382239825a9be502f36ddf935b - languageName: node - linkType: hard - -"typescript@npm:~4.8.4": - version: 4.8.4 - resolution: "typescript@npm:4.8.4" - bin: - tsc: bin/tsc - tsserver: bin/tsserver - checksum: 10c0/663bf455b21ac024e719bb8c6a07bcaaa027a9943abfb58a694b59789e7d08578badb5556170267ad480e31786b8b4c8ab3c9c0e597d3b8df39af800e43c6ed5 - languageName: node - linkType: hard - -"typescript@patch:typescript@npm%3A^3 || ^4#optional!builtin, typescript@patch:typescript@npm%3A~4.9.5#optional!builtin": - version: 4.9.5 - resolution: "typescript@patch:typescript@npm%3A4.9.5#optional!builtin::version=4.9.5&hash=289587" - bin: - tsc: bin/tsc - tsserver: bin/tsserver - checksum: 10c0/e3333f887c6829dfe0ab6c1dbe0dd1e3e2aeb56c66460cb85c5440c566f900c833d370ca34eb47558c0c69e78ced4bfe09b8f4f98b6de7afed9b84b8d1dd06a1 - languageName: node - linkType: hard - -"typescript@patch:typescript@npm%3A^4.6.4 || ^5.2.2#optional!builtin": - version: 5.6.3 - resolution: "typescript@patch:typescript@npm%3A5.6.3#optional!builtin::version=5.6.3&hash=8c6c40" - bin: - tsc: bin/tsc - tsserver: bin/tsserver - checksum: 10c0/7c9d2e07c81226d60435939618c91ec2ff0b75fbfa106eec3430f0fcf93a584bc6c73176676f532d78c3594fe28a54b36eb40b3d75593071a7ec91301533ace7 - languageName: node - linkType: hard - -"typescript@patch:typescript@npm%3Anext#optional!builtin": - version: 5.8.0-dev.20241112 - resolution: "typescript@patch:typescript@npm%3A5.8.0-dev.20241112#optional!builtin::version=5.8.0-dev.20241112&hash=5786d5" - bin: - tsc: bin/tsc - tsserver: bin/tsserver - checksum: 10c0/9a603f00b49ba7874233ca606094af37e3b5cf4685aadb22d6296f08a3b9f872b16005c7b80a39fa990d575597f71fbf7572fef6535186298170a2e64f073a94 - languageName: node - linkType: hard - -"typescript@patch:typescript@npm%3A~4.8.4#optional!builtin": - version: 4.8.4 - resolution: "typescript@patch:typescript@npm%3A4.8.4#optional!builtin::version=4.8.4&hash=1a91c8" - bin: - tsc: bin/tsc - tsserver: bin/tsserver - checksum: 10c0/eecab597a5a8c6e7f14804f1447cfce02e214e32c02efcfe5219c94290e3d572490e8a0d8033fd075ac429d35babf85182541a50c50bfb0c21df33c59fb9bf82 + checksum: 10c0/062c1cee1990e6b9419ce8a55162b8dc917eb87f807e4de0327dbc1c2fa4e5f61bc0dd4e034d38ff541d1ed0479b53bcee8e4de3a4075c51a1724eb6216cb6f5 languageName: node linkType: hard @@ -40556,10 +40632,17 @@ __metadata: languageName: node linkType: hard -"undici-types@npm:~6.19.8": - version: 6.19.8 - resolution: "undici-types@npm:6.19.8" - checksum: 10c0/078afa5990fba110f6824823ace86073b4638f1d5112ee26e790155f481f2a868cc3e0615505b6f4282bdf74a3d8caad715fd809e870c2bb0704e3ea6082f344 +"undici-types@npm:~5.26.4": + version: 5.26.5 + resolution: "undici-types@npm:5.26.5" + checksum: 10c0/bb673d7876c2d411b6eb6c560e0c571eef4a01c1c19925175d16e3a30c4c428181fb8d7ae802a261f283e4166a0ac435e2f505743aa9e45d893f9a3df017b501 + languageName: node + linkType: hard + +"undici-types@npm:~6.20.0": + version: 6.20.0 + resolution: "undici-types@npm:6.20.0" + checksum: 10c0/68e659a98898d6a836a9a59e6adf14a5d799707f5ea629433e025ac90d239f75e408e2e5ff086afc3cace26f8b26ee52155293564593fbb4a2f666af57fc59bf languageName: node linkType: hard @@ -40572,12 +40655,12 @@ __metadata: languageName: node linkType: hard -"unique-filename@npm:^3.0.0": - version: 3.0.0 - resolution: "unique-filename@npm:3.0.0" +"unique-filename@npm:^4.0.0": + version: 4.0.0 + resolution: "unique-filename@npm:4.0.0" dependencies: - unique-slug: "npm:^4.0.0" - checksum: 10c0/6363e40b2fa758eb5ec5e21b3c7fb83e5da8dcfbd866cc0c199d5534c42f03b9ea9ab069769cc388e1d7ab93b4eeef28ef506ab5f18d910ef29617715101884f + unique-slug: "npm:^5.0.0" + checksum: 10c0/38ae681cceb1408ea0587b6b01e29b00eee3c84baee1e41fd5c16b9ed443b80fba90c40e0ba69627e30855570a34ba8b06702d4a35035d4b5e198bf5a64c9ddc languageName: node linkType: hard @@ -40590,12 +40673,12 @@ __metadata: languageName: node linkType: hard -"unique-slug@npm:^4.0.0": - version: 4.0.0 - resolution: "unique-slug@npm:4.0.0" +"unique-slug@npm:^5.0.0": + version: 5.0.0 + resolution: "unique-slug@npm:5.0.0" dependencies: imurmurhash: "npm:^0.1.4" - checksum: 10c0/cb811d9d54eb5821b81b18205750be84cb015c20a4a44280794e915f5a0a70223ce39066781a354e872df3572e8155c228f43ff0cce94c7cbf4da2cc7cbdd635 + checksum: 10c0/d324c5a44887bd7e105ce800fcf7533d43f29c48757ac410afd42975de82cc38ea2035c0483f4de82d186691bf3208ef35c644f73aa2b1b20b8e651be5afd293 languageName: node linkType: hard @@ -41300,14 +41383,14 @@ __metadata: languageName: node linkType: hard -"which@npm:^4.0.0": - version: 4.0.0 - resolution: "which@npm:4.0.0" +"which@npm:^5.0.0": + version: 5.0.0 + resolution: "which@npm:5.0.0" dependencies: isexe: "npm:^3.1.1" bin: node-which: bin/which.js - checksum: 10c0/449fa5c44ed120ccecfe18c433296a4978a7583bf2391c50abce13f76878d2476defde04d0f79db8165bdf432853c1f8389d0485ca6e8ebce3bbcded513d5e6a + checksum: 10c0/e556e4cd8b7dbf5df52408c9a9dd5ac6518c8c5267c8953f5b0564073c66ed5bf9503b14d876d0e9c7844d4db9725fb0dcf45d6e911e17e26ab363dc3965ae7b languageName: node linkType: hard @@ -41523,6 +41606,13 @@ __metadata: languageName: node linkType: hard +"yallist@npm:^5.0.0": + version: 5.0.0 + resolution: "yallist@npm:5.0.0" + checksum: 10c0/a499c81ce6d4a1d260d4ea0f6d49ab4da09681e32c3f0472dee16667ed69d01dae63a3b81745a24bd78476ec4fcf856114cb4896ace738e01da34b2c42235416 + languageName: node + linkType: hard + "yaml@npm:^1.10.0": version: 1.10.2 resolution: "yaml@npm:1.10.2"