@aws-sdk/client-sagemaker-geospatial 3.929.0 → 3.931.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
@@ -166,24 +166,6 @@ const AlgorithmNameResampling = {
166
166
  RMS: "RMS",
167
167
  SUM: "SUM",
168
168
  };
169
- exports.AreaOfInterestGeometry = void 0;
170
- (function (AreaOfInterestGeometry) {
171
- AreaOfInterestGeometry.visit = (value, visitor) => {
172
- if (value.PolygonGeometry !== undefined)
173
- return visitor.PolygonGeometry(value.PolygonGeometry);
174
- if (value.MultiPolygonGeometry !== undefined)
175
- return visitor.MultiPolygonGeometry(value.MultiPolygonGeometry);
176
- return visitor._(value.$unknown[0], value.$unknown[1]);
177
- };
178
- })(exports.AreaOfInterestGeometry || (exports.AreaOfInterestGeometry = {}));
179
- exports.AreaOfInterest = void 0;
180
- (function (AreaOfInterest) {
181
- AreaOfInterest.visit = (value, visitor) => {
182
- if (value.AreaOfInterestGeometry !== undefined)
183
- return visitor.AreaOfInterestGeometry(value.AreaOfInterestGeometry);
184
- return visitor._(value.$unknown[0], value.$unknown[1]);
185
- };
186
- })(exports.AreaOfInterest || (exports.AreaOfInterest = {}));
187
169
  const OutputType = {
188
170
  FLOAT32: "FLOAT32",
189
171
  FLOAT64: "FLOAT64",
@@ -313,24 +295,6 @@ const ExportErrorType = {
313
295
  const LogicalOperator = {
314
296
  AND: "AND",
315
297
  };
316
- exports.Property = void 0;
317
- (function (Property) {
318
- Property.visit = (value, visitor) => {
319
- if (value.EoCloudCover !== undefined)
320
- return visitor.EoCloudCover(value.EoCloudCover);
321
- if (value.ViewOffNadir !== undefined)
322
- return visitor.ViewOffNadir(value.ViewOffNadir);
323
- if (value.ViewSunAzimuth !== undefined)
324
- return visitor.ViewSunAzimuth(value.ViewSunAzimuth);
325
- if (value.ViewSunElevation !== undefined)
326
- return visitor.ViewSunElevation(value.ViewSunElevation);
327
- if (value.Platform !== undefined)
328
- return visitor.Platform(value.Platform);
329
- if (value.LandsatCloudCoverLand !== undefined)
330
- return visitor.LandsatCloudCoverLand(value.LandsatCloudCoverLand);
331
- return visitor._(value.$unknown[0], value.$unknown[1]);
332
- };
333
- })(exports.Property || (exports.Property = {}));
334
298
  const Unit = {
335
299
  METERS: "METERS",
336
300
  };
@@ -356,30 +320,6 @@ const ZonalStatistics = {
356
320
  STANDARD_DEVIATION: "STANDARD_DEVIATION",
357
321
  SUM: "SUM",
358
322
  };
359
- exports.JobConfigInput = void 0;
360
- (function (JobConfigInput) {
361
- JobConfigInput.visit = (value, visitor) => {
362
- if (value.BandMathConfig !== undefined)
363
- return visitor.BandMathConfig(value.BandMathConfig);
364
- if (value.ResamplingConfig !== undefined)
365
- return visitor.ResamplingConfig(value.ResamplingConfig);
366
- if (value.TemporalStatisticsConfig !== undefined)
367
- return visitor.TemporalStatisticsConfig(value.TemporalStatisticsConfig);
368
- if (value.CloudRemovalConfig !== undefined)
369
- return visitor.CloudRemovalConfig(value.CloudRemovalConfig);
370
- if (value.ZonalStatisticsConfig !== undefined)
371
- return visitor.ZonalStatisticsConfig(value.ZonalStatisticsConfig);
372
- if (value.GeoMosaicConfig !== undefined)
373
- return visitor.GeoMosaicConfig(value.GeoMosaicConfig);
374
- if (value.StackConfig !== undefined)
375
- return visitor.StackConfig(value.StackConfig);
376
- if (value.CloudMaskingConfig !== undefined)
377
- return visitor.CloudMaskingConfig(value.CloudMaskingConfig);
378
- if (value.LandCoverSegmentationConfig !== undefined)
379
- return visitor.LandCoverSegmentationConfig(value.LandCoverSegmentationConfig);
380
- return visitor._(value.$unknown[0], value.$unknown[1]);
381
- };
382
- })(exports.JobConfigInput || (exports.JobConfigInput = {}));
383
323
  const EarthObservationJobStatus = {
384
324
  COMPLETED: "COMPLETED",
385
325
  DELETED: "DELETED",
@@ -411,27 +351,9 @@ const VectorEnrichmentJobExportErrorType = {
411
351
  CLIENT_ERROR: "CLIENT_ERROR",
412
352
  SERVER_ERROR: "SERVER_ERROR",
413
353
  };
414
- exports.VectorEnrichmentJobDataSourceConfigInput = void 0;
415
- (function (VectorEnrichmentJobDataSourceConfigInput) {
416
- VectorEnrichmentJobDataSourceConfigInput.visit = (value, visitor) => {
417
- if (value.S3Data !== undefined)
418
- return visitor.S3Data(value.S3Data);
419
- return visitor._(value.$unknown[0], value.$unknown[1]);
420
- };
421
- })(exports.VectorEnrichmentJobDataSourceConfigInput || (exports.VectorEnrichmentJobDataSourceConfigInput = {}));
422
354
  const VectorEnrichmentJobDocumentType = {
423
355
  CSV: "CSV",
424
356
  };
425
- exports.VectorEnrichmentJobConfig = void 0;
426
- (function (VectorEnrichmentJobConfig) {
427
- VectorEnrichmentJobConfig.visit = (value, visitor) => {
428
- if (value.ReverseGeocodingConfig !== undefined)
429
- return visitor.ReverseGeocodingConfig(value.ReverseGeocodingConfig);
430
- if (value.MapMatchingConfig !== undefined)
431
- return visitor.MapMatchingConfig(value.MapMatchingConfig);
432
- return visitor._(value.$unknown[0], value.$unknown[1]);
433
- };
434
- })(exports.VectorEnrichmentJobConfig || (exports.VectorEnrichmentJobConfig = {}));
435
357
  const VectorEnrichmentJobStatus = {
436
358
  COMPLETED: "COMPLETED",
437
359
  DELETED: "DELETED",
@@ -48,24 +48,6 @@ export const AlgorithmNameResampling = {
48
48
  RMS: "RMS",
49
49
  SUM: "SUM",
50
50
  };
51
- export var AreaOfInterestGeometry;
52
- (function (AreaOfInterestGeometry) {
53
- AreaOfInterestGeometry.visit = (value, visitor) => {
54
- if (value.PolygonGeometry !== undefined)
55
- return visitor.PolygonGeometry(value.PolygonGeometry);
56
- if (value.MultiPolygonGeometry !== undefined)
57
- return visitor.MultiPolygonGeometry(value.MultiPolygonGeometry);
58
- return visitor._(value.$unknown[0], value.$unknown[1]);
59
- };
60
- })(AreaOfInterestGeometry || (AreaOfInterestGeometry = {}));
61
- export var AreaOfInterest;
62
- (function (AreaOfInterest) {
63
- AreaOfInterest.visit = (value, visitor) => {
64
- if (value.AreaOfInterestGeometry !== undefined)
65
- return visitor.AreaOfInterestGeometry(value.AreaOfInterestGeometry);
66
- return visitor._(value.$unknown[0], value.$unknown[1]);
67
- };
68
- })(AreaOfInterest || (AreaOfInterest = {}));
69
51
  export const OutputType = {
70
52
  FLOAT32: "FLOAT32",
71
53
  FLOAT64: "FLOAT64",
@@ -195,24 +177,6 @@ export const ExportErrorType = {
195
177
  export const LogicalOperator = {
196
178
  AND: "AND",
197
179
  };
198
- export var Property;
199
- (function (Property) {
200
- Property.visit = (value, visitor) => {
201
- if (value.EoCloudCover !== undefined)
202
- return visitor.EoCloudCover(value.EoCloudCover);
203
- if (value.ViewOffNadir !== undefined)
204
- return visitor.ViewOffNadir(value.ViewOffNadir);
205
- if (value.ViewSunAzimuth !== undefined)
206
- return visitor.ViewSunAzimuth(value.ViewSunAzimuth);
207
- if (value.ViewSunElevation !== undefined)
208
- return visitor.ViewSunElevation(value.ViewSunElevation);
209
- if (value.Platform !== undefined)
210
- return visitor.Platform(value.Platform);
211
- if (value.LandsatCloudCoverLand !== undefined)
212
- return visitor.LandsatCloudCoverLand(value.LandsatCloudCoverLand);
213
- return visitor._(value.$unknown[0], value.$unknown[1]);
214
- };
215
- })(Property || (Property = {}));
216
180
  export const Unit = {
217
181
  METERS: "METERS",
218
182
  };
@@ -238,30 +202,6 @@ export const ZonalStatistics = {
238
202
  STANDARD_DEVIATION: "STANDARD_DEVIATION",
239
203
  SUM: "SUM",
240
204
  };
241
- export var JobConfigInput;
242
- (function (JobConfigInput) {
243
- JobConfigInput.visit = (value, visitor) => {
244
- if (value.BandMathConfig !== undefined)
245
- return visitor.BandMathConfig(value.BandMathConfig);
246
- if (value.ResamplingConfig !== undefined)
247
- return visitor.ResamplingConfig(value.ResamplingConfig);
248
- if (value.TemporalStatisticsConfig !== undefined)
249
- return visitor.TemporalStatisticsConfig(value.TemporalStatisticsConfig);
250
- if (value.CloudRemovalConfig !== undefined)
251
- return visitor.CloudRemovalConfig(value.CloudRemovalConfig);
252
- if (value.ZonalStatisticsConfig !== undefined)
253
- return visitor.ZonalStatisticsConfig(value.ZonalStatisticsConfig);
254
- if (value.GeoMosaicConfig !== undefined)
255
- return visitor.GeoMosaicConfig(value.GeoMosaicConfig);
256
- if (value.StackConfig !== undefined)
257
- return visitor.StackConfig(value.StackConfig);
258
- if (value.CloudMaskingConfig !== undefined)
259
- return visitor.CloudMaskingConfig(value.CloudMaskingConfig);
260
- if (value.LandCoverSegmentationConfig !== undefined)
261
- return visitor.LandCoverSegmentationConfig(value.LandCoverSegmentationConfig);
262
- return visitor._(value.$unknown[0], value.$unknown[1]);
263
- };
264
- })(JobConfigInput || (JobConfigInput = {}));
265
205
  export const EarthObservationJobStatus = {
266
206
  COMPLETED: "COMPLETED",
267
207
  DELETED: "DELETED",
@@ -293,27 +233,9 @@ export const VectorEnrichmentJobExportErrorType = {
293
233
  CLIENT_ERROR: "CLIENT_ERROR",
294
234
  SERVER_ERROR: "SERVER_ERROR",
295
235
  };
296
- export var VectorEnrichmentJobDataSourceConfigInput;
297
- (function (VectorEnrichmentJobDataSourceConfigInput) {
298
- VectorEnrichmentJobDataSourceConfigInput.visit = (value, visitor) => {
299
- if (value.S3Data !== undefined)
300
- return visitor.S3Data(value.S3Data);
301
- return visitor._(value.$unknown[0], value.$unknown[1]);
302
- };
303
- })(VectorEnrichmentJobDataSourceConfigInput || (VectorEnrichmentJobDataSourceConfigInput = {}));
304
236
  export const VectorEnrichmentJobDocumentType = {
305
237
  CSV: "CSV",
306
238
  };
307
- export var VectorEnrichmentJobConfig;
308
- (function (VectorEnrichmentJobConfig) {
309
- VectorEnrichmentJobConfig.visit = (value, visitor) => {
310
- if (value.ReverseGeocodingConfig !== undefined)
311
- return visitor.ReverseGeocodingConfig(value.ReverseGeocodingConfig);
312
- if (value.MapMatchingConfig !== undefined)
313
- return visitor.MapMatchingConfig(value.MapMatchingConfig);
314
- return visitor._(value.$unknown[0], value.$unknown[1]);
315
- };
316
- })(VectorEnrichmentJobConfig || (VectorEnrichmentJobConfig = {}));
317
239
  export const VectorEnrichmentJobStatus = {
318
240
  COMPLETED: "COMPLETED",
319
241
  DELETED: "DELETED",
@@ -217,12 +217,15 @@ export declare namespace AreaOfInterestGeometry {
217
217
  MultiPolygonGeometry?: never;
218
218
  $unknown: [string, any];
219
219
  }
220
+ /**
221
+ * @deprecated unused in schema-serde mode.
222
+ *
223
+ */
220
224
  interface Visitor<T> {
221
225
  PolygonGeometry: (value: PolygonGeometryInput) => T;
222
226
  MultiPolygonGeometry: (value: MultiPolygonGeometryInput) => T;
223
227
  _: (name: string, value: any) => T;
224
228
  }
225
- const visit: <T>(value: AreaOfInterestGeometry, visitor: Visitor<T>) => T;
226
229
  }
227
230
  /**
228
231
  * <p>The geographic extent of the Earth Observation job.</p>
@@ -248,11 +251,14 @@ export declare namespace AreaOfInterest {
248
251
  AreaOfInterestGeometry?: never;
249
252
  $unknown: [string, any];
250
253
  }
254
+ /**
255
+ * @deprecated unused in schema-serde mode.
256
+ *
257
+ */
251
258
  interface Visitor<T> {
252
259
  AreaOfInterestGeometry: (value: AreaOfInterestGeometry) => T;
253
260
  _: (name: string, value: any) => T;
254
261
  }
255
- const visit: <T>(value: AreaOfInterest, visitor: Visitor<T>) => T;
256
262
  }
257
263
  /**
258
264
  * <p>The structure containing the asset properties.</p>
@@ -1055,6 +1061,10 @@ export declare namespace Property {
1055
1061
  LandsatCloudCoverLand?: never;
1056
1062
  $unknown: [string, any];
1057
1063
  }
1064
+ /**
1065
+ * @deprecated unused in schema-serde mode.
1066
+ *
1067
+ */
1058
1068
  interface Visitor<T> {
1059
1069
  EoCloudCover: (value: EoCloudCoverInput) => T;
1060
1070
  ViewOffNadir: (value: ViewOffNadirInput) => T;
@@ -1064,7 +1074,6 @@ export declare namespace Property {
1064
1074
  LandsatCloudCoverLand: (value: LandsatCloudCoverLandInput) => T;
1065
1075
  _: (name: string, value: any) => T;
1066
1076
  }
1067
- const visit: <T>(value: Property, visitor: Visitor<T>) => T;
1068
1077
  }
1069
1078
  /**
1070
1079
  * <p>The structure representing a single PropertyFilter.</p>
@@ -1611,6 +1620,10 @@ export declare namespace JobConfigInput {
1611
1620
  LandCoverSegmentationConfig?: never;
1612
1621
  $unknown: [string, any];
1613
1622
  }
1623
+ /**
1624
+ * @deprecated unused in schema-serde mode.
1625
+ *
1626
+ */
1614
1627
  interface Visitor<T> {
1615
1628
  BandMathConfig: (value: BandMathConfigInput) => T;
1616
1629
  ResamplingConfig: (value: ResamplingConfigInput) => T;
@@ -1623,7 +1636,6 @@ export declare namespace JobConfigInput {
1623
1636
  LandCoverSegmentationConfig: (value: LandCoverSegmentationConfigInput) => T;
1624
1637
  _: (name: string, value: any) => T;
1625
1638
  }
1626
- const visit: <T>(value: JobConfigInput, visitor: Visitor<T>) => T;
1627
1639
  }
1628
1640
  /**
1629
1641
  * <p>A single EarthObservationJob output band.</p>
@@ -2392,11 +2404,14 @@ export declare namespace VectorEnrichmentJobDataSourceConfigInput {
2392
2404
  S3Data?: never;
2393
2405
  $unknown: [string, any];
2394
2406
  }
2407
+ /**
2408
+ * @deprecated unused in schema-serde mode.
2409
+ *
2410
+ */
2395
2411
  interface Visitor<T> {
2396
2412
  S3Data: (value: VectorEnrichmentJobS3Data) => T;
2397
2413
  _: (name: string, value: any) => T;
2398
2414
  }
2399
- const visit: <T>(value: VectorEnrichmentJobDataSourceConfigInput, visitor: Visitor<T>) => T;
2400
2415
  }
2401
2416
  /**
2402
2417
  * @public
@@ -2502,12 +2517,15 @@ export declare namespace VectorEnrichmentJobConfig {
2502
2517
  MapMatchingConfig?: never;
2503
2518
  $unknown: [string, any];
2504
2519
  }
2520
+ /**
2521
+ * @deprecated unused in schema-serde mode.
2522
+ *
2523
+ */
2505
2524
  interface Visitor<T> {
2506
2525
  ReverseGeocodingConfig: (value: ReverseGeocodingConfig) => T;
2507
2526
  MapMatchingConfig: (value: MapMatchingConfig) => T;
2508
2527
  _: (name: string, value: any) => T;
2509
2528
  }
2510
- const visit: <T>(value: VectorEnrichmentJobConfig, visitor: Visitor<T>) => T;
2511
2529
  }
2512
2530
  /**
2513
2531
  * @public
@@ -81,7 +81,6 @@ export declare namespace AreaOfInterestGeometry {
81
81
  MultiPolygonGeometry: (value: MultiPolygonGeometryInput) => T;
82
82
  _: (name: string, value: any) => T;
83
83
  }
84
- const visit: <T>(value: AreaOfInterestGeometry, visitor: Visitor<T>) => T;
85
84
  }
86
85
  export type AreaOfInterest =
87
86
  | AreaOfInterest.AreaOfInterestGeometryMember
@@ -99,7 +98,6 @@ export declare namespace AreaOfInterest {
99
98
  AreaOfInterestGeometry: (value: AreaOfInterestGeometry) => T;
100
99
  _: (name: string, value: any) => T;
101
100
  }
102
- const visit: <T>(value: AreaOfInterest, visitor: Visitor<T>) => T;
103
101
  }
104
102
  export interface AssetValue {
105
103
  Href?: string | undefined;
@@ -385,7 +383,6 @@ export declare namespace Property {
385
383
  LandsatCloudCoverLand: (value: LandsatCloudCoverLandInput) => T;
386
384
  _: (name: string, value: any) => T;
387
385
  }
388
- const visit: <T>(value: Property, visitor: Visitor<T>) => T;
389
386
  }
390
387
  export interface PropertyFilter {
391
388
  Property: Property | undefined;
@@ -622,7 +619,6 @@ export declare namespace JobConfigInput {
622
619
  LandCoverSegmentationConfig: (value: LandCoverSegmentationConfigInput) => T;
623
620
  _: (name: string, value: any) => T;
624
621
  }
625
- const visit: <T>(value: JobConfigInput, visitor: Visitor<T>) => T;
626
622
  }
627
623
  export interface OutputBand {
628
624
  BandName: string | undefined;
@@ -827,10 +823,6 @@ export declare namespace VectorEnrichmentJobDataSourceConfigInput {
827
823
  S3Data: (value: VectorEnrichmentJobS3Data) => T;
828
824
  _: (name: string, value: any) => T;
829
825
  }
830
- const visit: <T>(
831
- value: VectorEnrichmentJobDataSourceConfigInput,
832
- visitor: Visitor<T>
833
- ) => T;
834
826
  }
835
827
  export declare const VectorEnrichmentJobDocumentType: {
836
828
  readonly CSV: "CSV";
@@ -876,7 +868,6 @@ export declare namespace VectorEnrichmentJobConfig {
876
868
  MapMatchingConfig: (value: MapMatchingConfig) => T;
877
869
  _: (name: string, value: any) => T;
878
870
  }
879
- const visit: <T>(value: VectorEnrichmentJobConfig, visitor: Visitor<T>) => T;
880
871
  }
881
872
  export declare const VectorEnrichmentJobStatus: {
882
873
  readonly COMPLETED: "COMPLETED";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sagemaker-geospatial",
3
3
  "description": "AWS SDK for JavaScript Sagemaker Geospatial Client for Node.js, Browser and React Native",
4
- "version": "3.929.0",
4
+ "version": "3.931.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-sagemaker-geospatial",
@@ -20,42 +20,42 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.928.0",
24
- "@aws-sdk/credential-provider-node": "3.929.0",
25
- "@aws-sdk/middleware-host-header": "3.922.0",
26
- "@aws-sdk/middleware-logger": "3.922.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.922.0",
28
- "@aws-sdk/middleware-user-agent": "3.928.0",
29
- "@aws-sdk/region-config-resolver": "3.925.0",
30
- "@aws-sdk/types": "3.922.0",
31
- "@aws-sdk/util-endpoints": "3.922.0",
32
- "@aws-sdk/util-user-agent-browser": "3.922.0",
33
- "@aws-sdk/util-user-agent-node": "3.928.0",
34
- "@smithy/config-resolver": "^4.4.2",
35
- "@smithy/core": "^3.17.2",
36
- "@smithy/fetch-http-handler": "^5.3.5",
37
- "@smithy/hash-node": "^4.2.4",
38
- "@smithy/invalid-dependency": "^4.2.4",
39
- "@smithy/middleware-content-length": "^4.2.4",
40
- "@smithy/middleware-endpoint": "^4.3.6",
41
- "@smithy/middleware-retry": "^4.4.6",
42
- "@smithy/middleware-serde": "^4.2.4",
43
- "@smithy/middleware-stack": "^4.2.4",
44
- "@smithy/node-config-provider": "^4.3.4",
45
- "@smithy/node-http-handler": "^4.4.4",
46
- "@smithy/protocol-http": "^5.3.4",
47
- "@smithy/smithy-client": "^4.9.2",
48
- "@smithy/types": "^4.8.1",
49
- "@smithy/url-parser": "^4.2.4",
23
+ "@aws-sdk/core": "3.931.0",
24
+ "@aws-sdk/credential-provider-node": "3.931.0",
25
+ "@aws-sdk/middleware-host-header": "3.930.0",
26
+ "@aws-sdk/middleware-logger": "3.930.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.930.0",
28
+ "@aws-sdk/middleware-user-agent": "3.931.0",
29
+ "@aws-sdk/region-config-resolver": "3.930.0",
30
+ "@aws-sdk/types": "3.930.0",
31
+ "@aws-sdk/util-endpoints": "3.930.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.930.0",
33
+ "@aws-sdk/util-user-agent-node": "3.931.0",
34
+ "@smithy/config-resolver": "^4.4.3",
35
+ "@smithy/core": "^3.18.2",
36
+ "@smithy/fetch-http-handler": "^5.3.6",
37
+ "@smithy/hash-node": "^4.2.5",
38
+ "@smithy/invalid-dependency": "^4.2.5",
39
+ "@smithy/middleware-content-length": "^4.2.5",
40
+ "@smithy/middleware-endpoint": "^4.3.9",
41
+ "@smithy/middleware-retry": "^4.4.9",
42
+ "@smithy/middleware-serde": "^4.2.5",
43
+ "@smithy/middleware-stack": "^4.2.5",
44
+ "@smithy/node-config-provider": "^4.3.5",
45
+ "@smithy/node-http-handler": "^4.4.5",
46
+ "@smithy/protocol-http": "^5.3.5",
47
+ "@smithy/smithy-client": "^4.9.5",
48
+ "@smithy/types": "^4.9.0",
49
+ "@smithy/url-parser": "^4.2.5",
50
50
  "@smithy/util-base64": "^4.3.0",
51
51
  "@smithy/util-body-length-browser": "^4.2.0",
52
52
  "@smithy/util-body-length-node": "^4.2.1",
53
- "@smithy/util-defaults-mode-browser": "^4.3.5",
54
- "@smithy/util-defaults-mode-node": "^4.2.8",
55
- "@smithy/util-endpoints": "^3.2.4",
56
- "@smithy/util-middleware": "^4.2.4",
57
- "@smithy/util-retry": "^4.2.4",
58
- "@smithy/util-stream": "^4.5.5",
53
+ "@smithy/util-defaults-mode-browser": "^4.3.8",
54
+ "@smithy/util-defaults-mode-node": "^4.2.11",
55
+ "@smithy/util-endpoints": "^3.2.5",
56
+ "@smithy/util-middleware": "^4.2.5",
57
+ "@smithy/util-retry": "^4.2.5",
58
+ "@smithy/util-stream": "^4.5.6",
59
59
  "@smithy/util-utf8": "^4.2.0",
60
60
  "tslib": "^2.6.2"
61
61
  },