@aws-sdk/client-mediapackagev2 3.952.0 → 3.954.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 (58) hide show
  1. package/dist-cjs/index.js +507 -358
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/CancelHarvestJobCommand.js +2 -2
  4. package/dist-es/commands/CreateChannelCommand.js +2 -2
  5. package/dist-es/commands/CreateChannelGroupCommand.js +2 -2
  6. package/dist-es/commands/CreateHarvestJobCommand.js +2 -2
  7. package/dist-es/commands/CreateOriginEndpointCommand.js +2 -2
  8. package/dist-es/commands/DeleteChannelCommand.js +2 -2
  9. package/dist-es/commands/DeleteChannelGroupCommand.js +2 -2
  10. package/dist-es/commands/DeleteChannelPolicyCommand.js +2 -2
  11. package/dist-es/commands/DeleteOriginEndpointCommand.js +2 -2
  12. package/dist-es/commands/DeleteOriginEndpointPolicyCommand.js +2 -2
  13. package/dist-es/commands/GetChannelCommand.js +2 -2
  14. package/dist-es/commands/GetChannelGroupCommand.js +2 -2
  15. package/dist-es/commands/GetChannelPolicyCommand.js +2 -2
  16. package/dist-es/commands/GetHarvestJobCommand.js +2 -2
  17. package/dist-es/commands/GetOriginEndpointCommand.js +2 -2
  18. package/dist-es/commands/GetOriginEndpointPolicyCommand.js +2 -2
  19. package/dist-es/commands/ListChannelGroupsCommand.js +2 -2
  20. package/dist-es/commands/ListChannelsCommand.js +2 -2
  21. package/dist-es/commands/ListHarvestJobsCommand.js +2 -2
  22. package/dist-es/commands/ListOriginEndpointsCommand.js +2 -2
  23. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  24. package/dist-es/commands/PutChannelPolicyCommand.js +2 -2
  25. package/dist-es/commands/PutOriginEndpointPolicyCommand.js +2 -2
  26. package/dist-es/commands/ResetChannelStateCommand.js +2 -2
  27. package/dist-es/commands/ResetOriginEndpointStateCommand.js +2 -2
  28. package/dist-es/commands/TagResourceCommand.js +2 -2
  29. package/dist-es/commands/UntagResourceCommand.js +2 -2
  30. package/dist-es/commands/UpdateChannelCommand.js +2 -2
  31. package/dist-es/commands/UpdateChannelGroupCommand.js +2 -2
  32. package/dist-es/commands/UpdateOriginEndpointCommand.js +2 -2
  33. package/dist-es/index.js +1 -0
  34. package/dist-es/models/enums.js +9 -0
  35. package/dist-es/runtimeConfig.shared.js +6 -1
  36. package/dist-es/schemas/schemas_0.js +314 -316
  37. package/dist-types/MediaPackageV2Client.d.ts +1 -10
  38. package/dist-types/commands/CreateOriginEndpointCommand.d.ts +6 -0
  39. package/dist-types/commands/GetOriginEndpointCommand.d.ts +2 -0
  40. package/dist-types/commands/UpdateOriginEndpointCommand.d.ts +4 -0
  41. package/dist-types/index.d.ts +1 -0
  42. package/dist-types/models/enums.d.ts +9 -0
  43. package/dist-types/models/models_0.d.ts +5 -0
  44. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  45. package/dist-types/runtimeConfig.d.ts +6 -2
  46. package/dist-types/runtimeConfig.native.d.ts +6 -2
  47. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  48. package/dist-types/schemas/schemas_0.d.ts +143 -174
  49. package/dist-types/ts3.4/MediaPackageV2Client.d.ts +0 -4
  50. package/dist-types/ts3.4/index.d.ts +1 -0
  51. package/dist-types/ts3.4/models/enums.d.ts +9 -0
  52. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  53. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  54. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  55. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  56. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  57. package/dist-types/ts3.4/schemas/schemas_0.d.ts +142 -174
  58. package/package.json +35 -35
package/dist-cjs/index.js CHANGED
@@ -111,14 +111,14 @@ class MediaPackageV2Client extends smithyClient.Client {
111
111
  }
112
112
  }
113
113
 
114
- let MediaPackageV2ServiceException$1 = class MediaPackageV2ServiceException extends smithyClient.ServiceException {
114
+ class MediaPackageV2ServiceException extends smithyClient.ServiceException {
115
115
  constructor(options) {
116
116
  super(options);
117
117
  Object.setPrototypeOf(this, MediaPackageV2ServiceException.prototype);
118
118
  }
119
- };
119
+ }
120
120
 
121
- let AccessDeniedException$1 = class AccessDeniedException extends MediaPackageV2ServiceException$1 {
121
+ class AccessDeniedException extends MediaPackageV2ServiceException {
122
122
  name = "AccessDeniedException";
123
123
  $fault = "client";
124
124
  Message;
@@ -131,8 +131,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends MediaPackageV2
131
131
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
132
132
  this.Message = opts.Message;
133
133
  }
134
- };
135
- let ConflictException$1 = class ConflictException extends MediaPackageV2ServiceException$1 {
134
+ }
135
+ class ConflictException extends MediaPackageV2ServiceException {
136
136
  name = "ConflictException";
137
137
  $fault = "client";
138
138
  Message;
@@ -147,8 +147,8 @@ let ConflictException$1 = class ConflictException extends MediaPackageV2ServiceE
147
147
  this.Message = opts.Message;
148
148
  this.ConflictExceptionType = opts.ConflictExceptionType;
149
149
  }
150
- };
151
- let InternalServerException$1 = class InternalServerException extends MediaPackageV2ServiceException$1 {
150
+ }
151
+ class InternalServerException extends MediaPackageV2ServiceException {
152
152
  name = "InternalServerException";
153
153
  $fault = "server";
154
154
  Message;
@@ -161,8 +161,8 @@ let InternalServerException$1 = class InternalServerException extends MediaPacka
161
161
  Object.setPrototypeOf(this, InternalServerException.prototype);
162
162
  this.Message = opts.Message;
163
163
  }
164
- };
165
- let ResourceNotFoundException$1 = class ResourceNotFoundException extends MediaPackageV2ServiceException$1 {
164
+ }
165
+ class ResourceNotFoundException extends MediaPackageV2ServiceException {
166
166
  name = "ResourceNotFoundException";
167
167
  $fault = "client";
168
168
  Message;
@@ -177,8 +177,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends MediaP
177
177
  this.Message = opts.Message;
178
178
  this.ResourceTypeNotFound = opts.ResourceTypeNotFound;
179
179
  }
180
- };
181
- let ThrottlingException$1 = class ThrottlingException extends MediaPackageV2ServiceException$1 {
180
+ }
181
+ class ThrottlingException extends MediaPackageV2ServiceException {
182
182
  name = "ThrottlingException";
183
183
  $fault = "client";
184
184
  Message;
@@ -191,8 +191,8 @@ let ThrottlingException$1 = class ThrottlingException extends MediaPackageV2Serv
191
191
  Object.setPrototypeOf(this, ThrottlingException.prototype);
192
192
  this.Message = opts.Message;
193
193
  }
194
- };
195
- let ValidationException$1 = class ValidationException extends MediaPackageV2ServiceException$1 {
194
+ }
195
+ class ValidationException extends MediaPackageV2ServiceException {
196
196
  name = "ValidationException";
197
197
  $fault = "client";
198
198
  Message;
@@ -207,8 +207,8 @@ let ValidationException$1 = class ValidationException extends MediaPackageV2Serv
207
207
  this.Message = opts.Message;
208
208
  this.ValidationExceptionType = opts.ValidationExceptionType;
209
209
  }
210
- };
211
- let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends MediaPackageV2ServiceException$1 {
210
+ }
211
+ class ServiceQuotaExceededException extends MediaPackageV2ServiceException {
212
212
  name = "ServiceQuotaExceededException";
213
213
  $fault = "client";
214
214
  Message;
@@ -221,7 +221,7 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
221
221
  Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
222
222
  this.Message = opts.Message;
223
223
  }
224
- };
224
+ }
225
225
 
226
226
  const _A = "Arn";
227
227
  const _ADE = "AccessDeniedException";
@@ -232,6 +232,7 @@ const _BU = "BaseUrls";
232
232
  const _C = "Compactness";
233
233
  const _CA = "CreatedAt";
234
234
  const _CAC = "CdnAuthConfiguration";
235
+ const _CAe = "CertificateArn";
235
236
  const _CC = "CreateChannel";
236
237
  const _CCG = "CreateChannelGroup";
237
238
  const _CCGR = "CreateChannelGroupRequest";
@@ -518,9 +519,9 @@ const _tK = "tagKeys";
518
519
  const _xact = "x-amzn-client-token";
519
520
  const _xauim = "x-amzn-update-if-match";
520
521
  const n0 = "com.amazonaws.mediapackagev2";
521
- var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
522
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
523
- var CancelHarvestJobRequest = [
522
+ var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
523
+ schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
524
+ var CancelHarvestJobRequest$ = [
524
525
  3,
525
526
  n0,
526
527
  _CHJR,
@@ -534,9 +535,9 @@ var CancelHarvestJobRequest = [
534
535
  [0, { [_hH]: _xauim }],
535
536
  ],
536
537
  ];
537
- var CancelHarvestJobResponse = [3, n0, _CHJRa, 0, [], []];
538
- var CdnAuthConfiguration = [3, n0, _CAC, 0, [_CISA, _SRA], [64 | 0, 0]];
539
- var ChannelGroupListConfiguration = [
538
+ var CancelHarvestJobResponse$ = [3, n0, _CHJRa, 0, [], []];
539
+ var CdnAuthConfiguration$ = [3, n0, _CAC, 0, [_CISA, _SRA], [64 | 0, 0]];
540
+ var ChannelGroupListConfiguration$ = [
540
541
  3,
541
542
  n0,
542
543
  _CGLC,
@@ -544,7 +545,7 @@ var ChannelGroupListConfiguration = [
544
545
  [_CGN, _A, _CA, _MA, _D],
545
546
  [0, 0, 4, 4, 0],
546
547
  ];
547
- var ChannelListConfiguration = [
548
+ var ChannelListConfiguration$ = [
548
549
  3,
549
550
  n0,
550
551
  _CLC,
@@ -552,9 +553,9 @@ var ChannelListConfiguration = [
552
553
  [_A, _CN, _CGN, _CA, _MA, _D, _IT],
553
554
  [0, 0, 0, 4, 4, 0, 0],
554
555
  ];
555
- var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M, _CET], [0, 0]];
556
- schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
557
- var CreateChannelGroupRequest = [
556
+ var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M, _CET], [0, 0]];
557
+ schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
558
+ var CreateChannelGroupRequest$ = [
558
559
  3,
559
560
  n0,
560
561
  _CCGR,
@@ -562,7 +563,7 @@ var CreateChannelGroupRequest = [
562
563
  [_CGN, _CT, _D, _T],
563
564
  [0, [0, { [_hH]: _xact, [_iT]: 1 }], 0, [128 | 0, { [_jN]: _t }]],
564
565
  ];
565
- var CreateChannelGroupResponse = [
566
+ var CreateChannelGroupResponse$ = [
566
567
  3,
567
568
  n0,
568
569
  _CCGRr,
@@ -570,7 +571,7 @@ var CreateChannelGroupResponse = [
570
571
  [_CGN, _A, _ED, _CA, _MA, _ET, _D, _T],
571
572
  [0, 0, 0, 4, 4, 0, 0, 128 | 0],
572
573
  ];
573
- var CreateChannelRequest = [
574
+ var CreateChannelRequest$ = [
574
575
  3,
575
576
  n0,
576
577
  _CCR,
@@ -582,12 +583,12 @@ var CreateChannelRequest = [
582
583
  [0, { [_hH]: _xact, [_iT]: 1 }],
583
584
  0,
584
585
  0,
585
- () => InputSwitchConfiguration,
586
- () => OutputHeaderConfiguration,
586
+ () => InputSwitchConfiguration$,
587
+ () => OutputHeaderConfiguration$,
587
588
  [128 | 0, { [_jN]: _t }],
588
589
  ],
589
590
  ];
590
- var CreateChannelResponse = [
591
+ var CreateChannelResponse$ = [
591
592
  3,
592
593
  n0,
593
594
  _CCRr,
@@ -604,11 +605,11 @@ var CreateChannelResponse = [
604
605
  0,
605
606
  0,
606
607
  128 | 0,
607
- () => InputSwitchConfiguration,
608
- () => OutputHeaderConfiguration,
608
+ () => InputSwitchConfiguration$,
609
+ () => OutputHeaderConfiguration$,
609
610
  ],
610
611
  ];
611
- var CreateDashManifestConfiguration = [
612
+ var CreateDashManifestConfiguration$ = [
612
613
  3,
613
614
  n0,
614
615
  _CDMC,
@@ -617,24 +618,24 @@ var CreateDashManifestConfiguration = [
617
618
  [
618
619
  0,
619
620
  1,
620
- () => FilterConfiguration,
621
+ () => FilterConfiguration$,
621
622
  1,
622
623
  1,
623
624
  1,
624
625
  0,
625
626
  64 | 0,
626
- () => ScteDash,
627
+ () => ScteDash$,
627
628
  0,
628
- () => DashUtcTiming,
629
+ () => DashUtcTiming$,
629
630
  64 | 0,
630
631
  () => DashBaseUrls,
631
- () => DashProgramInformation,
632
- () => DashDvbSettings,
632
+ () => DashProgramInformation$,
633
+ () => DashDvbSettings$,
633
634
  0,
634
- () => DashSubtitleConfiguration,
635
+ () => DashSubtitleConfiguration$,
635
636
  ],
636
637
  ];
637
- var CreateHarvestJobRequest = [
638
+ var CreateHarvestJobRequest$ = [
638
639
  3,
639
640
  n0,
640
641
  _CHJRr,
@@ -645,15 +646,15 @@ var CreateHarvestJobRequest = [
645
646
  [0, 1],
646
647
  [0, 1],
647
648
  0,
648
- () => HarvestedManifests,
649
- () => HarvesterScheduleConfiguration,
650
- () => Destination,
649
+ () => HarvestedManifests$,
650
+ () => HarvesterScheduleConfiguration$,
651
+ () => Destination$,
651
652
  [0, { [_hH]: _xact, [_iT]: 1 }],
652
653
  0,
653
654
  128 | 0,
654
655
  ],
655
656
  ];
656
- var CreateHarvestJobResponse = [
657
+ var CreateHarvestJobResponse$ = [
657
658
  3,
658
659
  n0,
659
660
  _CHJRre,
@@ -663,11 +664,11 @@ var CreateHarvestJobResponse = [
663
664
  0,
664
665
  0,
665
666
  0,
666
- () => Destination,
667
+ () => Destination$,
667
668
  0,
668
- () => HarvestedManifests,
669
+ () => HarvestedManifests$,
669
670
  0,
670
- () => HarvesterScheduleConfiguration,
671
+ () => HarvesterScheduleConfiguration$,
671
672
  0,
672
673
  4,
673
674
  4,
@@ -677,31 +678,31 @@ var CreateHarvestJobResponse = [
677
678
  128 | 0,
678
679
  ],
679
680
  ];
680
- var CreateHlsManifestConfiguration = [
681
+ var CreateHlsManifestConfiguration$ = [
681
682
  3,
682
683
  n0,
683
684
  _CHMC,
684
685
  0,
685
686
  [_MN, _CMN, _SH, _ST, _MWS, _PDTIS, _FC, _UECM],
686
- [0, 0, () => ScteHls, () => StartTag, 1, 1, () => FilterConfiguration, 2],
687
+ [0, 0, () => ScteHls$, () => StartTag$, 1, 1, () => FilterConfiguration$, 2],
687
688
  ];
688
- var CreateLowLatencyHlsManifestConfiguration = [
689
+ var CreateLowLatencyHlsManifestConfiguration$ = [
689
690
  3,
690
691
  n0,
691
692
  _CLLHMC,
692
693
  0,
693
694
  [_MN, _CMN, _SH, _ST, _MWS, _PDTIS, _FC, _UECM],
694
- [0, 0, () => ScteHls, () => StartTag, 1, 1, () => FilterConfiguration, 2],
695
+ [0, 0, () => ScteHls$, () => StartTag$, 1, 1, () => FilterConfiguration$, 2],
695
696
  ];
696
- var CreateMssManifestConfiguration = [
697
+ var CreateMssManifestConfiguration$ = [
697
698
  3,
698
699
  n0,
699
700
  _CMMC,
700
701
  0,
701
702
  [_MN, _MWS, _FC, _ML],
702
- [0, 1, () => FilterConfiguration, 0],
703
+ [0, 1, () => FilterConfiguration$, 0],
703
704
  ];
704
- var CreateOriginEndpointRequest = [
705
+ var CreateOriginEndpointRequest$ = [
705
706
  3,
706
707
  n0,
707
708
  _COER,
@@ -712,7 +713,7 @@ var CreateOriginEndpointRequest = [
712
713
  [0, 1],
713
714
  0,
714
715
  0,
715
- () => Segment,
716
+ () => Segment$,
716
717
  [0, { [_hH]: _xact, [_iT]: 1 }],
717
718
  0,
718
719
  1,
@@ -720,11 +721,11 @@ var CreateOriginEndpointRequest = [
720
721
  () => CreateLowLatencyHlsManifests,
721
722
  () => CreateDashManifests,
722
723
  () => CreateMssManifests,
723
- () => ForceEndpointErrorConfiguration,
724
+ () => ForceEndpointErrorConfiguration$,
724
725
  128 | 0,
725
726
  ],
726
727
  ];
727
- var CreateOriginEndpointResponse = [
728
+ var CreateOriginEndpointResponse$ = [
728
729
  3,
729
730
  n0,
730
731
  _COERr,
@@ -736,7 +737,7 @@ var CreateOriginEndpointResponse = [
736
737
  0,
737
738
  0,
738
739
  0,
739
- () => Segment,
740
+ () => Segment$,
740
741
  4,
741
742
  4,
742
743
  0,
@@ -745,23 +746,23 @@ var CreateOriginEndpointResponse = [
745
746
  () => GetLowLatencyHlsManifests,
746
747
  () => GetDashManifests,
747
748
  () => GetMssManifests,
748
- () => ForceEndpointErrorConfiguration,
749
+ () => ForceEndpointErrorConfiguration$,
749
750
  0,
750
751
  128 | 0,
751
752
  ],
752
753
  ];
753
- var DashBaseUrl = [3, n0, _DBU, 0, [_U, _SL, _DP, _DW], [0, 0, 1, 1]];
754
- var DashDvbFontDownload = [3, n0, _DDFD, 0, [_U, _MT, _FF], [0, 0, 0]];
755
- var DashDvbMetricsReporting = [3, n0, _DDMR, 0, [_RU, _Pr], [0, 1]];
756
- var DashDvbSettings = [
754
+ var DashBaseUrl$ = [3, n0, _DBU, 0, [_U, _SL, _DP, _DW], [0, 0, 1, 1]];
755
+ var DashDvbFontDownload$ = [3, n0, _DDFD, 0, [_U, _MT, _FF], [0, 0, 0]];
756
+ var DashDvbMetricsReporting$ = [3, n0, _DDMR, 0, [_RU, _Pr], [0, 1]];
757
+ var DashDvbSettings$ = [
757
758
  3,
758
759
  n0,
759
760
  _DDS,
760
761
  0,
761
762
  [_FD, _EMr],
762
- [() => DashDvbFontDownload, () => DashDvbErrorMetrics],
763
+ [() => DashDvbFontDownload$, () => DashDvbErrorMetrics],
763
764
  ];
764
- var DashProgramInformation = [
765
+ var DashProgramInformation$ = [
765
766
  3,
766
767
  n0,
767
768
  _DPI,
@@ -769,12 +770,12 @@ var DashProgramInformation = [
769
770
  [_Ti, _So, _Co, _LC, _MIU],
770
771
  [0, 0, 0, 0, 0],
771
772
  ];
772
- var DashSubtitleConfiguration = [3, n0, _DSC, 0, [_TC], [() => DashTtmlConfiguration]];
773
- var DashTtmlConfiguration = [3, n0, _DTC, 0, [_TP], [0]];
774
- var DashUtcTiming = [3, n0, _DUT, 0, [_TM, _TS], [0, 0]];
775
- var DeleteChannelGroupRequest = [3, n0, _DCGR, 0, [_CGN], [[0, 1]]];
776
- var DeleteChannelGroupResponse = [3, n0, _DCGRe, 0, [], []];
777
- var DeleteChannelPolicyRequest = [
773
+ var DashSubtitleConfiguration$ = [3, n0, _DSC, 0, [_TC], [() => DashTtmlConfiguration$]];
774
+ var DashTtmlConfiguration$ = [3, n0, _DTC, 0, [_TP], [0]];
775
+ var DashUtcTiming$ = [3, n0, _DUT, 0, [_TM, _TS], [0, 0]];
776
+ var DeleteChannelGroupRequest$ = [3, n0, _DCGR, 0, [_CGN], [[0, 1]]];
777
+ var DeleteChannelGroupResponse$ = [3, n0, _DCGRe, 0, [], []];
778
+ var DeleteChannelPolicyRequest$ = [
778
779
  3,
779
780
  n0,
780
781
  _DCPR,
@@ -785,8 +786,8 @@ var DeleteChannelPolicyRequest = [
785
786
  [0, 1],
786
787
  ],
787
788
  ];
788
- var DeleteChannelPolicyResponse = [3, n0, _DCPRe, 0, [], []];
789
- var DeleteChannelRequest = [
789
+ var DeleteChannelPolicyResponse$ = [3, n0, _DCPRe, 0, [], []];
790
+ var DeleteChannelRequest$ = [
790
791
  3,
791
792
  n0,
792
793
  _DCR,
@@ -797,8 +798,8 @@ var DeleteChannelRequest = [
797
798
  [0, 1],
798
799
  ],
799
800
  ];
800
- var DeleteChannelResponse = [3, n0, _DCRe, 0, [], []];
801
- var DeleteOriginEndpointPolicyRequest = [
801
+ var DeleteChannelResponse$ = [3, n0, _DCRe, 0, [], []];
802
+ var DeleteOriginEndpointPolicyRequest$ = [
802
803
  3,
803
804
  n0,
804
805
  _DOEPR,
@@ -810,8 +811,8 @@ var DeleteOriginEndpointPolicyRequest = [
810
811
  [0, 1],
811
812
  ],
812
813
  ];
813
- var DeleteOriginEndpointPolicyResponse = [3, n0, _DOEPRe, 0, [], []];
814
- var DeleteOriginEndpointRequest = [
814
+ var DeleteOriginEndpointPolicyResponse$ = [3, n0, _DOEPRe, 0, [], []];
815
+ var DeleteOriginEndpointRequest$ = [
815
816
  3,
816
817
  n0,
817
818
  _DOER,
@@ -823,19 +824,19 @@ var DeleteOriginEndpointRequest = [
823
824
  [0, 1],
824
825
  ],
825
826
  ];
826
- var DeleteOriginEndpointResponse = [3, n0, _DOERe, 0, [], []];
827
- var Destination = [3, n0, _De, 0, [_SDe], [() => S3DestinationConfig]];
828
- var Encryption = [
827
+ var DeleteOriginEndpointResponse$ = [3, n0, _DOERe, 0, [], []];
828
+ var Destination$ = [3, n0, _De, 0, [_SDe], [() => S3DestinationConfig$]];
829
+ var Encryption$ = [
829
830
  3,
830
831
  n0,
831
832
  _E,
832
833
  0,
833
834
  [_CIV, _EMn, _KRIS, _CESDM, _SKP],
834
- [0, () => EncryptionMethod, 1, 2, () => SpekeKeyProvider],
835
+ [0, () => EncryptionMethod$, 1, 2, () => SpekeKeyProvider$],
835
836
  ];
836
- var EncryptionContractConfiguration = [3, n0, _ECC, 0, [_PSA, _PSV], [0, 0]];
837
- var EncryptionMethod = [3, n0, _EMn, 0, [_TEM, _CEM, _IEM], [0, 0, 0]];
838
- var FilterConfiguration = [
837
+ var EncryptionContractConfiguration$ = [3, n0, _ECC, 0, [_PSA, _PSV], [0, 0]];
838
+ var EncryptionMethod$ = [3, n0, _EMn, 0, [_TEM, _CEM, _IEM], [0, 0, 0]];
839
+ var FilterConfiguration$ = [
839
840
  3,
840
841
  n0,
841
842
  _FC,
@@ -843,9 +844,9 @@ var FilterConfiguration = [
843
844
  [_MF, _DSr, _St, _En, _TDS, _CST],
844
845
  [0, 0, 4, 4, 1, 4],
845
846
  ];
846
- var ForceEndpointErrorConfiguration = [3, n0, _FEEC, 0, [_EEC], [64 | 0]];
847
- var GetChannelGroupRequest = [3, n0, _GCGR, 0, [_CGN], [[0, 1]]];
848
- var GetChannelGroupResponse = [
847
+ var ForceEndpointErrorConfiguration$ = [3, n0, _FEEC, 0, [_EEC], [64 | 0]];
848
+ var GetChannelGroupRequest$ = [3, n0, _GCGR, 0, [_CGN], [[0, 1]]];
849
+ var GetChannelGroupResponse$ = [
849
850
  3,
850
851
  n0,
851
852
  _GCGRe,
@@ -853,7 +854,7 @@ var GetChannelGroupResponse = [
853
854
  [_CGN, _A, _ED, _CA, _MA, _D, _ET, _T],
854
855
  [0, 0, 0, 4, 4, 0, 0, [128 | 0, { [_jN]: _t }]],
855
856
  ];
856
- var GetChannelPolicyRequest = [
857
+ var GetChannelPolicyRequest$ = [
857
858
  3,
858
859
  n0,
859
860
  _GCPR,
@@ -864,8 +865,8 @@ var GetChannelPolicyRequest = [
864
865
  [0, 1],
865
866
  ],
866
867
  ];
867
- var GetChannelPolicyResponse = [3, n0, _GCPRe, 0, [_CGN, _CN, _Po], [0, 0, 0]];
868
- var GetChannelRequest = [
868
+ var GetChannelPolicyResponse$ = [3, n0, _GCPRe, 0, [_CGN, _CN, _Po], [0, 0, 0]];
869
+ var GetChannelRequest$ = [
869
870
  3,
870
871
  n0,
871
872
  _GCR,
@@ -876,7 +877,7 @@ var GetChannelRequest = [
876
877
  [0, 1],
877
878
  ],
878
879
  ];
879
- var GetChannelResponse = [
880
+ var GetChannelResponse$ = [
880
881
  3,
881
882
  n0,
882
883
  _GCRe,
@@ -894,11 +895,11 @@ var GetChannelResponse = [
894
895
  0,
895
896
  0,
896
897
  128 | 0,
897
- () => InputSwitchConfiguration,
898
- () => OutputHeaderConfiguration,
898
+ () => InputSwitchConfiguration$,
899
+ () => OutputHeaderConfiguration$,
899
900
  ],
900
901
  ];
901
- var GetDashManifestConfiguration = [
902
+ var GetDashManifestConfiguration$ = [
902
903
  3,
903
904
  n0,
904
905
  _GDMC,
@@ -908,24 +909,24 @@ var GetDashManifestConfiguration = [
908
909
  0,
909
910
  0,
910
911
  1,
911
- () => FilterConfiguration,
912
+ () => FilterConfiguration$,
912
913
  1,
913
914
  1,
914
915
  1,
915
916
  0,
916
917
  64 | 0,
917
- () => ScteDash,
918
+ () => ScteDash$,
918
919
  0,
919
- () => DashUtcTiming,
920
+ () => DashUtcTiming$,
920
921
  64 | 0,
921
922
  () => DashBaseUrls,
922
- () => DashProgramInformation,
923
- () => DashDvbSettings,
923
+ () => DashProgramInformation$,
924
+ () => DashDvbSettings$,
924
925
  0,
925
- () => DashSubtitleConfiguration,
926
+ () => DashSubtitleConfiguration$,
926
927
  ],
927
928
  ];
928
- var GetHarvestJobRequest = [
929
+ var GetHarvestJobRequest$ = [
929
930
  3,
930
931
  n0,
931
932
  _GHJR,
@@ -938,7 +939,7 @@ var GetHarvestJobRequest = [
938
939
  [0, 1],
939
940
  ],
940
941
  ];
941
- var GetHarvestJobResponse = [
942
+ var GetHarvestJobResponse$ = [
942
943
  3,
943
944
  n0,
944
945
  _GHJRe,
@@ -948,11 +949,11 @@ var GetHarvestJobResponse = [
948
949
  0,
949
950
  0,
950
951
  0,
951
- () => Destination,
952
+ () => Destination$,
952
953
  0,
953
- () => HarvestedManifests,
954
+ () => HarvestedManifests$,
954
955
  0,
955
- () => HarvesterScheduleConfiguration,
956
+ () => HarvesterScheduleConfiguration$,
956
957
  0,
957
958
  4,
958
959
  4,
@@ -962,31 +963,31 @@ var GetHarvestJobResponse = [
962
963
  128 | 0,
963
964
  ],
964
965
  ];
965
- var GetHlsManifestConfiguration = [
966
+ var GetHlsManifestConfiguration$ = [
966
967
  3,
967
968
  n0,
968
969
  _GHMC,
969
970
  0,
970
971
  [_MN, _U, _CMN, _MWS, _PDTIS, _SH, _FC, _ST, _UECM],
971
- [0, 0, 0, 1, 1, () => ScteHls, () => FilterConfiguration, () => StartTag, 2],
972
+ [0, 0, 0, 1, 1, () => ScteHls$, () => FilterConfiguration$, () => StartTag$, 2],
972
973
  ];
973
- var GetLowLatencyHlsManifestConfiguration = [
974
+ var GetLowLatencyHlsManifestConfiguration$ = [
974
975
  3,
975
976
  n0,
976
977
  _GLLHMC,
977
978
  0,
978
979
  [_MN, _U, _CMN, _MWS, _PDTIS, _SH, _FC, _ST, _UECM],
979
- [0, 0, 0, 1, 1, () => ScteHls, () => FilterConfiguration, () => StartTag, 2],
980
+ [0, 0, 0, 1, 1, () => ScteHls$, () => FilterConfiguration$, () => StartTag$, 2],
980
981
  ];
981
- var GetMssManifestConfiguration = [
982
+ var GetMssManifestConfiguration$ = [
982
983
  3,
983
984
  n0,
984
985
  _GMMC,
985
986
  0,
986
987
  [_MN, _U, _FC, _MWS, _ML],
987
- [0, 0, () => FilterConfiguration, 1, 0],
988
+ [0, 0, () => FilterConfiguration$, 1, 0],
988
989
  ];
989
- var GetOriginEndpointPolicyRequest = [
990
+ var GetOriginEndpointPolicyRequest$ = [
990
991
  3,
991
992
  n0,
992
993
  _GOEPR,
@@ -998,15 +999,15 @@ var GetOriginEndpointPolicyRequest = [
998
999
  [0, 1],
999
1000
  ],
1000
1001
  ];
1001
- var GetOriginEndpointPolicyResponse = [
1002
+ var GetOriginEndpointPolicyResponse$ = [
1002
1003
  3,
1003
1004
  n0,
1004
1005
  _GOEPRe,
1005
1006
  0,
1006
1007
  [_CGN, _CN, _OEN, _Po, _CAC],
1007
- [0, 0, 0, 0, () => CdnAuthConfiguration],
1008
+ [0, 0, 0, 0, () => CdnAuthConfiguration$],
1008
1009
  ];
1009
- var GetOriginEndpointRequest = [
1010
+ var GetOriginEndpointRequest$ = [
1010
1011
  3,
1011
1012
  n0,
1012
1013
  _GOER,
@@ -1018,7 +1019,7 @@ var GetOriginEndpointRequest = [
1018
1019
  [0, 1],
1019
1020
  ],
1020
1021
  ];
1021
- var GetOriginEndpointResponse = [
1022
+ var GetOriginEndpointResponse$ = [
1022
1023
  3,
1023
1024
  n0,
1024
1025
  _GOERe,
@@ -1030,7 +1031,7 @@ var GetOriginEndpointResponse = [
1030
1031
  0,
1031
1032
  0,
1032
1033
  0,
1033
- () => Segment,
1034
+ () => Segment$,
1034
1035
  4,
1035
1036
  4,
1036
1037
  4,
@@ -1040,15 +1041,15 @@ var GetOriginEndpointResponse = [
1040
1041
  () => GetLowLatencyHlsManifests,
1041
1042
  () => GetDashManifests,
1042
1043
  () => GetMssManifests,
1043
- () => ForceEndpointErrorConfiguration,
1044
+ () => ForceEndpointErrorConfiguration$,
1044
1045
  0,
1045
1046
  128 | 0,
1046
1047
  ],
1047
1048
  ];
1048
- var HarvestedDashManifest = [3, n0, _HDM, 0, [_MN], [0]];
1049
- var HarvestedHlsManifest = [3, n0, _HHM, 0, [_MN], [0]];
1050
- var HarvestedLowLatencyHlsManifest = [3, n0, _HLLHM, 0, [_MN], [0]];
1051
- var HarvestedManifests = [
1049
+ var HarvestedDashManifest$ = [3, n0, _HDM, 0, [_MN], [0]];
1050
+ var HarvestedHlsManifest$ = [3, n0, _HHM, 0, [_MN], [0]];
1051
+ var HarvestedLowLatencyHlsManifest$ = [3, n0, _HLLHM, 0, [_MN], [0]];
1052
+ var HarvestedManifests$ = [
1052
1053
  3,
1053
1054
  n0,
1054
1055
  _HM,
@@ -1056,20 +1057,35 @@ var HarvestedManifests = [
1056
1057
  [_HMl, _DM, _LLHM],
1057
1058
  [() => HarvestedHlsManifestsList, () => HarvestedDashManifestsList, () => HarvestedLowLatencyHlsManifestsList],
1058
1059
  ];
1059
- var HarvesterScheduleConfiguration = [3, n0, _HSC, 0, [_STt, _ETn], [4, 4]];
1060
- var HarvestJob = [
1060
+ var HarvesterScheduleConfiguration$ = [3, n0, _HSC, 0, [_STt, _ETn], [4, 4]];
1061
+ var HarvestJob$ = [
1061
1062
  3,
1062
1063
  n0,
1063
1064
  _HJ,
1064
1065
  0,
1065
1066
  [_CGN, _CN, _OEN, _De, _HJN, _HM, _D, _SCc, _A, _CA, _MA, _S, _EM, _ET],
1066
- [0, 0, 0, () => Destination, 0, () => HarvestedManifests, 0, () => HarvesterScheduleConfiguration, 0, 4, 4, 0, 0, 0],
1067
+ [
1068
+ 0,
1069
+ 0,
1070
+ 0,
1071
+ () => Destination$,
1072
+ 0,
1073
+ () => HarvestedManifests$,
1074
+ 0,
1075
+ () => HarvesterScheduleConfiguration$,
1076
+ 0,
1077
+ 4,
1078
+ 4,
1079
+ 0,
1080
+ 0,
1081
+ 0,
1082
+ ],
1067
1083
  ];
1068
- var IngestEndpoint = [3, n0, _IEn, 0, [_I, _U], [0, 0]];
1069
- var InputSwitchConfiguration = [3, n0, _ISC, 0, [_MQCSIS, _PIr], [2, 1]];
1070
- var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
1071
- schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
1072
- var ListChannelGroupsRequest = [
1084
+ var IngestEndpoint$ = [3, n0, _IEn, 0, [_I, _U], [0, 0]];
1085
+ var InputSwitchConfiguration$ = [3, n0, _ISC, 0, [_MQCSIS, _PIr], [2, 1]];
1086
+ var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
1087
+ schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
1088
+ var ListChannelGroupsRequest$ = [
1073
1089
  3,
1074
1090
  n0,
1075
1091
  _LCGR,
@@ -1080,7 +1096,7 @@ var ListChannelGroupsRequest = [
1080
1096
  [0, { [_hQ]: _nT }],
1081
1097
  ],
1082
1098
  ];
1083
- var ListChannelGroupsResponse = [
1099
+ var ListChannelGroupsResponse$ = [
1084
1100
  3,
1085
1101
  n0,
1086
1102
  _LCGRi,
@@ -1088,7 +1104,7 @@ var ListChannelGroupsResponse = [
1088
1104
  [_It, _NT],
1089
1105
  [() => ChannelGroupsList, 0],
1090
1106
  ];
1091
- var ListChannelsRequest = [
1107
+ var ListChannelsRequest$ = [
1092
1108
  3,
1093
1109
  n0,
1094
1110
  _LCR,
@@ -1100,9 +1116,9 @@ var ListChannelsRequest = [
1100
1116
  [0, { [_hQ]: _nT }],
1101
1117
  ],
1102
1118
  ];
1103
- var ListChannelsResponse = [3, n0, _LCRi, 0, [_It, _NT], [() => ChannelList, 0]];
1104
- var ListDashManifestConfiguration = [3, n0, _LDMC, 0, [_MN, _U], [0, 0]];
1105
- var ListHarvestJobsRequest = [
1119
+ var ListChannelsResponse$ = [3, n0, _LCRi, 0, [_It, _NT], [() => ChannelList, 0]];
1120
+ var ListDashManifestConfiguration$ = [3, n0, _LDMC, 0, [_MN, _U], [0, 0]];
1121
+ var ListHarvestJobsRequest$ = [
1106
1122
  3,
1107
1123
  n0,
1108
1124
  _LHJR,
@@ -1117,9 +1133,9 @@ var ListHarvestJobsRequest = [
1117
1133
  [0, { [_hQ]: _nT }],
1118
1134
  ],
1119
1135
  ];
1120
- var ListHarvestJobsResponse = [3, n0, _LHJRi, 0, [_It, _NT], [() => HarvestJobsList, 0]];
1121
- var ListHlsManifestConfiguration = [3, n0, _LHMC, 0, [_MN, _CMN, _U], [0, 0, 0]];
1122
- var ListLowLatencyHlsManifestConfiguration = [
1136
+ var ListHarvestJobsResponse$ = [3, n0, _LHJRi, 0, [_It, _NT], [() => HarvestJobsList, 0]];
1137
+ var ListHlsManifestConfiguration$ = [3, n0, _LHMC, 0, [_MN, _CMN, _U], [0, 0, 0]];
1138
+ var ListLowLatencyHlsManifestConfiguration$ = [
1123
1139
  3,
1124
1140
  n0,
1125
1141
  _LLLHMC,
@@ -1127,8 +1143,8 @@ var ListLowLatencyHlsManifestConfiguration = [
1127
1143
  [_MN, _CMN, _U],
1128
1144
  [0, 0, 0],
1129
1145
  ];
1130
- var ListMssManifestConfiguration = [3, n0, _LMMC, 0, [_MN, _U], [0, 0]];
1131
- var ListOriginEndpointsRequest = [
1146
+ var ListMssManifestConfiguration$ = [3, n0, _LMMC, 0, [_MN, _U], [0, 0]];
1147
+ var ListOriginEndpointsRequest$ = [
1132
1148
  3,
1133
1149
  n0,
1134
1150
  _LOER,
@@ -1141,7 +1157,7 @@ var ListOriginEndpointsRequest = [
1141
1157
  [0, { [_hQ]: _nT }],
1142
1158
  ],
1143
1159
  ];
1144
- var ListOriginEndpointsResponse = [
1160
+ var ListOriginEndpointsResponse$ = [
1145
1161
  3,
1146
1162
  n0,
1147
1163
  _LOERi,
@@ -1149,9 +1165,9 @@ var ListOriginEndpointsResponse = [
1149
1165
  [_It, _NT],
1150
1166
  [() => OriginEndpointsList, 0],
1151
1167
  ];
1152
- var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RAe], [[0, 1]]];
1153
- var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_T], [[128 | 0, { [_jN]: _t }]]];
1154
- var OriginEndpointListConfiguration = [
1168
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RAe], [[0, 1]]];
1169
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_T], [[128 | 0, { [_jN]: _t }]]];
1170
+ var OriginEndpointListConfiguration$ = [
1155
1171
  3,
1156
1172
  n0,
1157
1173
  _OELC,
@@ -1170,22 +1186,22 @@ var OriginEndpointListConfiguration = [
1170
1186
  () => ListLowLatencyHlsManifests,
1171
1187
  () => ListDashManifests,
1172
1188
  () => ListMssManifests,
1173
- () => ForceEndpointErrorConfiguration,
1189
+ () => ForceEndpointErrorConfiguration$,
1174
1190
  ],
1175
1191
  ];
1176
- var OutputHeaderConfiguration = [3, n0, _OHC, 0, [_PMQCS], [2]];
1177
- var PutChannelPolicyRequest = [3, n0, _PCPR, 0, [_CGN, _CN, _Po], [[0, 1], [0, 1], 0]];
1178
- var PutChannelPolicyResponse = [3, n0, _PCPRu, 0, [], []];
1179
- var PutOriginEndpointPolicyRequest = [
1192
+ var OutputHeaderConfiguration$ = [3, n0, _OHC, 0, [_PMQCS], [2]];
1193
+ var PutChannelPolicyRequest$ = [3, n0, _PCPR, 0, [_CGN, _CN, _Po], [[0, 1], [0, 1], 0]];
1194
+ var PutChannelPolicyResponse$ = [3, n0, _PCPRu, 0, [], []];
1195
+ var PutOriginEndpointPolicyRequest$ = [
1180
1196
  3,
1181
1197
  n0,
1182
1198
  _POEPR,
1183
1199
  0,
1184
1200
  [_CGN, _CN, _OEN, _Po, _CAC],
1185
- [[0, 1], [0, 1], [0, 1], 0, () => CdnAuthConfiguration],
1201
+ [[0, 1], [0, 1], [0, 1], 0, () => CdnAuthConfiguration$],
1186
1202
  ];
1187
- var PutOriginEndpointPolicyResponse = [3, n0, _POEPRu, 0, [], []];
1188
- var ResetChannelStateRequest = [
1203
+ var PutOriginEndpointPolicyResponse$ = [3, n0, _POEPRu, 0, [], []];
1204
+ var ResetChannelStateRequest$ = [
1189
1205
  3,
1190
1206
  n0,
1191
1207
  _RCSR,
@@ -1196,8 +1212,8 @@ var ResetChannelStateRequest = [
1196
1212
  [0, 1],
1197
1213
  ],
1198
1214
  ];
1199
- var ResetChannelStateResponse = [3, n0, _RCSRe, 0, [_CGN, _CN, _A, _RA], [0, 0, 0, 4]];
1200
- var ResetOriginEndpointStateRequest = [
1215
+ var ResetChannelStateResponse$ = [3, n0, _RCSRe, 0, [_CGN, _CN, _A, _RA], [0, 0, 0, 4]];
1216
+ var ResetOriginEndpointStateRequest$ = [
1201
1217
  3,
1202
1218
  n0,
1203
1219
  _ROESR,
@@ -1209,7 +1225,7 @@ var ResetOriginEndpointStateRequest = [
1209
1225
  [0, 1],
1210
1226
  ],
1211
1227
  ];
1212
- var ResetOriginEndpointStateResponse = [
1228
+ var ResetOriginEndpointStateResponse$ = [
1213
1229
  3,
1214
1230
  n0,
1215
1231
  _ROESRe,
@@ -1217,7 +1233,7 @@ var ResetOriginEndpointStateResponse = [
1217
1233
  [_CGN, _CN, _OEN, _A, _RA],
1218
1234
  [0, 0, 0, 0, 4],
1219
1235
  ];
1220
- var ResourceNotFoundException = [
1236
+ var ResourceNotFoundException$ = [
1221
1237
  -3,
1222
1238
  n0,
1223
1239
  _RNFE,
@@ -1225,31 +1241,31 @@ var ResourceNotFoundException = [
1225
1241
  [_M, _RTNF],
1226
1242
  [0, 0],
1227
1243
  ];
1228
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
1229
- var S3DestinationConfig = [3, n0, _SDC, 0, [_BN, _DPe], [0, 0]];
1230
- var Scte = [3, n0, _Sc, 0, [_SF, _SIS], [64 | 0, 0]];
1231
- var ScteDash = [3, n0, _SD, 0, [_AMD], [0]];
1232
- var ScteHls = [3, n0, _SH, 0, [_AMH], [0]];
1233
- var Segment = [
1244
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
1245
+ var S3DestinationConfig$ = [3, n0, _SDC, 0, [_BN, _DPe], [0, 0]];
1246
+ var Scte$ = [3, n0, _Sc, 0, [_SF, _SIS], [64 | 0, 0]];
1247
+ var ScteDash$ = [3, n0, _SD, 0, [_AMD], [0]];
1248
+ var ScteHls$ = [3, n0, _SH, 0, [_AMH], [0]];
1249
+ var Segment$ = [
1234
1250
  3,
1235
1251
  n0,
1236
1252
  _Se,
1237
1253
  0,
1238
1254
  [_SDS, _SN, _TUARG, _IIOS, _TIDS, _Sc, _E],
1239
- [1, 0, 2, 2, 2, () => Scte, () => Encryption],
1255
+ [1, 0, 2, 2, 2, () => Scte$, () => Encryption$],
1240
1256
  ];
1241
- var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_M], [0]];
1242
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
1243
- var SpekeKeyProvider = [
1257
+ var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_M], [0]];
1258
+ schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
1259
+ var SpekeKeyProvider$ = [
1244
1260
  3,
1245
1261
  n0,
1246
1262
  _SKP,
1247
1263
  0,
1248
- [_ECC, _RI, _DSrm, _RAo, _U],
1249
- [() => EncryptionContractConfiguration, 0, 64 | 0, 0, 0],
1264
+ [_ECC, _RI, _DSrm, _RAo, _U, _CAe],
1265
+ [() => EncryptionContractConfiguration$, 0, 64 | 0, 0, 0, 0],
1250
1266
  ];
1251
- var StartTag = [3, n0, _ST, 0, [_TO, _Pre], [1, 2]];
1252
- var TagResourceRequest = [
1267
+ var StartTag$ = [3, n0, _ST, 0, [_TO, _Pre], [1, 2]];
1268
+ var TagResourceRequest$ = [
1253
1269
  3,
1254
1270
  n0,
1255
1271
  _TRR,
@@ -1260,9 +1276,9 @@ var TagResourceRequest = [
1260
1276
  [128 | 0, { [_jN]: _t }],
1261
1277
  ],
1262
1278
  ];
1263
- var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
1264
- schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
1265
- var UntagResourceRequest = [
1279
+ var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
1280
+ schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
1281
+ var UntagResourceRequest$ = [
1266
1282
  3,
1267
1283
  n0,
1268
1284
  _URR,
@@ -1273,7 +1289,7 @@ var UntagResourceRequest = [
1273
1289
  [64 | 0, { [_hQ]: _tK }],
1274
1290
  ],
1275
1291
  ];
1276
- var UpdateChannelGroupRequest = [
1292
+ var UpdateChannelGroupRequest$ = [
1277
1293
  3,
1278
1294
  n0,
1279
1295
  _UCGR,
@@ -1281,7 +1297,7 @@ var UpdateChannelGroupRequest = [
1281
1297
  [_CGN, _ET, _D],
1282
1298
  [[0, 1], [0, { [_hH]: _xauim }], 0],
1283
1299
  ];
1284
- var UpdateChannelGroupResponse = [
1300
+ var UpdateChannelGroupResponse$ = [
1285
1301
  3,
1286
1302
  n0,
1287
1303
  _UCGRp,
@@ -1289,15 +1305,15 @@ var UpdateChannelGroupResponse = [
1289
1305
  [_CGN, _A, _ED, _CA, _MA, _D, _ET, _T],
1290
1306
  [0, 0, 0, 4, 4, 0, 0, [128 | 0, { [_jN]: _t }]],
1291
1307
  ];
1292
- var UpdateChannelRequest = [
1308
+ var UpdateChannelRequest$ = [
1293
1309
  3,
1294
1310
  n0,
1295
1311
  _UCR,
1296
1312
  0,
1297
1313
  [_CGN, _CN, _ET, _D, _ISC, _OHC],
1298
- [[0, 1], [0, 1], [0, { [_hH]: _xauim }], 0, () => InputSwitchConfiguration, () => OutputHeaderConfiguration],
1314
+ [[0, 1], [0, 1], [0, { [_hH]: _xauim }], 0, () => InputSwitchConfiguration$, () => OutputHeaderConfiguration$],
1299
1315
  ];
1300
- var UpdateChannelResponse = [
1316
+ var UpdateChannelResponse$ = [
1301
1317
  3,
1302
1318
  n0,
1303
1319
  _UCRp,
@@ -1314,11 +1330,11 @@ var UpdateChannelResponse = [
1314
1330
  0,
1315
1331
  0,
1316
1332
  [128 | 0, { [_jN]: _t }],
1317
- () => InputSwitchConfiguration,
1318
- () => OutputHeaderConfiguration,
1333
+ () => InputSwitchConfiguration$,
1334
+ () => OutputHeaderConfiguration$,
1319
1335
  ],
1320
1336
  ];
1321
- var UpdateOriginEndpointRequest = [
1337
+ var UpdateOriginEndpointRequest$ = [
1322
1338
  3,
1323
1339
  n0,
1324
1340
  _UOER,
@@ -1329,18 +1345,18 @@ var UpdateOriginEndpointRequest = [
1329
1345
  [0, 1],
1330
1346
  [0, 1],
1331
1347
  0,
1332
- () => Segment,
1348
+ () => Segment$,
1333
1349
  0,
1334
1350
  1,
1335
1351
  () => CreateHlsManifests,
1336
1352
  () => CreateLowLatencyHlsManifests,
1337
1353
  () => CreateDashManifests,
1338
1354
  () => CreateMssManifests,
1339
- () => ForceEndpointErrorConfiguration,
1355
+ () => ForceEndpointErrorConfiguration$,
1340
1356
  [0, { [_hH]: _xauim }],
1341
1357
  ],
1342
1358
  ];
1343
- var UpdateOriginEndpointResponse = [
1359
+ var UpdateOriginEndpointResponse$ = [
1344
1360
  3,
1345
1361
  n0,
1346
1362
  _UOERp,
@@ -1352,7 +1368,7 @@ var UpdateOriginEndpointResponse = [
1352
1368
  0,
1353
1369
  0,
1354
1370
  0,
1355
- () => Segment,
1371
+ () => Segment$,
1356
1372
  4,
1357
1373
  4,
1358
1374
  0,
@@ -1360,64 +1376,46 @@ var UpdateOriginEndpointResponse = [
1360
1376
  () => GetHlsManifests,
1361
1377
  () => GetLowLatencyHlsManifests,
1362
1378
  () => GetMssManifests,
1363
- () => ForceEndpointErrorConfiguration,
1379
+ () => ForceEndpointErrorConfiguration$,
1364
1380
  0,
1365
1381
  [128 | 0, { [_jN]: _t }],
1366
1382
  () => GetDashManifests,
1367
1383
  ],
1368
1384
  ];
1369
- var ValidationException = [-3, n0, _VE, { [_e]: _c }, [_M, _VET], [0, 0]];
1370
- schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
1385
+ var ValidationException$ = [-3, n0, _VE, { [_e]: _c }, [_M, _VET], [0, 0]];
1386
+ schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
1371
1387
  var __Unit = "unit";
1372
- var MediaPackageV2ServiceException = [-3, _sm, "MediaPackageV2ServiceException", 0, [], []];
1373
- schema.TypeRegistry.for(_sm).registerError(MediaPackageV2ServiceException, MediaPackageV2ServiceException$1);
1374
- var ChannelGroupsList = [1, n0, _CGL, 0, () => ChannelGroupListConfiguration];
1375
- var ChannelList = [1, n0, _CL, 0, () => ChannelListConfiguration];
1376
- var CreateDashManifests = [1, n0, _CDM, 0, () => CreateDashManifestConfiguration];
1377
- var CreateHlsManifests = [1, n0, _CHM, 0, () => CreateHlsManifestConfiguration];
1388
+ var MediaPackageV2ServiceException$ = [-3, _sm, "MediaPackageV2ServiceException", 0, [], []];
1389
+ schema.TypeRegistry.for(_sm).registerError(MediaPackageV2ServiceException$, MediaPackageV2ServiceException);
1390
+ var ChannelGroupsList = [1, n0, _CGL, 0, () => ChannelGroupListConfiguration$];
1391
+ var ChannelList = [1, n0, _CL, 0, () => ChannelListConfiguration$];
1392
+ var CreateDashManifests = [1, n0, _CDM, 0, () => CreateDashManifestConfiguration$];
1393
+ var CreateHlsManifests = [1, n0, _CHM, 0, () => CreateHlsManifestConfiguration$];
1378
1394
  var CreateLowLatencyHlsManifests = [
1379
1395
  1,
1380
1396
  n0,
1381
1397
  _CLLHM,
1382
1398
  0,
1383
- () => CreateLowLatencyHlsManifestConfiguration,
1384
- ];
1385
- var CreateMssManifests = [1, n0, _CMM, 0, () => CreateMssManifestConfiguration];
1386
- var DashBaseUrls = [1, n0, _DBUa, 0, () => DashBaseUrl];
1387
- var DashDvbErrorMetrics = [1, n0, _DDEM, 0, () => DashDvbMetricsReporting];
1388
- var GetDashManifests = [1, n0, _GDM, 0, () => GetDashManifestConfiguration];
1389
- var GetHlsManifests = [1, n0, _GHM, 0, () => GetHlsManifestConfiguration];
1390
- var GetLowLatencyHlsManifests = [
1391
- 1,
1392
- n0,
1393
- _GLLHM,
1394
- 0,
1395
- () => GetLowLatencyHlsManifestConfiguration,
1396
- ];
1397
- var GetMssManifests = [1, n0, _GMM, 0, () => GetMssManifestConfiguration];
1398
- var HarvestedDashManifestsList = [1, n0, _HDML, 0, () => HarvestedDashManifest];
1399
- var HarvestedHlsManifestsList = [1, n0, _HHML, 0, () => HarvestedHlsManifest];
1400
- var HarvestedLowLatencyHlsManifestsList = [
1401
- 1,
1402
- n0,
1403
- _HLLHML,
1404
- 0,
1405
- () => HarvestedLowLatencyHlsManifest,
1406
- ];
1407
- var HarvestJobsList = [1, n0, _HJL, 0, () => HarvestJob];
1408
- var IngestEndpointList = [1, n0, _IEL, 0, () => IngestEndpoint];
1409
- var ListDashManifests = [1, n0, _LDM, 0, () => ListDashManifestConfiguration];
1410
- var ListHlsManifests = [1, n0, _LHM, 0, () => ListHlsManifestConfiguration];
1411
- var ListLowLatencyHlsManifests = [
1412
- 1,
1413
- n0,
1414
- _LLLHM,
1415
- 0,
1416
- () => ListLowLatencyHlsManifestConfiguration,
1417
- ];
1418
- var ListMssManifests = [1, n0, _LMM, 0, () => ListMssManifestConfiguration];
1419
- var OriginEndpointsList = [1, n0, _OEL, 0, () => OriginEndpointListConfiguration];
1420
- var CancelHarvestJob = [
1399
+ () => CreateLowLatencyHlsManifestConfiguration$,
1400
+ ];
1401
+ var CreateMssManifests = [1, n0, _CMM, 0, () => CreateMssManifestConfiguration$];
1402
+ var DashBaseUrls = [1, n0, _DBUa, 0, () => DashBaseUrl$];
1403
+ var DashDvbErrorMetrics = [1, n0, _DDEM, 0, () => DashDvbMetricsReporting$];
1404
+ var GetDashManifests = [1, n0, _GDM, 0, () => GetDashManifestConfiguration$];
1405
+ var GetHlsManifests = [1, n0, _GHM, 0, () => GetHlsManifestConfiguration$];
1406
+ var GetLowLatencyHlsManifests = [1, n0, _GLLHM, 0, () => GetLowLatencyHlsManifestConfiguration$];
1407
+ var GetMssManifests = [1, n0, _GMM, 0, () => GetMssManifestConfiguration$];
1408
+ var HarvestedDashManifestsList = [1, n0, _HDML, 0, () => HarvestedDashManifest$];
1409
+ var HarvestedHlsManifestsList = [1, n0, _HHML, 0, () => HarvestedHlsManifest$];
1410
+ var HarvestedLowLatencyHlsManifestsList = [1, n0, _HLLHML, 0, () => HarvestedLowLatencyHlsManifest$];
1411
+ var HarvestJobsList = [1, n0, _HJL, 0, () => HarvestJob$];
1412
+ var IngestEndpointList = [1, n0, _IEL, 0, () => IngestEndpoint$];
1413
+ var ListDashManifests = [1, n0, _LDM, 0, () => ListDashManifestConfiguration$];
1414
+ var ListHlsManifests = [1, n0, _LHM, 0, () => ListHlsManifestConfiguration$];
1415
+ var ListLowLatencyHlsManifests = [1, n0, _LLLHM, 0, () => ListLowLatencyHlsManifestConfiguration$];
1416
+ var ListMssManifests = [1, n0, _LMM, 0, () => ListMssManifestConfiguration$];
1417
+ var OriginEndpointsList = [1, n0, _OEL, 0, () => OriginEndpointListConfiguration$];
1418
+ var CancelHarvestJob$ = [
1421
1419
  9,
1422
1420
  n0,
1423
1421
  _CHJ,
@@ -1428,26 +1426,26 @@ var CancelHarvestJob = [
1428
1426
  200,
1429
1427
  ],
1430
1428
  },
1431
- () => CancelHarvestJobRequest,
1432
- () => CancelHarvestJobResponse,
1429
+ () => CancelHarvestJobRequest$,
1430
+ () => CancelHarvestJobResponse$,
1433
1431
  ];
1434
- var CreateChannel = [
1432
+ var CreateChannel$ = [
1435
1433
  9,
1436
1434
  n0,
1437
1435
  _CC,
1438
1436
  { [_h]: ["POST", "/channelGroup/{ChannelGroupName}/channel", 200] },
1439
- () => CreateChannelRequest,
1440
- () => CreateChannelResponse,
1437
+ () => CreateChannelRequest$,
1438
+ () => CreateChannelResponse$,
1441
1439
  ];
1442
- var CreateChannelGroup = [
1440
+ var CreateChannelGroup$ = [
1443
1441
  9,
1444
1442
  n0,
1445
1443
  _CCG,
1446
1444
  { [_h]: ["POST", "/channelGroup", 200] },
1447
- () => CreateChannelGroupRequest,
1448
- () => CreateChannelGroupResponse,
1445
+ () => CreateChannelGroupRequest$,
1446
+ () => CreateChannelGroupResponse$,
1449
1447
  ];
1450
- var CreateHarvestJob = [
1448
+ var CreateHarvestJob$ = [
1451
1449
  9,
1452
1450
  n0,
1453
1451
  _CHJr,
@@ -1458,52 +1456,52 @@ var CreateHarvestJob = [
1458
1456
  200,
1459
1457
  ],
1460
1458
  },
1461
- () => CreateHarvestJobRequest,
1462
- () => CreateHarvestJobResponse,
1459
+ () => CreateHarvestJobRequest$,
1460
+ () => CreateHarvestJobResponse$,
1463
1461
  ];
1464
- var CreateOriginEndpoint = [
1462
+ var CreateOriginEndpoint$ = [
1465
1463
  9,
1466
1464
  n0,
1467
1465
  _COE,
1468
1466
  { [_h]: ["POST", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint", 200] },
1469
- () => CreateOriginEndpointRequest,
1470
- () => CreateOriginEndpointResponse,
1467
+ () => CreateOriginEndpointRequest$,
1468
+ () => CreateOriginEndpointResponse$,
1471
1469
  ];
1472
- var DeleteChannel = [
1470
+ var DeleteChannel$ = [
1473
1471
  9,
1474
1472
  n0,
1475
1473
  _DC,
1476
1474
  { [_h]: ["DELETE", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/", 200] },
1477
- () => DeleteChannelRequest,
1478
- () => DeleteChannelResponse,
1475
+ () => DeleteChannelRequest$,
1476
+ () => DeleteChannelResponse$,
1479
1477
  ];
1480
- var DeleteChannelGroup = [
1478
+ var DeleteChannelGroup$ = [
1481
1479
  9,
1482
1480
  n0,
1483
1481
  _DCG,
1484
1482
  { [_h]: ["DELETE", "/channelGroup/{ChannelGroupName}", 200] },
1485
- () => DeleteChannelGroupRequest,
1486
- () => DeleteChannelGroupResponse,
1483
+ () => DeleteChannelGroupRequest$,
1484
+ () => DeleteChannelGroupResponse$,
1487
1485
  ];
1488
- var DeleteChannelPolicy = [
1486
+ var DeleteChannelPolicy$ = [
1489
1487
  9,
1490
1488
  n0,
1491
1489
  _DCP,
1492
1490
  { [_h]: ["DELETE", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/policy", 200] },
1493
- () => DeleteChannelPolicyRequest,
1494
- () => DeleteChannelPolicyResponse,
1491
+ () => DeleteChannelPolicyRequest$,
1492
+ () => DeleteChannelPolicyResponse$,
1495
1493
  ];
1496
- var DeleteOriginEndpoint = [
1494
+ var DeleteOriginEndpoint$ = [
1497
1495
  9,
1498
1496
  n0,
1499
1497
  _DOE,
1500
1498
  {
1501
1499
  [_h]: ["DELETE", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}", 200],
1502
1500
  },
1503
- () => DeleteOriginEndpointRequest,
1504
- () => DeleteOriginEndpointResponse,
1501
+ () => DeleteOriginEndpointRequest$,
1502
+ () => DeleteOriginEndpointResponse$,
1505
1503
  ];
1506
- var DeleteOriginEndpointPolicy = [
1504
+ var DeleteOriginEndpointPolicy$ = [
1507
1505
  9,
1508
1506
  n0,
1509
1507
  _DOEP,
@@ -1514,34 +1512,34 @@ var DeleteOriginEndpointPolicy = [
1514
1512
  200,
1515
1513
  ],
1516
1514
  },
1517
- () => DeleteOriginEndpointPolicyRequest,
1518
- () => DeleteOriginEndpointPolicyResponse,
1515
+ () => DeleteOriginEndpointPolicyRequest$,
1516
+ () => DeleteOriginEndpointPolicyResponse$,
1519
1517
  ];
1520
- var GetChannel = [
1518
+ var GetChannel$ = [
1521
1519
  9,
1522
1520
  n0,
1523
1521
  _GC,
1524
1522
  { [_h]: ["GET", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/", 200] },
1525
- () => GetChannelRequest,
1526
- () => GetChannelResponse,
1523
+ () => GetChannelRequest$,
1524
+ () => GetChannelResponse$,
1527
1525
  ];
1528
- var GetChannelGroup = [
1526
+ var GetChannelGroup$ = [
1529
1527
  9,
1530
1528
  n0,
1531
1529
  _GCG,
1532
1530
  { [_h]: ["GET", "/channelGroup/{ChannelGroupName}", 200] },
1533
- () => GetChannelGroupRequest,
1534
- () => GetChannelGroupResponse,
1531
+ () => GetChannelGroupRequest$,
1532
+ () => GetChannelGroupResponse$,
1535
1533
  ];
1536
- var GetChannelPolicy = [
1534
+ var GetChannelPolicy$ = [
1537
1535
  9,
1538
1536
  n0,
1539
1537
  _GCP,
1540
1538
  { [_h]: ["GET", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/policy", 200] },
1541
- () => GetChannelPolicyRequest,
1542
- () => GetChannelPolicyResponse,
1539
+ () => GetChannelPolicyRequest$,
1540
+ () => GetChannelPolicyResponse$,
1543
1541
  ];
1544
- var GetHarvestJob = [
1542
+ var GetHarvestJob$ = [
1545
1543
  9,
1546
1544
  n0,
1547
1545
  _GHJ,
@@ -1552,18 +1550,18 @@ var GetHarvestJob = [
1552
1550
  200,
1553
1551
  ],
1554
1552
  },
1555
- () => GetHarvestJobRequest,
1556
- () => GetHarvestJobResponse,
1553
+ () => GetHarvestJobRequest$,
1554
+ () => GetHarvestJobResponse$,
1557
1555
  ];
1558
- var GetOriginEndpoint = [
1556
+ var GetOriginEndpoint$ = [
1559
1557
  9,
1560
1558
  n0,
1561
1559
  _GOE,
1562
1560
  { [_h]: ["GET", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}", 200] },
1563
- () => GetOriginEndpointRequest,
1564
- () => GetOriginEndpointResponse,
1561
+ () => GetOriginEndpointRequest$,
1562
+ () => GetOriginEndpointResponse$,
1565
1563
  ];
1566
- var GetOriginEndpointPolicy = [
1564
+ var GetOriginEndpointPolicy$ = [
1567
1565
  9,
1568
1566
  n0,
1569
1567
  _GOEP,
@@ -1574,58 +1572,58 @@ var GetOriginEndpointPolicy = [
1574
1572
  200,
1575
1573
  ],
1576
1574
  },
1577
- () => GetOriginEndpointPolicyRequest,
1578
- () => GetOriginEndpointPolicyResponse,
1575
+ () => GetOriginEndpointPolicyRequest$,
1576
+ () => GetOriginEndpointPolicyResponse$,
1579
1577
  ];
1580
- var ListChannelGroups = [
1578
+ var ListChannelGroups$ = [
1581
1579
  9,
1582
1580
  n0,
1583
1581
  _LCG,
1584
1582
  { [_h]: ["GET", "/channelGroup", 200] },
1585
- () => ListChannelGroupsRequest,
1586
- () => ListChannelGroupsResponse,
1583
+ () => ListChannelGroupsRequest$,
1584
+ () => ListChannelGroupsResponse$,
1587
1585
  ];
1588
- var ListChannels = [
1586
+ var ListChannels$ = [
1589
1587
  9,
1590
1588
  n0,
1591
1589
  _LCi,
1592
1590
  { [_h]: ["GET", "/channelGroup/{ChannelGroupName}/channel", 200] },
1593
- () => ListChannelsRequest,
1594
- () => ListChannelsResponse,
1591
+ () => ListChannelsRequest$,
1592
+ () => ListChannelsResponse$,
1595
1593
  ];
1596
- var ListHarvestJobs = [
1594
+ var ListHarvestJobs$ = [
1597
1595
  9,
1598
1596
  n0,
1599
1597
  _LHJ,
1600
1598
  { [_h]: ["GET", "/channelGroup/{ChannelGroupName}/harvestJob", 200] },
1601
- () => ListHarvestJobsRequest,
1602
- () => ListHarvestJobsResponse,
1599
+ () => ListHarvestJobsRequest$,
1600
+ () => ListHarvestJobsResponse$,
1603
1601
  ];
1604
- var ListOriginEndpoints = [
1602
+ var ListOriginEndpoints$ = [
1605
1603
  9,
1606
1604
  n0,
1607
1605
  _LOE,
1608
1606
  { [_h]: ["GET", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint", 200] },
1609
- () => ListOriginEndpointsRequest,
1610
- () => ListOriginEndpointsResponse,
1607
+ () => ListOriginEndpointsRequest$,
1608
+ () => ListOriginEndpointsResponse$,
1611
1609
  ];
1612
- var ListTagsForResource = [
1610
+ var ListTagsForResource$ = [
1613
1611
  9,
1614
1612
  n0,
1615
1613
  _LTFR,
1616
1614
  { [_h]: ["GET", "/tags/{ResourceArn}", 200] },
1617
- () => ListTagsForResourceRequest,
1618
- () => ListTagsForResourceResponse,
1615
+ () => ListTagsForResourceRequest$,
1616
+ () => ListTagsForResourceResponse$,
1619
1617
  ];
1620
- var PutChannelPolicy = [
1618
+ var PutChannelPolicy$ = [
1621
1619
  9,
1622
1620
  n0,
1623
1621
  _PCP,
1624
1622
  { [_h]: ["PUT", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/policy", 200] },
1625
- () => PutChannelPolicyRequest,
1626
- () => PutChannelPolicyResponse,
1623
+ () => PutChannelPolicyRequest$,
1624
+ () => PutChannelPolicyResponse$,
1627
1625
  ];
1628
- var PutOriginEndpointPolicy = [
1626
+ var PutOriginEndpointPolicy$ = [
1629
1627
  9,
1630
1628
  n0,
1631
1629
  _POEP,
@@ -1636,18 +1634,18 @@ var PutOriginEndpointPolicy = [
1636
1634
  200,
1637
1635
  ],
1638
1636
  },
1639
- () => PutOriginEndpointPolicyRequest,
1640
- () => PutOriginEndpointPolicyResponse,
1637
+ () => PutOriginEndpointPolicyRequest$,
1638
+ () => PutOriginEndpointPolicyResponse$,
1641
1639
  ];
1642
- var ResetChannelState = [
1640
+ var ResetChannelState$ = [
1643
1641
  9,
1644
1642
  n0,
1645
1643
  _RCS,
1646
1644
  { [_h]: ["POST", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/reset", 200] },
1647
- () => ResetChannelStateRequest,
1648
- () => ResetChannelStateResponse,
1645
+ () => ResetChannelStateRequest$,
1646
+ () => ResetChannelStateResponse$,
1649
1647
  ];
1650
- var ResetOriginEndpointState = [
1648
+ var ResetOriginEndpointState$ = [
1651
1649
  9,
1652
1650
  n0,
1653
1651
  _ROES,
@@ -1658,48 +1656,48 @@ var ResetOriginEndpointState = [
1658
1656
  200,
1659
1657
  ],
1660
1658
  },
1661
- () => ResetOriginEndpointStateRequest,
1662
- () => ResetOriginEndpointStateResponse,
1659
+ () => ResetOriginEndpointStateRequest$,
1660
+ () => ResetOriginEndpointStateResponse$,
1663
1661
  ];
1664
- var TagResource = [
1662
+ var TagResource$ = [
1665
1663
  9,
1666
1664
  n0,
1667
1665
  _TR,
1668
1666
  { [_h]: ["POST", "/tags/{ResourceArn}", 204] },
1669
- () => TagResourceRequest,
1667
+ () => TagResourceRequest$,
1670
1668
  () => __Unit,
1671
1669
  ];
1672
- var UntagResource = [
1670
+ var UntagResource$ = [
1673
1671
  9,
1674
1672
  n0,
1675
1673
  _UR,
1676
1674
  { [_h]: ["DELETE", "/tags/{ResourceArn}", 204] },
1677
- () => UntagResourceRequest,
1675
+ () => UntagResourceRequest$,
1678
1676
  () => __Unit,
1679
1677
  ];
1680
- var UpdateChannel = [
1678
+ var UpdateChannel$ = [
1681
1679
  9,
1682
1680
  n0,
1683
1681
  _UC,
1684
1682
  { [_h]: ["PUT", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/", 200] },
1685
- () => UpdateChannelRequest,
1686
- () => UpdateChannelResponse,
1683
+ () => UpdateChannelRequest$,
1684
+ () => UpdateChannelResponse$,
1687
1685
  ];
1688
- var UpdateChannelGroup = [
1686
+ var UpdateChannelGroup$ = [
1689
1687
  9,
1690
1688
  n0,
1691
1689
  _UCG,
1692
1690
  { [_h]: ["PUT", "/channelGroup/{ChannelGroupName}", 200] },
1693
- () => UpdateChannelGroupRequest,
1694
- () => UpdateChannelGroupResponse,
1691
+ () => UpdateChannelGroupRequest$,
1692
+ () => UpdateChannelGroupResponse$,
1695
1693
  ];
1696
- var UpdateOriginEndpoint = [
1694
+ var UpdateOriginEndpoint$ = [
1697
1695
  9,
1698
1696
  n0,
1699
1697
  _UOE,
1700
1698
  { [_h]: ["PUT", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}", 200] },
1701
- () => UpdateOriginEndpointRequest,
1702
- () => UpdateOriginEndpointResponse,
1699
+ () => UpdateOriginEndpointRequest$,
1700
+ () => UpdateOriginEndpointResponse$,
1703
1701
  ];
1704
1702
 
1705
1703
  class CancelHarvestJobCommand extends smithyClient.Command
@@ -1710,7 +1708,7 @@ class CancelHarvestJobCommand extends smithyClient.Command
1710
1708
  })
1711
1709
  .s("mediapackagev2", "CancelHarvestJob", {})
1712
1710
  .n("MediaPackageV2Client", "CancelHarvestJobCommand")
1713
- .sc(CancelHarvestJob)
1711
+ .sc(CancelHarvestJob$)
1714
1712
  .build() {
1715
1713
  }
1716
1714
 
@@ -1722,7 +1720,7 @@ class CreateChannelCommand extends smithyClient.Command
1722
1720
  })
1723
1721
  .s("mediapackagev2", "CreateChannel", {})
1724
1722
  .n("MediaPackageV2Client", "CreateChannelCommand")
1725
- .sc(CreateChannel)
1723
+ .sc(CreateChannel$)
1726
1724
  .build() {
1727
1725
  }
1728
1726
 
@@ -1734,7 +1732,7 @@ class CreateChannelGroupCommand extends smithyClient.Command
1734
1732
  })
1735
1733
  .s("mediapackagev2", "CreateChannelGroup", {})
1736
1734
  .n("MediaPackageV2Client", "CreateChannelGroupCommand")
1737
- .sc(CreateChannelGroup)
1735
+ .sc(CreateChannelGroup$)
1738
1736
  .build() {
1739
1737
  }
1740
1738
 
@@ -1746,7 +1744,7 @@ class CreateHarvestJobCommand extends smithyClient.Command
1746
1744
  })
1747
1745
  .s("mediapackagev2", "CreateHarvestJob", {})
1748
1746
  .n("MediaPackageV2Client", "CreateHarvestJobCommand")
1749
- .sc(CreateHarvestJob)
1747
+ .sc(CreateHarvestJob$)
1750
1748
  .build() {
1751
1749
  }
1752
1750
 
@@ -1758,7 +1756,7 @@ class CreateOriginEndpointCommand extends smithyClient.Command
1758
1756
  })
1759
1757
  .s("mediapackagev2", "CreateOriginEndpoint", {})
1760
1758
  .n("MediaPackageV2Client", "CreateOriginEndpointCommand")
1761
- .sc(CreateOriginEndpoint)
1759
+ .sc(CreateOriginEndpoint$)
1762
1760
  .build() {
1763
1761
  }
1764
1762
 
@@ -1770,7 +1768,7 @@ class DeleteChannelCommand extends smithyClient.Command
1770
1768
  })
1771
1769
  .s("mediapackagev2", "DeleteChannel", {})
1772
1770
  .n("MediaPackageV2Client", "DeleteChannelCommand")
1773
- .sc(DeleteChannel)
1771
+ .sc(DeleteChannel$)
1774
1772
  .build() {
1775
1773
  }
1776
1774
 
@@ -1782,7 +1780,7 @@ class DeleteChannelGroupCommand extends smithyClient.Command
1782
1780
  })
1783
1781
  .s("mediapackagev2", "DeleteChannelGroup", {})
1784
1782
  .n("MediaPackageV2Client", "DeleteChannelGroupCommand")
1785
- .sc(DeleteChannelGroup)
1783
+ .sc(DeleteChannelGroup$)
1786
1784
  .build() {
1787
1785
  }
1788
1786
 
@@ -1794,7 +1792,7 @@ class DeleteChannelPolicyCommand extends smithyClient.Command
1794
1792
  })
1795
1793
  .s("mediapackagev2", "DeleteChannelPolicy", {})
1796
1794
  .n("MediaPackageV2Client", "DeleteChannelPolicyCommand")
1797
- .sc(DeleteChannelPolicy)
1795
+ .sc(DeleteChannelPolicy$)
1798
1796
  .build() {
1799
1797
  }
1800
1798
 
@@ -1806,7 +1804,7 @@ class DeleteOriginEndpointCommand extends smithyClient.Command
1806
1804
  })
1807
1805
  .s("mediapackagev2", "DeleteOriginEndpoint", {})
1808
1806
  .n("MediaPackageV2Client", "DeleteOriginEndpointCommand")
1809
- .sc(DeleteOriginEndpoint)
1807
+ .sc(DeleteOriginEndpoint$)
1810
1808
  .build() {
1811
1809
  }
1812
1810
 
@@ -1818,7 +1816,7 @@ class DeleteOriginEndpointPolicyCommand extends smithyClient.Command
1818
1816
  })
1819
1817
  .s("mediapackagev2", "DeleteOriginEndpointPolicy", {})
1820
1818
  .n("MediaPackageV2Client", "DeleteOriginEndpointPolicyCommand")
1821
- .sc(DeleteOriginEndpointPolicy)
1819
+ .sc(DeleteOriginEndpointPolicy$)
1822
1820
  .build() {
1823
1821
  }
1824
1822
 
@@ -1830,7 +1828,7 @@ class GetChannelCommand extends smithyClient.Command
1830
1828
  })
1831
1829
  .s("mediapackagev2", "GetChannel", {})
1832
1830
  .n("MediaPackageV2Client", "GetChannelCommand")
1833
- .sc(GetChannel)
1831
+ .sc(GetChannel$)
1834
1832
  .build() {
1835
1833
  }
1836
1834
 
@@ -1842,7 +1840,7 @@ class GetChannelGroupCommand extends smithyClient.Command
1842
1840
  })
1843
1841
  .s("mediapackagev2", "GetChannelGroup", {})
1844
1842
  .n("MediaPackageV2Client", "GetChannelGroupCommand")
1845
- .sc(GetChannelGroup)
1843
+ .sc(GetChannelGroup$)
1846
1844
  .build() {
1847
1845
  }
1848
1846
 
@@ -1854,7 +1852,7 @@ class GetChannelPolicyCommand extends smithyClient.Command
1854
1852
  })
1855
1853
  .s("mediapackagev2", "GetChannelPolicy", {})
1856
1854
  .n("MediaPackageV2Client", "GetChannelPolicyCommand")
1857
- .sc(GetChannelPolicy)
1855
+ .sc(GetChannelPolicy$)
1858
1856
  .build() {
1859
1857
  }
1860
1858
 
@@ -1866,7 +1864,7 @@ class GetHarvestJobCommand extends smithyClient.Command
1866
1864
  })
1867
1865
  .s("mediapackagev2", "GetHarvestJob", {})
1868
1866
  .n("MediaPackageV2Client", "GetHarvestJobCommand")
1869
- .sc(GetHarvestJob)
1867
+ .sc(GetHarvestJob$)
1870
1868
  .build() {
1871
1869
  }
1872
1870
 
@@ -1878,7 +1876,7 @@ class GetOriginEndpointCommand extends smithyClient.Command
1878
1876
  })
1879
1877
  .s("mediapackagev2", "GetOriginEndpoint", {})
1880
1878
  .n("MediaPackageV2Client", "GetOriginEndpointCommand")
1881
- .sc(GetOriginEndpoint)
1879
+ .sc(GetOriginEndpoint$)
1882
1880
  .build() {
1883
1881
  }
1884
1882
 
@@ -1890,7 +1888,7 @@ class GetOriginEndpointPolicyCommand extends smithyClient.Command
1890
1888
  })
1891
1889
  .s("mediapackagev2", "GetOriginEndpointPolicy", {})
1892
1890
  .n("MediaPackageV2Client", "GetOriginEndpointPolicyCommand")
1893
- .sc(GetOriginEndpointPolicy)
1891
+ .sc(GetOriginEndpointPolicy$)
1894
1892
  .build() {
1895
1893
  }
1896
1894
 
@@ -1902,7 +1900,7 @@ class ListChannelGroupsCommand extends smithyClient.Command
1902
1900
  })
1903
1901
  .s("mediapackagev2", "ListChannelGroups", {})
1904
1902
  .n("MediaPackageV2Client", "ListChannelGroupsCommand")
1905
- .sc(ListChannelGroups)
1903
+ .sc(ListChannelGroups$)
1906
1904
  .build() {
1907
1905
  }
1908
1906
 
@@ -1914,7 +1912,7 @@ class ListChannelsCommand extends smithyClient.Command
1914
1912
  })
1915
1913
  .s("mediapackagev2", "ListChannels", {})
1916
1914
  .n("MediaPackageV2Client", "ListChannelsCommand")
1917
- .sc(ListChannels)
1915
+ .sc(ListChannels$)
1918
1916
  .build() {
1919
1917
  }
1920
1918
 
@@ -1926,7 +1924,7 @@ class ListHarvestJobsCommand extends smithyClient.Command
1926
1924
  })
1927
1925
  .s("mediapackagev2", "ListHarvestJobs", {})
1928
1926
  .n("MediaPackageV2Client", "ListHarvestJobsCommand")
1929
- .sc(ListHarvestJobs)
1927
+ .sc(ListHarvestJobs$)
1930
1928
  .build() {
1931
1929
  }
1932
1930
 
@@ -1938,7 +1936,7 @@ class ListOriginEndpointsCommand extends smithyClient.Command
1938
1936
  })
1939
1937
  .s("mediapackagev2", "ListOriginEndpoints", {})
1940
1938
  .n("MediaPackageV2Client", "ListOriginEndpointsCommand")
1941
- .sc(ListOriginEndpoints)
1939
+ .sc(ListOriginEndpoints$)
1942
1940
  .build() {
1943
1941
  }
1944
1942
 
@@ -1950,7 +1948,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
1950
1948
  })
1951
1949
  .s("mediapackagev2", "ListTagsForResource", {})
1952
1950
  .n("MediaPackageV2Client", "ListTagsForResourceCommand")
1953
- .sc(ListTagsForResource)
1951
+ .sc(ListTagsForResource$)
1954
1952
  .build() {
1955
1953
  }
1956
1954
 
@@ -1962,7 +1960,7 @@ class PutChannelPolicyCommand extends smithyClient.Command
1962
1960
  })
1963
1961
  .s("mediapackagev2", "PutChannelPolicy", {})
1964
1962
  .n("MediaPackageV2Client", "PutChannelPolicyCommand")
1965
- .sc(PutChannelPolicy)
1963
+ .sc(PutChannelPolicy$)
1966
1964
  .build() {
1967
1965
  }
1968
1966
 
@@ -1974,7 +1972,7 @@ class PutOriginEndpointPolicyCommand extends smithyClient.Command
1974
1972
  })
1975
1973
  .s("mediapackagev2", "PutOriginEndpointPolicy", {})
1976
1974
  .n("MediaPackageV2Client", "PutOriginEndpointPolicyCommand")
1977
- .sc(PutOriginEndpointPolicy)
1975
+ .sc(PutOriginEndpointPolicy$)
1978
1976
  .build() {
1979
1977
  }
1980
1978
 
@@ -1986,7 +1984,7 @@ class ResetChannelStateCommand extends smithyClient.Command
1986
1984
  })
1987
1985
  .s("mediapackagev2", "ResetChannelState", {})
1988
1986
  .n("MediaPackageV2Client", "ResetChannelStateCommand")
1989
- .sc(ResetChannelState)
1987
+ .sc(ResetChannelState$)
1990
1988
  .build() {
1991
1989
  }
1992
1990
 
@@ -1998,7 +1996,7 @@ class ResetOriginEndpointStateCommand extends smithyClient.Command
1998
1996
  })
1999
1997
  .s("mediapackagev2", "ResetOriginEndpointState", {})
2000
1998
  .n("MediaPackageV2Client", "ResetOriginEndpointStateCommand")
2001
- .sc(ResetOriginEndpointState)
1999
+ .sc(ResetOriginEndpointState$)
2002
2000
  .build() {
2003
2001
  }
2004
2002
 
@@ -2010,7 +2008,7 @@ class TagResourceCommand extends smithyClient.Command
2010
2008
  })
2011
2009
  .s("mediapackagev2", "TagResource", {})
2012
2010
  .n("MediaPackageV2Client", "TagResourceCommand")
2013
- .sc(TagResource)
2011
+ .sc(TagResource$)
2014
2012
  .build() {
2015
2013
  }
2016
2014
 
@@ -2022,7 +2020,7 @@ class UntagResourceCommand extends smithyClient.Command
2022
2020
  })
2023
2021
  .s("mediapackagev2", "UntagResource", {})
2024
2022
  .n("MediaPackageV2Client", "UntagResourceCommand")
2025
- .sc(UntagResource)
2023
+ .sc(UntagResource$)
2026
2024
  .build() {
2027
2025
  }
2028
2026
 
@@ -2034,7 +2032,7 @@ class UpdateChannelCommand extends smithyClient.Command
2034
2032
  })
2035
2033
  .s("mediapackagev2", "UpdateChannel", {})
2036
2034
  .n("MediaPackageV2Client", "UpdateChannelCommand")
2037
- .sc(UpdateChannel)
2035
+ .sc(UpdateChannel$)
2038
2036
  .build() {
2039
2037
  }
2040
2038
 
@@ -2046,7 +2044,7 @@ class UpdateChannelGroupCommand extends smithyClient.Command
2046
2044
  })
2047
2045
  .s("mediapackagev2", "UpdateChannelGroup", {})
2048
2046
  .n("MediaPackageV2Client", "UpdateChannelGroupCommand")
2049
- .sc(UpdateChannelGroup)
2047
+ .sc(UpdateChannelGroup$)
2050
2048
  .build() {
2051
2049
  }
2052
2050
 
@@ -2058,7 +2056,7 @@ class UpdateOriginEndpointCommand extends smithyClient.Command
2058
2056
  })
2059
2057
  .s("mediapackagev2", "UpdateOriginEndpoint", {})
2060
2058
  .n("MediaPackageV2Client", "UpdateOriginEndpointCommand")
2061
- .sc(UpdateOriginEndpoint)
2059
+ .sc(UpdateOriginEndpoint$)
2062
2060
  .build() {
2063
2061
  }
2064
2062
 
@@ -2195,12 +2193,15 @@ const ResourceTypeNotFound = {
2195
2193
  const ValidationExceptionType = {
2196
2194
  BATCH_GET_SECRET_VALUE_DENIED: "BATCH_GET_SECRET_VALUE_DENIED",
2197
2195
  CENC_IV_INCOMPATIBLE: "CENC_IV_INCOMPATIBLE",
2196
+ CERTIFICATE_ACCESS_DENIED: "CERTIFICATE_ACCESS_DENIED",
2197
+ CERTIFICATE_RESOURCE_NOT_FOUND: "CERTIFICATE_RESOURCE_NOT_FOUND",
2198
2198
  CLIP_START_TIME_WITH_START_OR_END: "CLIP_START_TIME_WITH_START_OR_END",
2199
2199
  CMAF_CONTAINER_TYPE_WITH_MSS_MANIFEST: "CMAF_CONTAINER_TYPE_WITH_MSS_MANIFEST",
2200
2200
  CMAF_EXCLUDE_SEGMENT_DRM_METADATA_INCOMPATIBLE_CONTAINER_TYPE: "CMAF_EXCLUDE_SEGMENT_DRM_METADATA_INCOMPATIBLE_CONTAINER_TYPE",
2201
2201
  CONTAINER_TYPE_IMMUTABLE: "CONTAINER_TYPE_IMMUTABLE",
2202
2202
  DASH_DVB_ATTRIBUTES_WITHOUT_DVB_DASH_PROFILE: "DASH_DVB_ATTRIBUTES_WITHOUT_DVB_DASH_PROFILE",
2203
2203
  DECRYPT_SECRET_FAILED: "DECRYPT_SECRET_FAILED",
2204
+ DESCRIBE_CERTIFICATE_FAILED: "DESCRIBE_CERTIFICATE_FAILED",
2204
2205
  DESCRIBE_SECRET_DENIED: "DESCRIBE_SECRET_DENIED",
2205
2206
  DIRECT_MODE_WITH_TIMING_SOURCE: "DIRECT_MODE_WITH_TIMING_SOURCE",
2206
2207
  DRM_SIGNALING_MISMATCH_SEGMENT_ENCRYPTION_STATUS: "DRM_SIGNALING_MISMATCH_SEGMENT_ENCRYPTION_STATUS",
@@ -2222,6 +2223,10 @@ const ValidationExceptionType = {
2222
2223
  INCOMPATIBLE_DASH_COMPACTNESS_CONFIGURATION: "INCOMPATIBLE_DASH_COMPACTNESS_CONFIGURATION",
2223
2224
  INCOMPATIBLE_DASH_PROFILE_DVB_DASH_CONFIGURATION: "INCOMPATIBLE_DASH_PROFILE_DVB_DASH_CONFIGURATION",
2224
2225
  INCOMPATIBLE_XML_ENCODING: "INCOMPATIBLE_XML_ENCODING",
2226
+ INVALID_ARN: "INVALID_ARN",
2227
+ INVALID_CERTIFICATE_KEY_ALGORITHM: "INVALID_CERTIFICATE_KEY_ALGORITHM",
2228
+ INVALID_CERTIFICATE_SIGNATURE_ALGORITHM: "INVALID_CERTIFICATE_SIGNATURE_ALGORITHM",
2229
+ INVALID_CERTIFICATE_STATUS: "INVALID_CERTIFICATE_STATUS",
2225
2230
  INVALID_DRM_SETTINGS: "INVALID_DRM_SETTINGS",
2226
2231
  INVALID_HARVEST_JOB_DURATION: "INVALID_HARVEST_JOB_DURATION",
2227
2232
  INVALID_MANIFEST_FILTER: "INVALID_MANIFEST_FILTER",
@@ -2250,6 +2255,7 @@ const ValidationExceptionType = {
2250
2255
  MEMBER_MIN_LENGTH: "MEMBER_MIN_LENGTH",
2251
2256
  MEMBER_MIN_VALUE: "MEMBER_MIN_VALUE",
2252
2257
  MEMBER_MISSING: "MEMBER_MISSING",
2258
+ MISSING_CERTIFICATE_DOMAIN_NAME: "MISSING_CERTIFICATE_DOMAIN_NAME",
2253
2259
  NONE_MODE_WITH_TIMING_SOURCE: "NONE_MODE_WITH_TIMING_SOURCE",
2254
2260
  NUM_MANIFESTS_HIGH: "NUM_MANIFESTS_HIGH",
2255
2261
  NUM_MANIFESTS_LOW: "NUM_MANIFESTS_LOW",
@@ -2258,6 +2264,7 @@ const ValidationExceptionType = {
2258
2264
  ONLY_CMAF_INPUT_TYPE_ALLOW_MQCS_OUTPUT_CONFIGURATION: "ONLY_CMAF_INPUT_TYPE_ALLOW_MQCS_OUTPUT_CONFIGURATION",
2259
2265
  ONLY_CMAF_INPUT_TYPE_ALLOW_PREFERRED_INPUT_CONFIGURATION: "ONLY_CMAF_INPUT_TYPE_ALLOW_PREFERRED_INPUT_CONFIGURATION",
2260
2266
  PERIOD_TRIGGERS_NONE_SPECIFIED_WITH_ADDITIONAL_VALUES: "PERIOD_TRIGGERS_NONE_SPECIFIED_WITH_ADDITIONAL_VALUES",
2267
+ RESOURCE_NOT_IN_SAME_REGION: "RESOURCE_NOT_IN_SAME_REGION",
2261
2268
  ROLE_ARN_INVALID_FORMAT: "ROLE_ARN_INVALID_FORMAT",
2262
2269
  ROLE_ARN_LENGTH_OUT_OF_RANGE: "ROLE_ARN_LENGTH_OUT_OF_RANGE",
2263
2270
  ROLE_ARN_NOT_ASSUMABLE: "ROLE_ARN_NOT_ASSUMABLE",
@@ -2401,70 +2408,212 @@ Object.defineProperty(exports, "__Client", {
2401
2408
  enumerable: true,
2402
2409
  get: function () { return smithyClient.Client; }
2403
2410
  });
2404
- exports.AccessDeniedException = AccessDeniedException$1;
2411
+ exports.AccessDeniedException = AccessDeniedException;
2412
+ exports.AccessDeniedException$ = AccessDeniedException$;
2405
2413
  exports.AdMarkerDash = AdMarkerDash;
2406
2414
  exports.AdMarkerHls = AdMarkerHls;
2415
+ exports.CancelHarvestJob$ = CancelHarvestJob$;
2407
2416
  exports.CancelHarvestJobCommand = CancelHarvestJobCommand;
2417
+ exports.CancelHarvestJobRequest$ = CancelHarvestJobRequest$;
2418
+ exports.CancelHarvestJobResponse$ = CancelHarvestJobResponse$;
2419
+ exports.CdnAuthConfiguration$ = CdnAuthConfiguration$;
2420
+ exports.ChannelGroupListConfiguration$ = ChannelGroupListConfiguration$;
2421
+ exports.ChannelListConfiguration$ = ChannelListConfiguration$;
2408
2422
  exports.CmafEncryptionMethod = CmafEncryptionMethod;
2409
- exports.ConflictException = ConflictException$1;
2423
+ exports.ConflictException = ConflictException;
2424
+ exports.ConflictException$ = ConflictException$;
2410
2425
  exports.ConflictExceptionType = ConflictExceptionType;
2411
2426
  exports.ContainerType = ContainerType;
2427
+ exports.CreateChannel$ = CreateChannel$;
2412
2428
  exports.CreateChannelCommand = CreateChannelCommand;
2429
+ exports.CreateChannelGroup$ = CreateChannelGroup$;
2413
2430
  exports.CreateChannelGroupCommand = CreateChannelGroupCommand;
2431
+ exports.CreateChannelGroupRequest$ = CreateChannelGroupRequest$;
2432
+ exports.CreateChannelGroupResponse$ = CreateChannelGroupResponse$;
2433
+ exports.CreateChannelRequest$ = CreateChannelRequest$;
2434
+ exports.CreateChannelResponse$ = CreateChannelResponse$;
2435
+ exports.CreateDashManifestConfiguration$ = CreateDashManifestConfiguration$;
2436
+ exports.CreateHarvestJob$ = CreateHarvestJob$;
2414
2437
  exports.CreateHarvestJobCommand = CreateHarvestJobCommand;
2438
+ exports.CreateHarvestJobRequest$ = CreateHarvestJobRequest$;
2439
+ exports.CreateHarvestJobResponse$ = CreateHarvestJobResponse$;
2440
+ exports.CreateHlsManifestConfiguration$ = CreateHlsManifestConfiguration$;
2441
+ exports.CreateLowLatencyHlsManifestConfiguration$ = CreateLowLatencyHlsManifestConfiguration$;
2442
+ exports.CreateMssManifestConfiguration$ = CreateMssManifestConfiguration$;
2443
+ exports.CreateOriginEndpoint$ = CreateOriginEndpoint$;
2415
2444
  exports.CreateOriginEndpointCommand = CreateOriginEndpointCommand;
2445
+ exports.CreateOriginEndpointRequest$ = CreateOriginEndpointRequest$;
2446
+ exports.CreateOriginEndpointResponse$ = CreateOriginEndpointResponse$;
2447
+ exports.DashBaseUrl$ = DashBaseUrl$;
2416
2448
  exports.DashCompactness = DashCompactness;
2417
2449
  exports.DashDrmSignaling = DashDrmSignaling;
2450
+ exports.DashDvbFontDownload$ = DashDvbFontDownload$;
2451
+ exports.DashDvbMetricsReporting$ = DashDvbMetricsReporting$;
2452
+ exports.DashDvbSettings$ = DashDvbSettings$;
2418
2453
  exports.DashPeriodTrigger = DashPeriodTrigger;
2419
2454
  exports.DashProfile = DashProfile;
2455
+ exports.DashProgramInformation$ = DashProgramInformation$;
2420
2456
  exports.DashSegmentTemplateFormat = DashSegmentTemplateFormat;
2457
+ exports.DashSubtitleConfiguration$ = DashSubtitleConfiguration$;
2458
+ exports.DashTtmlConfiguration$ = DashTtmlConfiguration$;
2421
2459
  exports.DashTtmlProfile = DashTtmlProfile;
2460
+ exports.DashUtcTiming$ = DashUtcTiming$;
2422
2461
  exports.DashUtcTimingMode = DashUtcTimingMode;
2462
+ exports.DeleteChannel$ = DeleteChannel$;
2423
2463
  exports.DeleteChannelCommand = DeleteChannelCommand;
2464
+ exports.DeleteChannelGroup$ = DeleteChannelGroup$;
2424
2465
  exports.DeleteChannelGroupCommand = DeleteChannelGroupCommand;
2466
+ exports.DeleteChannelGroupRequest$ = DeleteChannelGroupRequest$;
2467
+ exports.DeleteChannelGroupResponse$ = DeleteChannelGroupResponse$;
2468
+ exports.DeleteChannelPolicy$ = DeleteChannelPolicy$;
2425
2469
  exports.DeleteChannelPolicyCommand = DeleteChannelPolicyCommand;
2470
+ exports.DeleteChannelPolicyRequest$ = DeleteChannelPolicyRequest$;
2471
+ exports.DeleteChannelPolicyResponse$ = DeleteChannelPolicyResponse$;
2472
+ exports.DeleteChannelRequest$ = DeleteChannelRequest$;
2473
+ exports.DeleteChannelResponse$ = DeleteChannelResponse$;
2474
+ exports.DeleteOriginEndpoint$ = DeleteOriginEndpoint$;
2426
2475
  exports.DeleteOriginEndpointCommand = DeleteOriginEndpointCommand;
2476
+ exports.DeleteOriginEndpointPolicy$ = DeleteOriginEndpointPolicy$;
2427
2477
  exports.DeleteOriginEndpointPolicyCommand = DeleteOriginEndpointPolicyCommand;
2478
+ exports.DeleteOriginEndpointPolicyRequest$ = DeleteOriginEndpointPolicyRequest$;
2479
+ exports.DeleteOriginEndpointPolicyResponse$ = DeleteOriginEndpointPolicyResponse$;
2480
+ exports.DeleteOriginEndpointRequest$ = DeleteOriginEndpointRequest$;
2481
+ exports.DeleteOriginEndpointResponse$ = DeleteOriginEndpointResponse$;
2482
+ exports.Destination$ = Destination$;
2428
2483
  exports.DrmSystem = DrmSystem;
2484
+ exports.Encryption$ = Encryption$;
2485
+ exports.EncryptionContractConfiguration$ = EncryptionContractConfiguration$;
2486
+ exports.EncryptionMethod$ = EncryptionMethod$;
2429
2487
  exports.EndpointErrorCondition = EndpointErrorCondition;
2488
+ exports.FilterConfiguration$ = FilterConfiguration$;
2489
+ exports.ForceEndpointErrorConfiguration$ = ForceEndpointErrorConfiguration$;
2490
+ exports.GetChannel$ = GetChannel$;
2430
2491
  exports.GetChannelCommand = GetChannelCommand;
2492
+ exports.GetChannelGroup$ = GetChannelGroup$;
2431
2493
  exports.GetChannelGroupCommand = GetChannelGroupCommand;
2494
+ exports.GetChannelGroupRequest$ = GetChannelGroupRequest$;
2495
+ exports.GetChannelGroupResponse$ = GetChannelGroupResponse$;
2496
+ exports.GetChannelPolicy$ = GetChannelPolicy$;
2432
2497
  exports.GetChannelPolicyCommand = GetChannelPolicyCommand;
2498
+ exports.GetChannelPolicyRequest$ = GetChannelPolicyRequest$;
2499
+ exports.GetChannelPolicyResponse$ = GetChannelPolicyResponse$;
2500
+ exports.GetChannelRequest$ = GetChannelRequest$;
2501
+ exports.GetChannelResponse$ = GetChannelResponse$;
2502
+ exports.GetDashManifestConfiguration$ = GetDashManifestConfiguration$;
2503
+ exports.GetHarvestJob$ = GetHarvestJob$;
2433
2504
  exports.GetHarvestJobCommand = GetHarvestJobCommand;
2505
+ exports.GetHarvestJobRequest$ = GetHarvestJobRequest$;
2506
+ exports.GetHarvestJobResponse$ = GetHarvestJobResponse$;
2507
+ exports.GetHlsManifestConfiguration$ = GetHlsManifestConfiguration$;
2508
+ exports.GetLowLatencyHlsManifestConfiguration$ = GetLowLatencyHlsManifestConfiguration$;
2509
+ exports.GetMssManifestConfiguration$ = GetMssManifestConfiguration$;
2510
+ exports.GetOriginEndpoint$ = GetOriginEndpoint$;
2434
2511
  exports.GetOriginEndpointCommand = GetOriginEndpointCommand;
2512
+ exports.GetOriginEndpointPolicy$ = GetOriginEndpointPolicy$;
2435
2513
  exports.GetOriginEndpointPolicyCommand = GetOriginEndpointPolicyCommand;
2514
+ exports.GetOriginEndpointPolicyRequest$ = GetOriginEndpointPolicyRequest$;
2515
+ exports.GetOriginEndpointPolicyResponse$ = GetOriginEndpointPolicyResponse$;
2516
+ exports.GetOriginEndpointRequest$ = GetOriginEndpointRequest$;
2517
+ exports.GetOriginEndpointResponse$ = GetOriginEndpointResponse$;
2518
+ exports.HarvestJob$ = HarvestJob$;
2436
2519
  exports.HarvestJobStatus = HarvestJobStatus;
2520
+ exports.HarvestedDashManifest$ = HarvestedDashManifest$;
2521
+ exports.HarvestedHlsManifest$ = HarvestedHlsManifest$;
2522
+ exports.HarvestedLowLatencyHlsManifest$ = HarvestedLowLatencyHlsManifest$;
2523
+ exports.HarvestedManifests$ = HarvestedManifests$;
2524
+ exports.HarvesterScheduleConfiguration$ = HarvesterScheduleConfiguration$;
2525
+ exports.IngestEndpoint$ = IngestEndpoint$;
2526
+ exports.InputSwitchConfiguration$ = InputSwitchConfiguration$;
2437
2527
  exports.InputType = InputType;
2438
- exports.InternalServerException = InternalServerException$1;
2528
+ exports.InternalServerException = InternalServerException;
2529
+ exports.InternalServerException$ = InternalServerException$;
2439
2530
  exports.IsmEncryptionMethod = IsmEncryptionMethod;
2531
+ exports.ListChannelGroups$ = ListChannelGroups$;
2440
2532
  exports.ListChannelGroupsCommand = ListChannelGroupsCommand;
2533
+ exports.ListChannelGroupsRequest$ = ListChannelGroupsRequest$;
2534
+ exports.ListChannelGroupsResponse$ = ListChannelGroupsResponse$;
2535
+ exports.ListChannels$ = ListChannels$;
2441
2536
  exports.ListChannelsCommand = ListChannelsCommand;
2537
+ exports.ListChannelsRequest$ = ListChannelsRequest$;
2538
+ exports.ListChannelsResponse$ = ListChannelsResponse$;
2539
+ exports.ListDashManifestConfiguration$ = ListDashManifestConfiguration$;
2540
+ exports.ListHarvestJobs$ = ListHarvestJobs$;
2442
2541
  exports.ListHarvestJobsCommand = ListHarvestJobsCommand;
2542
+ exports.ListHarvestJobsRequest$ = ListHarvestJobsRequest$;
2543
+ exports.ListHarvestJobsResponse$ = ListHarvestJobsResponse$;
2544
+ exports.ListHlsManifestConfiguration$ = ListHlsManifestConfiguration$;
2545
+ exports.ListLowLatencyHlsManifestConfiguration$ = ListLowLatencyHlsManifestConfiguration$;
2546
+ exports.ListMssManifestConfiguration$ = ListMssManifestConfiguration$;
2547
+ exports.ListOriginEndpoints$ = ListOriginEndpoints$;
2443
2548
  exports.ListOriginEndpointsCommand = ListOriginEndpointsCommand;
2549
+ exports.ListOriginEndpointsRequest$ = ListOriginEndpointsRequest$;
2550
+ exports.ListOriginEndpointsResponse$ = ListOriginEndpointsResponse$;
2551
+ exports.ListTagsForResource$ = ListTagsForResource$;
2444
2552
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
2553
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
2554
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
2445
2555
  exports.MediaPackageV2 = MediaPackageV2;
2446
2556
  exports.MediaPackageV2Client = MediaPackageV2Client;
2447
- exports.MediaPackageV2ServiceException = MediaPackageV2ServiceException$1;
2557
+ exports.MediaPackageV2ServiceException = MediaPackageV2ServiceException;
2558
+ exports.MediaPackageV2ServiceException$ = MediaPackageV2ServiceException$;
2448
2559
  exports.MssManifestLayout = MssManifestLayout;
2560
+ exports.OriginEndpointListConfiguration$ = OriginEndpointListConfiguration$;
2561
+ exports.OutputHeaderConfiguration$ = OutputHeaderConfiguration$;
2449
2562
  exports.PresetSpeke20Audio = PresetSpeke20Audio;
2450
2563
  exports.PresetSpeke20Video = PresetSpeke20Video;
2564
+ exports.PutChannelPolicy$ = PutChannelPolicy$;
2451
2565
  exports.PutChannelPolicyCommand = PutChannelPolicyCommand;
2566
+ exports.PutChannelPolicyRequest$ = PutChannelPolicyRequest$;
2567
+ exports.PutChannelPolicyResponse$ = PutChannelPolicyResponse$;
2568
+ exports.PutOriginEndpointPolicy$ = PutOriginEndpointPolicy$;
2452
2569
  exports.PutOriginEndpointPolicyCommand = PutOriginEndpointPolicyCommand;
2570
+ exports.PutOriginEndpointPolicyRequest$ = PutOriginEndpointPolicyRequest$;
2571
+ exports.PutOriginEndpointPolicyResponse$ = PutOriginEndpointPolicyResponse$;
2572
+ exports.ResetChannelState$ = ResetChannelState$;
2453
2573
  exports.ResetChannelStateCommand = ResetChannelStateCommand;
2574
+ exports.ResetChannelStateRequest$ = ResetChannelStateRequest$;
2575
+ exports.ResetChannelStateResponse$ = ResetChannelStateResponse$;
2576
+ exports.ResetOriginEndpointState$ = ResetOriginEndpointState$;
2454
2577
  exports.ResetOriginEndpointStateCommand = ResetOriginEndpointStateCommand;
2455
- exports.ResourceNotFoundException = ResourceNotFoundException$1;
2578
+ exports.ResetOriginEndpointStateRequest$ = ResetOriginEndpointStateRequest$;
2579
+ exports.ResetOriginEndpointStateResponse$ = ResetOriginEndpointStateResponse$;
2580
+ exports.ResourceNotFoundException = ResourceNotFoundException;
2581
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
2456
2582
  exports.ResourceTypeNotFound = ResourceTypeNotFound;
2583
+ exports.S3DestinationConfig$ = S3DestinationConfig$;
2584
+ exports.Scte$ = Scte$;
2585
+ exports.ScteDash$ = ScteDash$;
2457
2586
  exports.ScteFilter = ScteFilter;
2587
+ exports.ScteHls$ = ScteHls$;
2458
2588
  exports.ScteInSegments = ScteInSegments;
2459
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
2589
+ exports.Segment$ = Segment$;
2590
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
2591
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
2592
+ exports.SpekeKeyProvider$ = SpekeKeyProvider$;
2593
+ exports.StartTag$ = StartTag$;
2594
+ exports.TagResource$ = TagResource$;
2460
2595
  exports.TagResourceCommand = TagResourceCommand;
2461
- exports.ThrottlingException = ThrottlingException$1;
2596
+ exports.TagResourceRequest$ = TagResourceRequest$;
2597
+ exports.ThrottlingException = ThrottlingException;
2598
+ exports.ThrottlingException$ = ThrottlingException$;
2462
2599
  exports.TsEncryptionMethod = TsEncryptionMethod;
2600
+ exports.UntagResource$ = UntagResource$;
2463
2601
  exports.UntagResourceCommand = UntagResourceCommand;
2602
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
2603
+ exports.UpdateChannel$ = UpdateChannel$;
2464
2604
  exports.UpdateChannelCommand = UpdateChannelCommand;
2605
+ exports.UpdateChannelGroup$ = UpdateChannelGroup$;
2465
2606
  exports.UpdateChannelGroupCommand = UpdateChannelGroupCommand;
2607
+ exports.UpdateChannelGroupRequest$ = UpdateChannelGroupRequest$;
2608
+ exports.UpdateChannelGroupResponse$ = UpdateChannelGroupResponse$;
2609
+ exports.UpdateChannelRequest$ = UpdateChannelRequest$;
2610
+ exports.UpdateChannelResponse$ = UpdateChannelResponse$;
2611
+ exports.UpdateOriginEndpoint$ = UpdateOriginEndpoint$;
2466
2612
  exports.UpdateOriginEndpointCommand = UpdateOriginEndpointCommand;
2467
- exports.ValidationException = ValidationException$1;
2613
+ exports.UpdateOriginEndpointRequest$ = UpdateOriginEndpointRequest$;
2614
+ exports.UpdateOriginEndpointResponse$ = UpdateOriginEndpointResponse$;
2615
+ exports.ValidationException = ValidationException;
2616
+ exports.ValidationException$ = ValidationException$;
2468
2617
  exports.ValidationExceptionType = ValidationExceptionType;
2469
2618
  exports.paginateListChannelGroups = paginateListChannelGroups;
2470
2619
  exports.paginateListChannels = paginateListChannels;