Skip to content

Commit

Permalink
chore(clients): codegen sync for eventstream header fix (#6310)
Browse files Browse the repository at this point in the history
* chore(clients): sync for eventstream header fix

* chore: codegen sync

* chore: additional package versions

* chore: yarn lock update

* chore: actual diff

* chore: show actual diff
  • Loading branch information
kuhe committed Jul 25, 2024
1 parent 456a5fe commit ff30a3e
Show file tree
Hide file tree
Showing 798 changed files with 4,564 additions and 4,588 deletions.
20 changes: 10 additions & 10 deletions clients/client-accessanalyzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,26 +34,26 @@
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^3.0.5",
"@smithy/core": "^2.2.7",
"@smithy/fetch-http-handler": "^3.2.2",
"@smithy/core": "^2.3.0",
"@smithy/fetch-http-handler": "^3.2.3",
"@smithy/hash-node": "^3.0.3",
"@smithy/invalid-dependency": "^3.0.3",
"@smithy/middleware-content-length": "^3.0.4",
"@smithy/middleware-endpoint": "^3.0.5",
"@smithy/middleware-retry": "^3.0.10",
"@smithy/middleware-content-length": "^3.0.5",
"@smithy/middleware-endpoint": "^3.1.0",
"@smithy/middleware-retry": "^3.0.12",
"@smithy/middleware-serde": "^3.0.3",
"@smithy/middleware-stack": "^3.0.3",
"@smithy/node-config-provider": "^3.1.4",
"@smithy/node-http-handler": "^3.1.3",
"@smithy/protocol-http": "^4.0.4",
"@smithy/smithy-client": "^3.1.8",
"@smithy/node-http-handler": "^3.1.4",
"@smithy/protocol-http": "^4.1.0",
"@smithy/smithy-client": "^3.1.10",
"@smithy/types": "^3.3.0",
"@smithy/url-parser": "^3.0.3",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
"@smithy/util-defaults-mode-browser": "^3.0.10",
"@smithy/util-defaults-mode-node": "^3.0.10",
"@smithy/util-defaults-mode-browser": "^3.0.12",
"@smithy/util-defaults-mode-node": "^3.0.12",
"@smithy/util-endpoints": "^2.0.5",
"@smithy/util-middleware": "^3.0.3",
"@smithy/util-retry": "^3.0.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function createAwsAuthSigv4HttpAuthOption(authParameters: AccessAnalyzerHttpAuth
name: "access-analyzer",
region: authParameters.region,
},
propertiesExtractor: (config: AccessAnalyzerClientConfig, context) => ({
propertiesExtractor: (config: Partial<AccessAnalyzerClientConfig>, context) => ({
/**
* @internal
*/
Expand Down
20 changes: 10 additions & 10 deletions clients/client-account/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,26 +34,26 @@
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^3.0.5",
"@smithy/core": "^2.2.7",
"@smithy/fetch-http-handler": "^3.2.2",
"@smithy/core": "^2.3.0",
"@smithy/fetch-http-handler": "^3.2.3",
"@smithy/hash-node": "^3.0.3",
"@smithy/invalid-dependency": "^3.0.3",
"@smithy/middleware-content-length": "^3.0.4",
"@smithy/middleware-endpoint": "^3.0.5",
"@smithy/middleware-retry": "^3.0.10",
"@smithy/middleware-content-length": "^3.0.5",
"@smithy/middleware-endpoint": "^3.1.0",
"@smithy/middleware-retry": "^3.0.12",
"@smithy/middleware-serde": "^3.0.3",
"@smithy/middleware-stack": "^3.0.3",
"@smithy/node-config-provider": "^3.1.4",
"@smithy/node-http-handler": "^3.1.3",
"@smithy/protocol-http": "^4.0.4",
"@smithy/smithy-client": "^3.1.8",
"@smithy/node-http-handler": "^3.1.4",
"@smithy/protocol-http": "^4.1.0",
"@smithy/smithy-client": "^3.1.10",
"@smithy/types": "^3.3.0",
"@smithy/url-parser": "^3.0.3",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
"@smithy/util-defaults-mode-browser": "^3.0.10",
"@smithy/util-defaults-mode-node": "^3.0.10",
"@smithy/util-defaults-mode-browser": "^3.0.12",
"@smithy/util-defaults-mode-node": "^3.0.12",
"@smithy/util-endpoints": "^2.0.5",
"@smithy/util-middleware": "^3.0.3",
"@smithy/util-retry": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-account/src/auth/httpAuthSchemeProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function createAwsAuthSigv4HttpAuthOption(authParameters: AccountHttpAuthSchemeP
name: "account",
region: authParameters.region,
},
propertiesExtractor: (config: AccountClientConfig, context) => ({
propertiesExtractor: (config: Partial<AccountClientConfig>, context) => ({
/**
* @internal
*/
Expand Down
20 changes: 10 additions & 10 deletions clients/client-acm-pca/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,26 +34,26 @@
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^3.0.5",
"@smithy/core": "^2.2.7",
"@smithy/fetch-http-handler": "^3.2.2",
"@smithy/core": "^2.3.0",
"@smithy/fetch-http-handler": "^3.2.3",
"@smithy/hash-node": "^3.0.3",
"@smithy/invalid-dependency": "^3.0.3",
"@smithy/middleware-content-length": "^3.0.4",
"@smithy/middleware-endpoint": "^3.0.5",
"@smithy/middleware-retry": "^3.0.10",
"@smithy/middleware-content-length": "^3.0.5",
"@smithy/middleware-endpoint": "^3.1.0",
"@smithy/middleware-retry": "^3.0.12",
"@smithy/middleware-serde": "^3.0.3",
"@smithy/middleware-stack": "^3.0.3",
"@smithy/node-config-provider": "^3.1.4",
"@smithy/node-http-handler": "^3.1.3",
"@smithy/protocol-http": "^4.0.4",
"@smithy/smithy-client": "^3.1.8",
"@smithy/node-http-handler": "^3.1.4",
"@smithy/protocol-http": "^4.1.0",
"@smithy/smithy-client": "^3.1.10",
"@smithy/types": "^3.3.0",
"@smithy/url-parser": "^3.0.3",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
"@smithy/util-defaults-mode-browser": "^3.0.10",
"@smithy/util-defaults-mode-node": "^3.0.10",
"@smithy/util-defaults-mode-browser": "^3.0.12",
"@smithy/util-defaults-mode-node": "^3.0.12",
"@smithy/util-endpoints": "^2.0.5",
"@smithy/util-middleware": "^3.0.3",
"@smithy/util-retry": "^3.0.3",
Expand Down
20 changes: 10 additions & 10 deletions clients/client-acm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,26 +34,26 @@
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^3.0.5",
"@smithy/core": "^2.2.7",
"@smithy/fetch-http-handler": "^3.2.2",
"@smithy/core": "^2.3.0",
"@smithy/fetch-http-handler": "^3.2.3",
"@smithy/hash-node": "^3.0.3",
"@smithy/invalid-dependency": "^3.0.3",
"@smithy/middleware-content-length": "^3.0.4",
"@smithy/middleware-endpoint": "^3.0.5",
"@smithy/middleware-retry": "^3.0.10",
"@smithy/middleware-content-length": "^3.0.5",
"@smithy/middleware-endpoint": "^3.1.0",
"@smithy/middleware-retry": "^3.0.12",
"@smithy/middleware-serde": "^3.0.3",
"@smithy/middleware-stack": "^3.0.3",
"@smithy/node-config-provider": "^3.1.4",
"@smithy/node-http-handler": "^3.1.3",
"@smithy/protocol-http": "^4.0.4",
"@smithy/smithy-client": "^3.1.8",
"@smithy/node-http-handler": "^3.1.4",
"@smithy/protocol-http": "^4.1.0",
"@smithy/smithy-client": "^3.1.10",
"@smithy/types": "^3.3.0",
"@smithy/url-parser": "^3.0.3",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
"@smithy/util-defaults-mode-browser": "^3.0.10",
"@smithy/util-defaults-mode-node": "^3.0.10",
"@smithy/util-defaults-mode-browser": "^3.0.12",
"@smithy/util-defaults-mode-node": "^3.0.12",
"@smithy/util-endpoints": "^2.0.5",
"@smithy/util-middleware": "^3.0.3",
"@smithy/util-retry": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-acm/src/auth/httpAuthSchemeProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function createAwsAuthSigv4HttpAuthOption(authParameters: ACMHttpAuthSchemeParam
name: "acm",
region: authParameters.region,
},
propertiesExtractor: (config: ACMClientConfig, context) => ({
propertiesExtractor: (config: Partial<ACMClientConfig>, context) => ({
/**
* @internal
*/
Expand Down
20 changes: 10 additions & 10 deletions clients/client-amp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,26 +34,26 @@
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^3.0.5",
"@smithy/core": "^2.2.7",
"@smithy/fetch-http-handler": "^3.2.2",
"@smithy/core": "^2.3.0",
"@smithy/fetch-http-handler": "^3.2.3",
"@smithy/hash-node": "^3.0.3",
"@smithy/invalid-dependency": "^3.0.3",
"@smithy/middleware-content-length": "^3.0.4",
"@smithy/middleware-endpoint": "^3.0.5",
"@smithy/middleware-retry": "^3.0.10",
"@smithy/middleware-content-length": "^3.0.5",
"@smithy/middleware-endpoint": "^3.1.0",
"@smithy/middleware-retry": "^3.0.12",
"@smithy/middleware-serde": "^3.0.3",
"@smithy/middleware-stack": "^3.0.3",
"@smithy/node-config-provider": "^3.1.4",
"@smithy/node-http-handler": "^3.1.3",
"@smithy/protocol-http": "^4.0.4",
"@smithy/smithy-client": "^3.1.8",
"@smithy/node-http-handler": "^3.1.4",
"@smithy/protocol-http": "^4.1.0",
"@smithy/smithy-client": "^3.1.10",
"@smithy/types": "^3.3.0",
"@smithy/url-parser": "^3.0.3",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
"@smithy/util-defaults-mode-browser": "^3.0.10",
"@smithy/util-defaults-mode-node": "^3.0.10",
"@smithy/util-defaults-mode-browser": "^3.0.12",
"@smithy/util-defaults-mode-node": "^3.0.12",
"@smithy/util-endpoints": "^2.0.5",
"@smithy/util-middleware": "^3.0.3",
"@smithy/util-retry": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-amp/src/auth/httpAuthSchemeProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function createAwsAuthSigv4HttpAuthOption(authParameters: AmpHttpAuthSchemeParam
name: "aps",
region: authParameters.region,
},
propertiesExtractor: (config: AmpClientConfig, context) => ({
propertiesExtractor: (config: Partial<AmpClientConfig>, context) => ({
/**
* @internal
*/
Expand Down
20 changes: 10 additions & 10 deletions clients/client-amplify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,26 +34,26 @@
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^3.0.5",
"@smithy/core": "^2.2.7",
"@smithy/fetch-http-handler": "^3.2.2",
"@smithy/core": "^2.3.0",
"@smithy/fetch-http-handler": "^3.2.3",
"@smithy/hash-node": "^3.0.3",
"@smithy/invalid-dependency": "^3.0.3",
"@smithy/middleware-content-length": "^3.0.4",
"@smithy/middleware-endpoint": "^3.0.5",
"@smithy/middleware-retry": "^3.0.10",
"@smithy/middleware-content-length": "^3.0.5",
"@smithy/middleware-endpoint": "^3.1.0",
"@smithy/middleware-retry": "^3.0.12",
"@smithy/middleware-serde": "^3.0.3",
"@smithy/middleware-stack": "^3.0.3",
"@smithy/node-config-provider": "^3.1.4",
"@smithy/node-http-handler": "^3.1.3",
"@smithy/protocol-http": "^4.0.4",
"@smithy/smithy-client": "^3.1.8",
"@smithy/node-http-handler": "^3.1.4",
"@smithy/protocol-http": "^4.1.0",
"@smithy/smithy-client": "^3.1.10",
"@smithy/types": "^3.3.0",
"@smithy/url-parser": "^3.0.3",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
"@smithy/util-defaults-mode-browser": "^3.0.10",
"@smithy/util-defaults-mode-node": "^3.0.10",
"@smithy/util-defaults-mode-browser": "^3.0.12",
"@smithy/util-defaults-mode-node": "^3.0.12",
"@smithy/util-endpoints": "^2.0.5",
"@smithy/util-middleware": "^3.0.3",
"@smithy/util-retry": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-amplify/src/auth/httpAuthSchemeProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function createAwsAuthSigv4HttpAuthOption(authParameters: AmplifyHttpAuthSchemeP
name: "amplify",
region: authParameters.region,
},
propertiesExtractor: (config: AmplifyClientConfig, context) => ({
propertiesExtractor: (config: Partial<AmplifyClientConfig>, context) => ({
/**
* @internal
*/
Expand Down
20 changes: 10 additions & 10 deletions clients/client-amplifybackend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,26 +34,26 @@
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^3.0.5",
"@smithy/core": "^2.2.7",
"@smithy/fetch-http-handler": "^3.2.2",
"@smithy/core": "^2.3.0",
"@smithy/fetch-http-handler": "^3.2.3",
"@smithy/hash-node": "^3.0.3",
"@smithy/invalid-dependency": "^3.0.3",
"@smithy/middleware-content-length": "^3.0.4",
"@smithy/middleware-endpoint": "^3.0.5",
"@smithy/middleware-retry": "^3.0.10",
"@smithy/middleware-content-length": "^3.0.5",
"@smithy/middleware-endpoint": "^3.1.0",
"@smithy/middleware-retry": "^3.0.12",
"@smithy/middleware-serde": "^3.0.3",
"@smithy/middleware-stack": "^3.0.3",
"@smithy/node-config-provider": "^3.1.4",
"@smithy/node-http-handler": "^3.1.3",
"@smithy/protocol-http": "^4.0.4",
"@smithy/smithy-client": "^3.1.8",
"@smithy/node-http-handler": "^3.1.4",
"@smithy/protocol-http": "^4.1.0",
"@smithy/smithy-client": "^3.1.10",
"@smithy/types": "^3.3.0",
"@smithy/url-parser": "^3.0.3",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
"@smithy/util-defaults-mode-browser": "^3.0.10",
"@smithy/util-defaults-mode-node": "^3.0.10",
"@smithy/util-defaults-mode-browser": "^3.0.12",
"@smithy/util-defaults-mode-node": "^3.0.12",
"@smithy/util-endpoints": "^2.0.5",
"@smithy/util-middleware": "^3.0.3",
"@smithy/util-retry": "^3.0.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function createAwsAuthSigv4HttpAuthOption(authParameters: AmplifyBackendHttpAuth
name: "amplifybackend",
region: authParameters.region,
},
propertiesExtractor: (config: AmplifyBackendClientConfig, context) => ({
propertiesExtractor: (config: Partial<AmplifyBackendClientConfig>, context) => ({
/**
* @internal
*/
Expand Down
20 changes: 10 additions & 10 deletions clients/client-amplifyuibuilder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,26 +34,26 @@
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/config-resolver": "^3.0.5",
"@smithy/core": "^2.2.7",
"@smithy/fetch-http-handler": "^3.2.2",
"@smithy/core": "^2.3.0",
"@smithy/fetch-http-handler": "^3.2.3",
"@smithy/hash-node": "^3.0.3",
"@smithy/invalid-dependency": "^3.0.3",
"@smithy/middleware-content-length": "^3.0.4",
"@smithy/middleware-endpoint": "^3.0.5",
"@smithy/middleware-retry": "^3.0.10",
"@smithy/middleware-content-length": "^3.0.5",
"@smithy/middleware-endpoint": "^3.1.0",
"@smithy/middleware-retry": "^3.0.12",
"@smithy/middleware-serde": "^3.0.3",
"@smithy/middleware-stack": "^3.0.3",
"@smithy/node-config-provider": "^3.1.4",
"@smithy/node-http-handler": "^3.1.3",
"@smithy/protocol-http": "^4.0.4",
"@smithy/smithy-client": "^3.1.8",
"@smithy/node-http-handler": "^3.1.4",
"@smithy/protocol-http": "^4.1.0",
"@smithy/smithy-client": "^3.1.10",
"@smithy/types": "^3.3.0",
"@smithy/url-parser": "^3.0.3",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
"@smithy/util-defaults-mode-browser": "^3.0.10",
"@smithy/util-defaults-mode-node": "^3.0.10",
"@smithy/util-defaults-mode-browser": "^3.0.12",
"@smithy/util-defaults-mode-node": "^3.0.12",
"@smithy/util-endpoints": "^2.0.5",
"@smithy/util-middleware": "^3.0.3",
"@smithy/util-retry": "^3.0.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function createAwsAuthSigv4HttpAuthOption(authParameters: AmplifyUIBuilderHttpAu
name: "amplifyuibuilder",
region: authParameters.region,
},
propertiesExtractor: (config: AmplifyUIBuilderClientConfig, context) => ({
propertiesExtractor: (config: Partial<AmplifyUIBuilderClientConfig>, context) => ({
/**
* @internal
*/
Expand Down
Loading

0 comments on commit ff30a3e

Please sign in to comment.