@aws-sdk/client-chime-sdk-meetings 3.943.0 → 3.946.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 +32 -162
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/ChimeSDKMeetingsClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +32 -162
- package/dist-types/ChimeSDKMeetings.d.ts +1 -1
- package/dist-types/ChimeSDKMeetingsClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/BatchCreateAttendeeCommand.d.ts +3 -3
- package/dist-types/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.d.ts +3 -3
- package/dist-types/commands/CreateAttendeeCommand.d.ts +3 -3
- package/dist-types/commands/CreateMeetingCommand.d.ts +3 -3
- package/dist-types/commands/CreateMeetingWithAttendeesCommand.d.ts +3 -3
- package/dist-types/commands/DeleteAttendeeCommand.d.ts +3 -3
- package/dist-types/commands/DeleteMeetingCommand.d.ts +3 -3
- package/dist-types/commands/GetAttendeeCommand.d.ts +3 -3
- package/dist-types/commands/GetMeetingCommand.d.ts +3 -3
- package/dist-types/commands/ListAttendeesCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/StartMeetingTranscriptionCommand.d.ts +3 -3
- package/dist-types/commands/StopMeetingTranscriptionCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateAttendeeCapabilitiesCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/ChimeSDKMeetingsServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListAttendeesPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -1
- package/dist-types/ts3.4/ChimeSDKMeetingsClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/ChimeSDKMeetingsServiceException.d.ts +1 -1
- package/package.json +13 -12
|
@@ -181,10 +181,7 @@ export var BadRequestException = [
|
|
|
181
181
|
-3,
|
|
182
182
|
n0,
|
|
183
183
|
_BRE,
|
|
184
|
-
{
|
|
185
|
-
[_e]: _c,
|
|
186
|
-
[_hE]: 400,
|
|
187
|
-
},
|
|
184
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
188
185
|
[_Cod, _M, _RI],
|
|
189
186
|
[0, 0, 0],
|
|
190
187
|
];
|
|
@@ -219,17 +216,7 @@ export var BatchUpdateAttendeeCapabilitiesExceptRequest = [
|
|
|
219
216
|
[_MI, _EAI, _C],
|
|
220
217
|
[[0, 1], () => AttendeeIdsList, () => AttendeeCapabilities],
|
|
221
218
|
];
|
|
222
|
-
export var ConflictException = [
|
|
223
|
-
-3,
|
|
224
|
-
n0,
|
|
225
|
-
_CE,
|
|
226
|
-
{
|
|
227
|
-
[_e]: _c,
|
|
228
|
-
[_hE]: 409,
|
|
229
|
-
},
|
|
230
|
-
[_Cod, _M, _RI],
|
|
231
|
-
[0, 0, 0],
|
|
232
|
-
];
|
|
219
|
+
export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_Cod, _M, _RI], [0, 0, 0]];
|
|
233
220
|
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
234
221
|
export var ContentFeatures = [3, n0, _CF, 0, [_MR], [0]];
|
|
235
222
|
export var CreateAttendeeError = [
|
|
@@ -337,17 +324,7 @@ export var EngineTranscribeSettings = [
|
|
|
337
324
|
[_LC, _VFM, _VFN, _VN, _R, _EPRS, _PRS, _CIT, _CRTo, _PET, _LMN, _IL, _LO, _PL, _VNo, _VFNo],
|
|
338
325
|
[0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0],
|
|
339
326
|
];
|
|
340
|
-
export var ForbiddenException = [
|
|
341
|
-
-3,
|
|
342
|
-
n0,
|
|
343
|
-
_FE,
|
|
344
|
-
{
|
|
345
|
-
[_e]: _c,
|
|
346
|
-
[_hE]: 403,
|
|
347
|
-
},
|
|
348
|
-
[_Cod, _M, _RI],
|
|
349
|
-
[0, 0, 0],
|
|
350
|
-
];
|
|
327
|
+
export var ForbiddenException = [-3, n0, _FE, { [_e]: _c, [_hE]: 403 }, [_Cod, _M, _RI], [0, 0, 0]];
|
|
351
328
|
TypeRegistry.for(n0).registerError(ForbiddenException, __ForbiddenException);
|
|
352
329
|
export var GetAttendeeRequest = [
|
|
353
330
|
3,
|
|
@@ -367,10 +344,7 @@ export var LimitExceededException = [
|
|
|
367
344
|
-3,
|
|
368
345
|
n0,
|
|
369
346
|
_LEE,
|
|
370
|
-
{
|
|
371
|
-
[_e]: _c,
|
|
372
|
-
[_hE]: 400,
|
|
373
|
-
},
|
|
347
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
374
348
|
[_Cod, _M, _RI],
|
|
375
349
|
[0, 0, 0],
|
|
376
350
|
];
|
|
@@ -383,36 +357,12 @@ export var ListAttendeesRequest = [
|
|
|
383
357
|
[_MI, _NT, _MRa],
|
|
384
358
|
[
|
|
385
359
|
[0, 1],
|
|
386
|
-
[
|
|
387
|
-
|
|
388
|
-
{
|
|
389
|
-
[_hQ]: _nt,
|
|
390
|
-
},
|
|
391
|
-
],
|
|
392
|
-
[
|
|
393
|
-
1,
|
|
394
|
-
{
|
|
395
|
-
[_hQ]: _mr,
|
|
396
|
-
},
|
|
397
|
-
],
|
|
360
|
+
[0, { [_hQ]: _nt }],
|
|
361
|
+
[1, { [_hQ]: _mr }],
|
|
398
362
|
],
|
|
399
363
|
];
|
|
400
364
|
export var ListAttendeesResponse = [3, n0, _LARi, 0, [_Att, _NT], [[() => AttendeeList, 0], 0]];
|
|
401
|
-
export var ListTagsForResourceRequest = [
|
|
402
|
-
3,
|
|
403
|
-
n0,
|
|
404
|
-
_LTFRR,
|
|
405
|
-
0,
|
|
406
|
-
[_RARN],
|
|
407
|
-
[
|
|
408
|
-
[
|
|
409
|
-
0,
|
|
410
|
-
{
|
|
411
|
-
[_hQ]: _a,
|
|
412
|
-
},
|
|
413
|
-
],
|
|
414
|
-
],
|
|
415
|
-
];
|
|
365
|
+
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RARN], [[0, { [_hQ]: _a }]]];
|
|
416
366
|
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_T], [() => TagList]];
|
|
417
367
|
export var MediaPlacement = [
|
|
418
368
|
3,
|
|
@@ -448,17 +398,7 @@ export var MeetingFeaturesConfiguration = [
|
|
|
448
398
|
[_Au, _V, _Co, _At],
|
|
449
399
|
[() => AudioFeatures, () => VideoFeatures, () => ContentFeatures, () => AttendeeFeatures],
|
|
450
400
|
];
|
|
451
|
-
export var NotFoundException = [
|
|
452
|
-
-3,
|
|
453
|
-
n0,
|
|
454
|
-
_NFE,
|
|
455
|
-
{
|
|
456
|
-
[_e]: _c,
|
|
457
|
-
[_hE]: 404,
|
|
458
|
-
},
|
|
459
|
-
[_Cod, _M, _RI],
|
|
460
|
-
[0, 0, 0],
|
|
461
|
-
];
|
|
401
|
+
export var NotFoundException = [-3, n0, _NFE, { [_e]: _c, [_hE]: 404 }, [_Cod, _M, _RI], [0, 0, 0]];
|
|
462
402
|
TypeRegistry.for(n0).registerError(NotFoundException, __NotFoundException);
|
|
463
403
|
export var NotificationsConfiguration = [
|
|
464
404
|
3,
|
|
@@ -476,10 +416,7 @@ export var ResourceNotFoundException = [
|
|
|
476
416
|
-3,
|
|
477
417
|
n0,
|
|
478
418
|
_RNFE,
|
|
479
|
-
{
|
|
480
|
-
[_e]: _c,
|
|
481
|
-
[_hE]: 404,
|
|
482
|
-
},
|
|
419
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
483
420
|
[_Cod, _M, _RI, _RN],
|
|
484
421
|
[0, 0, 0, 0],
|
|
485
422
|
];
|
|
@@ -488,10 +425,7 @@ export var ServiceFailureException = [
|
|
|
488
425
|
-3,
|
|
489
426
|
n0,
|
|
490
427
|
_SFE,
|
|
491
|
-
{
|
|
492
|
-
[_e]: _s,
|
|
493
|
-
[_hE]: 500,
|
|
494
|
-
},
|
|
428
|
+
{ [_e]: _s, [_hE]: 500 },
|
|
495
429
|
[_Cod, _M, _RI],
|
|
496
430
|
[0, 0, 0],
|
|
497
431
|
];
|
|
@@ -500,22 +434,9 @@ export var ServiceUnavailableException = [
|
|
|
500
434
|
-3,
|
|
501
435
|
n0,
|
|
502
436
|
_SUE,
|
|
503
|
-
{
|
|
504
|
-
[_e]: _s,
|
|
505
|
-
[_hE]: 503,
|
|
506
|
-
},
|
|
437
|
+
{ [_e]: _s, [_hE]: 503 },
|
|
507
438
|
[_Cod, _M, _RI, _RAS],
|
|
508
|
-
[
|
|
509
|
-
0,
|
|
510
|
-
0,
|
|
511
|
-
0,
|
|
512
|
-
[
|
|
513
|
-
0,
|
|
514
|
-
{
|
|
515
|
-
[_hH]: _RA,
|
|
516
|
-
},
|
|
517
|
-
],
|
|
518
|
-
],
|
|
439
|
+
[0, 0, 0, [0, { [_hH]: _RA }]],
|
|
519
440
|
];
|
|
520
441
|
TypeRegistry.for(n0).registerError(ServiceUnavailableException, __ServiceUnavailableException);
|
|
521
442
|
export var StartMeetingTranscriptionRequest = [
|
|
@@ -530,26 +451,13 @@ export var StopMeetingTranscriptionRequest = [3, n0, _SMTRt, 0, [_MI], [[0, 1]]]
|
|
|
530
451
|
export var Tag = [3, n0, _Ta, 0, [_K, _Va], [0, 0]];
|
|
531
452
|
export var TagResourceRequest = [3, n0, _TRR, 0, [_RARN, _T], [0, () => TagList]];
|
|
532
453
|
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
533
|
-
export var ThrottlingException = [
|
|
534
|
-
-3,
|
|
535
|
-
n0,
|
|
536
|
-
_TE,
|
|
537
|
-
{
|
|
538
|
-
[_e]: _c,
|
|
539
|
-
[_hE]: 429,
|
|
540
|
-
},
|
|
541
|
-
[_Cod, _M, _RI],
|
|
542
|
-
[0, 0, 0],
|
|
543
|
-
];
|
|
454
|
+
export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_Cod, _M, _RI], [0, 0, 0]];
|
|
544
455
|
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
545
456
|
export var TooManyTagsException = [
|
|
546
457
|
-3,
|
|
547
458
|
n0,
|
|
548
459
|
_TMTE,
|
|
549
|
-
{
|
|
550
|
-
[_e]: _c,
|
|
551
|
-
[_hE]: 400,
|
|
552
|
-
},
|
|
460
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
553
461
|
[_Cod, _M, _RI, _RN],
|
|
554
462
|
[0, 0, 0, 0],
|
|
555
463
|
];
|
|
@@ -566,10 +474,7 @@ export var UnauthorizedException = [
|
|
|
566
474
|
-3,
|
|
567
475
|
n0,
|
|
568
476
|
_UE,
|
|
569
|
-
{
|
|
570
|
-
[_e]: _c,
|
|
571
|
-
[_hE]: 401,
|
|
572
|
-
},
|
|
477
|
+
{ [_e]: _c, [_hE]: 401 },
|
|
573
478
|
[_Cod, _M, _RI],
|
|
574
479
|
[0, 0, 0],
|
|
575
480
|
];
|
|
@@ -578,10 +483,7 @@ export var UnprocessableEntityException = [
|
|
|
578
483
|
-3,
|
|
579
484
|
n0,
|
|
580
485
|
_UEE,
|
|
581
|
-
{
|
|
582
|
-
[_e]: _c,
|
|
583
|
-
[_hE]: 422,
|
|
584
|
-
},
|
|
486
|
+
{ [_e]: _c, [_hE]: 422 },
|
|
585
487
|
[_Cod, _M, _RI],
|
|
586
488
|
[0, 0, 0],
|
|
587
489
|
];
|
|
@@ -626,9 +528,7 @@ export var BatchCreateAttendee = [
|
|
|
626
528
|
9,
|
|
627
529
|
n0,
|
|
628
530
|
_BCA,
|
|
629
|
-
{
|
|
630
|
-
[_h]: ["POST", "/meetings/{MeetingId}/attendees?operation=batch-create", 200],
|
|
631
|
-
},
|
|
531
|
+
{ [_h]: ["POST", "/meetings/{MeetingId}/attendees?operation=batch-create", 200] },
|
|
632
532
|
() => BatchCreateAttendeeRequest,
|
|
633
533
|
() => BatchCreateAttendeeResponse,
|
|
634
534
|
];
|
|
@@ -636,9 +536,7 @@ export var BatchUpdateAttendeeCapabilitiesExcept = [
|
|
|
636
536
|
9,
|
|
637
537
|
n0,
|
|
638
538
|
_BUACE,
|
|
639
|
-
{
|
|
640
|
-
[_h]: ["PUT", "/meetings/{MeetingId}/attendees/capabilities?operation=batch-update-except", 200],
|
|
641
|
-
},
|
|
539
|
+
{ [_h]: ["PUT", "/meetings/{MeetingId}/attendees/capabilities?operation=batch-update-except", 200] },
|
|
642
540
|
() => BatchUpdateAttendeeCapabilitiesExceptRequest,
|
|
643
541
|
() => __Unit,
|
|
644
542
|
];
|
|
@@ -646,9 +544,7 @@ export var CreateAttendee = [
|
|
|
646
544
|
9,
|
|
647
545
|
n0,
|
|
648
546
|
_CA,
|
|
649
|
-
{
|
|
650
|
-
[_h]: ["POST", "/meetings/{MeetingId}/attendees", 200],
|
|
651
|
-
},
|
|
547
|
+
{ [_h]: ["POST", "/meetings/{MeetingId}/attendees", 200] },
|
|
652
548
|
() => CreateAttendeeRequest,
|
|
653
549
|
() => CreateAttendeeResponse,
|
|
654
550
|
];
|
|
@@ -656,9 +552,7 @@ export var CreateMeeting = [
|
|
|
656
552
|
9,
|
|
657
553
|
n0,
|
|
658
554
|
_CM,
|
|
659
|
-
{
|
|
660
|
-
[_h]: ["POST", "/meetings", 200],
|
|
661
|
-
},
|
|
555
|
+
{ [_h]: ["POST", "/meetings", 200] },
|
|
662
556
|
() => CreateMeetingRequest,
|
|
663
557
|
() => CreateMeetingResponse,
|
|
664
558
|
];
|
|
@@ -666,9 +560,7 @@ export var CreateMeetingWithAttendees = [
|
|
|
666
560
|
9,
|
|
667
561
|
n0,
|
|
668
562
|
_CMWA,
|
|
669
|
-
{
|
|
670
|
-
[_h]: ["POST", "/meetings?operation=create-attendees", 200],
|
|
671
|
-
},
|
|
563
|
+
{ [_h]: ["POST", "/meetings?operation=create-attendees", 200] },
|
|
672
564
|
() => CreateMeetingWithAttendeesRequest,
|
|
673
565
|
() => CreateMeetingWithAttendeesResponse,
|
|
674
566
|
];
|
|
@@ -676,9 +568,7 @@ export var DeleteAttendee = [
|
|
|
676
568
|
9,
|
|
677
569
|
n0,
|
|
678
570
|
_DA,
|
|
679
|
-
{
|
|
680
|
-
[_h]: ["DELETE", "/meetings/{MeetingId}/attendees/{AttendeeId}", 204],
|
|
681
|
-
},
|
|
571
|
+
{ [_h]: ["DELETE", "/meetings/{MeetingId}/attendees/{AttendeeId}", 204] },
|
|
682
572
|
() => DeleteAttendeeRequest,
|
|
683
573
|
() => __Unit,
|
|
684
574
|
];
|
|
@@ -686,9 +576,7 @@ export var DeleteMeeting = [
|
|
|
686
576
|
9,
|
|
687
577
|
n0,
|
|
688
578
|
_DM,
|
|
689
|
-
{
|
|
690
|
-
[_h]: ["DELETE", "/meetings/{MeetingId}", 204],
|
|
691
|
-
},
|
|
579
|
+
{ [_h]: ["DELETE", "/meetings/{MeetingId}", 204] },
|
|
692
580
|
() => DeleteMeetingRequest,
|
|
693
581
|
() => __Unit,
|
|
694
582
|
];
|
|
@@ -696,9 +584,7 @@ export var GetAttendee = [
|
|
|
696
584
|
9,
|
|
697
585
|
n0,
|
|
698
586
|
_GA,
|
|
699
|
-
{
|
|
700
|
-
[_h]: ["GET", "/meetings/{MeetingId}/attendees/{AttendeeId}", 200],
|
|
701
|
-
},
|
|
587
|
+
{ [_h]: ["GET", "/meetings/{MeetingId}/attendees/{AttendeeId}", 200] },
|
|
702
588
|
() => GetAttendeeRequest,
|
|
703
589
|
() => GetAttendeeResponse,
|
|
704
590
|
];
|
|
@@ -706,9 +592,7 @@ export var GetMeeting = [
|
|
|
706
592
|
9,
|
|
707
593
|
n0,
|
|
708
594
|
_GM,
|
|
709
|
-
{
|
|
710
|
-
[_h]: ["GET", "/meetings/{MeetingId}", 200],
|
|
711
|
-
},
|
|
595
|
+
{ [_h]: ["GET", "/meetings/{MeetingId}", 200] },
|
|
712
596
|
() => GetMeetingRequest,
|
|
713
597
|
() => GetMeetingResponse,
|
|
714
598
|
];
|
|
@@ -716,9 +600,7 @@ export var ListAttendees = [
|
|
|
716
600
|
9,
|
|
717
601
|
n0,
|
|
718
602
|
_LA,
|
|
719
|
-
{
|
|
720
|
-
[_h]: ["GET", "/meetings/{MeetingId}/attendees", 200],
|
|
721
|
-
},
|
|
603
|
+
{ [_h]: ["GET", "/meetings/{MeetingId}/attendees", 200] },
|
|
722
604
|
() => ListAttendeesRequest,
|
|
723
605
|
() => ListAttendeesResponse,
|
|
724
606
|
];
|
|
@@ -726,9 +608,7 @@ export var ListTagsForResource = [
|
|
|
726
608
|
9,
|
|
727
609
|
n0,
|
|
728
610
|
_LTFR,
|
|
729
|
-
{
|
|
730
|
-
[_h]: ["GET", "/tags", 200],
|
|
731
|
-
},
|
|
611
|
+
{ [_h]: ["GET", "/tags", 200] },
|
|
732
612
|
() => ListTagsForResourceRequest,
|
|
733
613
|
() => ListTagsForResourceResponse,
|
|
734
614
|
];
|
|
@@ -736,9 +616,7 @@ export var StartMeetingTranscription = [
|
|
|
736
616
|
9,
|
|
737
617
|
n0,
|
|
738
618
|
_SMT,
|
|
739
|
-
{
|
|
740
|
-
[_h]: ["POST", "/meetings/{MeetingId}/transcription?operation=start", 200],
|
|
741
|
-
},
|
|
619
|
+
{ [_h]: ["POST", "/meetings/{MeetingId}/transcription?operation=start", 200] },
|
|
742
620
|
() => StartMeetingTranscriptionRequest,
|
|
743
621
|
() => __Unit,
|
|
744
622
|
];
|
|
@@ -746,9 +624,7 @@ export var StopMeetingTranscription = [
|
|
|
746
624
|
9,
|
|
747
625
|
n0,
|
|
748
626
|
_SMTt,
|
|
749
|
-
{
|
|
750
|
-
[_h]: ["POST", "/meetings/{MeetingId}/transcription?operation=stop", 200],
|
|
751
|
-
},
|
|
627
|
+
{ [_h]: ["POST", "/meetings/{MeetingId}/transcription?operation=stop", 200] },
|
|
752
628
|
() => StopMeetingTranscriptionRequest,
|
|
753
629
|
() => __Unit,
|
|
754
630
|
];
|
|
@@ -756,9 +632,7 @@ export var TagResource = [
|
|
|
756
632
|
9,
|
|
757
633
|
n0,
|
|
758
634
|
_TR,
|
|
759
|
-
{
|
|
760
|
-
[_h]: ["POST", "/tags?operation=tag-resource", 204],
|
|
761
|
-
},
|
|
635
|
+
{ [_h]: ["POST", "/tags?operation=tag-resource", 204] },
|
|
762
636
|
() => TagResourceRequest,
|
|
763
637
|
() => TagResourceResponse,
|
|
764
638
|
];
|
|
@@ -766,9 +640,7 @@ export var UntagResource = [
|
|
|
766
640
|
9,
|
|
767
641
|
n0,
|
|
768
642
|
_UR,
|
|
769
|
-
{
|
|
770
|
-
[_h]: ["POST", "/tags?operation=untag-resource", 204],
|
|
771
|
-
},
|
|
643
|
+
{ [_h]: ["POST", "/tags?operation=untag-resource", 204] },
|
|
772
644
|
() => UntagResourceRequest,
|
|
773
645
|
() => UntagResourceResponse,
|
|
774
646
|
];
|
|
@@ -776,9 +648,7 @@ export var UpdateAttendeeCapabilities = [
|
|
|
776
648
|
9,
|
|
777
649
|
n0,
|
|
778
650
|
_UAC,
|
|
779
|
-
{
|
|
780
|
-
[_h]: ["PUT", "/meetings/{MeetingId}/attendees/{AttendeeId}/capabilities", 200],
|
|
781
|
-
},
|
|
651
|
+
{ [_h]: ["PUT", "/meetings/{MeetingId}/attendees/{AttendeeId}/capabilities", 200] },
|
|
782
652
|
() => UpdateAttendeeCapabilitiesRequest,
|
|
783
653
|
() => UpdateAttendeeCapabilitiesResponse,
|
|
784
654
|
];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import { ChimeSDKMeetingsClient } from "./ChimeSDKMeetingsClient";
|
|
3
3
|
import { BatchCreateAttendeeCommandInput, BatchCreateAttendeeCommandOutput } from "./commands/BatchCreateAttendeeCommand";
|
|
4
4
|
import { BatchUpdateAttendeeCapabilitiesExceptCommandInput, BatchUpdateAttendeeCapabilitiesExceptCommandOutput } from "./commands/BatchUpdateAttendeeCapabilitiesExceptCommand";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
-
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
1
|
+
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
+
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
+
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
|
+
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { BatchCreateAttendeeCommandInput, BatchCreateAttendeeCommandOutput } from "./commands/BatchCreateAttendeeCommand";
|
|
11
11
|
import { BatchUpdateAttendeeCapabilitiesExceptCommandInput, BatchUpdateAttendeeCapabilitiesExceptCommandOutput } from "./commands/BatchUpdateAttendeeCapabilitiesExceptCommand";
|
|
12
12
|
import { CreateAttendeeCommandInput, CreateAttendeeCommandOutput } from "./commands/CreateAttendeeCommand";
|
|
@@ -24,7 +24,7 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
|
|
|
24
24
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
25
25
|
import { UpdateAttendeeCapabilitiesCommandInput, UpdateAttendeeCapabilitiesCommandOutput } from "./commands/UpdateAttendeeCapabilitiesCommand";
|
|
26
26
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
27
|
-
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
27
|
+
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
28
28
|
export { __Client };
|
|
29
29
|
/**
|
|
30
30
|
* @public
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AwsCredentialIdentity, AwsCredentialIdentityProvider
|
|
2
|
-
import { ChimeSDKMeetingsHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
1
|
+
import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
|
|
2
|
+
import type { ChimeSDKMeetingsHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
|
|
2
|
-
import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
-
import { ChimeSDKMeetingsClientResolvedConfig } from "../ChimeSDKMeetingsClient";
|
|
2
|
+
import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
+
import { type ChimeSDKMeetingsClientResolvedConfig } from "../ChimeSDKMeetingsClient";
|
|
4
4
|
/**
|
|
5
5
|
* @internal
|
|
6
6
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
|
|
4
|
-
import { BatchCreateAttendeeRequest, BatchCreateAttendeeResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
|
|
4
|
+
import type { BatchCreateAttendeeRequest, BatchCreateAttendeeResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
|
|
4
|
-
import { BatchUpdateAttendeeCapabilitiesExceptRequest } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
|
|
4
|
+
import type { BatchUpdateAttendeeCapabilitiesExceptRequest } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
|
|
4
|
-
import { CreateAttendeeRequest, CreateAttendeeResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
|
|
4
|
+
import type { CreateAttendeeRequest, CreateAttendeeResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
|
|
4
|
-
import { CreateMeetingRequest, CreateMeetingResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
|
|
4
|
+
import type { CreateMeetingRequest, CreateMeetingResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
|
|
4
|
-
import { CreateMeetingWithAttendeesRequest, CreateMeetingWithAttendeesResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
|
|
4
|
+
import type { CreateMeetingWithAttendeesRequest, CreateMeetingWithAttendeesResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
|
|
4
|
-
import { DeleteAttendeeRequest } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
|
|
4
|
+
import type { DeleteAttendeeRequest } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
|
|
4
|
-
import { DeleteMeetingRequest } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
|
|
4
|
+
import type { DeleteMeetingRequest } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
|
|
4
|
-
import { GetAttendeeRequest, GetAttendeeResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
|
|
4
|
+
import type { GetAttendeeRequest, GetAttendeeResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
|
|
4
|
-
import { GetMeetingRequest, GetMeetingResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
|
|
4
|
+
import type { GetMeetingRequest, GetMeetingResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
|
|
4
|
-
import { ListAttendeesRequest, ListAttendeesResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
|
|
4
|
+
import type { ListAttendeesRequest, ListAttendeesResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
|
|
4
|
-
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
|
|
4
|
+
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
|
|
4
|
-
import { StartMeetingTranscriptionRequest } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
|
|
4
|
+
import type { StartMeetingTranscriptionRequest } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
|
|
4
|
-
import { StopMeetingTranscriptionRequest } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
|
|
4
|
+
import type { StopMeetingTranscriptionRequest } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
|
|
4
|
-
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
|
|
4
|
+
import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
|
|
4
|
-
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
|
|
4
|
+
import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
|
|
4
|
-
import { UpdateAttendeeCapabilitiesRequest, UpdateAttendeeCapabilitiesResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
|
|
4
|
+
import type { UpdateAttendeeCapabilitiesRequest, UpdateAttendeeCapabilitiesResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|