@aws-sdk/client-appintegrations 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 +42 -901
- package/dist-cjs/models/AppIntegrationsServiceException.js +12 -0
- package/dist-cjs/models/errors.js +124 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +678 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +53 -47
- package/dist-types/schemas/schemas_0.d.ts +15 -8
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +10 -8
- package/package.json +13 -13
|
@@ -176,20 +176,70 @@ const _hQ = "httpQuery";
|
|
|
176
176
|
const _mR = "maxResults";
|
|
177
177
|
const _nT = "nextToken";
|
|
178
178
|
const _rA = "resourceArn";
|
|
179
|
-
const _s = "
|
|
180
|
-
const
|
|
179
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.appintegrations";
|
|
180
|
+
const _se = "server";
|
|
181
181
|
const _t = "tags";
|
|
182
182
|
const _tK = "tagKeys";
|
|
183
183
|
const n0 = "com.amazonaws.appintegrations";
|
|
184
184
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
185
185
|
import { AppIntegrationsServiceException } from "../models/AppIntegrationsServiceException";
|
|
186
186
|
import { AccessDeniedException, DuplicateResourceException, InternalServiceError, InvalidRequestException, ResourceNotFoundException, ResourceQuotaExceededException, ThrottlingException, UnsupportedOperationException, } from "../models/errors";
|
|
187
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
188
|
+
export var AppIntegrationsServiceException$ = [-3, _s, "AppIntegrationsServiceException", 0, [], []];
|
|
189
|
+
_s_registry.registerError(AppIntegrationsServiceException$, AppIntegrationsServiceException);
|
|
190
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
187
191
|
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
188
192
|
{ [_e]: _c, [_hE]: 403 },
|
|
189
193
|
[_M],
|
|
190
194
|
[0]
|
|
191
195
|
];
|
|
192
|
-
|
|
196
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
197
|
+
export var DuplicateResourceException$ = [-3, n0, _DRE,
|
|
198
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
199
|
+
[_M],
|
|
200
|
+
[0]
|
|
201
|
+
];
|
|
202
|
+
n0_registry.registerError(DuplicateResourceException$, DuplicateResourceException);
|
|
203
|
+
export var InternalServiceError$ = [-3, n0, _ISE,
|
|
204
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
205
|
+
[_M],
|
|
206
|
+
[0]
|
|
207
|
+
];
|
|
208
|
+
n0_registry.registerError(InternalServiceError$, InternalServiceError);
|
|
209
|
+
export var InvalidRequestException$ = [-3, n0, _IRE,
|
|
210
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
211
|
+
[_M],
|
|
212
|
+
[0]
|
|
213
|
+
];
|
|
214
|
+
n0_registry.registerError(InvalidRequestException$, InvalidRequestException);
|
|
215
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
216
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
217
|
+
[_M],
|
|
218
|
+
[0]
|
|
219
|
+
];
|
|
220
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
221
|
+
export var ResourceQuotaExceededException$ = [-3, n0, _RQEE,
|
|
222
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
223
|
+
[_M],
|
|
224
|
+
[0]
|
|
225
|
+
];
|
|
226
|
+
n0_registry.registerError(ResourceQuotaExceededException$, ResourceQuotaExceededException);
|
|
227
|
+
export var ThrottlingException$ = [-3, n0, _TE,
|
|
228
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
229
|
+
[_M],
|
|
230
|
+
[0]
|
|
231
|
+
];
|
|
232
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
233
|
+
export var UnsupportedOperationException$ = [-3, n0, _UOE,
|
|
234
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
235
|
+
[_M],
|
|
236
|
+
[0]
|
|
237
|
+
];
|
|
238
|
+
n0_registry.registerError(UnsupportedOperationException$, UnsupportedOperationException);
|
|
239
|
+
export const errorTypeRegistries = [
|
|
240
|
+
_s_registry,
|
|
241
|
+
n0_registry,
|
|
242
|
+
];
|
|
193
243
|
export var ApplicationAssociationSummary$ = [3, n0, _AAS,
|
|
194
244
|
0,
|
|
195
245
|
[_AAA, _AA, _CI],
|
|
@@ -295,12 +345,6 @@ export var DeleteEventIntegrationResponse$ = [3, n0, _DEIRe,
|
|
|
295
345
|
[],
|
|
296
346
|
[]
|
|
297
347
|
];
|
|
298
|
-
export var DuplicateResourceException$ = [-3, n0, _DRE,
|
|
299
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
300
|
-
[_M],
|
|
301
|
-
[0]
|
|
302
|
-
];
|
|
303
|
-
TypeRegistry.for(n0).registerError(DuplicateResourceException$, DuplicateResourceException);
|
|
304
348
|
export var EventFilter$ = [3, n0, _EF,
|
|
305
349
|
0,
|
|
306
350
|
[_So],
|
|
@@ -366,18 +410,6 @@ export var IframeConfig$ = [3, n0, _IC,
|
|
|
366
410
|
[_Al, _Sa],
|
|
367
411
|
[64 | 0, 64 | 0]
|
|
368
412
|
];
|
|
369
|
-
export var InternalServiceError$ = [-3, n0, _ISE,
|
|
370
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
371
|
-
[_M],
|
|
372
|
-
[0]
|
|
373
|
-
];
|
|
374
|
-
TypeRegistry.for(n0).registerError(InternalServiceError$, InternalServiceError);
|
|
375
|
-
export var InvalidRequestException$ = [-3, n0, _IRE,
|
|
376
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
377
|
-
[_M],
|
|
378
|
-
[0]
|
|
379
|
-
];
|
|
380
|
-
TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
|
|
381
413
|
export var LastExecutionStatus$ = [3, n0, _LES,
|
|
382
414
|
0,
|
|
383
415
|
[_ES, _SM],
|
|
@@ -463,18 +495,6 @@ export var Publication$ = [3, n0, _Pu,
|
|
|
463
495
|
[_E, _Sc, _D],
|
|
464
496
|
[0, 0, 0], 2
|
|
465
497
|
];
|
|
466
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
467
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
468
|
-
[_M],
|
|
469
|
-
[0]
|
|
470
|
-
];
|
|
471
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
472
|
-
export var ResourceQuotaExceededException$ = [-3, n0, _RQEE,
|
|
473
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
474
|
-
[_M],
|
|
475
|
-
[0]
|
|
476
|
-
];
|
|
477
|
-
TypeRegistry.for(n0).registerError(ResourceQuotaExceededException$, ResourceQuotaExceededException);
|
|
478
498
|
export var ScheduleConfiguration$ = [3, n0, _SCc,
|
|
479
499
|
0,
|
|
480
500
|
[_SE, _FEF, _O],
|
|
@@ -495,18 +515,6 @@ export var TagResourceResponse$ = [3, n0, _TRRa,
|
|
|
495
515
|
[],
|
|
496
516
|
[]
|
|
497
517
|
];
|
|
498
|
-
export var ThrottlingException$ = [-3, n0, _TE,
|
|
499
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
500
|
-
[_M],
|
|
501
|
-
[0]
|
|
502
|
-
];
|
|
503
|
-
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
504
|
-
export var UnsupportedOperationException$ = [-3, n0, _UOE,
|
|
505
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
506
|
-
[_M],
|
|
507
|
-
[0]
|
|
508
|
-
];
|
|
509
|
-
TypeRegistry.for(n0).registerError(UnsupportedOperationException$, UnsupportedOperationException);
|
|
510
518
|
export var UntagResourceRequest$ = [3, n0, _URR,
|
|
511
519
|
0,
|
|
512
520
|
[_rA, _tK],
|
|
@@ -557,8 +565,6 @@ export var UpdateEventIntegrationResponse$ = [3, n0, _UEIRp,
|
|
|
557
565
|
[],
|
|
558
566
|
[]
|
|
559
567
|
];
|
|
560
|
-
export var AppIntegrationsServiceException$ = [-3, _sm, "AppIntegrationsServiceException", 0, [], []];
|
|
561
|
-
TypeRegistry.for(_sm).registerError(AppIntegrationsServiceException$, AppIntegrationsServiceException);
|
|
562
568
|
var ApplicationApprovedOrigins = 64 | 0;
|
|
563
569
|
var ApplicationAssociationsList = [1, n0, _AAL,
|
|
564
570
|
0, () => ApplicationAssociationSummary$
|
|
@@ -1,5 +1,20 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
3
|
+
export declare var AppIntegrationsServiceException$: StaticErrorSchema;
|
|
2
4
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
5
|
+
export declare var DuplicateResourceException$: StaticErrorSchema;
|
|
6
|
+
export declare var InternalServiceError$: StaticErrorSchema;
|
|
7
|
+
export declare var InvalidRequestException$: StaticErrorSchema;
|
|
8
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
9
|
+
export declare var ResourceQuotaExceededException$: StaticErrorSchema;
|
|
10
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
11
|
+
export declare var UnsupportedOperationException$: StaticErrorSchema;
|
|
12
|
+
/**
|
|
13
|
+
* TypeRegistry instances containing modeled errors.
|
|
14
|
+
* @internal
|
|
15
|
+
*
|
|
16
|
+
*/
|
|
17
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
3
18
|
export declare var ApplicationAssociationSummary$: StaticStructureSchema;
|
|
4
19
|
export declare var ApplicationConfig$: StaticStructureSchema;
|
|
5
20
|
export declare var ApplicationSourceConfig$: StaticStructureSchema;
|
|
@@ -21,7 +36,6 @@ export declare var DeleteDataIntegrationRequest$: StaticStructureSchema;
|
|
|
21
36
|
export declare var DeleteDataIntegrationResponse$: StaticStructureSchema;
|
|
22
37
|
export declare var DeleteEventIntegrationRequest$: StaticStructureSchema;
|
|
23
38
|
export declare var DeleteEventIntegrationResponse$: StaticStructureSchema;
|
|
24
|
-
export declare var DuplicateResourceException$: StaticErrorSchema;
|
|
25
39
|
export declare var EventFilter$: StaticStructureSchema;
|
|
26
40
|
export declare var EventIntegration$: StaticStructureSchema;
|
|
27
41
|
export declare var EventIntegrationAssociation$: StaticStructureSchema;
|
|
@@ -35,8 +49,6 @@ export declare var GetDataIntegrationResponse$: StaticStructureSchema;
|
|
|
35
49
|
export declare var GetEventIntegrationRequest$: StaticStructureSchema;
|
|
36
50
|
export declare var GetEventIntegrationResponse$: StaticStructureSchema;
|
|
37
51
|
export declare var IframeConfig$: StaticStructureSchema;
|
|
38
|
-
export declare var InternalServiceError$: StaticErrorSchema;
|
|
39
|
-
export declare var InvalidRequestException$: StaticErrorSchema;
|
|
40
52
|
export declare var LastExecutionStatus$: StaticStructureSchema;
|
|
41
53
|
export declare var ListApplicationAssociationsRequest$: StaticStructureSchema;
|
|
42
54
|
export declare var ListApplicationAssociationsResponse$: StaticStructureSchema;
|
|
@@ -54,14 +66,10 @@ export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
|
54
66
|
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
55
67
|
export declare var OnDemandConfiguration$: StaticStructureSchema;
|
|
56
68
|
export declare var Publication$: StaticStructureSchema;
|
|
57
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
58
|
-
export declare var ResourceQuotaExceededException$: StaticErrorSchema;
|
|
59
69
|
export declare var ScheduleConfiguration$: StaticStructureSchema;
|
|
60
70
|
export declare var Subscription$: StaticStructureSchema;
|
|
61
71
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
62
72
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
63
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
64
|
-
export declare var UnsupportedOperationException$: StaticErrorSchema;
|
|
65
73
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
66
74
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
67
75
|
export declare var UpdateApplicationRequest$: StaticStructureSchema;
|
|
@@ -72,7 +80,6 @@ export declare var UpdateDataIntegrationRequest$: StaticStructureSchema;
|
|
|
72
80
|
export declare var UpdateDataIntegrationResponse$: StaticStructureSchema;
|
|
73
81
|
export declare var UpdateEventIntegrationRequest$: StaticStructureSchema;
|
|
74
82
|
export declare var UpdateEventIntegrationResponse$: StaticStructureSchema;
|
|
75
|
-
export declare var AppIntegrationsServiceException$: StaticErrorSchema;
|
|
76
83
|
export declare var CreateApplication$: StaticOperationSchema;
|
|
77
84
|
export declare var CreateDataIntegration$: StaticOperationSchema;
|
|
78
85
|
export declare var CreateDataIntegrationAssociation$: StaticOperationSchema;
|
|
@@ -1,9 +1,19 @@
|
|
|
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 AppIntegrationsServiceException$: StaticErrorSchema;
|
|
6
8
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
9
|
+
export declare var DuplicateResourceException$: StaticErrorSchema;
|
|
10
|
+
export declare var InternalServiceError$: StaticErrorSchema;
|
|
11
|
+
export declare var InvalidRequestException$: StaticErrorSchema;
|
|
12
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
13
|
+
export declare var ResourceQuotaExceededException$: StaticErrorSchema;
|
|
14
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
15
|
+
export declare var UnsupportedOperationException$: StaticErrorSchema;
|
|
16
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
7
17
|
export declare var ApplicationAssociationSummary$: StaticStructureSchema;
|
|
8
18
|
export declare var ApplicationConfig$: StaticStructureSchema;
|
|
9
19
|
export declare var ApplicationSourceConfig$: StaticStructureSchema;
|
|
@@ -25,7 +35,6 @@ export declare var DeleteDataIntegrationRequest$: StaticStructureSchema;
|
|
|
25
35
|
export declare var DeleteDataIntegrationResponse$: StaticStructureSchema;
|
|
26
36
|
export declare var DeleteEventIntegrationRequest$: StaticStructureSchema;
|
|
27
37
|
export declare var DeleteEventIntegrationResponse$: StaticStructureSchema;
|
|
28
|
-
export declare var DuplicateResourceException$: StaticErrorSchema;
|
|
29
38
|
export declare var EventFilter$: StaticStructureSchema;
|
|
30
39
|
export declare var EventIntegration$: StaticStructureSchema;
|
|
31
40
|
export declare var EventIntegrationAssociation$: StaticStructureSchema;
|
|
@@ -39,8 +48,6 @@ export declare var GetDataIntegrationResponse$: StaticStructureSchema;
|
|
|
39
48
|
export declare var GetEventIntegrationRequest$: StaticStructureSchema;
|
|
40
49
|
export declare var GetEventIntegrationResponse$: StaticStructureSchema;
|
|
41
50
|
export declare var IframeConfig$: StaticStructureSchema;
|
|
42
|
-
export declare var InternalServiceError$: StaticErrorSchema;
|
|
43
|
-
export declare var InvalidRequestException$: StaticErrorSchema;
|
|
44
51
|
export declare var LastExecutionStatus$: StaticStructureSchema;
|
|
45
52
|
export declare var ListApplicationAssociationsRequest$: StaticStructureSchema;
|
|
46
53
|
export declare var ListApplicationAssociationsResponse$: StaticStructureSchema;
|
|
@@ -58,14 +65,10 @@ export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
|
58
65
|
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
59
66
|
export declare var OnDemandConfiguration$: StaticStructureSchema;
|
|
60
67
|
export declare var Publication$: StaticStructureSchema;
|
|
61
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
62
|
-
export declare var ResourceQuotaExceededException$: StaticErrorSchema;
|
|
63
68
|
export declare var ScheduleConfiguration$: StaticStructureSchema;
|
|
64
69
|
export declare var Subscription$: StaticStructureSchema;
|
|
65
70
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
66
71
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
67
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
68
|
-
export declare var UnsupportedOperationException$: StaticErrorSchema;
|
|
69
72
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
70
73
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
71
74
|
export declare var UpdateApplicationRequest$: StaticStructureSchema;
|
|
@@ -76,7 +79,6 @@ export declare var UpdateDataIntegrationRequest$: StaticStructureSchema;
|
|
|
76
79
|
export declare var UpdateDataIntegrationResponse$: StaticStructureSchema;
|
|
77
80
|
export declare var UpdateEventIntegrationRequest$: StaticStructureSchema;
|
|
78
81
|
export declare var UpdateEventIntegrationResponse$: StaticStructureSchema;
|
|
79
|
-
export declare var AppIntegrationsServiceException$: StaticErrorSchema;
|
|
80
82
|
export declare var CreateApplication$: StaticOperationSchema;
|
|
81
83
|
export declare var CreateDataIntegration$: StaticOperationSchema;
|
|
82
84
|
export declare var CreateDataIntegrationAssociation$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-appintegrations",
|
|
3
3
|
"description": "AWS SDK for JavaScript Appintegrations 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-appintegrations",
|
|
@@ -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.
|
|
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",
|