Skip to content

chore: update smithy commit hash #5311

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Oct 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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