Skip to content

Commit

Permalink
chore(codegen): codegen sync for stream utils (#6279)
Browse files Browse the repository at this point in the history
* chore(clients): codegen sync for stream utils

* chore(codegen): remove retry and contentlength middleware from defaults (moved to smithy-ts)

* chore(codegen): sample client diff

* chore: codegen sync

* chore: yarn lock and additional pkgs

* chore: defer CustomEndpoint midware to smithy-ts

* chore: update smithy hash for default protocol test client endpoint
  • Loading branch information
kuhe committed Jul 16, 2024
1 parent 9d3cbb6 commit 2687058
Show file tree
Hide file tree
Showing 869 changed files with 6,837 additions and 6,829 deletions.
18 changes: 9 additions & 9 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.6",
"@smithy/fetch-http-handler": "^3.2.1",
"@smithy/core": "^2.2.7",
"@smithy/fetch-http-handler": "^3.2.2",
"@smithy/hash-node": "^3.0.3",
"@smithy/invalid-dependency": "^3.0.3",
"@smithy/middleware-content-length": "^3.0.3",
"@smithy/middleware-content-length": "^3.0.4",
"@smithy/middleware-endpoint": "^3.0.5",
"@smithy/middleware-retry": "^3.0.9",
"@smithy/middleware-retry": "^3.0.10",
"@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.2",
"@smithy/protocol-http": "^4.0.3",
"@smithy/smithy-client": "^3.1.7",
"@smithy/node-http-handler": "^3.1.3",
"@smithy/protocol-http": "^4.0.4",
"@smithy/smithy-client": "^3.1.8",
"@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.9",
"@smithy/util-defaults-mode-node": "^3.0.9",
"@smithy/util-defaults-mode-browser": "^3.0.10",
"@smithy/util-defaults-mode-node": "^3.0.10",
"@smithy/util-endpoints": "^2.0.5",
"@smithy/util-middleware": "^3.0.3",
"@smithy/util-retry": "^3.0.3",
Expand Down
14 changes: 7 additions & 7 deletions clients/client-accessanalyzer/src/AccessAnalyzerClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -354,9 +354,9 @@ export type AccessAnalyzerClientConfigType = Partial<__SmithyConfiguration<__Htt
ClientDefaults &
RegionInputConfig &
EndpointInputConfig<EndpointParameters> &
RetryInputConfig &
HostHeaderInputConfig &
UserAgentInputConfig &
RetryInputConfig &
HttpAuthSchemeInputConfig &
ClientInputEndpointParameters;
/**
Expand All @@ -374,9 +374,9 @@ export type AccessAnalyzerClientResolvedConfigType = __SmithyResolvedConfigurati
RuntimeExtensionsConfig &
RegionResolvedConfig &
EndpointResolvedConfig<EndpointParameters> &
RetryResolvedConfig &
HostHeaderResolvedConfig &
UserAgentResolvedConfig &
RetryResolvedConfig &
HttpAuthSchemeResolvedConfig &
ClientResolvedEndpointParameters;
/**
Expand Down Expand Up @@ -429,19 +429,19 @@ export class AccessAnalyzerClient extends __Client<
const _config_1 = resolveClientEndpointParameters(_config_0);
const _config_2 = resolveRegionConfig(_config_1);
const _config_3 = resolveEndpointConfig(_config_2);
const _config_4 = resolveRetryConfig(_config_3);
const _config_5 = resolveHostHeaderConfig(_config_4);
const _config_6 = resolveUserAgentConfig(_config_5);
const _config_4 = resolveHostHeaderConfig(_config_3);
const _config_5 = resolveUserAgentConfig(_config_4);
const _config_6 = resolveRetryConfig(_config_5);
const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
super(_config_8);
this.config = _config_8;
this.middlewareStack.use(getRetryPlugin(this.config));
this.middlewareStack.use(getContentLengthPlugin(this.config));
this.middlewareStack.use(getHostHeaderPlugin(this.config));
this.middlewareStack.use(getLoggerPlugin(this.config));
this.middlewareStack.use(getRecursionDetectionPlugin(this.config));
this.middlewareStack.use(getUserAgentPlugin(this.config));
this.middlewareStack.use(getRetryPlugin(this.config));
this.middlewareStack.use(getContentLengthPlugin(this.config));
this.middlewareStack.use(
getHttpAuthSchemeEndpointRuleSetPlugin(this.config, {
httpAuthSchemeParametersProvider: this.getDefaultHttpAuthSchemeParametersProvider(),
Expand Down
18 changes: 9 additions & 9 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.6",
"@smithy/fetch-http-handler": "^3.2.1",
"@smithy/core": "^2.2.7",
"@smithy/fetch-http-handler": "^3.2.2",
"@smithy/hash-node": "^3.0.3",
"@smithy/invalid-dependency": "^3.0.3",
"@smithy/middleware-content-length": "^3.0.3",
"@smithy/middleware-content-length": "^3.0.4",
"@smithy/middleware-endpoint": "^3.0.5",
"@smithy/middleware-retry": "^3.0.9",
"@smithy/middleware-retry": "^3.0.10",
"@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.2",
"@smithy/protocol-http": "^4.0.3",
"@smithy/smithy-client": "^3.1.7",
"@smithy/node-http-handler": "^3.1.3",
"@smithy/protocol-http": "^4.0.4",
"@smithy/smithy-client": "^3.1.8",
"@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.9",
"@smithy/util-defaults-mode-node": "^3.0.9",
"@smithy/util-defaults-mode-browser": "^3.0.10",
"@smithy/util-defaults-mode-node": "^3.0.10",
"@smithy/util-endpoints": "^2.0.5",
"@smithy/util-middleware": "^3.0.3",
"@smithy/util-retry": "^3.0.3",
Expand Down
14 changes: 7 additions & 7 deletions clients/client-account/src/AccountClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,9 +270,9 @@ export type AccountClientConfigType = Partial<__SmithyConfiguration<__HttpHandle
ClientDefaults &
RegionInputConfig &
EndpointInputConfig<EndpointParameters> &
RetryInputConfig &
HostHeaderInputConfig &
UserAgentInputConfig &
RetryInputConfig &
HttpAuthSchemeInputConfig &
ClientInputEndpointParameters;
/**
Expand All @@ -290,9 +290,9 @@ export type AccountClientResolvedConfigType = __SmithyResolvedConfiguration<__Ht
RuntimeExtensionsConfig &
RegionResolvedConfig &
EndpointResolvedConfig<EndpointParameters> &
RetryResolvedConfig &
HostHeaderResolvedConfig &
UserAgentResolvedConfig &
RetryResolvedConfig &
HttpAuthSchemeResolvedConfig &
ClientResolvedEndpointParameters;
/**
Expand Down Expand Up @@ -322,19 +322,19 @@ export class AccountClient extends __Client<
const _config_1 = resolveClientEndpointParameters(_config_0);
const _config_2 = resolveRegionConfig(_config_1);
const _config_3 = resolveEndpointConfig(_config_2);
const _config_4 = resolveRetryConfig(_config_3);
const _config_5 = resolveHostHeaderConfig(_config_4);
const _config_6 = resolveUserAgentConfig(_config_5);
const _config_4 = resolveHostHeaderConfig(_config_3);
const _config_5 = resolveUserAgentConfig(_config_4);
const _config_6 = resolveRetryConfig(_config_5);
const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
super(_config_8);
this.config = _config_8;
this.middlewareStack.use(getRetryPlugin(this.config));
this.middlewareStack.use(getContentLengthPlugin(this.config));
this.middlewareStack.use(getHostHeaderPlugin(this.config));
this.middlewareStack.use(getLoggerPlugin(this.config));
this.middlewareStack.use(getRecursionDetectionPlugin(this.config));
this.middlewareStack.use(getUserAgentPlugin(this.config));
this.middlewareStack.use(getRetryPlugin(this.config));
this.middlewareStack.use(getContentLengthPlugin(this.config));
this.middlewareStack.use(
getHttpAuthSchemeEndpointRuleSetPlugin(this.config, {
httpAuthSchemeParametersProvider: this.getDefaultHttpAuthSchemeParametersProvider(),
Expand Down
18 changes: 9 additions & 9 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.6",
"@smithy/fetch-http-handler": "^3.2.1",
"@smithy/core": "^2.2.7",
"@smithy/fetch-http-handler": "^3.2.2",
"@smithy/hash-node": "^3.0.3",
"@smithy/invalid-dependency": "^3.0.3",
"@smithy/middleware-content-length": "^3.0.3",
"@smithy/middleware-content-length": "^3.0.4",
"@smithy/middleware-endpoint": "^3.0.5",
"@smithy/middleware-retry": "^3.0.9",
"@smithy/middleware-retry": "^3.0.10",
"@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.2",
"@smithy/protocol-http": "^4.0.3",
"@smithy/smithy-client": "^3.1.7",
"@smithy/node-http-handler": "^3.1.3",
"@smithy/protocol-http": "^4.0.4",
"@smithy/smithy-client": "^3.1.8",
"@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.9",
"@smithy/util-defaults-mode-node": "^3.0.9",
"@smithy/util-defaults-mode-browser": "^3.0.10",
"@smithy/util-defaults-mode-node": "^3.0.10",
"@smithy/util-endpoints": "^2.0.5",
"@smithy/util-middleware": "^3.0.3",
"@smithy/util-retry": "^3.0.3",
Expand Down
14 changes: 7 additions & 7 deletions clients/client-acm-pca/src/ACMPCAClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -321,9 +321,9 @@ export type ACMPCAClientConfigType = Partial<__SmithyConfiguration<__HttpHandler
ClientDefaults &
RegionInputConfig &
EndpointInputConfig<EndpointParameters> &
RetryInputConfig &
HostHeaderInputConfig &
UserAgentInputConfig &
RetryInputConfig &
HttpAuthSchemeInputConfig &
ClientInputEndpointParameters;
/**
Expand All @@ -341,9 +341,9 @@ export type ACMPCAClientResolvedConfigType = __SmithyResolvedConfiguration<__Htt
RuntimeExtensionsConfig &
RegionResolvedConfig &
EndpointResolvedConfig<EndpointParameters> &
RetryResolvedConfig &
HostHeaderResolvedConfig &
UserAgentResolvedConfig &
RetryResolvedConfig &
HttpAuthSchemeResolvedConfig &
ClientResolvedEndpointParameters;
/**
Expand Down Expand Up @@ -388,19 +388,19 @@ export class ACMPCAClient extends __Client<
const _config_1 = resolveClientEndpointParameters(_config_0);
const _config_2 = resolveRegionConfig(_config_1);
const _config_3 = resolveEndpointConfig(_config_2);
const _config_4 = resolveRetryConfig(_config_3);
const _config_5 = resolveHostHeaderConfig(_config_4);
const _config_6 = resolveUserAgentConfig(_config_5);
const _config_4 = resolveHostHeaderConfig(_config_3);
const _config_5 = resolveUserAgentConfig(_config_4);
const _config_6 = resolveRetryConfig(_config_5);
const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
super(_config_8);
this.config = _config_8;
this.middlewareStack.use(getRetryPlugin(this.config));
this.middlewareStack.use(getContentLengthPlugin(this.config));
this.middlewareStack.use(getHostHeaderPlugin(this.config));
this.middlewareStack.use(getLoggerPlugin(this.config));
this.middlewareStack.use(getRecursionDetectionPlugin(this.config));
this.middlewareStack.use(getUserAgentPlugin(this.config));
this.middlewareStack.use(getRetryPlugin(this.config));
this.middlewareStack.use(getContentLengthPlugin(this.config));
this.middlewareStack.use(
getHttpAuthSchemeEndpointRuleSetPlugin(this.config, {
httpAuthSchemeParametersProvider: this.getDefaultHttpAuthSchemeParametersProvider(),
Expand Down
18 changes: 9 additions & 9 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.6",
"@smithy/fetch-http-handler": "^3.2.1",
"@smithy/core": "^2.2.7",
"@smithy/fetch-http-handler": "^3.2.2",
"@smithy/hash-node": "^3.0.3",
"@smithy/invalid-dependency": "^3.0.3",
"@smithy/middleware-content-length": "^3.0.3",
"@smithy/middleware-content-length": "^3.0.4",
"@smithy/middleware-endpoint": "^3.0.5",
"@smithy/middleware-retry": "^3.0.9",
"@smithy/middleware-retry": "^3.0.10",
"@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.2",
"@smithy/protocol-http": "^4.0.3",
"@smithy/smithy-client": "^3.1.7",
"@smithy/node-http-handler": "^3.1.3",
"@smithy/protocol-http": "^4.0.4",
"@smithy/smithy-client": "^3.1.8",
"@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.9",
"@smithy/util-defaults-mode-node": "^3.0.9",
"@smithy/util-defaults-mode-browser": "^3.0.10",
"@smithy/util-defaults-mode-node": "^3.0.10",
"@smithy/util-endpoints": "^2.0.5",
"@smithy/util-middleware": "^3.0.3",
"@smithy/util-retry": "^3.0.3",
Expand Down
14 changes: 7 additions & 7 deletions clients/client-acm/src/ACMClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -282,9 +282,9 @@ export type ACMClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOpt
ClientDefaults &
RegionInputConfig &
EndpointInputConfig<EndpointParameters> &
RetryInputConfig &
HostHeaderInputConfig &
UserAgentInputConfig &
RetryInputConfig &
HttpAuthSchemeInputConfig &
ClientInputEndpointParameters;
/**
Expand All @@ -302,9 +302,9 @@ export type ACMClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHa
RuntimeExtensionsConfig &
RegionResolvedConfig &
EndpointResolvedConfig<EndpointParameters> &
RetryResolvedConfig &
HostHeaderResolvedConfig &
UserAgentResolvedConfig &
RetryResolvedConfig &
HttpAuthSchemeResolvedConfig &
ClientResolvedEndpointParameters;
/**
Expand Down Expand Up @@ -336,19 +336,19 @@ export class ACMClient extends __Client<
const _config_1 = resolveClientEndpointParameters(_config_0);
const _config_2 = resolveRegionConfig(_config_1);
const _config_3 = resolveEndpointConfig(_config_2);
const _config_4 = resolveRetryConfig(_config_3);
const _config_5 = resolveHostHeaderConfig(_config_4);
const _config_6 = resolveUserAgentConfig(_config_5);
const _config_4 = resolveHostHeaderConfig(_config_3);
const _config_5 = resolveUserAgentConfig(_config_4);
const _config_6 = resolveRetryConfig(_config_5);
const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
super(_config_8);
this.config = _config_8;
this.middlewareStack.use(getRetryPlugin(this.config));
this.middlewareStack.use(getContentLengthPlugin(this.config));
this.middlewareStack.use(getHostHeaderPlugin(this.config));
this.middlewareStack.use(getLoggerPlugin(this.config));
this.middlewareStack.use(getRecursionDetectionPlugin(this.config));
this.middlewareStack.use(getUserAgentPlugin(this.config));
this.middlewareStack.use(getRetryPlugin(this.config));
this.middlewareStack.use(getContentLengthPlugin(this.config));
this.middlewareStack.use(
getHttpAuthSchemeEndpointRuleSetPlugin(this.config, {
httpAuthSchemeParametersProvider: this.getDefaultHttpAuthSchemeParametersProvider(),
Expand Down
18 changes: 9 additions & 9 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.6",
"@smithy/fetch-http-handler": "^3.2.1",
"@smithy/core": "^2.2.7",
"@smithy/fetch-http-handler": "^3.2.2",
"@smithy/hash-node": "^3.0.3",
"@smithy/invalid-dependency": "^3.0.3",
"@smithy/middleware-content-length": "^3.0.3",
"@smithy/middleware-content-length": "^3.0.4",
"@smithy/middleware-endpoint": "^3.0.5",
"@smithy/middleware-retry": "^3.0.9",
"@smithy/middleware-retry": "^3.0.10",
"@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.2",
"@smithy/protocol-http": "^4.0.3",
"@smithy/smithy-client": "^3.1.7",
"@smithy/node-http-handler": "^3.1.3",
"@smithy/protocol-http": "^4.0.4",
"@smithy/smithy-client": "^3.1.8",
"@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.9",
"@smithy/util-defaults-mode-node": "^3.0.9",
"@smithy/util-defaults-mode-browser": "^3.0.10",
"@smithy/util-defaults-mode-node": "^3.0.10",
"@smithy/util-endpoints": "^2.0.5",
"@smithy/util-middleware": "^3.0.3",
"@smithy/util-retry": "^3.0.3",
Expand Down
Loading

0 comments on commit 2687058

Please sign in to comment.