@aws-sdk/client-chime-sdk-meetings 3.968.0 → 3.970.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 +23 -23
- package/dist-es/schemas/schemas_0.js +23 -23
- package/package.json +33 -33
package/dist-cjs/index.js
CHANGED
|
@@ -512,7 +512,7 @@ var Attendee$ = [3, n0, _At,
|
|
|
512
512
|
var AttendeeCapabilities$ = [3, n0, _AC,
|
|
513
513
|
0,
|
|
514
514
|
[_Au, _V, _Co],
|
|
515
|
-
[0, 0, 0]
|
|
515
|
+
[0, 0, 0], 3
|
|
516
516
|
];
|
|
517
517
|
var AttendeeFeatures$ = [3, n0, _AF,
|
|
518
518
|
0,
|
|
@@ -522,7 +522,7 @@ var AttendeeFeatures$ = [3, n0, _AF,
|
|
|
522
522
|
var AttendeeIdItem$ = [3, n0, _AII,
|
|
523
523
|
0,
|
|
524
524
|
[_AI],
|
|
525
|
-
[0]
|
|
525
|
+
[0], 1
|
|
526
526
|
];
|
|
527
527
|
var AudioFeatures$ = [3, n0, _AFu,
|
|
528
528
|
0,
|
|
@@ -538,7 +538,7 @@ schema.TypeRegistry.for(n0).registerError(BadRequestException$, BadRequestExcept
|
|
|
538
538
|
var BatchCreateAttendeeRequest$ = [3, n0, _BCAR,
|
|
539
539
|
0,
|
|
540
540
|
[_MI, _Att],
|
|
541
|
-
[[0, 1], [() => CreateAttendeeRequestItemList, 0]]
|
|
541
|
+
[[0, 1], [() => CreateAttendeeRequestItemList, 0]], 2
|
|
542
542
|
];
|
|
543
543
|
var BatchCreateAttendeeResponse$ = [3, n0, _BCARa,
|
|
544
544
|
0,
|
|
@@ -548,7 +548,7 @@ var BatchCreateAttendeeResponse$ = [3, n0, _BCARa,
|
|
|
548
548
|
var BatchUpdateAttendeeCapabilitiesExceptRequest$ = [3, n0, _BUACER,
|
|
549
549
|
0,
|
|
550
550
|
[_MI, _EAI, _C],
|
|
551
|
-
[[0, 1], () => AttendeeIdsList, () => AttendeeCapabilities$]
|
|
551
|
+
[[0, 1], () => AttendeeIdsList, () => AttendeeCapabilities$], 3
|
|
552
552
|
];
|
|
553
553
|
var ConflictException$ = [-3, n0, _CE,
|
|
554
554
|
{ [_e]: _c, [_hE]: 409 },
|
|
@@ -569,12 +569,12 @@ var CreateAttendeeError$ = [3, n0, _CAE,
|
|
|
569
569
|
var CreateAttendeeRequest$ = [3, n0, _CAR,
|
|
570
570
|
0,
|
|
571
571
|
[_MI, _EUI, _C],
|
|
572
|
-
[[0, 1], [() => ExternalUserId, 0], () => AttendeeCapabilities$]
|
|
572
|
+
[[0, 1], [() => ExternalUserId, 0], () => AttendeeCapabilities$], 2
|
|
573
573
|
];
|
|
574
574
|
var CreateAttendeeRequestItem$ = [3, n0, _CARI,
|
|
575
575
|
0,
|
|
576
576
|
[_EUI, _C],
|
|
577
|
-
[[() => ExternalUserId, 0], () => AttendeeCapabilities$]
|
|
577
|
+
[[() => ExternalUserId, 0], () => AttendeeCapabilities$], 1
|
|
578
578
|
];
|
|
579
579
|
var CreateAttendeeResponse$ = [3, n0, _CARr,
|
|
580
580
|
0,
|
|
@@ -583,8 +583,8 @@ var CreateAttendeeResponse$ = [3, n0, _CARr,
|
|
|
583
583
|
];
|
|
584
584
|
var CreateMeetingRequest$ = [3, n0, _CMR,
|
|
585
585
|
0,
|
|
586
|
-
[
|
|
587
|
-
[[() =>
|
|
586
|
+
[_MRe, _EMI, _CRT, _MHI, _NC, _MF, _PMI, _TI, _T, _MPNT],
|
|
587
|
+
[0, [() => ExternalMeetingId, 0], [() => ClientRequestToken, 4], [() => ExternalUserId, 0], [() => NotificationsConfiguration$, 0], () => MeetingFeaturesConfiguration$, 0, 64 | 0, () => TagList, 0], 2
|
|
588
588
|
];
|
|
589
589
|
var CreateMeetingResponse$ = [3, n0, _CMRr,
|
|
590
590
|
0,
|
|
@@ -593,8 +593,8 @@ var CreateMeetingResponse$ = [3, n0, _CMRr,
|
|
|
593
593
|
];
|
|
594
594
|
var CreateMeetingWithAttendeesRequest$ = [3, n0, _CMWAR,
|
|
595
595
|
0,
|
|
596
|
-
[
|
|
597
|
-
[[() =>
|
|
596
|
+
[_MRe, _EMI, _Att, _CRT, _MHI, _MF, _NC, _PMI, _TI, _T, _MPNT],
|
|
597
|
+
[0, [() => ExternalMeetingId, 0], [() => CreateMeetingWithAttendeesRequestItemList, 0], [() => ClientRequestToken, 4], [() => ExternalUserId, 0], () => MeetingFeaturesConfiguration$, [() => NotificationsConfiguration$, 0], 0, 64 | 0, () => TagList, 0], 3
|
|
598
598
|
];
|
|
599
599
|
var CreateMeetingWithAttendeesResponse$ = [3, n0, _CMWARr,
|
|
600
600
|
0,
|
|
@@ -604,17 +604,17 @@ var CreateMeetingWithAttendeesResponse$ = [3, n0, _CMWARr,
|
|
|
604
604
|
var DeleteAttendeeRequest$ = [3, n0, _DAR,
|
|
605
605
|
0,
|
|
606
606
|
[_MI, _AI],
|
|
607
|
-
[[0, 1], [0, 1]]
|
|
607
|
+
[[0, 1], [0, 1]], 2
|
|
608
608
|
];
|
|
609
609
|
var DeleteMeetingRequest$ = [3, n0, _DMR,
|
|
610
610
|
0,
|
|
611
611
|
[_MI],
|
|
612
|
-
[[0, 1]]
|
|
612
|
+
[[0, 1]], 1
|
|
613
613
|
];
|
|
614
614
|
var EngineTranscribeMedicalSettings$ = [3, n0, _ETMS,
|
|
615
615
|
0,
|
|
616
616
|
[_LC, _S, _Ty, _VN, _R, _CIT],
|
|
617
|
-
[0, 0, 0, 0, 0, 0]
|
|
617
|
+
[0, 0, 0, 0, 0, 0], 3
|
|
618
618
|
];
|
|
619
619
|
var EngineTranscribeSettings$ = [3, n0, _ETS,
|
|
620
620
|
0,
|
|
@@ -630,7 +630,7 @@ schema.TypeRegistry.for(n0).registerError(ForbiddenException$, ForbiddenExceptio
|
|
|
630
630
|
var GetAttendeeRequest$ = [3, n0, _GAR,
|
|
631
631
|
0,
|
|
632
632
|
[_MI, _AI],
|
|
633
|
-
[[0, 1], [0, 1]]
|
|
633
|
+
[[0, 1], [0, 1]], 2
|
|
634
634
|
];
|
|
635
635
|
var GetAttendeeResponse$ = [3, n0, _GARe,
|
|
636
636
|
0,
|
|
@@ -640,7 +640,7 @@ var GetAttendeeResponse$ = [3, n0, _GARe,
|
|
|
640
640
|
var GetMeetingRequest$ = [3, n0, _GMR,
|
|
641
641
|
0,
|
|
642
642
|
[_MI],
|
|
643
|
-
[[0, 1]]
|
|
643
|
+
[[0, 1]], 1
|
|
644
644
|
];
|
|
645
645
|
var GetMeetingResponse$ = [3, n0, _GMRe,
|
|
646
646
|
0,
|
|
@@ -656,7 +656,7 @@ schema.TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceeded
|
|
|
656
656
|
var ListAttendeesRequest$ = [3, n0, _LAR,
|
|
657
657
|
0,
|
|
658
658
|
[_MI, _NT, _MRa],
|
|
659
|
-
[[0, 1], [0, { [_hQ]: _nt }], [1, { [_hQ]: _mr }]]
|
|
659
|
+
[[0, 1], [0, { [_hQ]: _nt }], [1, { [_hQ]: _mr }]], 1
|
|
660
660
|
];
|
|
661
661
|
var ListAttendeesResponse$ = [3, n0, _LARi,
|
|
662
662
|
0,
|
|
@@ -666,7 +666,7 @@ var ListAttendeesResponse$ = [3, n0, _LARi,
|
|
|
666
666
|
var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
667
667
|
0,
|
|
668
668
|
[_RARN],
|
|
669
|
-
[[0, { [_hQ]: _a }]]
|
|
669
|
+
[[0, { [_hQ]: _a }]], 1
|
|
670
670
|
];
|
|
671
671
|
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
672
672
|
0,
|
|
@@ -720,22 +720,22 @@ schema.TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceU
|
|
|
720
720
|
var StartMeetingTranscriptionRequest$ = [3, n0, _SMTR,
|
|
721
721
|
0,
|
|
722
722
|
[_MI, _TC],
|
|
723
|
-
[[0, 1], () => TranscriptionConfiguration$]
|
|
723
|
+
[[0, 1], () => TranscriptionConfiguration$], 2
|
|
724
724
|
];
|
|
725
725
|
var StopMeetingTranscriptionRequest$ = [3, n0, _SMTRt,
|
|
726
726
|
0,
|
|
727
727
|
[_MI],
|
|
728
|
-
[[0, 1]]
|
|
728
|
+
[[0, 1]], 1
|
|
729
729
|
];
|
|
730
730
|
var Tag$ = [3, n0, _Ta,
|
|
731
731
|
0,
|
|
732
732
|
[_K, _Va],
|
|
733
|
-
[0, 0]
|
|
733
|
+
[0, 0], 2
|
|
734
734
|
];
|
|
735
735
|
var TagResourceRequest$ = [3, n0, _TRR,
|
|
736
736
|
0,
|
|
737
737
|
[_RARN, _T],
|
|
738
|
-
[0, () => TagList]
|
|
738
|
+
[0, () => TagList], 2
|
|
739
739
|
];
|
|
740
740
|
var TagResourceResponse$ = [3, n0, _TRRa,
|
|
741
741
|
0,
|
|
@@ -774,7 +774,7 @@ schema.TypeRegistry.for(n0).registerError(UnprocessableEntityException$, Unproce
|
|
|
774
774
|
var UntagResourceRequest$ = [3, n0, _URR,
|
|
775
775
|
0,
|
|
776
776
|
[_RARN, _TK],
|
|
777
|
-
[0, 64 | 0]
|
|
777
|
+
[0, 64 | 0], 2
|
|
778
778
|
];
|
|
779
779
|
var UntagResourceResponse$ = [3, n0, _URRn,
|
|
780
780
|
0,
|
|
@@ -784,7 +784,7 @@ var UntagResourceResponse$ = [3, n0, _URRn,
|
|
|
784
784
|
var UpdateAttendeeCapabilitiesRequest$ = [3, n0, _UACR,
|
|
785
785
|
0,
|
|
786
786
|
[_MI, _AI, _C],
|
|
787
|
-
[[0, 1], [0, 1], () => AttendeeCapabilities$]
|
|
787
|
+
[[0, 1], [0, 1], () => AttendeeCapabilities$], 3
|
|
788
788
|
];
|
|
789
789
|
var UpdateAttendeeCapabilitiesResponse$ = [3, n0, _UACRp,
|
|
790
790
|
0,
|
|
@@ -173,7 +173,7 @@ export var Attendee$ = [3, n0, _At,
|
|
|
173
173
|
export var AttendeeCapabilities$ = [3, n0, _AC,
|
|
174
174
|
0,
|
|
175
175
|
[_Au, _V, _Co],
|
|
176
|
-
[0, 0, 0]
|
|
176
|
+
[0, 0, 0], 3
|
|
177
177
|
];
|
|
178
178
|
export var AttendeeFeatures$ = [3, n0, _AF,
|
|
179
179
|
0,
|
|
@@ -183,7 +183,7 @@ export var AttendeeFeatures$ = [3, n0, _AF,
|
|
|
183
183
|
export var AttendeeIdItem$ = [3, n0, _AII,
|
|
184
184
|
0,
|
|
185
185
|
[_AI],
|
|
186
|
-
[0]
|
|
186
|
+
[0], 1
|
|
187
187
|
];
|
|
188
188
|
export var AudioFeatures$ = [3, n0, _AFu,
|
|
189
189
|
0,
|
|
@@ -199,7 +199,7 @@ TypeRegistry.for(n0).registerError(BadRequestException$, BadRequestException);
|
|
|
199
199
|
export var BatchCreateAttendeeRequest$ = [3, n0, _BCAR,
|
|
200
200
|
0,
|
|
201
201
|
[_MI, _Att],
|
|
202
|
-
[[0, 1], [() => CreateAttendeeRequestItemList, 0]]
|
|
202
|
+
[[0, 1], [() => CreateAttendeeRequestItemList, 0]], 2
|
|
203
203
|
];
|
|
204
204
|
export var BatchCreateAttendeeResponse$ = [3, n0, _BCARa,
|
|
205
205
|
0,
|
|
@@ -209,7 +209,7 @@ export var BatchCreateAttendeeResponse$ = [3, n0, _BCARa,
|
|
|
209
209
|
export var BatchUpdateAttendeeCapabilitiesExceptRequest$ = [3, n0, _BUACER,
|
|
210
210
|
0,
|
|
211
211
|
[_MI, _EAI, _C],
|
|
212
|
-
[[0, 1], () => AttendeeIdsList, () => AttendeeCapabilities$]
|
|
212
|
+
[[0, 1], () => AttendeeIdsList, () => AttendeeCapabilities$], 3
|
|
213
213
|
];
|
|
214
214
|
export var ConflictException$ = [-3, n0, _CE,
|
|
215
215
|
{ [_e]: _c, [_hE]: 409 },
|
|
@@ -230,12 +230,12 @@ export var CreateAttendeeError$ = [3, n0, _CAE,
|
|
|
230
230
|
export var CreateAttendeeRequest$ = [3, n0, _CAR,
|
|
231
231
|
0,
|
|
232
232
|
[_MI, _EUI, _C],
|
|
233
|
-
[[0, 1], [() => ExternalUserId, 0], () => AttendeeCapabilities$]
|
|
233
|
+
[[0, 1], [() => ExternalUserId, 0], () => AttendeeCapabilities$], 2
|
|
234
234
|
];
|
|
235
235
|
export var CreateAttendeeRequestItem$ = [3, n0, _CARI,
|
|
236
236
|
0,
|
|
237
237
|
[_EUI, _C],
|
|
238
|
-
[[() => ExternalUserId, 0], () => AttendeeCapabilities$]
|
|
238
|
+
[[() => ExternalUserId, 0], () => AttendeeCapabilities$], 1
|
|
239
239
|
];
|
|
240
240
|
export var CreateAttendeeResponse$ = [3, n0, _CARr,
|
|
241
241
|
0,
|
|
@@ -244,8 +244,8 @@ export var CreateAttendeeResponse$ = [3, n0, _CARr,
|
|
|
244
244
|
];
|
|
245
245
|
export var CreateMeetingRequest$ = [3, n0, _CMR,
|
|
246
246
|
0,
|
|
247
|
-
[
|
|
248
|
-
[[() =>
|
|
247
|
+
[_MRe, _EMI, _CRT, _MHI, _NC, _MF, _PMI, _TI, _T, _MPNT],
|
|
248
|
+
[0, [() => ExternalMeetingId, 0], [() => ClientRequestToken, 4], [() => ExternalUserId, 0], [() => NotificationsConfiguration$, 0], () => MeetingFeaturesConfiguration$, 0, 64 | 0, () => TagList, 0], 2
|
|
249
249
|
];
|
|
250
250
|
export var CreateMeetingResponse$ = [3, n0, _CMRr,
|
|
251
251
|
0,
|
|
@@ -254,8 +254,8 @@ export var CreateMeetingResponse$ = [3, n0, _CMRr,
|
|
|
254
254
|
];
|
|
255
255
|
export var CreateMeetingWithAttendeesRequest$ = [3, n0, _CMWAR,
|
|
256
256
|
0,
|
|
257
|
-
[
|
|
258
|
-
[[() =>
|
|
257
|
+
[_MRe, _EMI, _Att, _CRT, _MHI, _MF, _NC, _PMI, _TI, _T, _MPNT],
|
|
258
|
+
[0, [() => ExternalMeetingId, 0], [() => CreateMeetingWithAttendeesRequestItemList, 0], [() => ClientRequestToken, 4], [() => ExternalUserId, 0], () => MeetingFeaturesConfiguration$, [() => NotificationsConfiguration$, 0], 0, 64 | 0, () => TagList, 0], 3
|
|
259
259
|
];
|
|
260
260
|
export var CreateMeetingWithAttendeesResponse$ = [3, n0, _CMWARr,
|
|
261
261
|
0,
|
|
@@ -265,17 +265,17 @@ export var CreateMeetingWithAttendeesResponse$ = [3, n0, _CMWARr,
|
|
|
265
265
|
export var DeleteAttendeeRequest$ = [3, n0, _DAR,
|
|
266
266
|
0,
|
|
267
267
|
[_MI, _AI],
|
|
268
|
-
[[0, 1], [0, 1]]
|
|
268
|
+
[[0, 1], [0, 1]], 2
|
|
269
269
|
];
|
|
270
270
|
export var DeleteMeetingRequest$ = [3, n0, _DMR,
|
|
271
271
|
0,
|
|
272
272
|
[_MI],
|
|
273
|
-
[[0, 1]]
|
|
273
|
+
[[0, 1]], 1
|
|
274
274
|
];
|
|
275
275
|
export var EngineTranscribeMedicalSettings$ = [3, n0, _ETMS,
|
|
276
276
|
0,
|
|
277
277
|
[_LC, _S, _Ty, _VN, _R, _CIT],
|
|
278
|
-
[0, 0, 0, 0, 0, 0]
|
|
278
|
+
[0, 0, 0, 0, 0, 0], 3
|
|
279
279
|
];
|
|
280
280
|
export var EngineTranscribeSettings$ = [3, n0, _ETS,
|
|
281
281
|
0,
|
|
@@ -291,7 +291,7 @@ TypeRegistry.for(n0).registerError(ForbiddenException$, ForbiddenException);
|
|
|
291
291
|
export var GetAttendeeRequest$ = [3, n0, _GAR,
|
|
292
292
|
0,
|
|
293
293
|
[_MI, _AI],
|
|
294
|
-
[[0, 1], [0, 1]]
|
|
294
|
+
[[0, 1], [0, 1]], 2
|
|
295
295
|
];
|
|
296
296
|
export var GetAttendeeResponse$ = [3, n0, _GARe,
|
|
297
297
|
0,
|
|
@@ -301,7 +301,7 @@ export var GetAttendeeResponse$ = [3, n0, _GARe,
|
|
|
301
301
|
export var GetMeetingRequest$ = [3, n0, _GMR,
|
|
302
302
|
0,
|
|
303
303
|
[_MI],
|
|
304
|
-
[[0, 1]]
|
|
304
|
+
[[0, 1]], 1
|
|
305
305
|
];
|
|
306
306
|
export var GetMeetingResponse$ = [3, n0, _GMRe,
|
|
307
307
|
0,
|
|
@@ -317,7 +317,7 @@ TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededExcepti
|
|
|
317
317
|
export var ListAttendeesRequest$ = [3, n0, _LAR,
|
|
318
318
|
0,
|
|
319
319
|
[_MI, _NT, _MRa],
|
|
320
|
-
[[0, 1], [0, { [_hQ]: _nt }], [1, { [_hQ]: _mr }]]
|
|
320
|
+
[[0, 1], [0, { [_hQ]: _nt }], [1, { [_hQ]: _mr }]], 1
|
|
321
321
|
];
|
|
322
322
|
export var ListAttendeesResponse$ = [3, n0, _LARi,
|
|
323
323
|
0,
|
|
@@ -327,7 +327,7 @@ export var ListAttendeesResponse$ = [3, n0, _LARi,
|
|
|
327
327
|
export var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
328
328
|
0,
|
|
329
329
|
[_RARN],
|
|
330
|
-
[[0, { [_hQ]: _a }]]
|
|
330
|
+
[[0, { [_hQ]: _a }]], 1
|
|
331
331
|
];
|
|
332
332
|
export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
333
333
|
0,
|
|
@@ -381,22 +381,22 @@ TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavaila
|
|
|
381
381
|
export var StartMeetingTranscriptionRequest$ = [3, n0, _SMTR,
|
|
382
382
|
0,
|
|
383
383
|
[_MI, _TC],
|
|
384
|
-
[[0, 1], () => TranscriptionConfiguration$]
|
|
384
|
+
[[0, 1], () => TranscriptionConfiguration$], 2
|
|
385
385
|
];
|
|
386
386
|
export var StopMeetingTranscriptionRequest$ = [3, n0, _SMTRt,
|
|
387
387
|
0,
|
|
388
388
|
[_MI],
|
|
389
|
-
[[0, 1]]
|
|
389
|
+
[[0, 1]], 1
|
|
390
390
|
];
|
|
391
391
|
export var Tag$ = [3, n0, _Ta,
|
|
392
392
|
0,
|
|
393
393
|
[_K, _Va],
|
|
394
|
-
[0, 0]
|
|
394
|
+
[0, 0], 2
|
|
395
395
|
];
|
|
396
396
|
export var TagResourceRequest$ = [3, n0, _TRR,
|
|
397
397
|
0,
|
|
398
398
|
[_RARN, _T],
|
|
399
|
-
[0, () => TagList]
|
|
399
|
+
[0, () => TagList], 2
|
|
400
400
|
];
|
|
401
401
|
export var TagResourceResponse$ = [3, n0, _TRRa,
|
|
402
402
|
0,
|
|
@@ -435,7 +435,7 @@ TypeRegistry.for(n0).registerError(UnprocessableEntityException$, UnprocessableE
|
|
|
435
435
|
export var UntagResourceRequest$ = [3, n0, _URR,
|
|
436
436
|
0,
|
|
437
437
|
[_RARN, _TK],
|
|
438
|
-
[0, 64 | 0]
|
|
438
|
+
[0, 64 | 0], 2
|
|
439
439
|
];
|
|
440
440
|
export var UntagResourceResponse$ = [3, n0, _URRn,
|
|
441
441
|
0,
|
|
@@ -445,7 +445,7 @@ export var UntagResourceResponse$ = [3, n0, _URRn,
|
|
|
445
445
|
export var UpdateAttendeeCapabilitiesRequest$ = [3, n0, _UACR,
|
|
446
446
|
0,
|
|
447
447
|
[_MI, _AI, _C],
|
|
448
|
-
[[0, 1], [0, 1], () => AttendeeCapabilities$]
|
|
448
|
+
[[0, 1], [0, 1], () => AttendeeCapabilities$], 3
|
|
449
449
|
];
|
|
450
450
|
export var UpdateAttendeeCapabilitiesResponse$ = [3, n0, _UACRp,
|
|
451
451
|
0,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-chime-sdk-meetings",
|
|
3
3
|
"description": "AWS SDK for JavaScript Chime Sdk Meetings Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.970.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-chime-sdk-meetings",
|
|
@@ -21,41 +21,41 @@
|
|
|
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.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
-
"@smithy/config-resolver": "^4.4.
|
|
36
|
-
"@smithy/core": "^3.20.
|
|
37
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
38
|
-
"@smithy/hash-node": "^4.2.
|
|
39
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
40
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
44
|
-
"@smithy/middleware-stack": "^4.2.
|
|
45
|
-
"@smithy/node-config-provider": "^4.3.
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
47
|
-
"@smithy/protocol-http": "^5.3.
|
|
48
|
-
"@smithy/smithy-client": "^4.10.
|
|
49
|
-
"@smithy/types": "^4.
|
|
50
|
-
"@smithy/url-parser": "^4.2.
|
|
24
|
+
"@aws-sdk/core": "3.970.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.970.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.969.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.969.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.969.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.970.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.969.0",
|
|
31
|
+
"@aws-sdk/types": "3.969.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.970.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.969.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.970.0",
|
|
35
|
+
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
+
"@smithy/core": "^3.20.6",
|
|
37
|
+
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
|
+
"@smithy/hash-node": "^4.2.8",
|
|
39
|
+
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
|
+
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.7",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.23",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.9",
|
|
44
|
+
"@smithy/middleware-stack": "^4.2.8",
|
|
45
|
+
"@smithy/node-config-provider": "^4.3.8",
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.8",
|
|
47
|
+
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
+
"@smithy/smithy-client": "^4.10.8",
|
|
49
|
+
"@smithy/types": "^4.12.0",
|
|
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.
|
|
56
|
-
"@smithy/util-endpoints": "^3.2.
|
|
57
|
-
"@smithy/util-middleware": "^4.2.
|
|
58
|
-
"@smithy/util-retry": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.22",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.25",
|
|
56
|
+
"@smithy/util-endpoints": "^3.2.8",
|
|
57
|
+
"@smithy/util-middleware": "^4.2.8",
|
|
58
|
+
"@smithy/util-retry": "^4.2.8",
|
|
59
59
|
"@smithy/util-utf8": "^4.2.0",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|