@aws-sdk/client-connectparticipant 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 +30 -613
- package/dist-cjs/models/ConnectParticipantServiceException.js +12 -0
- package/dist-cjs/models/errors.js +113 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +441 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +55 -49
- package/dist-types/schemas/schemas_0.d.ts +14 -7
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +9 -7
- package/package.json +13 -13
|
@@ -82,8 +82,8 @@ const _RCI = "RelatedContactId";
|
|
|
82
82
|
const _RI = "ResourceId";
|
|
83
83
|
const _RNFE = "ResourceNotFoundException";
|
|
84
84
|
const _RPI = "RecipientParticipantId";
|
|
85
|
-
const _RT = "
|
|
86
|
-
const _RTe = "
|
|
85
|
+
const _RT = "ResourceType";
|
|
86
|
+
const _RTe = "ReadTimestamp";
|
|
87
87
|
const _RU = "RedirectUri";
|
|
88
88
|
const _Re = "Receipt";
|
|
89
89
|
const _S = "Status";
|
|
@@ -130,23 +130,67 @@ const _e = "error";
|
|
|
130
130
|
const _h = "http";
|
|
131
131
|
const _hE = "httpError";
|
|
132
132
|
const _hH = "httpHeader";
|
|
133
|
-
const _s = "
|
|
134
|
-
const
|
|
133
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.connectparticipant";
|
|
134
|
+
const _se = "server";
|
|
135
135
|
const n0 = "com.amazonaws.connectparticipant";
|
|
136
136
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
137
137
|
import { ConnectParticipantServiceException } from "../models/ConnectParticipantServiceException";
|
|
138
138
|
import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
|
|
139
|
-
|
|
140
|
-
var
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
var ViewTemplate = [0, n0, _VT, 8, 0];
|
|
139
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
140
|
+
export var ConnectParticipantServiceException$ = [-3, _s, "ConnectParticipantServiceException", 0, [], []];
|
|
141
|
+
_s_registry.registerError(ConnectParticipantServiceException$, ConnectParticipantServiceException);
|
|
142
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
144
143
|
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
145
144
|
{ [_e]: _c, [_hE]: 403 },
|
|
146
145
|
[_M],
|
|
147
146
|
[0], 1
|
|
148
147
|
];
|
|
149
|
-
|
|
148
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
149
|
+
export var ConflictException$ = [-3, n0, _CE,
|
|
150
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
151
|
+
[_M],
|
|
152
|
+
[0], 1
|
|
153
|
+
];
|
|
154
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
155
|
+
export var InternalServerException$ = [-3, n0, _ISE,
|
|
156
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
157
|
+
[_M],
|
|
158
|
+
[0], 1
|
|
159
|
+
];
|
|
160
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
161
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
162
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
163
|
+
[_M, _RI, _RT],
|
|
164
|
+
[0, 0, 0]
|
|
165
|
+
];
|
|
166
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
167
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
168
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
169
|
+
[_M],
|
|
170
|
+
[0], 1
|
|
171
|
+
];
|
|
172
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
173
|
+
export var ThrottlingException$ = [-3, n0, _TE,
|
|
174
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
175
|
+
[_M],
|
|
176
|
+
[0], 1
|
|
177
|
+
];
|
|
178
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
179
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
180
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
181
|
+
[_M],
|
|
182
|
+
[0], 1
|
|
183
|
+
];
|
|
184
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
185
|
+
export const errorTypeRegistries = [
|
|
186
|
+
_s_registry,
|
|
187
|
+
n0_registry,
|
|
188
|
+
];
|
|
189
|
+
var JoinToken = [0, n0, _JT, 8, 0];
|
|
190
|
+
var ViewAction = [0, n0, _VA, 8, 0];
|
|
191
|
+
var ViewInputSchema = [0, n0, _VIS, 8, 0];
|
|
192
|
+
var ViewName = [0, n0, _VN, 8, 0];
|
|
193
|
+
var ViewTemplate = [0, n0, _VT, 8, 0];
|
|
150
194
|
export var AttachmentItem$ = [3, n0, _AI,
|
|
151
195
|
0,
|
|
152
196
|
[_CT, _AIt, _AN, _S],
|
|
@@ -182,12 +226,6 @@ export var CompleteAttachmentUploadResponse$ = [3, n0, _CAURo,
|
|
|
182
226
|
[],
|
|
183
227
|
[]
|
|
184
228
|
];
|
|
185
|
-
export var ConflictException$ = [-3, n0, _CE,
|
|
186
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
187
|
-
[_M],
|
|
188
|
-
[0], 1
|
|
189
|
-
];
|
|
190
|
-
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
191
229
|
export var ConnectionCredentials$ = [3, n0, _CC,
|
|
192
230
|
0,
|
|
193
231
|
[_CTo, _E],
|
|
@@ -253,12 +291,6 @@ export var GetTranscriptResponse$ = [3, n0, _GTRe,
|
|
|
253
291
|
[_ICI, _Tr, _NT],
|
|
254
292
|
[0, () => Transcript, 0]
|
|
255
293
|
];
|
|
256
|
-
export var InternalServerException$ = [-3, n0, _ISE,
|
|
257
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
258
|
-
[_M],
|
|
259
|
-
[0], 1
|
|
260
|
-
];
|
|
261
|
-
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
262
294
|
export var Item$ = [3, n0, _I,
|
|
263
295
|
0,
|
|
264
296
|
[_AT, _C, _CT, _Id, _T, _PI, _DN, _PR, _At, _MM, _RCI, _CI],
|
|
@@ -281,15 +313,9 @@ export var MessageProcessingMetadata$ = [3, n0, _MPM,
|
|
|
281
313
|
];
|
|
282
314
|
export var Receipt$ = [3, n0, _Re,
|
|
283
315
|
0,
|
|
284
|
-
[_DT,
|
|
316
|
+
[_DT, _RTe, _RPI],
|
|
285
317
|
[0, 0, 0]
|
|
286
318
|
];
|
|
287
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
288
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
289
|
-
[_M, _RI, _RTe],
|
|
290
|
-
[0, 0, 0]
|
|
291
|
-
];
|
|
292
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
293
319
|
export var SendEventRequest$ = [3, n0, _SER,
|
|
294
320
|
0,
|
|
295
321
|
[_CT, _CTo, _C, _CTl],
|
|
@@ -310,12 +336,6 @@ export var SendMessageResponse$ = [3, n0, _SMRe,
|
|
|
310
336
|
[_Id, _AT, _MM],
|
|
311
337
|
[0, 0, () => MessageProcessingMetadata$]
|
|
312
338
|
];
|
|
313
|
-
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
314
|
-
{ [_e]: _c, [_hE]: 402 },
|
|
315
|
-
[_M],
|
|
316
|
-
[0], 1
|
|
317
|
-
];
|
|
318
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
319
339
|
export var StartAttachmentUploadRequest$ = [3, n0, _SAUR,
|
|
320
340
|
0,
|
|
321
341
|
[_CT, _ASIB, _AN, _CTo, _CTl],
|
|
@@ -331,23 +351,11 @@ export var StartPosition$ = [3, n0, _SP,
|
|
|
331
351
|
[_Id, _AT, _MRo],
|
|
332
352
|
[0, 0, 1]
|
|
333
353
|
];
|
|
334
|
-
export var ThrottlingException$ = [-3, n0, _TE,
|
|
335
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
336
|
-
[_M],
|
|
337
|
-
[0], 1
|
|
338
|
-
];
|
|
339
|
-
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
340
354
|
export var UploadMetadata$ = [3, n0, _UM,
|
|
341
355
|
0,
|
|
342
356
|
[_U, _UE, _HTI],
|
|
343
357
|
[0, 0, 128 | 0]
|
|
344
358
|
];
|
|
345
|
-
export var ValidationException$ = [-3, n0, _VE,
|
|
346
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
347
|
-
[_M],
|
|
348
|
-
[0], 1
|
|
349
|
-
];
|
|
350
|
-
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
351
359
|
export var View$ = [3, n0, _V,
|
|
352
360
|
0,
|
|
353
361
|
[_Id, _Ar, _N, _Ve, _C],
|
|
@@ -378,8 +386,6 @@ export var Websocket$ = [3, n0, _W,
|
|
|
378
386
|
[_U, _CEo],
|
|
379
387
|
[0, 0]
|
|
380
388
|
];
|
|
381
|
-
export var ConnectParticipantServiceException$ = [-3, _sm, "ConnectParticipantServiceException", 0, [], []];
|
|
382
|
-
TypeRegistry.for(_sm).registerError(ConnectParticipantServiceException$, ConnectParticipantServiceException);
|
|
383
389
|
var AttachmentIdList = 64 | 0;
|
|
384
390
|
var Attachments = [1, n0, _At,
|
|
385
391
|
0, () => AttachmentItem$
|
|
@@ -1,5 +1,19 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
3
|
+
export declare var ConnectParticipantServiceException$: StaticErrorSchema;
|
|
2
4
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
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[];
|
|
3
17
|
export declare var AttachmentItem$: StaticStructureSchema;
|
|
4
18
|
export declare var Attendee$: StaticStructureSchema;
|
|
5
19
|
export declare var AudioFeatures$: StaticStructureSchema;
|
|
@@ -7,7 +21,6 @@ export declare var CancelParticipantAuthenticationRequest$: StaticStructureSchem
|
|
|
7
21
|
export declare var CancelParticipantAuthenticationResponse$: StaticStructureSchema;
|
|
8
22
|
export declare var CompleteAttachmentUploadRequest$: StaticStructureSchema;
|
|
9
23
|
export declare var CompleteAttachmentUploadResponse$: StaticStructureSchema;
|
|
10
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
11
24
|
export declare var ConnectionCredentials$: StaticStructureSchema;
|
|
12
25
|
export declare var CreateParticipantConnectionRequest$: StaticStructureSchema;
|
|
13
26
|
export declare var CreateParticipantConnectionResponse$: StaticStructureSchema;
|
|
@@ -21,31 +34,25 @@ export declare var GetAuthenticationUrlRequest$: StaticStructureSchema;
|
|
|
21
34
|
export declare var GetAuthenticationUrlResponse$: StaticStructureSchema;
|
|
22
35
|
export declare var GetTranscriptRequest$: StaticStructureSchema;
|
|
23
36
|
export declare var GetTranscriptResponse$: StaticStructureSchema;
|
|
24
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
25
37
|
export declare var Item$: StaticStructureSchema;
|
|
26
38
|
export declare var MeetingFeaturesConfiguration$: StaticStructureSchema;
|
|
27
39
|
export declare var MessageMetadata$: StaticStructureSchema;
|
|
28
40
|
export declare var MessageProcessingMetadata$: StaticStructureSchema;
|
|
29
41
|
export declare var Receipt$: StaticStructureSchema;
|
|
30
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
31
42
|
export declare var SendEventRequest$: StaticStructureSchema;
|
|
32
43
|
export declare var SendEventResponse$: StaticStructureSchema;
|
|
33
44
|
export declare var SendMessageRequest$: StaticStructureSchema;
|
|
34
45
|
export declare var SendMessageResponse$: StaticStructureSchema;
|
|
35
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
36
46
|
export declare var StartAttachmentUploadRequest$: StaticStructureSchema;
|
|
37
47
|
export declare var StartAttachmentUploadResponse$: StaticStructureSchema;
|
|
38
48
|
export declare var StartPosition$: StaticStructureSchema;
|
|
39
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
40
49
|
export declare var UploadMetadata$: StaticStructureSchema;
|
|
41
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
42
50
|
export declare var View$: StaticStructureSchema;
|
|
43
51
|
export declare var ViewContent$: StaticStructureSchema;
|
|
44
52
|
export declare var WebRTCConnection$: StaticStructureSchema;
|
|
45
53
|
export declare var WebRTCMediaPlacement$: StaticStructureSchema;
|
|
46
54
|
export declare var WebRTCMeeting$: StaticStructureSchema;
|
|
47
55
|
export declare var Websocket$: StaticStructureSchema;
|
|
48
|
-
export declare var ConnectParticipantServiceException$: StaticErrorSchema;
|
|
49
56
|
export declare var CancelParticipantAuthentication$: StaticOperationSchema;
|
|
50
57
|
export declare var CompleteAttachmentUpload$: StaticOperationSchema;
|
|
51
58
|
export declare var CreateParticipantConnection$: StaticOperationSchema;
|
|
@@ -1,9 +1,18 @@
|
|
|
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 ConnectParticipantServiceException$: StaticErrorSchema;
|
|
6
8
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
9
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
10
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
11
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
12
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
13
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
14
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
15
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
7
16
|
export declare var AttachmentItem$: StaticStructureSchema;
|
|
8
17
|
export declare var Attendee$: StaticStructureSchema;
|
|
9
18
|
export declare var AudioFeatures$: StaticStructureSchema;
|
|
@@ -11,7 +20,6 @@ export declare var CancelParticipantAuthenticationRequest$: StaticStructureSchem
|
|
|
11
20
|
export declare var CancelParticipantAuthenticationResponse$: StaticStructureSchema;
|
|
12
21
|
export declare var CompleteAttachmentUploadRequest$: StaticStructureSchema;
|
|
13
22
|
export declare var CompleteAttachmentUploadResponse$: StaticStructureSchema;
|
|
14
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
15
23
|
export declare var ConnectionCredentials$: StaticStructureSchema;
|
|
16
24
|
export declare var CreateParticipantConnectionRequest$: StaticStructureSchema;
|
|
17
25
|
export declare var CreateParticipantConnectionResponse$: StaticStructureSchema;
|
|
@@ -25,31 +33,25 @@ export declare var GetAuthenticationUrlRequest$: StaticStructureSchema;
|
|
|
25
33
|
export declare var GetAuthenticationUrlResponse$: StaticStructureSchema;
|
|
26
34
|
export declare var GetTranscriptRequest$: StaticStructureSchema;
|
|
27
35
|
export declare var GetTranscriptResponse$: StaticStructureSchema;
|
|
28
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
29
36
|
export declare var Item$: StaticStructureSchema;
|
|
30
37
|
export declare var MeetingFeaturesConfiguration$: StaticStructureSchema;
|
|
31
38
|
export declare var MessageMetadata$: StaticStructureSchema;
|
|
32
39
|
export declare var MessageProcessingMetadata$: StaticStructureSchema;
|
|
33
40
|
export declare var Receipt$: StaticStructureSchema;
|
|
34
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
35
41
|
export declare var SendEventRequest$: StaticStructureSchema;
|
|
36
42
|
export declare var SendEventResponse$: StaticStructureSchema;
|
|
37
43
|
export declare var SendMessageRequest$: StaticStructureSchema;
|
|
38
44
|
export declare var SendMessageResponse$: StaticStructureSchema;
|
|
39
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
40
45
|
export declare var StartAttachmentUploadRequest$: StaticStructureSchema;
|
|
41
46
|
export declare var StartAttachmentUploadResponse$: StaticStructureSchema;
|
|
42
47
|
export declare var StartPosition$: StaticStructureSchema;
|
|
43
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
44
48
|
export declare var UploadMetadata$: StaticStructureSchema;
|
|
45
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
46
49
|
export declare var View$: StaticStructureSchema;
|
|
47
50
|
export declare var ViewContent$: StaticStructureSchema;
|
|
48
51
|
export declare var WebRTCConnection$: StaticStructureSchema;
|
|
49
52
|
export declare var WebRTCMediaPlacement$: StaticStructureSchema;
|
|
50
53
|
export declare var WebRTCMeeting$: StaticStructureSchema;
|
|
51
54
|
export declare var Websocket$: StaticStructureSchema;
|
|
52
|
-
export declare var ConnectParticipantServiceException$: StaticErrorSchema;
|
|
53
55
|
export declare var CancelParticipantAuthentication$: StaticOperationSchema;
|
|
54
56
|
export declare var CompleteAttachmentUpload$: StaticOperationSchema;
|
|
55
57
|
export declare var CreateParticipantConnection$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-connectparticipant",
|
|
3
3
|
"description": "AWS SDK for JavaScript Connectparticipant Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
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-connectparticipant",
|
|
@@ -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.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.
|
|
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.
|
|
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.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.7",
|
|
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",
|