@aws-sdk/client-medical-imaging 3.987.0 → 3.988.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 +37 -825
- package/dist-cjs/models/MedicalImagingServiceException.js +12 -0
- package/dist-cjs/models/errors.js +95 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +637 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +54 -48
- package/dist-types/schemas/schemas_0.d.ts +13 -6
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +8 -6
- package/package.json +14 -14
|
@@ -172,7 +172,7 @@ const _pTP = "promoteToPrimary";
|
|
|
172
172
|
const _rA = "removableAttributes";
|
|
173
173
|
const _rAe = "resourceArn";
|
|
174
174
|
const _rTVI = "revertToVersionId";
|
|
175
|
-
const _s = "
|
|
175
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.medicalimaging";
|
|
176
176
|
const _sA = "submittedAt";
|
|
177
177
|
const _sC = "searchCriteria";
|
|
178
178
|
const _sF = "sortField";
|
|
@@ -182,8 +182,8 @@ const _sISP = "sourceImageSetProperties";
|
|
|
182
182
|
const _sO = "sortOrder";
|
|
183
183
|
const _sT = "storageTier";
|
|
184
184
|
const _se = "server";
|
|
185
|
-
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.medicalimaging";
|
|
186
185
|
const _so = "sort";
|
|
186
|
+
const _st = "streaming";
|
|
187
187
|
const _t = "tags";
|
|
188
188
|
const _tK = "tagKeys";
|
|
189
189
|
const _uA = "updatedAt";
|
|
@@ -196,6 +196,56 @@ const n0 = "com.amazonaws.medicalimaging";
|
|
|
196
196
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
197
197
|
import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
|
|
198
198
|
import { MedicalImagingServiceException } from "../models/MedicalImagingServiceException";
|
|
199
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
200
|
+
export var MedicalImagingServiceException$ = [-3, _s, "MedicalImagingServiceException", 0, [], []];
|
|
201
|
+
_s_registry.registerError(MedicalImagingServiceException$, MedicalImagingServiceException);
|
|
202
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
203
|
+
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
204
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
205
|
+
[_m],
|
|
206
|
+
[0], 1
|
|
207
|
+
];
|
|
208
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
209
|
+
export var ConflictException$ = [-3, n0, _CE,
|
|
210
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
211
|
+
[_m],
|
|
212
|
+
[0], 1
|
|
213
|
+
];
|
|
214
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
215
|
+
export var InternalServerException$ = [-3, n0, _ISE,
|
|
216
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
217
|
+
[_m],
|
|
218
|
+
[0], 1
|
|
219
|
+
];
|
|
220
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
221
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
222
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
223
|
+
[_m],
|
|
224
|
+
[0], 1
|
|
225
|
+
];
|
|
226
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
227
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
228
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
229
|
+
[_m],
|
|
230
|
+
[0], 1
|
|
231
|
+
];
|
|
232
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
233
|
+
export var ThrottlingException$ = [-3, n0, _TE,
|
|
234
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
235
|
+
[_m],
|
|
236
|
+
[0], 1
|
|
237
|
+
];
|
|
238
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
239
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
240
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
241
|
+
[_m],
|
|
242
|
+
[0], 1
|
|
243
|
+
];
|
|
244
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
245
|
+
export const errorTypeRegistries = [
|
|
246
|
+
_s_registry,
|
|
247
|
+
n0_registry,
|
|
248
|
+
];
|
|
199
249
|
var CopiableAttributes = [0, n0, _CA, 8, 0];
|
|
200
250
|
var DICOMAccessionNumber = [0, n0, _DICOMAN, 8, 0];
|
|
201
251
|
var DICOMAttribute = [0, n0, _DICOMA, 8, 21];
|
|
@@ -212,20 +262,8 @@ var DICOMStudyDescription = [0, n0, _DICOMSDt, 8, 0];
|
|
|
212
262
|
var DICOMStudyId = [0, n0, _DICOMSI, 8, 0];
|
|
213
263
|
var DICOMStudyInstanceUID = [0, n0, _DICOMSIUIDt, 8, 0];
|
|
214
264
|
var DICOMStudyTime = [0, n0, _DICOMST, 8, 0];
|
|
215
|
-
var ImageSetMetadataBlob = [0, n0, _ISMB, { [
|
|
216
|
-
var PayloadBlob = [0, n0, _PB, { [
|
|
217
|
-
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
218
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
219
|
-
[_m],
|
|
220
|
-
[0], 1
|
|
221
|
-
];
|
|
222
|
-
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
223
|
-
export var ConflictException$ = [-3, n0, _CE,
|
|
224
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
225
|
-
[_m],
|
|
226
|
-
[0], 1
|
|
227
|
-
];
|
|
228
|
-
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
265
|
+
var ImageSetMetadataBlob = [0, n0, _ISMB, { [_st]: 1 }, 42];
|
|
266
|
+
var PayloadBlob = [0, n0, _PB, { [_st]: 1 }, 42];
|
|
229
267
|
export var CopyDestinationImageSet$ = [3, n0, _CDIS,
|
|
230
268
|
0,
|
|
231
269
|
[_iSI, _lVI],
|
|
@@ -391,12 +429,6 @@ export var ImageSetsMetadataSummary$ = [3, n0, _ISMS,
|
|
|
391
429
|
[_iSI, _v, _cA, _uA, _lAAa, _sT, _DICOMT, _iP],
|
|
392
430
|
[0, 1, 4, 4, 4, 0, [() => DICOMTags$, 0], 2], 1
|
|
393
431
|
];
|
|
394
|
-
export var InternalServerException$ = [-3, n0, _ISE,
|
|
395
|
-
{ [_e]: _se, [_hE]: 500 },
|
|
396
|
-
[_m],
|
|
397
|
-
[0], 1
|
|
398
|
-
];
|
|
399
|
-
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
400
432
|
export var ListDatastoresRequest$ = [3, n0, _LDR,
|
|
401
433
|
0,
|
|
402
434
|
[_dS, _nT, _mR],
|
|
@@ -447,12 +479,6 @@ export var Overrides$ = [3, n0, _O,
|
|
|
447
479
|
[_fo],
|
|
448
480
|
[2]
|
|
449
481
|
];
|
|
450
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
451
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
452
|
-
[_m],
|
|
453
|
-
[0], 1
|
|
454
|
-
];
|
|
455
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
456
482
|
export var SearchCriteria$ = [3, n0, _SC,
|
|
457
483
|
8,
|
|
458
484
|
[_fi, _so],
|
|
@@ -473,12 +499,6 @@ export var SearchImageSetsResponse$ = [3, n0, _SISRe,
|
|
|
473
499
|
[_iSMS, _so, _nT],
|
|
474
500
|
[[() => ImageSetsMetadataSummaries, 0], () => Sort$, 0], 1
|
|
475
501
|
];
|
|
476
|
-
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
477
|
-
{ [_e]: _c, [_hE]: 402 },
|
|
478
|
-
[_m],
|
|
479
|
-
[0], 1
|
|
480
|
-
];
|
|
481
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
482
502
|
export var Sort$ = [3, n0, _S,
|
|
483
503
|
0,
|
|
484
504
|
[_sO, _sF],
|
|
@@ -504,12 +524,6 @@ export var TagResourceResponse$ = [3, n0, _TRRa,
|
|
|
504
524
|
[],
|
|
505
525
|
[]
|
|
506
526
|
];
|
|
507
|
-
export var ThrottlingException$ = [-3, n0, _TE,
|
|
508
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
509
|
-
[_m],
|
|
510
|
-
[0], 1
|
|
511
|
-
];
|
|
512
|
-
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
513
527
|
export var UntagResourceRequest$ = [3, n0, _URR,
|
|
514
528
|
0,
|
|
515
529
|
[_rAe, _tK],
|
|
@@ -530,14 +544,6 @@ export var UpdateImageSetMetadataResponse$ = [3, n0, _UISMRp,
|
|
|
530
544
|
[_dI, _iSI, _lVI, _iSS, _iSWS, _cA, _uA, _m],
|
|
531
545
|
[0, 0, 0, 0, 0, 4, 4, 0], 4
|
|
532
546
|
];
|
|
533
|
-
export var ValidationException$ = [-3, n0, _VE,
|
|
534
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
535
|
-
[_m],
|
|
536
|
-
[0], 1
|
|
537
|
-
];
|
|
538
|
-
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
539
|
-
export var MedicalImagingServiceException$ = [-3, _sm, "MedicalImagingServiceException", 0, [], []];
|
|
540
|
-
TypeRegistry.for(_sm).registerError(MedicalImagingServiceException$, MedicalImagingServiceException);
|
|
541
547
|
var DatastoreSummaries = [1, n0, _DSa,
|
|
542
548
|
0, () => DatastoreSummary$
|
|
543
549
|
];
|
|
@@ -1,6 +1,19 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
|
|
3
|
+
export declare var MedicalImagingServiceException$: StaticErrorSchema;
|
|
2
4
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
3
5
|
export declare var ConflictException$: StaticErrorSchema;
|
|
6
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
7
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
8
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
9
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
10
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
11
|
+
/**
|
|
12
|
+
* TypeRegistry instances containing modeled errors.
|
|
13
|
+
* @internal
|
|
14
|
+
*
|
|
15
|
+
*/
|
|
16
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
4
17
|
export declare var CopyDestinationImageSet$: StaticStructureSchema;
|
|
5
18
|
export declare var CopyDestinationImageSetProperties$: StaticStructureSchema;
|
|
6
19
|
export declare var CopyImageSetInformation$: StaticStructureSchema;
|
|
@@ -34,7 +47,6 @@ export declare var GetImageSetResponse$: StaticStructureSchema;
|
|
|
34
47
|
export declare var ImageFrameInformation$: StaticStructureSchema;
|
|
35
48
|
export declare var ImageSetProperties$: StaticStructureSchema;
|
|
36
49
|
export declare var ImageSetsMetadataSummary$: StaticStructureSchema;
|
|
37
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
38
50
|
export declare var ListDatastoresRequest$: StaticStructureSchema;
|
|
39
51
|
export declare var ListDatastoresResponse$: StaticStructureSchema;
|
|
40
52
|
export declare var ListDICOMImportJobsRequest$: StaticStructureSchema;
|
|
@@ -45,24 +57,19 @@ export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
|
45
57
|
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
46
58
|
export declare var MetadataCopies$: StaticStructureSchema;
|
|
47
59
|
export declare var Overrides$: StaticStructureSchema;
|
|
48
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
49
60
|
export declare var SearchCriteria$: StaticStructureSchema;
|
|
50
61
|
export declare var SearchFilter$: StaticStructureSchema;
|
|
51
62
|
export declare var SearchImageSetsRequest$: StaticStructureSchema;
|
|
52
63
|
export declare var SearchImageSetsResponse$: StaticStructureSchema;
|
|
53
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
54
64
|
export declare var Sort$: StaticStructureSchema;
|
|
55
65
|
export declare var StartDICOMImportJobRequest$: StaticStructureSchema;
|
|
56
66
|
export declare var StartDICOMImportJobResponse$: StaticStructureSchema;
|
|
57
67
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
58
68
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
59
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
60
69
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
61
70
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
62
71
|
export declare var UpdateImageSetMetadataRequest$: StaticStructureSchema;
|
|
63
72
|
export declare var UpdateImageSetMetadataResponse$: StaticStructureSchema;
|
|
64
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
65
|
-
export declare var MedicalImagingServiceException$: StaticErrorSchema;
|
|
66
73
|
export declare var MetadataUpdates$: StaticUnionSchema;
|
|
67
74
|
export declare var SearchByAttributeValue$: StaticUnionSchema;
|
|
68
75
|
export declare var CopyImageSet$: StaticOperationSchema;
|
|
@@ -1,11 +1,19 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
StaticUnionSchema,
|
|
6
7
|
} from "@smithy/types";
|
|
8
|
+
export declare var MedicalImagingServiceException$: StaticErrorSchema;
|
|
7
9
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
8
10
|
export declare var ConflictException$: StaticErrorSchema;
|
|
11
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
12
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
13
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
14
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
15
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
16
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
9
17
|
export declare var CopyDestinationImageSet$: StaticStructureSchema;
|
|
10
18
|
export declare var CopyDestinationImageSetProperties$: StaticStructureSchema;
|
|
11
19
|
export declare var CopyImageSetInformation$: StaticStructureSchema;
|
|
@@ -39,7 +47,6 @@ export declare var GetImageSetResponse$: StaticStructureSchema;
|
|
|
39
47
|
export declare var ImageFrameInformation$: StaticStructureSchema;
|
|
40
48
|
export declare var ImageSetProperties$: StaticStructureSchema;
|
|
41
49
|
export declare var ImageSetsMetadataSummary$: StaticStructureSchema;
|
|
42
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
43
50
|
export declare var ListDatastoresRequest$: StaticStructureSchema;
|
|
44
51
|
export declare var ListDatastoresResponse$: StaticStructureSchema;
|
|
45
52
|
export declare var ListDICOMImportJobsRequest$: StaticStructureSchema;
|
|
@@ -50,24 +57,19 @@ export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
|
50
57
|
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
51
58
|
export declare var MetadataCopies$: StaticStructureSchema;
|
|
52
59
|
export declare var Overrides$: StaticStructureSchema;
|
|
53
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
54
60
|
export declare var SearchCriteria$: StaticStructureSchema;
|
|
55
61
|
export declare var SearchFilter$: StaticStructureSchema;
|
|
56
62
|
export declare var SearchImageSetsRequest$: StaticStructureSchema;
|
|
57
63
|
export declare var SearchImageSetsResponse$: StaticStructureSchema;
|
|
58
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
59
64
|
export declare var Sort$: StaticStructureSchema;
|
|
60
65
|
export declare var StartDICOMImportJobRequest$: StaticStructureSchema;
|
|
61
66
|
export declare var StartDICOMImportJobResponse$: StaticStructureSchema;
|
|
62
67
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
63
68
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
64
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
65
69
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
66
70
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
67
71
|
export declare var UpdateImageSetMetadataRequest$: StaticStructureSchema;
|
|
68
72
|
export declare var UpdateImageSetMetadataResponse$: StaticStructureSchema;
|
|
69
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
70
|
-
export declare var MedicalImagingServiceException$: StaticErrorSchema;
|
|
71
73
|
export declare var MetadataUpdates$: StaticUnionSchema;
|
|
72
74
|
export declare var SearchByAttributeValue$: StaticUnionSchema;
|
|
73
75
|
export declare var CopyImageSet$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-medical-imaging",
|
|
3
3
|
"description": "AWS SDK for JavaScript Medical Imaging Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.988.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-medical-imaging",
|
|
@@ -21,42 +21,42 @@
|
|
|
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.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.8",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.7",
|
|
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.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.8",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
31
|
"@aws-sdk/types": "^3.973.1",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.988.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.6",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
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.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
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.
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.11.
|
|
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.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
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",
|
|
59
|
-
"@smithy/util-stream": "^4.5.
|
|
59
|
+
"@smithy/util-stream": "^4.5.12",
|
|
60
60
|
"@smithy/util-utf8": "^4.2.0",
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|