@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
package/dist-cjs/index.js CHANGED
@@ -110,14 +110,14 @@ class IVSRealTimeClient extends smithyClient.Client {
110
110
  }
111
111
  }
112
112
 
113
- let IVSRealTimeServiceException$1 = class IVSRealTimeServiceException extends smithyClient.ServiceException {
113
+ class IVSRealTimeServiceException extends smithyClient.ServiceException {
114
114
  constructor(options) {
115
115
  super(options);
116
116
  Object.setPrototypeOf(this, IVSRealTimeServiceException.prototype);
117
117
  }
118
- };
118
+ }
119
119
 
120
- let AccessDeniedException$1 = class AccessDeniedException extends IVSRealTimeServiceException$1 {
120
+ class AccessDeniedException extends IVSRealTimeServiceException {
121
121
  name = "AccessDeniedException";
122
122
  $fault = "client";
123
123
  accessControlAllowOrigin;
@@ -146,8 +146,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends IVSRealTimeSer
146
146
  this.xAmznErrorType = opts.xAmznErrorType;
147
147
  this.exceptionMessage = opts.exceptionMessage;
148
148
  }
149
- };
150
- let ConflictException$1 = class ConflictException extends IVSRealTimeServiceException$1 {
149
+ }
150
+ class ConflictException extends IVSRealTimeServiceException {
151
151
  name = "ConflictException";
152
152
  $fault = "client";
153
153
  accessControlAllowOrigin;
@@ -176,8 +176,8 @@ let ConflictException$1 = class ConflictException extends IVSRealTimeServiceExce
176
176
  this.xAmznErrorType = opts.xAmznErrorType;
177
177
  this.exceptionMessage = opts.exceptionMessage;
178
178
  }
179
- };
180
- let InternalServerException$1 = class InternalServerException extends IVSRealTimeServiceException$1 {
179
+ }
180
+ class InternalServerException extends IVSRealTimeServiceException {
181
181
  name = "InternalServerException";
182
182
  $fault = "server";
183
183
  accessControlAllowOrigin;
@@ -206,8 +206,8 @@ let InternalServerException$1 = class InternalServerException extends IVSRealTim
206
206
  this.xAmznErrorType = opts.xAmznErrorType;
207
207
  this.exceptionMessage = opts.exceptionMessage;
208
208
  }
209
- };
210
- let PendingVerification$1 = class PendingVerification extends IVSRealTimeServiceException$1 {
209
+ }
210
+ class PendingVerification extends IVSRealTimeServiceException {
211
211
  name = "PendingVerification";
212
212
  $fault = "client";
213
213
  accessControlAllowOrigin;
@@ -236,8 +236,8 @@ let PendingVerification$1 = class PendingVerification extends IVSRealTimeService
236
236
  this.xAmznErrorType = opts.xAmznErrorType;
237
237
  this.exceptionMessage = opts.exceptionMessage;
238
238
  }
239
- };
240
- let ResourceNotFoundException$1 = class ResourceNotFoundException extends IVSRealTimeServiceException$1 {
239
+ }
240
+ class ResourceNotFoundException extends IVSRealTimeServiceException {
241
241
  name = "ResourceNotFoundException";
242
242
  $fault = "client";
243
243
  accessControlAllowOrigin;
@@ -266,8 +266,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends IVSRea
266
266
  this.xAmznErrorType = opts.xAmznErrorType;
267
267
  this.exceptionMessage = opts.exceptionMessage;
268
268
  }
269
- };
270
- let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends IVSRealTimeServiceException$1 {
269
+ }
270
+ class ServiceQuotaExceededException extends IVSRealTimeServiceException {
271
271
  name = "ServiceQuotaExceededException";
272
272
  $fault = "client";
273
273
  accessControlAllowOrigin;
@@ -296,8 +296,8 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
296
296
  this.xAmznErrorType = opts.xAmznErrorType;
297
297
  this.exceptionMessage = opts.exceptionMessage;
298
298
  }
299
- };
300
- let ValidationException$1 = class ValidationException extends IVSRealTimeServiceException$1 {
299
+ }
300
+ class ValidationException extends IVSRealTimeServiceException {
301
301
  name = "ValidationException";
302
302
  $fault = "client";
303
303
  accessControlAllowOrigin;
@@ -326,7 +326,7 @@ let ValidationException$1 = class ValidationException extends IVSRealTimeService
326
326
  this.xAmznErrorType = opts.xAmznErrorType;
327
327
  this.exceptionMessage = opts.exceptionMessage;
328
328
  }
329
- };
329
+ }
330
330
 
331
331
  const _ACAO = "Access-Control-Allow-Origin";
332
332
  const _ACEH = "Access-Control-Expose-Headers";
@@ -667,7 +667,7 @@ const _xaE = "x-amzn-ErrorType";
667
667
  const n0 = "com.amazonaws.ivsrealtime";
668
668
  var ParticipantTokenString = [0, n0, _PTS, 8, 0];
669
669
  var StreamKey = [0, n0, _SK, 8, 0];
670
- var AccessDeniedException = [
670
+ var AccessDeniedException$ = [
671
671
  -3,
672
672
  n0,
673
673
  _ADE,
@@ -685,26 +685,26 @@ var AccessDeniedException = [
685
685
  0,
686
686
  ],
687
687
  ];
688
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
689
- var AutoParticipantRecordingConfiguration = [
688
+ schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
689
+ var AutoParticipantRecordingConfiguration$ = [
690
690
  3,
691
691
  n0,
692
692
  _APRC,
693
693
  0,
694
694
  [_sCA, _mT, _tC, _rRWS, _hC, _rPR],
695
- [0, 64 | 0, () => ParticipantThumbnailConfiguration, 1, () => ParticipantRecordingHlsConfiguration, 2],
695
+ [0, 64 | 0, () => ParticipantThumbnailConfiguration$, 1, () => ParticipantRecordingHlsConfiguration$, 2],
696
696
  ];
697
- var ChannelDestinationConfiguration = [3, n0, _CDC, 0, [_cA, _eCA], [0, 0]];
698
- var Composition = [
697
+ var ChannelDestinationConfiguration$ = [3, n0, _CDC, 0, [_cA, _eCA], [0, 0]];
698
+ var Composition$ = [
699
699
  3,
700
700
  n0,
701
701
  _C,
702
702
  0,
703
703
  [_a, _sA, _s, _l, _d, _t, _sT, _eT],
704
- [0, 0, 0, () => LayoutConfiguration, () => DestinationList, 128 | 0, 5, 5],
704
+ [0, 0, 0, () => LayoutConfiguration$, () => DestinationList, 128 | 0, 5, 5],
705
705
  ];
706
- var CompositionRecordingHlsConfiguration = [3, n0, _CRHC, 0, [_tSDS], [1]];
707
- var CompositionSummary = [
706
+ var CompositionRecordingHlsConfiguration$ = [3, n0, _CRHC, 0, [_tSDS], [1]];
707
+ var CompositionSummary$ = [
708
708
  3,
709
709
  n0,
710
710
  _CS,
@@ -712,8 +712,8 @@ var CompositionSummary = [
712
712
  [_a, _sA, _d, _s, _t, _sT, _eT],
713
713
  [0, 0, () => DestinationSummaryList, 0, 128 | 0, 5, 5],
714
714
  ];
715
- var CompositionThumbnailConfiguration = [3, n0, _CTC, 0, [_tIS, _st], [1, 64 | 0]];
716
- var ConflictException = [
715
+ var CompositionThumbnailConfiguration$ = [3, n0, _CTC, 0, [_tIS, _st], [1, 64 | 0]];
716
+ var ConflictException$ = [
717
717
  -3,
718
718
  n0,
719
719
  _CE,
@@ -731,24 +731,24 @@ var ConflictException = [
731
731
  0,
732
732
  ],
733
733
  ];
734
- schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
735
- var CreateEncoderConfigurationRequest = [
734
+ schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
735
+ var CreateEncoderConfigurationRequest$ = [
736
736
  3,
737
737
  n0,
738
738
  _CECR,
739
739
  0,
740
740
  [_n, _v, _t],
741
- [0, () => Video, 128 | 0],
741
+ [0, () => Video$, 128 | 0],
742
742
  ];
743
- var CreateEncoderConfigurationResponse = [
743
+ var CreateEncoderConfigurationResponse$ = [
744
744
  3,
745
745
  n0,
746
746
  _CECRr,
747
747
  0,
748
748
  [_eC],
749
- [() => EncoderConfiguration],
749
+ [() => EncoderConfiguration$],
750
750
  ];
751
- var CreateIngestConfigurationRequest = [
751
+ var CreateIngestConfigurationRequest$ = [
752
752
  3,
753
753
  n0,
754
754
  _CICR,
@@ -756,15 +756,15 @@ var CreateIngestConfigurationRequest = [
756
756
  [_n, _sA, _uI, _at, _iP, _iI, _t],
757
757
  [0, 0, 0, 128 | 0, 0, 2, 128 | 0],
758
758
  ];
759
- var CreateIngestConfigurationResponse = [
759
+ var CreateIngestConfigurationResponse$ = [
760
760
  3,
761
761
  n0,
762
762
  _CICRr,
763
763
  0,
764
764
  [_iC],
765
- [[() => IngestConfiguration, 0]],
765
+ [[() => IngestConfiguration$, 0]],
766
766
  ];
767
- var CreateParticipantTokenRequest = [
767
+ var CreateParticipantTokenRequest$ = [
768
768
  3,
769
769
  n0,
770
770
  _CPTR,
@@ -772,94 +772,94 @@ var CreateParticipantTokenRequest = [
772
772
  [_sA, _du, _uI, _at, _ca],
773
773
  [0, 1, 0, 128 | 0, 64 | 0],
774
774
  ];
775
- var CreateParticipantTokenResponse = [
775
+ var CreateParticipantTokenResponse$ = [
776
776
  3,
777
777
  n0,
778
778
  _CPTRr,
779
779
  0,
780
780
  [_pT],
781
- [[() => ParticipantToken, 0]],
781
+ [[() => ParticipantToken$, 0]],
782
782
  ];
783
- var CreateStageRequest = [
783
+ var CreateStageRequest$ = [
784
784
  3,
785
785
  n0,
786
786
  _CSR,
787
787
  0,
788
788
  [_n, _pTC, _t, _aPRC],
789
- [0, () => ParticipantTokenConfigurations, 128 | 0, () => AutoParticipantRecordingConfiguration],
789
+ [0, () => ParticipantTokenConfigurations, 128 | 0, () => AutoParticipantRecordingConfiguration$],
790
790
  ];
791
- var CreateStageResponse = [
791
+ var CreateStageResponse$ = [
792
792
  3,
793
793
  n0,
794
794
  _CSRr,
795
795
  0,
796
796
  [_sta, _pTa],
797
- [() => Stage, [() => ParticipantTokenList, 0]],
797
+ [() => Stage$, [() => ParticipantTokenList, 0]],
798
798
  ];
799
- var CreateStorageConfigurationRequest = [
799
+ var CreateStorageConfigurationRequest$ = [
800
800
  3,
801
801
  n0,
802
802
  _CSCR,
803
803
  0,
804
804
  [_n, _s_, _t],
805
- [0, () => S3StorageConfiguration, 128 | 0],
805
+ [0, () => S3StorageConfiguration$, 128 | 0],
806
806
  ];
807
- var CreateStorageConfigurationResponse = [
807
+ var CreateStorageConfigurationResponse$ = [
808
808
  3,
809
809
  n0,
810
810
  _CSCRr,
811
811
  0,
812
812
  [_sC],
813
- [() => StorageConfiguration],
814
- ];
815
- var DeleteEncoderConfigurationRequest = [3, n0, _DECR, 0, [_a], [0]];
816
- var DeleteEncoderConfigurationResponse = [3, n0, _DECRe, 0, [], []];
817
- var DeleteIngestConfigurationRequest = [3, n0, _DICR, 0, [_a, _f], [0, 2]];
818
- var DeleteIngestConfigurationResponse = [3, n0, _DICRe, 0, [], []];
819
- var DeletePublicKeyRequest = [3, n0, _DPKR, 0, [_a], [0]];
820
- var DeletePublicKeyResponse = [3, n0, _DPKRe, 0, [], []];
821
- var DeleteStageRequest = [3, n0, _DSR, 0, [_a], [0]];
822
- var DeleteStageResponse = [3, n0, _DSRe, 0, [], []];
823
- var DeleteStorageConfigurationRequest = [3, n0, _DSCR, 0, [_a], [0]];
824
- var DeleteStorageConfigurationResponse = [3, n0, _DSCRe, 0, [], []];
825
- var Destination = [
813
+ [() => StorageConfiguration$],
814
+ ];
815
+ var DeleteEncoderConfigurationRequest$ = [3, n0, _DECR, 0, [_a], [0]];
816
+ var DeleteEncoderConfigurationResponse$ = [3, n0, _DECRe, 0, [], []];
817
+ var DeleteIngestConfigurationRequest$ = [3, n0, _DICR, 0, [_a, _f], [0, 2]];
818
+ var DeleteIngestConfigurationResponse$ = [3, n0, _DICRe, 0, [], []];
819
+ var DeletePublicKeyRequest$ = [3, n0, _DPKR, 0, [_a], [0]];
820
+ var DeletePublicKeyResponse$ = [3, n0, _DPKRe, 0, [], []];
821
+ var DeleteStageRequest$ = [3, n0, _DSR, 0, [_a], [0]];
822
+ var DeleteStageResponse$ = [3, n0, _DSRe, 0, [], []];
823
+ var DeleteStorageConfigurationRequest$ = [3, n0, _DSCR, 0, [_a], [0]];
824
+ var DeleteStorageConfigurationResponse$ = [3, n0, _DSCRe, 0, [], []];
825
+ var Destination$ = [
826
826
  3,
827
827
  n0,
828
828
  _D,
829
829
  0,
830
830
  [_i, _s, _sT, _eT, _co, _de],
831
- [0, 0, 5, 5, () => DestinationConfiguration, () => DestinationDetail],
831
+ [0, 0, 5, 5, () => DestinationConfiguration$, () => DestinationDetail$],
832
832
  ];
833
- var DestinationConfiguration = [
833
+ var DestinationConfiguration$ = [
834
834
  3,
835
835
  n0,
836
836
  _DC,
837
837
  0,
838
838
  [_n, _ch, _s_],
839
- [0, () => ChannelDestinationConfiguration, () => S3DestinationConfiguration],
839
+ [0, () => ChannelDestinationConfiguration$, () => S3DestinationConfiguration$],
840
840
  ];
841
- var DestinationDetail = [3, n0, _DD, 0, [_s_], [() => S3Detail]];
842
- var DestinationSummary = [3, n0, _DS, 0, [_i, _s, _sT, _eT], [0, 0, 5, 5]];
843
- var DisconnectParticipantRequest = [3, n0, _DPR, 0, [_sA, _pI, _r], [0, 0, 0]];
844
- var DisconnectParticipantResponse = [3, n0, _DPRi, 0, [], []];
845
- var EncoderConfiguration = [
841
+ var DestinationDetail$ = [3, n0, _DD, 0, [_s_], [() => S3Detail$]];
842
+ var DestinationSummary$ = [3, n0, _DS, 0, [_i, _s, _sT, _eT], [0, 0, 5, 5]];
843
+ var DisconnectParticipantRequest$ = [3, n0, _DPR, 0, [_sA, _pI, _r], [0, 0, 0]];
844
+ var DisconnectParticipantResponse$ = [3, n0, _DPRi, 0, [], []];
845
+ var EncoderConfiguration$ = [
846
846
  3,
847
847
  n0,
848
848
  _EC,
849
849
  0,
850
850
  [_a, _n, _v, _t],
851
- [0, 0, () => Video, 128 | 0],
851
+ [0, 0, () => Video$, 128 | 0],
852
852
  ];
853
- var EncoderConfigurationSummary = [3, n0, _ECS, 0, [_a, _n, _t], [0, 0, 128 | 0]];
854
- var Event = [
853
+ var EncoderConfigurationSummary$ = [3, n0, _ECS, 0, [_a, _n, _t], [0, 0, 128 | 0]];
854
+ var Event$ = [
855
855
  3,
856
856
  n0,
857
857
  _E,
858
858
  0,
859
859
  [_n, _pI, _eTv, _rPI, _eCr, _dSA, _dSI, _re, _pTr, _nT],
860
- [0, 0, 5, 0, 0, 0, 0, 2, () => ExchangedParticipantToken, () => ExchangedParticipantToken],
860
+ [0, 0, 5, 0, 0, 0, 0, 2, () => ExchangedParticipantToken$, () => ExchangedParticipantToken$],
861
861
  ];
862
- var ExchangedParticipantToken = [
862
+ var ExchangedParticipantToken$ = [
863
863
  3,
864
864
  n0,
865
865
  _EPT,
@@ -867,44 +867,44 @@ var ExchangedParticipantToken = [
867
867
  [_ca, _at, _uI, _eTx],
868
868
  [64 | 0, 128 | 0, 0, 5],
869
869
  ];
870
- var GetCompositionRequest = [3, n0, _GCR, 0, [_a], [0]];
871
- var GetCompositionResponse = [3, n0, _GCRe, 0, [_com], [() => Composition]];
872
- var GetEncoderConfigurationRequest = [3, n0, _GECR, 0, [_a], [0]];
873
- var GetEncoderConfigurationResponse = [
870
+ var GetCompositionRequest$ = [3, n0, _GCR, 0, [_a], [0]];
871
+ var GetCompositionResponse$ = [3, n0, _GCRe, 0, [_com], [() => Composition$]];
872
+ var GetEncoderConfigurationRequest$ = [3, n0, _GECR, 0, [_a], [0]];
873
+ var GetEncoderConfigurationResponse$ = [
874
874
  3,
875
875
  n0,
876
876
  _GECRe,
877
877
  0,
878
878
  [_eC],
879
- [() => EncoderConfiguration],
879
+ [() => EncoderConfiguration$],
880
880
  ];
881
- var GetIngestConfigurationRequest = [3, n0, _GICR, 0, [_a], [0]];
882
- var GetIngestConfigurationResponse = [
881
+ var GetIngestConfigurationRequest$ = [3, n0, _GICR, 0, [_a], [0]];
882
+ var GetIngestConfigurationResponse$ = [
883
883
  3,
884
884
  n0,
885
885
  _GICRe,
886
886
  0,
887
887
  [_iC],
888
- [[() => IngestConfiguration, 0]],
889
- ];
890
- var GetParticipantRequest = [3, n0, _GPR, 0, [_sA, _sI, _pI], [0, 0, 0]];
891
- var GetParticipantResponse = [3, n0, _GPRe, 0, [_p], [() => Participant]];
892
- var GetPublicKeyRequest = [3, n0, _GPKR, 0, [_a], [0]];
893
- var GetPublicKeyResponse = [3, n0, _GPKRe, 0, [_pK], [() => PublicKey]];
894
- var GetStageRequest = [3, n0, _GSR, 0, [_a], [0]];
895
- var GetStageResponse = [3, n0, _GSRe, 0, [_sta], [() => Stage]];
896
- var GetStageSessionRequest = [3, n0, _GSSR, 0, [_sA, _sI], [0, 0]];
897
- var GetStageSessionResponse = [3, n0, _GSSRe, 0, [_sS], [() => StageSession]];
898
- var GetStorageConfigurationRequest = [3, n0, _GSCR, 0, [_a], [0]];
899
- var GetStorageConfigurationResponse = [
888
+ [[() => IngestConfiguration$, 0]],
889
+ ];
890
+ var GetParticipantRequest$ = [3, n0, _GPR, 0, [_sA, _sI, _pI], [0, 0, 0]];
891
+ var GetParticipantResponse$ = [3, n0, _GPRe, 0, [_p], [() => Participant$]];
892
+ var GetPublicKeyRequest$ = [3, n0, _GPKR, 0, [_a], [0]];
893
+ var GetPublicKeyResponse$ = [3, n0, _GPKRe, 0, [_pK], [() => PublicKey$]];
894
+ var GetStageRequest$ = [3, n0, _GSR, 0, [_a], [0]];
895
+ var GetStageResponse$ = [3, n0, _GSRe, 0, [_sta], [() => Stage$]];
896
+ var GetStageSessionRequest$ = [3, n0, _GSSR, 0, [_sA, _sI], [0, 0]];
897
+ var GetStageSessionResponse$ = [3, n0, _GSSRe, 0, [_sS], [() => StageSession$]];
898
+ var GetStorageConfigurationRequest$ = [3, n0, _GSCR, 0, [_a], [0]];
899
+ var GetStorageConfigurationResponse$ = [
900
900
  3,
901
901
  n0,
902
902
  _GSCRe,
903
903
  0,
904
904
  [_sC],
905
- [() => StorageConfiguration],
905
+ [() => StorageConfiguration$],
906
906
  ];
907
- var GridConfiguration = [
907
+ var GridConfiguration$ = [
908
908
  3,
909
909
  n0,
910
910
  _GC,
@@ -912,9 +912,9 @@ var GridConfiguration = [
912
912
  [_fPA, _oSV, _vAR, _vFM, _gG, _pOA],
913
913
  [0, 2, 0, 0, 1, 0],
914
914
  ];
915
- var ImportPublicKeyRequest = [3, n0, _IPKR, 0, [_pKM, _n, _t], [0, 0, 128 | 0]];
916
- var ImportPublicKeyResponse = [3, n0, _IPKRm, 0, [_pK], [() => PublicKey]];
917
- var IngestConfiguration = [
915
+ var ImportPublicKeyRequest$ = [3, n0, _IPKR, 0, [_pKM, _n, _t], [0, 0, 128 | 0]];
916
+ var ImportPublicKeyResponse$ = [3, n0, _IPKRm, 0, [_pK], [() => PublicKey$]];
917
+ var IngestConfiguration$ = [
918
918
  3,
919
919
  n0,
920
920
  _IC,
@@ -922,7 +922,7 @@ var IngestConfiguration = [
922
922
  [_n, _a, _iP, _sK, _sA, _pI, _s, _uI, _at, _t],
923
923
  [0, 0, 0, [() => StreamKey, 0], 0, 0, 0, 0, 128 | 0, 128 | 0],
924
924
  ];
925
- var IngestConfigurationSummary = [
925
+ var IngestConfigurationSummary$ = [
926
926
  3,
927
927
  n0,
928
928
  _ICS,
@@ -930,7 +930,7 @@ var IngestConfigurationSummary = [
930
930
  [_n, _a, _iP, _sA, _pI, _s, _uI],
931
931
  [0, 0, 0, 0, 0, 0, 0],
932
932
  ];
933
- var InternalServerException = [
933
+ var InternalServerException$ = [
934
934
  -3,
935
935
  n0,
936
936
  _ISE,
@@ -948,17 +948,17 @@ var InternalServerException = [
948
948
  0,
949
949
  ],
950
950
  ];
951
- schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
952
- var LayoutConfiguration = [
951
+ schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
952
+ var LayoutConfiguration$ = [
953
953
  3,
954
954
  n0,
955
955
  _LC,
956
956
  0,
957
957
  [_g, _pi],
958
- [() => GridConfiguration, () => PipConfiguration],
958
+ [() => GridConfiguration$, () => PipConfiguration$],
959
959
  ];
960
- var ListCompositionsRequest = [3, n0, _LCR, 0, [_fBSA, _fBECA, _nTe, _mR], [0, 0, 0, 1]];
961
- var ListCompositionsResponse = [
960
+ var ListCompositionsRequest$ = [3, n0, _LCR, 0, [_fBSA, _fBECA, _nTe, _mR], [0, 0, 0, 1]];
961
+ var ListCompositionsResponse$ = [
962
962
  3,
963
963
  n0,
964
964
  _LCRi,
@@ -966,8 +966,8 @@ var ListCompositionsResponse = [
966
966
  [_comp, _nTe],
967
967
  [() => CompositionSummaryList, 0],
968
968
  ];
969
- var ListEncoderConfigurationsRequest = [3, n0, _LECR, 0, [_nTe, _mR], [0, 1]];
970
- var ListEncoderConfigurationsResponse = [
969
+ var ListEncoderConfigurationsRequest$ = [3, n0, _LECR, 0, [_nTe, _mR], [0, 1]];
970
+ var ListEncoderConfigurationsResponse$ = [
971
971
  3,
972
972
  n0,
973
973
  _LECRi,
@@ -975,7 +975,7 @@ var ListEncoderConfigurationsResponse = [
975
975
  [_eCn, _nTe],
976
976
  [() => EncoderConfigurationSummaryList, 0],
977
977
  ];
978
- var ListIngestConfigurationsRequest = [
978
+ var ListIngestConfigurationsRequest$ = [
979
979
  3,
980
980
  n0,
981
981
  _LICR,
@@ -983,7 +983,7 @@ var ListIngestConfigurationsRequest = [
983
983
  [_fBSA, _fBS, _nTe, _mR],
984
984
  [0, 0, 0, 1],
985
985
  ];
986
- var ListIngestConfigurationsResponse = [
986
+ var ListIngestConfigurationsResponse$ = [
987
987
  3,
988
988
  n0,
989
989
  _LICRi,
@@ -991,7 +991,7 @@ var ListIngestConfigurationsResponse = [
991
991
  [_iCn, _nTe],
992
992
  [() => IngestConfigurationList, 0],
993
993
  ];
994
- var ListParticipantEventsRequest = [
994
+ var ListParticipantEventsRequest$ = [
995
995
  3,
996
996
  n0,
997
997
  _LPER,
@@ -999,8 +999,15 @@ var ListParticipantEventsRequest = [
999
999
  [_sA, _sI, _pI, _nTe, _mR],
1000
1000
  [0, 0, 0, 0, 1],
1001
1001
  ];
1002
- var ListParticipantEventsResponse = [3, n0, _LPERi, 0, [_ev, _nTe], [() => EventList, 0]];
1003
- var ListParticipantReplicasRequest = [
1002
+ var ListParticipantEventsResponse$ = [
1003
+ 3,
1004
+ n0,
1005
+ _LPERi,
1006
+ 0,
1007
+ [_ev, _nTe],
1008
+ [() => EventList, 0],
1009
+ ];
1010
+ var ListParticipantReplicasRequest$ = [
1004
1011
  3,
1005
1012
  n0,
1006
1013
  _LPRR,
@@ -1008,7 +1015,7 @@ var ListParticipantReplicasRequest = [
1008
1015
  [_sSA, _pI, _nTe, _mR],
1009
1016
  [0, 0, 0, 1],
1010
1017
  ];
1011
- var ListParticipantReplicasResponse = [
1018
+ var ListParticipantReplicasResponse$ = [
1012
1019
  3,
1013
1020
  n0,
1014
1021
  _LPRRi,
@@ -1016,7 +1023,7 @@ var ListParticipantReplicasResponse = [
1016
1023
  [_rep, _nTe],
1017
1024
  [() => ParticipantReplicaList, 0],
1018
1025
  ];
1019
- var ListParticipantsRequest = [
1026
+ var ListParticipantsRequest$ = [
1020
1027
  3,
1021
1028
  n0,
1022
1029
  _LPR,
@@ -1024,11 +1031,18 @@ var ListParticipantsRequest = [
1024
1031
  [_sA, _sI, _fBUI, _fBP, _fBS, _nTe, _mR, _fBRS],
1025
1032
  [0, 0, 0, 2, 0, 0, 1, 0],
1026
1033
  ];
1027
- var ListParticipantsResponse = [3, n0, _LPRi, 0, [_pa, _nTe], [() => ParticipantList, 0]];
1028
- var ListPublicKeysRequest = [3, n0, _LPKR, 0, [_nTe, _mR], [0, 1]];
1029
- var ListPublicKeysResponse = [3, n0, _LPKRi, 0, [_pKu, _nTe], [() => PublicKeyList, 0]];
1030
- var ListStageSessionsRequest = [3, n0, _LSSR, 0, [_sA, _nTe, _mR], [0, 0, 1]];
1031
- var ListStageSessionsResponse = [
1034
+ var ListParticipantsResponse$ = [
1035
+ 3,
1036
+ n0,
1037
+ _LPRi,
1038
+ 0,
1039
+ [_pa, _nTe],
1040
+ [() => ParticipantList, 0],
1041
+ ];
1042
+ var ListPublicKeysRequest$ = [3, n0, _LPKR, 0, [_nTe, _mR], [0, 1]];
1043
+ var ListPublicKeysResponse$ = [3, n0, _LPKRi, 0, [_pKu, _nTe], [() => PublicKeyList, 0]];
1044
+ var ListStageSessionsRequest$ = [3, n0, _LSSR, 0, [_sA, _nTe, _mR], [0, 0, 1]];
1045
+ var ListStageSessionsResponse$ = [
1032
1046
  3,
1033
1047
  n0,
1034
1048
  _LSSRi,
@@ -1036,10 +1050,10 @@ var ListStageSessionsResponse = [
1036
1050
  [_sSt, _nTe],
1037
1051
  [() => StageSessionList, 0],
1038
1052
  ];
1039
- var ListStagesRequest = [3, n0, _LSR, 0, [_nTe, _mR], [0, 1]];
1040
- var ListStagesResponse = [3, n0, _LSRi, 0, [_stag, _nTe], [() => StageSummaryList, 0]];
1041
- var ListStorageConfigurationsRequest = [3, n0, _LSCR, 0, [_nTe, _mR], [0, 1]];
1042
- var ListStorageConfigurationsResponse = [
1053
+ var ListStagesRequest$ = [3, n0, _LSR, 0, [_nTe, _mR], [0, 1]];
1054
+ var ListStagesResponse$ = [3, n0, _LSRi, 0, [_stag, _nTe], [() => StageSummaryList, 0]];
1055
+ var ListStorageConfigurationsRequest$ = [3, n0, _LSCR, 0, [_nTe, _mR], [0, 1]];
1056
+ var ListStorageConfigurationsResponse$ = [
1043
1057
  3,
1044
1058
  n0,
1045
1059
  _LSCRi,
@@ -1047,9 +1061,9 @@ var ListStorageConfigurationsResponse = [
1047
1061
  [_sCt, _nTe],
1048
1062
  [() => StorageConfigurationSummaryList, 0],
1049
1063
  ];
1050
- var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
1051
- var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
1052
- var Participant = [
1064
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
1065
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
1066
+ var Participant$ = [
1053
1067
  3,
1054
1068
  n0,
1055
1069
  _P,
@@ -1057,8 +1071,8 @@ var Participant = [
1057
1071
  [_pI, _uI, _s, _fJT, _at, _pu, _iN, _oN, _oV, _bN, _bV, _sV, _rSBN, _rSP, _rS, _pr, _rT, _rSe, _sSA, _sSI],
1058
1072
  [0, 0, 0, 5, 128 | 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
1059
1073
  ];
1060
- var ParticipantRecordingHlsConfiguration = [3, n0, _PRHC, 0, [_tSDS], [1]];
1061
- var ParticipantReplica = [
1074
+ var ParticipantRecordingHlsConfiguration$ = [3, n0, _PRHC, 0, [_tSDS], [1]];
1075
+ var ParticipantReplica$ = [
1062
1076
  3,
1063
1077
  n0,
1064
1078
  _PR,
@@ -1066,7 +1080,7 @@ var ParticipantReplica = [
1066
1080
  [_sSA, _pI, _sSI, _dSA, _dSI, _rSe],
1067
1081
  [0, 0, 0, 0, 0, 0],
1068
1082
  ];
1069
- var ParticipantSummary = [
1083
+ var ParticipantSummary$ = [
1070
1084
  3,
1071
1085
  n0,
1072
1086
  _PS,
@@ -1074,7 +1088,7 @@ var ParticipantSummary = [
1074
1088
  [_pI, _uI, _s, _fJT, _pu, _rS, _rT, _rSe, _sSA, _sSI],
1075
1089
  [0, 0, 0, 5, 2, 0, 0, 0, 0, 0],
1076
1090
  ];
1077
- var ParticipantThumbnailConfiguration = [
1091
+ var ParticipantThumbnailConfiguration$ = [
1078
1092
  3,
1079
1093
  n0,
1080
1094
  _PTC,
@@ -1082,7 +1096,7 @@ var ParticipantThumbnailConfiguration = [
1082
1096
  [_tIS, _st, _rM],
1083
1097
  [1, 64 | 0, 0],
1084
1098
  ];
1085
- var ParticipantToken = [
1099
+ var ParticipantToken$ = [
1086
1100
  3,
1087
1101
  n0,
1088
1102
  _PT,
@@ -1090,7 +1104,7 @@ var ParticipantToken = [
1090
1104
  [_pI, _to, _uI, _at, _du, _ca, _eTx],
1091
1105
  [0, [() => ParticipantTokenString, 0], 0, 128 | 0, 1, 64 | 0, 5],
1092
1106
  ];
1093
- var ParticipantTokenConfiguration = [
1107
+ var ParticipantTokenConfiguration$ = [
1094
1108
  3,
1095
1109
  n0,
1096
1110
  _PTCa,
@@ -1098,7 +1112,7 @@ var ParticipantTokenConfiguration = [
1098
1112
  [_du, _uI, _at, _ca],
1099
1113
  [1, 0, 128 | 0, 64 | 0],
1100
1114
  ];
1101
- var PendingVerification = [
1115
+ var PendingVerification$ = [
1102
1116
  -3,
1103
1117
  n0,
1104
1118
  _PV,
@@ -1116,8 +1130,8 @@ var PendingVerification = [
1116
1130
  0,
1117
1131
  ],
1118
1132
  ];
1119
- schema.TypeRegistry.for(n0).registerError(PendingVerification, PendingVerification$1);
1120
- var PipConfiguration = [
1133
+ schema.TypeRegistry.for(n0).registerError(PendingVerification$, PendingVerification);
1134
+ var PipConfiguration$ = [
1121
1135
  3,
1122
1136
  n0,
1123
1137
  _PC,
@@ -1125,17 +1139,17 @@ var PipConfiguration = [
1125
1139
  [_fPA, _oSV, _vFM, _gG, _pPA, _pB, _pO, _pP, _pW, _pH, _pOA],
1126
1140
  [0, 2, 0, 1, 0, 0, 1, 0, 1, 1, 0],
1127
1141
  ];
1128
- var PublicKey = [3, n0, _PK, 0, [_a, _n, _pKM, _fi, _t], [0, 0, 0, 0, 128 | 0]];
1129
- var PublicKeySummary = [3, n0, _PKS, 0, [_a, _n, _t], [0, 0, 128 | 0]];
1130
- var RecordingConfiguration = [
1142
+ var PublicKey$ = [3, n0, _PK, 0, [_a, _n, _pKM, _fi, _t], [0, 0, 0, 0, 128 | 0]];
1143
+ var PublicKeySummary$ = [3, n0, _PKS, 0, [_a, _n, _t], [0, 0, 128 | 0]];
1144
+ var RecordingConfiguration$ = [
1131
1145
  3,
1132
1146
  n0,
1133
1147
  _RC,
1134
1148
  0,
1135
1149
  [_hC, _fo],
1136
- [() => CompositionRecordingHlsConfiguration, 0],
1150
+ [() => CompositionRecordingHlsConfiguration$, 0],
1137
1151
  ];
1138
- var ResourceNotFoundException = [
1152
+ var ResourceNotFoundException$ = [
1139
1153
  -3,
1140
1154
  n0,
1141
1155
  _RNFE,
@@ -1153,18 +1167,18 @@ var ResourceNotFoundException = [
1153
1167
  0,
1154
1168
  ],
1155
1169
  ];
1156
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
1157
- var S3DestinationConfiguration = [
1170
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
1171
+ var S3DestinationConfiguration$ = [
1158
1172
  3,
1159
1173
  n0,
1160
1174
  _SDC,
1161
1175
  0,
1162
1176
  [_sCA, _eCAn, _rC, _tCh],
1163
- [0, 64 | 0, () => RecordingConfiguration, () => CompositionThumbnailConfigurationList],
1177
+ [0, 64 | 0, () => RecordingConfiguration$, () => CompositionThumbnailConfigurationList],
1164
1178
  ];
1165
- var S3Detail = [3, n0, _SD, 0, [_rP], [0]];
1166
- var S3StorageConfiguration = [3, n0, _SSC, 0, [_bNu], [0]];
1167
- var ServiceQuotaExceededException = [
1179
+ var S3Detail$ = [3, n0, _SD, 0, [_rP], [0]];
1180
+ var S3StorageConfiguration$ = [3, n0, _SSC, 0, [_bNu], [0]];
1181
+ var ServiceQuotaExceededException$ = [
1168
1182
  -3,
1169
1183
  n0,
1170
1184
  _SQEE,
@@ -1182,29 +1196,29 @@ var ServiceQuotaExceededException = [
1182
1196
  0,
1183
1197
  ],
1184
1198
  ];
1185
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
1186
- var Stage = [
1199
+ schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
1200
+ var Stage$ = [
1187
1201
  3,
1188
1202
  n0,
1189
1203
  _S,
1190
1204
  0,
1191
1205
  [_a, _n, _aSI, _t, _aPRC, _en],
1192
- [0, 0, 0, 128 | 0, () => AutoParticipantRecordingConfiguration, () => StageEndpoints],
1206
+ [0, 0, 0, 128 | 0, () => AutoParticipantRecordingConfiguration$, () => StageEndpoints$],
1193
1207
  ];
1194
- var StageEndpoints = [3, n0, _SE, 0, [_ev, _w, _rt, _rtm], [0, 0, 0, 0]];
1195
- var StageSession = [3, n0, _SS, 0, [_sI, _sT, _eT], [0, 5, 5]];
1196
- var StageSessionSummary = [3, n0, _SSS, 0, [_sI, _sT, _eT], [0, 5, 5]];
1197
- var StageSummary = [3, n0, _SSt, 0, [_a, _n, _aSI, _t], [0, 0, 0, 128 | 0]];
1198
- var StartCompositionRequest = [
1208
+ var StageEndpoints$ = [3, n0, _SE, 0, [_ev, _w, _rt, _rtm], [0, 0, 0, 0]];
1209
+ var StageSession$ = [3, n0, _SS, 0, [_sI, _sT, _eT], [0, 5, 5]];
1210
+ var StageSessionSummary$ = [3, n0, _SSS, 0, [_sI, _sT, _eT], [0, 5, 5]];
1211
+ var StageSummary$ = [3, n0, _SSt, 0, [_a, _n, _aSI, _t], [0, 0, 0, 128 | 0]];
1212
+ var StartCompositionRequest$ = [
1199
1213
  3,
1200
1214
  n0,
1201
1215
  _SCR,
1202
1216
  0,
1203
1217
  [_sA, _iT, _l, _d, _t],
1204
- [0, [0, 4], () => LayoutConfiguration, () => DestinationConfigurationList, 128 | 0],
1218
+ [0, [0, 4], () => LayoutConfiguration$, () => DestinationConfigurationList, 128 | 0],
1205
1219
  ];
1206
- var StartCompositionResponse = [3, n0, _SCRt, 0, [_com], [() => Composition]];
1207
- var StartParticipantReplicationRequest = [
1220
+ var StartCompositionResponse$ = [3, n0, _SCRt, 0, [_com], [() => Composition$]];
1221
+ var StartParticipantReplicationRequest$ = [
1208
1222
  3,
1209
1223
  n0,
1210
1224
  _SPRR,
@@ -1212,7 +1226,7 @@ var StartParticipantReplicationRequest = [
1212
1226
  [_sSA, _dSA, _pI, _rWS, _at],
1213
1227
  [0, 0, 0, 1, 128 | 0],
1214
1228
  ];
1215
- var StartParticipantReplicationResponse = [
1229
+ var StartParticipantReplicationResponse$ = [
1216
1230
  3,
1217
1231
  n0,
1218
1232
  _SPRRt,
@@ -1228,10 +1242,17 @@ var StartParticipantReplicationResponse = [
1228
1242
  [0, { [_hH]: _XFO }],
1229
1243
  ],
1230
1244
  ];
1231
- var StopCompositionRequest = [3, n0, _SCRto, 0, [_a], [0]];
1232
- var StopCompositionResponse = [3, n0, _SCRtop, 0, [], []];
1233
- var StopParticipantReplicationRequest = [3, n0, _SPRRto, 0, [_sSA, _dSA, _pI], [0, 0, 0]];
1234
- var StopParticipantReplicationResponse = [
1245
+ var StopCompositionRequest$ = [3, n0, _SCRto, 0, [_a], [0]];
1246
+ var StopCompositionResponse$ = [3, n0, _SCRtop, 0, [], []];
1247
+ var StopParticipantReplicationRequest$ = [
1248
+ 3,
1249
+ n0,
1250
+ _SPRRto,
1251
+ 0,
1252
+ [_sSA, _dSA, _pI],
1253
+ [0, 0, 0],
1254
+ ];
1255
+ var StopParticipantReplicationResponse$ = [
1235
1256
  3,
1236
1257
  n0,
1237
1258
  _SPRRtop,
@@ -1247,25 +1268,25 @@ var StopParticipantReplicationResponse = [
1247
1268
  [0, { [_hH]: _XFO }],
1248
1269
  ],
1249
1270
  ];
1250
- var StorageConfiguration = [
1271
+ var StorageConfiguration$ = [
1251
1272
  3,
1252
1273
  n0,
1253
1274
  _SC,
1254
1275
  0,
1255
1276
  [_a, _n, _s_, _t],
1256
- [0, 0, () => S3StorageConfiguration, 128 | 0],
1277
+ [0, 0, () => S3StorageConfiguration$, 128 | 0],
1257
1278
  ];
1258
- var StorageConfigurationSummary = [
1279
+ var StorageConfigurationSummary$ = [
1259
1280
  3,
1260
1281
  n0,
1261
1282
  _SCS,
1262
1283
  0,
1263
1284
  [_a, _n, _s_, _t],
1264
- [0, 0, () => S3StorageConfiguration, 128 | 0],
1285
+ [0, 0, () => S3StorageConfiguration$, 128 | 0],
1265
1286
  ];
1266
- var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
1267
- var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
1268
- var UntagResourceRequest = [
1287
+ var TagResourceRequest$ = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
1288
+ var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
1289
+ var UntagResourceRequest$ = [
1269
1290
  3,
1270
1291
  n0,
1271
1292
  _URR,
@@ -1276,26 +1297,26 @@ var UntagResourceRequest = [
1276
1297
  [64 | 0, { [_hQ]: _tK }],
1277
1298
  ],
1278
1299
  ];
1279
- var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
1280
- var UpdateIngestConfigurationRequest = [3, n0, _UICR, 0, [_a, _sA], [0, 0]];
1281
- var UpdateIngestConfigurationResponse = [
1300
+ var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
1301
+ var UpdateIngestConfigurationRequest$ = [3, n0, _UICR, 0, [_a, _sA], [0, 0]];
1302
+ var UpdateIngestConfigurationResponse$ = [
1282
1303
  3,
1283
1304
  n0,
1284
1305
  _UICRp,
1285
1306
  0,
1286
1307
  [_iC],
1287
- [[() => IngestConfiguration, 0]],
1308
+ [[() => IngestConfiguration$, 0]],
1288
1309
  ];
1289
- var UpdateStageRequest = [
1310
+ var UpdateStageRequest$ = [
1290
1311
  3,
1291
1312
  n0,
1292
1313
  _USR,
1293
1314
  0,
1294
1315
  [_a, _n, _aPRC],
1295
- [0, 0, () => AutoParticipantRecordingConfiguration],
1316
+ [0, 0, () => AutoParticipantRecordingConfiguration$],
1296
1317
  ];
1297
- var UpdateStageResponse = [3, n0, _USRp, 0, [_sta], [() => Stage]];
1298
- var ValidationException = [
1318
+ var UpdateStageResponse$ = [3, n0, _USRp, 0, [_sta], [() => Stage$]];
1319
+ var ValidationException$ = [
1299
1320
  -3,
1300
1321
  n0,
1301
1322
  _VE,
@@ -1313,343 +1334,343 @@ var ValidationException = [
1313
1334
  0,
1314
1335
  ],
1315
1336
  ];
1316
- schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
1317
- var Video = [3, n0, _V, 0, [_wi, _h, _fr, _b], [1, 1, 1, 1]];
1318
- var IVSRealTimeServiceException = [-3, _sm, "IVSRealTimeServiceException", 0, [], []];
1319
- schema.TypeRegistry.for(_sm).registerError(IVSRealTimeServiceException, IVSRealTimeServiceException$1);
1320
- var CompositionSummaryList = [1, n0, _CSL, 0, () => CompositionSummary];
1337
+ schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
1338
+ var Video$ = [3, n0, _V, 0, [_wi, _h, _fr, _b], [1, 1, 1, 1]];
1339
+ var IVSRealTimeServiceException$ = [-3, _sm, "IVSRealTimeServiceException", 0, [], []];
1340
+ schema.TypeRegistry.for(_sm).registerError(IVSRealTimeServiceException$, IVSRealTimeServiceException);
1341
+ var CompositionSummaryList = [1, n0, _CSL, 0, () => CompositionSummary$];
1321
1342
  var CompositionThumbnailConfigurationList = [
1322
1343
  1,
1323
1344
  n0,
1324
1345
  _CTCL,
1325
1346
  0,
1326
- () => CompositionThumbnailConfiguration,
1327
- ];
1328
- var DestinationConfigurationList = [1, n0, _DCL, 0, () => DestinationConfiguration];
1329
- var DestinationList = [1, n0, _DL, 0, () => Destination];
1330
- var DestinationSummaryList = [1, n0, _DSL, 0, () => DestinationSummary];
1331
- var EncoderConfigurationSummaryList = [1, n0, _ECSL, 0, () => EncoderConfigurationSummary];
1332
- var EventList = [1, n0, _EL, 0, () => Event];
1333
- var IngestConfigurationList = [1, n0, _ICL, 0, () => IngestConfigurationSummary];
1334
- var ParticipantList = [1, n0, _PL, 0, () => ParticipantSummary];
1335
- var ParticipantReplicaList = [1, n0, _PRL, 0, () => ParticipantReplica];
1336
- var ParticipantTokenConfigurations = [1, n0, _PTCar, 0, () => ParticipantTokenConfiguration];
1337
- var ParticipantTokenList = [1, n0, _PTL, 0, [() => ParticipantToken, 0]];
1338
- var PublicKeyList = [1, n0, _PKL, 0, () => PublicKeySummary];
1339
- var StageSessionList = [1, n0, _SSL, 0, () => StageSessionSummary];
1340
- var StageSummaryList = [1, n0, _SSLt, 0, () => StageSummary];
1341
- var StorageConfigurationSummaryList = [1, n0, _SCSL, 0, () => StorageConfigurationSummary];
1342
- var CreateEncoderConfiguration = [
1347
+ () => CompositionThumbnailConfiguration$,
1348
+ ];
1349
+ var DestinationConfigurationList = [1, n0, _DCL, 0, () => DestinationConfiguration$];
1350
+ var DestinationList = [1, n0, _DL, 0, () => Destination$];
1351
+ var DestinationSummaryList = [1, n0, _DSL, 0, () => DestinationSummary$];
1352
+ var EncoderConfigurationSummaryList = [1, n0, _ECSL, 0, () => EncoderConfigurationSummary$];
1353
+ var EventList = [1, n0, _EL, 0, () => Event$];
1354
+ var IngestConfigurationList = [1, n0, _ICL, 0, () => IngestConfigurationSummary$];
1355
+ var ParticipantList = [1, n0, _PL, 0, () => ParticipantSummary$];
1356
+ var ParticipantReplicaList = [1, n0, _PRL, 0, () => ParticipantReplica$];
1357
+ var ParticipantTokenConfigurations = [1, n0, _PTCar, 0, () => ParticipantTokenConfiguration$];
1358
+ var ParticipantTokenList = [1, n0, _PTL, 0, [() => ParticipantToken$, 0]];
1359
+ var PublicKeyList = [1, n0, _PKL, 0, () => PublicKeySummary$];
1360
+ var StageSessionList = [1, n0, _SSL, 0, () => StageSessionSummary$];
1361
+ var StageSummaryList = [1, n0, _SSLt, 0, () => StageSummary$];
1362
+ var StorageConfigurationSummaryList = [1, n0, _SCSL, 0, () => StorageConfigurationSummary$];
1363
+ var CreateEncoderConfiguration$ = [
1343
1364
  9,
1344
1365
  n0,
1345
1366
  _CEC,
1346
1367
  { [_ht]: ["POST", "/CreateEncoderConfiguration", 200] },
1347
- () => CreateEncoderConfigurationRequest,
1348
- () => CreateEncoderConfigurationResponse,
1368
+ () => CreateEncoderConfigurationRequest$,
1369
+ () => CreateEncoderConfigurationResponse$,
1349
1370
  ];
1350
- var CreateIngestConfiguration = [
1371
+ var CreateIngestConfiguration$ = [
1351
1372
  9,
1352
1373
  n0,
1353
1374
  _CIC,
1354
1375
  { [_ht]: ["POST", "/CreateIngestConfiguration", 200] },
1355
- () => CreateIngestConfigurationRequest,
1356
- () => CreateIngestConfigurationResponse,
1376
+ () => CreateIngestConfigurationRequest$,
1377
+ () => CreateIngestConfigurationResponse$,
1357
1378
  ];
1358
- var CreateParticipantToken = [
1379
+ var CreateParticipantToken$ = [
1359
1380
  9,
1360
1381
  n0,
1361
1382
  _CPT,
1362
1383
  { [_ht]: ["POST", "/CreateParticipantToken", 200] },
1363
- () => CreateParticipantTokenRequest,
1364
- () => CreateParticipantTokenResponse,
1384
+ () => CreateParticipantTokenRequest$,
1385
+ () => CreateParticipantTokenResponse$,
1365
1386
  ];
1366
- var CreateStage = [
1387
+ var CreateStage$ = [
1367
1388
  9,
1368
1389
  n0,
1369
1390
  _CSr,
1370
1391
  { [_ht]: ["POST", "/CreateStage", 200] },
1371
- () => CreateStageRequest,
1372
- () => CreateStageResponse,
1392
+ () => CreateStageRequest$,
1393
+ () => CreateStageResponse$,
1373
1394
  ];
1374
- var CreateStorageConfiguration = [
1395
+ var CreateStorageConfiguration$ = [
1375
1396
  9,
1376
1397
  n0,
1377
1398
  _CSC,
1378
1399
  { [_ht]: ["POST", "/CreateStorageConfiguration", 200] },
1379
- () => CreateStorageConfigurationRequest,
1380
- () => CreateStorageConfigurationResponse,
1400
+ () => CreateStorageConfigurationRequest$,
1401
+ () => CreateStorageConfigurationResponse$,
1381
1402
  ];
1382
- var DeleteEncoderConfiguration = [
1403
+ var DeleteEncoderConfiguration$ = [
1383
1404
  9,
1384
1405
  n0,
1385
1406
  _DEC,
1386
1407
  { [_ht]: ["POST", "/DeleteEncoderConfiguration", 200] },
1387
- () => DeleteEncoderConfigurationRequest,
1388
- () => DeleteEncoderConfigurationResponse,
1408
+ () => DeleteEncoderConfigurationRequest$,
1409
+ () => DeleteEncoderConfigurationResponse$,
1389
1410
  ];
1390
- var DeleteIngestConfiguration = [
1411
+ var DeleteIngestConfiguration$ = [
1391
1412
  9,
1392
1413
  n0,
1393
1414
  _DIC,
1394
1415
  { [_ht]: ["POST", "/DeleteIngestConfiguration", 200] },
1395
- () => DeleteIngestConfigurationRequest,
1396
- () => DeleteIngestConfigurationResponse,
1416
+ () => DeleteIngestConfigurationRequest$,
1417
+ () => DeleteIngestConfigurationResponse$,
1397
1418
  ];
1398
- var DeletePublicKey = [
1419
+ var DeletePublicKey$ = [
1399
1420
  9,
1400
1421
  n0,
1401
1422
  _DPK,
1402
1423
  { [_ht]: ["POST", "/DeletePublicKey", 200] },
1403
- () => DeletePublicKeyRequest,
1404
- () => DeletePublicKeyResponse,
1424
+ () => DeletePublicKeyRequest$,
1425
+ () => DeletePublicKeyResponse$,
1405
1426
  ];
1406
- var DeleteStage = [
1427
+ var DeleteStage$ = [
1407
1428
  9,
1408
1429
  n0,
1409
1430
  _DSe,
1410
1431
  { [_ht]: ["POST", "/DeleteStage", 200] },
1411
- () => DeleteStageRequest,
1412
- () => DeleteStageResponse,
1432
+ () => DeleteStageRequest$,
1433
+ () => DeleteStageResponse$,
1413
1434
  ];
1414
- var DeleteStorageConfiguration = [
1435
+ var DeleteStorageConfiguration$ = [
1415
1436
  9,
1416
1437
  n0,
1417
1438
  _DSC,
1418
1439
  { [_ht]: ["POST", "/DeleteStorageConfiguration", 200] },
1419
- () => DeleteStorageConfigurationRequest,
1420
- () => DeleteStorageConfigurationResponse,
1440
+ () => DeleteStorageConfigurationRequest$,
1441
+ () => DeleteStorageConfigurationResponse$,
1421
1442
  ];
1422
- var DisconnectParticipant = [
1443
+ var DisconnectParticipant$ = [
1423
1444
  9,
1424
1445
  n0,
1425
1446
  _DP,
1426
1447
  { [_ht]: ["POST", "/DisconnectParticipant", 200] },
1427
- () => DisconnectParticipantRequest,
1428
- () => DisconnectParticipantResponse,
1448
+ () => DisconnectParticipantRequest$,
1449
+ () => DisconnectParticipantResponse$,
1429
1450
  ];
1430
- var GetComposition = [
1451
+ var GetComposition$ = [
1431
1452
  9,
1432
1453
  n0,
1433
1454
  _GCe,
1434
1455
  { [_ht]: ["POST", "/GetComposition", 200] },
1435
- () => GetCompositionRequest,
1436
- () => GetCompositionResponse,
1456
+ () => GetCompositionRequest$,
1457
+ () => GetCompositionResponse$,
1437
1458
  ];
1438
- var GetEncoderConfiguration = [
1459
+ var GetEncoderConfiguration$ = [
1439
1460
  9,
1440
1461
  n0,
1441
1462
  _GEC,
1442
1463
  { [_ht]: ["POST", "/GetEncoderConfiguration", 200] },
1443
- () => GetEncoderConfigurationRequest,
1444
- () => GetEncoderConfigurationResponse,
1464
+ () => GetEncoderConfigurationRequest$,
1465
+ () => GetEncoderConfigurationResponse$,
1445
1466
  ];
1446
- var GetIngestConfiguration = [
1467
+ var GetIngestConfiguration$ = [
1447
1468
  9,
1448
1469
  n0,
1449
1470
  _GIC,
1450
1471
  { [_ht]: ["POST", "/GetIngestConfiguration", 200] },
1451
- () => GetIngestConfigurationRequest,
1452
- () => GetIngestConfigurationResponse,
1472
+ () => GetIngestConfigurationRequest$,
1473
+ () => GetIngestConfigurationResponse$,
1453
1474
  ];
1454
- var GetParticipant = [
1475
+ var GetParticipant$ = [
1455
1476
  9,
1456
1477
  n0,
1457
1478
  _GP,
1458
1479
  { [_ht]: ["POST", "/GetParticipant", 200] },
1459
- () => GetParticipantRequest,
1460
- () => GetParticipantResponse,
1480
+ () => GetParticipantRequest$,
1481
+ () => GetParticipantResponse$,
1461
1482
  ];
1462
- var GetPublicKey = [
1483
+ var GetPublicKey$ = [
1463
1484
  9,
1464
1485
  n0,
1465
1486
  _GPK,
1466
1487
  { [_ht]: ["POST", "/GetPublicKey", 200] },
1467
- () => GetPublicKeyRequest,
1468
- () => GetPublicKeyResponse,
1488
+ () => GetPublicKeyRequest$,
1489
+ () => GetPublicKeyResponse$,
1469
1490
  ];
1470
- var GetStage = [
1491
+ var GetStage$ = [
1471
1492
  9,
1472
1493
  n0,
1473
1494
  _GS,
1474
1495
  { [_ht]: ["POST", "/GetStage", 200] },
1475
- () => GetStageRequest,
1476
- () => GetStageResponse,
1496
+ () => GetStageRequest$,
1497
+ () => GetStageResponse$,
1477
1498
  ];
1478
- var GetStageSession = [
1499
+ var GetStageSession$ = [
1479
1500
  9,
1480
1501
  n0,
1481
1502
  _GSS,
1482
1503
  { [_ht]: ["POST", "/GetStageSession", 200] },
1483
- () => GetStageSessionRequest,
1484
- () => GetStageSessionResponse,
1504
+ () => GetStageSessionRequest$,
1505
+ () => GetStageSessionResponse$,
1485
1506
  ];
1486
- var GetStorageConfiguration = [
1507
+ var GetStorageConfiguration$ = [
1487
1508
  9,
1488
1509
  n0,
1489
1510
  _GSC,
1490
1511
  { [_ht]: ["POST", "/GetStorageConfiguration", 200] },
1491
- () => GetStorageConfigurationRequest,
1492
- () => GetStorageConfigurationResponse,
1512
+ () => GetStorageConfigurationRequest$,
1513
+ () => GetStorageConfigurationResponse$,
1493
1514
  ];
1494
- var ImportPublicKey = [
1515
+ var ImportPublicKey$ = [
1495
1516
  9,
1496
1517
  n0,
1497
1518
  _IPK,
1498
1519
  { [_ht]: ["POST", "/ImportPublicKey", 200] },
1499
- () => ImportPublicKeyRequest,
1500
- () => ImportPublicKeyResponse,
1520
+ () => ImportPublicKeyRequest$,
1521
+ () => ImportPublicKeyResponse$,
1501
1522
  ];
1502
- var ListCompositions = [
1523
+ var ListCompositions$ = [
1503
1524
  9,
1504
1525
  n0,
1505
1526
  _LCi,
1506
1527
  { [_ht]: ["POST", "/ListCompositions", 200] },
1507
- () => ListCompositionsRequest,
1508
- () => ListCompositionsResponse,
1528
+ () => ListCompositionsRequest$,
1529
+ () => ListCompositionsResponse$,
1509
1530
  ];
1510
- var ListEncoderConfigurations = [
1531
+ var ListEncoderConfigurations$ = [
1511
1532
  9,
1512
1533
  n0,
1513
1534
  _LEC,
1514
1535
  { [_ht]: ["POST", "/ListEncoderConfigurations", 200] },
1515
- () => ListEncoderConfigurationsRequest,
1516
- () => ListEncoderConfigurationsResponse,
1536
+ () => ListEncoderConfigurationsRequest$,
1537
+ () => ListEncoderConfigurationsResponse$,
1517
1538
  ];
1518
- var ListIngestConfigurations = [
1539
+ var ListIngestConfigurations$ = [
1519
1540
  9,
1520
1541
  n0,
1521
1542
  _LIC,
1522
1543
  { [_ht]: ["POST", "/ListIngestConfigurations", 200] },
1523
- () => ListIngestConfigurationsRequest,
1524
- () => ListIngestConfigurationsResponse,
1544
+ () => ListIngestConfigurationsRequest$,
1545
+ () => ListIngestConfigurationsResponse$,
1525
1546
  ];
1526
- var ListParticipantEvents = [
1547
+ var ListParticipantEvents$ = [
1527
1548
  9,
1528
1549
  n0,
1529
1550
  _LPE,
1530
1551
  { [_ht]: ["POST", "/ListParticipantEvents", 200] },
1531
- () => ListParticipantEventsRequest,
1532
- () => ListParticipantEventsResponse,
1552
+ () => ListParticipantEventsRequest$,
1553
+ () => ListParticipantEventsResponse$,
1533
1554
  ];
1534
- var ListParticipantReplicas = [
1555
+ var ListParticipantReplicas$ = [
1535
1556
  9,
1536
1557
  n0,
1537
1558
  _LPRis,
1538
1559
  { [_ht]: ["POST", "/ListParticipantReplicas", 200] },
1539
- () => ListParticipantReplicasRequest,
1540
- () => ListParticipantReplicasResponse,
1560
+ () => ListParticipantReplicasRequest$,
1561
+ () => ListParticipantReplicasResponse$,
1541
1562
  ];
1542
- var ListParticipants = [
1563
+ var ListParticipants$ = [
1543
1564
  9,
1544
1565
  n0,
1545
1566
  _LP,
1546
1567
  { [_ht]: ["POST", "/ListParticipants", 200] },
1547
- () => ListParticipantsRequest,
1548
- () => ListParticipantsResponse,
1568
+ () => ListParticipantsRequest$,
1569
+ () => ListParticipantsResponse$,
1549
1570
  ];
1550
- var ListPublicKeys = [
1571
+ var ListPublicKeys$ = [
1551
1572
  9,
1552
1573
  n0,
1553
1574
  _LPK,
1554
1575
  { [_ht]: ["POST", "/ListPublicKeys", 200] },
1555
- () => ListPublicKeysRequest,
1556
- () => ListPublicKeysResponse,
1576
+ () => ListPublicKeysRequest$,
1577
+ () => ListPublicKeysResponse$,
1557
1578
  ];
1558
- var ListStages = [
1579
+ var ListStages$ = [
1559
1580
  9,
1560
1581
  n0,
1561
1582
  _LS,
1562
1583
  { [_ht]: ["POST", "/ListStages", 200] },
1563
- () => ListStagesRequest,
1564
- () => ListStagesResponse,
1584
+ () => ListStagesRequest$,
1585
+ () => ListStagesResponse$,
1565
1586
  ];
1566
- var ListStageSessions = [
1587
+ var ListStageSessions$ = [
1567
1588
  9,
1568
1589
  n0,
1569
1590
  _LSS,
1570
1591
  { [_ht]: ["POST", "/ListStageSessions", 200] },
1571
- () => ListStageSessionsRequest,
1572
- () => ListStageSessionsResponse,
1592
+ () => ListStageSessionsRequest$,
1593
+ () => ListStageSessionsResponse$,
1573
1594
  ];
1574
- var ListStorageConfigurations = [
1595
+ var ListStorageConfigurations$ = [
1575
1596
  9,
1576
1597
  n0,
1577
1598
  _LSC,
1578
1599
  { [_ht]: ["POST", "/ListStorageConfigurations", 200] },
1579
- () => ListStorageConfigurationsRequest,
1580
- () => ListStorageConfigurationsResponse,
1600
+ () => ListStorageConfigurationsRequest$,
1601
+ () => ListStorageConfigurationsResponse$,
1581
1602
  ];
1582
- var ListTagsForResource = [
1603
+ var ListTagsForResource$ = [
1583
1604
  9,
1584
1605
  n0,
1585
1606
  _LTFR,
1586
1607
  { [_ht]: ["GET", "/tags/{resourceArn}", 200] },
1587
- () => ListTagsForResourceRequest,
1588
- () => ListTagsForResourceResponse,
1608
+ () => ListTagsForResourceRequest$,
1609
+ () => ListTagsForResourceResponse$,
1589
1610
  ];
1590
- var StartComposition = [
1611
+ var StartComposition$ = [
1591
1612
  9,
1592
1613
  n0,
1593
1614
  _SCt,
1594
1615
  { [_ht]: ["POST", "/StartComposition", 200] },
1595
- () => StartCompositionRequest,
1596
- () => StartCompositionResponse,
1616
+ () => StartCompositionRequest$,
1617
+ () => StartCompositionResponse$,
1597
1618
  ];
1598
- var StartParticipantReplication = [
1619
+ var StartParticipantReplication$ = [
1599
1620
  9,
1600
1621
  n0,
1601
1622
  _SPR,
1602
1623
  { [_ht]: ["POST", "/StartParticipantReplication", 200] },
1603
- () => StartParticipantReplicationRequest,
1604
- () => StartParticipantReplicationResponse,
1624
+ () => StartParticipantReplicationRequest$,
1625
+ () => StartParticipantReplicationResponse$,
1605
1626
  ];
1606
- var StopComposition = [
1627
+ var StopComposition$ = [
1607
1628
  9,
1608
1629
  n0,
1609
1630
  _SCto,
1610
1631
  { [_ht]: ["POST", "/StopComposition", 200] },
1611
- () => StopCompositionRequest,
1612
- () => StopCompositionResponse,
1632
+ () => StopCompositionRequest$,
1633
+ () => StopCompositionResponse$,
1613
1634
  ];
1614
- var StopParticipantReplication = [
1635
+ var StopParticipantReplication$ = [
1615
1636
  9,
1616
1637
  n0,
1617
1638
  _SPRt,
1618
1639
  { [_ht]: ["POST", "/StopParticipantReplication", 200] },
1619
- () => StopParticipantReplicationRequest,
1620
- () => StopParticipantReplicationResponse,
1640
+ () => StopParticipantReplicationRequest$,
1641
+ () => StopParticipantReplicationResponse$,
1621
1642
  ];
1622
- var TagResource = [
1643
+ var TagResource$ = [
1623
1644
  9,
1624
1645
  n0,
1625
1646
  _TR,
1626
1647
  { [_ht]: ["POST", "/tags/{resourceArn}", 200] },
1627
- () => TagResourceRequest,
1628
- () => TagResourceResponse,
1648
+ () => TagResourceRequest$,
1649
+ () => TagResourceResponse$,
1629
1650
  ];
1630
- var UntagResource = [
1651
+ var UntagResource$ = [
1631
1652
  9,
1632
1653
  n0,
1633
1654
  _UR,
1634
1655
  { [_ht]: ["DELETE", "/tags/{resourceArn}", 200] },
1635
- () => UntagResourceRequest,
1636
- () => UntagResourceResponse,
1656
+ () => UntagResourceRequest$,
1657
+ () => UntagResourceResponse$,
1637
1658
  ];
1638
- var UpdateIngestConfiguration = [
1659
+ var UpdateIngestConfiguration$ = [
1639
1660
  9,
1640
1661
  n0,
1641
1662
  _UIC,
1642
1663
  { [_ht]: ["POST", "/UpdateIngestConfiguration", 200] },
1643
- () => UpdateIngestConfigurationRequest,
1644
- () => UpdateIngestConfigurationResponse,
1664
+ () => UpdateIngestConfigurationRequest$,
1665
+ () => UpdateIngestConfigurationResponse$,
1645
1666
  ];
1646
- var UpdateStage = [
1667
+ var UpdateStage$ = [
1647
1668
  9,
1648
1669
  n0,
1649
1670
  _US,
1650
1671
  { [_ht]: ["POST", "/UpdateStage", 200] },
1651
- () => UpdateStageRequest,
1652
- () => UpdateStageResponse,
1672
+ () => UpdateStageRequest$,
1673
+ () => UpdateStageResponse$,
1653
1674
  ];
1654
1675
 
1655
1676
  class CreateEncoderConfigurationCommand extends smithyClient.Command
@@ -1660,7 +1681,7 @@ class CreateEncoderConfigurationCommand extends smithyClient.Command
1660
1681
  })
1661
1682
  .s("AmazonInteractiveVideoServiceRealTime", "CreateEncoderConfiguration", {})
1662
1683
  .n("IVSRealTimeClient", "CreateEncoderConfigurationCommand")
1663
- .sc(CreateEncoderConfiguration)
1684
+ .sc(CreateEncoderConfiguration$)
1664
1685
  .build() {
1665
1686
  }
1666
1687
 
@@ -1672,7 +1693,7 @@ class CreateIngestConfigurationCommand extends smithyClient.Command
1672
1693
  })
1673
1694
  .s("AmazonInteractiveVideoServiceRealTime", "CreateIngestConfiguration", {})
1674
1695
  .n("IVSRealTimeClient", "CreateIngestConfigurationCommand")
1675
- .sc(CreateIngestConfiguration)
1696
+ .sc(CreateIngestConfiguration$)
1676
1697
  .build() {
1677
1698
  }
1678
1699
 
@@ -1684,7 +1705,7 @@ class CreateParticipantTokenCommand extends smithyClient.Command
1684
1705
  })
1685
1706
  .s("AmazonInteractiveVideoServiceRealTime", "CreateParticipantToken", {})
1686
1707
  .n("IVSRealTimeClient", "CreateParticipantTokenCommand")
1687
- .sc(CreateParticipantToken)
1708
+ .sc(CreateParticipantToken$)
1688
1709
  .build() {
1689
1710
  }
1690
1711
 
@@ -1696,7 +1717,7 @@ class CreateStageCommand extends smithyClient.Command
1696
1717
  })
1697
1718
  .s("AmazonInteractiveVideoServiceRealTime", "CreateStage", {})
1698
1719
  .n("IVSRealTimeClient", "CreateStageCommand")
1699
- .sc(CreateStage)
1720
+ .sc(CreateStage$)
1700
1721
  .build() {
1701
1722
  }
1702
1723
 
@@ -1708,7 +1729,7 @@ class CreateStorageConfigurationCommand extends smithyClient.Command
1708
1729
  })
1709
1730
  .s("AmazonInteractiveVideoServiceRealTime", "CreateStorageConfiguration", {})
1710
1731
  .n("IVSRealTimeClient", "CreateStorageConfigurationCommand")
1711
- .sc(CreateStorageConfiguration)
1732
+ .sc(CreateStorageConfiguration$)
1712
1733
  .build() {
1713
1734
  }
1714
1735
 
@@ -1720,7 +1741,7 @@ class DeleteEncoderConfigurationCommand extends smithyClient.Command
1720
1741
  })
1721
1742
  .s("AmazonInteractiveVideoServiceRealTime", "DeleteEncoderConfiguration", {})
1722
1743
  .n("IVSRealTimeClient", "DeleteEncoderConfigurationCommand")
1723
- .sc(DeleteEncoderConfiguration)
1744
+ .sc(DeleteEncoderConfiguration$)
1724
1745
  .build() {
1725
1746
  }
1726
1747
 
@@ -1732,7 +1753,7 @@ class DeleteIngestConfigurationCommand extends smithyClient.Command
1732
1753
  })
1733
1754
  .s("AmazonInteractiveVideoServiceRealTime", "DeleteIngestConfiguration", {})
1734
1755
  .n("IVSRealTimeClient", "DeleteIngestConfigurationCommand")
1735
- .sc(DeleteIngestConfiguration)
1756
+ .sc(DeleteIngestConfiguration$)
1736
1757
  .build() {
1737
1758
  }
1738
1759
 
@@ -1744,7 +1765,7 @@ class DeletePublicKeyCommand extends smithyClient.Command
1744
1765
  })
1745
1766
  .s("AmazonInteractiveVideoServiceRealTime", "DeletePublicKey", {})
1746
1767
  .n("IVSRealTimeClient", "DeletePublicKeyCommand")
1747
- .sc(DeletePublicKey)
1768
+ .sc(DeletePublicKey$)
1748
1769
  .build() {
1749
1770
  }
1750
1771
 
@@ -1756,7 +1777,7 @@ class DeleteStageCommand extends smithyClient.Command
1756
1777
  })
1757
1778
  .s("AmazonInteractiveVideoServiceRealTime", "DeleteStage", {})
1758
1779
  .n("IVSRealTimeClient", "DeleteStageCommand")
1759
- .sc(DeleteStage)
1780
+ .sc(DeleteStage$)
1760
1781
  .build() {
1761
1782
  }
1762
1783
 
@@ -1768,7 +1789,7 @@ class DeleteStorageConfigurationCommand extends smithyClient.Command
1768
1789
  })
1769
1790
  .s("AmazonInteractiveVideoServiceRealTime", "DeleteStorageConfiguration", {})
1770
1791
  .n("IVSRealTimeClient", "DeleteStorageConfigurationCommand")
1771
- .sc(DeleteStorageConfiguration)
1792
+ .sc(DeleteStorageConfiguration$)
1772
1793
  .build() {
1773
1794
  }
1774
1795
 
@@ -1780,7 +1801,7 @@ class DisconnectParticipantCommand extends smithyClient.Command
1780
1801
  })
1781
1802
  .s("AmazonInteractiveVideoServiceRealTime", "DisconnectParticipant", {})
1782
1803
  .n("IVSRealTimeClient", "DisconnectParticipantCommand")
1783
- .sc(DisconnectParticipant)
1804
+ .sc(DisconnectParticipant$)
1784
1805
  .build() {
1785
1806
  }
1786
1807
 
@@ -1792,7 +1813,7 @@ class GetCompositionCommand extends smithyClient.Command
1792
1813
  })
1793
1814
  .s("AmazonInteractiveVideoServiceRealTime", "GetComposition", {})
1794
1815
  .n("IVSRealTimeClient", "GetCompositionCommand")
1795
- .sc(GetComposition)
1816
+ .sc(GetComposition$)
1796
1817
  .build() {
1797
1818
  }
1798
1819
 
@@ -1804,7 +1825,7 @@ class GetEncoderConfigurationCommand extends smithyClient.Command
1804
1825
  })
1805
1826
  .s("AmazonInteractiveVideoServiceRealTime", "GetEncoderConfiguration", {})
1806
1827
  .n("IVSRealTimeClient", "GetEncoderConfigurationCommand")
1807
- .sc(GetEncoderConfiguration)
1828
+ .sc(GetEncoderConfiguration$)
1808
1829
  .build() {
1809
1830
  }
1810
1831
 
@@ -1816,7 +1837,7 @@ class GetIngestConfigurationCommand extends smithyClient.Command
1816
1837
  })
1817
1838
  .s("AmazonInteractiveVideoServiceRealTime", "GetIngestConfiguration", {})
1818
1839
  .n("IVSRealTimeClient", "GetIngestConfigurationCommand")
1819
- .sc(GetIngestConfiguration)
1840
+ .sc(GetIngestConfiguration$)
1820
1841
  .build() {
1821
1842
  }
1822
1843
 
@@ -1828,7 +1849,7 @@ class GetParticipantCommand extends smithyClient.Command
1828
1849
  })
1829
1850
  .s("AmazonInteractiveVideoServiceRealTime", "GetParticipant", {})
1830
1851
  .n("IVSRealTimeClient", "GetParticipantCommand")
1831
- .sc(GetParticipant)
1852
+ .sc(GetParticipant$)
1832
1853
  .build() {
1833
1854
  }
1834
1855
 
@@ -1840,7 +1861,7 @@ class GetPublicKeyCommand extends smithyClient.Command
1840
1861
  })
1841
1862
  .s("AmazonInteractiveVideoServiceRealTime", "GetPublicKey", {})
1842
1863
  .n("IVSRealTimeClient", "GetPublicKeyCommand")
1843
- .sc(GetPublicKey)
1864
+ .sc(GetPublicKey$)
1844
1865
  .build() {
1845
1866
  }
1846
1867
 
@@ -1852,7 +1873,7 @@ class GetStageCommand extends smithyClient.Command
1852
1873
  })
1853
1874
  .s("AmazonInteractiveVideoServiceRealTime", "GetStage", {})
1854
1875
  .n("IVSRealTimeClient", "GetStageCommand")
1855
- .sc(GetStage)
1876
+ .sc(GetStage$)
1856
1877
  .build() {
1857
1878
  }
1858
1879
 
@@ -1864,7 +1885,7 @@ class GetStageSessionCommand extends smithyClient.Command
1864
1885
  })
1865
1886
  .s("AmazonInteractiveVideoServiceRealTime", "GetStageSession", {})
1866
1887
  .n("IVSRealTimeClient", "GetStageSessionCommand")
1867
- .sc(GetStageSession)
1888
+ .sc(GetStageSession$)
1868
1889
  .build() {
1869
1890
  }
1870
1891
 
@@ -1876,7 +1897,7 @@ class GetStorageConfigurationCommand extends smithyClient.Command
1876
1897
  })
1877
1898
  .s("AmazonInteractiveVideoServiceRealTime", "GetStorageConfiguration", {})
1878
1899
  .n("IVSRealTimeClient", "GetStorageConfigurationCommand")
1879
- .sc(GetStorageConfiguration)
1900
+ .sc(GetStorageConfiguration$)
1880
1901
  .build() {
1881
1902
  }
1882
1903
 
@@ -1888,7 +1909,7 @@ class ImportPublicKeyCommand extends smithyClient.Command
1888
1909
  })
1889
1910
  .s("AmazonInteractiveVideoServiceRealTime", "ImportPublicKey", {})
1890
1911
  .n("IVSRealTimeClient", "ImportPublicKeyCommand")
1891
- .sc(ImportPublicKey)
1912
+ .sc(ImportPublicKey$)
1892
1913
  .build() {
1893
1914
  }
1894
1915
 
@@ -1900,7 +1921,7 @@ class ListCompositionsCommand extends smithyClient.Command
1900
1921
  })
1901
1922
  .s("AmazonInteractiveVideoServiceRealTime", "ListCompositions", {})
1902
1923
  .n("IVSRealTimeClient", "ListCompositionsCommand")
1903
- .sc(ListCompositions)
1924
+ .sc(ListCompositions$)
1904
1925
  .build() {
1905
1926
  }
1906
1927
 
@@ -1912,7 +1933,7 @@ class ListEncoderConfigurationsCommand extends smithyClient.Command
1912
1933
  })
1913
1934
  .s("AmazonInteractiveVideoServiceRealTime", "ListEncoderConfigurations", {})
1914
1935
  .n("IVSRealTimeClient", "ListEncoderConfigurationsCommand")
1915
- .sc(ListEncoderConfigurations)
1936
+ .sc(ListEncoderConfigurations$)
1916
1937
  .build() {
1917
1938
  }
1918
1939
 
@@ -1924,7 +1945,7 @@ class ListIngestConfigurationsCommand extends smithyClient.Command
1924
1945
  })
1925
1946
  .s("AmazonInteractiveVideoServiceRealTime", "ListIngestConfigurations", {})
1926
1947
  .n("IVSRealTimeClient", "ListIngestConfigurationsCommand")
1927
- .sc(ListIngestConfigurations)
1948
+ .sc(ListIngestConfigurations$)
1928
1949
  .build() {
1929
1950
  }
1930
1951
 
@@ -1936,7 +1957,7 @@ class ListParticipantEventsCommand extends smithyClient.Command
1936
1957
  })
1937
1958
  .s("AmazonInteractiveVideoServiceRealTime", "ListParticipantEvents", {})
1938
1959
  .n("IVSRealTimeClient", "ListParticipantEventsCommand")
1939
- .sc(ListParticipantEvents)
1960
+ .sc(ListParticipantEvents$)
1940
1961
  .build() {
1941
1962
  }
1942
1963
 
@@ -1948,7 +1969,7 @@ class ListParticipantReplicasCommand extends smithyClient.Command
1948
1969
  })
1949
1970
  .s("AmazonInteractiveVideoServiceRealTime", "ListParticipantReplicas", {})
1950
1971
  .n("IVSRealTimeClient", "ListParticipantReplicasCommand")
1951
- .sc(ListParticipantReplicas)
1972
+ .sc(ListParticipantReplicas$)
1952
1973
  .build() {
1953
1974
  }
1954
1975
 
@@ -1960,7 +1981,7 @@ class ListParticipantsCommand extends smithyClient.Command
1960
1981
  })
1961
1982
  .s("AmazonInteractiveVideoServiceRealTime", "ListParticipants", {})
1962
1983
  .n("IVSRealTimeClient", "ListParticipantsCommand")
1963
- .sc(ListParticipants)
1984
+ .sc(ListParticipants$)
1964
1985
  .build() {
1965
1986
  }
1966
1987
 
@@ -1972,7 +1993,7 @@ class ListPublicKeysCommand extends smithyClient.Command
1972
1993
  })
1973
1994
  .s("AmazonInteractiveVideoServiceRealTime", "ListPublicKeys", {})
1974
1995
  .n("IVSRealTimeClient", "ListPublicKeysCommand")
1975
- .sc(ListPublicKeys)
1996
+ .sc(ListPublicKeys$)
1976
1997
  .build() {
1977
1998
  }
1978
1999
 
@@ -1984,7 +2005,7 @@ class ListStagesCommand extends smithyClient.Command
1984
2005
  })
1985
2006
  .s("AmazonInteractiveVideoServiceRealTime", "ListStages", {})
1986
2007
  .n("IVSRealTimeClient", "ListStagesCommand")
1987
- .sc(ListStages)
2008
+ .sc(ListStages$)
1988
2009
  .build() {
1989
2010
  }
1990
2011
 
@@ -1996,7 +2017,7 @@ class ListStageSessionsCommand extends smithyClient.Command
1996
2017
  })
1997
2018
  .s("AmazonInteractiveVideoServiceRealTime", "ListStageSessions", {})
1998
2019
  .n("IVSRealTimeClient", "ListStageSessionsCommand")
1999
- .sc(ListStageSessions)
2020
+ .sc(ListStageSessions$)
2000
2021
  .build() {
2001
2022
  }
2002
2023
 
@@ -2008,7 +2029,7 @@ class ListStorageConfigurationsCommand extends smithyClient.Command
2008
2029
  })
2009
2030
  .s("AmazonInteractiveVideoServiceRealTime", "ListStorageConfigurations", {})
2010
2031
  .n("IVSRealTimeClient", "ListStorageConfigurationsCommand")
2011
- .sc(ListStorageConfigurations)
2032
+ .sc(ListStorageConfigurations$)
2012
2033
  .build() {
2013
2034
  }
2014
2035
 
@@ -2020,7 +2041,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
2020
2041
  })
2021
2042
  .s("AmazonInteractiveVideoServiceRealTime", "ListTagsForResource", {})
2022
2043
  .n("IVSRealTimeClient", "ListTagsForResourceCommand")
2023
- .sc(ListTagsForResource)
2044
+ .sc(ListTagsForResource$)
2024
2045
  .build() {
2025
2046
  }
2026
2047
 
@@ -2032,7 +2053,7 @@ class StartCompositionCommand extends smithyClient.Command
2032
2053
  })
2033
2054
  .s("AmazonInteractiveVideoServiceRealTime", "StartComposition", {})
2034
2055
  .n("IVSRealTimeClient", "StartCompositionCommand")
2035
- .sc(StartComposition)
2056
+ .sc(StartComposition$)
2036
2057
  .build() {
2037
2058
  }
2038
2059
 
@@ -2044,7 +2065,7 @@ class StartParticipantReplicationCommand extends smithyClient.Command
2044
2065
  })
2045
2066
  .s("AmazonInteractiveVideoServiceRealTime", "StartParticipantReplication", {})
2046
2067
  .n("IVSRealTimeClient", "StartParticipantReplicationCommand")
2047
- .sc(StartParticipantReplication)
2068
+ .sc(StartParticipantReplication$)
2048
2069
  .build() {
2049
2070
  }
2050
2071
 
@@ -2056,7 +2077,7 @@ class StopCompositionCommand extends smithyClient.Command
2056
2077
  })
2057
2078
  .s("AmazonInteractiveVideoServiceRealTime", "StopComposition", {})
2058
2079
  .n("IVSRealTimeClient", "StopCompositionCommand")
2059
- .sc(StopComposition)
2080
+ .sc(StopComposition$)
2060
2081
  .build() {
2061
2082
  }
2062
2083
 
@@ -2068,7 +2089,7 @@ class StopParticipantReplicationCommand extends smithyClient.Command
2068
2089
  })
2069
2090
  .s("AmazonInteractiveVideoServiceRealTime", "StopParticipantReplication", {})
2070
2091
  .n("IVSRealTimeClient", "StopParticipantReplicationCommand")
2071
- .sc(StopParticipantReplication)
2092
+ .sc(StopParticipantReplication$)
2072
2093
  .build() {
2073
2094
  }
2074
2095
 
@@ -2080,7 +2101,7 @@ class TagResourceCommand extends smithyClient.Command
2080
2101
  })
2081
2102
  .s("AmazonInteractiveVideoServiceRealTime", "TagResource", {})
2082
2103
  .n("IVSRealTimeClient", "TagResourceCommand")
2083
- .sc(TagResource)
2104
+ .sc(TagResource$)
2084
2105
  .build() {
2085
2106
  }
2086
2107
 
@@ -2092,7 +2113,7 @@ class UntagResourceCommand extends smithyClient.Command
2092
2113
  })
2093
2114
  .s("AmazonInteractiveVideoServiceRealTime", "UntagResource", {})
2094
2115
  .n("IVSRealTimeClient", "UntagResourceCommand")
2095
- .sc(UntagResource)
2116
+ .sc(UntagResource$)
2096
2117
  .build() {
2097
2118
  }
2098
2119
 
@@ -2104,7 +2125,7 @@ class UpdateIngestConfigurationCommand extends smithyClient.Command
2104
2125
  })
2105
2126
  .s("AmazonInteractiveVideoServiceRealTime", "UpdateIngestConfiguration", {})
2106
2127
  .n("IVSRealTimeClient", "UpdateIngestConfigurationCommand")
2107
- .sc(UpdateIngestConfiguration)
2128
+ .sc(UpdateIngestConfiguration$)
2108
2129
  .build() {
2109
2130
  }
2110
2131
 
@@ -2116,7 +2137,7 @@ class UpdateStageCommand extends smithyClient.Command
2116
2137
  })
2117
2138
  .s("AmazonInteractiveVideoServiceRealTime", "UpdateStage", {})
2118
2139
  .n("IVSRealTimeClient", "UpdateStageCommand")
2119
- .sc(UpdateStage)
2140
+ .sc(UpdateStage$)
2120
2141
  .build() {
2121
2142
  }
2122
2143
 
@@ -2322,74 +2343,239 @@ Object.defineProperty(exports, "__Client", {
2322
2343
  enumerable: true,
2323
2344
  get: function () { return smithyClient.Client; }
2324
2345
  });
2325
- exports.AccessDeniedException = AccessDeniedException$1;
2346
+ exports.AccessDeniedException = AccessDeniedException;
2347
+ exports.AccessDeniedException$ = AccessDeniedException$;
2348
+ exports.AutoParticipantRecordingConfiguration$ = AutoParticipantRecordingConfiguration$;
2349
+ exports.ChannelDestinationConfiguration$ = ChannelDestinationConfiguration$;
2350
+ exports.Composition$ = Composition$;
2351
+ exports.CompositionRecordingHlsConfiguration$ = CompositionRecordingHlsConfiguration$;
2326
2352
  exports.CompositionState = CompositionState;
2327
- exports.ConflictException = ConflictException$1;
2353
+ exports.CompositionSummary$ = CompositionSummary$;
2354
+ exports.CompositionThumbnailConfiguration$ = CompositionThumbnailConfiguration$;
2355
+ exports.ConflictException = ConflictException;
2356
+ exports.ConflictException$ = ConflictException$;
2357
+ exports.CreateEncoderConfiguration$ = CreateEncoderConfiguration$;
2328
2358
  exports.CreateEncoderConfigurationCommand = CreateEncoderConfigurationCommand;
2359
+ exports.CreateEncoderConfigurationRequest$ = CreateEncoderConfigurationRequest$;
2360
+ exports.CreateEncoderConfigurationResponse$ = CreateEncoderConfigurationResponse$;
2361
+ exports.CreateIngestConfiguration$ = CreateIngestConfiguration$;
2329
2362
  exports.CreateIngestConfigurationCommand = CreateIngestConfigurationCommand;
2363
+ exports.CreateIngestConfigurationRequest$ = CreateIngestConfigurationRequest$;
2364
+ exports.CreateIngestConfigurationResponse$ = CreateIngestConfigurationResponse$;
2365
+ exports.CreateParticipantToken$ = CreateParticipantToken$;
2330
2366
  exports.CreateParticipantTokenCommand = CreateParticipantTokenCommand;
2367
+ exports.CreateParticipantTokenRequest$ = CreateParticipantTokenRequest$;
2368
+ exports.CreateParticipantTokenResponse$ = CreateParticipantTokenResponse$;
2369
+ exports.CreateStage$ = CreateStage$;
2331
2370
  exports.CreateStageCommand = CreateStageCommand;
2371
+ exports.CreateStageRequest$ = CreateStageRequest$;
2372
+ exports.CreateStageResponse$ = CreateStageResponse$;
2373
+ exports.CreateStorageConfiguration$ = CreateStorageConfiguration$;
2332
2374
  exports.CreateStorageConfigurationCommand = CreateStorageConfigurationCommand;
2375
+ exports.CreateStorageConfigurationRequest$ = CreateStorageConfigurationRequest$;
2376
+ exports.CreateStorageConfigurationResponse$ = CreateStorageConfigurationResponse$;
2377
+ exports.DeleteEncoderConfiguration$ = DeleteEncoderConfiguration$;
2333
2378
  exports.DeleteEncoderConfigurationCommand = DeleteEncoderConfigurationCommand;
2379
+ exports.DeleteEncoderConfigurationRequest$ = DeleteEncoderConfigurationRequest$;
2380
+ exports.DeleteEncoderConfigurationResponse$ = DeleteEncoderConfigurationResponse$;
2381
+ exports.DeleteIngestConfiguration$ = DeleteIngestConfiguration$;
2334
2382
  exports.DeleteIngestConfigurationCommand = DeleteIngestConfigurationCommand;
2383
+ exports.DeleteIngestConfigurationRequest$ = DeleteIngestConfigurationRequest$;
2384
+ exports.DeleteIngestConfigurationResponse$ = DeleteIngestConfigurationResponse$;
2385
+ exports.DeletePublicKey$ = DeletePublicKey$;
2335
2386
  exports.DeletePublicKeyCommand = DeletePublicKeyCommand;
2387
+ exports.DeletePublicKeyRequest$ = DeletePublicKeyRequest$;
2388
+ exports.DeletePublicKeyResponse$ = DeletePublicKeyResponse$;
2389
+ exports.DeleteStage$ = DeleteStage$;
2336
2390
  exports.DeleteStageCommand = DeleteStageCommand;
2391
+ exports.DeleteStageRequest$ = DeleteStageRequest$;
2392
+ exports.DeleteStageResponse$ = DeleteStageResponse$;
2393
+ exports.DeleteStorageConfiguration$ = DeleteStorageConfiguration$;
2337
2394
  exports.DeleteStorageConfigurationCommand = DeleteStorageConfigurationCommand;
2395
+ exports.DeleteStorageConfigurationRequest$ = DeleteStorageConfigurationRequest$;
2396
+ exports.DeleteStorageConfigurationResponse$ = DeleteStorageConfigurationResponse$;
2397
+ exports.Destination$ = Destination$;
2398
+ exports.DestinationConfiguration$ = DestinationConfiguration$;
2399
+ exports.DestinationDetail$ = DestinationDetail$;
2338
2400
  exports.DestinationState = DestinationState;
2401
+ exports.DestinationSummary$ = DestinationSummary$;
2402
+ exports.DisconnectParticipant$ = DisconnectParticipant$;
2339
2403
  exports.DisconnectParticipantCommand = DisconnectParticipantCommand;
2404
+ exports.DisconnectParticipantRequest$ = DisconnectParticipantRequest$;
2405
+ exports.DisconnectParticipantResponse$ = DisconnectParticipantResponse$;
2406
+ exports.EncoderConfiguration$ = EncoderConfiguration$;
2407
+ exports.EncoderConfigurationSummary$ = EncoderConfigurationSummary$;
2408
+ exports.Event$ = Event$;
2340
2409
  exports.EventErrorCode = EventErrorCode;
2341
2410
  exports.EventName = EventName;
2411
+ exports.ExchangedParticipantToken$ = ExchangedParticipantToken$;
2412
+ exports.GetComposition$ = GetComposition$;
2342
2413
  exports.GetCompositionCommand = GetCompositionCommand;
2414
+ exports.GetCompositionRequest$ = GetCompositionRequest$;
2415
+ exports.GetCompositionResponse$ = GetCompositionResponse$;
2416
+ exports.GetEncoderConfiguration$ = GetEncoderConfiguration$;
2343
2417
  exports.GetEncoderConfigurationCommand = GetEncoderConfigurationCommand;
2418
+ exports.GetEncoderConfigurationRequest$ = GetEncoderConfigurationRequest$;
2419
+ exports.GetEncoderConfigurationResponse$ = GetEncoderConfigurationResponse$;
2420
+ exports.GetIngestConfiguration$ = GetIngestConfiguration$;
2344
2421
  exports.GetIngestConfigurationCommand = GetIngestConfigurationCommand;
2422
+ exports.GetIngestConfigurationRequest$ = GetIngestConfigurationRequest$;
2423
+ exports.GetIngestConfigurationResponse$ = GetIngestConfigurationResponse$;
2424
+ exports.GetParticipant$ = GetParticipant$;
2345
2425
  exports.GetParticipantCommand = GetParticipantCommand;
2426
+ exports.GetParticipantRequest$ = GetParticipantRequest$;
2427
+ exports.GetParticipantResponse$ = GetParticipantResponse$;
2428
+ exports.GetPublicKey$ = GetPublicKey$;
2346
2429
  exports.GetPublicKeyCommand = GetPublicKeyCommand;
2430
+ exports.GetPublicKeyRequest$ = GetPublicKeyRequest$;
2431
+ exports.GetPublicKeyResponse$ = GetPublicKeyResponse$;
2432
+ exports.GetStage$ = GetStage$;
2347
2433
  exports.GetStageCommand = GetStageCommand;
2434
+ exports.GetStageRequest$ = GetStageRequest$;
2435
+ exports.GetStageResponse$ = GetStageResponse$;
2436
+ exports.GetStageSession$ = GetStageSession$;
2348
2437
  exports.GetStageSessionCommand = GetStageSessionCommand;
2438
+ exports.GetStageSessionRequest$ = GetStageSessionRequest$;
2439
+ exports.GetStageSessionResponse$ = GetStageSessionResponse$;
2440
+ exports.GetStorageConfiguration$ = GetStorageConfiguration$;
2349
2441
  exports.GetStorageConfigurationCommand = GetStorageConfigurationCommand;
2442
+ exports.GetStorageConfigurationRequest$ = GetStorageConfigurationRequest$;
2443
+ exports.GetStorageConfigurationResponse$ = GetStorageConfigurationResponse$;
2444
+ exports.GridConfiguration$ = GridConfiguration$;
2350
2445
  exports.IVSRealTime = IVSRealTime;
2351
2446
  exports.IVSRealTimeClient = IVSRealTimeClient;
2352
- exports.IVSRealTimeServiceException = IVSRealTimeServiceException$1;
2447
+ exports.IVSRealTimeServiceException = IVSRealTimeServiceException;
2448
+ exports.IVSRealTimeServiceException$ = IVSRealTimeServiceException$;
2449
+ exports.ImportPublicKey$ = ImportPublicKey$;
2353
2450
  exports.ImportPublicKeyCommand = ImportPublicKeyCommand;
2451
+ exports.ImportPublicKeyRequest$ = ImportPublicKeyRequest$;
2452
+ exports.ImportPublicKeyResponse$ = ImportPublicKeyResponse$;
2453
+ exports.IngestConfiguration$ = IngestConfiguration$;
2354
2454
  exports.IngestConfigurationState = IngestConfigurationState;
2455
+ exports.IngestConfigurationSummary$ = IngestConfigurationSummary$;
2355
2456
  exports.IngestProtocol = IngestProtocol;
2356
- exports.InternalServerException = InternalServerException$1;
2457
+ exports.InternalServerException = InternalServerException;
2458
+ exports.InternalServerException$ = InternalServerException$;
2459
+ exports.LayoutConfiguration$ = LayoutConfiguration$;
2460
+ exports.ListCompositions$ = ListCompositions$;
2357
2461
  exports.ListCompositionsCommand = ListCompositionsCommand;
2462
+ exports.ListCompositionsRequest$ = ListCompositionsRequest$;
2463
+ exports.ListCompositionsResponse$ = ListCompositionsResponse$;
2464
+ exports.ListEncoderConfigurations$ = ListEncoderConfigurations$;
2358
2465
  exports.ListEncoderConfigurationsCommand = ListEncoderConfigurationsCommand;
2466
+ exports.ListEncoderConfigurationsRequest$ = ListEncoderConfigurationsRequest$;
2467
+ exports.ListEncoderConfigurationsResponse$ = ListEncoderConfigurationsResponse$;
2468
+ exports.ListIngestConfigurations$ = ListIngestConfigurations$;
2359
2469
  exports.ListIngestConfigurationsCommand = ListIngestConfigurationsCommand;
2470
+ exports.ListIngestConfigurationsRequest$ = ListIngestConfigurationsRequest$;
2471
+ exports.ListIngestConfigurationsResponse$ = ListIngestConfigurationsResponse$;
2472
+ exports.ListParticipantEvents$ = ListParticipantEvents$;
2360
2473
  exports.ListParticipantEventsCommand = ListParticipantEventsCommand;
2474
+ exports.ListParticipantEventsRequest$ = ListParticipantEventsRequest$;
2475
+ exports.ListParticipantEventsResponse$ = ListParticipantEventsResponse$;
2476
+ exports.ListParticipantReplicas$ = ListParticipantReplicas$;
2361
2477
  exports.ListParticipantReplicasCommand = ListParticipantReplicasCommand;
2478
+ exports.ListParticipantReplicasRequest$ = ListParticipantReplicasRequest$;
2479
+ exports.ListParticipantReplicasResponse$ = ListParticipantReplicasResponse$;
2480
+ exports.ListParticipants$ = ListParticipants$;
2362
2481
  exports.ListParticipantsCommand = ListParticipantsCommand;
2482
+ exports.ListParticipantsRequest$ = ListParticipantsRequest$;
2483
+ exports.ListParticipantsResponse$ = ListParticipantsResponse$;
2484
+ exports.ListPublicKeys$ = ListPublicKeys$;
2363
2485
  exports.ListPublicKeysCommand = ListPublicKeysCommand;
2486
+ exports.ListPublicKeysRequest$ = ListPublicKeysRequest$;
2487
+ exports.ListPublicKeysResponse$ = ListPublicKeysResponse$;
2488
+ exports.ListStageSessions$ = ListStageSessions$;
2364
2489
  exports.ListStageSessionsCommand = ListStageSessionsCommand;
2490
+ exports.ListStageSessionsRequest$ = ListStageSessionsRequest$;
2491
+ exports.ListStageSessionsResponse$ = ListStageSessionsResponse$;
2492
+ exports.ListStages$ = ListStages$;
2365
2493
  exports.ListStagesCommand = ListStagesCommand;
2494
+ exports.ListStagesRequest$ = ListStagesRequest$;
2495
+ exports.ListStagesResponse$ = ListStagesResponse$;
2496
+ exports.ListStorageConfigurations$ = ListStorageConfigurations$;
2366
2497
  exports.ListStorageConfigurationsCommand = ListStorageConfigurationsCommand;
2498
+ exports.ListStorageConfigurationsRequest$ = ListStorageConfigurationsRequest$;
2499
+ exports.ListStorageConfigurationsResponse$ = ListStorageConfigurationsResponse$;
2500
+ exports.ListTagsForResource$ = ListTagsForResource$;
2367
2501
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
2502
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
2503
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
2504
+ exports.Participant$ = Participant$;
2368
2505
  exports.ParticipantProtocol = ParticipantProtocol;
2369
2506
  exports.ParticipantRecordingFilterByRecordingState = ParticipantRecordingFilterByRecordingState;
2507
+ exports.ParticipantRecordingHlsConfiguration$ = ParticipantRecordingHlsConfiguration$;
2370
2508
  exports.ParticipantRecordingMediaType = ParticipantRecordingMediaType;
2371
2509
  exports.ParticipantRecordingState = ParticipantRecordingState;
2510
+ exports.ParticipantReplica$ = ParticipantReplica$;
2372
2511
  exports.ParticipantState = ParticipantState;
2512
+ exports.ParticipantSummary$ = ParticipantSummary$;
2513
+ exports.ParticipantThumbnailConfiguration$ = ParticipantThumbnailConfiguration$;
2514
+ exports.ParticipantToken$ = ParticipantToken$;
2373
2515
  exports.ParticipantTokenCapability = ParticipantTokenCapability;
2374
- exports.PendingVerification = PendingVerification$1;
2516
+ exports.ParticipantTokenConfiguration$ = ParticipantTokenConfiguration$;
2517
+ exports.PendingVerification = PendingVerification;
2518
+ exports.PendingVerification$ = PendingVerification$;
2375
2519
  exports.PipBehavior = PipBehavior;
2520
+ exports.PipConfiguration$ = PipConfiguration$;
2376
2521
  exports.PipPosition = PipPosition;
2522
+ exports.PublicKey$ = PublicKey$;
2523
+ exports.PublicKeySummary$ = PublicKeySummary$;
2524
+ exports.RecordingConfiguration$ = RecordingConfiguration$;
2377
2525
  exports.RecordingConfigurationFormat = RecordingConfigurationFormat;
2378
2526
  exports.ReplicationState = ReplicationState;
2379
2527
  exports.ReplicationType = ReplicationType;
2380
- exports.ResourceNotFoundException = ResourceNotFoundException$1;
2381
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
2528
+ exports.ResourceNotFoundException = ResourceNotFoundException;
2529
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
2530
+ exports.S3DestinationConfiguration$ = S3DestinationConfiguration$;
2531
+ exports.S3Detail$ = S3Detail$;
2532
+ exports.S3StorageConfiguration$ = S3StorageConfiguration$;
2533
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
2534
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
2535
+ exports.Stage$ = Stage$;
2536
+ exports.StageEndpoints$ = StageEndpoints$;
2537
+ exports.StageSession$ = StageSession$;
2538
+ exports.StageSessionSummary$ = StageSessionSummary$;
2539
+ exports.StageSummary$ = StageSummary$;
2540
+ exports.StartComposition$ = StartComposition$;
2382
2541
  exports.StartCompositionCommand = StartCompositionCommand;
2542
+ exports.StartCompositionRequest$ = StartCompositionRequest$;
2543
+ exports.StartCompositionResponse$ = StartCompositionResponse$;
2544
+ exports.StartParticipantReplication$ = StartParticipantReplication$;
2383
2545
  exports.StartParticipantReplicationCommand = StartParticipantReplicationCommand;
2546
+ exports.StartParticipantReplicationRequest$ = StartParticipantReplicationRequest$;
2547
+ exports.StartParticipantReplicationResponse$ = StartParticipantReplicationResponse$;
2548
+ exports.StopComposition$ = StopComposition$;
2384
2549
  exports.StopCompositionCommand = StopCompositionCommand;
2550
+ exports.StopCompositionRequest$ = StopCompositionRequest$;
2551
+ exports.StopCompositionResponse$ = StopCompositionResponse$;
2552
+ exports.StopParticipantReplication$ = StopParticipantReplication$;
2385
2553
  exports.StopParticipantReplicationCommand = StopParticipantReplicationCommand;
2554
+ exports.StopParticipantReplicationRequest$ = StopParticipantReplicationRequest$;
2555
+ exports.StopParticipantReplicationResponse$ = StopParticipantReplicationResponse$;
2556
+ exports.StorageConfiguration$ = StorageConfiguration$;
2557
+ exports.StorageConfigurationSummary$ = StorageConfigurationSummary$;
2558
+ exports.TagResource$ = TagResource$;
2386
2559
  exports.TagResourceCommand = TagResourceCommand;
2560
+ exports.TagResourceRequest$ = TagResourceRequest$;
2561
+ exports.TagResourceResponse$ = TagResourceResponse$;
2387
2562
  exports.ThumbnailRecordingMode = ThumbnailRecordingMode;
2388
2563
  exports.ThumbnailStorageType = ThumbnailStorageType;
2564
+ exports.UntagResource$ = UntagResource$;
2389
2565
  exports.UntagResourceCommand = UntagResourceCommand;
2566
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
2567
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
2568
+ exports.UpdateIngestConfiguration$ = UpdateIngestConfiguration$;
2390
2569
  exports.UpdateIngestConfigurationCommand = UpdateIngestConfigurationCommand;
2570
+ exports.UpdateIngestConfigurationRequest$ = UpdateIngestConfigurationRequest$;
2571
+ exports.UpdateIngestConfigurationResponse$ = UpdateIngestConfigurationResponse$;
2572
+ exports.UpdateStage$ = UpdateStage$;
2391
2573
  exports.UpdateStageCommand = UpdateStageCommand;
2392
- exports.ValidationException = ValidationException$1;
2574
+ exports.UpdateStageRequest$ = UpdateStageRequest$;
2575
+ exports.UpdateStageResponse$ = UpdateStageResponse$;
2576
+ exports.ValidationException = ValidationException;
2577
+ exports.ValidationException$ = ValidationException$;
2578
+ exports.Video$ = Video$;
2393
2579
  exports.VideoAspectRatio = VideoAspectRatio;
2394
2580
  exports.VideoFillMode = VideoFillMode;
2395
2581
  exports.paginateListCompositions = paginateListCompositions;