@aws-sdk/client-rds 3.614.0 → 3.616.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cjs/index.js CHANGED
@@ -531,19 +531,19 @@ var _RDSClient = class _RDSClient extends import_smithy_client.Client {
531
531
  const _config_1 = resolveClientEndpointParameters(_config_0);
532
532
  const _config_2 = (0, import_config_resolver.resolveRegionConfig)(_config_1);
533
533
  const _config_3 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_2);
534
- const _config_4 = (0, import_middleware_retry.resolveRetryConfig)(_config_3);
535
- const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
536
- const _config_6 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_5);
534
+ const _config_4 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_3);
535
+ const _config_5 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_4);
536
+ const _config_6 = (0, import_middleware_retry.resolveRetryConfig)(_config_5);
537
537
  const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
538
538
  const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []);
539
539
  super(_config_8);
540
540
  this.config = _config_8;
541
- this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
542
- this.middlewareStack.use((0, import_middleware_content_length.getContentLengthPlugin)(this.config));
543
541
  this.middlewareStack.use((0, import_middleware_host_header.getHostHeaderPlugin)(this.config));
544
542
  this.middlewareStack.use((0, import_middleware_logger.getLoggerPlugin)(this.config));
545
543
  this.middlewareStack.use((0, import_middleware_recursion_detection.getRecursionDetectionPlugin)(this.config));
546
544
  this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
545
+ this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
546
+ this.middlewareStack.use((0, import_middleware_content_length.getContentLengthPlugin)(this.config));
547
547
  this.middlewareStack.use(
548
548
  (0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
549
549
  httpAuthSchemeParametersProvider: this.getDefaultHttpAuthSchemeParametersProvider(),
@@ -19,19 +19,19 @@ export class RDSClient extends __Client {
19
19
  const _config_1 = resolveClientEndpointParameters(_config_0);
20
20
  const _config_2 = resolveRegionConfig(_config_1);
21
21
  const _config_3 = resolveEndpointConfig(_config_2);
22
- const _config_4 = resolveRetryConfig(_config_3);
23
- const _config_5 = resolveHostHeaderConfig(_config_4);
24
- const _config_6 = resolveUserAgentConfig(_config_5);
22
+ const _config_4 = resolveHostHeaderConfig(_config_3);
23
+ const _config_5 = resolveUserAgentConfig(_config_4);
24
+ const _config_6 = resolveRetryConfig(_config_5);
25
25
  const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
26
26
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
27
27
  super(_config_8);
28
28
  this.config = _config_8;
29
- this.middlewareStack.use(getRetryPlugin(this.config));
30
- this.middlewareStack.use(getContentLengthPlugin(this.config));
31
29
  this.middlewareStack.use(getHostHeaderPlugin(this.config));
32
30
  this.middlewareStack.use(getLoggerPlugin(this.config));
33
31
  this.middlewareStack.use(getRecursionDetectionPlugin(this.config));
34
32
  this.middlewareStack.use(getUserAgentPlugin(this.config));
33
+ this.middlewareStack.use(getRetryPlugin(this.config));
34
+ this.middlewareStack.use(getContentLengthPlugin(this.config));
35
35
  this.middlewareStack.use(getHttpAuthSchemeEndpointRuleSetPlugin(this.config, {
36
36
  httpAuthSchemeParametersProvider: this.getDefaultHttpAuthSchemeParametersProvider(),
37
37
  identityProviderConfigProvider: this.getIdentityProviderConfigProvider(),
@@ -293,7 +293,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
293
293
  /**
294
294
  * @public
295
295
  */
296
- export type RDSClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & UserAgentInputConfig & HttpAuthSchemeInputConfig & ClientInputEndpointParameters;
296
+ export type RDSClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & HostHeaderInputConfig & UserAgentInputConfig & RetryInputConfig & HttpAuthSchemeInputConfig & ClientInputEndpointParameters;
297
297
  /**
298
298
  * @public
299
299
  *
@@ -304,7 +304,7 @@ export interface RDSClientConfig extends RDSClientConfigType {
304
304
  /**
305
305
  * @public
306
306
  */
307
- export type RDSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RuntimeExtensionsConfig & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & UserAgentResolvedConfig & HttpAuthSchemeResolvedConfig & ClientResolvedEndpointParameters;
307
+ export type RDSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RuntimeExtensionsConfig & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & HostHeaderResolvedConfig & UserAgentResolvedConfig & RetryResolvedConfig & HttpAuthSchemeResolvedConfig & ClientResolvedEndpointParameters;
308
308
  /**
309
309
  * @public
310
310
  *
@@ -28,6 +28,11 @@ declare const DescribePendingMaintenanceActionsCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Returns a list of resources (for example, DB instances) that have at least one pending maintenance action.</p>
31
+ * <p>This API follows an eventual consistency model. This means that the result of the
32
+ * <code>DescribePendingMaintenanceActions</code> command might not be immediately
33
+ * visible to all subsequent RDS commands. Keep this in mind when you use
34
+ * <code>DescribePendingMaintenanceActions</code> immediately after using a previous
35
+ * API command such as <code>ApplyPendingMaintenanceActions</code>.</p>
31
36
  * @example
32
37
  * Use a bare-bones client and the command you need to make an API call.
33
38
  * ```javascript
@@ -4250,12 +4250,10 @@ export interface CreateDBClusterMessage {
4250
4250
  Iops?: number;
4251
4251
  /**
4252
4252
  * <p>Specifies whether the DB cluster is publicly accessible.</p>
4253
- * <p>When the DB cluster is publicly accessible, its Domain Name System (DNS) endpoint
4254
- * resolves to the private IP address from within the DB cluster's virtual private cloud
4255
- * (VPC). It resolves to the public IP address from outside of the DB cluster's VPC. Access
4256
- * to the DB cluster is ultimately controlled by the security group it uses. That public
4257
- * access isn't permitted if the security group assigned to the DB cluster doesn't permit
4258
- * it.</p>
4253
+ * <p>When the DB cluster is publicly accessible and you connect from outside of the DB cluster's virtual private cloud (VPC),
4254
+ * its Domain Name System (DNS) endpoint resolves to the public IP address. When you connect from within the same VPC as the DB cluster,
4255
+ * the endpoint resolves to the private IP address. Access to the DB cluster is ultimately controlled by the security group it uses. That public
4256
+ * access isn't permitted if the security group assigned to the DB cluster doesn't permit it.</p>
4259
4257
  * <p>When the DB cluster isn't publicly accessible, it is an internal DB cluster with a DNS name that resolves to a private IP address.</p>
4260
4258
  * <p>Valid for Cluster Type: Multi-AZ DB clusters only</p>
4261
4259
  * <p>Default: The default behavior varies depending on whether <code>DBSubnetGroupName</code> is specified.</p>
@@ -5286,12 +5284,10 @@ export interface DBCluster {
5286
5284
  Iops?: number;
5287
5285
  /**
5288
5286
  * <p>Indicates whether the DB cluster is publicly accessible.</p>
5289
- * <p>When the DB cluster is publicly accessible, its Domain Name System (DNS) endpoint
5290
- * resolves to the private IP address from within the DB cluster's virtual private cloud
5291
- * (VPC). It resolves to the public IP address from outside of the DB cluster's VPC. Access
5292
- * to the DB cluster is ultimately controlled by the security group it uses. That public
5293
- * access isn't permitted if the security group assigned to the DB cluster doesn't permit
5294
- * it.</p>
5287
+ * <p>When the DB cluster is publicly accessible and you connect from outside of the DB cluster's virtual private cloud (VPC),
5288
+ * its Domain Name System (DNS) endpoint resolves to the public IP address. When you connect from within the same VPC as the DB cluster,
5289
+ * the endpoint resolves to the private IP address. Access to the DB cluster is ultimately controlled by the security group it uses. That public
5290
+ * access isn't permitted if the security group assigned to the DB cluster doesn't permit it.</p>
5295
5291
  * <p>When the DB cluster isn't publicly accessible, it is an internal DB cluster with a DNS name that resolves to a private IP address.</p>
5296
5292
  * <p>For more information, see <a>CreateDBCluster</a>.</p>
5297
5293
  * <p>This setting is only for non-Aurora Multi-AZ DB clusters.</p>
@@ -6818,10 +6814,10 @@ export interface CreateDBInstanceMessage {
6818
6814
  NcharCharacterSetName?: string;
6819
6815
  /**
6820
6816
  * <p>Specifies whether the DB instance is publicly accessible.</p>
6821
- * <p>When the DB instance is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from
6822
- * within the DB instance's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB instance's VPC.
6823
- * Access to the DB instance is ultimately controlled by the security group it uses.
6824
- * That public access is not permitted if the security group assigned to the DB instance doesn't permit it.</p>
6817
+ * <p>When the DB instance is publicly accessible and you connect from outside of the DB instance's virtual private cloud (VPC),
6818
+ * its Domain Name System (DNS) endpoint resolves to the public IP address. When you connect from within the same VPC as the DB instance,
6819
+ * the endpoint resolves to the private IP address. Access to the DB instance is ultimately controlled by the security group it uses.
6820
+ * That public access is not permitted if the security group assigned to the DB instance doesn't permit it.</p>
6825
6821
  * <p>When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address.</p>
6826
6822
  * <p>Default: The default behavior varies depending on whether <code>DBSubnetGroupName</code> is specified.</p>
6827
6823
  * <p>If <code>DBSubnetGroupName</code> isn't specified, and <code>PubliclyAccessible</code> isn't specified, the following applies:</p>
@@ -8004,12 +8000,10 @@ export interface DBInstance {
8004
8000
  SecondaryAvailabilityZone?: string;
8005
8001
  /**
8006
8002
  * <p>Indicates whether the DB instance is publicly accessible.</p>
8007
- * <p>When the DB cluster is publicly accessible, its Domain Name System (DNS) endpoint
8008
- * resolves to the private IP address from within the DB cluster's virtual private cloud
8009
- * (VPC). It resolves to the public IP address from outside of the DB cluster's VPC. Access
8010
- * to the DB cluster is ultimately controlled by the security group it uses. That public
8011
- * access isn't permitted if the security group assigned to the DB cluster doesn't permit
8012
- * it.</p>
8003
+ * <p>When the DB instance is publicly accessible and you connect from outside of the DB instance's virtual private cloud (VPC),
8004
+ * its Domain Name System (DNS) endpoint resolves to the public IP address. When you connect from within the same VPC as the DB instance,
8005
+ * the endpoint resolves to the private IP address. Access to the DB cluster is ultimately controlled by the security group it uses. That public
8006
+ * access isn't permitted if the security group assigned to the DB cluster doesn't permit it.</p>
8013
8007
  * <p>When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address.</p>
8014
8008
  * <p>For more information, see <a>CreateDBInstance</a>.</p>
8015
8009
  * @public
@@ -11368,7 +11362,11 @@ export interface DeleteDBClusterMessage {
11368
11362
  /**
11369
11363
  * <p>Specifies whether to remove automated backups immediately after the DB
11370
11364
  * cluster is deleted. This parameter isn't case-sensitive. The default is to remove
11371
- * automated backups immediately after the DB cluster is deleted.</p>
11365
+ * automated backups immediately after the DB cluster is deleted.
11366
+ * </p>
11367
+ * <note>
11368
+ * <p>You must delete automated backups for Amazon RDS Multi-AZ DB clusters. For more information about managing automated backups for RDS Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ManagingAutomatedBackups.html">Managing automated backups</a>.</p>
11369
+ * </note>
11372
11370
  * @public
11373
11371
  */
11374
11372
  DeleteAutomatedBackups?: boolean;
@@ -782,7 +782,7 @@ export interface DescribeDBClusterParametersMessage {
782
782
  * <ul>
783
783
  * <li>
784
784
  * <p>
785
- * <code>customer</code>
785
+ * <code>user</code>
786
786
  * </p>
787
787
  * </li>
788
788
  * <li>
@@ -8071,12 +8071,10 @@ export interface ModifyDBInstanceMessage {
8071
8071
  DBPortNumber?: number;
8072
8072
  /**
8073
8073
  * <p>Specifies whether the DB instance is publicly accessible.</p>
8074
- * <p>When the DB cluster is publicly accessible, its Domain Name System (DNS) endpoint
8075
- * resolves to the private IP address from within the DB cluster's virtual private cloud
8076
- * (VPC). It resolves to the public IP address from outside of the DB cluster's VPC. Access
8077
- * to the DB cluster is ultimately controlled by the security group it uses. That public
8078
- * access isn't permitted if the security group assigned to the DB cluster doesn't permit
8079
- * it.</p>
8074
+ * <p>When the DB instance is publicly accessible and you connect from outside of the DB instance's virtual private cloud (VPC),
8075
+ * its Domain Name System (DNS) endpoint resolves to the public IP address. When you connect from within the same VPC as the DB instance,
8076
+ * the endpoint resolves to the private IP address. Access to the DB instance is ultimately controlled by the security group it uses. That public
8077
+ * access isn't permitted if the security group assigned to the DB instance doesn't permit it.</p>
8080
8078
  * <p>When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address.</p>
8081
8079
  * <p>
8082
8080
  * <code>PubliclyAccessible</code> only applies to DB instances in a VPC. The DB instance must be part of a
@@ -32,8 +32,8 @@ export declare const getRuntimeConfig: (config: RDSClientConfig) => {
32
32
  logger?: import("@smithy/types").Logger | undefined;
33
33
  }) => import("@smithy/types").EndpointV2;
34
34
  tls?: boolean | undefined;
35
- retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
36
35
  customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
36
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
37
37
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
38
38
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").RDSHttpAuthSchemeProvider;
39
39
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -32,8 +32,8 @@ export declare const getRuntimeConfig: (config: RDSClientConfig) => {
32
32
  logger?: import("@smithy/types").Logger | undefined;
33
33
  }) => import("@smithy/types").EndpointV2;
34
34
  tls?: boolean | undefined;
35
- retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
36
35
  customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
36
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
37
37
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
38
38
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").RDSHttpAuthSchemeProvider;
39
39
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -31,8 +31,8 @@ export declare const getRuntimeConfig: (config: RDSClientConfig) => {
31
31
  logger?: import("@smithy/types").Logger | undefined;
32
32
  }) => import("@smithy/types").EndpointV2;
33
33
  tls?: boolean | undefined;
34
- retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
35
34
  customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
35
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
36
36
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
37
37
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").RDSHttpAuthSchemeProvider;
38
38
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -1057,9 +1057,9 @@ export type RDSClientConfigType = Partial<
1057
1057
  ClientDefaults &
1058
1058
  RegionInputConfig &
1059
1059
  EndpointInputConfig<EndpointParameters> &
1060
- RetryInputConfig &
1061
1060
  HostHeaderInputConfig &
1062
1061
  UserAgentInputConfig &
1062
+ RetryInputConfig &
1063
1063
  HttpAuthSchemeInputConfig &
1064
1064
  ClientInputEndpointParameters;
1065
1065
  export interface RDSClientConfig extends RDSClientConfigType {}
@@ -1069,9 +1069,9 @@ export type RDSClientResolvedConfigType =
1069
1069
  RuntimeExtensionsConfig &
1070
1070
  RegionResolvedConfig &
1071
1071
  EndpointResolvedConfig<EndpointParameters> &
1072
- RetryResolvedConfig &
1073
1072
  HostHeaderResolvedConfig &
1074
1073
  UserAgentResolvedConfig &
1074
+ RetryResolvedConfig &
1075
1075
  HttpAuthSchemeResolvedConfig &
1076
1076
  ClientResolvedEndpointParameters;
1077
1077
  export interface RDSClientResolvedConfig extends RDSClientResolvedConfigType {}
@@ -56,11 +56,11 @@ export declare const getRuntimeConfig: (config: RDSClientConfig) => {
56
56
  }
57
57
  ) => import("@smithy/types").EndpointV2;
58
58
  tls?: boolean | undefined;
59
+ customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
59
60
  retryStrategy?:
60
61
  | import("@smithy/types").RetryStrategy
61
62
  | import("@smithy/types").RetryStrategyV2
62
63
  | undefined;
63
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
64
64
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
65
65
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").RDSHttpAuthSchemeProvider;
66
66
  credentials?:
@@ -60,11 +60,11 @@ export declare const getRuntimeConfig: (config: RDSClientConfig) => {
60
60
  }
61
61
  ) => import("@smithy/types").EndpointV2;
62
62
  tls?: boolean | undefined;
63
+ customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
63
64
  retryStrategy?:
64
65
  | import("@smithy/types").RetryStrategy
65
66
  | import("@smithy/types").RetryStrategyV2
66
67
  | undefined;
67
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
68
68
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
69
69
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").RDSHttpAuthSchemeProvider;
70
70
  credentials?:
@@ -50,11 +50,11 @@ export declare const getRuntimeConfig: (config: RDSClientConfig) => {
50
50
  }
51
51
  ) => import("@smithy/types").EndpointV2;
52
52
  tls?: boolean | undefined;
53
+ customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
53
54
  retryStrategy?:
54
55
  | import("@smithy/types").RetryStrategy
55
56
  | import("@smithy/types").RetryStrategyV2
56
57
  | undefined;
57
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
58
58
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
59
59
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").RDSHttpAuthSchemeProvider;
60
60
  credentials?:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-rds",
3
3
  "description": "AWS SDK for JavaScript Rds Client for Node.js, Browser and React Native",
4
- "version": "3.614.0",
4
+ "version": "3.616.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-rds",
@@ -20,41 +20,41 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.614.0",
24
- "@aws-sdk/client-sts": "3.614.0",
25
- "@aws-sdk/core": "3.614.0",
26
- "@aws-sdk/credential-provider-node": "3.614.0",
27
- "@aws-sdk/middleware-host-header": "3.609.0",
23
+ "@aws-sdk/client-sso-oidc": "3.616.0",
24
+ "@aws-sdk/client-sts": "3.616.0",
25
+ "@aws-sdk/core": "3.616.0",
26
+ "@aws-sdk/credential-provider-node": "3.616.0",
27
+ "@aws-sdk/middleware-host-header": "3.616.0",
28
28
  "@aws-sdk/middleware-logger": "3.609.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.609.0",
30
- "@aws-sdk/middleware-sdk-rds": "3.614.0",
31
- "@aws-sdk/middleware-user-agent": "3.614.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.616.0",
30
+ "@aws-sdk/middleware-sdk-rds": "3.616.0",
31
+ "@aws-sdk/middleware-user-agent": "3.616.0",
32
32
  "@aws-sdk/region-config-resolver": "3.614.0",
33
33
  "@aws-sdk/types": "3.609.0",
34
34
  "@aws-sdk/util-endpoints": "3.614.0",
35
35
  "@aws-sdk/util-user-agent-browser": "3.609.0",
36
36
  "@aws-sdk/util-user-agent-node": "3.614.0",
37
37
  "@smithy/config-resolver": "^3.0.5",
38
- "@smithy/core": "^2.2.6",
39
- "@smithy/fetch-http-handler": "^3.2.1",
38
+ "@smithy/core": "^2.2.7",
39
+ "@smithy/fetch-http-handler": "^3.2.2",
40
40
  "@smithy/hash-node": "^3.0.3",
41
41
  "@smithy/invalid-dependency": "^3.0.3",
42
- "@smithy/middleware-content-length": "^3.0.3",
42
+ "@smithy/middleware-content-length": "^3.0.4",
43
43
  "@smithy/middleware-endpoint": "^3.0.5",
44
- "@smithy/middleware-retry": "^3.0.9",
44
+ "@smithy/middleware-retry": "^3.0.10",
45
45
  "@smithy/middleware-serde": "^3.0.3",
46
46
  "@smithy/middleware-stack": "^3.0.3",
47
47
  "@smithy/node-config-provider": "^3.1.4",
48
- "@smithy/node-http-handler": "^3.1.2",
49
- "@smithy/protocol-http": "^4.0.3",
50
- "@smithy/smithy-client": "^3.1.7",
48
+ "@smithy/node-http-handler": "^3.1.3",
49
+ "@smithy/protocol-http": "^4.0.4",
50
+ "@smithy/smithy-client": "^3.1.8",
51
51
  "@smithy/types": "^3.3.0",
52
52
  "@smithy/url-parser": "^3.0.3",
53
53
  "@smithy/util-base64": "^3.0.0",
54
54
  "@smithy/util-body-length-browser": "^3.0.0",
55
55
  "@smithy/util-body-length-node": "^3.0.0",
56
- "@smithy/util-defaults-mode-browser": "^3.0.9",
57
- "@smithy/util-defaults-mode-node": "^3.0.9",
56
+ "@smithy/util-defaults-mode-browser": "^3.0.10",
57
+ "@smithy/util-defaults-mode-node": "^3.0.10",
58
58
  "@smithy/util-endpoints": "^2.0.5",
59
59
  "@smithy/util-middleware": "^3.0.3",
60
60
  "@smithy/util-retry": "^3.0.3",