@aws-sdk/client-mediatailor 3.940.0 → 3.946.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. package/dist-cjs/index.js +89 -491
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/MediaTailorClient.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +89 -491
  8. package/dist-types/MediaTailor.d.ts +1 -1
  9. package/dist-types/MediaTailorClient.d.ts +10 -10
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/ConfigureLogsForChannelCommand.d.ts +3 -3
  13. package/dist-types/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +3 -3
  14. package/dist-types/commands/CreateChannelCommand.d.ts +3 -3
  15. package/dist-types/commands/CreateLiveSourceCommand.d.ts +3 -3
  16. package/dist-types/commands/CreatePrefetchScheduleCommand.d.ts +3 -3
  17. package/dist-types/commands/CreateProgramCommand.d.ts +3 -3
  18. package/dist-types/commands/CreateSourceLocationCommand.d.ts +3 -3
  19. package/dist-types/commands/CreateVodSourceCommand.d.ts +3 -3
  20. package/dist-types/commands/DeleteChannelCommand.d.ts +3 -3
  21. package/dist-types/commands/DeleteChannelPolicyCommand.d.ts +3 -3
  22. package/dist-types/commands/DeleteLiveSourceCommand.d.ts +3 -3
  23. package/dist-types/commands/DeletePlaybackConfigurationCommand.d.ts +3 -3
  24. package/dist-types/commands/DeletePrefetchScheduleCommand.d.ts +3 -3
  25. package/dist-types/commands/DeleteProgramCommand.d.ts +3 -3
  26. package/dist-types/commands/DeleteSourceLocationCommand.d.ts +3 -3
  27. package/dist-types/commands/DeleteVodSourceCommand.d.ts +3 -3
  28. package/dist-types/commands/DescribeChannelCommand.d.ts +3 -3
  29. package/dist-types/commands/DescribeLiveSourceCommand.d.ts +3 -3
  30. package/dist-types/commands/DescribeProgramCommand.d.ts +3 -3
  31. package/dist-types/commands/DescribeSourceLocationCommand.d.ts +3 -3
  32. package/dist-types/commands/DescribeVodSourceCommand.d.ts +3 -3
  33. package/dist-types/commands/GetChannelPolicyCommand.d.ts +3 -3
  34. package/dist-types/commands/GetChannelScheduleCommand.d.ts +3 -3
  35. package/dist-types/commands/GetPlaybackConfigurationCommand.d.ts +3 -3
  36. package/dist-types/commands/GetPrefetchScheduleCommand.d.ts +3 -3
  37. package/dist-types/commands/ListAlertsCommand.d.ts +3 -3
  38. package/dist-types/commands/ListChannelsCommand.d.ts +3 -3
  39. package/dist-types/commands/ListLiveSourcesCommand.d.ts +3 -3
  40. package/dist-types/commands/ListPlaybackConfigurationsCommand.d.ts +3 -3
  41. package/dist-types/commands/ListPrefetchSchedulesCommand.d.ts +3 -3
  42. package/dist-types/commands/ListSourceLocationsCommand.d.ts +3 -3
  43. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  44. package/dist-types/commands/ListVodSourcesCommand.d.ts +3 -3
  45. package/dist-types/commands/PutChannelPolicyCommand.d.ts +3 -3
  46. package/dist-types/commands/PutPlaybackConfigurationCommand.d.ts +3 -3
  47. package/dist-types/commands/StartChannelCommand.d.ts +3 -3
  48. package/dist-types/commands/StopChannelCommand.d.ts +3 -3
  49. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  50. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  51. package/dist-types/commands/UpdateChannelCommand.d.ts +3 -3
  52. package/dist-types/commands/UpdateLiveSourceCommand.d.ts +3 -3
  53. package/dist-types/commands/UpdateProgramCommand.d.ts +3 -3
  54. package/dist-types/commands/UpdateSourceLocationCommand.d.ts +3 -3
  55. package/dist-types/commands/UpdateVodSourceCommand.d.ts +3 -3
  56. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  57. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  58. package/dist-types/extensionConfiguration.d.ts +4 -4
  59. package/dist-types/models/MediaTailorServiceException.d.ts +1 -1
  60. package/dist-types/models/errors.d.ts +1 -1
  61. package/dist-types/pagination/GetChannelSchedulePaginator.d.ts +1 -1
  62. package/dist-types/pagination/Interfaces.d.ts +1 -1
  63. package/dist-types/pagination/ListAlertsPaginator.d.ts +1 -1
  64. package/dist-types/pagination/ListChannelsPaginator.d.ts +1 -1
  65. package/dist-types/pagination/ListLiveSourcesPaginator.d.ts +1 -1
  66. package/dist-types/pagination/ListPlaybackConfigurationsPaginator.d.ts +1 -1
  67. package/dist-types/pagination/ListPrefetchSchedulesPaginator.d.ts +1 -1
  68. package/dist-types/pagination/ListSourceLocationsPaginator.d.ts +1 -1
  69. package/dist-types/pagination/ListVodSourcesPaginator.d.ts +1 -1
  70. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  71. package/dist-types/runtimeConfig.d.ts +1 -1
  72. package/dist-types/runtimeConfig.native.d.ts +1 -1
  73. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  74. package/dist-types/runtimeExtensions.d.ts +1 -1
  75. package/dist-types/schemas/schemas_0.d.ts +1 -1
  76. package/dist-types/ts3.4/MediaTailorClient.d.ts +3 -3
  77. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  78. package/dist-types/ts3.4/models/MediaTailorServiceException.d.ts +1 -1
  79. package/package.json +13 -12
@@ -377,17 +377,7 @@ export var AlternateMedia = [
377
377
  export var AudienceMedia = [3, n0, _AMu, 0, [_Au, _AMl], [0, () => __listOfAlternateMedia]];
378
378
  export var AvailMatchingCriteria = [3, n0, _AMC, 0, [_DV, _O], [0, 0]];
379
379
  export var AvailSuppression = [3, n0, _AS, 0, [_M, _V, _FP], [0, 0, 0]];
380
- export var BadRequestException = [
381
- -3,
382
- n0,
383
- _BRE,
384
- {
385
- [_e]: _c,
386
- [_hE]: 400,
387
- },
388
- [_Me],
389
- [0],
390
- ];
380
+ export var BadRequestException = [-3, n0, _BRE, { [_e]: _c, [_hE]: 400 }, [_Me], [0]];
391
381
  TypeRegistry.for(n0).registerError(BadRequestException, __BadRequestException);
392
382
  export var Bumper = [3, n0, _B, 0, [_EU, _SU], [0, 0]];
393
383
  export var CdnConfiguration = [3, n0, _CC, 0, [_ASUP, _CSUP], [0, 0]];
@@ -406,12 +396,7 @@ export var Channel = [
406
396
  7,
407
397
  () => ResponseOutputs,
408
398
  0,
409
- [
410
- 128 | 0,
411
- {
412
- [_jN]: _t,
413
- },
414
- ],
399
+ [128 | 0, { [_jN]: _t }],
415
400
  0,
416
401
  () => LogConfigurationForChannel,
417
402
  64 | 0,
@@ -447,12 +432,7 @@ export var CreateChannelRequest = [
447
432
  () => SlateSource,
448
433
  () => RequestOutputs,
449
434
  0,
450
- [
451
- 128 | 0,
452
- {
453
- [_jN]: _t,
454
- },
455
- ],
435
+ [128 | 0, { [_jN]: _t }],
456
436
  0,
457
437
  () => TimeShiftConfiguration,
458
438
  64 | 0,
@@ -473,12 +453,7 @@ export var CreateChannelResponse = [
473
453
  7,
474
454
  () => ResponseOutputs,
475
455
  0,
476
- [
477
- 128 | 0,
478
- {
479
- [_jN]: _t,
480
- },
481
- ],
456
+ [128 | 0, { [_jN]: _t }],
482
457
  0,
483
458
  () => TimeShiftConfiguration,
484
459
  64 | 0,
@@ -490,17 +465,7 @@ export var CreateLiveSourceRequest = [
490
465
  _CLSR,
491
466
  0,
492
467
  [_HPC, _LSN, _SLN, _T],
493
- [
494
- () => HttpPackageConfigurations,
495
- [0, 1],
496
- [0, 1],
497
- [
498
- 128 | 0,
499
- {
500
- [_jN]: _t,
501
- },
502
- ],
503
- ],
468
+ [() => HttpPackageConfigurations, [0, 1], [0, 1], [128 | 0, { [_jN]: _t }]],
504
469
  ];
505
470
  export var CreateLiveSourceResponse = [
506
471
  3,
@@ -508,20 +473,7 @@ export var CreateLiveSourceResponse = [
508
473
  _CLSRr,
509
474
  0,
510
475
  [_Ar, _CT, _HPC, _LMT, _LSN, _SLN, _T],
511
- [
512
- 0,
513
- 7,
514
- () => HttpPackageConfigurations,
515
- 7,
516
- 0,
517
- 0,
518
- [
519
- 128 | 0,
520
- {
521
- [_jN]: _t,
522
- },
523
- ],
524
- ],
476
+ [0, 7, () => HttpPackageConfigurations, 7, 0, 0, [128 | 0, { [_jN]: _t }]],
525
477
  ];
526
478
  export var CreatePrefetchScheduleRequest = [
527
479
  3,
@@ -567,12 +519,7 @@ export var CreateSourceLocationRequest = [
567
519
  () => HttpConfiguration,
568
520
  () => __listOfSegmentDeliveryConfiguration,
569
521
  [0, 1],
570
- [
571
- 128 | 0,
572
- {
573
- [_jN]: _t,
574
- },
575
- ],
522
+ [128 | 0, { [_jN]: _t }],
576
523
  ],
577
524
  ];
578
525
  export var CreateSourceLocationResponse = [
@@ -590,12 +537,7 @@ export var CreateSourceLocationResponse = [
590
537
  7,
591
538
  () => __listOfSegmentDeliveryConfiguration,
592
539
  0,
593
- [
594
- 128 | 0,
595
- {
596
- [_jN]: _t,
597
- },
598
- ],
540
+ [128 | 0, { [_jN]: _t }],
599
541
  ],
600
542
  ];
601
543
  export var CreateVodSourceRequest = [
@@ -604,17 +546,7 @@ export var CreateVodSourceRequest = [
604
546
  _CVSR,
605
547
  0,
606
548
  [_HPC, _SLN, _T, _VSN],
607
- [
608
- () => HttpPackageConfigurations,
609
- [0, 1],
610
- [
611
- 128 | 0,
612
- {
613
- [_jN]: _t,
614
- },
615
- ],
616
- [0, 1],
617
- ],
549
+ [() => HttpPackageConfigurations, [0, 1], [128 | 0, { [_jN]: _t }], [0, 1]],
618
550
  ];
619
551
  export var CreateVodSourceResponse = [
620
552
  3,
@@ -622,20 +554,7 @@ export var CreateVodSourceResponse = [
622
554
  _CVSRr,
623
555
  0,
624
556
  [_Ar, _CT, _HPC, _LMT, _SLN, _T, _VSN],
625
- [
626
- 0,
627
- 7,
628
- () => HttpPackageConfigurations,
629
- 7,
630
- 0,
631
- [
632
- 128 | 0,
633
- {
634
- [_jN]: _t,
635
- },
636
- ],
637
- 0,
638
- ],
557
+ [0, 7, () => HttpPackageConfigurations, 7, 0, [128 | 0, { [_jN]: _t }], 0],
639
558
  ];
640
559
  export var DashConfiguration = [3, n0, _DC, 0, [_MEP, _ML, _OMT], [0, 0, 0]];
641
560
  export var DashConfigurationForPut = [3, n0, _DCFP, 0, [_ML, _OMT], [0, 0]];
@@ -713,12 +632,7 @@ export var DescribeChannelResponse = [
713
632
  7,
714
633
  () => ResponseOutputs,
715
634
  0,
716
- [
717
- 128 | 0,
718
- {
719
- [_jN]: _t,
720
- },
721
- ],
635
+ [128 | 0, { [_jN]: _t }],
722
636
  0,
723
637
  () => LogConfigurationForChannel,
724
638
  () => TimeShiftConfiguration,
@@ -742,20 +656,7 @@ export var DescribeLiveSourceResponse = [
742
656
  _DLSResc,
743
657
  0,
744
658
  [_Ar, _CT, _HPC, _LMT, _LSN, _SLN, _T],
745
- [
746
- 0,
747
- 7,
748
- () => HttpPackageConfigurations,
749
- 7,
750
- 0,
751
- 0,
752
- [
753
- 128 | 0,
754
- {
755
- [_jN]: _t,
756
- },
757
- ],
758
- ],
659
+ [0, 7, () => HttpPackageConfigurations, 7, 0, 0, [128 | 0, { [_jN]: _t }]],
759
660
  ];
760
661
  export var DescribeProgramRequest = [
761
662
  3,
@@ -792,12 +693,7 @@ export var DescribeSourceLocationResponse = [
792
693
  7,
793
694
  () => __listOfSegmentDeliveryConfiguration,
794
695
  0,
795
- [
796
- 128 | 0,
797
- {
798
- [_jN]: _t,
799
- },
800
- ],
696
+ [128 | 0, { [_jN]: _t }],
801
697
  ],
802
698
  ];
803
699
  export var DescribeVodSourceRequest = [
@@ -817,21 +713,7 @@ export var DescribeVodSourceResponse = [
817
713
  _DVSResc,
818
714
  0,
819
715
  [_ABOd, _Ar, _CT, _HPC, _LMT, _SLN, _T, _VSN],
820
- [
821
- () => AdBreakOpportunities,
822
- 0,
823
- 7,
824
- () => HttpPackageConfigurations,
825
- 7,
826
- 0,
827
- [
828
- 128 | 0,
829
- {
830
- [_jN]: _t,
831
- },
832
- ],
833
- 0,
834
- ],
716
+ [() => AdBreakOpportunities, 0, 7, () => HttpPackageConfigurations, 7, 0, [128 | 0, { [_jN]: _t }], 0],
835
717
  ];
836
718
  export var GetChannelPolicyRequest = [3, n0, _GCPR, 0, [_CN], [[0, 1]]];
837
719
  export var GetChannelPolicyResponse = [3, n0, _GCPRe, 0, [_P], [0]];
@@ -843,30 +725,10 @@ export var GetChannelScheduleRequest = [
843
725
  [_CN, _DMu, _MR, _NT, _Au],
844
726
  [
845
727
  [0, 1],
846
- [
847
- 0,
848
- {
849
- [_hQ]: _dM,
850
- },
851
- ],
852
- [
853
- 1,
854
- {
855
- [_hQ]: _mR,
856
- },
857
- ],
858
- [
859
- 0,
860
- {
861
- [_hQ]: _nT,
862
- },
863
- ],
864
- [
865
- 0,
866
- {
867
- [_hQ]: _a,
868
- },
869
- ],
728
+ [0, { [_hQ]: _dM }],
729
+ [1, { [_hQ]: _mR }],
730
+ [0, { [_hQ]: _nT }],
731
+ [0, { [_hQ]: _a }],
870
732
  ],
871
733
  ];
872
734
  export var GetChannelScheduleResponse = [
@@ -924,12 +786,7 @@ export var GetPlaybackConfigurationResponse = [
924
786
  0,
925
787
  0,
926
788
  0,
927
- [
928
- 128 | 0,
929
- {
930
- [_jN]: _t,
931
- },
932
- ],
789
+ [128 | 0, { [_jN]: _t }],
933
790
  0,
934
791
  0,
935
792
  () => AdConditioningConfiguration,
@@ -966,24 +823,9 @@ export var ListAlertsRequest = [
966
823
  0,
967
824
  [_MR, _NT, _RA],
968
825
  [
969
- [
970
- 1,
971
- {
972
- [_hQ]: _mR,
973
- },
974
- ],
975
- [
976
- 0,
977
- {
978
- [_hQ]: _nT,
979
- },
980
- ],
981
- [
982
- 0,
983
- {
984
- [_hQ]: _rA,
985
- },
986
- ],
826
+ [1, { [_hQ]: _mR }],
827
+ [0, { [_hQ]: _nT }],
828
+ [0, { [_hQ]: _rA }],
987
829
  ],
988
830
  ];
989
831
  export var ListAlertsResponse = [3, n0, _LARi, 0, [_I, _NT], [() => __listOfAlert, 0]];
@@ -994,18 +836,8 @@ export var ListChannelsRequest = [
994
836
  0,
995
837
  [_MR, _NT],
996
838
  [
997
- [
998
- 1,
999
- {
1000
- [_hQ]: _mR,
1001
- },
1002
- ],
1003
- [
1004
- 0,
1005
- {
1006
- [_hQ]: _nT,
1007
- },
1008
- ],
839
+ [1, { [_hQ]: _mR }],
840
+ [0, { [_hQ]: _nT }],
1009
841
  ],
1010
842
  ];
1011
843
  export var ListChannelsResponse = [3, n0, _LCRi, 0, [_I, _NT], [[() => __listOfChannel, 0], 0]];
@@ -1016,18 +848,8 @@ export var ListLiveSourcesRequest = [
1016
848
  0,
1017
849
  [_MR, _NT, _SLN],
1018
850
  [
1019
- [
1020
- 1,
1021
- {
1022
- [_hQ]: _mR,
1023
- },
1024
- ],
1025
- [
1026
- 0,
1027
- {
1028
- [_hQ]: _nT,
1029
- },
1030
- ],
851
+ [1, { [_hQ]: _mR }],
852
+ [0, { [_hQ]: _nT }],
1031
853
  [0, 1],
1032
854
  ],
1033
855
  ];
@@ -1046,18 +868,8 @@ export var ListPlaybackConfigurationsRequest = [
1046
868
  0,
1047
869
  [_MR, _NT],
1048
870
  [
1049
- [
1050
- 1,
1051
- {
1052
- [_hQ]: _MR,
1053
- },
1054
- ],
1055
- [
1056
- 0,
1057
- {
1058
- [_hQ]: _NT,
1059
- },
1060
- ],
871
+ [1, { [_hQ]: _MR }],
872
+ [0, { [_hQ]: _NT }],
1061
873
  ],
1062
874
  ];
1063
875
  export var ListPlaybackConfigurationsResponse = [
@@ -1091,18 +903,8 @@ export var ListSourceLocationsRequest = [
1091
903
  0,
1092
904
  [_MR, _NT],
1093
905
  [
1094
- [
1095
- 1,
1096
- {
1097
- [_hQ]: _mR,
1098
- },
1099
- ],
1100
- [
1101
- 0,
1102
- {
1103
- [_hQ]: _nT,
1104
- },
1105
- ],
906
+ [1, { [_hQ]: _mR }],
907
+ [0, { [_hQ]: _nT }],
1106
908
  ],
1107
909
  ];
1108
910
  export var ListSourceLocationsResponse = [
@@ -1114,21 +916,7 @@ export var ListSourceLocationsResponse = [
1114
916
  [[() => __listOfSourceLocation, 0], 0],
1115
917
  ];
1116
918
  export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RA], [[0, 1]]];
1117
- export var ListTagsForResourceResponse = [
1118
- 3,
1119
- n0,
1120
- _LTFRRi,
1121
- 0,
1122
- [_T],
1123
- [
1124
- [
1125
- 128 | 0,
1126
- {
1127
- [_jN]: _t,
1128
- },
1129
- ],
1130
- ],
1131
- ];
919
+ export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_T], [[128 | 0, { [_jN]: _t }]]];
1132
920
  export var ListVodSourcesRequest = [
1133
921
  3,
1134
922
  n0,
@@ -1136,18 +924,8 @@ export var ListVodSourcesRequest = [
1136
924
  0,
1137
925
  [_MR, _NT, _SLN],
1138
926
  [
1139
- [
1140
- 1,
1141
- {
1142
- [_hQ]: _mR,
1143
- },
1144
- ],
1145
- [
1146
- 0,
1147
- {
1148
- [_hQ]: _nT,
1149
- },
1150
- ],
927
+ [1, { [_hQ]: _mR }],
928
+ [0, { [_hQ]: _nT }],
1151
929
  [0, 1],
1152
930
  ],
1153
931
  ];
@@ -1166,20 +944,7 @@ export var LiveSource = [
1166
944
  _LS,
1167
945
  0,
1168
946
  [_Ar, _CT, _HPC, _LMT, _LSN, _SLN, _T],
1169
- [
1170
- 0,
1171
- 7,
1172
- () => HttpPackageConfigurations,
1173
- 7,
1174
- 0,
1175
- 0,
1176
- [
1177
- 128 | 0,
1178
- {
1179
- [_jN]: _t,
1180
- },
1181
- ],
1182
- ],
947
+ [0, 7, () => HttpPackageConfigurations, 7, 0, 0, [128 | 0, { [_jN]: _t }]],
1183
948
  ];
1184
949
  export var LogConfiguration = [
1185
950
  3,
@@ -1238,12 +1003,7 @@ export var PlaybackConfiguration = [
1238
1003
  0,
1239
1004
  0,
1240
1005
  0,
1241
- [
1242
- 128 | 0,
1243
- {
1244
- [_jN]: _t,
1245
- },
1246
- ],
1006
+ [128 | 0, { [_jN]: _t }],
1247
1007
  0,
1248
1008
  0,
1249
1009
  () => AdConditioningConfiguration,
@@ -1294,12 +1054,7 @@ export var PutPlaybackConfigurationRequest = [
1294
1054
  0,
1295
1055
  1,
1296
1056
  0,
1297
- [
1298
- 128 | 0,
1299
- {
1300
- [_jN]: _t,
1301
- },
1302
- ],
1057
+ [128 | 0, { [_jN]: _t }],
1303
1058
  0,
1304
1059
  0,
1305
1060
  () => AdConditioningConfiguration,
@@ -1351,12 +1106,7 @@ export var PutPlaybackConfigurationResponse = [
1351
1106
  0,
1352
1107
  0,
1353
1108
  0,
1354
- [
1355
- 128 | 0,
1356
- {
1357
- [_jN]: _t,
1358
- },
1359
- ],
1109
+ [128 | 0, { [_jN]: _t }],
1360
1110
  0,
1361
1111
  0,
1362
1112
  () => AdConditioningConfiguration,
@@ -1452,12 +1202,7 @@ export var SourceLocation = [
1452
1202
  7,
1453
1203
  () => __listOfSegmentDeliveryConfiguration,
1454
1204
  0,
1455
- [
1456
- 128 | 0,
1457
- {
1458
- [_jN]: _t,
1459
- },
1460
- ],
1205
+ [128 | 0, { [_jN]: _t }],
1461
1206
  ],
1462
1207
  ];
1463
1208
  export var SpliceInsertMessage = [3, n0, _SIM, 0, [_AN, _AE, _SEIp, _UPI], [1, 1, 1, 1]];
@@ -1473,12 +1218,7 @@ export var TagResourceRequest = [
1473
1218
  [_RA, _T],
1474
1219
  [
1475
1220
  [0, 1],
1476
- [
1477
- 128 | 0,
1478
- {
1479
- [_jN]: _t,
1480
- },
1481
- ],
1221
+ [128 | 0, { [_jN]: _t }],
1482
1222
  ],
1483
1223
  ];
1484
1224
  export var TimeShiftConfiguration = [3, n0, _TSC, 0, [_MTDS], [1]];
@@ -1494,12 +1234,7 @@ export var UntagResourceRequest = [
1494
1234
  [_RA, _TK],
1495
1235
  [
1496
1236
  [0, 1],
1497
- [
1498
- 64 | 0,
1499
- {
1500
- [_hQ]: _tK,
1501
- },
1502
- ],
1237
+ [64 | 0, { [_hQ]: _tK }],
1503
1238
  ],
1504
1239
  ];
1505
1240
  export var UpdateChannelRequest = [
@@ -1525,12 +1260,7 @@ export var UpdateChannelResponse = [
1525
1260
  7,
1526
1261
  () => ResponseOutputs,
1527
1262
  0,
1528
- [
1529
- 128 | 0,
1530
- {
1531
- [_jN]: _t,
1532
- },
1533
- ],
1263
+ [128 | 0, { [_jN]: _t }],
1534
1264
  0,
1535
1265
  () => TimeShiftConfiguration,
1536
1266
  64 | 0,
@@ -1550,20 +1280,7 @@ export var UpdateLiveSourceResponse = [
1550
1280
  _ULSRp,
1551
1281
  0,
1552
1282
  [_Ar, _CT, _HPC, _LMT, _LSN, _SLN, _T],
1553
- [
1554
- 0,
1555
- 7,
1556
- () => HttpPackageConfigurations,
1557
- 7,
1558
- 0,
1559
- 0,
1560
- [
1561
- 128 | 0,
1562
- {
1563
- [_jN]: _t,
1564
- },
1565
- ],
1566
- ],
1283
+ [0, 7, () => HttpPackageConfigurations, 7, 0, 0, [128 | 0, { [_jN]: _t }]],
1567
1284
  ];
1568
1285
  export var UpdateProgramRequest = [
1569
1286
  3,
@@ -1619,12 +1336,7 @@ export var UpdateSourceLocationResponse = [
1619
1336
  7,
1620
1337
  () => __listOfSegmentDeliveryConfiguration,
1621
1338
  0,
1622
- [
1623
- 128 | 0,
1624
- {
1625
- [_jN]: _t,
1626
- },
1627
- ],
1339
+ [128 | 0, { [_jN]: _t }],
1628
1340
  ],
1629
1341
  ];
1630
1342
  export var UpdateVodSourceRequest = [
@@ -1641,20 +1353,7 @@ export var UpdateVodSourceResponse = [
1641
1353
  _UVSRp,
1642
1354
  0,
1643
1355
  [_Ar, _CT, _HPC, _LMT, _SLN, _T, _VSN],
1644
- [
1645
- 0,
1646
- 7,
1647
- () => HttpPackageConfigurations,
1648
- 7,
1649
- 0,
1650
- [
1651
- 128 | 0,
1652
- {
1653
- [_jN]: _t,
1654
- },
1655
- ],
1656
- 0,
1657
- ],
1356
+ [0, 7, () => HttpPackageConfigurations, 7, 0, [128 | 0, { [_jN]: _t }], 0],
1658
1357
  ];
1659
1358
  export var VodSource = [
1660
1359
  3,
@@ -1662,20 +1361,7 @@ export var VodSource = [
1662
1361
  _VS,
1663
1362
  0,
1664
1363
  [_Ar, _CT, _HPC, _LMT, _SLN, _T, _VSN],
1665
- [
1666
- 0,
1667
- 7,
1668
- () => HttpPackageConfigurations,
1669
- 7,
1670
- 0,
1671
- [
1672
- 128 | 0,
1673
- {
1674
- [_jN]: _t,
1675
- },
1676
- ],
1677
- 0,
1678
- ],
1364
+ [0, 7, () => HttpPackageConfigurations, 7, 0, [128 | 0, { [_jN]: _t }], 0],
1679
1365
  ];
1680
1366
  export var __Unit = "unit";
1681
1367
  export var MediaTailorServiceException = [-3, _s, "MediaTailorServiceException", 0, [], []];
@@ -1721,9 +1407,7 @@ export var ConfigureLogsForChannel = [
1721
1407
  9,
1722
1408
  n0,
1723
1409
  _CLFC,
1724
- {
1725
- [_h]: ["PUT", "/configureLogs/channel", 200],
1726
- },
1410
+ { [_h]: ["PUT", "/configureLogs/channel", 200] },
1727
1411
  () => ConfigureLogsForChannelRequest,
1728
1412
  () => ConfigureLogsForChannelResponse,
1729
1413
  ];
@@ -1731,9 +1415,7 @@ export var ConfigureLogsForPlaybackConfiguration = [
1731
1415
  9,
1732
1416
  n0,
1733
1417
  _CLFPC,
1734
- {
1735
- [_h]: ["PUT", "/configureLogs/playbackConfiguration", 200],
1736
- },
1418
+ { [_h]: ["PUT", "/configureLogs/playbackConfiguration", 200] },
1737
1419
  () => ConfigureLogsForPlaybackConfigurationRequest,
1738
1420
  () => ConfigureLogsForPlaybackConfigurationResponse,
1739
1421
  ];
@@ -1741,9 +1423,7 @@ export var CreateChannel = [
1741
1423
  9,
1742
1424
  n0,
1743
1425
  _CCr,
1744
- {
1745
- [_h]: ["POST", "/channel/{ChannelName}", 200],
1746
- },
1426
+ { [_h]: ["POST", "/channel/{ChannelName}", 200] },
1747
1427
  () => CreateChannelRequest,
1748
1428
  () => CreateChannelResponse,
1749
1429
  ];
@@ -1751,9 +1431,7 @@ export var CreateLiveSource = [
1751
1431
  9,
1752
1432
  n0,
1753
1433
  _CLS,
1754
- {
1755
- [_h]: ["POST", "/sourceLocation/{SourceLocationName}/liveSource/{LiveSourceName}", 200],
1756
- },
1434
+ { [_h]: ["POST", "/sourceLocation/{SourceLocationName}/liveSource/{LiveSourceName}", 200] },
1757
1435
  () => CreateLiveSourceRequest,
1758
1436
  () => CreateLiveSourceResponse,
1759
1437
  ];
@@ -1761,9 +1439,7 @@ export var CreatePrefetchSchedule = [
1761
1439
  9,
1762
1440
  n0,
1763
1441
  _CPS,
1764
- {
1765
- [_h]: ["POST", "/prefetchSchedule/{PlaybackConfigurationName}/{Name}", 200],
1766
- },
1442
+ { [_h]: ["POST", "/prefetchSchedule/{PlaybackConfigurationName}/{Name}", 200] },
1767
1443
  () => CreatePrefetchScheduleRequest,
1768
1444
  () => CreatePrefetchScheduleResponse,
1769
1445
  ];
@@ -1771,9 +1447,7 @@ export var CreateProgram = [
1771
1447
  9,
1772
1448
  n0,
1773
1449
  _CP,
1774
- {
1775
- [_h]: ["POST", "/channel/{ChannelName}/program/{ProgramName}", 200],
1776
- },
1450
+ { [_h]: ["POST", "/channel/{ChannelName}/program/{ProgramName}", 200] },
1777
1451
  () => CreateProgramRequest,
1778
1452
  () => CreateProgramResponse,
1779
1453
  ];
@@ -1781,9 +1455,7 @@ export var CreateSourceLocation = [
1781
1455
  9,
1782
1456
  n0,
1783
1457
  _CSL,
1784
- {
1785
- [_h]: ["POST", "/sourceLocation/{SourceLocationName}", 200],
1786
- },
1458
+ { [_h]: ["POST", "/sourceLocation/{SourceLocationName}", 200] },
1787
1459
  () => CreateSourceLocationRequest,
1788
1460
  () => CreateSourceLocationResponse,
1789
1461
  ];
@@ -1791,9 +1463,7 @@ export var CreateVodSource = [
1791
1463
  9,
1792
1464
  n0,
1793
1465
  _CVS,
1794
- {
1795
- [_h]: ["POST", "/sourceLocation/{SourceLocationName}/vodSource/{VodSourceName}", 200],
1796
- },
1466
+ { [_h]: ["POST", "/sourceLocation/{SourceLocationName}/vodSource/{VodSourceName}", 200] },
1797
1467
  () => CreateVodSourceRequest,
1798
1468
  () => CreateVodSourceResponse,
1799
1469
  ];
@@ -1801,9 +1471,7 @@ export var DeleteChannel = [
1801
1471
  9,
1802
1472
  n0,
1803
1473
  _DCe,
1804
- {
1805
- [_h]: ["DELETE", "/channel/{ChannelName}", 200],
1806
- },
1474
+ { [_h]: ["DELETE", "/channel/{ChannelName}", 200] },
1807
1475
  () => DeleteChannelRequest,
1808
1476
  () => DeleteChannelResponse,
1809
1477
  ];
@@ -1811,9 +1479,7 @@ export var DeleteChannelPolicy = [
1811
1479
  9,
1812
1480
  n0,
1813
1481
  _DCP,
1814
- {
1815
- [_h]: ["DELETE", "/channel/{ChannelName}/policy", 200],
1816
- },
1482
+ { [_h]: ["DELETE", "/channel/{ChannelName}/policy", 200] },
1817
1483
  () => DeleteChannelPolicyRequest,
1818
1484
  () => DeleteChannelPolicyResponse,
1819
1485
  ];
@@ -1821,9 +1487,7 @@ export var DeleteLiveSource = [
1821
1487
  9,
1822
1488
  n0,
1823
1489
  _DLS,
1824
- {
1825
- [_h]: ["DELETE", "/sourceLocation/{SourceLocationName}/liveSource/{LiveSourceName}", 200],
1826
- },
1490
+ { [_h]: ["DELETE", "/sourceLocation/{SourceLocationName}/liveSource/{LiveSourceName}", 200] },
1827
1491
  () => DeleteLiveSourceRequest,
1828
1492
  () => DeleteLiveSourceResponse,
1829
1493
  ];
@@ -1831,9 +1495,7 @@ export var DeletePlaybackConfiguration = [
1831
1495
  9,
1832
1496
  n0,
1833
1497
  _DPC,
1834
- {
1835
- [_h]: ["DELETE", "/playbackConfiguration/{Name}", 204],
1836
- },
1498
+ { [_h]: ["DELETE", "/playbackConfiguration/{Name}", 204] },
1837
1499
  () => DeletePlaybackConfigurationRequest,
1838
1500
  () => DeletePlaybackConfigurationResponse,
1839
1501
  ];
@@ -1841,9 +1503,7 @@ export var DeletePrefetchSchedule = [
1841
1503
  9,
1842
1504
  n0,
1843
1505
  _DPSe,
1844
- {
1845
- [_h]: ["DELETE", "/prefetchSchedule/{PlaybackConfigurationName}/{Name}", 204],
1846
- },
1506
+ { [_h]: ["DELETE", "/prefetchSchedule/{PlaybackConfigurationName}/{Name}", 204] },
1847
1507
  () => DeletePrefetchScheduleRequest,
1848
1508
  () => DeletePrefetchScheduleResponse,
1849
1509
  ];
@@ -1851,9 +1511,7 @@ export var DeleteProgram = [
1851
1511
  9,
1852
1512
  n0,
1853
1513
  _DP,
1854
- {
1855
- [_h]: ["DELETE", "/channel/{ChannelName}/program/{ProgramName}", 200],
1856
- },
1514
+ { [_h]: ["DELETE", "/channel/{ChannelName}/program/{ProgramName}", 200] },
1857
1515
  () => DeleteProgramRequest,
1858
1516
  () => DeleteProgramResponse,
1859
1517
  ];
@@ -1861,9 +1519,7 @@ export var DeleteSourceLocation = [
1861
1519
  9,
1862
1520
  n0,
1863
1521
  _DSL,
1864
- {
1865
- [_h]: ["DELETE", "/sourceLocation/{SourceLocationName}", 200],
1866
- },
1522
+ { [_h]: ["DELETE", "/sourceLocation/{SourceLocationName}", 200] },
1867
1523
  () => DeleteSourceLocationRequest,
1868
1524
  () => DeleteSourceLocationResponse,
1869
1525
  ];
@@ -1871,9 +1527,7 @@ export var DeleteVodSource = [
1871
1527
  9,
1872
1528
  n0,
1873
1529
  _DVS,
1874
- {
1875
- [_h]: ["DELETE", "/sourceLocation/{SourceLocationName}/vodSource/{VodSourceName}", 200],
1876
- },
1530
+ { [_h]: ["DELETE", "/sourceLocation/{SourceLocationName}/vodSource/{VodSourceName}", 200] },
1877
1531
  () => DeleteVodSourceRequest,
1878
1532
  () => DeleteVodSourceResponse,
1879
1533
  ];
@@ -1881,9 +1535,7 @@ export var DescribeChannel = [
1881
1535
  9,
1882
1536
  n0,
1883
1537
  _DCes,
1884
- {
1885
- [_h]: ["GET", "/channel/{ChannelName}", 200],
1886
- },
1538
+ { [_h]: ["GET", "/channel/{ChannelName}", 200] },
1887
1539
  () => DescribeChannelRequest,
1888
1540
  () => DescribeChannelResponse,
1889
1541
  ];
@@ -1891,9 +1543,7 @@ export var DescribeLiveSource = [
1891
1543
  9,
1892
1544
  n0,
1893
1545
  _DLSe,
1894
- {
1895
- [_h]: ["GET", "/sourceLocation/{SourceLocationName}/liveSource/{LiveSourceName}", 200],
1896
- },
1546
+ { [_h]: ["GET", "/sourceLocation/{SourceLocationName}/liveSource/{LiveSourceName}", 200] },
1897
1547
  () => DescribeLiveSourceRequest,
1898
1548
  () => DescribeLiveSourceResponse,
1899
1549
  ];
@@ -1901,9 +1551,7 @@ export var DescribeProgram = [
1901
1551
  9,
1902
1552
  n0,
1903
1553
  _DPe,
1904
- {
1905
- [_h]: ["GET", "/channel/{ChannelName}/program/{ProgramName}", 200],
1906
- },
1554
+ { [_h]: ["GET", "/channel/{ChannelName}/program/{ProgramName}", 200] },
1907
1555
  () => DescribeProgramRequest,
1908
1556
  () => DescribeProgramResponse,
1909
1557
  ];
@@ -1911,9 +1559,7 @@ export var DescribeSourceLocation = [
1911
1559
  9,
1912
1560
  n0,
1913
1561
  _DSLe,
1914
- {
1915
- [_h]: ["GET", "/sourceLocation/{SourceLocationName}", 200],
1916
- },
1562
+ { [_h]: ["GET", "/sourceLocation/{SourceLocationName}", 200] },
1917
1563
  () => DescribeSourceLocationRequest,
1918
1564
  () => DescribeSourceLocationResponse,
1919
1565
  ];
@@ -1921,9 +1567,7 @@ export var DescribeVodSource = [
1921
1567
  9,
1922
1568
  n0,
1923
1569
  _DVSe,
1924
- {
1925
- [_h]: ["GET", "/sourceLocation/{SourceLocationName}/vodSource/{VodSourceName}", 200],
1926
- },
1570
+ { [_h]: ["GET", "/sourceLocation/{SourceLocationName}/vodSource/{VodSourceName}", 200] },
1927
1571
  () => DescribeVodSourceRequest,
1928
1572
  () => DescribeVodSourceResponse,
1929
1573
  ];
@@ -1931,9 +1575,7 @@ export var GetChannelPolicy = [
1931
1575
  9,
1932
1576
  n0,
1933
1577
  _GCP,
1934
- {
1935
- [_h]: ["GET", "/channel/{ChannelName}/policy", 200],
1936
- },
1578
+ { [_h]: ["GET", "/channel/{ChannelName}/policy", 200] },
1937
1579
  () => GetChannelPolicyRequest,
1938
1580
  () => GetChannelPolicyResponse,
1939
1581
  ];
@@ -1941,9 +1583,7 @@ export var GetChannelSchedule = [
1941
1583
  9,
1942
1584
  n0,
1943
1585
  _GCS,
1944
- {
1945
- [_h]: ["GET", "/channel/{ChannelName}/schedule", 200],
1946
- },
1586
+ { [_h]: ["GET", "/channel/{ChannelName}/schedule", 200] },
1947
1587
  () => GetChannelScheduleRequest,
1948
1588
  () => GetChannelScheduleResponse,
1949
1589
  ];
@@ -1951,9 +1591,7 @@ export var GetPlaybackConfiguration = [
1951
1591
  9,
1952
1592
  n0,
1953
1593
  _GPC,
1954
- {
1955
- [_h]: ["GET", "/playbackConfiguration/{Name}", 200],
1956
- },
1594
+ { [_h]: ["GET", "/playbackConfiguration/{Name}", 200] },
1957
1595
  () => GetPlaybackConfigurationRequest,
1958
1596
  () => GetPlaybackConfigurationResponse,
1959
1597
  ];
@@ -1961,9 +1599,7 @@ export var GetPrefetchSchedule = [
1961
1599
  9,
1962
1600
  n0,
1963
1601
  _GPS,
1964
- {
1965
- [_h]: ["GET", "/prefetchSchedule/{PlaybackConfigurationName}/{Name}", 200],
1966
- },
1602
+ { [_h]: ["GET", "/prefetchSchedule/{PlaybackConfigurationName}/{Name}", 200] },
1967
1603
  () => GetPrefetchScheduleRequest,
1968
1604
  () => GetPrefetchScheduleResponse,
1969
1605
  ];
@@ -1971,9 +1607,7 @@ export var ListAlerts = [
1971
1607
  9,
1972
1608
  n0,
1973
1609
  _LA,
1974
- {
1975
- [_h]: ["GET", "/alerts", 200],
1976
- },
1610
+ { [_h]: ["GET", "/alerts", 200] },
1977
1611
  () => ListAlertsRequest,
1978
1612
  () => ListAlertsResponse,
1979
1613
  ];
@@ -1981,9 +1615,7 @@ export var ListChannels = [
1981
1615
  9,
1982
1616
  n0,
1983
1617
  _LCi,
1984
- {
1985
- [_h]: ["GET", "/channels", 200],
1986
- },
1618
+ { [_h]: ["GET", "/channels", 200] },
1987
1619
  () => ListChannelsRequest,
1988
1620
  () => ListChannelsResponse,
1989
1621
  ];
@@ -1991,9 +1623,7 @@ export var ListLiveSources = [
1991
1623
  9,
1992
1624
  n0,
1993
1625
  _LLS,
1994
- {
1995
- [_h]: ["GET", "/sourceLocation/{SourceLocationName}/liveSources", 200],
1996
- },
1626
+ { [_h]: ["GET", "/sourceLocation/{SourceLocationName}/liveSources", 200] },
1997
1627
  () => ListLiveSourcesRequest,
1998
1628
  () => ListLiveSourcesResponse,
1999
1629
  ];
@@ -2001,9 +1631,7 @@ export var ListPlaybackConfigurations = [
2001
1631
  9,
2002
1632
  n0,
2003
1633
  _LPC,
2004
- {
2005
- [_h]: ["GET", "/playbackConfigurations", 200],
2006
- },
1634
+ { [_h]: ["GET", "/playbackConfigurations", 200] },
2007
1635
  () => ListPlaybackConfigurationsRequest,
2008
1636
  () => ListPlaybackConfigurationsResponse,
2009
1637
  ];
@@ -2011,9 +1639,7 @@ export var ListPrefetchSchedules = [
2011
1639
  9,
2012
1640
  n0,
2013
1641
  _LPS,
2014
- {
2015
- [_h]: ["POST", "/prefetchSchedule/{PlaybackConfigurationName}", 200],
2016
- },
1642
+ { [_h]: ["POST", "/prefetchSchedule/{PlaybackConfigurationName}", 200] },
2017
1643
  () => ListPrefetchSchedulesRequest,
2018
1644
  () => ListPrefetchSchedulesResponse,
2019
1645
  ];
@@ -2021,9 +1647,7 @@ export var ListSourceLocations = [
2021
1647
  9,
2022
1648
  n0,
2023
1649
  _LSL,
2024
- {
2025
- [_h]: ["GET", "/sourceLocations", 200],
2026
- },
1650
+ { [_h]: ["GET", "/sourceLocations", 200] },
2027
1651
  () => ListSourceLocationsRequest,
2028
1652
  () => ListSourceLocationsResponse,
2029
1653
  ];
@@ -2031,9 +1655,7 @@ export var ListTagsForResource = [
2031
1655
  9,
2032
1656
  n0,
2033
1657
  _LTFR,
2034
- {
2035
- [_h]: ["GET", "/tags/{ResourceArn}", 200],
2036
- },
1658
+ { [_h]: ["GET", "/tags/{ResourceArn}", 200] },
2037
1659
  () => ListTagsForResourceRequest,
2038
1660
  () => ListTagsForResourceResponse,
2039
1661
  ];
@@ -2041,9 +1663,7 @@ export var ListVodSources = [
2041
1663
  9,
2042
1664
  n0,
2043
1665
  _LVS,
2044
- {
2045
- [_h]: ["GET", "/sourceLocation/{SourceLocationName}/vodSources", 200],
2046
- },
1666
+ { [_h]: ["GET", "/sourceLocation/{SourceLocationName}/vodSources", 200] },
2047
1667
  () => ListVodSourcesRequest,
2048
1668
  () => ListVodSourcesResponse,
2049
1669
  ];
@@ -2051,9 +1671,7 @@ export var PutChannelPolicy = [
2051
1671
  9,
2052
1672
  n0,
2053
1673
  _PCP,
2054
- {
2055
- [_h]: ["PUT", "/channel/{ChannelName}/policy", 200],
2056
- },
1674
+ { [_h]: ["PUT", "/channel/{ChannelName}/policy", 200] },
2057
1675
  () => PutChannelPolicyRequest,
2058
1676
  () => PutChannelPolicyResponse,
2059
1677
  ];
@@ -2061,9 +1679,7 @@ export var PutPlaybackConfiguration = [
2061
1679
  9,
2062
1680
  n0,
2063
1681
  _PPC,
2064
- {
2065
- [_h]: ["PUT", "/playbackConfiguration", 200],
2066
- },
1682
+ { [_h]: ["PUT", "/playbackConfiguration", 200] },
2067
1683
  () => PutPlaybackConfigurationRequest,
2068
1684
  () => PutPlaybackConfigurationResponse,
2069
1685
  ];
@@ -2071,9 +1687,7 @@ export var StartChannel = [
2071
1687
  9,
2072
1688
  n0,
2073
1689
  _SCt,
2074
- {
2075
- [_h]: ["PUT", "/channel/{ChannelName}/start", 200],
2076
- },
1690
+ { [_h]: ["PUT", "/channel/{ChannelName}/start", 200] },
2077
1691
  () => StartChannelRequest,
2078
1692
  () => StartChannelResponse,
2079
1693
  ];
@@ -2081,9 +1695,7 @@ export var StopChannel = [
2081
1695
  9,
2082
1696
  n0,
2083
1697
  _SCto,
2084
- {
2085
- [_h]: ["PUT", "/channel/{ChannelName}/stop", 200],
2086
- },
1698
+ { [_h]: ["PUT", "/channel/{ChannelName}/stop", 200] },
2087
1699
  () => StopChannelRequest,
2088
1700
  () => StopChannelResponse,
2089
1701
  ];
@@ -2091,9 +1703,7 @@ export var TagResource = [
2091
1703
  9,
2092
1704
  n0,
2093
1705
  _TR,
2094
- {
2095
- [_h]: ["POST", "/tags/{ResourceArn}", 204],
2096
- },
1706
+ { [_h]: ["POST", "/tags/{ResourceArn}", 204] },
2097
1707
  () => TagResourceRequest,
2098
1708
  () => __Unit,
2099
1709
  ];
@@ -2101,9 +1711,7 @@ export var UntagResource = [
2101
1711
  9,
2102
1712
  n0,
2103
1713
  _UR,
2104
- {
2105
- [_h]: ["DELETE", "/tags/{ResourceArn}", 204],
2106
- },
1714
+ { [_h]: ["DELETE", "/tags/{ResourceArn}", 204] },
2107
1715
  () => UntagResourceRequest,
2108
1716
  () => __Unit,
2109
1717
  ];
@@ -2111,9 +1719,7 @@ export var UpdateChannel = [
2111
1719
  9,
2112
1720
  n0,
2113
1721
  _UC,
2114
- {
2115
- [_h]: ["PUT", "/channel/{ChannelName}", 200],
2116
- },
1722
+ { [_h]: ["PUT", "/channel/{ChannelName}", 200] },
2117
1723
  () => UpdateChannelRequest,
2118
1724
  () => UpdateChannelResponse,
2119
1725
  ];
@@ -2121,9 +1727,7 @@ export var UpdateLiveSource = [
2121
1727
  9,
2122
1728
  n0,
2123
1729
  _ULS,
2124
- {
2125
- [_h]: ["PUT", "/sourceLocation/{SourceLocationName}/liveSource/{LiveSourceName}", 200],
2126
- },
1730
+ { [_h]: ["PUT", "/sourceLocation/{SourceLocationName}/liveSource/{LiveSourceName}", 200] },
2127
1731
  () => UpdateLiveSourceRequest,
2128
1732
  () => UpdateLiveSourceResponse,
2129
1733
  ];
@@ -2131,9 +1735,7 @@ export var UpdateProgram = [
2131
1735
  9,
2132
1736
  n0,
2133
1737
  _UP,
2134
- {
2135
- [_h]: ["PUT", "/channel/{ChannelName}/program/{ProgramName}", 200],
2136
- },
1738
+ { [_h]: ["PUT", "/channel/{ChannelName}/program/{ProgramName}", 200] },
2137
1739
  () => UpdateProgramRequest,
2138
1740
  () => UpdateProgramResponse,
2139
1741
  ];
@@ -2141,9 +1743,7 @@ export var UpdateSourceLocation = [
2141
1743
  9,
2142
1744
  n0,
2143
1745
  _USL,
2144
- {
2145
- [_h]: ["PUT", "/sourceLocation/{SourceLocationName}", 200],
2146
- },
1746
+ { [_h]: ["PUT", "/sourceLocation/{SourceLocationName}", 200] },
2147
1747
  () => UpdateSourceLocationRequest,
2148
1748
  () => UpdateSourceLocationResponse,
2149
1749
  ];
@@ -2151,9 +1751,7 @@ export var UpdateVodSource = [
2151
1751
  9,
2152
1752
  n0,
2153
1753
  _UVS,
2154
- {
2155
- [_h]: ["PUT", "/sourceLocation/{SourceLocationName}/vodSource/{VodSourceName}", 200],
2156
- },
1754
+ { [_h]: ["PUT", "/sourceLocation/{SourceLocationName}/vodSource/{VodSourceName}", 200] },
2157
1755
  () => UpdateVodSourceRequest,
2158
1756
  () => UpdateVodSourceResponse,
2159
1757
  ];