@aws-sdk/client-mediatailor 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 (64) hide show
  1. package/dist-cjs/index.js +628 -444
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/ConfigureLogsForChannelCommand.js +2 -2
  4. package/dist-es/commands/ConfigureLogsForPlaybackConfigurationCommand.js +2 -2
  5. package/dist-es/commands/CreateChannelCommand.js +2 -2
  6. package/dist-es/commands/CreateLiveSourceCommand.js +2 -2
  7. package/dist-es/commands/CreatePrefetchScheduleCommand.js +2 -2
  8. package/dist-es/commands/CreateProgramCommand.js +2 -2
  9. package/dist-es/commands/CreateSourceLocationCommand.js +2 -2
  10. package/dist-es/commands/CreateVodSourceCommand.js +2 -2
  11. package/dist-es/commands/DeleteChannelCommand.js +2 -2
  12. package/dist-es/commands/DeleteChannelPolicyCommand.js +2 -2
  13. package/dist-es/commands/DeleteLiveSourceCommand.js +2 -2
  14. package/dist-es/commands/DeletePlaybackConfigurationCommand.js +2 -2
  15. package/dist-es/commands/DeletePrefetchScheduleCommand.js +2 -2
  16. package/dist-es/commands/DeleteProgramCommand.js +2 -2
  17. package/dist-es/commands/DeleteSourceLocationCommand.js +2 -2
  18. package/dist-es/commands/DeleteVodSourceCommand.js +2 -2
  19. package/dist-es/commands/DescribeChannelCommand.js +2 -2
  20. package/dist-es/commands/DescribeLiveSourceCommand.js +2 -2
  21. package/dist-es/commands/DescribeProgramCommand.js +2 -2
  22. package/dist-es/commands/DescribeSourceLocationCommand.js +2 -2
  23. package/dist-es/commands/DescribeVodSourceCommand.js +2 -2
  24. package/dist-es/commands/GetChannelPolicyCommand.js +2 -2
  25. package/dist-es/commands/GetChannelScheduleCommand.js +2 -2
  26. package/dist-es/commands/GetPlaybackConfigurationCommand.js +2 -2
  27. package/dist-es/commands/GetPrefetchScheduleCommand.js +2 -2
  28. package/dist-es/commands/ListAlertsCommand.js +2 -2
  29. package/dist-es/commands/ListChannelsCommand.js +2 -2
  30. package/dist-es/commands/ListLiveSourcesCommand.js +2 -2
  31. package/dist-es/commands/ListPlaybackConfigurationsCommand.js +2 -2
  32. package/dist-es/commands/ListPrefetchSchedulesCommand.js +2 -2
  33. package/dist-es/commands/ListSourceLocationsCommand.js +2 -2
  34. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  35. package/dist-es/commands/ListVodSourcesCommand.js +2 -2
  36. package/dist-es/commands/PutChannelPolicyCommand.js +2 -2
  37. package/dist-es/commands/PutPlaybackConfigurationCommand.js +2 -2
  38. package/dist-es/commands/StartChannelCommand.js +2 -2
  39. package/dist-es/commands/StopChannelCommand.js +2 -2
  40. package/dist-es/commands/TagResourceCommand.js +2 -2
  41. package/dist-es/commands/UntagResourceCommand.js +2 -2
  42. package/dist-es/commands/UpdateChannelCommand.js +2 -2
  43. package/dist-es/commands/UpdateLiveSourceCommand.js +2 -2
  44. package/dist-es/commands/UpdateProgramCommand.js +2 -2
  45. package/dist-es/commands/UpdateSourceLocationCommand.js +2 -2
  46. package/dist-es/commands/UpdateVodSourceCommand.js +2 -2
  47. package/dist-es/index.js +1 -0
  48. package/dist-es/runtimeConfig.shared.js +6 -1
  49. package/dist-es/schemas/schemas_0.js +403 -409
  50. package/dist-types/MediaTailorClient.d.ts +1 -10
  51. package/dist-types/index.d.ts +1 -0
  52. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  53. package/dist-types/runtimeConfig.d.ts +6 -2
  54. package/dist-types/runtimeConfig.native.d.ts +6 -2
  55. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  56. package/dist-types/schemas/schemas_0.d.ts +191 -224
  57. package/dist-types/ts3.4/MediaTailorClient.d.ts +0 -4
  58. package/dist-types/ts3.4/index.d.ts +1 -0
  59. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  60. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  61. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  62. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  63. package/dist-types/ts3.4/schemas/schemas_0.d.ts +190 -225
  64. package/package.json +34 -34
package/dist-cjs/index.js CHANGED
@@ -110,14 +110,14 @@ class MediaTailorClient extends smithyClient.Client {
110
110
  }
111
111
  }
112
112
 
113
- let MediaTailorServiceException$1 = class MediaTailorServiceException extends smithyClient.ServiceException {
113
+ class MediaTailorServiceException extends smithyClient.ServiceException {
114
114
  constructor(options) {
115
115
  super(options);
116
116
  Object.setPrototypeOf(this, MediaTailorServiceException.prototype);
117
117
  }
118
- };
118
+ }
119
119
 
120
- let BadRequestException$1 = class BadRequestException extends MediaTailorServiceException$1 {
120
+ class BadRequestException extends MediaTailorServiceException {
121
121
  name = "BadRequestException";
122
122
  $fault = "client";
123
123
  Message;
@@ -130,7 +130,7 @@ let BadRequestException$1 = class BadRequestException extends MediaTailorService
130
130
  Object.setPrototypeOf(this, BadRequestException.prototype);
131
131
  this.Message = opts.Message;
132
132
  }
133
- };
133
+ }
134
134
 
135
135
  const _A = "Alert";
136
136
  const _AB = "AdBreak";
@@ -482,44 +482,44 @@ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.mediatailor";
482
482
  const _t = "tags";
483
483
  const _tK = "tagKeys";
484
484
  const n0 = "com.amazonaws.mediatailor";
485
- var AccessConfiguration = [
485
+ var AccessConfiguration$ = [
486
486
  3,
487
487
  n0,
488
488
  _AC,
489
489
  0,
490
490
  [_AT, _SMATC],
491
- [0, () => SecretsManagerAccessTokenConfiguration],
491
+ [0, () => SecretsManagerAccessTokenConfiguration$],
492
492
  ];
493
- var AdBreak = [
493
+ var AdBreak$ = [
494
494
  3,
495
495
  n0,
496
496
  _AB,
497
497
  0,
498
498
  [_MT, _OM, _S, _SIM, _TSM, _ABM],
499
- [0, 1, () => SlateSource, () => SpliceInsertMessage, () => TimeSignalMessage, () => AdBreakMetadataList],
499
+ [0, 1, () => SlateSource$, () => SpliceInsertMessage$, () => TimeSignalMessage$, () => AdBreakMetadataList],
500
500
  ];
501
- var AdBreakOpportunity = [3, n0, _ABO, 0, [_OM], [1]];
502
- var AdConditioningConfiguration = [3, n0, _ACC, 0, [_SMFC], [0]];
503
- var AdDecisionServerConfiguration = [3, n0, _ADSC, 0, [_HR], [() => HttpRequest]];
504
- var AdMarkerPassthrough = [3, n0, _AMP, 0, [_E], [2]];
505
- var AdsInteractionLog = [3, n0, _AIL, 0, [_POIET, _EET], [64 | 0, 64 | 0]];
506
- var Alert = [3, n0, _A, 0, [_ACl, _AM, _LMT, _RRA, _RA, _C], [0, 0, 7, 64 | 0, 0, 0]];
507
- var AlternateMedia = [
501
+ var AdBreakOpportunity$ = [3, n0, _ABO, 0, [_OM], [1]];
502
+ var AdConditioningConfiguration$ = [3, n0, _ACC, 0, [_SMFC], [0]];
503
+ var AdDecisionServerConfiguration$ = [3, n0, _ADSC, 0, [_HR], [() => HttpRequest$]];
504
+ var AdMarkerPassthrough$ = [3, n0, _AMP, 0, [_E], [2]];
505
+ var AdsInteractionLog$ = [3, n0, _AIL, 0, [_POIET, _EET], [64 | 0, 64 | 0]];
506
+ var Alert$ = [3, n0, _A, 0, [_ACl, _AM, _LMT, _RRA, _RA, _C], [0, 0, 7, 64 | 0, 0, 0]];
507
+ var AlternateMedia$ = [
508
508
  3,
509
509
  n0,
510
510
  _AMl,
511
511
  0,
512
512
  [_SLN, _LSN, _VSN, _CR, _SSTM, _ABd, _DM],
513
- [0, 0, 0, () => ClipRange, 1, () => __listOfAdBreak, 1],
513
+ [0, 0, 0, () => ClipRange$, 1, () => __listOfAdBreak, 1],
514
514
  ];
515
- var AudienceMedia = [3, n0, _AMu, 0, [_Au, _AMl], [0, () => __listOfAlternateMedia]];
516
- var AvailMatchingCriteria = [3, n0, _AMC, 0, [_DV, _O], [0, 0]];
517
- var AvailSuppression = [3, n0, _AS, 0, [_M, _V, _FP], [0, 0, 0]];
518
- var BadRequestException = [-3, n0, _BRE, { [_e]: _c, [_hE]: 400 }, [_Me], [0]];
519
- schema.TypeRegistry.for(n0).registerError(BadRequestException, BadRequestException$1);
520
- var Bumper = [3, n0, _B, 0, [_EU, _SU], [0, 0]];
521
- var CdnConfiguration = [3, n0, _CC, 0, [_ASUP, _CSUP], [0, 0]];
522
- var Channel = [
515
+ var AudienceMedia$ = [3, n0, _AMu, 0, [_Au, _AMl], [0, () => __listOfAlternateMedia]];
516
+ var AvailMatchingCriteria$ = [3, n0, _AMC, 0, [_DV, _O], [0, 0]];
517
+ var AvailSuppression$ = [3, n0, _AS, 0, [_M, _V, _FP], [0, 0, 0]];
518
+ var BadRequestException$ = [-3, n0, _BRE, { [_e]: _c, [_hE]: 400 }, [_Me], [0]];
519
+ schema.TypeRegistry.for(n0).registerError(BadRequestException$, BadRequestException);
520
+ var Bumper$ = [3, n0, _B, 0, [_EU, _SU], [0, 0]];
521
+ var CdnConfiguration$ = [3, n0, _CC, 0, [_ASUP, _CSUP], [0, 0]];
522
+ var Channel$ = [
523
523
  3,
524
524
  n0,
525
525
  _Ch,
@@ -530,36 +530,36 @@ var Channel = [
530
530
  0,
531
531
  0,
532
532
  7,
533
- () => SlateSource,
533
+ () => SlateSource$,
534
534
  7,
535
535
  () => ResponseOutputs,
536
536
  0,
537
537
  [128 | 0, { [_jN]: _t }],
538
538
  0,
539
- () => LogConfigurationForChannel,
539
+ () => LogConfigurationForChannel$,
540
540
  64 | 0,
541
541
  ],
542
542
  ];
543
- var ClipRange = [3, n0, _CR, 0, [_EOM, _SOM], [1, 1]];
544
- var ConfigureLogsForChannelRequest = [3, n0, _CLFCR, 0, [_CN, _LT], [0, 64 | 0]];
545
- var ConfigureLogsForChannelResponse = [3, n0, _CLFCRo, 0, [_CN, _LT], [0, 64 | 0]];
546
- var ConfigureLogsForPlaybackConfigurationRequest = [
543
+ var ClipRange$ = [3, n0, _CR, 0, [_EOM, _SOM], [1, 1]];
544
+ var ConfigureLogsForChannelRequest$ = [3, n0, _CLFCR, 0, [_CN, _LT], [0, 64 | 0]];
545
+ var ConfigureLogsForChannelResponse$ = [3, n0, _CLFCRo, 0, [_CN, _LT], [0, 64 | 0]];
546
+ var ConfigureLogsForPlaybackConfigurationRequest$ = [
547
547
  3,
548
548
  n0,
549
549
  _CLFPCR,
550
550
  0,
551
551
  [_PE, _PCN, _ELS, _AIL, _MSIL],
552
- [1, 0, 64 | 0, () => AdsInteractionLog, () => ManifestServiceInteractionLog],
552
+ [1, 0, 64 | 0, () => AdsInteractionLog$, () => ManifestServiceInteractionLog$],
553
553
  ];
554
- var ConfigureLogsForPlaybackConfigurationResponse = [
554
+ var ConfigureLogsForPlaybackConfigurationResponse$ = [
555
555
  3,
556
556
  n0,
557
557
  _CLFPCRo,
558
558
  0,
559
559
  [_PE, _PCN, _ELS, _AIL, _MSIL],
560
- [1, 0, 64 | 0, () => AdsInteractionLog, () => ManifestServiceInteractionLog],
560
+ [1, 0, 64 | 0, () => AdsInteractionLog$, () => ManifestServiceInteractionLog$],
561
561
  ];
562
- var CreateChannelRequest = [
562
+ var CreateChannelRequest$ = [
563
563
  3,
564
564
  n0,
565
565
  _CCR,
@@ -567,16 +567,16 @@ var CreateChannelRequest = [
567
567
  [_CN, _FS, _Ou, _PM, _T, _Ti, _TSC, _Aud],
568
568
  [
569
569
  [0, 1],
570
- () => SlateSource,
570
+ () => SlateSource$,
571
571
  () => RequestOutputs,
572
572
  0,
573
573
  [128 | 0, { [_jN]: _t }],
574
574
  0,
575
- () => TimeShiftConfiguration,
575
+ () => TimeShiftConfiguration$,
576
576
  64 | 0,
577
577
  ],
578
578
  ];
579
- var CreateChannelResponse = [
579
+ var CreateChannelResponse$ = [
580
580
  3,
581
581
  n0,
582
582
  _CCRr,
@@ -587,17 +587,17 @@ var CreateChannelResponse = [
587
587
  0,
588
588
  0,
589
589
  7,
590
- () => SlateSource,
590
+ () => SlateSource$,
591
591
  7,
592
592
  () => ResponseOutputs,
593
593
  0,
594
594
  [128 | 0, { [_jN]: _t }],
595
595
  0,
596
- () => TimeShiftConfiguration,
596
+ () => TimeShiftConfiguration$,
597
597
  64 | 0,
598
598
  ],
599
599
  ];
600
- var CreateLiveSourceRequest = [
600
+ var CreateLiveSourceRequest$ = [
601
601
  3,
602
602
  n0,
603
603
  _CLSR,
@@ -605,7 +605,7 @@ var CreateLiveSourceRequest = [
605
605
  [_HPC, _LSN, _SLN, _T],
606
606
  [() => HttpPackageConfigurations, [0, 1], [0, 1], [128 | 0, { [_jN]: _t }]],
607
607
  ];
608
- var CreateLiveSourceResponse = [
608
+ var CreateLiveSourceResponse$ = [
609
609
  3,
610
610
  n0,
611
611
  _CLSRr,
@@ -613,72 +613,72 @@ var CreateLiveSourceResponse = [
613
613
  [_Ar, _CT, _HPC, _LMT, _LSN, _SLN, _T],
614
614
  [0, 7, () => HttpPackageConfigurations, 7, 0, 0, [128 | 0, { [_jN]: _t }]],
615
615
  ];
616
- var CreatePrefetchScheduleRequest = [
616
+ var CreatePrefetchScheduleRequest$ = [
617
617
  3,
618
618
  n0,
619
619
  _CPSR,
620
620
  0,
621
621
  [_Co, _N, _PCN, _R, _RPC, _ST, _SI],
622
- [() => PrefetchConsumption, [0, 1], [0, 1], () => PrefetchRetrieval, () => RecurringPrefetchConfiguration, 0, 0],
622
+ [() => PrefetchConsumption$, [0, 1], [0, 1], () => PrefetchRetrieval$, () => RecurringPrefetchConfiguration$, 0, 0],
623
623
  ];
624
- var CreatePrefetchScheduleResponse = [
624
+ var CreatePrefetchScheduleResponse$ = [
625
625
  3,
626
626
  n0,
627
627
  _CPSRr,
628
628
  0,
629
629
  [_Ar, _Co, _N, _PCN, _R, _RPC, _ST, _SI],
630
- [0, () => PrefetchConsumption, 0, 0, () => PrefetchRetrieval, () => RecurringPrefetchConfiguration, 0, 0],
630
+ [0, () => PrefetchConsumption$, 0, 0, () => PrefetchRetrieval$, () => RecurringPrefetchConfiguration$, 0, 0],
631
631
  ];
632
- var CreateProgramRequest = [
632
+ var CreateProgramRequest$ = [
633
633
  3,
634
634
  n0,
635
635
  _CPR,
636
636
  0,
637
637
  [_ABd, _CN, _LSN, _PN, _SC, _SLN, _VSN, _AMu],
638
- [() => __listOfAdBreak, [0, 1], 0, [0, 1], () => ScheduleConfiguration, 0, 0, () => __listOfAudienceMedia],
638
+ [() => __listOfAdBreak, [0, 1], 0, [0, 1], () => ScheduleConfiguration$, 0, 0, () => __listOfAudienceMedia],
639
639
  ];
640
- var CreateProgramResponse = [
640
+ var CreateProgramResponse$ = [
641
641
  3,
642
642
  n0,
643
643
  _CPRr,
644
644
  0,
645
645
  [_ABd, _Ar, _CN, _CT, _LSN, _PN, _SST, _SLN, _VSN, _CR, _DM, _AMu],
646
- [() => __listOfAdBreak, 0, 0, 7, 0, 0, 7, 0, 0, () => ClipRange, 1, () => __listOfAudienceMedia],
646
+ [() => __listOfAdBreak, 0, 0, 7, 0, 0, 7, 0, 0, () => ClipRange$, 1, () => __listOfAudienceMedia],
647
647
  ];
648
- var CreateSourceLocationRequest = [
648
+ var CreateSourceLocationRequest$ = [
649
649
  3,
650
650
  n0,
651
651
  _CSLR,
652
652
  0,
653
653
  [_AC, _DSDC, _HC, _SDC, _SLN, _T],
654
654
  [
655
- () => AccessConfiguration,
656
- () => DefaultSegmentDeliveryConfiguration,
657
- () => HttpConfiguration,
655
+ () => AccessConfiguration$,
656
+ () => DefaultSegmentDeliveryConfiguration$,
657
+ () => HttpConfiguration$,
658
658
  () => __listOfSegmentDeliveryConfiguration,
659
659
  [0, 1],
660
660
  [128 | 0, { [_jN]: _t }],
661
661
  ],
662
662
  ];
663
- var CreateSourceLocationResponse = [
663
+ var CreateSourceLocationResponse$ = [
664
664
  3,
665
665
  n0,
666
666
  _CSLRr,
667
667
  0,
668
668
  [_AC, _Ar, _CT, _DSDC, _HC, _LMT, _SDC, _SLN, _T],
669
669
  [
670
- () => AccessConfiguration,
670
+ () => AccessConfiguration$,
671
671
  0,
672
672
  7,
673
- () => DefaultSegmentDeliveryConfiguration,
674
- () => HttpConfiguration,
673
+ () => DefaultSegmentDeliveryConfiguration$,
674
+ () => HttpConfiguration$,
675
675
  7,
676
676
  () => __listOfSegmentDeliveryConfiguration,
677
677
  0,
678
678
  [128 | 0, { [_jN]: _t }],
679
679
  ],
680
680
  ];
681
- var CreateVodSourceRequest = [
681
+ var CreateVodSourceRequest$ = [
682
682
  3,
683
683
  n0,
684
684
  _CVSR,
@@ -686,7 +686,7 @@ var CreateVodSourceRequest = [
686
686
  [_HPC, _SLN, _T, _VSN],
687
687
  [() => HttpPackageConfigurations, [0, 1], [128 | 0, { [_jN]: _t }], [0, 1]],
688
688
  ];
689
- var CreateVodSourceResponse = [
689
+ var CreateVodSourceResponse$ = [
690
690
  3,
691
691
  n0,
692
692
  _CVSRr,
@@ -694,15 +694,15 @@ var CreateVodSourceResponse = [
694
694
  [_Ar, _CT, _HPC, _LMT, _SLN, _T, _VSN],
695
695
  [0, 7, () => HttpPackageConfigurations, 7, 0, [128 | 0, { [_jN]: _t }], 0],
696
696
  ];
697
- var DashConfiguration = [3, n0, _DC, 0, [_MEP, _ML, _OMT], [0, 0, 0]];
698
- var DashConfigurationForPut = [3, n0, _DCFP, 0, [_ML, _OMT], [0, 0]];
699
- var DashPlaylistSettings = [3, n0, _DPS, 0, [_MWS, _MBTS, _MUPS, _SPDS], [1, 1, 1, 1]];
700
- var DefaultSegmentDeliveryConfiguration = [3, n0, _DSDC, 0, [_BU], [0]];
701
- var DeleteChannelPolicyRequest = [3, n0, _DCPR, 0, [_CN], [[0, 1]]];
702
- var DeleteChannelPolicyResponse = [3, n0, _DCPRe, 0, [], []];
703
- var DeleteChannelRequest = [3, n0, _DCR, 0, [_CN], [[0, 1]]];
704
- var DeleteChannelResponse = [3, n0, _DCRe, 0, [], []];
705
- var DeleteLiveSourceRequest = [
697
+ var DashConfiguration$ = [3, n0, _DC, 0, [_MEP, _ML, _OMT], [0, 0, 0]];
698
+ var DashConfigurationForPut$ = [3, n0, _DCFP, 0, [_ML, _OMT], [0, 0]];
699
+ var DashPlaylistSettings$ = [3, n0, _DPS, 0, [_MWS, _MBTS, _MUPS, _SPDS], [1, 1, 1, 1]];
700
+ var DefaultSegmentDeliveryConfiguration$ = [3, n0, _DSDC, 0, [_BU], [0]];
701
+ var DeleteChannelPolicyRequest$ = [3, n0, _DCPR, 0, [_CN], [[0, 1]]];
702
+ var DeleteChannelPolicyResponse$ = [3, n0, _DCPRe, 0, [], []];
703
+ var DeleteChannelRequest$ = [3, n0, _DCR, 0, [_CN], [[0, 1]]];
704
+ var DeleteChannelResponse$ = [3, n0, _DCRe, 0, [], []];
705
+ var DeleteLiveSourceRequest$ = [
706
706
  3,
707
707
  n0,
708
708
  _DLSR,
@@ -713,10 +713,10 @@ var DeleteLiveSourceRequest = [
713
713
  [0, 1],
714
714
  ],
715
715
  ];
716
- var DeleteLiveSourceResponse = [3, n0, _DLSRe, 0, [], []];
717
- var DeletePlaybackConfigurationRequest = [3, n0, _DPCR, 0, [_N], [[0, 1]]];
718
- var DeletePlaybackConfigurationResponse = [3, n0, _DPCRe, 0, [], []];
719
- var DeletePrefetchScheduleRequest = [
716
+ var DeleteLiveSourceResponse$ = [3, n0, _DLSRe, 0, [], []];
717
+ var DeletePlaybackConfigurationRequest$ = [3, n0, _DPCR, 0, [_N], [[0, 1]]];
718
+ var DeletePlaybackConfigurationResponse$ = [3, n0, _DPCRe, 0, [], []];
719
+ var DeletePrefetchScheduleRequest$ = [
720
720
  3,
721
721
  n0,
722
722
  _DPSR,
@@ -727,8 +727,8 @@ var DeletePrefetchScheduleRequest = [
727
727
  [0, 1],
728
728
  ],
729
729
  ];
730
- var DeletePrefetchScheduleResponse = [3, n0, _DPSRe, 0, [], []];
731
- var DeleteProgramRequest = [
730
+ var DeletePrefetchScheduleResponse$ = [3, n0, _DPSRe, 0, [], []];
731
+ var DeleteProgramRequest$ = [
732
732
  3,
733
733
  n0,
734
734
  _DPR,
@@ -739,10 +739,10 @@ var DeleteProgramRequest = [
739
739
  [0, 1],
740
740
  ],
741
741
  ];
742
- var DeleteProgramResponse = [3, n0, _DPRe, 0, [], []];
743
- var DeleteSourceLocationRequest = [3, n0, _DSLR, 0, [_SLN], [[0, 1]]];
744
- var DeleteSourceLocationResponse = [3, n0, _DSLRe, 0, [], []];
745
- var DeleteVodSourceRequest = [
742
+ var DeleteProgramResponse$ = [3, n0, _DPRe, 0, [], []];
743
+ var DeleteSourceLocationRequest$ = [3, n0, _DSLR, 0, [_SLN], [[0, 1]]];
744
+ var DeleteSourceLocationResponse$ = [3, n0, _DSLRe, 0, [], []];
745
+ var DeleteVodSourceRequest$ = [
746
746
  3,
747
747
  n0,
748
748
  _DVSR,
@@ -753,9 +753,9 @@ var DeleteVodSourceRequest = [
753
753
  [0, 1],
754
754
  ],
755
755
  ];
756
- var DeleteVodSourceResponse = [3, n0, _DVSRe, 0, [], []];
757
- var DescribeChannelRequest = [3, n0, _DCRes, 0, [_CN], [[0, 1]]];
758
- var DescribeChannelResponse = [
756
+ var DeleteVodSourceResponse$ = [3, n0, _DVSRe, 0, [], []];
757
+ var DescribeChannelRequest$ = [3, n0, _DCRes, 0, [_CN], [[0, 1]]];
758
+ var DescribeChannelResponse$ = [
759
759
  3,
760
760
  n0,
761
761
  _DCResc,
@@ -766,18 +766,18 @@ var DescribeChannelResponse = [
766
766
  0,
767
767
  0,
768
768
  7,
769
- () => SlateSource,
769
+ () => SlateSource$,
770
770
  7,
771
771
  () => ResponseOutputs,
772
772
  0,
773
773
  [128 | 0, { [_jN]: _t }],
774
774
  0,
775
- () => LogConfigurationForChannel,
776
- () => TimeShiftConfiguration,
775
+ () => LogConfigurationForChannel$,
776
+ () => TimeShiftConfiguration$,
777
777
  64 | 0,
778
778
  ],
779
779
  ];
780
- var DescribeLiveSourceRequest = [
780
+ var DescribeLiveSourceRequest$ = [
781
781
  3,
782
782
  n0,
783
783
  _DLSRes,
@@ -788,7 +788,7 @@ var DescribeLiveSourceRequest = [
788
788
  [0, 1],
789
789
  ],
790
790
  ];
791
- var DescribeLiveSourceResponse = [
791
+ var DescribeLiveSourceResponse$ = [
792
792
  3,
793
793
  n0,
794
794
  _DLSResc,
@@ -796,7 +796,7 @@ var DescribeLiveSourceResponse = [
796
796
  [_Ar, _CT, _HPC, _LMT, _LSN, _SLN, _T],
797
797
  [0, 7, () => HttpPackageConfigurations, 7, 0, 0, [128 | 0, { [_jN]: _t }]],
798
798
  ];
799
- var DescribeProgramRequest = [
799
+ var DescribeProgramRequest$ = [
800
800
  3,
801
801
  n0,
802
802
  _DPRes,
@@ -807,34 +807,34 @@ var DescribeProgramRequest = [
807
807
  [0, 1],
808
808
  ],
809
809
  ];
810
- var DescribeProgramResponse = [
810
+ var DescribeProgramResponse$ = [
811
811
  3,
812
812
  n0,
813
813
  _DPResc,
814
814
  0,
815
815
  [_ABd, _Ar, _CN, _CT, _LSN, _PN, _SST, _SLN, _VSN, _CR, _DM, _AMu],
816
- [() => __listOfAdBreak, 0, 0, 7, 0, 0, 7, 0, 0, () => ClipRange, 1, () => __listOfAudienceMedia],
816
+ [() => __listOfAdBreak, 0, 0, 7, 0, 0, 7, 0, 0, () => ClipRange$, 1, () => __listOfAudienceMedia],
817
817
  ];
818
- var DescribeSourceLocationRequest = [3, n0, _DSLRes, 0, [_SLN], [[0, 1]]];
819
- var DescribeSourceLocationResponse = [
818
+ var DescribeSourceLocationRequest$ = [3, n0, _DSLRes, 0, [_SLN], [[0, 1]]];
819
+ var DescribeSourceLocationResponse$ = [
820
820
  3,
821
821
  n0,
822
822
  _DSLResc,
823
823
  0,
824
824
  [_AC, _Ar, _CT, _DSDC, _HC, _LMT, _SDC, _SLN, _T],
825
825
  [
826
- () => AccessConfiguration,
826
+ () => AccessConfiguration$,
827
827
  0,
828
828
  7,
829
- () => DefaultSegmentDeliveryConfiguration,
830
- () => HttpConfiguration,
829
+ () => DefaultSegmentDeliveryConfiguration$,
830
+ () => HttpConfiguration$,
831
831
  7,
832
832
  () => __listOfSegmentDeliveryConfiguration,
833
833
  0,
834
834
  [128 | 0, { [_jN]: _t }],
835
835
  ],
836
836
  ];
837
- var DescribeVodSourceRequest = [
837
+ var DescribeVodSourceRequest$ = [
838
838
  3,
839
839
  n0,
840
840
  _DVSRes,
@@ -845,7 +845,7 @@ var DescribeVodSourceRequest = [
845
845
  [0, 1],
846
846
  ],
847
847
  ];
848
- var DescribeVodSourceResponse = [
848
+ var DescribeVodSourceResponse$ = [
849
849
  3,
850
850
  n0,
851
851
  _DVSResc,
@@ -853,9 +853,9 @@ var DescribeVodSourceResponse = [
853
853
  [_ABOd, _Ar, _CT, _HPC, _LMT, _SLN, _T, _VSN],
854
854
  [() => AdBreakOpportunities, 0, 7, () => HttpPackageConfigurations, 7, 0, [128 | 0, { [_jN]: _t }], 0],
855
855
  ];
856
- var GetChannelPolicyRequest = [3, n0, _GCPR, 0, [_CN], [[0, 1]]];
857
- var GetChannelPolicyResponse = [3, n0, _GCPRe, 0, [_P], [0]];
858
- var GetChannelScheduleRequest = [
856
+ var GetChannelPolicyRequest$ = [3, n0, _GCPR, 0, [_CN], [[0, 1]]];
857
+ var GetChannelPolicyResponse$ = [3, n0, _GCPRe, 0, [_P], [0]];
858
+ var GetChannelScheduleRequest$ = [
859
859
  3,
860
860
  n0,
861
861
  _GCSR,
@@ -869,7 +869,7 @@ var GetChannelScheduleRequest = [
869
869
  [0, { [_hQ]: _a }],
870
870
  ],
871
871
  ];
872
- var GetChannelScheduleResponse = [
872
+ var GetChannelScheduleResponse$ = [
873
873
  3,
874
874
  n0,
875
875
  _GCSRe,
@@ -877,8 +877,8 @@ var GetChannelScheduleResponse = [
877
877
  [_I, _NT],
878
878
  [() => __listOfScheduleEntry, 0],
879
879
  ];
880
- var GetPlaybackConfigurationRequest = [3, n0, _GPCR, 0, [_N], [[0, 1]]];
881
- var GetPlaybackConfigurationResponse = [
880
+ var GetPlaybackConfigurationRequest$ = [3, n0, _GPCR, 0, [_N], [[0, 1]]];
881
+ var GetPlaybackConfigurationResponse$ = [
882
882
  3,
883
883
  n0,
884
884
  _GPCRe,
@@ -909,16 +909,16 @@ var GetPlaybackConfigurationResponse = [
909
909
  ],
910
910
  [
911
911
  0,
912
- () => AvailSuppression,
913
- () => Bumper,
914
- () => CdnConfiguration,
912
+ () => AvailSuppression$,
913
+ () => Bumper$,
914
+ () => CdnConfiguration$,
915
915
  [2, n0, _CAR, 0, 0, 128 | 0],
916
- () => DashConfiguration,
917
- () => HlsConfiguration,
916
+ () => DashConfiguration$,
917
+ () => HlsConfiguration$,
918
918
  0,
919
- () => LivePreRollConfiguration,
920
- () => LogConfiguration,
921
- () => ManifestProcessingRules,
919
+ () => LivePreRollConfiguration$,
920
+ () => LogConfiguration$,
921
+ () => ManifestProcessingRules$,
922
922
  0,
923
923
  1,
924
924
  0,
@@ -928,11 +928,11 @@ var GetPlaybackConfigurationResponse = [
928
928
  [128 | 0, { [_jN]: _t }],
929
929
  0,
930
930
  0,
931
- () => AdConditioningConfiguration,
932
- () => AdDecisionServerConfiguration,
931
+ () => AdConditioningConfiguration$,
932
+ () => AdDecisionServerConfiguration$,
933
933
  ],
934
934
  ];
935
- var GetPrefetchScheduleRequest = [
935
+ var GetPrefetchScheduleRequest$ = [
936
936
  3,
937
937
  n0,
938
938
  _GPSR,
@@ -943,21 +943,21 @@ var GetPrefetchScheduleRequest = [
943
943
  [0, 1],
944
944
  ],
945
945
  ];
946
- var GetPrefetchScheduleResponse = [
946
+ var GetPrefetchScheduleResponse$ = [
947
947
  3,
948
948
  n0,
949
949
  _GPSRe,
950
950
  0,
951
951
  [_Ar, _Co, _N, _PCN, _R, _ST, _RPC, _SI],
952
- [0, () => PrefetchConsumption, 0, 0, () => PrefetchRetrieval, 0, () => RecurringPrefetchConfiguration, 0],
952
+ [0, () => PrefetchConsumption$, 0, 0, () => PrefetchRetrieval$, 0, () => RecurringPrefetchConfiguration$, 0],
953
953
  ];
954
- var HlsConfiguration = [3, n0, _HCl, 0, [_MEP], [0]];
955
- var HlsPlaylistSettings = [3, n0, _HPS, 0, [_MWS, _AMT], [1, 64 | 0]];
956
- var HttpConfiguration = [3, n0, _HC, 0, [_BU], [0]];
957
- var HttpPackageConfiguration = [3, n0, _HPCt, 0, [_Pa, _SG, _Ty], [0, 0, 0]];
958
- var HttpRequest = [3, n0, _HR, 0, [_Met, _Bo, _H, _CRo], [0, 0, 128 | 0, 0]];
959
- var KeyValuePair = [3, n0, _KVP, 0, [_K, _V], [0, 0]];
960
- var ListAlertsRequest = [
954
+ var HlsConfiguration$ = [3, n0, _HCl, 0, [_MEP], [0]];
955
+ var HlsPlaylistSettings$ = [3, n0, _HPS, 0, [_MWS, _AMT], [1, 64 | 0]];
956
+ var HttpConfiguration$ = [3, n0, _HC, 0, [_BU], [0]];
957
+ var HttpPackageConfiguration$ = [3, n0, _HPCt, 0, [_Pa, _SG, _Ty], [0, 0, 0]];
958
+ var HttpRequest$ = [3, n0, _HR, 0, [_Met, _Bo, _H, _CRo], [0, 0, 128 | 0, 0]];
959
+ var KeyValuePair$ = [3, n0, _KVP, 0, [_K, _V], [0, 0]];
960
+ var ListAlertsRequest$ = [
961
961
  3,
962
962
  n0,
963
963
  _LAR,
@@ -969,8 +969,8 @@ var ListAlertsRequest = [
969
969
  [0, { [_hQ]: _rA }],
970
970
  ],
971
971
  ];
972
- var ListAlertsResponse = [3, n0, _LARi, 0, [_I, _NT], [() => __listOfAlert, 0]];
973
- var ListChannelsRequest = [
972
+ var ListAlertsResponse$ = [3, n0, _LARi, 0, [_I, _NT], [() => __listOfAlert, 0]];
973
+ var ListChannelsRequest$ = [
974
974
  3,
975
975
  n0,
976
976
  _LCR,
@@ -981,8 +981,8 @@ var ListChannelsRequest = [
981
981
  [0, { [_hQ]: _nT }],
982
982
  ],
983
983
  ];
984
- var ListChannelsResponse = [3, n0, _LCRi, 0, [_I, _NT], [[() => __listOfChannel, 0], 0]];
985
- var ListLiveSourcesRequest = [
984
+ var ListChannelsResponse$ = [3, n0, _LCRi, 0, [_I, _NT], [[() => __listOfChannel, 0], 0]];
985
+ var ListLiveSourcesRequest$ = [
986
986
  3,
987
987
  n0,
988
988
  _LLSR,
@@ -994,7 +994,7 @@ var ListLiveSourcesRequest = [
994
994
  [0, 1],
995
995
  ],
996
996
  ];
997
- var ListLiveSourcesResponse = [
997
+ var ListLiveSourcesResponse$ = [
998
998
  3,
999
999
  n0,
1000
1000
  _LLSRi,
@@ -1002,7 +1002,7 @@ var ListLiveSourcesResponse = [
1002
1002
  [_I, _NT],
1003
1003
  [[() => __listOfLiveSource, 0], 0],
1004
1004
  ];
1005
- var ListPlaybackConfigurationsRequest = [
1005
+ var ListPlaybackConfigurationsRequest$ = [
1006
1006
  3,
1007
1007
  n0,
1008
1008
  _LPCR,
@@ -1013,7 +1013,7 @@ var ListPlaybackConfigurationsRequest = [
1013
1013
  [0, { [_hQ]: _NT }],
1014
1014
  ],
1015
1015
  ];
1016
- var ListPlaybackConfigurationsResponse = [
1016
+ var ListPlaybackConfigurationsResponse$ = [
1017
1017
  3,
1018
1018
  n0,
1019
1019
  _LPCRi,
@@ -1021,7 +1021,7 @@ var ListPlaybackConfigurationsResponse = [
1021
1021
  [_I, _NT],
1022
1022
  [[() => __listOfPlaybackConfiguration, 0], 0],
1023
1023
  ];
1024
- var ListPrefetchSchedulesRequest = [
1024
+ var ListPrefetchSchedulesRequest$ = [
1025
1025
  3,
1026
1026
  n0,
1027
1027
  _LPSR,
@@ -1029,7 +1029,7 @@ var ListPrefetchSchedulesRequest = [
1029
1029
  [_MR, _NT, _PCN, _ST, _SI],
1030
1030
  [1, 0, [0, 1], 0, 0],
1031
1031
  ];
1032
- var ListPrefetchSchedulesResponse = [
1032
+ var ListPrefetchSchedulesResponse$ = [
1033
1033
  3,
1034
1034
  n0,
1035
1035
  _LPSRi,
@@ -1037,7 +1037,7 @@ var ListPrefetchSchedulesResponse = [
1037
1037
  [_I, _NT],
1038
1038
  [() => __listOfPrefetchSchedule, 0],
1039
1039
  ];
1040
- var ListSourceLocationsRequest = [
1040
+ var ListSourceLocationsRequest$ = [
1041
1041
  3,
1042
1042
  n0,
1043
1043
  _LSLR,
@@ -1048,7 +1048,7 @@ var ListSourceLocationsRequest = [
1048
1048
  [0, { [_hQ]: _nT }],
1049
1049
  ],
1050
1050
  ];
1051
- var ListSourceLocationsResponse = [
1051
+ var ListSourceLocationsResponse$ = [
1052
1052
  3,
1053
1053
  n0,
1054
1054
  _LSLRi,
@@ -1056,9 +1056,9 @@ var ListSourceLocationsResponse = [
1056
1056
  [_I, _NT],
1057
1057
  [[() => __listOfSourceLocation, 0], 0],
1058
1058
  ];
1059
- var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RA], [[0, 1]]];
1060
- var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_T], [[128 | 0, { [_jN]: _t }]]];
1061
- var ListVodSourcesRequest = [
1059
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RA], [[0, 1]]];
1060
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_T], [[128 | 0, { [_jN]: _t }]]];
1061
+ var ListVodSourcesRequest$ = [
1062
1062
  3,
1063
1063
  n0,
1064
1064
  _LVSR,
@@ -1070,7 +1070,7 @@ var ListVodSourcesRequest = [
1070
1070
  [0, 1],
1071
1071
  ],
1072
1072
  ];
1073
- var ListVodSourcesResponse = [
1073
+ var ListVodSourcesResponse$ = [
1074
1074
  3,
1075
1075
  n0,
1076
1076
  _LVSRi,
@@ -1078,8 +1078,8 @@ var ListVodSourcesResponse = [
1078
1078
  [_I, _NT],
1079
1079
  [[() => __listOfVodSource, 0], 0],
1080
1080
  ];
1081
- var LivePreRollConfiguration = [3, n0, _LPRC, 0, [_ADSU, _MDS], [0, 1]];
1082
- var LiveSource = [
1081
+ var LivePreRollConfiguration$ = [3, n0, _LPRC, 0, [_ADSU, _MDS], [0, 1]];
1082
+ var LiveSource$ = [
1083
1083
  3,
1084
1084
  n0,
1085
1085
  _LS,
@@ -1087,18 +1087,18 @@ var LiveSource = [
1087
1087
  [_Ar, _CT, _HPC, _LMT, _LSN, _SLN, _T],
1088
1088
  [0, 7, () => HttpPackageConfigurations, 7, 0, 0, [128 | 0, { [_jN]: _t }]],
1089
1089
  ];
1090
- var LogConfiguration = [
1090
+ var LogConfiguration$ = [
1091
1091
  3,
1092
1092
  n0,
1093
1093
  _LC,
1094
1094
  0,
1095
1095
  [_PE, _ELS, _AIL, _MSIL],
1096
- [1, 64 | 0, () => AdsInteractionLog, () => ManifestServiceInteractionLog],
1096
+ [1, 64 | 0, () => AdsInteractionLog$, () => ManifestServiceInteractionLog$],
1097
1097
  ];
1098
- var LogConfigurationForChannel = [3, n0, _LCFC, 0, [_LT], [64 | 0]];
1099
- var ManifestProcessingRules = [3, n0, _MPR, 0, [_AMP], [() => AdMarkerPassthrough]];
1100
- var ManifestServiceInteractionLog = [3, n0, _MSIL, 0, [_EET], [64 | 0]];
1101
- var PlaybackConfiguration = [
1098
+ var LogConfigurationForChannel$ = [3, n0, _LCFC, 0, [_LT], [64 | 0]];
1099
+ var ManifestProcessingRules$ = [3, n0, _MPR, 0, [_AMP], [() => AdMarkerPassthrough$]];
1100
+ var ManifestServiceInteractionLog$ = [3, n0, _MSIL, 0, [_EET], [64 | 0]];
1101
+ var PlaybackConfiguration$ = [
1102
1102
  3,
1103
1103
  n0,
1104
1104
  _PC,
@@ -1129,16 +1129,16 @@ var PlaybackConfiguration = [
1129
1129
  ],
1130
1130
  [
1131
1131
  0,
1132
- () => AvailSuppression,
1133
- () => Bumper,
1134
- () => CdnConfiguration,
1132
+ () => AvailSuppression$,
1133
+ () => Bumper$,
1134
+ () => CdnConfiguration$,
1135
1135
  [2, n0, _CAR, 0, 0, 128 | 0],
1136
- () => DashConfiguration,
1137
- () => HlsConfiguration,
1136
+ () => DashConfiguration$,
1137
+ () => HlsConfiguration$,
1138
1138
  0,
1139
- () => LivePreRollConfiguration,
1140
- () => LogConfiguration,
1141
- () => ManifestProcessingRules,
1139
+ () => LivePreRollConfiguration$,
1140
+ () => LogConfiguration$,
1141
+ () => ManifestProcessingRules$,
1142
1142
  0,
1143
1143
  1,
1144
1144
  0,
@@ -1148,11 +1148,11 @@ var PlaybackConfiguration = [
1148
1148
  [128 | 0, { [_jN]: _t }],
1149
1149
  0,
1150
1150
  0,
1151
- () => AdConditioningConfiguration,
1152
- () => AdDecisionServerConfiguration,
1151
+ () => AdConditioningConfiguration$,
1152
+ () => AdDecisionServerConfiguration$,
1153
1153
  ],
1154
1154
  ];
1155
- var PrefetchConsumption = [
1155
+ var PrefetchConsumption$ = [
1156
1156
  3,
1157
1157
  n0,
1158
1158
  _PCr,
@@ -1160,25 +1160,25 @@ var PrefetchConsumption = [
1160
1160
  [_AMC, _ET, _STt],
1161
1161
  [() => __listOfAvailMatchingCriteria, 7, 7],
1162
1162
  ];
1163
- var PrefetchRetrieval = [
1163
+ var PrefetchRetrieval$ = [
1164
1164
  3,
1165
1165
  n0,
1166
1166
  _PR,
1167
1167
  0,
1168
1168
  [_DVy, _ET, _STt, _TST, _TSRW, _TSTC],
1169
- [128 | 0, 7, 7, 0, () => TrafficShapingRetrievalWindow, () => TrafficShapingTpsConfiguration],
1169
+ [128 | 0, 7, 7, 0, () => TrafficShapingRetrievalWindow$, () => TrafficShapingTpsConfiguration$],
1170
1170
  ];
1171
- var PrefetchSchedule = [
1171
+ var PrefetchSchedule$ = [
1172
1172
  3,
1173
1173
  n0,
1174
1174
  _PS,
1175
1175
  0,
1176
1176
  [_Ar, _Co, _N, _PCN, _R, _ST, _RPC, _SI],
1177
- [0, () => PrefetchConsumption, 0, 0, () => PrefetchRetrieval, 0, () => RecurringPrefetchConfiguration, 0],
1177
+ [0, () => PrefetchConsumption$, 0, 0, () => PrefetchRetrieval$, 0, () => RecurringPrefetchConfiguration$, 0],
1178
1178
  ];
1179
- var PutChannelPolicyRequest = [3, n0, _PCPR, 0, [_CN, _P], [[0, 1], 0]];
1180
- var PutChannelPolicyResponse = [3, n0, _PCPRu, 0, [], []];
1181
- var PutPlaybackConfigurationRequest = [
1179
+ var PutChannelPolicyRequest$ = [3, n0, _PCPR, 0, [_CN, _P], [[0, 1], 0]];
1180
+ var PutChannelPolicyResponse$ = [3, n0, _PCPRu, 0, [], []];
1181
+ var PutPlaybackConfigurationRequest$ = [
1182
1182
  3,
1183
1183
  n0,
1184
1184
  _PPCR,
@@ -1186,25 +1186,25 @@ var PutPlaybackConfigurationRequest = [
1186
1186
  [_ADSU, _AS, _B, _CC, _CA, _DC, _IM, _LPRC, _MPR, _N, _PTS, _SAU, _T, _TPN, _VCSU, _ACC, _ADSC],
1187
1187
  [
1188
1188
  0,
1189
- () => AvailSuppression,
1190
- () => Bumper,
1191
- () => CdnConfiguration,
1189
+ () => AvailSuppression$,
1190
+ () => Bumper$,
1191
+ () => CdnConfiguration$,
1192
1192
  [2, n0, _CARo, 0, 0, 128 | 0],
1193
- () => DashConfigurationForPut,
1193
+ () => DashConfigurationForPut$,
1194
1194
  0,
1195
- () => LivePreRollConfiguration,
1196
- () => ManifestProcessingRules,
1195
+ () => LivePreRollConfiguration$,
1196
+ () => ManifestProcessingRules$,
1197
1197
  0,
1198
1198
  1,
1199
1199
  0,
1200
1200
  [128 | 0, { [_jN]: _t }],
1201
1201
  0,
1202
1202
  0,
1203
- () => AdConditioningConfiguration,
1204
- () => AdDecisionServerConfiguration,
1203
+ () => AdConditioningConfiguration$,
1204
+ () => AdDecisionServerConfiguration$,
1205
1205
  ],
1206
1206
  ];
1207
- var PutPlaybackConfigurationResponse = [
1207
+ var PutPlaybackConfigurationResponse$ = [
1208
1208
  3,
1209
1209
  n0,
1210
1210
  _PPCRu,
@@ -1235,16 +1235,16 @@ var PutPlaybackConfigurationResponse = [
1235
1235
  ],
1236
1236
  [
1237
1237
  0,
1238
- () => AvailSuppression,
1239
- () => Bumper,
1240
- () => CdnConfiguration,
1238
+ () => AvailSuppression$,
1239
+ () => Bumper$,
1240
+ () => CdnConfiguration$,
1241
1241
  [2, n0, _CAR, 0, 0, 128 | 0],
1242
- () => DashConfiguration,
1243
- () => HlsConfiguration,
1242
+ () => DashConfiguration$,
1243
+ () => HlsConfiguration$,
1244
1244
  0,
1245
- () => LivePreRollConfiguration,
1246
- () => LogConfiguration,
1247
- () => ManifestProcessingRules,
1245
+ () => LivePreRollConfiguration$,
1246
+ () => LogConfiguration$,
1247
+ () => ManifestProcessingRules$,
1248
1248
  0,
1249
1249
  1,
1250
1250
  0,
@@ -1254,11 +1254,11 @@ var PutPlaybackConfigurationResponse = [
1254
1254
  [128 | 0, { [_jN]: _t }],
1255
1255
  0,
1256
1256
  0,
1257
- () => AdConditioningConfiguration,
1258
- () => AdDecisionServerConfiguration,
1257
+ () => AdConditioningConfiguration$,
1258
+ () => AdDecisionServerConfiguration$,
1259
1259
  ],
1260
1260
  ];
1261
- var RecurringConsumption = [
1261
+ var RecurringConsumption$ = [
1262
1262
  3,
1263
1263
  n0,
1264
1264
  _RC,
@@ -1266,48 +1266,48 @@ var RecurringConsumption = [
1266
1266
  [_RAES, _AMC],
1267
1267
  [1, () => __listOfAvailMatchingCriteria],
1268
1268
  ];
1269
- var RecurringPrefetchConfiguration = [
1269
+ var RecurringPrefetchConfiguration$ = [
1270
1270
  3,
1271
1271
  n0,
1272
1272
  _RPC,
1273
1273
  0,
1274
1274
  [_STt, _ET, _RC, _RR],
1275
- [7, 7, () => RecurringConsumption, () => RecurringRetrieval],
1275
+ [7, 7, () => RecurringConsumption$, () => RecurringRetrieval$],
1276
1276
  ];
1277
- var RecurringRetrieval = [
1277
+ var RecurringRetrieval$ = [
1278
1278
  3,
1279
1279
  n0,
1280
1280
  _RR,
1281
1281
  0,
1282
1282
  [_DVy, _DAAES, _TST, _TSRW, _TSTC],
1283
- [128 | 0, 1, 0, () => TrafficShapingRetrievalWindow, () => TrafficShapingTpsConfiguration],
1283
+ [128 | 0, 1, 0, () => TrafficShapingRetrievalWindow$, () => TrafficShapingTpsConfiguration$],
1284
1284
  ];
1285
- var RequestOutputItem = [
1285
+ var RequestOutputItem$ = [
1286
1286
  3,
1287
1287
  n0,
1288
1288
  _ROI,
1289
1289
  0,
1290
1290
  [_DPS, _HPS, _MN, _SG],
1291
- [() => DashPlaylistSettings, () => HlsPlaylistSettings, 0, 0],
1291
+ [() => DashPlaylistSettings$, () => HlsPlaylistSettings$, 0, 0],
1292
1292
  ];
1293
- var ResponseOutputItem = [
1293
+ var ResponseOutputItem$ = [
1294
1294
  3,
1295
1295
  n0,
1296
1296
  _ROIe,
1297
1297
  0,
1298
1298
  [_DPS, _HPS, _MN, _PU, _SG],
1299
- [() => DashPlaylistSettings, () => HlsPlaylistSettings, 0, 0, 0],
1299
+ [() => DashPlaylistSettings$, () => HlsPlaylistSettings$, 0, 0, 0],
1300
1300
  ];
1301
- var ScheduleAdBreak = [3, n0, _SAB, 0, [_ADS, _AST, _SLN, _VSN], [1, 7, 0, 0]];
1302
- var ScheduleConfiguration = [
1301
+ var ScheduleAdBreak$ = [3, n0, _SAB, 0, [_ADS, _AST, _SLN, _VSN], [1, 7, 0, 0]];
1302
+ var ScheduleConfiguration$ = [
1303
1303
  3,
1304
1304
  n0,
1305
1305
  _SC,
1306
1306
  0,
1307
1307
  [_Tr, _CR],
1308
- [() => Transition, () => ClipRange],
1308
+ [() => Transition$, () => ClipRange$],
1309
1309
  ];
1310
- var ScheduleEntry = [
1310
+ var ScheduleEntry$ = [
1311
1311
  3,
1312
1312
  n0,
1313
1313
  _SE,
@@ -1315,7 +1315,7 @@ var ScheduleEntry = [
1315
1315
  [_ADS, _AST, _Ar, _CN, _LSN, _PN, _SABc, _SET, _SLN, _VSN, _Aud],
1316
1316
  [1, 7, 0, 0, 0, 0, () => __listOfScheduleAdBreak, 0, 0, 0, 64 | 0],
1317
1317
  ];
1318
- var SecretsManagerAccessTokenConfiguration = [
1318
+ var SecretsManagerAccessTokenConfiguration$ = [
1319
1319
  3,
1320
1320
  n0,
1321
1321
  _SMATC,
@@ -1323,7 +1323,7 @@ var SecretsManagerAccessTokenConfiguration = [
1323
1323
  [_HN, _SA, _SSK],
1324
1324
  [0, 0, 0],
1325
1325
  ];
1326
- var SegmentationDescriptor = [
1326
+ var SegmentationDescriptor$ = [
1327
1327
  3,
1328
1328
  n0,
1329
1329
  _SD,
@@ -1331,32 +1331,32 @@ var SegmentationDescriptor = [
1331
1331
  [_SEI, _SUT, _SUe, _STI, _SN, _SEe, _SSN, _SSE],
1332
1332
  [1, 1, 0, 1, 1, 1, 1, 1],
1333
1333
  ];
1334
- var SegmentDeliveryConfiguration = [3, n0, _SDCe, 0, [_BU, _N], [0, 0]];
1335
- var SlateSource = [3, n0, _SS, 0, [_SLN, _VSN], [0, 0]];
1336
- var SourceLocation = [
1334
+ var SegmentDeliveryConfiguration$ = [3, n0, _SDCe, 0, [_BU, _N], [0, 0]];
1335
+ var SlateSource$ = [3, n0, _SS, 0, [_SLN, _VSN], [0, 0]];
1336
+ var SourceLocation$ = [
1337
1337
  3,
1338
1338
  n0,
1339
1339
  _SL,
1340
1340
  0,
1341
1341
  [_AC, _Ar, _CT, _DSDC, _HC, _LMT, _SDC, _SLN, _T],
1342
1342
  [
1343
- () => AccessConfiguration,
1343
+ () => AccessConfiguration$,
1344
1344
  0,
1345
1345
  7,
1346
- () => DefaultSegmentDeliveryConfiguration,
1347
- () => HttpConfiguration,
1346
+ () => DefaultSegmentDeliveryConfiguration$,
1347
+ () => HttpConfiguration$,
1348
1348
  7,
1349
1349
  () => __listOfSegmentDeliveryConfiguration,
1350
1350
  0,
1351
1351
  [128 | 0, { [_jN]: _t }],
1352
1352
  ],
1353
1353
  ];
1354
- var SpliceInsertMessage = [3, n0, _SIM, 0, [_AN, _AE, _SEIp, _UPI], [1, 1, 1, 1]];
1355
- var StartChannelRequest = [3, n0, _SCR, 0, [_CN], [[0, 1]]];
1356
- var StartChannelResponse = [3, n0, _SCRt, 0, [], []];
1357
- var StopChannelRequest = [3, n0, _SCRto, 0, [_CN], [[0, 1]]];
1358
- var StopChannelResponse = [3, n0, _SCRtop, 0, [], []];
1359
- var TagResourceRequest = [
1354
+ var SpliceInsertMessage$ = [3, n0, _SIM, 0, [_AN, _AE, _SEIp, _UPI], [1, 1, 1, 1]];
1355
+ var StartChannelRequest$ = [3, n0, _SCR, 0, [_CN], [[0, 1]]];
1356
+ var StartChannelResponse$ = [3, n0, _SCRt, 0, [], []];
1357
+ var StopChannelRequest$ = [3, n0, _SCRto, 0, [_CN], [[0, 1]]];
1358
+ var StopChannelResponse$ = [3, n0, _SCRtop, 0, [], []];
1359
+ var TagResourceRequest$ = [
1360
1360
  3,
1361
1361
  n0,
1362
1362
  _TRR,
@@ -1367,12 +1367,12 @@ var TagResourceRequest = [
1367
1367
  [128 | 0, { [_jN]: _t }],
1368
1368
  ],
1369
1369
  ];
1370
- var TimeShiftConfiguration = [3, n0, _TSC, 0, [_MTDS], [1]];
1371
- var TimeSignalMessage = [3, n0, _TSM, 0, [_SDe], [() => SegmentationDescriptorList]];
1372
- var TrafficShapingRetrievalWindow = [3, n0, _TSRW, 0, [_RWDS], [1]];
1373
- var TrafficShapingTpsConfiguration = [3, n0, _TSTC, 0, [_PT, _PCU], [1, 1]];
1374
- var Transition = [3, n0, _Tr, 0, [_DM, _RP, _RPe, _SSTM, _Ty], [1, 0, 0, 1, 0]];
1375
- var UntagResourceRequest = [
1370
+ var TimeShiftConfiguration$ = [3, n0, _TSC, 0, [_MTDS], [1]];
1371
+ var TimeSignalMessage$ = [3, n0, _TSM, 0, [_SDe], [() => SegmentationDescriptorList]];
1372
+ var TrafficShapingRetrievalWindow$ = [3, n0, _TSRW, 0, [_RWDS], [1]];
1373
+ var TrafficShapingTpsConfiguration$ = [3, n0, _TSTC, 0, [_PT, _PCU], [1, 1]];
1374
+ var Transition$ = [3, n0, _Tr, 0, [_DM, _RP, _RPe, _SSTM, _Ty], [1, 0, 0, 1, 0]];
1375
+ var UntagResourceRequest$ = [
1376
1376
  3,
1377
1377
  n0,
1378
1378
  _URR,
@@ -1383,15 +1383,15 @@ var UntagResourceRequest = [
1383
1383
  [64 | 0, { [_hQ]: _tK }],
1384
1384
  ],
1385
1385
  ];
1386
- var UpdateChannelRequest = [
1386
+ var UpdateChannelRequest$ = [
1387
1387
  3,
1388
1388
  n0,
1389
1389
  _UCR,
1390
1390
  0,
1391
1391
  [_CN, _FS, _Ou, _TSC, _Aud],
1392
- [[0, 1], () => SlateSource, () => RequestOutputs, () => TimeShiftConfiguration, 64 | 0],
1392
+ [[0, 1], () => SlateSource$, () => RequestOutputs, () => TimeShiftConfiguration$, 64 | 0],
1393
1393
  ];
1394
- var UpdateChannelResponse = [
1394
+ var UpdateChannelResponse$ = [
1395
1395
  3,
1396
1396
  n0,
1397
1397
  _UCRp,
@@ -1402,17 +1402,17 @@ var UpdateChannelResponse = [
1402
1402
  0,
1403
1403
  0,
1404
1404
  7,
1405
- () => SlateSource,
1405
+ () => SlateSource$,
1406
1406
  7,
1407
1407
  () => ResponseOutputs,
1408
1408
  0,
1409
1409
  [128 | 0, { [_jN]: _t }],
1410
1410
  0,
1411
- () => TimeShiftConfiguration,
1411
+ () => TimeShiftConfiguration$,
1412
1412
  64 | 0,
1413
1413
  ],
1414
1414
  ];
1415
- var UpdateLiveSourceRequest = [
1415
+ var UpdateLiveSourceRequest$ = [
1416
1416
  3,
1417
1417
  n0,
1418
1418
  _ULSR,
@@ -1420,7 +1420,7 @@ var UpdateLiveSourceRequest = [
1420
1420
  [_HPC, _LSN, _SLN],
1421
1421
  [() => HttpPackageConfigurations, [0, 1], [0, 1]],
1422
1422
  ];
1423
- var UpdateLiveSourceResponse = [
1423
+ var UpdateLiveSourceResponse$ = [
1424
1424
  3,
1425
1425
  n0,
1426
1426
  _ULSRp,
@@ -1428,64 +1428,64 @@ var UpdateLiveSourceResponse = [
1428
1428
  [_Ar, _CT, _HPC, _LMT, _LSN, _SLN, _T],
1429
1429
  [0, 7, () => HttpPackageConfigurations, 7, 0, 0, [128 | 0, { [_jN]: _t }]],
1430
1430
  ];
1431
- var UpdateProgramRequest = [
1431
+ var UpdateProgramRequest$ = [
1432
1432
  3,
1433
1433
  n0,
1434
1434
  _UPR,
1435
1435
  0,
1436
1436
  [_ABd, _CN, _PN, _SC, _AMu],
1437
- [() => __listOfAdBreak, [0, 1], [0, 1], () => UpdateProgramScheduleConfiguration, () => __listOfAudienceMedia],
1437
+ [() => __listOfAdBreak, [0, 1], [0, 1], () => UpdateProgramScheduleConfiguration$, () => __listOfAudienceMedia],
1438
1438
  ];
1439
- var UpdateProgramResponse = [
1439
+ var UpdateProgramResponse$ = [
1440
1440
  3,
1441
1441
  n0,
1442
1442
  _UPRp,
1443
1443
  0,
1444
1444
  [_ABd, _Ar, _CN, _CT, _PN, _SLN, _VSN, _LSN, _CR, _DM, _SST, _AMu],
1445
- [() => __listOfAdBreak, 0, 0, 7, 0, 0, 0, 0, () => ClipRange, 1, 7, () => __listOfAudienceMedia],
1445
+ [() => __listOfAdBreak, 0, 0, 7, 0, 0, 0, 0, () => ClipRange$, 1, 7, () => __listOfAudienceMedia],
1446
1446
  ];
1447
- var UpdateProgramScheduleConfiguration = [
1447
+ var UpdateProgramScheduleConfiguration$ = [
1448
1448
  3,
1449
1449
  n0,
1450
1450
  _UPSC,
1451
1451
  0,
1452
1452
  [_Tr, _CR],
1453
- [() => UpdateProgramTransition, () => ClipRange],
1453
+ [() => UpdateProgramTransition$, () => ClipRange$],
1454
1454
  ];
1455
- var UpdateProgramTransition = [3, n0, _UPT, 0, [_SSTM, _DM], [1, 1]];
1456
- var UpdateSourceLocationRequest = [
1455
+ var UpdateProgramTransition$ = [3, n0, _UPT, 0, [_SSTM, _DM], [1, 1]];
1456
+ var UpdateSourceLocationRequest$ = [
1457
1457
  3,
1458
1458
  n0,
1459
1459
  _USLR,
1460
1460
  0,
1461
1461
  [_AC, _DSDC, _HC, _SDC, _SLN],
1462
1462
  [
1463
- () => AccessConfiguration,
1464
- () => DefaultSegmentDeliveryConfiguration,
1465
- () => HttpConfiguration,
1463
+ () => AccessConfiguration$,
1464
+ () => DefaultSegmentDeliveryConfiguration$,
1465
+ () => HttpConfiguration$,
1466
1466
  () => __listOfSegmentDeliveryConfiguration,
1467
1467
  [0, 1],
1468
1468
  ],
1469
1469
  ];
1470
- var UpdateSourceLocationResponse = [
1470
+ var UpdateSourceLocationResponse$ = [
1471
1471
  3,
1472
1472
  n0,
1473
1473
  _USLRp,
1474
1474
  0,
1475
1475
  [_AC, _Ar, _CT, _DSDC, _HC, _LMT, _SDC, _SLN, _T],
1476
1476
  [
1477
- () => AccessConfiguration,
1477
+ () => AccessConfiguration$,
1478
1478
  0,
1479
1479
  7,
1480
- () => DefaultSegmentDeliveryConfiguration,
1481
- () => HttpConfiguration,
1480
+ () => DefaultSegmentDeliveryConfiguration$,
1481
+ () => HttpConfiguration$,
1482
1482
  7,
1483
1483
  () => __listOfSegmentDeliveryConfiguration,
1484
1484
  0,
1485
1485
  [128 | 0, { [_jN]: _t }],
1486
1486
  ],
1487
1487
  ];
1488
- var UpdateVodSourceRequest = [
1488
+ var UpdateVodSourceRequest$ = [
1489
1489
  3,
1490
1490
  n0,
1491
1491
  _UVSR,
@@ -1493,7 +1493,7 @@ var UpdateVodSourceRequest = [
1493
1493
  [_HPC, _SLN, _VSN],
1494
1494
  [() => HttpPackageConfigurations, [0, 1], [0, 1]],
1495
1495
  ];
1496
- var UpdateVodSourceResponse = [
1496
+ var UpdateVodSourceResponse$ = [
1497
1497
  3,
1498
1498
  n0,
1499
1499
  _UVSRp,
@@ -1501,7 +1501,7 @@ var UpdateVodSourceResponse = [
1501
1501
  [_Ar, _CT, _HPC, _LMT, _SLN, _T, _VSN],
1502
1502
  [0, 7, () => HttpPackageConfigurations, 7, 0, [128 | 0, { [_jN]: _t }], 0],
1503
1503
  ];
1504
- var VodSource = [
1504
+ var VodSource$ = [
1505
1505
  3,
1506
1506
  n0,
1507
1507
  _VS,
@@ -1510,385 +1510,379 @@ var VodSource = [
1510
1510
  [0, 7, () => HttpPackageConfigurations, 7, 0, [128 | 0, { [_jN]: _t }], 0],
1511
1511
  ];
1512
1512
  var __Unit = "unit";
1513
- var MediaTailorServiceException = [-3, _s, "MediaTailorServiceException", 0, [], []];
1514
- schema.TypeRegistry.for(_s).registerError(MediaTailorServiceException, MediaTailorServiceException$1);
1515
- var __listOfAdBreak = [1, n0, _lOAB, 0, () => AdBreak];
1516
- var __listOfAlert = [1, n0, _lOA, 0, () => Alert];
1517
- var __listOfAlternateMedia = [1, n0, _lOAM, 0, () => AlternateMedia];
1518
- var __listOfAudienceMedia = [1, n0, _lOAMi, 0, () => AudienceMedia];
1519
- var __listOfAvailMatchingCriteria = [1, n0, _lOAMC, 0, () => AvailMatchingCriteria];
1520
- var __listOfChannel = [1, n0, _lOC, 0, [() => Channel, 0]];
1521
- var __listOfLiveSource = [1, n0, _lOLS, 0, [() => LiveSource, 0]];
1522
- var __listOfPlaybackConfiguration = [1, n0, _lOPC, 0, [() => PlaybackConfiguration, 0]];
1523
- var __listOfPrefetchSchedule = [1, n0, _lOPS, 0, () => PrefetchSchedule];
1524
- var __listOfScheduleAdBreak = [1, n0, _lOSAB, 0, () => ScheduleAdBreak];
1525
- var __listOfScheduleEntry = [1, n0, _lOSE, 0, () => ScheduleEntry];
1526
- var __listOfSegmentDeliveryConfiguration = [
1527
- 1,
1528
- n0,
1529
- _lOSDC,
1530
- 0,
1531
- () => SegmentDeliveryConfiguration,
1532
- ];
1533
- var __listOfSourceLocation = [1, n0, _lOSL, 0, [() => SourceLocation, 0]];
1534
- var __listOfVodSource = [1, n0, _lOVS, 0, [() => VodSource, 0]];
1535
- var AdBreakMetadataList = [1, n0, _ABML, 0, () => KeyValuePair];
1536
- var AdBreakOpportunities = [1, n0, _ABOd, 0, () => AdBreakOpportunity];
1537
- var HttpPackageConfigurations = [1, n0, _HPC, 0, () => HttpPackageConfiguration];
1538
- var RequestOutputs = [1, n0, _RO, 0, () => RequestOutputItem];
1539
- var ResponseOutputs = [1, n0, _ROe, 0, () => ResponseOutputItem];
1540
- var SegmentationDescriptorList = [1, n0, _SDL, 0, () => SegmentationDescriptor];
1541
- var ConfigureLogsForChannel = [
1513
+ var MediaTailorServiceException$ = [-3, _s, "MediaTailorServiceException", 0, [], []];
1514
+ schema.TypeRegistry.for(_s).registerError(MediaTailorServiceException$, MediaTailorServiceException);
1515
+ var __listOfAdBreak = [1, n0, _lOAB, 0, () => AdBreak$];
1516
+ var __listOfAlert = [1, n0, _lOA, 0, () => Alert$];
1517
+ var __listOfAlternateMedia = [1, n0, _lOAM, 0, () => AlternateMedia$];
1518
+ var __listOfAudienceMedia = [1, n0, _lOAMi, 0, () => AudienceMedia$];
1519
+ var __listOfAvailMatchingCriteria = [1, n0, _lOAMC, 0, () => AvailMatchingCriteria$];
1520
+ var __listOfChannel = [1, n0, _lOC, 0, [() => Channel$, 0]];
1521
+ var __listOfLiveSource = [1, n0, _lOLS, 0, [() => LiveSource$, 0]];
1522
+ var __listOfPlaybackConfiguration = [1, n0, _lOPC, 0, [() => PlaybackConfiguration$, 0]];
1523
+ var __listOfPrefetchSchedule = [1, n0, _lOPS, 0, () => PrefetchSchedule$];
1524
+ var __listOfScheduleAdBreak = [1, n0, _lOSAB, 0, () => ScheduleAdBreak$];
1525
+ var __listOfScheduleEntry = [1, n0, _lOSE, 0, () => ScheduleEntry$];
1526
+ var __listOfSegmentDeliveryConfiguration = [1, n0, _lOSDC, 0, () => SegmentDeliveryConfiguration$];
1527
+ var __listOfSourceLocation = [1, n0, _lOSL, 0, [() => SourceLocation$, 0]];
1528
+ var __listOfVodSource = [1, n0, _lOVS, 0, [() => VodSource$, 0]];
1529
+ var AdBreakMetadataList = [1, n0, _ABML, 0, () => KeyValuePair$];
1530
+ var AdBreakOpportunities = [1, n0, _ABOd, 0, () => AdBreakOpportunity$];
1531
+ var HttpPackageConfigurations = [1, n0, _HPC, 0, () => HttpPackageConfiguration$];
1532
+ var RequestOutputs = [1, n0, _RO, 0, () => RequestOutputItem$];
1533
+ var ResponseOutputs = [1, n0, _ROe, 0, () => ResponseOutputItem$];
1534
+ var SegmentationDescriptorList = [1, n0, _SDL, 0, () => SegmentationDescriptor$];
1535
+ var ConfigureLogsForChannel$ = [
1542
1536
  9,
1543
1537
  n0,
1544
1538
  _CLFC,
1545
1539
  { [_h]: ["PUT", "/configureLogs/channel", 200] },
1546
- () => ConfigureLogsForChannelRequest,
1547
- () => ConfigureLogsForChannelResponse,
1540
+ () => ConfigureLogsForChannelRequest$,
1541
+ () => ConfigureLogsForChannelResponse$,
1548
1542
  ];
1549
- var ConfigureLogsForPlaybackConfiguration = [
1543
+ var ConfigureLogsForPlaybackConfiguration$ = [
1550
1544
  9,
1551
1545
  n0,
1552
1546
  _CLFPC,
1553
1547
  { [_h]: ["PUT", "/configureLogs/playbackConfiguration", 200] },
1554
- () => ConfigureLogsForPlaybackConfigurationRequest,
1555
- () => ConfigureLogsForPlaybackConfigurationResponse,
1548
+ () => ConfigureLogsForPlaybackConfigurationRequest$,
1549
+ () => ConfigureLogsForPlaybackConfigurationResponse$,
1556
1550
  ];
1557
- var CreateChannel = [
1551
+ var CreateChannel$ = [
1558
1552
  9,
1559
1553
  n0,
1560
1554
  _CCr,
1561
1555
  { [_h]: ["POST", "/channel/{ChannelName}", 200] },
1562
- () => CreateChannelRequest,
1563
- () => CreateChannelResponse,
1556
+ () => CreateChannelRequest$,
1557
+ () => CreateChannelResponse$,
1564
1558
  ];
1565
- var CreateLiveSource = [
1559
+ var CreateLiveSource$ = [
1566
1560
  9,
1567
1561
  n0,
1568
1562
  _CLS,
1569
1563
  { [_h]: ["POST", "/sourceLocation/{SourceLocationName}/liveSource/{LiveSourceName}", 200] },
1570
- () => CreateLiveSourceRequest,
1571
- () => CreateLiveSourceResponse,
1564
+ () => CreateLiveSourceRequest$,
1565
+ () => CreateLiveSourceResponse$,
1572
1566
  ];
1573
- var CreatePrefetchSchedule = [
1567
+ var CreatePrefetchSchedule$ = [
1574
1568
  9,
1575
1569
  n0,
1576
1570
  _CPS,
1577
1571
  { [_h]: ["POST", "/prefetchSchedule/{PlaybackConfigurationName}/{Name}", 200] },
1578
- () => CreatePrefetchScheduleRequest,
1579
- () => CreatePrefetchScheduleResponse,
1572
+ () => CreatePrefetchScheduleRequest$,
1573
+ () => CreatePrefetchScheduleResponse$,
1580
1574
  ];
1581
- var CreateProgram = [
1575
+ var CreateProgram$ = [
1582
1576
  9,
1583
1577
  n0,
1584
1578
  _CP,
1585
1579
  { [_h]: ["POST", "/channel/{ChannelName}/program/{ProgramName}", 200] },
1586
- () => CreateProgramRequest,
1587
- () => CreateProgramResponse,
1580
+ () => CreateProgramRequest$,
1581
+ () => CreateProgramResponse$,
1588
1582
  ];
1589
- var CreateSourceLocation = [
1583
+ var CreateSourceLocation$ = [
1590
1584
  9,
1591
1585
  n0,
1592
1586
  _CSL,
1593
1587
  { [_h]: ["POST", "/sourceLocation/{SourceLocationName}", 200] },
1594
- () => CreateSourceLocationRequest,
1595
- () => CreateSourceLocationResponse,
1588
+ () => CreateSourceLocationRequest$,
1589
+ () => CreateSourceLocationResponse$,
1596
1590
  ];
1597
- var CreateVodSource = [
1591
+ var CreateVodSource$ = [
1598
1592
  9,
1599
1593
  n0,
1600
1594
  _CVS,
1601
1595
  { [_h]: ["POST", "/sourceLocation/{SourceLocationName}/vodSource/{VodSourceName}", 200] },
1602
- () => CreateVodSourceRequest,
1603
- () => CreateVodSourceResponse,
1596
+ () => CreateVodSourceRequest$,
1597
+ () => CreateVodSourceResponse$,
1604
1598
  ];
1605
- var DeleteChannel = [
1599
+ var DeleteChannel$ = [
1606
1600
  9,
1607
1601
  n0,
1608
1602
  _DCe,
1609
1603
  { [_h]: ["DELETE", "/channel/{ChannelName}", 200] },
1610
- () => DeleteChannelRequest,
1611
- () => DeleteChannelResponse,
1604
+ () => DeleteChannelRequest$,
1605
+ () => DeleteChannelResponse$,
1612
1606
  ];
1613
- var DeleteChannelPolicy = [
1607
+ var DeleteChannelPolicy$ = [
1614
1608
  9,
1615
1609
  n0,
1616
1610
  _DCP,
1617
1611
  { [_h]: ["DELETE", "/channel/{ChannelName}/policy", 200] },
1618
- () => DeleteChannelPolicyRequest,
1619
- () => DeleteChannelPolicyResponse,
1612
+ () => DeleteChannelPolicyRequest$,
1613
+ () => DeleteChannelPolicyResponse$,
1620
1614
  ];
1621
- var DeleteLiveSource = [
1615
+ var DeleteLiveSource$ = [
1622
1616
  9,
1623
1617
  n0,
1624
1618
  _DLS,
1625
1619
  { [_h]: ["DELETE", "/sourceLocation/{SourceLocationName}/liveSource/{LiveSourceName}", 200] },
1626
- () => DeleteLiveSourceRequest,
1627
- () => DeleteLiveSourceResponse,
1620
+ () => DeleteLiveSourceRequest$,
1621
+ () => DeleteLiveSourceResponse$,
1628
1622
  ];
1629
- var DeletePlaybackConfiguration = [
1623
+ var DeletePlaybackConfiguration$ = [
1630
1624
  9,
1631
1625
  n0,
1632
1626
  _DPC,
1633
1627
  { [_h]: ["DELETE", "/playbackConfiguration/{Name}", 204] },
1634
- () => DeletePlaybackConfigurationRequest,
1635
- () => DeletePlaybackConfigurationResponse,
1628
+ () => DeletePlaybackConfigurationRequest$,
1629
+ () => DeletePlaybackConfigurationResponse$,
1636
1630
  ];
1637
- var DeletePrefetchSchedule = [
1631
+ var DeletePrefetchSchedule$ = [
1638
1632
  9,
1639
1633
  n0,
1640
1634
  _DPSe,
1641
1635
  { [_h]: ["DELETE", "/prefetchSchedule/{PlaybackConfigurationName}/{Name}", 204] },
1642
- () => DeletePrefetchScheduleRequest,
1643
- () => DeletePrefetchScheduleResponse,
1636
+ () => DeletePrefetchScheduleRequest$,
1637
+ () => DeletePrefetchScheduleResponse$,
1644
1638
  ];
1645
- var DeleteProgram = [
1639
+ var DeleteProgram$ = [
1646
1640
  9,
1647
1641
  n0,
1648
1642
  _DP,
1649
1643
  { [_h]: ["DELETE", "/channel/{ChannelName}/program/{ProgramName}", 200] },
1650
- () => DeleteProgramRequest,
1651
- () => DeleteProgramResponse,
1644
+ () => DeleteProgramRequest$,
1645
+ () => DeleteProgramResponse$,
1652
1646
  ];
1653
- var DeleteSourceLocation = [
1647
+ var DeleteSourceLocation$ = [
1654
1648
  9,
1655
1649
  n0,
1656
1650
  _DSL,
1657
1651
  { [_h]: ["DELETE", "/sourceLocation/{SourceLocationName}", 200] },
1658
- () => DeleteSourceLocationRequest,
1659
- () => DeleteSourceLocationResponse,
1652
+ () => DeleteSourceLocationRequest$,
1653
+ () => DeleteSourceLocationResponse$,
1660
1654
  ];
1661
- var DeleteVodSource = [
1655
+ var DeleteVodSource$ = [
1662
1656
  9,
1663
1657
  n0,
1664
1658
  _DVS,
1665
1659
  { [_h]: ["DELETE", "/sourceLocation/{SourceLocationName}/vodSource/{VodSourceName}", 200] },
1666
- () => DeleteVodSourceRequest,
1667
- () => DeleteVodSourceResponse,
1660
+ () => DeleteVodSourceRequest$,
1661
+ () => DeleteVodSourceResponse$,
1668
1662
  ];
1669
- var DescribeChannel = [
1663
+ var DescribeChannel$ = [
1670
1664
  9,
1671
1665
  n0,
1672
1666
  _DCes,
1673
1667
  { [_h]: ["GET", "/channel/{ChannelName}", 200] },
1674
- () => DescribeChannelRequest,
1675
- () => DescribeChannelResponse,
1668
+ () => DescribeChannelRequest$,
1669
+ () => DescribeChannelResponse$,
1676
1670
  ];
1677
- var DescribeLiveSource = [
1671
+ var DescribeLiveSource$ = [
1678
1672
  9,
1679
1673
  n0,
1680
1674
  _DLSe,
1681
1675
  { [_h]: ["GET", "/sourceLocation/{SourceLocationName}/liveSource/{LiveSourceName}", 200] },
1682
- () => DescribeLiveSourceRequest,
1683
- () => DescribeLiveSourceResponse,
1676
+ () => DescribeLiveSourceRequest$,
1677
+ () => DescribeLiveSourceResponse$,
1684
1678
  ];
1685
- var DescribeProgram = [
1679
+ var DescribeProgram$ = [
1686
1680
  9,
1687
1681
  n0,
1688
1682
  _DPe,
1689
1683
  { [_h]: ["GET", "/channel/{ChannelName}/program/{ProgramName}", 200] },
1690
- () => DescribeProgramRequest,
1691
- () => DescribeProgramResponse,
1684
+ () => DescribeProgramRequest$,
1685
+ () => DescribeProgramResponse$,
1692
1686
  ];
1693
- var DescribeSourceLocation = [
1687
+ var DescribeSourceLocation$ = [
1694
1688
  9,
1695
1689
  n0,
1696
1690
  _DSLe,
1697
1691
  { [_h]: ["GET", "/sourceLocation/{SourceLocationName}", 200] },
1698
- () => DescribeSourceLocationRequest,
1699
- () => DescribeSourceLocationResponse,
1692
+ () => DescribeSourceLocationRequest$,
1693
+ () => DescribeSourceLocationResponse$,
1700
1694
  ];
1701
- var DescribeVodSource = [
1695
+ var DescribeVodSource$ = [
1702
1696
  9,
1703
1697
  n0,
1704
1698
  _DVSe,
1705
1699
  { [_h]: ["GET", "/sourceLocation/{SourceLocationName}/vodSource/{VodSourceName}", 200] },
1706
- () => DescribeVodSourceRequest,
1707
- () => DescribeVodSourceResponse,
1700
+ () => DescribeVodSourceRequest$,
1701
+ () => DescribeVodSourceResponse$,
1708
1702
  ];
1709
- var GetChannelPolicy = [
1703
+ var GetChannelPolicy$ = [
1710
1704
  9,
1711
1705
  n0,
1712
1706
  _GCP,
1713
1707
  { [_h]: ["GET", "/channel/{ChannelName}/policy", 200] },
1714
- () => GetChannelPolicyRequest,
1715
- () => GetChannelPolicyResponse,
1708
+ () => GetChannelPolicyRequest$,
1709
+ () => GetChannelPolicyResponse$,
1716
1710
  ];
1717
- var GetChannelSchedule = [
1711
+ var GetChannelSchedule$ = [
1718
1712
  9,
1719
1713
  n0,
1720
1714
  _GCS,
1721
1715
  { [_h]: ["GET", "/channel/{ChannelName}/schedule", 200] },
1722
- () => GetChannelScheduleRequest,
1723
- () => GetChannelScheduleResponse,
1716
+ () => GetChannelScheduleRequest$,
1717
+ () => GetChannelScheduleResponse$,
1724
1718
  ];
1725
- var GetPlaybackConfiguration = [
1719
+ var GetPlaybackConfiguration$ = [
1726
1720
  9,
1727
1721
  n0,
1728
1722
  _GPC,
1729
1723
  { [_h]: ["GET", "/playbackConfiguration/{Name}", 200] },
1730
- () => GetPlaybackConfigurationRequest,
1731
- () => GetPlaybackConfigurationResponse,
1724
+ () => GetPlaybackConfigurationRequest$,
1725
+ () => GetPlaybackConfigurationResponse$,
1732
1726
  ];
1733
- var GetPrefetchSchedule = [
1727
+ var GetPrefetchSchedule$ = [
1734
1728
  9,
1735
1729
  n0,
1736
1730
  _GPS,
1737
1731
  { [_h]: ["GET", "/prefetchSchedule/{PlaybackConfigurationName}/{Name}", 200] },
1738
- () => GetPrefetchScheduleRequest,
1739
- () => GetPrefetchScheduleResponse,
1732
+ () => GetPrefetchScheduleRequest$,
1733
+ () => GetPrefetchScheduleResponse$,
1740
1734
  ];
1741
- var ListAlerts = [
1735
+ var ListAlerts$ = [
1742
1736
  9,
1743
1737
  n0,
1744
1738
  _LA,
1745
1739
  { [_h]: ["GET", "/alerts", 200] },
1746
- () => ListAlertsRequest,
1747
- () => ListAlertsResponse,
1740
+ () => ListAlertsRequest$,
1741
+ () => ListAlertsResponse$,
1748
1742
  ];
1749
- var ListChannels = [
1743
+ var ListChannels$ = [
1750
1744
  9,
1751
1745
  n0,
1752
1746
  _LCi,
1753
1747
  { [_h]: ["GET", "/channels", 200] },
1754
- () => ListChannelsRequest,
1755
- () => ListChannelsResponse,
1748
+ () => ListChannelsRequest$,
1749
+ () => ListChannelsResponse$,
1756
1750
  ];
1757
- var ListLiveSources = [
1751
+ var ListLiveSources$ = [
1758
1752
  9,
1759
1753
  n0,
1760
1754
  _LLS,
1761
1755
  { [_h]: ["GET", "/sourceLocation/{SourceLocationName}/liveSources", 200] },
1762
- () => ListLiveSourcesRequest,
1763
- () => ListLiveSourcesResponse,
1756
+ () => ListLiveSourcesRequest$,
1757
+ () => ListLiveSourcesResponse$,
1764
1758
  ];
1765
- var ListPlaybackConfigurations = [
1759
+ var ListPlaybackConfigurations$ = [
1766
1760
  9,
1767
1761
  n0,
1768
1762
  _LPC,
1769
1763
  { [_h]: ["GET", "/playbackConfigurations", 200] },
1770
- () => ListPlaybackConfigurationsRequest,
1771
- () => ListPlaybackConfigurationsResponse,
1764
+ () => ListPlaybackConfigurationsRequest$,
1765
+ () => ListPlaybackConfigurationsResponse$,
1772
1766
  ];
1773
- var ListPrefetchSchedules = [
1767
+ var ListPrefetchSchedules$ = [
1774
1768
  9,
1775
1769
  n0,
1776
1770
  _LPS,
1777
1771
  { [_h]: ["POST", "/prefetchSchedule/{PlaybackConfigurationName}", 200] },
1778
- () => ListPrefetchSchedulesRequest,
1779
- () => ListPrefetchSchedulesResponse,
1772
+ () => ListPrefetchSchedulesRequest$,
1773
+ () => ListPrefetchSchedulesResponse$,
1780
1774
  ];
1781
- var ListSourceLocations = [
1775
+ var ListSourceLocations$ = [
1782
1776
  9,
1783
1777
  n0,
1784
1778
  _LSL,
1785
1779
  { [_h]: ["GET", "/sourceLocations", 200] },
1786
- () => ListSourceLocationsRequest,
1787
- () => ListSourceLocationsResponse,
1780
+ () => ListSourceLocationsRequest$,
1781
+ () => ListSourceLocationsResponse$,
1788
1782
  ];
1789
- var ListTagsForResource = [
1783
+ var ListTagsForResource$ = [
1790
1784
  9,
1791
1785
  n0,
1792
1786
  _LTFR,
1793
1787
  { [_h]: ["GET", "/tags/{ResourceArn}", 200] },
1794
- () => ListTagsForResourceRequest,
1795
- () => ListTagsForResourceResponse,
1788
+ () => ListTagsForResourceRequest$,
1789
+ () => ListTagsForResourceResponse$,
1796
1790
  ];
1797
- var ListVodSources = [
1791
+ var ListVodSources$ = [
1798
1792
  9,
1799
1793
  n0,
1800
1794
  _LVS,
1801
1795
  { [_h]: ["GET", "/sourceLocation/{SourceLocationName}/vodSources", 200] },
1802
- () => ListVodSourcesRequest,
1803
- () => ListVodSourcesResponse,
1796
+ () => ListVodSourcesRequest$,
1797
+ () => ListVodSourcesResponse$,
1804
1798
  ];
1805
- var PutChannelPolicy = [
1799
+ var PutChannelPolicy$ = [
1806
1800
  9,
1807
1801
  n0,
1808
1802
  _PCP,
1809
1803
  { [_h]: ["PUT", "/channel/{ChannelName}/policy", 200] },
1810
- () => PutChannelPolicyRequest,
1811
- () => PutChannelPolicyResponse,
1804
+ () => PutChannelPolicyRequest$,
1805
+ () => PutChannelPolicyResponse$,
1812
1806
  ];
1813
- var PutPlaybackConfiguration = [
1807
+ var PutPlaybackConfiguration$ = [
1814
1808
  9,
1815
1809
  n0,
1816
1810
  _PPC,
1817
1811
  { [_h]: ["PUT", "/playbackConfiguration", 200] },
1818
- () => PutPlaybackConfigurationRequest,
1819
- () => PutPlaybackConfigurationResponse,
1812
+ () => PutPlaybackConfigurationRequest$,
1813
+ () => PutPlaybackConfigurationResponse$,
1820
1814
  ];
1821
- var StartChannel = [
1815
+ var StartChannel$ = [
1822
1816
  9,
1823
1817
  n0,
1824
1818
  _SCt,
1825
1819
  { [_h]: ["PUT", "/channel/{ChannelName}/start", 200] },
1826
- () => StartChannelRequest,
1827
- () => StartChannelResponse,
1820
+ () => StartChannelRequest$,
1821
+ () => StartChannelResponse$,
1828
1822
  ];
1829
- var StopChannel = [
1823
+ var StopChannel$ = [
1830
1824
  9,
1831
1825
  n0,
1832
1826
  _SCto,
1833
1827
  { [_h]: ["PUT", "/channel/{ChannelName}/stop", 200] },
1834
- () => StopChannelRequest,
1835
- () => StopChannelResponse,
1828
+ () => StopChannelRequest$,
1829
+ () => StopChannelResponse$,
1836
1830
  ];
1837
- var TagResource = [
1831
+ var TagResource$ = [
1838
1832
  9,
1839
1833
  n0,
1840
1834
  _TR,
1841
1835
  { [_h]: ["POST", "/tags/{ResourceArn}", 204] },
1842
- () => TagResourceRequest,
1836
+ () => TagResourceRequest$,
1843
1837
  () => __Unit,
1844
1838
  ];
1845
- var UntagResource = [
1839
+ var UntagResource$ = [
1846
1840
  9,
1847
1841
  n0,
1848
1842
  _UR,
1849
1843
  { [_h]: ["DELETE", "/tags/{ResourceArn}", 204] },
1850
- () => UntagResourceRequest,
1844
+ () => UntagResourceRequest$,
1851
1845
  () => __Unit,
1852
1846
  ];
1853
- var UpdateChannel = [
1847
+ var UpdateChannel$ = [
1854
1848
  9,
1855
1849
  n0,
1856
1850
  _UC,
1857
1851
  { [_h]: ["PUT", "/channel/{ChannelName}", 200] },
1858
- () => UpdateChannelRequest,
1859
- () => UpdateChannelResponse,
1852
+ () => UpdateChannelRequest$,
1853
+ () => UpdateChannelResponse$,
1860
1854
  ];
1861
- var UpdateLiveSource = [
1855
+ var UpdateLiveSource$ = [
1862
1856
  9,
1863
1857
  n0,
1864
1858
  _ULS,
1865
1859
  { [_h]: ["PUT", "/sourceLocation/{SourceLocationName}/liveSource/{LiveSourceName}", 200] },
1866
- () => UpdateLiveSourceRequest,
1867
- () => UpdateLiveSourceResponse,
1860
+ () => UpdateLiveSourceRequest$,
1861
+ () => UpdateLiveSourceResponse$,
1868
1862
  ];
1869
- var UpdateProgram = [
1863
+ var UpdateProgram$ = [
1870
1864
  9,
1871
1865
  n0,
1872
1866
  _UP,
1873
1867
  { [_h]: ["PUT", "/channel/{ChannelName}/program/{ProgramName}", 200] },
1874
- () => UpdateProgramRequest,
1875
- () => UpdateProgramResponse,
1868
+ () => UpdateProgramRequest$,
1869
+ () => UpdateProgramResponse$,
1876
1870
  ];
1877
- var UpdateSourceLocation = [
1871
+ var UpdateSourceLocation$ = [
1878
1872
  9,
1879
1873
  n0,
1880
1874
  _USL,
1881
1875
  { [_h]: ["PUT", "/sourceLocation/{SourceLocationName}", 200] },
1882
- () => UpdateSourceLocationRequest,
1883
- () => UpdateSourceLocationResponse,
1876
+ () => UpdateSourceLocationRequest$,
1877
+ () => UpdateSourceLocationResponse$,
1884
1878
  ];
1885
- var UpdateVodSource = [
1879
+ var UpdateVodSource$ = [
1886
1880
  9,
1887
1881
  n0,
1888
1882
  _UVS,
1889
1883
  { [_h]: ["PUT", "/sourceLocation/{SourceLocationName}/vodSource/{VodSourceName}", 200] },
1890
- () => UpdateVodSourceRequest,
1891
- () => UpdateVodSourceResponse,
1884
+ () => UpdateVodSourceRequest$,
1885
+ () => UpdateVodSourceResponse$,
1892
1886
  ];
1893
1887
 
1894
1888
  class ConfigureLogsForChannelCommand extends smithyClient.Command
@@ -1899,7 +1893,7 @@ class ConfigureLogsForChannelCommand extends smithyClient.Command
1899
1893
  })
1900
1894
  .s("MediaTailor", "ConfigureLogsForChannel", {})
1901
1895
  .n("MediaTailorClient", "ConfigureLogsForChannelCommand")
1902
- .sc(ConfigureLogsForChannel)
1896
+ .sc(ConfigureLogsForChannel$)
1903
1897
  .build() {
1904
1898
  }
1905
1899
 
@@ -1911,7 +1905,7 @@ class ConfigureLogsForPlaybackConfigurationCommand extends smithyClient.Command
1911
1905
  })
1912
1906
  .s("MediaTailor", "ConfigureLogsForPlaybackConfiguration", {})
1913
1907
  .n("MediaTailorClient", "ConfigureLogsForPlaybackConfigurationCommand")
1914
- .sc(ConfigureLogsForPlaybackConfiguration)
1908
+ .sc(ConfigureLogsForPlaybackConfiguration$)
1915
1909
  .build() {
1916
1910
  }
1917
1911
 
@@ -1923,7 +1917,7 @@ class CreateChannelCommand extends smithyClient.Command
1923
1917
  })
1924
1918
  .s("MediaTailor", "CreateChannel", {})
1925
1919
  .n("MediaTailorClient", "CreateChannelCommand")
1926
- .sc(CreateChannel)
1920
+ .sc(CreateChannel$)
1927
1921
  .build() {
1928
1922
  }
1929
1923
 
@@ -1935,7 +1929,7 @@ class CreateLiveSourceCommand extends smithyClient.Command
1935
1929
  })
1936
1930
  .s("MediaTailor", "CreateLiveSource", {})
1937
1931
  .n("MediaTailorClient", "CreateLiveSourceCommand")
1938
- .sc(CreateLiveSource)
1932
+ .sc(CreateLiveSource$)
1939
1933
  .build() {
1940
1934
  }
1941
1935
 
@@ -1947,7 +1941,7 @@ class CreatePrefetchScheduleCommand extends smithyClient.Command
1947
1941
  })
1948
1942
  .s("MediaTailor", "CreatePrefetchSchedule", {})
1949
1943
  .n("MediaTailorClient", "CreatePrefetchScheduleCommand")
1950
- .sc(CreatePrefetchSchedule)
1944
+ .sc(CreatePrefetchSchedule$)
1951
1945
  .build() {
1952
1946
  }
1953
1947
 
@@ -1959,7 +1953,7 @@ class CreateProgramCommand extends smithyClient.Command
1959
1953
  })
1960
1954
  .s("MediaTailor", "CreateProgram", {})
1961
1955
  .n("MediaTailorClient", "CreateProgramCommand")
1962
- .sc(CreateProgram)
1956
+ .sc(CreateProgram$)
1963
1957
  .build() {
1964
1958
  }
1965
1959
 
@@ -1971,7 +1965,7 @@ class CreateSourceLocationCommand extends smithyClient.Command
1971
1965
  })
1972
1966
  .s("MediaTailor", "CreateSourceLocation", {})
1973
1967
  .n("MediaTailorClient", "CreateSourceLocationCommand")
1974
- .sc(CreateSourceLocation)
1968
+ .sc(CreateSourceLocation$)
1975
1969
  .build() {
1976
1970
  }
1977
1971
 
@@ -1983,7 +1977,7 @@ class CreateVodSourceCommand extends smithyClient.Command
1983
1977
  })
1984
1978
  .s("MediaTailor", "CreateVodSource", {})
1985
1979
  .n("MediaTailorClient", "CreateVodSourceCommand")
1986
- .sc(CreateVodSource)
1980
+ .sc(CreateVodSource$)
1987
1981
  .build() {
1988
1982
  }
1989
1983
 
@@ -1995,7 +1989,7 @@ class DeleteChannelCommand extends smithyClient.Command
1995
1989
  })
1996
1990
  .s("MediaTailor", "DeleteChannel", {})
1997
1991
  .n("MediaTailorClient", "DeleteChannelCommand")
1998
- .sc(DeleteChannel)
1992
+ .sc(DeleteChannel$)
1999
1993
  .build() {
2000
1994
  }
2001
1995
 
@@ -2007,7 +2001,7 @@ class DeleteChannelPolicyCommand extends smithyClient.Command
2007
2001
  })
2008
2002
  .s("MediaTailor", "DeleteChannelPolicy", {})
2009
2003
  .n("MediaTailorClient", "DeleteChannelPolicyCommand")
2010
- .sc(DeleteChannelPolicy)
2004
+ .sc(DeleteChannelPolicy$)
2011
2005
  .build() {
2012
2006
  }
2013
2007
 
@@ -2019,7 +2013,7 @@ class DeleteLiveSourceCommand extends smithyClient.Command
2019
2013
  })
2020
2014
  .s("MediaTailor", "DeleteLiveSource", {})
2021
2015
  .n("MediaTailorClient", "DeleteLiveSourceCommand")
2022
- .sc(DeleteLiveSource)
2016
+ .sc(DeleteLiveSource$)
2023
2017
  .build() {
2024
2018
  }
2025
2019
 
@@ -2031,7 +2025,7 @@ class DeletePlaybackConfigurationCommand extends smithyClient.Command
2031
2025
  })
2032
2026
  .s("MediaTailor", "DeletePlaybackConfiguration", {})
2033
2027
  .n("MediaTailorClient", "DeletePlaybackConfigurationCommand")
2034
- .sc(DeletePlaybackConfiguration)
2028
+ .sc(DeletePlaybackConfiguration$)
2035
2029
  .build() {
2036
2030
  }
2037
2031
 
@@ -2043,7 +2037,7 @@ class DeletePrefetchScheduleCommand extends smithyClient.Command
2043
2037
  })
2044
2038
  .s("MediaTailor", "DeletePrefetchSchedule", {})
2045
2039
  .n("MediaTailorClient", "DeletePrefetchScheduleCommand")
2046
- .sc(DeletePrefetchSchedule)
2040
+ .sc(DeletePrefetchSchedule$)
2047
2041
  .build() {
2048
2042
  }
2049
2043
 
@@ -2055,7 +2049,7 @@ class DeleteProgramCommand extends smithyClient.Command
2055
2049
  })
2056
2050
  .s("MediaTailor", "DeleteProgram", {})
2057
2051
  .n("MediaTailorClient", "DeleteProgramCommand")
2058
- .sc(DeleteProgram)
2052
+ .sc(DeleteProgram$)
2059
2053
  .build() {
2060
2054
  }
2061
2055
 
@@ -2067,7 +2061,7 @@ class DeleteSourceLocationCommand extends smithyClient.Command
2067
2061
  })
2068
2062
  .s("MediaTailor", "DeleteSourceLocation", {})
2069
2063
  .n("MediaTailorClient", "DeleteSourceLocationCommand")
2070
- .sc(DeleteSourceLocation)
2064
+ .sc(DeleteSourceLocation$)
2071
2065
  .build() {
2072
2066
  }
2073
2067
 
@@ -2079,7 +2073,7 @@ class DeleteVodSourceCommand extends smithyClient.Command
2079
2073
  })
2080
2074
  .s("MediaTailor", "DeleteVodSource", {})
2081
2075
  .n("MediaTailorClient", "DeleteVodSourceCommand")
2082
- .sc(DeleteVodSource)
2076
+ .sc(DeleteVodSource$)
2083
2077
  .build() {
2084
2078
  }
2085
2079
 
@@ -2091,7 +2085,7 @@ class DescribeChannelCommand extends smithyClient.Command
2091
2085
  })
2092
2086
  .s("MediaTailor", "DescribeChannel", {})
2093
2087
  .n("MediaTailorClient", "DescribeChannelCommand")
2094
- .sc(DescribeChannel)
2088
+ .sc(DescribeChannel$)
2095
2089
  .build() {
2096
2090
  }
2097
2091
 
@@ -2103,7 +2097,7 @@ class DescribeLiveSourceCommand extends smithyClient.Command
2103
2097
  })
2104
2098
  .s("MediaTailor", "DescribeLiveSource", {})
2105
2099
  .n("MediaTailorClient", "DescribeLiveSourceCommand")
2106
- .sc(DescribeLiveSource)
2100
+ .sc(DescribeLiveSource$)
2107
2101
  .build() {
2108
2102
  }
2109
2103
 
@@ -2115,7 +2109,7 @@ class DescribeProgramCommand extends smithyClient.Command
2115
2109
  })
2116
2110
  .s("MediaTailor", "DescribeProgram", {})
2117
2111
  .n("MediaTailorClient", "DescribeProgramCommand")
2118
- .sc(DescribeProgram)
2112
+ .sc(DescribeProgram$)
2119
2113
  .build() {
2120
2114
  }
2121
2115
 
@@ -2127,7 +2121,7 @@ class DescribeSourceLocationCommand extends smithyClient.Command
2127
2121
  })
2128
2122
  .s("MediaTailor", "DescribeSourceLocation", {})
2129
2123
  .n("MediaTailorClient", "DescribeSourceLocationCommand")
2130
- .sc(DescribeSourceLocation)
2124
+ .sc(DescribeSourceLocation$)
2131
2125
  .build() {
2132
2126
  }
2133
2127
 
@@ -2139,7 +2133,7 @@ class DescribeVodSourceCommand extends smithyClient.Command
2139
2133
  })
2140
2134
  .s("MediaTailor", "DescribeVodSource", {})
2141
2135
  .n("MediaTailorClient", "DescribeVodSourceCommand")
2142
- .sc(DescribeVodSource)
2136
+ .sc(DescribeVodSource$)
2143
2137
  .build() {
2144
2138
  }
2145
2139
 
@@ -2151,7 +2145,7 @@ class GetChannelPolicyCommand extends smithyClient.Command
2151
2145
  })
2152
2146
  .s("MediaTailor", "GetChannelPolicy", {})
2153
2147
  .n("MediaTailorClient", "GetChannelPolicyCommand")
2154
- .sc(GetChannelPolicy)
2148
+ .sc(GetChannelPolicy$)
2155
2149
  .build() {
2156
2150
  }
2157
2151
 
@@ -2163,7 +2157,7 @@ class GetChannelScheduleCommand extends smithyClient.Command
2163
2157
  })
2164
2158
  .s("MediaTailor", "GetChannelSchedule", {})
2165
2159
  .n("MediaTailorClient", "GetChannelScheduleCommand")
2166
- .sc(GetChannelSchedule)
2160
+ .sc(GetChannelSchedule$)
2167
2161
  .build() {
2168
2162
  }
2169
2163
 
@@ -2175,7 +2169,7 @@ class GetPlaybackConfigurationCommand extends smithyClient.Command
2175
2169
  })
2176
2170
  .s("MediaTailor", "GetPlaybackConfiguration", {})
2177
2171
  .n("MediaTailorClient", "GetPlaybackConfigurationCommand")
2178
- .sc(GetPlaybackConfiguration)
2172
+ .sc(GetPlaybackConfiguration$)
2179
2173
  .build() {
2180
2174
  }
2181
2175
 
@@ -2187,7 +2181,7 @@ class GetPrefetchScheduleCommand extends smithyClient.Command
2187
2181
  })
2188
2182
  .s("MediaTailor", "GetPrefetchSchedule", {})
2189
2183
  .n("MediaTailorClient", "GetPrefetchScheduleCommand")
2190
- .sc(GetPrefetchSchedule)
2184
+ .sc(GetPrefetchSchedule$)
2191
2185
  .build() {
2192
2186
  }
2193
2187
 
@@ -2199,7 +2193,7 @@ class ListAlertsCommand extends smithyClient.Command
2199
2193
  })
2200
2194
  .s("MediaTailor", "ListAlerts", {})
2201
2195
  .n("MediaTailorClient", "ListAlertsCommand")
2202
- .sc(ListAlerts)
2196
+ .sc(ListAlerts$)
2203
2197
  .build() {
2204
2198
  }
2205
2199
 
@@ -2211,7 +2205,7 @@ class ListChannelsCommand extends smithyClient.Command
2211
2205
  })
2212
2206
  .s("MediaTailor", "ListChannels", {})
2213
2207
  .n("MediaTailorClient", "ListChannelsCommand")
2214
- .sc(ListChannels)
2208
+ .sc(ListChannels$)
2215
2209
  .build() {
2216
2210
  }
2217
2211
 
@@ -2223,7 +2217,7 @@ class ListLiveSourcesCommand extends smithyClient.Command
2223
2217
  })
2224
2218
  .s("MediaTailor", "ListLiveSources", {})
2225
2219
  .n("MediaTailorClient", "ListLiveSourcesCommand")
2226
- .sc(ListLiveSources)
2220
+ .sc(ListLiveSources$)
2227
2221
  .build() {
2228
2222
  }
2229
2223
 
@@ -2235,7 +2229,7 @@ class ListPlaybackConfigurationsCommand extends smithyClient.Command
2235
2229
  })
2236
2230
  .s("MediaTailor", "ListPlaybackConfigurations", {})
2237
2231
  .n("MediaTailorClient", "ListPlaybackConfigurationsCommand")
2238
- .sc(ListPlaybackConfigurations)
2232
+ .sc(ListPlaybackConfigurations$)
2239
2233
  .build() {
2240
2234
  }
2241
2235
 
@@ -2247,7 +2241,7 @@ class ListPrefetchSchedulesCommand extends smithyClient.Command
2247
2241
  })
2248
2242
  .s("MediaTailor", "ListPrefetchSchedules", {})
2249
2243
  .n("MediaTailorClient", "ListPrefetchSchedulesCommand")
2250
- .sc(ListPrefetchSchedules)
2244
+ .sc(ListPrefetchSchedules$)
2251
2245
  .build() {
2252
2246
  }
2253
2247
 
@@ -2259,7 +2253,7 @@ class ListSourceLocationsCommand extends smithyClient.Command
2259
2253
  })
2260
2254
  .s("MediaTailor", "ListSourceLocations", {})
2261
2255
  .n("MediaTailorClient", "ListSourceLocationsCommand")
2262
- .sc(ListSourceLocations)
2256
+ .sc(ListSourceLocations$)
2263
2257
  .build() {
2264
2258
  }
2265
2259
 
@@ -2271,7 +2265,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
2271
2265
  })
2272
2266
  .s("MediaTailor", "ListTagsForResource", {})
2273
2267
  .n("MediaTailorClient", "ListTagsForResourceCommand")
2274
- .sc(ListTagsForResource)
2268
+ .sc(ListTagsForResource$)
2275
2269
  .build() {
2276
2270
  }
2277
2271
 
@@ -2283,7 +2277,7 @@ class ListVodSourcesCommand extends smithyClient.Command
2283
2277
  })
2284
2278
  .s("MediaTailor", "ListVodSources", {})
2285
2279
  .n("MediaTailorClient", "ListVodSourcesCommand")
2286
- .sc(ListVodSources)
2280
+ .sc(ListVodSources$)
2287
2281
  .build() {
2288
2282
  }
2289
2283
 
@@ -2295,7 +2289,7 @@ class PutChannelPolicyCommand extends smithyClient.Command
2295
2289
  })
2296
2290
  .s("MediaTailor", "PutChannelPolicy", {})
2297
2291
  .n("MediaTailorClient", "PutChannelPolicyCommand")
2298
- .sc(PutChannelPolicy)
2292
+ .sc(PutChannelPolicy$)
2299
2293
  .build() {
2300
2294
  }
2301
2295
 
@@ -2307,7 +2301,7 @@ class PutPlaybackConfigurationCommand extends smithyClient.Command
2307
2301
  })
2308
2302
  .s("MediaTailor", "PutPlaybackConfiguration", {})
2309
2303
  .n("MediaTailorClient", "PutPlaybackConfigurationCommand")
2310
- .sc(PutPlaybackConfiguration)
2304
+ .sc(PutPlaybackConfiguration$)
2311
2305
  .build() {
2312
2306
  }
2313
2307
 
@@ -2319,7 +2313,7 @@ class StartChannelCommand extends smithyClient.Command
2319
2313
  })
2320
2314
  .s("MediaTailor", "StartChannel", {})
2321
2315
  .n("MediaTailorClient", "StartChannelCommand")
2322
- .sc(StartChannel)
2316
+ .sc(StartChannel$)
2323
2317
  .build() {
2324
2318
  }
2325
2319
 
@@ -2331,7 +2325,7 @@ class StopChannelCommand extends smithyClient.Command
2331
2325
  })
2332
2326
  .s("MediaTailor", "StopChannel", {})
2333
2327
  .n("MediaTailorClient", "StopChannelCommand")
2334
- .sc(StopChannel)
2328
+ .sc(StopChannel$)
2335
2329
  .build() {
2336
2330
  }
2337
2331
 
@@ -2343,7 +2337,7 @@ class TagResourceCommand extends smithyClient.Command
2343
2337
  })
2344
2338
  .s("MediaTailor", "TagResource", {})
2345
2339
  .n("MediaTailorClient", "TagResourceCommand")
2346
- .sc(TagResource)
2340
+ .sc(TagResource$)
2347
2341
  .build() {
2348
2342
  }
2349
2343
 
@@ -2355,7 +2349,7 @@ class UntagResourceCommand extends smithyClient.Command
2355
2349
  })
2356
2350
  .s("MediaTailor", "UntagResource", {})
2357
2351
  .n("MediaTailorClient", "UntagResourceCommand")
2358
- .sc(UntagResource)
2352
+ .sc(UntagResource$)
2359
2353
  .build() {
2360
2354
  }
2361
2355
 
@@ -2367,7 +2361,7 @@ class UpdateChannelCommand extends smithyClient.Command
2367
2361
  })
2368
2362
  .s("MediaTailor", "UpdateChannel", {})
2369
2363
  .n("MediaTailorClient", "UpdateChannelCommand")
2370
- .sc(UpdateChannel)
2364
+ .sc(UpdateChannel$)
2371
2365
  .build() {
2372
2366
  }
2373
2367
 
@@ -2379,7 +2373,7 @@ class UpdateLiveSourceCommand extends smithyClient.Command
2379
2373
  })
2380
2374
  .s("MediaTailor", "UpdateLiveSource", {})
2381
2375
  .n("MediaTailorClient", "UpdateLiveSourceCommand")
2382
- .sc(UpdateLiveSource)
2376
+ .sc(UpdateLiveSource$)
2383
2377
  .build() {
2384
2378
  }
2385
2379
 
@@ -2391,7 +2385,7 @@ class UpdateProgramCommand extends smithyClient.Command
2391
2385
  })
2392
2386
  .s("MediaTailor", "UpdateProgram", {})
2393
2387
  .n("MediaTailorClient", "UpdateProgramCommand")
2394
- .sc(UpdateProgram)
2388
+ .sc(UpdateProgram$)
2395
2389
  .build() {
2396
2390
  }
2397
2391
 
@@ -2403,7 +2397,7 @@ class UpdateSourceLocationCommand extends smithyClient.Command
2403
2397
  })
2404
2398
  .s("MediaTailor", "UpdateSourceLocation", {})
2405
2399
  .n("MediaTailorClient", "UpdateSourceLocationCommand")
2406
- .sc(UpdateSourceLocation)
2400
+ .sc(UpdateSourceLocation$)
2407
2401
  .build() {
2408
2402
  }
2409
2403
 
@@ -2415,7 +2409,7 @@ class UpdateVodSourceCommand extends smithyClient.Command
2415
2409
  })
2416
2410
  .s("MediaTailor", "UpdateVodSource", {})
2417
2411
  .n("MediaTailorClient", "UpdateVodSourceCommand")
2418
- .sc(UpdateVodSource)
2412
+ .sc(UpdateVodSource$)
2419
2413
  .build() {
2420
2414
  }
2421
2415
 
@@ -2669,80 +2663,270 @@ Object.defineProperty(exports, "__Client", {
2669
2663
  enumerable: true,
2670
2664
  get: function () { return smithyClient.Client; }
2671
2665
  });
2666
+ exports.AccessConfiguration$ = AccessConfiguration$;
2672
2667
  exports.AccessType = AccessType;
2668
+ exports.AdBreak$ = AdBreak$;
2669
+ exports.AdBreakOpportunity$ = AdBreakOpportunity$;
2670
+ exports.AdConditioningConfiguration$ = AdConditioningConfiguration$;
2671
+ exports.AdDecisionServerConfiguration$ = AdDecisionServerConfiguration$;
2672
+ exports.AdMarkerPassthrough$ = AdMarkerPassthrough$;
2673
2673
  exports.AdMarkupType = AdMarkupType;
2674
2674
  exports.AdsInteractionExcludeEventType = AdsInteractionExcludeEventType;
2675
+ exports.AdsInteractionLog$ = AdsInteractionLog$;
2675
2676
  exports.AdsInteractionPublishOptInEventType = AdsInteractionPublishOptInEventType;
2677
+ exports.Alert$ = Alert$;
2676
2678
  exports.AlertCategory = AlertCategory;
2677
- exports.BadRequestException = BadRequestException$1;
2679
+ exports.AlternateMedia$ = AlternateMedia$;
2680
+ exports.AudienceMedia$ = AudienceMedia$;
2681
+ exports.AvailMatchingCriteria$ = AvailMatchingCriteria$;
2682
+ exports.AvailSuppression$ = AvailSuppression$;
2683
+ exports.BadRequestException = BadRequestException;
2684
+ exports.BadRequestException$ = BadRequestException$;
2685
+ exports.Bumper$ = Bumper$;
2686
+ exports.CdnConfiguration$ = CdnConfiguration$;
2687
+ exports.Channel$ = Channel$;
2678
2688
  exports.ChannelState = ChannelState;
2689
+ exports.ClipRange$ = ClipRange$;
2679
2690
  exports.CompressionMethod = CompressionMethod;
2691
+ exports.ConfigureLogsForChannel$ = ConfigureLogsForChannel$;
2680
2692
  exports.ConfigureLogsForChannelCommand = ConfigureLogsForChannelCommand;
2693
+ exports.ConfigureLogsForChannelRequest$ = ConfigureLogsForChannelRequest$;
2694
+ exports.ConfigureLogsForChannelResponse$ = ConfigureLogsForChannelResponse$;
2695
+ exports.ConfigureLogsForPlaybackConfiguration$ = ConfigureLogsForPlaybackConfiguration$;
2681
2696
  exports.ConfigureLogsForPlaybackConfigurationCommand = ConfigureLogsForPlaybackConfigurationCommand;
2697
+ exports.ConfigureLogsForPlaybackConfigurationRequest$ = ConfigureLogsForPlaybackConfigurationRequest$;
2698
+ exports.ConfigureLogsForPlaybackConfigurationResponse$ = ConfigureLogsForPlaybackConfigurationResponse$;
2699
+ exports.CreateChannel$ = CreateChannel$;
2682
2700
  exports.CreateChannelCommand = CreateChannelCommand;
2701
+ exports.CreateChannelRequest$ = CreateChannelRequest$;
2702
+ exports.CreateChannelResponse$ = CreateChannelResponse$;
2703
+ exports.CreateLiveSource$ = CreateLiveSource$;
2683
2704
  exports.CreateLiveSourceCommand = CreateLiveSourceCommand;
2705
+ exports.CreateLiveSourceRequest$ = CreateLiveSourceRequest$;
2706
+ exports.CreateLiveSourceResponse$ = CreateLiveSourceResponse$;
2707
+ exports.CreatePrefetchSchedule$ = CreatePrefetchSchedule$;
2684
2708
  exports.CreatePrefetchScheduleCommand = CreatePrefetchScheduleCommand;
2709
+ exports.CreatePrefetchScheduleRequest$ = CreatePrefetchScheduleRequest$;
2710
+ exports.CreatePrefetchScheduleResponse$ = CreatePrefetchScheduleResponse$;
2711
+ exports.CreateProgram$ = CreateProgram$;
2685
2712
  exports.CreateProgramCommand = CreateProgramCommand;
2713
+ exports.CreateProgramRequest$ = CreateProgramRequest$;
2714
+ exports.CreateProgramResponse$ = CreateProgramResponse$;
2715
+ exports.CreateSourceLocation$ = CreateSourceLocation$;
2686
2716
  exports.CreateSourceLocationCommand = CreateSourceLocationCommand;
2717
+ exports.CreateSourceLocationRequest$ = CreateSourceLocationRequest$;
2718
+ exports.CreateSourceLocationResponse$ = CreateSourceLocationResponse$;
2719
+ exports.CreateVodSource$ = CreateVodSource$;
2687
2720
  exports.CreateVodSourceCommand = CreateVodSourceCommand;
2721
+ exports.CreateVodSourceRequest$ = CreateVodSourceRequest$;
2722
+ exports.CreateVodSourceResponse$ = CreateVodSourceResponse$;
2723
+ exports.DashConfiguration$ = DashConfiguration$;
2724
+ exports.DashConfigurationForPut$ = DashConfigurationForPut$;
2725
+ exports.DashPlaylistSettings$ = DashPlaylistSettings$;
2726
+ exports.DefaultSegmentDeliveryConfiguration$ = DefaultSegmentDeliveryConfiguration$;
2727
+ exports.DeleteChannel$ = DeleteChannel$;
2688
2728
  exports.DeleteChannelCommand = DeleteChannelCommand;
2729
+ exports.DeleteChannelPolicy$ = DeleteChannelPolicy$;
2689
2730
  exports.DeleteChannelPolicyCommand = DeleteChannelPolicyCommand;
2731
+ exports.DeleteChannelPolicyRequest$ = DeleteChannelPolicyRequest$;
2732
+ exports.DeleteChannelPolicyResponse$ = DeleteChannelPolicyResponse$;
2733
+ exports.DeleteChannelRequest$ = DeleteChannelRequest$;
2734
+ exports.DeleteChannelResponse$ = DeleteChannelResponse$;
2735
+ exports.DeleteLiveSource$ = DeleteLiveSource$;
2690
2736
  exports.DeleteLiveSourceCommand = DeleteLiveSourceCommand;
2737
+ exports.DeleteLiveSourceRequest$ = DeleteLiveSourceRequest$;
2738
+ exports.DeleteLiveSourceResponse$ = DeleteLiveSourceResponse$;
2739
+ exports.DeletePlaybackConfiguration$ = DeletePlaybackConfiguration$;
2691
2740
  exports.DeletePlaybackConfigurationCommand = DeletePlaybackConfigurationCommand;
2741
+ exports.DeletePlaybackConfigurationRequest$ = DeletePlaybackConfigurationRequest$;
2742
+ exports.DeletePlaybackConfigurationResponse$ = DeletePlaybackConfigurationResponse$;
2743
+ exports.DeletePrefetchSchedule$ = DeletePrefetchSchedule$;
2692
2744
  exports.DeletePrefetchScheduleCommand = DeletePrefetchScheduleCommand;
2745
+ exports.DeletePrefetchScheduleRequest$ = DeletePrefetchScheduleRequest$;
2746
+ exports.DeletePrefetchScheduleResponse$ = DeletePrefetchScheduleResponse$;
2747
+ exports.DeleteProgram$ = DeleteProgram$;
2693
2748
  exports.DeleteProgramCommand = DeleteProgramCommand;
2749
+ exports.DeleteProgramRequest$ = DeleteProgramRequest$;
2750
+ exports.DeleteProgramResponse$ = DeleteProgramResponse$;
2751
+ exports.DeleteSourceLocation$ = DeleteSourceLocation$;
2694
2752
  exports.DeleteSourceLocationCommand = DeleteSourceLocationCommand;
2753
+ exports.DeleteSourceLocationRequest$ = DeleteSourceLocationRequest$;
2754
+ exports.DeleteSourceLocationResponse$ = DeleteSourceLocationResponse$;
2755
+ exports.DeleteVodSource$ = DeleteVodSource$;
2695
2756
  exports.DeleteVodSourceCommand = DeleteVodSourceCommand;
2757
+ exports.DeleteVodSourceRequest$ = DeleteVodSourceRequest$;
2758
+ exports.DeleteVodSourceResponse$ = DeleteVodSourceResponse$;
2759
+ exports.DescribeChannel$ = DescribeChannel$;
2696
2760
  exports.DescribeChannelCommand = DescribeChannelCommand;
2761
+ exports.DescribeChannelRequest$ = DescribeChannelRequest$;
2762
+ exports.DescribeChannelResponse$ = DescribeChannelResponse$;
2763
+ exports.DescribeLiveSource$ = DescribeLiveSource$;
2697
2764
  exports.DescribeLiveSourceCommand = DescribeLiveSourceCommand;
2765
+ exports.DescribeLiveSourceRequest$ = DescribeLiveSourceRequest$;
2766
+ exports.DescribeLiveSourceResponse$ = DescribeLiveSourceResponse$;
2767
+ exports.DescribeProgram$ = DescribeProgram$;
2698
2768
  exports.DescribeProgramCommand = DescribeProgramCommand;
2769
+ exports.DescribeProgramRequest$ = DescribeProgramRequest$;
2770
+ exports.DescribeProgramResponse$ = DescribeProgramResponse$;
2771
+ exports.DescribeSourceLocation$ = DescribeSourceLocation$;
2699
2772
  exports.DescribeSourceLocationCommand = DescribeSourceLocationCommand;
2773
+ exports.DescribeSourceLocationRequest$ = DescribeSourceLocationRequest$;
2774
+ exports.DescribeSourceLocationResponse$ = DescribeSourceLocationResponse$;
2775
+ exports.DescribeVodSource$ = DescribeVodSource$;
2700
2776
  exports.DescribeVodSourceCommand = DescribeVodSourceCommand;
2777
+ exports.DescribeVodSourceRequest$ = DescribeVodSourceRequest$;
2778
+ exports.DescribeVodSourceResponse$ = DescribeVodSourceResponse$;
2701
2779
  exports.FillPolicy = FillPolicy;
2780
+ exports.GetChannelPolicy$ = GetChannelPolicy$;
2702
2781
  exports.GetChannelPolicyCommand = GetChannelPolicyCommand;
2782
+ exports.GetChannelPolicyRequest$ = GetChannelPolicyRequest$;
2783
+ exports.GetChannelPolicyResponse$ = GetChannelPolicyResponse$;
2784
+ exports.GetChannelSchedule$ = GetChannelSchedule$;
2703
2785
  exports.GetChannelScheduleCommand = GetChannelScheduleCommand;
2786
+ exports.GetChannelScheduleRequest$ = GetChannelScheduleRequest$;
2787
+ exports.GetChannelScheduleResponse$ = GetChannelScheduleResponse$;
2788
+ exports.GetPlaybackConfiguration$ = GetPlaybackConfiguration$;
2704
2789
  exports.GetPlaybackConfigurationCommand = GetPlaybackConfigurationCommand;
2790
+ exports.GetPlaybackConfigurationRequest$ = GetPlaybackConfigurationRequest$;
2791
+ exports.GetPlaybackConfigurationResponse$ = GetPlaybackConfigurationResponse$;
2792
+ exports.GetPrefetchSchedule$ = GetPrefetchSchedule$;
2705
2793
  exports.GetPrefetchScheduleCommand = GetPrefetchScheduleCommand;
2794
+ exports.GetPrefetchScheduleRequest$ = GetPrefetchScheduleRequest$;
2795
+ exports.GetPrefetchScheduleResponse$ = GetPrefetchScheduleResponse$;
2796
+ exports.HlsConfiguration$ = HlsConfiguration$;
2797
+ exports.HlsPlaylistSettings$ = HlsPlaylistSettings$;
2798
+ exports.HttpConfiguration$ = HttpConfiguration$;
2799
+ exports.HttpPackageConfiguration$ = HttpPackageConfiguration$;
2800
+ exports.HttpRequest$ = HttpRequest$;
2706
2801
  exports.InsertionMode = InsertionMode;
2802
+ exports.KeyValuePair$ = KeyValuePair$;
2803
+ exports.ListAlerts$ = ListAlerts$;
2707
2804
  exports.ListAlertsCommand = ListAlertsCommand;
2805
+ exports.ListAlertsRequest$ = ListAlertsRequest$;
2806
+ exports.ListAlertsResponse$ = ListAlertsResponse$;
2807
+ exports.ListChannels$ = ListChannels$;
2708
2808
  exports.ListChannelsCommand = ListChannelsCommand;
2809
+ exports.ListChannelsRequest$ = ListChannelsRequest$;
2810
+ exports.ListChannelsResponse$ = ListChannelsResponse$;
2811
+ exports.ListLiveSources$ = ListLiveSources$;
2709
2812
  exports.ListLiveSourcesCommand = ListLiveSourcesCommand;
2813
+ exports.ListLiveSourcesRequest$ = ListLiveSourcesRequest$;
2814
+ exports.ListLiveSourcesResponse$ = ListLiveSourcesResponse$;
2815
+ exports.ListPlaybackConfigurations$ = ListPlaybackConfigurations$;
2710
2816
  exports.ListPlaybackConfigurationsCommand = ListPlaybackConfigurationsCommand;
2817
+ exports.ListPlaybackConfigurationsRequest$ = ListPlaybackConfigurationsRequest$;
2818
+ exports.ListPlaybackConfigurationsResponse$ = ListPlaybackConfigurationsResponse$;
2711
2819
  exports.ListPrefetchScheduleType = ListPrefetchScheduleType;
2820
+ exports.ListPrefetchSchedules$ = ListPrefetchSchedules$;
2712
2821
  exports.ListPrefetchSchedulesCommand = ListPrefetchSchedulesCommand;
2822
+ exports.ListPrefetchSchedulesRequest$ = ListPrefetchSchedulesRequest$;
2823
+ exports.ListPrefetchSchedulesResponse$ = ListPrefetchSchedulesResponse$;
2824
+ exports.ListSourceLocations$ = ListSourceLocations$;
2713
2825
  exports.ListSourceLocationsCommand = ListSourceLocationsCommand;
2826
+ exports.ListSourceLocationsRequest$ = ListSourceLocationsRequest$;
2827
+ exports.ListSourceLocationsResponse$ = ListSourceLocationsResponse$;
2828
+ exports.ListTagsForResource$ = ListTagsForResource$;
2714
2829
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
2830
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
2831
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
2832
+ exports.ListVodSources$ = ListVodSources$;
2715
2833
  exports.ListVodSourcesCommand = ListVodSourcesCommand;
2834
+ exports.ListVodSourcesRequest$ = ListVodSourcesRequest$;
2835
+ exports.ListVodSourcesResponse$ = ListVodSourcesResponse$;
2836
+ exports.LivePreRollConfiguration$ = LivePreRollConfiguration$;
2837
+ exports.LiveSource$ = LiveSource$;
2838
+ exports.LogConfiguration$ = LogConfiguration$;
2839
+ exports.LogConfigurationForChannel$ = LogConfigurationForChannel$;
2716
2840
  exports.LogType = LogType;
2717
2841
  exports.LoggingStrategy = LoggingStrategy;
2842
+ exports.ManifestProcessingRules$ = ManifestProcessingRules$;
2718
2843
  exports.ManifestServiceExcludeEventType = ManifestServiceExcludeEventType;
2844
+ exports.ManifestServiceInteractionLog$ = ManifestServiceInteractionLog$;
2719
2845
  exports.MediaTailor = MediaTailor;
2720
2846
  exports.MediaTailorClient = MediaTailorClient;
2721
- exports.MediaTailorServiceException = MediaTailorServiceException$1;
2847
+ exports.MediaTailorServiceException = MediaTailorServiceException;
2848
+ exports.MediaTailorServiceException$ = MediaTailorServiceException$;
2722
2849
  exports.MessageType = MessageType;
2723
2850
  exports.Method = Method;
2724
2851
  exports.Mode = Mode;
2725
2852
  exports.Operator = Operator;
2726
2853
  exports.OriginManifestType = OriginManifestType;
2854
+ exports.PlaybackConfiguration$ = PlaybackConfiguration$;
2727
2855
  exports.PlaybackMode = PlaybackMode;
2856
+ exports.PrefetchConsumption$ = PrefetchConsumption$;
2857
+ exports.PrefetchRetrieval$ = PrefetchRetrieval$;
2858
+ exports.PrefetchSchedule$ = PrefetchSchedule$;
2728
2859
  exports.PrefetchScheduleType = PrefetchScheduleType;
2860
+ exports.PutChannelPolicy$ = PutChannelPolicy$;
2729
2861
  exports.PutChannelPolicyCommand = PutChannelPolicyCommand;
2862
+ exports.PutChannelPolicyRequest$ = PutChannelPolicyRequest$;
2863
+ exports.PutChannelPolicyResponse$ = PutChannelPolicyResponse$;
2864
+ exports.PutPlaybackConfiguration$ = PutPlaybackConfiguration$;
2730
2865
  exports.PutPlaybackConfigurationCommand = PutPlaybackConfigurationCommand;
2866
+ exports.PutPlaybackConfigurationRequest$ = PutPlaybackConfigurationRequest$;
2867
+ exports.PutPlaybackConfigurationResponse$ = PutPlaybackConfigurationResponse$;
2868
+ exports.RecurringConsumption$ = RecurringConsumption$;
2869
+ exports.RecurringPrefetchConfiguration$ = RecurringPrefetchConfiguration$;
2870
+ exports.RecurringRetrieval$ = RecurringRetrieval$;
2731
2871
  exports.RelativePosition = RelativePosition;
2872
+ exports.RequestOutputItem$ = RequestOutputItem$;
2873
+ exports.ResponseOutputItem$ = ResponseOutputItem$;
2874
+ exports.ScheduleAdBreak$ = ScheduleAdBreak$;
2875
+ exports.ScheduleConfiguration$ = ScheduleConfiguration$;
2876
+ exports.ScheduleEntry$ = ScheduleEntry$;
2732
2877
  exports.ScheduleEntryType = ScheduleEntryType;
2878
+ exports.SecretsManagerAccessTokenConfiguration$ = SecretsManagerAccessTokenConfiguration$;
2879
+ exports.SegmentDeliveryConfiguration$ = SegmentDeliveryConfiguration$;
2880
+ exports.SegmentationDescriptor$ = SegmentationDescriptor$;
2881
+ exports.SlateSource$ = SlateSource$;
2882
+ exports.SourceLocation$ = SourceLocation$;
2883
+ exports.SpliceInsertMessage$ = SpliceInsertMessage$;
2884
+ exports.StartChannel$ = StartChannel$;
2733
2885
  exports.StartChannelCommand = StartChannelCommand;
2886
+ exports.StartChannelRequest$ = StartChannelRequest$;
2887
+ exports.StartChannelResponse$ = StartChannelResponse$;
2888
+ exports.StopChannel$ = StopChannel$;
2734
2889
  exports.StopChannelCommand = StopChannelCommand;
2890
+ exports.StopChannelRequest$ = StopChannelRequest$;
2891
+ exports.StopChannelResponse$ = StopChannelResponse$;
2735
2892
  exports.StreamingMediaFileConditioning = StreamingMediaFileConditioning;
2893
+ exports.TagResource$ = TagResource$;
2736
2894
  exports.TagResourceCommand = TagResourceCommand;
2895
+ exports.TagResourceRequest$ = TagResourceRequest$;
2737
2896
  exports.Tier = Tier;
2897
+ exports.TimeShiftConfiguration$ = TimeShiftConfiguration$;
2898
+ exports.TimeSignalMessage$ = TimeSignalMessage$;
2899
+ exports.TrafficShapingRetrievalWindow$ = TrafficShapingRetrievalWindow$;
2900
+ exports.TrafficShapingTpsConfiguration$ = TrafficShapingTpsConfiguration$;
2738
2901
  exports.TrafficShapingType = TrafficShapingType;
2902
+ exports.Transition$ = Transition$;
2739
2903
  exports.Type = Type;
2904
+ exports.UntagResource$ = UntagResource$;
2740
2905
  exports.UntagResourceCommand = UntagResourceCommand;
2906
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
2907
+ exports.UpdateChannel$ = UpdateChannel$;
2741
2908
  exports.UpdateChannelCommand = UpdateChannelCommand;
2909
+ exports.UpdateChannelRequest$ = UpdateChannelRequest$;
2910
+ exports.UpdateChannelResponse$ = UpdateChannelResponse$;
2911
+ exports.UpdateLiveSource$ = UpdateLiveSource$;
2742
2912
  exports.UpdateLiveSourceCommand = UpdateLiveSourceCommand;
2913
+ exports.UpdateLiveSourceRequest$ = UpdateLiveSourceRequest$;
2914
+ exports.UpdateLiveSourceResponse$ = UpdateLiveSourceResponse$;
2915
+ exports.UpdateProgram$ = UpdateProgram$;
2743
2916
  exports.UpdateProgramCommand = UpdateProgramCommand;
2917
+ exports.UpdateProgramRequest$ = UpdateProgramRequest$;
2918
+ exports.UpdateProgramResponse$ = UpdateProgramResponse$;
2919
+ exports.UpdateProgramScheduleConfiguration$ = UpdateProgramScheduleConfiguration$;
2920
+ exports.UpdateProgramTransition$ = UpdateProgramTransition$;
2921
+ exports.UpdateSourceLocation$ = UpdateSourceLocation$;
2744
2922
  exports.UpdateSourceLocationCommand = UpdateSourceLocationCommand;
2923
+ exports.UpdateSourceLocationRequest$ = UpdateSourceLocationRequest$;
2924
+ exports.UpdateSourceLocationResponse$ = UpdateSourceLocationResponse$;
2925
+ exports.UpdateVodSource$ = UpdateVodSource$;
2745
2926
  exports.UpdateVodSourceCommand = UpdateVodSourceCommand;
2927
+ exports.UpdateVodSourceRequest$ = UpdateVodSourceRequest$;
2928
+ exports.UpdateVodSourceResponse$ = UpdateVodSourceResponse$;
2929
+ exports.VodSource$ = VodSource$;
2746
2930
  exports.paginateGetChannelSchedule = paginateGetChannelSchedule;
2747
2931
  exports.paginateListAlerts = paginateListAlerts;
2748
2932
  exports.paginateListChannels = paginateListChannels;