Skip to content

Commit

Permalink
chore: update smithyVersion and smithy hash (#5543)
Browse files Browse the repository at this point in the history
* chore: upgrade smithyVersion=1.41.1

* chore: update smithy hash

* chore: cherry-pick from syall

* chore: code generation sync

* chore: update package dependency versions to follow clients

* chore: update yarn lock

* chore: restore s3 codegen from main branch

* chore: sync codegen

* chore: avoid octal 0 in protocol test

* chore: codegen sync

* chore: update yarn lock and package dependency versions

* chore: skip defaults protocol tests

* chore: skip pending protocol test
  • Loading branch information
kuhe authored Dec 5, 2023
1 parent d940e87 commit 6d10bff
Show file tree
Hide file tree
Showing 922 changed files with 11,240 additions and 9,609 deletions.
40 changes: 20 additions & 20 deletions clients/client-accessanalyzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,28 +33,28 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^2.0.18",
"@smithy/fetch-http-handler": "^2.2.6",
"@smithy/hash-node": "^2.0.15",
"@smithy/invalid-dependency": "^2.0.13",
"@smithy/middleware-content-length": "^2.0.15",
"@smithy/middleware-endpoint": "^2.2.0",
"@smithy/middleware-retry": "^2.0.20",
"@smithy/middleware-serde": "^2.0.13",
"@smithy/middleware-stack": "^2.0.7",
"@smithy/node-config-provider": "^2.1.5",
"@smithy/node-http-handler": "^2.1.9",
"@smithy/protocol-http": "^3.0.9",
"@smithy/smithy-client": "^2.1.15",
"@smithy/types": "^2.5.0",
"@smithy/url-parser": "^2.0.13",
"@smithy/config-resolver": "^2.0.20",
"@smithy/fetch-http-handler": "^2.3.1",
"@smithy/hash-node": "^2.0.17",
"@smithy/invalid-dependency": "^2.0.15",
"@smithy/middleware-content-length": "^2.0.17",
"@smithy/middleware-endpoint": "^2.2.2",
"@smithy/middleware-retry": "^2.0.23",
"@smithy/middleware-serde": "^2.0.15",
"@smithy/middleware-stack": "^2.0.9",
"@smithy/node-config-provider": "^2.1.7",
"@smithy/node-http-handler": "^2.2.1",
"@smithy/protocol-http": "^3.0.11",
"@smithy/smithy-client": "^2.1.18",
"@smithy/types": "^2.7.0",
"@smithy/url-parser": "^2.0.15",
"@smithy/util-base64": "^2.0.1",
"@smithy/util-body-length-browser": "^2.0.0",
"@smithy/util-body-length-browser": "^2.0.1",
"@smithy/util-body-length-node": "^2.1.0",
"@smithy/util-defaults-mode-browser": "^2.0.19",
"@smithy/util-defaults-mode-node": "^2.0.25",
"@smithy/util-endpoints": "^1.0.4",
"@smithy/util-retry": "^2.0.6",
"@smithy/util-defaults-mode-browser": "^2.0.22",
"@smithy/util-defaults-mode-node": "^2.0.28",
"@smithy/util-endpoints": "^1.0.6",
"@smithy/util-retry": "^2.0.8",
"@smithy/util-utf8": "^2.0.2",
"tslib": "^2.5.0",
"uuid": "^8.3.2"
Expand Down
2 changes: 0 additions & 2 deletions clients/client-accessanalyzer/src/AccessAnalyzerClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,10 @@ import {
import {
BodyLengthCalculator as __BodyLengthCalculator,
CheckOptionalClientConfig as __CheckOptionalClientConfig,
Checksum as __Checksum,
ChecksumConstructor as __ChecksumConstructor,
Decoder as __Decoder,
Encoder as __Encoder,
EndpointV2 as __EndpointV2,
Hash as __Hash,
HashConstructor as __HashConstructor,
HttpHandlerOptions as __HttpHandlerOptions,
Logger as __Logger,
Expand Down
40 changes: 20 additions & 20 deletions clients/client-account/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,28 +33,28 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^2.0.18",
"@smithy/fetch-http-handler": "^2.2.6",
"@smithy/hash-node": "^2.0.15",
"@smithy/invalid-dependency": "^2.0.13",
"@smithy/middleware-content-length": "^2.0.15",
"@smithy/middleware-endpoint": "^2.2.0",
"@smithy/middleware-retry": "^2.0.20",
"@smithy/middleware-serde": "^2.0.13",
"@smithy/middleware-stack": "^2.0.7",
"@smithy/node-config-provider": "^2.1.5",
"@smithy/node-http-handler": "^2.1.9",
"@smithy/protocol-http": "^3.0.9",
"@smithy/smithy-client": "^2.1.15",
"@smithy/types": "^2.5.0",
"@smithy/url-parser": "^2.0.13",
"@smithy/config-resolver": "^2.0.20",
"@smithy/fetch-http-handler": "^2.3.1",
"@smithy/hash-node": "^2.0.17",
"@smithy/invalid-dependency": "^2.0.15",
"@smithy/middleware-content-length": "^2.0.17",
"@smithy/middleware-endpoint": "^2.2.2",
"@smithy/middleware-retry": "^2.0.23",
"@smithy/middleware-serde": "^2.0.15",
"@smithy/middleware-stack": "^2.0.9",
"@smithy/node-config-provider": "^2.1.7",
"@smithy/node-http-handler": "^2.2.1",
"@smithy/protocol-http": "^3.0.11",
"@smithy/smithy-client": "^2.1.18",
"@smithy/types": "^2.7.0",
"@smithy/url-parser": "^2.0.15",
"@smithy/util-base64": "^2.0.1",
"@smithy/util-body-length-browser": "^2.0.0",
"@smithy/util-body-length-browser": "^2.0.1",
"@smithy/util-body-length-node": "^2.1.0",
"@smithy/util-defaults-mode-browser": "^2.0.19",
"@smithy/util-defaults-mode-node": "^2.0.25",
"@smithy/util-endpoints": "^1.0.4",
"@smithy/util-retry": "^2.0.6",
"@smithy/util-defaults-mode-browser": "^2.0.22",
"@smithy/util-defaults-mode-node": "^2.0.28",
"@smithy/util-endpoints": "^1.0.6",
"@smithy/util-retry": "^2.0.8",
"@smithy/util-utf8": "^2.0.2",
"tslib": "^2.5.0"
},
Expand Down
2 changes: 0 additions & 2 deletions clients/client-account/src/AccountClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,10 @@ import {
import {
BodyLengthCalculator as __BodyLengthCalculator,
CheckOptionalClientConfig as __CheckOptionalClientConfig,
Checksum as __Checksum,
ChecksumConstructor as __ChecksumConstructor,
Decoder as __Decoder,
Encoder as __Encoder,
EndpointV2 as __EndpointV2,
Hash as __Hash,
HashConstructor as __HashConstructor,
HttpHandlerOptions as __HttpHandlerOptions,
Logger as __Logger,
Expand Down
42 changes: 21 additions & 21 deletions clients/client-acm-pca/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^2.0.18",
"@smithy/fetch-http-handler": "^2.2.6",
"@smithy/hash-node": "^2.0.15",
"@smithy/invalid-dependency": "^2.0.13",
"@smithy/middleware-content-length": "^2.0.15",
"@smithy/middleware-endpoint": "^2.2.0",
"@smithy/middleware-retry": "^2.0.20",
"@smithy/middleware-serde": "^2.0.13",
"@smithy/middleware-stack": "^2.0.7",
"@smithy/node-config-provider": "^2.1.5",
"@smithy/node-http-handler": "^2.1.9",
"@smithy/protocol-http": "^3.0.9",
"@smithy/smithy-client": "^2.1.15",
"@smithy/types": "^2.5.0",
"@smithy/url-parser": "^2.0.13",
"@smithy/config-resolver": "^2.0.20",
"@smithy/fetch-http-handler": "^2.3.1",
"@smithy/hash-node": "^2.0.17",
"@smithy/invalid-dependency": "^2.0.15",
"@smithy/middleware-content-length": "^2.0.17",
"@smithy/middleware-endpoint": "^2.2.2",
"@smithy/middleware-retry": "^2.0.23",
"@smithy/middleware-serde": "^2.0.15",
"@smithy/middleware-stack": "^2.0.9",
"@smithy/node-config-provider": "^2.1.7",
"@smithy/node-http-handler": "^2.2.1",
"@smithy/protocol-http": "^3.0.11",
"@smithy/smithy-client": "^2.1.18",
"@smithy/types": "^2.7.0",
"@smithy/url-parser": "^2.0.15",
"@smithy/util-base64": "^2.0.1",
"@smithy/util-body-length-browser": "^2.0.0",
"@smithy/util-body-length-browser": "^2.0.1",
"@smithy/util-body-length-node": "^2.1.0",
"@smithy/util-defaults-mode-browser": "^2.0.19",
"@smithy/util-defaults-mode-node": "^2.0.25",
"@smithy/util-endpoints": "^1.0.4",
"@smithy/util-retry": "^2.0.6",
"@smithy/util-defaults-mode-browser": "^2.0.22",
"@smithy/util-defaults-mode-node": "^2.0.28",
"@smithy/util-endpoints": "^1.0.6",
"@smithy/util-retry": "^2.0.8",
"@smithy/util-utf8": "^2.0.2",
"@smithy/util-waiter": "^2.0.13",
"@smithy/util-waiter": "^2.0.15",
"tslib": "^2.5.0"
},
"devDependencies": {
Expand Down
2 changes: 0 additions & 2 deletions clients/client-acm-pca/src/ACMPCAClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,10 @@ import {
import {
BodyLengthCalculator as __BodyLengthCalculator,
CheckOptionalClientConfig as __CheckOptionalClientConfig,
Checksum as __Checksum,
ChecksumConstructor as __ChecksumConstructor,
Decoder as __Decoder,
Encoder as __Encoder,
EndpointV2 as __EndpointV2,
Hash as __Hash,
HashConstructor as __HashConstructor,
HttpHandlerOptions as __HttpHandlerOptions,
Logger as __Logger,
Expand Down
42 changes: 21 additions & 21 deletions clients/client-acm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^2.0.18",
"@smithy/fetch-http-handler": "^2.2.6",
"@smithy/hash-node": "^2.0.15",
"@smithy/invalid-dependency": "^2.0.13",
"@smithy/middleware-content-length": "^2.0.15",
"@smithy/middleware-endpoint": "^2.2.0",
"@smithy/middleware-retry": "^2.0.20",
"@smithy/middleware-serde": "^2.0.13",
"@smithy/middleware-stack": "^2.0.7",
"@smithy/node-config-provider": "^2.1.5",
"@smithy/node-http-handler": "^2.1.9",
"@smithy/protocol-http": "^3.0.9",
"@smithy/smithy-client": "^2.1.15",
"@smithy/types": "^2.5.0",
"@smithy/url-parser": "^2.0.13",
"@smithy/config-resolver": "^2.0.20",
"@smithy/fetch-http-handler": "^2.3.1",
"@smithy/hash-node": "^2.0.17",
"@smithy/invalid-dependency": "^2.0.15",
"@smithy/middleware-content-length": "^2.0.17",
"@smithy/middleware-endpoint": "^2.2.2",
"@smithy/middleware-retry": "^2.0.23",
"@smithy/middleware-serde": "^2.0.15",
"@smithy/middleware-stack": "^2.0.9",
"@smithy/node-config-provider": "^2.1.7",
"@smithy/node-http-handler": "^2.2.1",
"@smithy/protocol-http": "^3.0.11",
"@smithy/smithy-client": "^2.1.18",
"@smithy/types": "^2.7.0",
"@smithy/url-parser": "^2.0.15",
"@smithy/util-base64": "^2.0.1",
"@smithy/util-body-length-browser": "^2.0.0",
"@smithy/util-body-length-browser": "^2.0.1",
"@smithy/util-body-length-node": "^2.1.0",
"@smithy/util-defaults-mode-browser": "^2.0.19",
"@smithy/util-defaults-mode-node": "^2.0.25",
"@smithy/util-endpoints": "^1.0.4",
"@smithy/util-retry": "^2.0.6",
"@smithy/util-defaults-mode-browser": "^2.0.22",
"@smithy/util-defaults-mode-node": "^2.0.28",
"@smithy/util-endpoints": "^1.0.6",
"@smithy/util-retry": "^2.0.8",
"@smithy/util-utf8": "^2.0.2",
"@smithy/util-waiter": "^2.0.13",
"@smithy/util-waiter": "^2.0.15",
"tslib": "^2.5.0"
},
"devDependencies": {
Expand Down
2 changes: 0 additions & 2 deletions clients/client-acm/src/ACMClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,10 @@ import {
import {
BodyLengthCalculator as __BodyLengthCalculator,
CheckOptionalClientConfig as __CheckOptionalClientConfig,
Checksum as __Checksum,
ChecksumConstructor as __ChecksumConstructor,
Decoder as __Decoder,
Encoder as __Encoder,
EndpointV2 as __EndpointV2,
Hash as __Hash,
HashConstructor as __HashConstructor,
HttpHandlerOptions as __HttpHandlerOptions,
Logger as __Logger,
Expand Down
40 changes: 20 additions & 20 deletions clients/client-alexa-for-business/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,28 +33,28 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^2.0.18",
"@smithy/fetch-http-handler": "^2.2.6",
"@smithy/hash-node": "^2.0.15",
"@smithy/invalid-dependency": "^2.0.13",
"@smithy/middleware-content-length": "^2.0.15",
"@smithy/middleware-endpoint": "^2.2.0",
"@smithy/middleware-retry": "^2.0.20",
"@smithy/middleware-serde": "^2.0.13",
"@smithy/middleware-stack": "^2.0.7",
"@smithy/node-config-provider": "^2.1.5",
"@smithy/node-http-handler": "^2.1.9",
"@smithy/protocol-http": "^3.0.9",
"@smithy/smithy-client": "^2.1.15",
"@smithy/types": "^2.5.0",
"@smithy/url-parser": "^2.0.13",
"@smithy/config-resolver": "^2.0.20",
"@smithy/fetch-http-handler": "^2.3.1",
"@smithy/hash-node": "^2.0.17",
"@smithy/invalid-dependency": "^2.0.15",
"@smithy/middleware-content-length": "^2.0.17",
"@smithy/middleware-endpoint": "^2.2.2",
"@smithy/middleware-retry": "^2.0.23",
"@smithy/middleware-serde": "^2.0.15",
"@smithy/middleware-stack": "^2.0.9",
"@smithy/node-config-provider": "^2.1.7",
"@smithy/node-http-handler": "^2.2.1",
"@smithy/protocol-http": "^3.0.11",
"@smithy/smithy-client": "^2.1.18",
"@smithy/types": "^2.7.0",
"@smithy/url-parser": "^2.0.15",
"@smithy/util-base64": "^2.0.1",
"@smithy/util-body-length-browser": "^2.0.0",
"@smithy/util-body-length-browser": "^2.0.1",
"@smithy/util-body-length-node": "^2.1.0",
"@smithy/util-defaults-mode-browser": "^2.0.19",
"@smithy/util-defaults-mode-node": "^2.0.25",
"@smithy/util-endpoints": "^1.0.4",
"@smithy/util-retry": "^2.0.6",
"@smithy/util-defaults-mode-browser": "^2.0.22",
"@smithy/util-defaults-mode-node": "^2.0.28",
"@smithy/util-endpoints": "^1.0.6",
"@smithy/util-retry": "^2.0.8",
"@smithy/util-utf8": "^2.0.2",
"tslib": "^2.5.0",
"uuid": "^8.3.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,10 @@ import {
import {
BodyLengthCalculator as __BodyLengthCalculator,
CheckOptionalClientConfig as __CheckOptionalClientConfig,
Checksum as __Checksum,
ChecksumConstructor as __ChecksumConstructor,
Decoder as __Decoder,
Encoder as __Encoder,
EndpointV2 as __EndpointV2,
Hash as __Hash,
HashConstructor as __HashConstructor,
HttpHandlerOptions as __HttpHandlerOptions,
Logger as __Logger,
Expand Down
42 changes: 21 additions & 21 deletions clients/client-amp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^2.0.18",
"@smithy/fetch-http-handler": "^2.2.6",
"@smithy/hash-node": "^2.0.15",
"@smithy/invalid-dependency": "^2.0.13",
"@smithy/middleware-content-length": "^2.0.15",
"@smithy/middleware-endpoint": "^2.2.0",
"@smithy/middleware-retry": "^2.0.20",
"@smithy/middleware-serde": "^2.0.13",
"@smithy/middleware-stack": "^2.0.7",
"@smithy/node-config-provider": "^2.1.5",
"@smithy/node-http-handler": "^2.1.9",
"@smithy/protocol-http": "^3.0.9",
"@smithy/smithy-client": "^2.1.15",
"@smithy/types": "^2.5.0",
"@smithy/url-parser": "^2.0.13",
"@smithy/config-resolver": "^2.0.20",
"@smithy/fetch-http-handler": "^2.3.1",
"@smithy/hash-node": "^2.0.17",
"@smithy/invalid-dependency": "^2.0.15",
"@smithy/middleware-content-length": "^2.0.17",
"@smithy/middleware-endpoint": "^2.2.2",
"@smithy/middleware-retry": "^2.0.23",
"@smithy/middleware-serde": "^2.0.15",
"@smithy/middleware-stack": "^2.0.9",
"@smithy/node-config-provider": "^2.1.7",
"@smithy/node-http-handler": "^2.2.1",
"@smithy/protocol-http": "^3.0.11",
"@smithy/smithy-client": "^2.1.18",
"@smithy/types": "^2.7.0",
"@smithy/url-parser": "^2.0.15",
"@smithy/util-base64": "^2.0.1",
"@smithy/util-body-length-browser": "^2.0.0",
"@smithy/util-body-length-browser": "^2.0.1",
"@smithy/util-body-length-node": "^2.1.0",
"@smithy/util-defaults-mode-browser": "^2.0.19",
"@smithy/util-defaults-mode-node": "^2.0.25",
"@smithy/util-endpoints": "^1.0.4",
"@smithy/util-retry": "^2.0.6",
"@smithy/util-defaults-mode-browser": "^2.0.22",
"@smithy/util-defaults-mode-node": "^2.0.28",
"@smithy/util-endpoints": "^1.0.6",
"@smithy/util-retry": "^2.0.8",
"@smithy/util-utf8": "^2.0.2",
"@smithy/util-waiter": "^2.0.13",
"@smithy/util-waiter": "^2.0.15",
"tslib": "^2.5.0",
"uuid": "^8.3.2"
},
Expand Down
2 changes: 0 additions & 2 deletions clients/client-amp/src/AmpClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,10 @@ import {
import {
BodyLengthCalculator as __BodyLengthCalculator,
CheckOptionalClientConfig as __CheckOptionalClientConfig,
Checksum as __Checksum,
ChecksumConstructor as __ChecksumConstructor,
Decoder as __Decoder,
Encoder as __Encoder,
EndpointV2 as __EndpointV2,
Hash as __Hash,
HashConstructor as __HashConstructor,
HttpHandlerOptions as __HttpHandlerOptions,
Logger as __Logger,
Expand Down
Loading

0 comments on commit 6d10bff

Please sign in to comment.