@aws-sdk/client-sagemaker-metrics 3.987.0 → 3.989.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
@@ -15,6 +15,8 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
15
  var runtimeConfig = require('./runtimeConfig');
16
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
17
  var protocolHttp = require('@smithy/protocol-http');
18
+ var schemas_0 = require('./schemas/schemas_0');
19
+ var SageMakerMetricsServiceException = require('./models/SageMakerMetricsServiceException');
18
20
 
19
21
  const resolveClientEndpointParameters = (options) => {
20
22
  return Object.assign(options, {
@@ -110,112 +112,6 @@ class SageMakerMetricsClient extends smithyClient.Client {
110
112
  }
111
113
  }
112
114
 
113
- class SageMakerMetricsServiceException extends smithyClient.ServiceException {
114
- constructor(options) {
115
- super(options);
116
- Object.setPrototypeOf(this, SageMakerMetricsServiceException.prototype);
117
- }
118
- }
119
-
120
- const _BGM = "BatchGetMetrics";
121
- const _BGMR = "BatchGetMetricsRequest";
122
- const _BGMRa = "BatchGetMetricsResponse";
123
- const _BPM = "BatchPutMetrics";
124
- const _BPME = "BatchPutMetricsError";
125
- const _BPMEL = "BatchPutMetricsErrorList";
126
- const _BPMR = "BatchPutMetricsRequest";
127
- const _BPMRa = "BatchPutMetricsResponse";
128
- const _C = "Code";
129
- const _E = "Errors";
130
- const _En = "End";
131
- const _M = "Message";
132
- const _MD = "MetricData";
133
- const _MI = "MetricIndex";
134
- const _MN = "MetricName";
135
- const _MQ = "MetricQueries";
136
- const _MQL = "MetricQueryList";
137
- const _MQR = "MetricQueryResults";
138
- const _MQRL = "MetricQueryResultList";
139
- const _MQRe = "MetricQueryResult";
140
- const _MQe = "MetricQuery";
141
- const _MS = "MetricStat";
142
- const _MV = "MetricValues";
143
- const _P = "Period";
144
- const _RA = "ResourceArn";
145
- const _RMD = "RawMetricData";
146
- const _RMDL = "RawMetricDataList";
147
- const _S = "Start";
148
- const _St = "Status";
149
- const _Ste = "Step";
150
- const _T = "Timestamp";
151
- const _TCN = "TrialComponentName";
152
- const _V = "Value";
153
- const _XAT = "XAxisType";
154
- const _XAV = "XAxisValues";
155
- const _h = "http";
156
- const _s = "smithy.ts.sdk.synthetic.com.amazonaws.sagemakermetrics";
157
- const n0 = "com.amazonaws.sagemakermetrics";
158
- var BatchGetMetricsRequest$ = [3, n0, _BGMR,
159
- 0,
160
- [_MQ],
161
- [() => MetricQueryList], 1
162
- ];
163
- var BatchGetMetricsResponse$ = [3, n0, _BGMRa,
164
- 0,
165
- [_MQR],
166
- [() => MetricQueryResultList]
167
- ];
168
- var BatchPutMetricsError$ = [3, n0, _BPME,
169
- 0,
170
- [_C, _MI],
171
- [0, 1]
172
- ];
173
- var BatchPutMetricsRequest$ = [3, n0, _BPMR,
174
- 0,
175
- [_TCN, _MD],
176
- [0, () => RawMetricDataList], 2
177
- ];
178
- var BatchPutMetricsResponse$ = [3, n0, _BPMRa,
179
- 0,
180
- [_E],
181
- [() => BatchPutMetricsErrorList]
182
- ];
183
- var MetricQuery$ = [3, n0, _MQe,
184
- 0,
185
- [_MN, _RA, _MS, _P, _XAT, _S, _En],
186
- [0, 0, 0, 0, 0, 1, 1], 5
187
- ];
188
- var MetricQueryResult$ = [3, n0, _MQRe,
189
- 0,
190
- [_St, _XAV, _MV, _M],
191
- [0, 64 | 1, 64 | 1, 0], 3
192
- ];
193
- var RawMetricData$ = [3, n0, _RMD,
194
- 0,
195
- [_MN, _T, _V, _Ste],
196
- [0, 4, 1, 1], 3
197
- ];
198
- var SageMakerMetricsServiceException$ = [-3, _s, "SageMakerMetricsServiceException", 0, [], []];
199
- schema.TypeRegistry.for(_s).registerError(SageMakerMetricsServiceException$, SageMakerMetricsServiceException);
200
- var BatchPutMetricsErrorList = [1, n0, _BPMEL,
201
- 0, () => BatchPutMetricsError$
202
- ];
203
- var MetricQueryList = [1, n0, _MQL,
204
- 0, () => MetricQuery$
205
- ];
206
- var MetricQueryResultList = [1, n0, _MQRL,
207
- 0, () => MetricQueryResult$
208
- ];
209
- var RawMetricDataList = [1, n0, _RMDL,
210
- 0, () => RawMetricData$
211
- ];
212
- var BatchGetMetrics$ = [9, n0, _BGM,
213
- { [_h]: ["POST", "/BatchGetMetrics", 200] }, () => BatchGetMetricsRequest$, () => BatchGetMetricsResponse$
214
- ];
215
- var BatchPutMetrics$ = [9, n0, _BPM,
216
- { [_h]: ["PUT", "/BatchPutMetrics", 200] }, () => BatchPutMetricsRequest$, () => BatchPutMetricsResponse$
217
- ];
218
-
219
115
  class BatchGetMetricsCommand extends smithyClient.Command
220
116
  .classBuilder()
221
117
  .ep(commonParams)
@@ -224,7 +120,7 @@ class BatchGetMetricsCommand extends smithyClient.Command
224
120
  })
225
121
  .s("SageMakerMetricsService", "BatchGetMetrics", {})
226
122
  .n("SageMakerMetricsClient", "BatchGetMetricsCommand")
227
- .sc(BatchGetMetrics$)
123
+ .sc(schemas_0.BatchGetMetrics$)
228
124
  .build() {
229
125
  }
230
126
 
@@ -236,7 +132,7 @@ class BatchPutMetricsCommand extends smithyClient.Command
236
132
  })
237
133
  .s("SageMakerMetricsService", "BatchPutMetrics", {})
238
134
  .n("SageMakerMetricsClient", "BatchPutMetricsCommand")
239
- .sc(BatchPutMetrics$)
135
+ .sc(schemas_0.BatchPutMetrics$)
240
136
  .build() {
241
137
  }
242
138
 
@@ -287,24 +183,22 @@ Object.defineProperty(exports, "__Client", {
287
183
  enumerable: true,
288
184
  get: function () { return smithyClient.Client; }
289
185
  });
290
- exports.BatchGetMetrics$ = BatchGetMetrics$;
186
+ Object.defineProperty(exports, "SageMakerMetricsServiceException", {
187
+ enumerable: true,
188
+ get: function () { return SageMakerMetricsServiceException.SageMakerMetricsServiceException; }
189
+ });
291
190
  exports.BatchGetMetricsCommand = BatchGetMetricsCommand;
292
- exports.BatchGetMetricsRequest$ = BatchGetMetricsRequest$;
293
- exports.BatchGetMetricsResponse$ = BatchGetMetricsResponse$;
294
- exports.BatchPutMetrics$ = BatchPutMetrics$;
295
191
  exports.BatchPutMetricsCommand = BatchPutMetricsCommand;
296
- exports.BatchPutMetricsError$ = BatchPutMetricsError$;
297
- exports.BatchPutMetricsRequest$ = BatchPutMetricsRequest$;
298
- exports.BatchPutMetricsResponse$ = BatchPutMetricsResponse$;
299
- exports.MetricQuery$ = MetricQuery$;
300
- exports.MetricQueryResult$ = MetricQueryResult$;
301
192
  exports.MetricQueryResultStatus = MetricQueryResultStatus;
302
193
  exports.MetricStatistic = MetricStatistic;
303
194
  exports.Period = Period;
304
195
  exports.PutMetricsErrorCode = PutMetricsErrorCode;
305
- exports.RawMetricData$ = RawMetricData$;
306
196
  exports.SageMakerMetrics = SageMakerMetrics;
307
197
  exports.SageMakerMetricsClient = SageMakerMetricsClient;
308
- exports.SageMakerMetricsServiceException = SageMakerMetricsServiceException;
309
- exports.SageMakerMetricsServiceException$ = SageMakerMetricsServiceException$;
310
198
  exports.XAxisType = XAxisType;
199
+ Object.keys(schemas_0).forEach(function (k) {
200
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
201
+ enumerable: true,
202
+ get: function () { return schemas_0[k]; }
203
+ });
204
+ });
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SageMakerMetricsServiceException = exports.__ServiceException = void 0;
4
+ const smithy_client_1 = require("@smithy/smithy-client");
5
+ Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
+ class SageMakerMetricsServiceException extends smithy_client_1.ServiceException {
7
+ constructor(options) {
8
+ super(options);
9
+ Object.setPrototypeOf(this, SageMakerMetricsServiceException.prototype);
10
+ }
11
+ }
12
+ exports.SageMakerMetricsServiceException = SageMakerMetricsServiceException;
@@ -9,6 +9,7 @@ const util_base64_1 = require("@smithy/util-base64");
9
9
  const util_utf8_1 = require("@smithy/util-utf8");
10
10
  const httpAuthSchemeProvider_1 = require("./auth/httpAuthSchemeProvider");
11
11
  const endpointResolver_1 = require("./endpoint/endpointResolver");
12
+ const schemas_0_1 = require("./schemas/schemas_0");
12
13
  const getRuntimeConfig = (config) => {
13
14
  return {
14
15
  apiVersion: "2022-09-30",
@@ -29,6 +30,7 @@ const getRuntimeConfig = (config) => {
29
30
  protocol: config?.protocol ?? protocols_1.AwsRestJsonProtocol,
30
31
  protocolSettings: config?.protocolSettings ?? {
31
32
  defaultNamespace: "com.amazonaws.sagemakermetrics",
33
+ errorTypeRegistries: schemas_0_1.errorTypeRegistries,
32
34
  version: "2022-09-30",
33
35
  serviceTarget: "SageMakerMetricsService",
34
36
  },
@@ -0,0 +1,109 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BatchPutMetrics$ = exports.BatchGetMetrics$ = exports.RawMetricData$ = exports.MetricQueryResult$ = exports.MetricQuery$ = exports.BatchPutMetricsResponse$ = exports.BatchPutMetricsRequest$ = exports.BatchPutMetricsError$ = exports.BatchGetMetricsResponse$ = exports.BatchGetMetricsRequest$ = exports.errorTypeRegistries = exports.SageMakerMetricsServiceException$ = void 0;
4
+ const _BGM = "BatchGetMetrics";
5
+ const _BGMR = "BatchGetMetricsRequest";
6
+ const _BGMRa = "BatchGetMetricsResponse";
7
+ const _BPM = "BatchPutMetrics";
8
+ const _BPME = "BatchPutMetricsError";
9
+ const _BPMEL = "BatchPutMetricsErrorList";
10
+ const _BPMR = "BatchPutMetricsRequest";
11
+ const _BPMRa = "BatchPutMetricsResponse";
12
+ const _C = "Code";
13
+ const _E = "Errors";
14
+ const _En = "End";
15
+ const _M = "Message";
16
+ const _MD = "MetricData";
17
+ const _MI = "MetricIndex";
18
+ const _MN = "MetricName";
19
+ const _MQ = "MetricQueries";
20
+ const _MQL = "MetricQueryList";
21
+ const _MQR = "MetricQueryResults";
22
+ const _MQRL = "MetricQueryResultList";
23
+ const _MQRe = "MetricQueryResult";
24
+ const _MQe = "MetricQuery";
25
+ const _MS = "MetricStat";
26
+ const _MV = "MetricValues";
27
+ const _P = "Period";
28
+ const _RA = "ResourceArn";
29
+ const _RMD = "RawMetricData";
30
+ const _RMDL = "RawMetricDataList";
31
+ const _S = "Start";
32
+ const _St = "Status";
33
+ const _Ste = "Step";
34
+ const _T = "Timestamp";
35
+ const _TCN = "TrialComponentName";
36
+ const _V = "Value";
37
+ const _XAT = "XAxisType";
38
+ const _XAV = "XAxisValues";
39
+ const _h = "http";
40
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.sagemakermetrics";
41
+ const n0 = "com.amazonaws.sagemakermetrics";
42
+ const schema_1 = require("@smithy/core/schema");
43
+ const SageMakerMetricsServiceException_1 = require("../models/SageMakerMetricsServiceException");
44
+ const _s_registry = schema_1.TypeRegistry.for(_s);
45
+ exports.SageMakerMetricsServiceException$ = [-3, _s, "SageMakerMetricsServiceException", 0, [], []];
46
+ _s_registry.registerError(exports.SageMakerMetricsServiceException$, SageMakerMetricsServiceException_1.SageMakerMetricsServiceException);
47
+ exports.errorTypeRegistries = [
48
+ _s_registry,
49
+ ];
50
+ exports.BatchGetMetricsRequest$ = [3, n0, _BGMR,
51
+ 0,
52
+ [_MQ],
53
+ [() => MetricQueryList], 1
54
+ ];
55
+ exports.BatchGetMetricsResponse$ = [3, n0, _BGMRa,
56
+ 0,
57
+ [_MQR],
58
+ [() => MetricQueryResultList]
59
+ ];
60
+ exports.BatchPutMetricsError$ = [3, n0, _BPME,
61
+ 0,
62
+ [_C, _MI],
63
+ [0, 1]
64
+ ];
65
+ exports.BatchPutMetricsRequest$ = [3, n0, _BPMR,
66
+ 0,
67
+ [_TCN, _MD],
68
+ [0, () => RawMetricDataList], 2
69
+ ];
70
+ exports.BatchPutMetricsResponse$ = [3, n0, _BPMRa,
71
+ 0,
72
+ [_E],
73
+ [() => BatchPutMetricsErrorList]
74
+ ];
75
+ exports.MetricQuery$ = [3, n0, _MQe,
76
+ 0,
77
+ [_MN, _RA, _MS, _P, _XAT, _S, _En],
78
+ [0, 0, 0, 0, 0, 1, 1], 5
79
+ ];
80
+ exports.MetricQueryResult$ = [3, n0, _MQRe,
81
+ 0,
82
+ [_St, _XAV, _MV, _M],
83
+ [0, 64 | 1, 64 | 1, 0], 3
84
+ ];
85
+ exports.RawMetricData$ = [3, n0, _RMD,
86
+ 0,
87
+ [_MN, _T, _V, _Ste],
88
+ [0, 4, 1, 1], 3
89
+ ];
90
+ var BatchPutMetricsErrorList = [1, n0, _BPMEL,
91
+ 0, () => exports.BatchPutMetricsError$
92
+ ];
93
+ var MetricQueryList = [1, n0, _MQL,
94
+ 0, () => exports.MetricQuery$
95
+ ];
96
+ var MetricQueryResultList = [1, n0, _MQRL,
97
+ 0, () => exports.MetricQueryResult$
98
+ ];
99
+ var MetricValues = 64 | 1;
100
+ var RawMetricDataList = [1, n0, _RMDL,
101
+ 0, () => exports.RawMetricData$
102
+ ];
103
+ var XAxisValues = 64 | 1;
104
+ exports.BatchGetMetrics$ = [9, n0, _BGM,
105
+ { [_h]: ["POST", "/BatchGetMetrics", 200] }, () => exports.BatchGetMetricsRequest$, () => exports.BatchGetMetricsResponse$
106
+ ];
107
+ exports.BatchPutMetrics$ = [9, n0, _BPM,
108
+ { [_h]: ["PUT", "/BatchPutMetrics", 200] }, () => exports.BatchPutMetricsRequest$, () => exports.BatchPutMetricsResponse$
109
+ ];
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
6
6
  import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
7
7
  import { defaultSageMakerMetricsHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
8
8
  import { defaultEndpointResolver } from "./endpoint/endpointResolver";
9
+ import { errorTypeRegistries } from "./schemas/schemas_0";
9
10
  export const getRuntimeConfig = (config) => {
10
11
  return {
11
12
  apiVersion: "2022-09-30",
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
26
27
  protocol: config?.protocol ?? AwsRestJsonProtocol,
27
28
  protocolSettings: config?.protocolSettings ?? {
28
29
  defaultNamespace: "com.amazonaws.sagemakermetrics",
30
+ errorTypeRegistries,
29
31
  version: "2022-09-30",
30
32
  serviceTarget: "SageMakerMetricsService",
31
33
  },
@@ -38,6 +38,12 @@ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.sagemakermetrics";
38
38
  const n0 = "com.amazonaws.sagemakermetrics";
39
39
  import { TypeRegistry } from "@smithy/core/schema";
40
40
  import { SageMakerMetricsServiceException } from "../models/SageMakerMetricsServiceException";
41
+ const _s_registry = TypeRegistry.for(_s);
42
+ export var SageMakerMetricsServiceException$ = [-3, _s, "SageMakerMetricsServiceException", 0, [], []];
43
+ _s_registry.registerError(SageMakerMetricsServiceException$, SageMakerMetricsServiceException);
44
+ export const errorTypeRegistries = [
45
+ _s_registry,
46
+ ];
41
47
  export var BatchGetMetricsRequest$ = [3, n0, _BGMR,
42
48
  0,
43
49
  [_MQ],
@@ -78,8 +84,6 @@ export var RawMetricData$ = [3, n0, _RMD,
78
84
  [_MN, _T, _V, _Ste],
79
85
  [0, 4, 1, 1], 3
80
86
  ];
81
- export var SageMakerMetricsServiceException$ = [-3, _s, "SageMakerMetricsServiceException", 0, [], []];
82
- TypeRegistry.for(_s).registerError(SageMakerMetricsServiceException$, SageMakerMetricsServiceException);
83
87
  var BatchPutMetricsErrorList = [1, n0, _BPMEL,
84
88
  0, () => BatchPutMetricsError$
85
89
  ];
@@ -1,4 +1,12 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
3
+ export declare var SageMakerMetricsServiceException$: StaticErrorSchema;
4
+ /**
5
+ * TypeRegistry instances containing modeled errors.
6
+ * @internal
7
+ *
8
+ */
9
+ export declare const errorTypeRegistries: TypeRegistry[];
2
10
  export declare var BatchGetMetricsRequest$: StaticStructureSchema;
3
11
  export declare var BatchGetMetricsResponse$: StaticStructureSchema;
4
12
  export declare var BatchPutMetricsError$: StaticStructureSchema;
@@ -7,6 +15,5 @@ export declare var BatchPutMetricsResponse$: StaticStructureSchema;
7
15
  export declare var MetricQuery$: StaticStructureSchema;
8
16
  export declare var MetricQueryResult$: StaticStructureSchema;
9
17
  export declare var RawMetricData$: StaticStructureSchema;
10
- export declare var SageMakerMetricsServiceException$: StaticErrorSchema;
11
18
  export declare var BatchGetMetrics$: StaticOperationSchema;
12
19
  export declare var BatchPutMetrics$: StaticOperationSchema;
@@ -1,8 +1,11 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import {
2
3
  StaticErrorSchema,
3
4
  StaticOperationSchema,
4
5
  StaticStructureSchema,
5
6
  } from "@smithy/types";
7
+ export declare var SageMakerMetricsServiceException$: StaticErrorSchema;
8
+ export declare const errorTypeRegistries: TypeRegistry[];
6
9
  export declare var BatchGetMetricsRequest$: StaticStructureSchema;
7
10
  export declare var BatchGetMetricsResponse$: StaticStructureSchema;
8
11
  export declare var BatchPutMetricsError$: StaticStructureSchema;
@@ -11,6 +14,5 @@ export declare var BatchPutMetricsResponse$: StaticStructureSchema;
11
14
  export declare var MetricQuery$: StaticStructureSchema;
12
15
  export declare var MetricQueryResult$: StaticStructureSchema;
13
16
  export declare var RawMetricData$: StaticStructureSchema;
14
- export declare var SageMakerMetricsServiceException$: StaticErrorSchema;
15
17
  export declare var BatchGetMetrics$: StaticOperationSchema;
16
18
  export declare var BatchPutMetrics$: StaticOperationSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sagemaker-metrics",
3
3
  "description": "AWS SDK for JavaScript Sagemaker Metrics Client for Node.js, Browser and React Native",
4
- "version": "3.987.0",
4
+ "version": "3.989.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-sagemaker-metrics",
@@ -21,38 +21,38 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.7",
25
- "@aws-sdk/credential-provider-node": "^3.972.6",
24
+ "@aws-sdk/core": "^3.973.9",
25
+ "@aws-sdk/credential-provider-node": "^3.972.8",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.3",
27
27
  "@aws-sdk/middleware-logger": "^3.972.3",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.3",
29
- "@aws-sdk/middleware-user-agent": "^3.972.7",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.9",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.3",
31
31
  "@aws-sdk/types": "^3.973.1",
32
- "@aws-sdk/util-endpoints": "3.987.0",
32
+ "@aws-sdk/util-endpoints": "3.989.0",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
34
- "@aws-sdk/util-user-agent-node": "^3.972.5",
34
+ "@aws-sdk/util-user-agent-node": "^3.972.7",
35
35
  "@smithy/config-resolver": "^4.4.6",
36
- "@smithy/core": "^3.22.1",
36
+ "@smithy/core": "^3.23.0",
37
37
  "@smithy/fetch-http-handler": "^5.3.9",
38
38
  "@smithy/hash-node": "^4.2.8",
39
39
  "@smithy/invalid-dependency": "^4.2.8",
40
40
  "@smithy/middleware-content-length": "^4.2.8",
41
- "@smithy/middleware-endpoint": "^4.4.13",
42
- "@smithy/middleware-retry": "^4.4.30",
41
+ "@smithy/middleware-endpoint": "^4.4.14",
42
+ "@smithy/middleware-retry": "^4.4.31",
43
43
  "@smithy/middleware-serde": "^4.2.9",
44
44
  "@smithy/middleware-stack": "^4.2.8",
45
45
  "@smithy/node-config-provider": "^4.3.8",
46
- "@smithy/node-http-handler": "^4.4.9",
46
+ "@smithy/node-http-handler": "^4.4.10",
47
47
  "@smithy/protocol-http": "^5.3.8",
48
- "@smithy/smithy-client": "^4.11.2",
48
+ "@smithy/smithy-client": "^4.11.3",
49
49
  "@smithy/types": "^4.12.0",
50
50
  "@smithy/url-parser": "^4.2.8",
51
51
  "@smithy/util-base64": "^4.3.0",
52
52
  "@smithy/util-body-length-browser": "^4.2.0",
53
53
  "@smithy/util-body-length-node": "^4.2.1",
54
- "@smithy/util-defaults-mode-browser": "^4.3.29",
55
- "@smithy/util-defaults-mode-node": "^4.2.32",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.30",
55
+ "@smithy/util-defaults-mode-node": "^4.2.33",
56
56
  "@smithy/util-endpoints": "^3.2.8",
57
57
  "@smithy/util-middleware": "^4.2.8",
58
58
  "@smithy/util-retry": "^4.2.8",