Skip to content

Commit

Permalink
chore: update smithy commit hash (#5311)
Browse files Browse the repository at this point in the history
* chore: update smithy commit hash

* chore: update smithyVersion

* chore: add smithy-aws-endpoints dependency

* chore: codegen sync for new smithy version

* chore: smithy package version sync with codegen clients

* chore: temporarily skip unimplemented protocol tests

* chore: update yarn.lock
  • Loading branch information
kuhe authored Oct 4, 2023
1 parent 7f71de7 commit 9afa5ef
Show file tree
Hide file tree
Showing 954 changed files with 14,430 additions and 7,375 deletions.
36 changes: 18 additions & 18 deletions clients/client-accessanalyzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,27 +33,27 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^2.0.10",
"@smithy/fetch-http-handler": "^2.1.5",
"@smithy/hash-node": "^2.0.9",
"@smithy/invalid-dependency": "^2.0.9",
"@smithy/middleware-content-length": "^2.0.11",
"@smithy/middleware-endpoint": "^2.0.9",
"@smithy/middleware-retry": "^2.0.12",
"@smithy/middleware-serde": "^2.0.9",
"@smithy/middleware-stack": "^2.0.2",
"@smithy/node-config-provider": "^2.0.12",
"@smithy/node-http-handler": "^2.1.5",
"@smithy/protocol-http": "^3.0.5",
"@smithy/smithy-client": "^2.1.6",
"@smithy/types": "^2.3.3",
"@smithy/url-parser": "^2.0.9",
"@smithy/config-resolver": "^2.0.11",
"@smithy/fetch-http-handler": "^2.2.1",
"@smithy/hash-node": "^2.0.10",
"@smithy/invalid-dependency": "^2.0.10",
"@smithy/middleware-content-length": "^2.0.12",
"@smithy/middleware-endpoint": "^2.0.10",
"@smithy/middleware-retry": "^2.0.13",
"@smithy/middleware-serde": "^2.0.10",
"@smithy/middleware-stack": "^2.0.4",
"@smithy/node-config-provider": "^2.0.13",
"@smithy/node-http-handler": "^2.1.6",
"@smithy/protocol-http": "^3.0.6",
"@smithy/smithy-client": "^2.1.9",
"@smithy/types": "^2.3.4",
"@smithy/url-parser": "^2.0.10",
"@smithy/util-base64": "^2.0.0",
"@smithy/util-body-length-browser": "^2.0.0",
"@smithy/util-body-length-node": "^2.1.0",
"@smithy/util-defaults-mode-browser": "^2.0.10",
"@smithy/util-defaults-mode-node": "^2.0.12",
"@smithy/util-retry": "^2.0.2",
"@smithy/util-defaults-mode-browser": "^2.0.13",
"@smithy/util-defaults-mode-node": "^2.0.15",
"@smithy/util-retry": "^2.0.3",
"@smithy/util-utf8": "^2.0.0",
"tslib": "^2.5.0",
"uuid": "^8.3.2"
Expand Down
2 changes: 2 additions & 0 deletions clients/client-accessanalyzer/src/AccessAnalyzerClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,8 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__

/**
* Specifies which retry algorithm to use.
* @see https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-smithy-util-retry/Enum/RETRY_MODES/
*
*/
retryMode?: string | __Provider<string>;

Expand Down
36 changes: 18 additions & 18 deletions clients/client-account/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,27 +33,27 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^2.0.10",
"@smithy/fetch-http-handler": "^2.1.5",
"@smithy/hash-node": "^2.0.9",
"@smithy/invalid-dependency": "^2.0.9",
"@smithy/middleware-content-length": "^2.0.11",
"@smithy/middleware-endpoint": "^2.0.9",
"@smithy/middleware-retry": "^2.0.12",
"@smithy/middleware-serde": "^2.0.9",
"@smithy/middleware-stack": "^2.0.2",
"@smithy/node-config-provider": "^2.0.12",
"@smithy/node-http-handler": "^2.1.5",
"@smithy/protocol-http": "^3.0.5",
"@smithy/smithy-client": "^2.1.6",
"@smithy/types": "^2.3.3",
"@smithy/url-parser": "^2.0.9",
"@smithy/config-resolver": "^2.0.11",
"@smithy/fetch-http-handler": "^2.2.1",
"@smithy/hash-node": "^2.0.10",
"@smithy/invalid-dependency": "^2.0.10",
"@smithy/middleware-content-length": "^2.0.12",
"@smithy/middleware-endpoint": "^2.0.10",
"@smithy/middleware-retry": "^2.0.13",
"@smithy/middleware-serde": "^2.0.10",
"@smithy/middleware-stack": "^2.0.4",
"@smithy/node-config-provider": "^2.0.13",
"@smithy/node-http-handler": "^2.1.6",
"@smithy/protocol-http": "^3.0.6",
"@smithy/smithy-client": "^2.1.9",
"@smithy/types": "^2.3.4",
"@smithy/url-parser": "^2.0.10",
"@smithy/util-base64": "^2.0.0",
"@smithy/util-body-length-browser": "^2.0.0",
"@smithy/util-body-length-node": "^2.1.0",
"@smithy/util-defaults-mode-browser": "^2.0.10",
"@smithy/util-defaults-mode-node": "^2.0.12",
"@smithy/util-retry": "^2.0.2",
"@smithy/util-defaults-mode-browser": "^2.0.13",
"@smithy/util-defaults-mode-node": "^2.0.15",
"@smithy/util-retry": "^2.0.3",
"@smithy/util-utf8": "^2.0.0",
"tslib": "^2.5.0"
},
Expand Down
2 changes: 2 additions & 0 deletions clients/client-account/src/AccountClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,8 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__

/**
* Specifies which retry algorithm to use.
* @see https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-smithy-util-retry/Enum/RETRY_MODES/
*
*/
retryMode?: string | __Provider<string>;

Expand Down
38 changes: 19 additions & 19 deletions clients/client-acm-pca/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,29 +33,29 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^2.0.10",
"@smithy/fetch-http-handler": "^2.1.5",
"@smithy/hash-node": "^2.0.9",
"@smithy/invalid-dependency": "^2.0.9",
"@smithy/middleware-content-length": "^2.0.11",
"@smithy/middleware-endpoint": "^2.0.9",
"@smithy/middleware-retry": "^2.0.12",
"@smithy/middleware-serde": "^2.0.9",
"@smithy/middleware-stack": "^2.0.2",
"@smithy/node-config-provider": "^2.0.12",
"@smithy/node-http-handler": "^2.1.5",
"@smithy/protocol-http": "^3.0.5",
"@smithy/smithy-client": "^2.1.6",
"@smithy/types": "^2.3.3",
"@smithy/url-parser": "^2.0.9",
"@smithy/config-resolver": "^2.0.11",
"@smithy/fetch-http-handler": "^2.2.1",
"@smithy/hash-node": "^2.0.10",
"@smithy/invalid-dependency": "^2.0.10",
"@smithy/middleware-content-length": "^2.0.12",
"@smithy/middleware-endpoint": "^2.0.10",
"@smithy/middleware-retry": "^2.0.13",
"@smithy/middleware-serde": "^2.0.10",
"@smithy/middleware-stack": "^2.0.4",
"@smithy/node-config-provider": "^2.0.13",
"@smithy/node-http-handler": "^2.1.6",
"@smithy/protocol-http": "^3.0.6",
"@smithy/smithy-client": "^2.1.9",
"@smithy/types": "^2.3.4",
"@smithy/url-parser": "^2.0.10",
"@smithy/util-base64": "^2.0.0",
"@smithy/util-body-length-browser": "^2.0.0",
"@smithy/util-body-length-node": "^2.1.0",
"@smithy/util-defaults-mode-browser": "^2.0.10",
"@smithy/util-defaults-mode-node": "^2.0.12",
"@smithy/util-retry": "^2.0.2",
"@smithy/util-defaults-mode-browser": "^2.0.13",
"@smithy/util-defaults-mode-node": "^2.0.15",
"@smithy/util-retry": "^2.0.3",
"@smithy/util-utf8": "^2.0.0",
"@smithy/util-waiter": "^2.0.9",
"@smithy/util-waiter": "^2.0.10",
"tslib": "^2.5.0"
},
"devDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions clients/client-acm-pca/src/ACMPCAClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,8 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__

/**
* Specifies which retry algorithm to use.
* @see https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-smithy-util-retry/Enum/RETRY_MODES/
*
*/
retryMode?: string | __Provider<string>;

Expand Down
38 changes: 19 additions & 19 deletions clients/client-acm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,29 +33,29 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^2.0.10",
"@smithy/fetch-http-handler": "^2.1.5",
"@smithy/hash-node": "^2.0.9",
"@smithy/invalid-dependency": "^2.0.9",
"@smithy/middleware-content-length": "^2.0.11",
"@smithy/middleware-endpoint": "^2.0.9",
"@smithy/middleware-retry": "^2.0.12",
"@smithy/middleware-serde": "^2.0.9",
"@smithy/middleware-stack": "^2.0.2",
"@smithy/node-config-provider": "^2.0.12",
"@smithy/node-http-handler": "^2.1.5",
"@smithy/protocol-http": "^3.0.5",
"@smithy/smithy-client": "^2.1.6",
"@smithy/types": "^2.3.3",
"@smithy/url-parser": "^2.0.9",
"@smithy/config-resolver": "^2.0.11",
"@smithy/fetch-http-handler": "^2.2.1",
"@smithy/hash-node": "^2.0.10",
"@smithy/invalid-dependency": "^2.0.10",
"@smithy/middleware-content-length": "^2.0.12",
"@smithy/middleware-endpoint": "^2.0.10",
"@smithy/middleware-retry": "^2.0.13",
"@smithy/middleware-serde": "^2.0.10",
"@smithy/middleware-stack": "^2.0.4",
"@smithy/node-config-provider": "^2.0.13",
"@smithy/node-http-handler": "^2.1.6",
"@smithy/protocol-http": "^3.0.6",
"@smithy/smithy-client": "^2.1.9",
"@smithy/types": "^2.3.4",
"@smithy/url-parser": "^2.0.10",
"@smithy/util-base64": "^2.0.0",
"@smithy/util-body-length-browser": "^2.0.0",
"@smithy/util-body-length-node": "^2.1.0",
"@smithy/util-defaults-mode-browser": "^2.0.10",
"@smithy/util-defaults-mode-node": "^2.0.12",
"@smithy/util-retry": "^2.0.2",
"@smithy/util-defaults-mode-browser": "^2.0.13",
"@smithy/util-defaults-mode-node": "^2.0.15",
"@smithy/util-retry": "^2.0.3",
"@smithy/util-utf8": "^2.0.0",
"@smithy/util-waiter": "^2.0.9",
"@smithy/util-waiter": "^2.0.10",
"tslib": "^2.5.0"
},
"devDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions clients/client-acm/src/ACMClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,8 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__

/**
* Specifies which retry algorithm to use.
* @see https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-smithy-util-retry/Enum/RETRY_MODES/
*
*/
retryMode?: string | __Provider<string>;

Expand Down
36 changes: 18 additions & 18 deletions clients/client-alexa-for-business/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,27 +33,27 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^2.0.10",
"@smithy/fetch-http-handler": "^2.1.5",
"@smithy/hash-node": "^2.0.9",
"@smithy/invalid-dependency": "^2.0.9",
"@smithy/middleware-content-length": "^2.0.11",
"@smithy/middleware-endpoint": "^2.0.9",
"@smithy/middleware-retry": "^2.0.12",
"@smithy/middleware-serde": "^2.0.9",
"@smithy/middleware-stack": "^2.0.2",
"@smithy/node-config-provider": "^2.0.12",
"@smithy/node-http-handler": "^2.1.5",
"@smithy/protocol-http": "^3.0.5",
"@smithy/smithy-client": "^2.1.6",
"@smithy/types": "^2.3.3",
"@smithy/url-parser": "^2.0.9",
"@smithy/config-resolver": "^2.0.11",
"@smithy/fetch-http-handler": "^2.2.1",
"@smithy/hash-node": "^2.0.10",
"@smithy/invalid-dependency": "^2.0.10",
"@smithy/middleware-content-length": "^2.0.12",
"@smithy/middleware-endpoint": "^2.0.10",
"@smithy/middleware-retry": "^2.0.13",
"@smithy/middleware-serde": "^2.0.10",
"@smithy/middleware-stack": "^2.0.4",
"@smithy/node-config-provider": "^2.0.13",
"@smithy/node-http-handler": "^2.1.6",
"@smithy/protocol-http": "^3.0.6",
"@smithy/smithy-client": "^2.1.9",
"@smithy/types": "^2.3.4",
"@smithy/url-parser": "^2.0.10",
"@smithy/util-base64": "^2.0.0",
"@smithy/util-body-length-browser": "^2.0.0",
"@smithy/util-body-length-node": "^2.1.0",
"@smithy/util-defaults-mode-browser": "^2.0.10",
"@smithy/util-defaults-mode-node": "^2.0.12",
"@smithy/util-retry": "^2.0.2",
"@smithy/util-defaults-mode-browser": "^2.0.13",
"@smithy/util-defaults-mode-node": "^2.0.15",
"@smithy/util-retry": "^2.0.3",
"@smithy/util-utf8": "^2.0.0",
"tslib": "^2.5.0",
"uuid": "^8.3.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,8 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__

/**
* Specifies which retry algorithm to use.
* @see https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-smithy-util-retry/Enum/RETRY_MODES/
*
*/
retryMode?: string | __Provider<string>;

Expand Down
38 changes: 19 additions & 19 deletions clients/client-amp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,29 +33,29 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^2.0.10",
"@smithy/fetch-http-handler": "^2.1.5",
"@smithy/hash-node": "^2.0.9",
"@smithy/invalid-dependency": "^2.0.9",
"@smithy/middleware-content-length": "^2.0.11",
"@smithy/middleware-endpoint": "^2.0.9",
"@smithy/middleware-retry": "^2.0.12",
"@smithy/middleware-serde": "^2.0.9",
"@smithy/middleware-stack": "^2.0.2",
"@smithy/node-config-provider": "^2.0.12",
"@smithy/node-http-handler": "^2.1.5",
"@smithy/protocol-http": "^3.0.5",
"@smithy/smithy-client": "^2.1.6",
"@smithy/types": "^2.3.3",
"@smithy/url-parser": "^2.0.9",
"@smithy/config-resolver": "^2.0.11",
"@smithy/fetch-http-handler": "^2.2.1",
"@smithy/hash-node": "^2.0.10",
"@smithy/invalid-dependency": "^2.0.10",
"@smithy/middleware-content-length": "^2.0.12",
"@smithy/middleware-endpoint": "^2.0.10",
"@smithy/middleware-retry": "^2.0.13",
"@smithy/middleware-serde": "^2.0.10",
"@smithy/middleware-stack": "^2.0.4",
"@smithy/node-config-provider": "^2.0.13",
"@smithy/node-http-handler": "^2.1.6",
"@smithy/protocol-http": "^3.0.6",
"@smithy/smithy-client": "^2.1.9",
"@smithy/types": "^2.3.4",
"@smithy/url-parser": "^2.0.10",
"@smithy/util-base64": "^2.0.0",
"@smithy/util-body-length-browser": "^2.0.0",
"@smithy/util-body-length-node": "^2.1.0",
"@smithy/util-defaults-mode-browser": "^2.0.10",
"@smithy/util-defaults-mode-node": "^2.0.12",
"@smithy/util-retry": "^2.0.2",
"@smithy/util-defaults-mode-browser": "^2.0.13",
"@smithy/util-defaults-mode-node": "^2.0.15",
"@smithy/util-retry": "^2.0.3",
"@smithy/util-utf8": "^2.0.0",
"@smithy/util-waiter": "^2.0.9",
"@smithy/util-waiter": "^2.0.10",
"tslib": "^2.5.0",
"uuid": "^8.3.2"
},
Expand Down
2 changes: 2 additions & 0 deletions clients/client-amp/src/AmpClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,8 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__

/**
* Specifies which retry algorithm to use.
* @see https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-smithy-util-retry/Enum/RETRY_MODES/
*
*/
retryMode?: string | __Provider<string>;

Expand Down
36 changes: 18 additions & 18 deletions clients/client-amplify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,27 +33,27 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^2.0.10",
"@smithy/fetch-http-handler": "^2.1.5",
"@smithy/hash-node": "^2.0.9",
"@smithy/invalid-dependency": "^2.0.9",
"@smithy/middleware-content-length": "^2.0.11",
"@smithy/middleware-endpoint": "^2.0.9",
"@smithy/middleware-retry": "^2.0.12",
"@smithy/middleware-serde": "^2.0.9",
"@smithy/middleware-stack": "^2.0.2",
"@smithy/node-config-provider": "^2.0.12",
"@smithy/node-http-handler": "^2.1.5",
"@smithy/protocol-http": "^3.0.5",
"@smithy/smithy-client": "^2.1.6",
"@smithy/types": "^2.3.3",
"@smithy/url-parser": "^2.0.9",
"@smithy/config-resolver": "^2.0.11",
"@smithy/fetch-http-handler": "^2.2.1",
"@smithy/hash-node": "^2.0.10",
"@smithy/invalid-dependency": "^2.0.10",
"@smithy/middleware-content-length": "^2.0.12",
"@smithy/middleware-endpoint": "^2.0.10",
"@smithy/middleware-retry": "^2.0.13",
"@smithy/middleware-serde": "^2.0.10",
"@smithy/middleware-stack": "^2.0.4",
"@smithy/node-config-provider": "^2.0.13",
"@smithy/node-http-handler": "^2.1.6",
"@smithy/protocol-http": "^3.0.6",
"@smithy/smithy-client": "^2.1.9",
"@smithy/types": "^2.3.4",
"@smithy/url-parser": "^2.0.10",
"@smithy/util-base64": "^2.0.0",
"@smithy/util-body-length-browser": "^2.0.0",
"@smithy/util-body-length-node": "^2.1.0",
"@smithy/util-defaults-mode-browser": "^2.0.10",
"@smithy/util-defaults-mode-node": "^2.0.12",
"@smithy/util-retry": "^2.0.2",
"@smithy/util-defaults-mode-browser": "^2.0.13",
"@smithy/util-defaults-mode-node": "^2.0.15",
"@smithy/util-retry": "^2.0.3",
"@smithy/util-utf8": "^2.0.0",
"tslib": "^2.5.0"
},
Expand Down
2 changes: 2 additions & 0 deletions clients/client-amplify/src/AmplifyClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,8 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__

/**
* Specifies which retry algorithm to use.
* @see https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-smithy-util-retry/Enum/RETRY_MODES/
*
*/
retryMode?: string | __Provider<string>;

Expand Down
Loading

0 comments on commit 9afa5ef

Please sign in to comment.