@aws-sdk/client-ivs-realtime 3.952.0 → 3.953.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.
Files changed (59) hide show
  1. package/dist-cjs/index.js +545 -359
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/CreateEncoderConfigurationCommand.js +2 -2
  4. package/dist-es/commands/CreateIngestConfigurationCommand.js +2 -2
  5. package/dist-es/commands/CreateParticipantTokenCommand.js +2 -2
  6. package/dist-es/commands/CreateStageCommand.js +2 -2
  7. package/dist-es/commands/CreateStorageConfigurationCommand.js +2 -2
  8. package/dist-es/commands/DeleteEncoderConfigurationCommand.js +2 -2
  9. package/dist-es/commands/DeleteIngestConfigurationCommand.js +2 -2
  10. package/dist-es/commands/DeletePublicKeyCommand.js +2 -2
  11. package/dist-es/commands/DeleteStageCommand.js +2 -2
  12. package/dist-es/commands/DeleteStorageConfigurationCommand.js +2 -2
  13. package/dist-es/commands/DisconnectParticipantCommand.js +2 -2
  14. package/dist-es/commands/GetCompositionCommand.js +2 -2
  15. package/dist-es/commands/GetEncoderConfigurationCommand.js +2 -2
  16. package/dist-es/commands/GetIngestConfigurationCommand.js +2 -2
  17. package/dist-es/commands/GetParticipantCommand.js +2 -2
  18. package/dist-es/commands/GetPublicKeyCommand.js +2 -2
  19. package/dist-es/commands/GetStageCommand.js +2 -2
  20. package/dist-es/commands/GetStageSessionCommand.js +2 -2
  21. package/dist-es/commands/GetStorageConfigurationCommand.js +2 -2
  22. package/dist-es/commands/ImportPublicKeyCommand.js +2 -2
  23. package/dist-es/commands/ListCompositionsCommand.js +2 -2
  24. package/dist-es/commands/ListEncoderConfigurationsCommand.js +2 -2
  25. package/dist-es/commands/ListIngestConfigurationsCommand.js +2 -2
  26. package/dist-es/commands/ListParticipantEventsCommand.js +2 -2
  27. package/dist-es/commands/ListParticipantReplicasCommand.js +2 -2
  28. package/dist-es/commands/ListParticipantsCommand.js +2 -2
  29. package/dist-es/commands/ListPublicKeysCommand.js +2 -2
  30. package/dist-es/commands/ListStageSessionsCommand.js +2 -2
  31. package/dist-es/commands/ListStagesCommand.js +2 -2
  32. package/dist-es/commands/ListStorageConfigurationsCommand.js +2 -2
  33. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  34. package/dist-es/commands/StartCompositionCommand.js +2 -2
  35. package/dist-es/commands/StartParticipantReplicationCommand.js +2 -2
  36. package/dist-es/commands/StopCompositionCommand.js +2 -2
  37. package/dist-es/commands/StopParticipantReplicationCommand.js +2 -2
  38. package/dist-es/commands/TagResourceCommand.js +2 -2
  39. package/dist-es/commands/UntagResourceCommand.js +2 -2
  40. package/dist-es/commands/UpdateIngestConfigurationCommand.js +2 -2
  41. package/dist-es/commands/UpdateStageCommand.js +2 -2
  42. package/dist-es/index.js +1 -0
  43. package/dist-es/runtimeConfig.shared.js +6 -1
  44. package/dist-es/schemas/schemas_0.js +330 -309
  45. package/dist-types/IVSRealTimeClient.d.ts +1 -10
  46. package/dist-types/index.d.ts +1 -0
  47. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  48. package/dist-types/runtimeConfig.d.ts +6 -2
  49. package/dist-types/runtimeConfig.native.d.ts +6 -2
  50. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  51. package/dist-types/schemas/schemas_0.d.ts +166 -192
  52. package/dist-types/ts3.4/IVSRealTimeClient.d.ts +0 -4
  53. package/dist-types/ts3.4/index.d.ts +1 -0
  54. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  55. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  56. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  57. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  58. package/dist-types/ts3.4/schemas/schemas_0.d.ts +165 -193
  59. package/package.json +34 -34
@@ -336,11 +336,11 @@ const _xFO = "xFrameOptions";
336
336
  const _xaE = "x-amzn-ErrorType";
337
337
  const n0 = "com.amazonaws.ivsrealtime";
338
338
  import { TypeRegistry } from "@smithy/core/schema";
339
- import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, PendingVerification as __PendingVerification, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ValidationException as __ValidationException, } from "../models/errors";
340
- import { IVSRealTimeServiceException as __IVSRealTimeServiceException } from "../models/IVSRealTimeServiceException";
341
- export var ParticipantTokenString = [0, n0, _PTS, 8, 0];
342
- export var StreamKey = [0, n0, _SK, 8, 0];
343
- export var AccessDeniedException = [
339
+ import { AccessDeniedException, ConflictException, InternalServerException, PendingVerification, ResourceNotFoundException, ServiceQuotaExceededException, ValidationException, } from "../models/errors";
340
+ import { IVSRealTimeServiceException } from "../models/IVSRealTimeServiceException";
341
+ var ParticipantTokenString = [0, n0, _PTS, 8, 0];
342
+ var StreamKey = [0, n0, _SK, 8, 0];
343
+ export var AccessDeniedException$ = [
344
344
  -3,
345
345
  n0,
346
346
  _ADE,
@@ -358,26 +358,26 @@ export var AccessDeniedException = [
358
358
  0,
359
359
  ],
360
360
  ];
361
- TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
362
- export var AutoParticipantRecordingConfiguration = [
361
+ TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
362
+ export var AutoParticipantRecordingConfiguration$ = [
363
363
  3,
364
364
  n0,
365
365
  _APRC,
366
366
  0,
367
367
  [_sCA, _mT, _tC, _rRWS, _hC, _rPR],
368
- [0, 64 | 0, () => ParticipantThumbnailConfiguration, 1, () => ParticipantRecordingHlsConfiguration, 2],
368
+ [0, 64 | 0, () => ParticipantThumbnailConfiguration$, 1, () => ParticipantRecordingHlsConfiguration$, 2],
369
369
  ];
370
- export var ChannelDestinationConfiguration = [3, n0, _CDC, 0, [_cA, _eCA], [0, 0]];
371
- export var Composition = [
370
+ export var ChannelDestinationConfiguration$ = [3, n0, _CDC, 0, [_cA, _eCA], [0, 0]];
371
+ export var Composition$ = [
372
372
  3,
373
373
  n0,
374
374
  _C,
375
375
  0,
376
376
  [_a, _sA, _s, _l, _d, _t, _sT, _eT],
377
- [0, 0, 0, () => LayoutConfiguration, () => DestinationList, 128 | 0, 5, 5],
377
+ [0, 0, 0, () => LayoutConfiguration$, () => DestinationList, 128 | 0, 5, 5],
378
378
  ];
379
- export var CompositionRecordingHlsConfiguration = [3, n0, _CRHC, 0, [_tSDS], [1]];
380
- export var CompositionSummary = [
379
+ export var CompositionRecordingHlsConfiguration$ = [3, n0, _CRHC, 0, [_tSDS], [1]];
380
+ export var CompositionSummary$ = [
381
381
  3,
382
382
  n0,
383
383
  _CS,
@@ -385,8 +385,8 @@ export var CompositionSummary = [
385
385
  [_a, _sA, _d, _s, _t, _sT, _eT],
386
386
  [0, 0, () => DestinationSummaryList, 0, 128 | 0, 5, 5],
387
387
  ];
388
- export var CompositionThumbnailConfiguration = [3, n0, _CTC, 0, [_tIS, _st], [1, 64 | 0]];
389
- export var ConflictException = [
388
+ export var CompositionThumbnailConfiguration$ = [3, n0, _CTC, 0, [_tIS, _st], [1, 64 | 0]];
389
+ export var ConflictException$ = [
390
390
  -3,
391
391
  n0,
392
392
  _CE,
@@ -404,24 +404,24 @@ export var ConflictException = [
404
404
  0,
405
405
  ],
406
406
  ];
407
- TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
408
- export var CreateEncoderConfigurationRequest = [
407
+ TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
408
+ export var CreateEncoderConfigurationRequest$ = [
409
409
  3,
410
410
  n0,
411
411
  _CECR,
412
412
  0,
413
413
  [_n, _v, _t],
414
- [0, () => Video, 128 | 0],
414
+ [0, () => Video$, 128 | 0],
415
415
  ];
416
- export var CreateEncoderConfigurationResponse = [
416
+ export var CreateEncoderConfigurationResponse$ = [
417
417
  3,
418
418
  n0,
419
419
  _CECRr,
420
420
  0,
421
421
  [_eC],
422
- [() => EncoderConfiguration],
422
+ [() => EncoderConfiguration$],
423
423
  ];
424
- export var CreateIngestConfigurationRequest = [
424
+ export var CreateIngestConfigurationRequest$ = [
425
425
  3,
426
426
  n0,
427
427
  _CICR,
@@ -429,15 +429,15 @@ export var CreateIngestConfigurationRequest = [
429
429
  [_n, _sA, _uI, _at, _iP, _iI, _t],
430
430
  [0, 0, 0, 128 | 0, 0, 2, 128 | 0],
431
431
  ];
432
- export var CreateIngestConfigurationResponse = [
432
+ export var CreateIngestConfigurationResponse$ = [
433
433
  3,
434
434
  n0,
435
435
  _CICRr,
436
436
  0,
437
437
  [_iC],
438
- [[() => IngestConfiguration, 0]],
438
+ [[() => IngestConfiguration$, 0]],
439
439
  ];
440
- export var CreateParticipantTokenRequest = [
440
+ export var CreateParticipantTokenRequest$ = [
441
441
  3,
442
442
  n0,
443
443
  _CPTR,
@@ -445,94 +445,94 @@ export var CreateParticipantTokenRequest = [
445
445
  [_sA, _du, _uI, _at, _ca],
446
446
  [0, 1, 0, 128 | 0, 64 | 0],
447
447
  ];
448
- export var CreateParticipantTokenResponse = [
448
+ export var CreateParticipantTokenResponse$ = [
449
449
  3,
450
450
  n0,
451
451
  _CPTRr,
452
452
  0,
453
453
  [_pT],
454
- [[() => ParticipantToken, 0]],
454
+ [[() => ParticipantToken$, 0]],
455
455
  ];
456
- export var CreateStageRequest = [
456
+ export var CreateStageRequest$ = [
457
457
  3,
458
458
  n0,
459
459
  _CSR,
460
460
  0,
461
461
  [_n, _pTC, _t, _aPRC],
462
- [0, () => ParticipantTokenConfigurations, 128 | 0, () => AutoParticipantRecordingConfiguration],
462
+ [0, () => ParticipantTokenConfigurations, 128 | 0, () => AutoParticipantRecordingConfiguration$],
463
463
  ];
464
- export var CreateStageResponse = [
464
+ export var CreateStageResponse$ = [
465
465
  3,
466
466
  n0,
467
467
  _CSRr,
468
468
  0,
469
469
  [_sta, _pTa],
470
- [() => Stage, [() => ParticipantTokenList, 0]],
470
+ [() => Stage$, [() => ParticipantTokenList, 0]],
471
471
  ];
472
- export var CreateStorageConfigurationRequest = [
472
+ export var CreateStorageConfigurationRequest$ = [
473
473
  3,
474
474
  n0,
475
475
  _CSCR,
476
476
  0,
477
477
  [_n, _s_, _t],
478
- [0, () => S3StorageConfiguration, 128 | 0],
478
+ [0, () => S3StorageConfiguration$, 128 | 0],
479
479
  ];
480
- export var CreateStorageConfigurationResponse = [
480
+ export var CreateStorageConfigurationResponse$ = [
481
481
  3,
482
482
  n0,
483
483
  _CSCRr,
484
484
  0,
485
485
  [_sC],
486
- [() => StorageConfiguration],
487
- ];
488
- export var DeleteEncoderConfigurationRequest = [3, n0, _DECR, 0, [_a], [0]];
489
- export var DeleteEncoderConfigurationResponse = [3, n0, _DECRe, 0, [], []];
490
- export var DeleteIngestConfigurationRequest = [3, n0, _DICR, 0, [_a, _f], [0, 2]];
491
- export var DeleteIngestConfigurationResponse = [3, n0, _DICRe, 0, [], []];
492
- export var DeletePublicKeyRequest = [3, n0, _DPKR, 0, [_a], [0]];
493
- export var DeletePublicKeyResponse = [3, n0, _DPKRe, 0, [], []];
494
- export var DeleteStageRequest = [3, n0, _DSR, 0, [_a], [0]];
495
- export var DeleteStageResponse = [3, n0, _DSRe, 0, [], []];
496
- export var DeleteStorageConfigurationRequest = [3, n0, _DSCR, 0, [_a], [0]];
497
- export var DeleteStorageConfigurationResponse = [3, n0, _DSCRe, 0, [], []];
498
- export var Destination = [
486
+ [() => StorageConfiguration$],
487
+ ];
488
+ export var DeleteEncoderConfigurationRequest$ = [3, n0, _DECR, 0, [_a], [0]];
489
+ export var DeleteEncoderConfigurationResponse$ = [3, n0, _DECRe, 0, [], []];
490
+ export var DeleteIngestConfigurationRequest$ = [3, n0, _DICR, 0, [_a, _f], [0, 2]];
491
+ export var DeleteIngestConfigurationResponse$ = [3, n0, _DICRe, 0, [], []];
492
+ export var DeletePublicKeyRequest$ = [3, n0, _DPKR, 0, [_a], [0]];
493
+ export var DeletePublicKeyResponse$ = [3, n0, _DPKRe, 0, [], []];
494
+ export var DeleteStageRequest$ = [3, n0, _DSR, 0, [_a], [0]];
495
+ export var DeleteStageResponse$ = [3, n0, _DSRe, 0, [], []];
496
+ export var DeleteStorageConfigurationRequest$ = [3, n0, _DSCR, 0, [_a], [0]];
497
+ export var DeleteStorageConfigurationResponse$ = [3, n0, _DSCRe, 0, [], []];
498
+ export var Destination$ = [
499
499
  3,
500
500
  n0,
501
501
  _D,
502
502
  0,
503
503
  [_i, _s, _sT, _eT, _co, _de],
504
- [0, 0, 5, 5, () => DestinationConfiguration, () => DestinationDetail],
504
+ [0, 0, 5, 5, () => DestinationConfiguration$, () => DestinationDetail$],
505
505
  ];
506
- export var DestinationConfiguration = [
506
+ export var DestinationConfiguration$ = [
507
507
  3,
508
508
  n0,
509
509
  _DC,
510
510
  0,
511
511
  [_n, _ch, _s_],
512
- [0, () => ChannelDestinationConfiguration, () => S3DestinationConfiguration],
512
+ [0, () => ChannelDestinationConfiguration$, () => S3DestinationConfiguration$],
513
513
  ];
514
- export var DestinationDetail = [3, n0, _DD, 0, [_s_], [() => S3Detail]];
515
- export var DestinationSummary = [3, n0, _DS, 0, [_i, _s, _sT, _eT], [0, 0, 5, 5]];
516
- export var DisconnectParticipantRequest = [3, n0, _DPR, 0, [_sA, _pI, _r], [0, 0, 0]];
517
- export var DisconnectParticipantResponse = [3, n0, _DPRi, 0, [], []];
518
- export var EncoderConfiguration = [
514
+ export var DestinationDetail$ = [3, n0, _DD, 0, [_s_], [() => S3Detail$]];
515
+ export var DestinationSummary$ = [3, n0, _DS, 0, [_i, _s, _sT, _eT], [0, 0, 5, 5]];
516
+ export var DisconnectParticipantRequest$ = [3, n0, _DPR, 0, [_sA, _pI, _r], [0, 0, 0]];
517
+ export var DisconnectParticipantResponse$ = [3, n0, _DPRi, 0, [], []];
518
+ export var EncoderConfiguration$ = [
519
519
  3,
520
520
  n0,
521
521
  _EC,
522
522
  0,
523
523
  [_a, _n, _v, _t],
524
- [0, 0, () => Video, 128 | 0],
524
+ [0, 0, () => Video$, 128 | 0],
525
525
  ];
526
- export var EncoderConfigurationSummary = [3, n0, _ECS, 0, [_a, _n, _t], [0, 0, 128 | 0]];
527
- export var Event = [
526
+ export var EncoderConfigurationSummary$ = [3, n0, _ECS, 0, [_a, _n, _t], [0, 0, 128 | 0]];
527
+ export var Event$ = [
528
528
  3,
529
529
  n0,
530
530
  _E,
531
531
  0,
532
532
  [_n, _pI, _eTv, _rPI, _eCr, _dSA, _dSI, _re, _pTr, _nT],
533
- [0, 0, 5, 0, 0, 0, 0, 2, () => ExchangedParticipantToken, () => ExchangedParticipantToken],
533
+ [0, 0, 5, 0, 0, 0, 0, 2, () => ExchangedParticipantToken$, () => ExchangedParticipantToken$],
534
534
  ];
535
- export var ExchangedParticipantToken = [
535
+ export var ExchangedParticipantToken$ = [
536
536
  3,
537
537
  n0,
538
538
  _EPT,
@@ -540,44 +540,44 @@ export var ExchangedParticipantToken = [
540
540
  [_ca, _at, _uI, _eTx],
541
541
  [64 | 0, 128 | 0, 0, 5],
542
542
  ];
543
- export var GetCompositionRequest = [3, n0, _GCR, 0, [_a], [0]];
544
- export var GetCompositionResponse = [3, n0, _GCRe, 0, [_com], [() => Composition]];
545
- export var GetEncoderConfigurationRequest = [3, n0, _GECR, 0, [_a], [0]];
546
- export var GetEncoderConfigurationResponse = [
543
+ export var GetCompositionRequest$ = [3, n0, _GCR, 0, [_a], [0]];
544
+ export var GetCompositionResponse$ = [3, n0, _GCRe, 0, [_com], [() => Composition$]];
545
+ export var GetEncoderConfigurationRequest$ = [3, n0, _GECR, 0, [_a], [0]];
546
+ export var GetEncoderConfigurationResponse$ = [
547
547
  3,
548
548
  n0,
549
549
  _GECRe,
550
550
  0,
551
551
  [_eC],
552
- [() => EncoderConfiguration],
552
+ [() => EncoderConfiguration$],
553
553
  ];
554
- export var GetIngestConfigurationRequest = [3, n0, _GICR, 0, [_a], [0]];
555
- export var GetIngestConfigurationResponse = [
554
+ export var GetIngestConfigurationRequest$ = [3, n0, _GICR, 0, [_a], [0]];
555
+ export var GetIngestConfigurationResponse$ = [
556
556
  3,
557
557
  n0,
558
558
  _GICRe,
559
559
  0,
560
560
  [_iC],
561
- [[() => IngestConfiguration, 0]],
562
- ];
563
- export var GetParticipantRequest = [3, n0, _GPR, 0, [_sA, _sI, _pI], [0, 0, 0]];
564
- export var GetParticipantResponse = [3, n0, _GPRe, 0, [_p], [() => Participant]];
565
- export var GetPublicKeyRequest = [3, n0, _GPKR, 0, [_a], [0]];
566
- export var GetPublicKeyResponse = [3, n0, _GPKRe, 0, [_pK], [() => PublicKey]];
567
- export var GetStageRequest = [3, n0, _GSR, 0, [_a], [0]];
568
- export var GetStageResponse = [3, n0, _GSRe, 0, [_sta], [() => Stage]];
569
- export var GetStageSessionRequest = [3, n0, _GSSR, 0, [_sA, _sI], [0, 0]];
570
- export var GetStageSessionResponse = [3, n0, _GSSRe, 0, [_sS], [() => StageSession]];
571
- export var GetStorageConfigurationRequest = [3, n0, _GSCR, 0, [_a], [0]];
572
- export var GetStorageConfigurationResponse = [
561
+ [[() => IngestConfiguration$, 0]],
562
+ ];
563
+ export var GetParticipantRequest$ = [3, n0, _GPR, 0, [_sA, _sI, _pI], [0, 0, 0]];
564
+ export var GetParticipantResponse$ = [3, n0, _GPRe, 0, [_p], [() => Participant$]];
565
+ export var GetPublicKeyRequest$ = [3, n0, _GPKR, 0, [_a], [0]];
566
+ export var GetPublicKeyResponse$ = [3, n0, _GPKRe, 0, [_pK], [() => PublicKey$]];
567
+ export var GetStageRequest$ = [3, n0, _GSR, 0, [_a], [0]];
568
+ export var GetStageResponse$ = [3, n0, _GSRe, 0, [_sta], [() => Stage$]];
569
+ export var GetStageSessionRequest$ = [3, n0, _GSSR, 0, [_sA, _sI], [0, 0]];
570
+ export var GetStageSessionResponse$ = [3, n0, _GSSRe, 0, [_sS], [() => StageSession$]];
571
+ export var GetStorageConfigurationRequest$ = [3, n0, _GSCR, 0, [_a], [0]];
572
+ export var GetStorageConfigurationResponse$ = [
573
573
  3,
574
574
  n0,
575
575
  _GSCRe,
576
576
  0,
577
577
  [_sC],
578
- [() => StorageConfiguration],
578
+ [() => StorageConfiguration$],
579
579
  ];
580
- export var GridConfiguration = [
580
+ export var GridConfiguration$ = [
581
581
  3,
582
582
  n0,
583
583
  _GC,
@@ -585,9 +585,9 @@ export var GridConfiguration = [
585
585
  [_fPA, _oSV, _vAR, _vFM, _gG, _pOA],
586
586
  [0, 2, 0, 0, 1, 0],
587
587
  ];
588
- export var ImportPublicKeyRequest = [3, n0, _IPKR, 0, [_pKM, _n, _t], [0, 0, 128 | 0]];
589
- export var ImportPublicKeyResponse = [3, n0, _IPKRm, 0, [_pK], [() => PublicKey]];
590
- export var IngestConfiguration = [
588
+ export var ImportPublicKeyRequest$ = [3, n0, _IPKR, 0, [_pKM, _n, _t], [0, 0, 128 | 0]];
589
+ export var ImportPublicKeyResponse$ = [3, n0, _IPKRm, 0, [_pK], [() => PublicKey$]];
590
+ export var IngestConfiguration$ = [
591
591
  3,
592
592
  n0,
593
593
  _IC,
@@ -595,7 +595,7 @@ export var IngestConfiguration = [
595
595
  [_n, _a, _iP, _sK, _sA, _pI, _s, _uI, _at, _t],
596
596
  [0, 0, 0, [() => StreamKey, 0], 0, 0, 0, 0, 128 | 0, 128 | 0],
597
597
  ];
598
- export var IngestConfigurationSummary = [
598
+ export var IngestConfigurationSummary$ = [
599
599
  3,
600
600
  n0,
601
601
  _ICS,
@@ -603,7 +603,7 @@ export var IngestConfigurationSummary = [
603
603
  [_n, _a, _iP, _sA, _pI, _s, _uI],
604
604
  [0, 0, 0, 0, 0, 0, 0],
605
605
  ];
606
- export var InternalServerException = [
606
+ export var InternalServerException$ = [
607
607
  -3,
608
608
  n0,
609
609
  _ISE,
@@ -621,17 +621,17 @@ export var InternalServerException = [
621
621
  0,
622
622
  ],
623
623
  ];
624
- TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
625
- export var LayoutConfiguration = [
624
+ TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
625
+ export var LayoutConfiguration$ = [
626
626
  3,
627
627
  n0,
628
628
  _LC,
629
629
  0,
630
630
  [_g, _pi],
631
- [() => GridConfiguration, () => PipConfiguration],
631
+ [() => GridConfiguration$, () => PipConfiguration$],
632
632
  ];
633
- export var ListCompositionsRequest = [3, n0, _LCR, 0, [_fBSA, _fBECA, _nTe, _mR], [0, 0, 0, 1]];
634
- export var ListCompositionsResponse = [
633
+ export var ListCompositionsRequest$ = [3, n0, _LCR, 0, [_fBSA, _fBECA, _nTe, _mR], [0, 0, 0, 1]];
634
+ export var ListCompositionsResponse$ = [
635
635
  3,
636
636
  n0,
637
637
  _LCRi,
@@ -639,8 +639,8 @@ export var ListCompositionsResponse = [
639
639
  [_comp, _nTe],
640
640
  [() => CompositionSummaryList, 0],
641
641
  ];
642
- export var ListEncoderConfigurationsRequest = [3, n0, _LECR, 0, [_nTe, _mR], [0, 1]];
643
- export var ListEncoderConfigurationsResponse = [
642
+ export var ListEncoderConfigurationsRequest$ = [3, n0, _LECR, 0, [_nTe, _mR], [0, 1]];
643
+ export var ListEncoderConfigurationsResponse$ = [
644
644
  3,
645
645
  n0,
646
646
  _LECRi,
@@ -648,7 +648,7 @@ export var ListEncoderConfigurationsResponse = [
648
648
  [_eCn, _nTe],
649
649
  [() => EncoderConfigurationSummaryList, 0],
650
650
  ];
651
- export var ListIngestConfigurationsRequest = [
651
+ export var ListIngestConfigurationsRequest$ = [
652
652
  3,
653
653
  n0,
654
654
  _LICR,
@@ -656,7 +656,7 @@ export var ListIngestConfigurationsRequest = [
656
656
  [_fBSA, _fBS, _nTe, _mR],
657
657
  [0, 0, 0, 1],
658
658
  ];
659
- export var ListIngestConfigurationsResponse = [
659
+ export var ListIngestConfigurationsResponse$ = [
660
660
  3,
661
661
  n0,
662
662
  _LICRi,
@@ -664,7 +664,7 @@ export var ListIngestConfigurationsResponse = [
664
664
  [_iCn, _nTe],
665
665
  [() => IngestConfigurationList, 0],
666
666
  ];
667
- export var ListParticipantEventsRequest = [
667
+ export var ListParticipantEventsRequest$ = [
668
668
  3,
669
669
  n0,
670
670
  _LPER,
@@ -672,8 +672,15 @@ export var ListParticipantEventsRequest = [
672
672
  [_sA, _sI, _pI, _nTe, _mR],
673
673
  [0, 0, 0, 0, 1],
674
674
  ];
675
- export var ListParticipantEventsResponse = [3, n0, _LPERi, 0, [_ev, _nTe], [() => EventList, 0]];
676
- export var ListParticipantReplicasRequest = [
675
+ export var ListParticipantEventsResponse$ = [
676
+ 3,
677
+ n0,
678
+ _LPERi,
679
+ 0,
680
+ [_ev, _nTe],
681
+ [() => EventList, 0],
682
+ ];
683
+ export var ListParticipantReplicasRequest$ = [
677
684
  3,
678
685
  n0,
679
686
  _LPRR,
@@ -681,7 +688,7 @@ export var ListParticipantReplicasRequest = [
681
688
  [_sSA, _pI, _nTe, _mR],
682
689
  [0, 0, 0, 1],
683
690
  ];
684
- export var ListParticipantReplicasResponse = [
691
+ export var ListParticipantReplicasResponse$ = [
685
692
  3,
686
693
  n0,
687
694
  _LPRRi,
@@ -689,7 +696,7 @@ export var ListParticipantReplicasResponse = [
689
696
  [_rep, _nTe],
690
697
  [() => ParticipantReplicaList, 0],
691
698
  ];
692
- export var ListParticipantsRequest = [
699
+ export var ListParticipantsRequest$ = [
693
700
  3,
694
701
  n0,
695
702
  _LPR,
@@ -697,11 +704,18 @@ export var ListParticipantsRequest = [
697
704
  [_sA, _sI, _fBUI, _fBP, _fBS, _nTe, _mR, _fBRS],
698
705
  [0, 0, 0, 2, 0, 0, 1, 0],
699
706
  ];
700
- export var ListParticipantsResponse = [3, n0, _LPRi, 0, [_pa, _nTe], [() => ParticipantList, 0]];
701
- export var ListPublicKeysRequest = [3, n0, _LPKR, 0, [_nTe, _mR], [0, 1]];
702
- export var ListPublicKeysResponse = [3, n0, _LPKRi, 0, [_pKu, _nTe], [() => PublicKeyList, 0]];
703
- export var ListStageSessionsRequest = [3, n0, _LSSR, 0, [_sA, _nTe, _mR], [0, 0, 1]];
704
- export var ListStageSessionsResponse = [
707
+ export var ListParticipantsResponse$ = [
708
+ 3,
709
+ n0,
710
+ _LPRi,
711
+ 0,
712
+ [_pa, _nTe],
713
+ [() => ParticipantList, 0],
714
+ ];
715
+ export var ListPublicKeysRequest$ = [3, n0, _LPKR, 0, [_nTe, _mR], [0, 1]];
716
+ export var ListPublicKeysResponse$ = [3, n0, _LPKRi, 0, [_pKu, _nTe], [() => PublicKeyList, 0]];
717
+ export var ListStageSessionsRequest$ = [3, n0, _LSSR, 0, [_sA, _nTe, _mR], [0, 0, 1]];
718
+ export var ListStageSessionsResponse$ = [
705
719
  3,
706
720
  n0,
707
721
  _LSSRi,
@@ -709,10 +723,10 @@ export var ListStageSessionsResponse = [
709
723
  [_sSt, _nTe],
710
724
  [() => StageSessionList, 0],
711
725
  ];
712
- export var ListStagesRequest = [3, n0, _LSR, 0, [_nTe, _mR], [0, 1]];
713
- export var ListStagesResponse = [3, n0, _LSRi, 0, [_stag, _nTe], [() => StageSummaryList, 0]];
714
- export var ListStorageConfigurationsRequest = [3, n0, _LSCR, 0, [_nTe, _mR], [0, 1]];
715
- export var ListStorageConfigurationsResponse = [
726
+ export var ListStagesRequest$ = [3, n0, _LSR, 0, [_nTe, _mR], [0, 1]];
727
+ export var ListStagesResponse$ = [3, n0, _LSRi, 0, [_stag, _nTe], [() => StageSummaryList, 0]];
728
+ export var ListStorageConfigurationsRequest$ = [3, n0, _LSCR, 0, [_nTe, _mR], [0, 1]];
729
+ export var ListStorageConfigurationsResponse$ = [
716
730
  3,
717
731
  n0,
718
732
  _LSCRi,
@@ -720,9 +734,9 @@ export var ListStorageConfigurationsResponse = [
720
734
  [_sCt, _nTe],
721
735
  [() => StorageConfigurationSummaryList, 0],
722
736
  ];
723
- export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
724
- export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
725
- export var Participant = [
737
+ export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
738
+ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
739
+ export var Participant$ = [
726
740
  3,
727
741
  n0,
728
742
  _P,
@@ -730,8 +744,8 @@ export var Participant = [
730
744
  [_pI, _uI, _s, _fJT, _at, _pu, _iN, _oN, _oV, _bN, _bV, _sV, _rSBN, _rSP, _rS, _pr, _rT, _rSe, _sSA, _sSI],
731
745
  [0, 0, 0, 5, 128 | 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
732
746
  ];
733
- export var ParticipantRecordingHlsConfiguration = [3, n0, _PRHC, 0, [_tSDS], [1]];
734
- export var ParticipantReplica = [
747
+ export var ParticipantRecordingHlsConfiguration$ = [3, n0, _PRHC, 0, [_tSDS], [1]];
748
+ export var ParticipantReplica$ = [
735
749
  3,
736
750
  n0,
737
751
  _PR,
@@ -739,7 +753,7 @@ export var ParticipantReplica = [
739
753
  [_sSA, _pI, _sSI, _dSA, _dSI, _rSe],
740
754
  [0, 0, 0, 0, 0, 0],
741
755
  ];
742
- export var ParticipantSummary = [
756
+ export var ParticipantSummary$ = [
743
757
  3,
744
758
  n0,
745
759
  _PS,
@@ -747,7 +761,7 @@ export var ParticipantSummary = [
747
761
  [_pI, _uI, _s, _fJT, _pu, _rS, _rT, _rSe, _sSA, _sSI],
748
762
  [0, 0, 0, 5, 2, 0, 0, 0, 0, 0],
749
763
  ];
750
- export var ParticipantThumbnailConfiguration = [
764
+ export var ParticipantThumbnailConfiguration$ = [
751
765
  3,
752
766
  n0,
753
767
  _PTC,
@@ -755,7 +769,7 @@ export var ParticipantThumbnailConfiguration = [
755
769
  [_tIS, _st, _rM],
756
770
  [1, 64 | 0, 0],
757
771
  ];
758
- export var ParticipantToken = [
772
+ export var ParticipantToken$ = [
759
773
  3,
760
774
  n0,
761
775
  _PT,
@@ -763,7 +777,7 @@ export var ParticipantToken = [
763
777
  [_pI, _to, _uI, _at, _du, _ca, _eTx],
764
778
  [0, [() => ParticipantTokenString, 0], 0, 128 | 0, 1, 64 | 0, 5],
765
779
  ];
766
- export var ParticipantTokenConfiguration = [
780
+ export var ParticipantTokenConfiguration$ = [
767
781
  3,
768
782
  n0,
769
783
  _PTCa,
@@ -771,7 +785,7 @@ export var ParticipantTokenConfiguration = [
771
785
  [_du, _uI, _at, _ca],
772
786
  [1, 0, 128 | 0, 64 | 0],
773
787
  ];
774
- export var PendingVerification = [
788
+ export var PendingVerification$ = [
775
789
  -3,
776
790
  n0,
777
791
  _PV,
@@ -789,8 +803,8 @@ export var PendingVerification = [
789
803
  0,
790
804
  ],
791
805
  ];
792
- TypeRegistry.for(n0).registerError(PendingVerification, __PendingVerification);
793
- export var PipConfiguration = [
806
+ TypeRegistry.for(n0).registerError(PendingVerification$, PendingVerification);
807
+ export var PipConfiguration$ = [
794
808
  3,
795
809
  n0,
796
810
  _PC,
@@ -798,17 +812,17 @@ export var PipConfiguration = [
798
812
  [_fPA, _oSV, _vFM, _gG, _pPA, _pB, _pO, _pP, _pW, _pH, _pOA],
799
813
  [0, 2, 0, 1, 0, 0, 1, 0, 1, 1, 0],
800
814
  ];
801
- export var PublicKey = [3, n0, _PK, 0, [_a, _n, _pKM, _fi, _t], [0, 0, 0, 0, 128 | 0]];
802
- export var PublicKeySummary = [3, n0, _PKS, 0, [_a, _n, _t], [0, 0, 128 | 0]];
803
- export var RecordingConfiguration = [
815
+ export var PublicKey$ = [3, n0, _PK, 0, [_a, _n, _pKM, _fi, _t], [0, 0, 0, 0, 128 | 0]];
816
+ export var PublicKeySummary$ = [3, n0, _PKS, 0, [_a, _n, _t], [0, 0, 128 | 0]];
817
+ export var RecordingConfiguration$ = [
804
818
  3,
805
819
  n0,
806
820
  _RC,
807
821
  0,
808
822
  [_hC, _fo],
809
- [() => CompositionRecordingHlsConfiguration, 0],
823
+ [() => CompositionRecordingHlsConfiguration$, 0],
810
824
  ];
811
- export var ResourceNotFoundException = [
825
+ export var ResourceNotFoundException$ = [
812
826
  -3,
813
827
  n0,
814
828
  _RNFE,
@@ -826,18 +840,18 @@ export var ResourceNotFoundException = [
826
840
  0,
827
841
  ],
828
842
  ];
829
- TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
830
- export var S3DestinationConfiguration = [
843
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
844
+ export var S3DestinationConfiguration$ = [
831
845
  3,
832
846
  n0,
833
847
  _SDC,
834
848
  0,
835
849
  [_sCA, _eCAn, _rC, _tCh],
836
- [0, 64 | 0, () => RecordingConfiguration, () => CompositionThumbnailConfigurationList],
850
+ [0, 64 | 0, () => RecordingConfiguration$, () => CompositionThumbnailConfigurationList],
837
851
  ];
838
- export var S3Detail = [3, n0, _SD, 0, [_rP], [0]];
839
- export var S3StorageConfiguration = [3, n0, _SSC, 0, [_bNu], [0]];
840
- export var ServiceQuotaExceededException = [
852
+ export var S3Detail$ = [3, n0, _SD, 0, [_rP], [0]];
853
+ export var S3StorageConfiguration$ = [3, n0, _SSC, 0, [_bNu], [0]];
854
+ export var ServiceQuotaExceededException$ = [
841
855
  -3,
842
856
  n0,
843
857
  _SQEE,
@@ -855,29 +869,29 @@ export var ServiceQuotaExceededException = [
855
869
  0,
856
870
  ],
857
871
  ];
858
- TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
859
- export var Stage = [
872
+ TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
873
+ export var Stage$ = [
860
874
  3,
861
875
  n0,
862
876
  _S,
863
877
  0,
864
878
  [_a, _n, _aSI, _t, _aPRC, _en],
865
- [0, 0, 0, 128 | 0, () => AutoParticipantRecordingConfiguration, () => StageEndpoints],
879
+ [0, 0, 0, 128 | 0, () => AutoParticipantRecordingConfiguration$, () => StageEndpoints$],
866
880
  ];
867
- export var StageEndpoints = [3, n0, _SE, 0, [_ev, _w, _rt, _rtm], [0, 0, 0, 0]];
868
- export var StageSession = [3, n0, _SS, 0, [_sI, _sT, _eT], [0, 5, 5]];
869
- export var StageSessionSummary = [3, n0, _SSS, 0, [_sI, _sT, _eT], [0, 5, 5]];
870
- export var StageSummary = [3, n0, _SSt, 0, [_a, _n, _aSI, _t], [0, 0, 0, 128 | 0]];
871
- export var StartCompositionRequest = [
881
+ export var StageEndpoints$ = [3, n0, _SE, 0, [_ev, _w, _rt, _rtm], [0, 0, 0, 0]];
882
+ export var StageSession$ = [3, n0, _SS, 0, [_sI, _sT, _eT], [0, 5, 5]];
883
+ export var StageSessionSummary$ = [3, n0, _SSS, 0, [_sI, _sT, _eT], [0, 5, 5]];
884
+ export var StageSummary$ = [3, n0, _SSt, 0, [_a, _n, _aSI, _t], [0, 0, 0, 128 | 0]];
885
+ export var StartCompositionRequest$ = [
872
886
  3,
873
887
  n0,
874
888
  _SCR,
875
889
  0,
876
890
  [_sA, _iT, _l, _d, _t],
877
- [0, [0, 4], () => LayoutConfiguration, () => DestinationConfigurationList, 128 | 0],
891
+ [0, [0, 4], () => LayoutConfiguration$, () => DestinationConfigurationList, 128 | 0],
878
892
  ];
879
- export var StartCompositionResponse = [3, n0, _SCRt, 0, [_com], [() => Composition]];
880
- export var StartParticipantReplicationRequest = [
893
+ export var StartCompositionResponse$ = [3, n0, _SCRt, 0, [_com], [() => Composition$]];
894
+ export var StartParticipantReplicationRequest$ = [
881
895
  3,
882
896
  n0,
883
897
  _SPRR,
@@ -885,7 +899,7 @@ export var StartParticipantReplicationRequest = [
885
899
  [_sSA, _dSA, _pI, _rWS, _at],
886
900
  [0, 0, 0, 1, 128 | 0],
887
901
  ];
888
- export var StartParticipantReplicationResponse = [
902
+ export var StartParticipantReplicationResponse$ = [
889
903
  3,
890
904
  n0,
891
905
  _SPRRt,
@@ -901,10 +915,17 @@ export var StartParticipantReplicationResponse = [
901
915
  [0, { [_hH]: _XFO }],
902
916
  ],
903
917
  ];
904
- export var StopCompositionRequest = [3, n0, _SCRto, 0, [_a], [0]];
905
- export var StopCompositionResponse = [3, n0, _SCRtop, 0, [], []];
906
- export var StopParticipantReplicationRequest = [3, n0, _SPRRto, 0, [_sSA, _dSA, _pI], [0, 0, 0]];
907
- export var StopParticipantReplicationResponse = [
918
+ export var StopCompositionRequest$ = [3, n0, _SCRto, 0, [_a], [0]];
919
+ export var StopCompositionResponse$ = [3, n0, _SCRtop, 0, [], []];
920
+ export var StopParticipantReplicationRequest$ = [
921
+ 3,
922
+ n0,
923
+ _SPRRto,
924
+ 0,
925
+ [_sSA, _dSA, _pI],
926
+ [0, 0, 0],
927
+ ];
928
+ export var StopParticipantReplicationResponse$ = [
908
929
  3,
909
930
  n0,
910
931
  _SPRRtop,
@@ -920,25 +941,25 @@ export var StopParticipantReplicationResponse = [
920
941
  [0, { [_hH]: _XFO }],
921
942
  ],
922
943
  ];
923
- export var StorageConfiguration = [
944
+ export var StorageConfiguration$ = [
924
945
  3,
925
946
  n0,
926
947
  _SC,
927
948
  0,
928
949
  [_a, _n, _s_, _t],
929
- [0, 0, () => S3StorageConfiguration, 128 | 0],
950
+ [0, 0, () => S3StorageConfiguration$, 128 | 0],
930
951
  ];
931
- export var StorageConfigurationSummary = [
952
+ export var StorageConfigurationSummary$ = [
932
953
  3,
933
954
  n0,
934
955
  _SCS,
935
956
  0,
936
957
  [_a, _n, _s_, _t],
937
- [0, 0, () => S3StorageConfiguration, 128 | 0],
958
+ [0, 0, () => S3StorageConfiguration$, 128 | 0],
938
959
  ];
939
- export var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
940
- export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
941
- export var UntagResourceRequest = [
960
+ export var TagResourceRequest$ = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
961
+ export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
962
+ export var UntagResourceRequest$ = [
942
963
  3,
943
964
  n0,
944
965
  _URR,
@@ -949,26 +970,26 @@ export var UntagResourceRequest = [
949
970
  [64 | 0, { [_hQ]: _tK }],
950
971
  ],
951
972
  ];
952
- export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
953
- export var UpdateIngestConfigurationRequest = [3, n0, _UICR, 0, [_a, _sA], [0, 0]];
954
- export var UpdateIngestConfigurationResponse = [
973
+ export var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
974
+ export var UpdateIngestConfigurationRequest$ = [3, n0, _UICR, 0, [_a, _sA], [0, 0]];
975
+ export var UpdateIngestConfigurationResponse$ = [
955
976
  3,
956
977
  n0,
957
978
  _UICRp,
958
979
  0,
959
980
  [_iC],
960
- [[() => IngestConfiguration, 0]],
981
+ [[() => IngestConfiguration$, 0]],
961
982
  ];
962
- export var UpdateStageRequest = [
983
+ export var UpdateStageRequest$ = [
963
984
  3,
964
985
  n0,
965
986
  _USR,
966
987
  0,
967
988
  [_a, _n, _aPRC],
968
- [0, 0, () => AutoParticipantRecordingConfiguration],
989
+ [0, 0, () => AutoParticipantRecordingConfiguration$],
969
990
  ];
970
- export var UpdateStageResponse = [3, n0, _USRp, 0, [_sta], [() => Stage]];
971
- export var ValidationException = [
991
+ export var UpdateStageResponse$ = [3, n0, _USRp, 0, [_sta], [() => Stage$]];
992
+ export var ValidationException$ = [
972
993
  -3,
973
994
  n0,
974
995
  _VE,
@@ -986,349 +1007,349 @@ export var ValidationException = [
986
1007
  0,
987
1008
  ],
988
1009
  ];
989
- TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
990
- export var Video = [3, n0, _V, 0, [_wi, _h, _fr, _b], [1, 1, 1, 1]];
991
- export var IVSRealTimeServiceException = [-3, _sm, "IVSRealTimeServiceException", 0, [], []];
992
- TypeRegistry.for(_sm).registerError(IVSRealTimeServiceException, __IVSRealTimeServiceException);
993
- export var CompositionSummaryList = [1, n0, _CSL, 0, () => CompositionSummary];
994
- export var CompositionThumbnailConfigurationList = [
1010
+ TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
1011
+ export var Video$ = [3, n0, _V, 0, [_wi, _h, _fr, _b], [1, 1, 1, 1]];
1012
+ export var IVSRealTimeServiceException$ = [-3, _sm, "IVSRealTimeServiceException", 0, [], []];
1013
+ TypeRegistry.for(_sm).registerError(IVSRealTimeServiceException$, IVSRealTimeServiceException);
1014
+ var CompositionSummaryList = [1, n0, _CSL, 0, () => CompositionSummary$];
1015
+ var CompositionThumbnailConfigurationList = [
995
1016
  1,
996
1017
  n0,
997
1018
  _CTCL,
998
1019
  0,
999
- () => CompositionThumbnailConfiguration,
1000
- ];
1001
- export var DestinationConfigurationList = [1, n0, _DCL, 0, () => DestinationConfiguration];
1002
- export var DestinationList = [1, n0, _DL, 0, () => Destination];
1003
- export var DestinationSummaryList = [1, n0, _DSL, 0, () => DestinationSummary];
1004
- export var EncoderConfigurationArnList = 64 | 0;
1005
- export var EncoderConfigurationSummaryList = [1, n0, _ECSL, 0, () => EncoderConfigurationSummary];
1006
- export var EventList = [1, n0, _EL, 0, () => Event];
1007
- export var IngestConfigurationList = [1, n0, _ICL, 0, () => IngestConfigurationSummary];
1008
- export var ParticipantList = [1, n0, _PL, 0, () => ParticipantSummary];
1009
- export var ParticipantRecordingMediaTypeList = 64 | 0;
1010
- export var ParticipantReplicaList = [1, n0, _PRL, 0, () => ParticipantReplica];
1011
- export var ParticipantTokenCapabilities = 64 | 0;
1012
- export var ParticipantTokenConfigurations = [1, n0, _PTCar, 0, () => ParticipantTokenConfiguration];
1013
- export var ParticipantTokenList = [1, n0, _PTL, 0, [() => ParticipantToken, 0]];
1014
- export var PublicKeyList = [1, n0, _PKL, 0, () => PublicKeySummary];
1015
- export var StageSessionList = [1, n0, _SSL, 0, () => StageSessionSummary];
1016
- export var StageSummaryList = [1, n0, _SSLt, 0, () => StageSummary];
1017
- export var StorageConfigurationSummaryList = [1, n0, _SCSL, 0, () => StorageConfigurationSummary];
1018
- export var TagKeyList = 64 | 0;
1019
- export var ThumbnailStorageTypeList = 64 | 0;
1020
- export var ParticipantAttributes = 128 | 0;
1021
- export var ParticipantTokenAttributes = 128 | 0;
1022
- export var Tags = 128 | 0;
1023
- export var CreateEncoderConfiguration = [
1020
+ () => CompositionThumbnailConfiguration$,
1021
+ ];
1022
+ var DestinationConfigurationList = [1, n0, _DCL, 0, () => DestinationConfiguration$];
1023
+ var DestinationList = [1, n0, _DL, 0, () => Destination$];
1024
+ var DestinationSummaryList = [1, n0, _DSL, 0, () => DestinationSummary$];
1025
+ var EncoderConfigurationArnList = 64 | 0;
1026
+ var EncoderConfigurationSummaryList = [1, n0, _ECSL, 0, () => EncoderConfigurationSummary$];
1027
+ var EventList = [1, n0, _EL, 0, () => Event$];
1028
+ var IngestConfigurationList = [1, n0, _ICL, 0, () => IngestConfigurationSummary$];
1029
+ var ParticipantList = [1, n0, _PL, 0, () => ParticipantSummary$];
1030
+ var ParticipantRecordingMediaTypeList = 64 | 0;
1031
+ var ParticipantReplicaList = [1, n0, _PRL, 0, () => ParticipantReplica$];
1032
+ var ParticipantTokenCapabilities = 64 | 0;
1033
+ var ParticipantTokenConfigurations = [1, n0, _PTCar, 0, () => ParticipantTokenConfiguration$];
1034
+ var ParticipantTokenList = [1, n0, _PTL, 0, [() => ParticipantToken$, 0]];
1035
+ var PublicKeyList = [1, n0, _PKL, 0, () => PublicKeySummary$];
1036
+ var StageSessionList = [1, n0, _SSL, 0, () => StageSessionSummary$];
1037
+ var StageSummaryList = [1, n0, _SSLt, 0, () => StageSummary$];
1038
+ var StorageConfigurationSummaryList = [1, n0, _SCSL, 0, () => StorageConfigurationSummary$];
1039
+ var TagKeyList = 64 | 0;
1040
+ var ThumbnailStorageTypeList = 64 | 0;
1041
+ var ParticipantAttributes = 128 | 0;
1042
+ var ParticipantTokenAttributes = 128 | 0;
1043
+ var Tags = 128 | 0;
1044
+ export var CreateEncoderConfiguration$ = [
1024
1045
  9,
1025
1046
  n0,
1026
1047
  _CEC,
1027
1048
  { [_ht]: ["POST", "/CreateEncoderConfiguration", 200] },
1028
- () => CreateEncoderConfigurationRequest,
1029
- () => CreateEncoderConfigurationResponse,
1049
+ () => CreateEncoderConfigurationRequest$,
1050
+ () => CreateEncoderConfigurationResponse$,
1030
1051
  ];
1031
- export var CreateIngestConfiguration = [
1052
+ export var CreateIngestConfiguration$ = [
1032
1053
  9,
1033
1054
  n0,
1034
1055
  _CIC,
1035
1056
  { [_ht]: ["POST", "/CreateIngestConfiguration", 200] },
1036
- () => CreateIngestConfigurationRequest,
1037
- () => CreateIngestConfigurationResponse,
1057
+ () => CreateIngestConfigurationRequest$,
1058
+ () => CreateIngestConfigurationResponse$,
1038
1059
  ];
1039
- export var CreateParticipantToken = [
1060
+ export var CreateParticipantToken$ = [
1040
1061
  9,
1041
1062
  n0,
1042
1063
  _CPT,
1043
1064
  { [_ht]: ["POST", "/CreateParticipantToken", 200] },
1044
- () => CreateParticipantTokenRequest,
1045
- () => CreateParticipantTokenResponse,
1065
+ () => CreateParticipantTokenRequest$,
1066
+ () => CreateParticipantTokenResponse$,
1046
1067
  ];
1047
- export var CreateStage = [
1068
+ export var CreateStage$ = [
1048
1069
  9,
1049
1070
  n0,
1050
1071
  _CSr,
1051
1072
  { [_ht]: ["POST", "/CreateStage", 200] },
1052
- () => CreateStageRequest,
1053
- () => CreateStageResponse,
1073
+ () => CreateStageRequest$,
1074
+ () => CreateStageResponse$,
1054
1075
  ];
1055
- export var CreateStorageConfiguration = [
1076
+ export var CreateStorageConfiguration$ = [
1056
1077
  9,
1057
1078
  n0,
1058
1079
  _CSC,
1059
1080
  { [_ht]: ["POST", "/CreateStorageConfiguration", 200] },
1060
- () => CreateStorageConfigurationRequest,
1061
- () => CreateStorageConfigurationResponse,
1081
+ () => CreateStorageConfigurationRequest$,
1082
+ () => CreateStorageConfigurationResponse$,
1062
1083
  ];
1063
- export var DeleteEncoderConfiguration = [
1084
+ export var DeleteEncoderConfiguration$ = [
1064
1085
  9,
1065
1086
  n0,
1066
1087
  _DEC,
1067
1088
  { [_ht]: ["POST", "/DeleteEncoderConfiguration", 200] },
1068
- () => DeleteEncoderConfigurationRequest,
1069
- () => DeleteEncoderConfigurationResponse,
1089
+ () => DeleteEncoderConfigurationRequest$,
1090
+ () => DeleteEncoderConfigurationResponse$,
1070
1091
  ];
1071
- export var DeleteIngestConfiguration = [
1092
+ export var DeleteIngestConfiguration$ = [
1072
1093
  9,
1073
1094
  n0,
1074
1095
  _DIC,
1075
1096
  { [_ht]: ["POST", "/DeleteIngestConfiguration", 200] },
1076
- () => DeleteIngestConfigurationRequest,
1077
- () => DeleteIngestConfigurationResponse,
1097
+ () => DeleteIngestConfigurationRequest$,
1098
+ () => DeleteIngestConfigurationResponse$,
1078
1099
  ];
1079
- export var DeletePublicKey = [
1100
+ export var DeletePublicKey$ = [
1080
1101
  9,
1081
1102
  n0,
1082
1103
  _DPK,
1083
1104
  { [_ht]: ["POST", "/DeletePublicKey", 200] },
1084
- () => DeletePublicKeyRequest,
1085
- () => DeletePublicKeyResponse,
1105
+ () => DeletePublicKeyRequest$,
1106
+ () => DeletePublicKeyResponse$,
1086
1107
  ];
1087
- export var DeleteStage = [
1108
+ export var DeleteStage$ = [
1088
1109
  9,
1089
1110
  n0,
1090
1111
  _DSe,
1091
1112
  { [_ht]: ["POST", "/DeleteStage", 200] },
1092
- () => DeleteStageRequest,
1093
- () => DeleteStageResponse,
1113
+ () => DeleteStageRequest$,
1114
+ () => DeleteStageResponse$,
1094
1115
  ];
1095
- export var DeleteStorageConfiguration = [
1116
+ export var DeleteStorageConfiguration$ = [
1096
1117
  9,
1097
1118
  n0,
1098
1119
  _DSC,
1099
1120
  { [_ht]: ["POST", "/DeleteStorageConfiguration", 200] },
1100
- () => DeleteStorageConfigurationRequest,
1101
- () => DeleteStorageConfigurationResponse,
1121
+ () => DeleteStorageConfigurationRequest$,
1122
+ () => DeleteStorageConfigurationResponse$,
1102
1123
  ];
1103
- export var DisconnectParticipant = [
1124
+ export var DisconnectParticipant$ = [
1104
1125
  9,
1105
1126
  n0,
1106
1127
  _DP,
1107
1128
  { [_ht]: ["POST", "/DisconnectParticipant", 200] },
1108
- () => DisconnectParticipantRequest,
1109
- () => DisconnectParticipantResponse,
1129
+ () => DisconnectParticipantRequest$,
1130
+ () => DisconnectParticipantResponse$,
1110
1131
  ];
1111
- export var GetComposition = [
1132
+ export var GetComposition$ = [
1112
1133
  9,
1113
1134
  n0,
1114
1135
  _GCe,
1115
1136
  { [_ht]: ["POST", "/GetComposition", 200] },
1116
- () => GetCompositionRequest,
1117
- () => GetCompositionResponse,
1137
+ () => GetCompositionRequest$,
1138
+ () => GetCompositionResponse$,
1118
1139
  ];
1119
- export var GetEncoderConfiguration = [
1140
+ export var GetEncoderConfiguration$ = [
1120
1141
  9,
1121
1142
  n0,
1122
1143
  _GEC,
1123
1144
  { [_ht]: ["POST", "/GetEncoderConfiguration", 200] },
1124
- () => GetEncoderConfigurationRequest,
1125
- () => GetEncoderConfigurationResponse,
1145
+ () => GetEncoderConfigurationRequest$,
1146
+ () => GetEncoderConfigurationResponse$,
1126
1147
  ];
1127
- export var GetIngestConfiguration = [
1148
+ export var GetIngestConfiguration$ = [
1128
1149
  9,
1129
1150
  n0,
1130
1151
  _GIC,
1131
1152
  { [_ht]: ["POST", "/GetIngestConfiguration", 200] },
1132
- () => GetIngestConfigurationRequest,
1133
- () => GetIngestConfigurationResponse,
1153
+ () => GetIngestConfigurationRequest$,
1154
+ () => GetIngestConfigurationResponse$,
1134
1155
  ];
1135
- export var GetParticipant = [
1156
+ export var GetParticipant$ = [
1136
1157
  9,
1137
1158
  n0,
1138
1159
  _GP,
1139
1160
  { [_ht]: ["POST", "/GetParticipant", 200] },
1140
- () => GetParticipantRequest,
1141
- () => GetParticipantResponse,
1161
+ () => GetParticipantRequest$,
1162
+ () => GetParticipantResponse$,
1142
1163
  ];
1143
- export var GetPublicKey = [
1164
+ export var GetPublicKey$ = [
1144
1165
  9,
1145
1166
  n0,
1146
1167
  _GPK,
1147
1168
  { [_ht]: ["POST", "/GetPublicKey", 200] },
1148
- () => GetPublicKeyRequest,
1149
- () => GetPublicKeyResponse,
1169
+ () => GetPublicKeyRequest$,
1170
+ () => GetPublicKeyResponse$,
1150
1171
  ];
1151
- export var GetStage = [
1172
+ export var GetStage$ = [
1152
1173
  9,
1153
1174
  n0,
1154
1175
  _GS,
1155
1176
  { [_ht]: ["POST", "/GetStage", 200] },
1156
- () => GetStageRequest,
1157
- () => GetStageResponse,
1177
+ () => GetStageRequest$,
1178
+ () => GetStageResponse$,
1158
1179
  ];
1159
- export var GetStageSession = [
1180
+ export var GetStageSession$ = [
1160
1181
  9,
1161
1182
  n0,
1162
1183
  _GSS,
1163
1184
  { [_ht]: ["POST", "/GetStageSession", 200] },
1164
- () => GetStageSessionRequest,
1165
- () => GetStageSessionResponse,
1185
+ () => GetStageSessionRequest$,
1186
+ () => GetStageSessionResponse$,
1166
1187
  ];
1167
- export var GetStorageConfiguration = [
1188
+ export var GetStorageConfiguration$ = [
1168
1189
  9,
1169
1190
  n0,
1170
1191
  _GSC,
1171
1192
  { [_ht]: ["POST", "/GetStorageConfiguration", 200] },
1172
- () => GetStorageConfigurationRequest,
1173
- () => GetStorageConfigurationResponse,
1193
+ () => GetStorageConfigurationRequest$,
1194
+ () => GetStorageConfigurationResponse$,
1174
1195
  ];
1175
- export var ImportPublicKey = [
1196
+ export var ImportPublicKey$ = [
1176
1197
  9,
1177
1198
  n0,
1178
1199
  _IPK,
1179
1200
  { [_ht]: ["POST", "/ImportPublicKey", 200] },
1180
- () => ImportPublicKeyRequest,
1181
- () => ImportPublicKeyResponse,
1201
+ () => ImportPublicKeyRequest$,
1202
+ () => ImportPublicKeyResponse$,
1182
1203
  ];
1183
- export var ListCompositions = [
1204
+ export var ListCompositions$ = [
1184
1205
  9,
1185
1206
  n0,
1186
1207
  _LCi,
1187
1208
  { [_ht]: ["POST", "/ListCompositions", 200] },
1188
- () => ListCompositionsRequest,
1189
- () => ListCompositionsResponse,
1209
+ () => ListCompositionsRequest$,
1210
+ () => ListCompositionsResponse$,
1190
1211
  ];
1191
- export var ListEncoderConfigurations = [
1212
+ export var ListEncoderConfigurations$ = [
1192
1213
  9,
1193
1214
  n0,
1194
1215
  _LEC,
1195
1216
  { [_ht]: ["POST", "/ListEncoderConfigurations", 200] },
1196
- () => ListEncoderConfigurationsRequest,
1197
- () => ListEncoderConfigurationsResponse,
1217
+ () => ListEncoderConfigurationsRequest$,
1218
+ () => ListEncoderConfigurationsResponse$,
1198
1219
  ];
1199
- export var ListIngestConfigurations = [
1220
+ export var ListIngestConfigurations$ = [
1200
1221
  9,
1201
1222
  n0,
1202
1223
  _LIC,
1203
1224
  { [_ht]: ["POST", "/ListIngestConfigurations", 200] },
1204
- () => ListIngestConfigurationsRequest,
1205
- () => ListIngestConfigurationsResponse,
1225
+ () => ListIngestConfigurationsRequest$,
1226
+ () => ListIngestConfigurationsResponse$,
1206
1227
  ];
1207
- export var ListParticipantEvents = [
1228
+ export var ListParticipantEvents$ = [
1208
1229
  9,
1209
1230
  n0,
1210
1231
  _LPE,
1211
1232
  { [_ht]: ["POST", "/ListParticipantEvents", 200] },
1212
- () => ListParticipantEventsRequest,
1213
- () => ListParticipantEventsResponse,
1233
+ () => ListParticipantEventsRequest$,
1234
+ () => ListParticipantEventsResponse$,
1214
1235
  ];
1215
- export var ListParticipantReplicas = [
1236
+ export var ListParticipantReplicas$ = [
1216
1237
  9,
1217
1238
  n0,
1218
1239
  _LPRis,
1219
1240
  { [_ht]: ["POST", "/ListParticipantReplicas", 200] },
1220
- () => ListParticipantReplicasRequest,
1221
- () => ListParticipantReplicasResponse,
1241
+ () => ListParticipantReplicasRequest$,
1242
+ () => ListParticipantReplicasResponse$,
1222
1243
  ];
1223
- export var ListParticipants = [
1244
+ export var ListParticipants$ = [
1224
1245
  9,
1225
1246
  n0,
1226
1247
  _LP,
1227
1248
  { [_ht]: ["POST", "/ListParticipants", 200] },
1228
- () => ListParticipantsRequest,
1229
- () => ListParticipantsResponse,
1249
+ () => ListParticipantsRequest$,
1250
+ () => ListParticipantsResponse$,
1230
1251
  ];
1231
- export var ListPublicKeys = [
1252
+ export var ListPublicKeys$ = [
1232
1253
  9,
1233
1254
  n0,
1234
1255
  _LPK,
1235
1256
  { [_ht]: ["POST", "/ListPublicKeys", 200] },
1236
- () => ListPublicKeysRequest,
1237
- () => ListPublicKeysResponse,
1257
+ () => ListPublicKeysRequest$,
1258
+ () => ListPublicKeysResponse$,
1238
1259
  ];
1239
- export var ListStages = [
1260
+ export var ListStages$ = [
1240
1261
  9,
1241
1262
  n0,
1242
1263
  _LS,
1243
1264
  { [_ht]: ["POST", "/ListStages", 200] },
1244
- () => ListStagesRequest,
1245
- () => ListStagesResponse,
1265
+ () => ListStagesRequest$,
1266
+ () => ListStagesResponse$,
1246
1267
  ];
1247
- export var ListStageSessions = [
1268
+ export var ListStageSessions$ = [
1248
1269
  9,
1249
1270
  n0,
1250
1271
  _LSS,
1251
1272
  { [_ht]: ["POST", "/ListStageSessions", 200] },
1252
- () => ListStageSessionsRequest,
1253
- () => ListStageSessionsResponse,
1273
+ () => ListStageSessionsRequest$,
1274
+ () => ListStageSessionsResponse$,
1254
1275
  ];
1255
- export var ListStorageConfigurations = [
1276
+ export var ListStorageConfigurations$ = [
1256
1277
  9,
1257
1278
  n0,
1258
1279
  _LSC,
1259
1280
  { [_ht]: ["POST", "/ListStorageConfigurations", 200] },
1260
- () => ListStorageConfigurationsRequest,
1261
- () => ListStorageConfigurationsResponse,
1281
+ () => ListStorageConfigurationsRequest$,
1282
+ () => ListStorageConfigurationsResponse$,
1262
1283
  ];
1263
- export var ListTagsForResource = [
1284
+ export var ListTagsForResource$ = [
1264
1285
  9,
1265
1286
  n0,
1266
1287
  _LTFR,
1267
1288
  { [_ht]: ["GET", "/tags/{resourceArn}", 200] },
1268
- () => ListTagsForResourceRequest,
1269
- () => ListTagsForResourceResponse,
1289
+ () => ListTagsForResourceRequest$,
1290
+ () => ListTagsForResourceResponse$,
1270
1291
  ];
1271
- export var StartComposition = [
1292
+ export var StartComposition$ = [
1272
1293
  9,
1273
1294
  n0,
1274
1295
  _SCt,
1275
1296
  { [_ht]: ["POST", "/StartComposition", 200] },
1276
- () => StartCompositionRequest,
1277
- () => StartCompositionResponse,
1297
+ () => StartCompositionRequest$,
1298
+ () => StartCompositionResponse$,
1278
1299
  ];
1279
- export var StartParticipantReplication = [
1300
+ export var StartParticipantReplication$ = [
1280
1301
  9,
1281
1302
  n0,
1282
1303
  _SPR,
1283
1304
  { [_ht]: ["POST", "/StartParticipantReplication", 200] },
1284
- () => StartParticipantReplicationRequest,
1285
- () => StartParticipantReplicationResponse,
1305
+ () => StartParticipantReplicationRequest$,
1306
+ () => StartParticipantReplicationResponse$,
1286
1307
  ];
1287
- export var StopComposition = [
1308
+ export var StopComposition$ = [
1288
1309
  9,
1289
1310
  n0,
1290
1311
  _SCto,
1291
1312
  { [_ht]: ["POST", "/StopComposition", 200] },
1292
- () => StopCompositionRequest,
1293
- () => StopCompositionResponse,
1313
+ () => StopCompositionRequest$,
1314
+ () => StopCompositionResponse$,
1294
1315
  ];
1295
- export var StopParticipantReplication = [
1316
+ export var StopParticipantReplication$ = [
1296
1317
  9,
1297
1318
  n0,
1298
1319
  _SPRt,
1299
1320
  { [_ht]: ["POST", "/StopParticipantReplication", 200] },
1300
- () => StopParticipantReplicationRequest,
1301
- () => StopParticipantReplicationResponse,
1321
+ () => StopParticipantReplicationRequest$,
1322
+ () => StopParticipantReplicationResponse$,
1302
1323
  ];
1303
- export var TagResource = [
1324
+ export var TagResource$ = [
1304
1325
  9,
1305
1326
  n0,
1306
1327
  _TR,
1307
1328
  { [_ht]: ["POST", "/tags/{resourceArn}", 200] },
1308
- () => TagResourceRequest,
1309
- () => TagResourceResponse,
1329
+ () => TagResourceRequest$,
1330
+ () => TagResourceResponse$,
1310
1331
  ];
1311
- export var UntagResource = [
1332
+ export var UntagResource$ = [
1312
1333
  9,
1313
1334
  n0,
1314
1335
  _UR,
1315
1336
  { [_ht]: ["DELETE", "/tags/{resourceArn}", 200] },
1316
- () => UntagResourceRequest,
1317
- () => UntagResourceResponse,
1337
+ () => UntagResourceRequest$,
1338
+ () => UntagResourceResponse$,
1318
1339
  ];
1319
- export var UpdateIngestConfiguration = [
1340
+ export var UpdateIngestConfiguration$ = [
1320
1341
  9,
1321
1342
  n0,
1322
1343
  _UIC,
1323
1344
  { [_ht]: ["POST", "/UpdateIngestConfiguration", 200] },
1324
- () => UpdateIngestConfigurationRequest,
1325
- () => UpdateIngestConfigurationResponse,
1345
+ () => UpdateIngestConfigurationRequest$,
1346
+ () => UpdateIngestConfigurationResponse$,
1326
1347
  ];
1327
- export var UpdateStage = [
1348
+ export var UpdateStage$ = [
1328
1349
  9,
1329
1350
  n0,
1330
1351
  _US,
1331
1352
  { [_ht]: ["POST", "/UpdateStage", 200] },
1332
- () => UpdateStageRequest,
1333
- () => UpdateStageResponse,
1353
+ () => UpdateStageRequest$,
1354
+ () => UpdateStageResponse$,
1334
1355
  ];