@aws-sdk/client-mediatailor 3.943.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
package/dist-cjs/index.js CHANGED
@@ -508,17 +508,7 @@ var AlternateMedia = [
508
508
  var AudienceMedia = [3, n0, _AMu, 0, [_Au, _AMl], [0, () => __listOfAlternateMedia]];
509
509
  var AvailMatchingCriteria = [3, n0, _AMC, 0, [_DV, _O], [0, 0]];
510
510
  var AvailSuppression = [3, n0, _AS, 0, [_M, _V, _FP], [0, 0, 0]];
511
- var BadRequestException = [
512
- -3,
513
- n0,
514
- _BRE,
515
- {
516
- [_e]: _c,
517
- [_hE]: 400,
518
- },
519
- [_Me],
520
- [0],
521
- ];
511
+ var BadRequestException = [-3, n0, _BRE, { [_e]: _c, [_hE]: 400 }, [_Me], [0]];
522
512
  schema.TypeRegistry.for(n0).registerError(BadRequestException, BadRequestException$1);
523
513
  var Bumper = [3, n0, _B, 0, [_EU, _SU], [0, 0]];
524
514
  var CdnConfiguration = [3, n0, _CC, 0, [_ASUP, _CSUP], [0, 0]];
@@ -537,12 +527,7 @@ var Channel = [
537
527
  7,
538
528
  () => ResponseOutputs,
539
529
  0,
540
- [
541
- 128 | 0,
542
- {
543
- [_jN]: _t,
544
- },
545
- ],
530
+ [128 | 0, { [_jN]: _t }],
546
531
  0,
547
532
  () => LogConfigurationForChannel,
548
533
  64 | 0,
@@ -578,12 +563,7 @@ var CreateChannelRequest = [
578
563
  () => SlateSource,
579
564
  () => RequestOutputs,
580
565
  0,
581
- [
582
- 128 | 0,
583
- {
584
- [_jN]: _t,
585
- },
586
- ],
566
+ [128 | 0, { [_jN]: _t }],
587
567
  0,
588
568
  () => TimeShiftConfiguration,
589
569
  64 | 0,
@@ -604,12 +584,7 @@ var CreateChannelResponse = [
604
584
  7,
605
585
  () => ResponseOutputs,
606
586
  0,
607
- [
608
- 128 | 0,
609
- {
610
- [_jN]: _t,
611
- },
612
- ],
587
+ [128 | 0, { [_jN]: _t }],
613
588
  0,
614
589
  () => TimeShiftConfiguration,
615
590
  64 | 0,
@@ -621,17 +596,7 @@ var CreateLiveSourceRequest = [
621
596
  _CLSR,
622
597
  0,
623
598
  [_HPC, _LSN, _SLN, _T],
624
- [
625
- () => HttpPackageConfigurations,
626
- [0, 1],
627
- [0, 1],
628
- [
629
- 128 | 0,
630
- {
631
- [_jN]: _t,
632
- },
633
- ],
634
- ],
599
+ [() => HttpPackageConfigurations, [0, 1], [0, 1], [128 | 0, { [_jN]: _t }]],
635
600
  ];
636
601
  var CreateLiveSourceResponse = [
637
602
  3,
@@ -639,20 +604,7 @@ var CreateLiveSourceResponse = [
639
604
  _CLSRr,
640
605
  0,
641
606
  [_Ar, _CT, _HPC, _LMT, _LSN, _SLN, _T],
642
- [
643
- 0,
644
- 7,
645
- () => HttpPackageConfigurations,
646
- 7,
647
- 0,
648
- 0,
649
- [
650
- 128 | 0,
651
- {
652
- [_jN]: _t,
653
- },
654
- ],
655
- ],
607
+ [0, 7, () => HttpPackageConfigurations, 7, 0, 0, [128 | 0, { [_jN]: _t }]],
656
608
  ];
657
609
  var CreatePrefetchScheduleRequest = [
658
610
  3,
@@ -698,12 +650,7 @@ var CreateSourceLocationRequest = [
698
650
  () => HttpConfiguration,
699
651
  () => __listOfSegmentDeliveryConfiguration,
700
652
  [0, 1],
701
- [
702
- 128 | 0,
703
- {
704
- [_jN]: _t,
705
- },
706
- ],
653
+ [128 | 0, { [_jN]: _t }],
707
654
  ],
708
655
  ];
709
656
  var CreateSourceLocationResponse = [
@@ -721,12 +668,7 @@ var CreateSourceLocationResponse = [
721
668
  7,
722
669
  () => __listOfSegmentDeliveryConfiguration,
723
670
  0,
724
- [
725
- 128 | 0,
726
- {
727
- [_jN]: _t,
728
- },
729
- ],
671
+ [128 | 0, { [_jN]: _t }],
730
672
  ],
731
673
  ];
732
674
  var CreateVodSourceRequest = [
@@ -735,17 +677,7 @@ var CreateVodSourceRequest = [
735
677
  _CVSR,
736
678
  0,
737
679
  [_HPC, _SLN, _T, _VSN],
738
- [
739
- () => HttpPackageConfigurations,
740
- [0, 1],
741
- [
742
- 128 | 0,
743
- {
744
- [_jN]: _t,
745
- },
746
- ],
747
- [0, 1],
748
- ],
680
+ [() => HttpPackageConfigurations, [0, 1], [128 | 0, { [_jN]: _t }], [0, 1]],
749
681
  ];
750
682
  var CreateVodSourceResponse = [
751
683
  3,
@@ -753,20 +685,7 @@ var CreateVodSourceResponse = [
753
685
  _CVSRr,
754
686
  0,
755
687
  [_Ar, _CT, _HPC, _LMT, _SLN, _T, _VSN],
756
- [
757
- 0,
758
- 7,
759
- () => HttpPackageConfigurations,
760
- 7,
761
- 0,
762
- [
763
- 128 | 0,
764
- {
765
- [_jN]: _t,
766
- },
767
- ],
768
- 0,
769
- ],
688
+ [0, 7, () => HttpPackageConfigurations, 7, 0, [128 | 0, { [_jN]: _t }], 0],
770
689
  ];
771
690
  var DashConfiguration = [3, n0, _DC, 0, [_MEP, _ML, _OMT], [0, 0, 0]];
772
691
  var DashConfigurationForPut = [3, n0, _DCFP, 0, [_ML, _OMT], [0, 0]];
@@ -844,12 +763,7 @@ var DescribeChannelResponse = [
844
763
  7,
845
764
  () => ResponseOutputs,
846
765
  0,
847
- [
848
- 128 | 0,
849
- {
850
- [_jN]: _t,
851
- },
852
- ],
766
+ [128 | 0, { [_jN]: _t }],
853
767
  0,
854
768
  () => LogConfigurationForChannel,
855
769
  () => TimeShiftConfiguration,
@@ -873,20 +787,7 @@ var DescribeLiveSourceResponse = [
873
787
  _DLSResc,
874
788
  0,
875
789
  [_Ar, _CT, _HPC, _LMT, _LSN, _SLN, _T],
876
- [
877
- 0,
878
- 7,
879
- () => HttpPackageConfigurations,
880
- 7,
881
- 0,
882
- 0,
883
- [
884
- 128 | 0,
885
- {
886
- [_jN]: _t,
887
- },
888
- ],
889
- ],
790
+ [0, 7, () => HttpPackageConfigurations, 7, 0, 0, [128 | 0, { [_jN]: _t }]],
890
791
  ];
891
792
  var DescribeProgramRequest = [
892
793
  3,
@@ -923,12 +824,7 @@ var DescribeSourceLocationResponse = [
923
824
  7,
924
825
  () => __listOfSegmentDeliveryConfiguration,
925
826
  0,
926
- [
927
- 128 | 0,
928
- {
929
- [_jN]: _t,
930
- },
931
- ],
827
+ [128 | 0, { [_jN]: _t }],
932
828
  ],
933
829
  ];
934
830
  var DescribeVodSourceRequest = [
@@ -948,21 +844,7 @@ var DescribeVodSourceResponse = [
948
844
  _DVSResc,
949
845
  0,
950
846
  [_ABOd, _Ar, _CT, _HPC, _LMT, _SLN, _T, _VSN],
951
- [
952
- () => AdBreakOpportunities,
953
- 0,
954
- 7,
955
- () => HttpPackageConfigurations,
956
- 7,
957
- 0,
958
- [
959
- 128 | 0,
960
- {
961
- [_jN]: _t,
962
- },
963
- ],
964
- 0,
965
- ],
847
+ [() => AdBreakOpportunities, 0, 7, () => HttpPackageConfigurations, 7, 0, [128 | 0, { [_jN]: _t }], 0],
966
848
  ];
967
849
  var GetChannelPolicyRequest = [3, n0, _GCPR, 0, [_CN], [[0, 1]]];
968
850
  var GetChannelPolicyResponse = [3, n0, _GCPRe, 0, [_P], [0]];
@@ -974,30 +856,10 @@ var GetChannelScheduleRequest = [
974
856
  [_CN, _DMu, _MR, _NT, _Au],
975
857
  [
976
858
  [0, 1],
977
- [
978
- 0,
979
- {
980
- [_hQ]: _dM,
981
- },
982
- ],
983
- [
984
- 1,
985
- {
986
- [_hQ]: _mR,
987
- },
988
- ],
989
- [
990
- 0,
991
- {
992
- [_hQ]: _nT,
993
- },
994
- ],
995
- [
996
- 0,
997
- {
998
- [_hQ]: _a,
999
- },
1000
- ],
859
+ [0, { [_hQ]: _dM }],
860
+ [1, { [_hQ]: _mR }],
861
+ [0, { [_hQ]: _nT }],
862
+ [0, { [_hQ]: _a }],
1001
863
  ],
1002
864
  ];
1003
865
  var GetChannelScheduleResponse = [
@@ -1055,12 +917,7 @@ var GetPlaybackConfigurationResponse = [
1055
917
  0,
1056
918
  0,
1057
919
  0,
1058
- [
1059
- 128 | 0,
1060
- {
1061
- [_jN]: _t,
1062
- },
1063
- ],
920
+ [128 | 0, { [_jN]: _t }],
1064
921
  0,
1065
922
  0,
1066
923
  () => AdConditioningConfiguration,
@@ -1097,24 +954,9 @@ var ListAlertsRequest = [
1097
954
  0,
1098
955
  [_MR, _NT, _RA],
1099
956
  [
1100
- [
1101
- 1,
1102
- {
1103
- [_hQ]: _mR,
1104
- },
1105
- ],
1106
- [
1107
- 0,
1108
- {
1109
- [_hQ]: _nT,
1110
- },
1111
- ],
1112
- [
1113
- 0,
1114
- {
1115
- [_hQ]: _rA,
1116
- },
1117
- ],
957
+ [1, { [_hQ]: _mR }],
958
+ [0, { [_hQ]: _nT }],
959
+ [0, { [_hQ]: _rA }],
1118
960
  ],
1119
961
  ];
1120
962
  var ListAlertsResponse = [3, n0, _LARi, 0, [_I, _NT], [() => __listOfAlert, 0]];
@@ -1125,18 +967,8 @@ var ListChannelsRequest = [
1125
967
  0,
1126
968
  [_MR, _NT],
1127
969
  [
1128
- [
1129
- 1,
1130
- {
1131
- [_hQ]: _mR,
1132
- },
1133
- ],
1134
- [
1135
- 0,
1136
- {
1137
- [_hQ]: _nT,
1138
- },
1139
- ],
970
+ [1, { [_hQ]: _mR }],
971
+ [0, { [_hQ]: _nT }],
1140
972
  ],
1141
973
  ];
1142
974
  var ListChannelsResponse = [3, n0, _LCRi, 0, [_I, _NT], [[() => __listOfChannel, 0], 0]];
@@ -1147,18 +979,8 @@ var ListLiveSourcesRequest = [
1147
979
  0,
1148
980
  [_MR, _NT, _SLN],
1149
981
  [
1150
- [
1151
- 1,
1152
- {
1153
- [_hQ]: _mR,
1154
- },
1155
- ],
1156
- [
1157
- 0,
1158
- {
1159
- [_hQ]: _nT,
1160
- },
1161
- ],
982
+ [1, { [_hQ]: _mR }],
983
+ [0, { [_hQ]: _nT }],
1162
984
  [0, 1],
1163
985
  ],
1164
986
  ];
@@ -1177,18 +999,8 @@ var ListPlaybackConfigurationsRequest = [
1177
999
  0,
1178
1000
  [_MR, _NT],
1179
1001
  [
1180
- [
1181
- 1,
1182
- {
1183
- [_hQ]: _MR,
1184
- },
1185
- ],
1186
- [
1187
- 0,
1188
- {
1189
- [_hQ]: _NT,
1190
- },
1191
- ],
1002
+ [1, { [_hQ]: _MR }],
1003
+ [0, { [_hQ]: _NT }],
1192
1004
  ],
1193
1005
  ];
1194
1006
  var ListPlaybackConfigurationsResponse = [
@@ -1222,18 +1034,8 @@ var ListSourceLocationsRequest = [
1222
1034
  0,
1223
1035
  [_MR, _NT],
1224
1036
  [
1225
- [
1226
- 1,
1227
- {
1228
- [_hQ]: _mR,
1229
- },
1230
- ],
1231
- [
1232
- 0,
1233
- {
1234
- [_hQ]: _nT,
1235
- },
1236
- ],
1037
+ [1, { [_hQ]: _mR }],
1038
+ [0, { [_hQ]: _nT }],
1237
1039
  ],
1238
1040
  ];
1239
1041
  var ListSourceLocationsResponse = [
@@ -1245,21 +1047,7 @@ var ListSourceLocationsResponse = [
1245
1047
  [[() => __listOfSourceLocation, 0], 0],
1246
1048
  ];
1247
1049
  var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RA], [[0, 1]]];
1248
- var ListTagsForResourceResponse = [
1249
- 3,
1250
- n0,
1251
- _LTFRRi,
1252
- 0,
1253
- [_T],
1254
- [
1255
- [
1256
- 128 | 0,
1257
- {
1258
- [_jN]: _t,
1259
- },
1260
- ],
1261
- ],
1262
- ];
1050
+ var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_T], [[128 | 0, { [_jN]: _t }]]];
1263
1051
  var ListVodSourcesRequest = [
1264
1052
  3,
1265
1053
  n0,
@@ -1267,18 +1055,8 @@ var ListVodSourcesRequest = [
1267
1055
  0,
1268
1056
  [_MR, _NT, _SLN],
1269
1057
  [
1270
- [
1271
- 1,
1272
- {
1273
- [_hQ]: _mR,
1274
- },
1275
- ],
1276
- [
1277
- 0,
1278
- {
1279
- [_hQ]: _nT,
1280
- },
1281
- ],
1058
+ [1, { [_hQ]: _mR }],
1059
+ [0, { [_hQ]: _nT }],
1282
1060
  [0, 1],
1283
1061
  ],
1284
1062
  ];
@@ -1297,20 +1075,7 @@ var LiveSource = [
1297
1075
  _LS,
1298
1076
  0,
1299
1077
  [_Ar, _CT, _HPC, _LMT, _LSN, _SLN, _T],
1300
- [
1301
- 0,
1302
- 7,
1303
- () => HttpPackageConfigurations,
1304
- 7,
1305
- 0,
1306
- 0,
1307
- [
1308
- 128 | 0,
1309
- {
1310
- [_jN]: _t,
1311
- },
1312
- ],
1313
- ],
1078
+ [0, 7, () => HttpPackageConfigurations, 7, 0, 0, [128 | 0, { [_jN]: _t }]],
1314
1079
  ];
1315
1080
  var LogConfiguration = [
1316
1081
  3,
@@ -1369,12 +1134,7 @@ var PlaybackConfiguration = [
1369
1134
  0,
1370
1135
  0,
1371
1136
  0,
1372
- [
1373
- 128 | 0,
1374
- {
1375
- [_jN]: _t,
1376
- },
1377
- ],
1137
+ [128 | 0, { [_jN]: _t }],
1378
1138
  0,
1379
1139
  0,
1380
1140
  () => AdConditioningConfiguration,
@@ -1425,12 +1185,7 @@ var PutPlaybackConfigurationRequest = [
1425
1185
  0,
1426
1186
  1,
1427
1187
  0,
1428
- [
1429
- 128 | 0,
1430
- {
1431
- [_jN]: _t,
1432
- },
1433
- ],
1188
+ [128 | 0, { [_jN]: _t }],
1434
1189
  0,
1435
1190
  0,
1436
1191
  () => AdConditioningConfiguration,
@@ -1482,12 +1237,7 @@ var PutPlaybackConfigurationResponse = [
1482
1237
  0,
1483
1238
  0,
1484
1239
  0,
1485
- [
1486
- 128 | 0,
1487
- {
1488
- [_jN]: _t,
1489
- },
1490
- ],
1240
+ [128 | 0, { [_jN]: _t }],
1491
1241
  0,
1492
1242
  0,
1493
1243
  () => AdConditioningConfiguration,
@@ -1583,12 +1333,7 @@ var SourceLocation = [
1583
1333
  7,
1584
1334
  () => __listOfSegmentDeliveryConfiguration,
1585
1335
  0,
1586
- [
1587
- 128 | 0,
1588
- {
1589
- [_jN]: _t,
1590
- },
1591
- ],
1336
+ [128 | 0, { [_jN]: _t }],
1592
1337
  ],
1593
1338
  ];
1594
1339
  var SpliceInsertMessage = [3, n0, _SIM, 0, [_AN, _AE, _SEIp, _UPI], [1, 1, 1, 1]];
@@ -1604,12 +1349,7 @@ var TagResourceRequest = [
1604
1349
  [_RA, _T],
1605
1350
  [
1606
1351
  [0, 1],
1607
- [
1608
- 128 | 0,
1609
- {
1610
- [_jN]: _t,
1611
- },
1612
- ],
1352
+ [128 | 0, { [_jN]: _t }],
1613
1353
  ],
1614
1354
  ];
1615
1355
  var TimeShiftConfiguration = [3, n0, _TSC, 0, [_MTDS], [1]];
@@ -1625,12 +1365,7 @@ var UntagResourceRequest = [
1625
1365
  [_RA, _TK],
1626
1366
  [
1627
1367
  [0, 1],
1628
- [
1629
- 64 | 0,
1630
- {
1631
- [_hQ]: _tK,
1632
- },
1633
- ],
1368
+ [64 | 0, { [_hQ]: _tK }],
1634
1369
  ],
1635
1370
  ];
1636
1371
  var UpdateChannelRequest = [
@@ -1656,12 +1391,7 @@ var UpdateChannelResponse = [
1656
1391
  7,
1657
1392
  () => ResponseOutputs,
1658
1393
  0,
1659
- [
1660
- 128 | 0,
1661
- {
1662
- [_jN]: _t,
1663
- },
1664
- ],
1394
+ [128 | 0, { [_jN]: _t }],
1665
1395
  0,
1666
1396
  () => TimeShiftConfiguration,
1667
1397
  64 | 0,
@@ -1681,20 +1411,7 @@ var UpdateLiveSourceResponse = [
1681
1411
  _ULSRp,
1682
1412
  0,
1683
1413
  [_Ar, _CT, _HPC, _LMT, _LSN, _SLN, _T],
1684
- [
1685
- 0,
1686
- 7,
1687
- () => HttpPackageConfigurations,
1688
- 7,
1689
- 0,
1690
- 0,
1691
- [
1692
- 128 | 0,
1693
- {
1694
- [_jN]: _t,
1695
- },
1696
- ],
1697
- ],
1414
+ [0, 7, () => HttpPackageConfigurations, 7, 0, 0, [128 | 0, { [_jN]: _t }]],
1698
1415
  ];
1699
1416
  var UpdateProgramRequest = [
1700
1417
  3,
@@ -1750,12 +1467,7 @@ var UpdateSourceLocationResponse = [
1750
1467
  7,
1751
1468
  () => __listOfSegmentDeliveryConfiguration,
1752
1469
  0,
1753
- [
1754
- 128 | 0,
1755
- {
1756
- [_jN]: _t,
1757
- },
1758
- ],
1470
+ [128 | 0, { [_jN]: _t }],
1759
1471
  ],
1760
1472
  ];
1761
1473
  var UpdateVodSourceRequest = [
@@ -1772,20 +1484,7 @@ var UpdateVodSourceResponse = [
1772
1484
  _UVSRp,
1773
1485
  0,
1774
1486
  [_Ar, _CT, _HPC, _LMT, _SLN, _T, _VSN],
1775
- [
1776
- 0,
1777
- 7,
1778
- () => HttpPackageConfigurations,
1779
- 7,
1780
- 0,
1781
- [
1782
- 128 | 0,
1783
- {
1784
- [_jN]: _t,
1785
- },
1786
- ],
1787
- 0,
1788
- ],
1487
+ [0, 7, () => HttpPackageConfigurations, 7, 0, [128 | 0, { [_jN]: _t }], 0],
1789
1488
  ];
1790
1489
  var VodSource = [
1791
1490
  3,
@@ -1793,20 +1492,7 @@ var VodSource = [
1793
1492
  _VS,
1794
1493
  0,
1795
1494
  [_Ar, _CT, _HPC, _LMT, _SLN, _T, _VSN],
1796
- [
1797
- 0,
1798
- 7,
1799
- () => HttpPackageConfigurations,
1800
- 7,
1801
- 0,
1802
- [
1803
- 128 | 0,
1804
- {
1805
- [_jN]: _t,
1806
- },
1807
- ],
1808
- 0,
1809
- ],
1495
+ [0, 7, () => HttpPackageConfigurations, 7, 0, [128 | 0, { [_jN]: _t }], 0],
1810
1496
  ];
1811
1497
  var __Unit = "unit";
1812
1498
  var MediaTailorServiceException = [-3, _s, "MediaTailorServiceException", 0, [], []];
@@ -1841,9 +1527,7 @@ var ConfigureLogsForChannel = [
1841
1527
  9,
1842
1528
  n0,
1843
1529
  _CLFC,
1844
- {
1845
- [_h]: ["PUT", "/configureLogs/channel", 200],
1846
- },
1530
+ { [_h]: ["PUT", "/configureLogs/channel", 200] },
1847
1531
  () => ConfigureLogsForChannelRequest,
1848
1532
  () => ConfigureLogsForChannelResponse,
1849
1533
  ];
@@ -1851,9 +1535,7 @@ var ConfigureLogsForPlaybackConfiguration = [
1851
1535
  9,
1852
1536
  n0,
1853
1537
  _CLFPC,
1854
- {
1855
- [_h]: ["PUT", "/configureLogs/playbackConfiguration", 200],
1856
- },
1538
+ { [_h]: ["PUT", "/configureLogs/playbackConfiguration", 200] },
1857
1539
  () => ConfigureLogsForPlaybackConfigurationRequest,
1858
1540
  () => ConfigureLogsForPlaybackConfigurationResponse,
1859
1541
  ];
@@ -1861,9 +1543,7 @@ var CreateChannel = [
1861
1543
  9,
1862
1544
  n0,
1863
1545
  _CCr,
1864
- {
1865
- [_h]: ["POST", "/channel/{ChannelName}", 200],
1866
- },
1546
+ { [_h]: ["POST", "/channel/{ChannelName}", 200] },
1867
1547
  () => CreateChannelRequest,
1868
1548
  () => CreateChannelResponse,
1869
1549
  ];
@@ -1871,9 +1551,7 @@ var CreateLiveSource = [
1871
1551
  9,
1872
1552
  n0,
1873
1553
  _CLS,
1874
- {
1875
- [_h]: ["POST", "/sourceLocation/{SourceLocationName}/liveSource/{LiveSourceName}", 200],
1876
- },
1554
+ { [_h]: ["POST", "/sourceLocation/{SourceLocationName}/liveSource/{LiveSourceName}", 200] },
1877
1555
  () => CreateLiveSourceRequest,
1878
1556
  () => CreateLiveSourceResponse,
1879
1557
  ];
@@ -1881,9 +1559,7 @@ var CreatePrefetchSchedule = [
1881
1559
  9,
1882
1560
  n0,
1883
1561
  _CPS,
1884
- {
1885
- [_h]: ["POST", "/prefetchSchedule/{PlaybackConfigurationName}/{Name}", 200],
1886
- },
1562
+ { [_h]: ["POST", "/prefetchSchedule/{PlaybackConfigurationName}/{Name}", 200] },
1887
1563
  () => CreatePrefetchScheduleRequest,
1888
1564
  () => CreatePrefetchScheduleResponse,
1889
1565
  ];
@@ -1891,9 +1567,7 @@ var CreateProgram = [
1891
1567
  9,
1892
1568
  n0,
1893
1569
  _CP,
1894
- {
1895
- [_h]: ["POST", "/channel/{ChannelName}/program/{ProgramName}", 200],
1896
- },
1570
+ { [_h]: ["POST", "/channel/{ChannelName}/program/{ProgramName}", 200] },
1897
1571
  () => CreateProgramRequest,
1898
1572
  () => CreateProgramResponse,
1899
1573
  ];
@@ -1901,9 +1575,7 @@ var CreateSourceLocation = [
1901
1575
  9,
1902
1576
  n0,
1903
1577
  _CSL,
1904
- {
1905
- [_h]: ["POST", "/sourceLocation/{SourceLocationName}", 200],
1906
- },
1578
+ { [_h]: ["POST", "/sourceLocation/{SourceLocationName}", 200] },
1907
1579
  () => CreateSourceLocationRequest,
1908
1580
  () => CreateSourceLocationResponse,
1909
1581
  ];
@@ -1911,9 +1583,7 @@ var CreateVodSource = [
1911
1583
  9,
1912
1584
  n0,
1913
1585
  _CVS,
1914
- {
1915
- [_h]: ["POST", "/sourceLocation/{SourceLocationName}/vodSource/{VodSourceName}", 200],
1916
- },
1586
+ { [_h]: ["POST", "/sourceLocation/{SourceLocationName}/vodSource/{VodSourceName}", 200] },
1917
1587
  () => CreateVodSourceRequest,
1918
1588
  () => CreateVodSourceResponse,
1919
1589
  ];
@@ -1921,9 +1591,7 @@ var DeleteChannel = [
1921
1591
  9,
1922
1592
  n0,
1923
1593
  _DCe,
1924
- {
1925
- [_h]: ["DELETE", "/channel/{ChannelName}", 200],
1926
- },
1594
+ { [_h]: ["DELETE", "/channel/{ChannelName}", 200] },
1927
1595
  () => DeleteChannelRequest,
1928
1596
  () => DeleteChannelResponse,
1929
1597
  ];
@@ -1931,9 +1599,7 @@ var DeleteChannelPolicy = [
1931
1599
  9,
1932
1600
  n0,
1933
1601
  _DCP,
1934
- {
1935
- [_h]: ["DELETE", "/channel/{ChannelName}/policy", 200],
1936
- },
1602
+ { [_h]: ["DELETE", "/channel/{ChannelName}/policy", 200] },
1937
1603
  () => DeleteChannelPolicyRequest,
1938
1604
  () => DeleteChannelPolicyResponse,
1939
1605
  ];
@@ -1941,9 +1607,7 @@ var DeleteLiveSource = [
1941
1607
  9,
1942
1608
  n0,
1943
1609
  _DLS,
1944
- {
1945
- [_h]: ["DELETE", "/sourceLocation/{SourceLocationName}/liveSource/{LiveSourceName}", 200],
1946
- },
1610
+ { [_h]: ["DELETE", "/sourceLocation/{SourceLocationName}/liveSource/{LiveSourceName}", 200] },
1947
1611
  () => DeleteLiveSourceRequest,
1948
1612
  () => DeleteLiveSourceResponse,
1949
1613
  ];
@@ -1951,9 +1615,7 @@ var DeletePlaybackConfiguration = [
1951
1615
  9,
1952
1616
  n0,
1953
1617
  _DPC,
1954
- {
1955
- [_h]: ["DELETE", "/playbackConfiguration/{Name}", 204],
1956
- },
1618
+ { [_h]: ["DELETE", "/playbackConfiguration/{Name}", 204] },
1957
1619
  () => DeletePlaybackConfigurationRequest,
1958
1620
  () => DeletePlaybackConfigurationResponse,
1959
1621
  ];
@@ -1961,9 +1623,7 @@ var DeletePrefetchSchedule = [
1961
1623
  9,
1962
1624
  n0,
1963
1625
  _DPSe,
1964
- {
1965
- [_h]: ["DELETE", "/prefetchSchedule/{PlaybackConfigurationName}/{Name}", 204],
1966
- },
1626
+ { [_h]: ["DELETE", "/prefetchSchedule/{PlaybackConfigurationName}/{Name}", 204] },
1967
1627
  () => DeletePrefetchScheduleRequest,
1968
1628
  () => DeletePrefetchScheduleResponse,
1969
1629
  ];
@@ -1971,9 +1631,7 @@ var DeleteProgram = [
1971
1631
  9,
1972
1632
  n0,
1973
1633
  _DP,
1974
- {
1975
- [_h]: ["DELETE", "/channel/{ChannelName}/program/{ProgramName}", 200],
1976
- },
1634
+ { [_h]: ["DELETE", "/channel/{ChannelName}/program/{ProgramName}", 200] },
1977
1635
  () => DeleteProgramRequest,
1978
1636
  () => DeleteProgramResponse,
1979
1637
  ];
@@ -1981,9 +1639,7 @@ var DeleteSourceLocation = [
1981
1639
  9,
1982
1640
  n0,
1983
1641
  _DSL,
1984
- {
1985
- [_h]: ["DELETE", "/sourceLocation/{SourceLocationName}", 200],
1986
- },
1642
+ { [_h]: ["DELETE", "/sourceLocation/{SourceLocationName}", 200] },
1987
1643
  () => DeleteSourceLocationRequest,
1988
1644
  () => DeleteSourceLocationResponse,
1989
1645
  ];
@@ -1991,9 +1647,7 @@ var DeleteVodSource = [
1991
1647
  9,
1992
1648
  n0,
1993
1649
  _DVS,
1994
- {
1995
- [_h]: ["DELETE", "/sourceLocation/{SourceLocationName}/vodSource/{VodSourceName}", 200],
1996
- },
1650
+ { [_h]: ["DELETE", "/sourceLocation/{SourceLocationName}/vodSource/{VodSourceName}", 200] },
1997
1651
  () => DeleteVodSourceRequest,
1998
1652
  () => DeleteVodSourceResponse,
1999
1653
  ];
@@ -2001,9 +1655,7 @@ var DescribeChannel = [
2001
1655
  9,
2002
1656
  n0,
2003
1657
  _DCes,
2004
- {
2005
- [_h]: ["GET", "/channel/{ChannelName}", 200],
2006
- },
1658
+ { [_h]: ["GET", "/channel/{ChannelName}", 200] },
2007
1659
  () => DescribeChannelRequest,
2008
1660
  () => DescribeChannelResponse,
2009
1661
  ];
@@ -2011,9 +1663,7 @@ var DescribeLiveSource = [
2011
1663
  9,
2012
1664
  n0,
2013
1665
  _DLSe,
2014
- {
2015
- [_h]: ["GET", "/sourceLocation/{SourceLocationName}/liveSource/{LiveSourceName}", 200],
2016
- },
1666
+ { [_h]: ["GET", "/sourceLocation/{SourceLocationName}/liveSource/{LiveSourceName}", 200] },
2017
1667
  () => DescribeLiveSourceRequest,
2018
1668
  () => DescribeLiveSourceResponse,
2019
1669
  ];
@@ -2021,9 +1671,7 @@ var DescribeProgram = [
2021
1671
  9,
2022
1672
  n0,
2023
1673
  _DPe,
2024
- {
2025
- [_h]: ["GET", "/channel/{ChannelName}/program/{ProgramName}", 200],
2026
- },
1674
+ { [_h]: ["GET", "/channel/{ChannelName}/program/{ProgramName}", 200] },
2027
1675
  () => DescribeProgramRequest,
2028
1676
  () => DescribeProgramResponse,
2029
1677
  ];
@@ -2031,9 +1679,7 @@ var DescribeSourceLocation = [
2031
1679
  9,
2032
1680
  n0,
2033
1681
  _DSLe,
2034
- {
2035
- [_h]: ["GET", "/sourceLocation/{SourceLocationName}", 200],
2036
- },
1682
+ { [_h]: ["GET", "/sourceLocation/{SourceLocationName}", 200] },
2037
1683
  () => DescribeSourceLocationRequest,
2038
1684
  () => DescribeSourceLocationResponse,
2039
1685
  ];
@@ -2041,9 +1687,7 @@ var DescribeVodSource = [
2041
1687
  9,
2042
1688
  n0,
2043
1689
  _DVSe,
2044
- {
2045
- [_h]: ["GET", "/sourceLocation/{SourceLocationName}/vodSource/{VodSourceName}", 200],
2046
- },
1690
+ { [_h]: ["GET", "/sourceLocation/{SourceLocationName}/vodSource/{VodSourceName}", 200] },
2047
1691
  () => DescribeVodSourceRequest,
2048
1692
  () => DescribeVodSourceResponse,
2049
1693
  ];
@@ -2051,9 +1695,7 @@ var GetChannelPolicy = [
2051
1695
  9,
2052
1696
  n0,
2053
1697
  _GCP,
2054
- {
2055
- [_h]: ["GET", "/channel/{ChannelName}/policy", 200],
2056
- },
1698
+ { [_h]: ["GET", "/channel/{ChannelName}/policy", 200] },
2057
1699
  () => GetChannelPolicyRequest,
2058
1700
  () => GetChannelPolicyResponse,
2059
1701
  ];
@@ -2061,9 +1703,7 @@ var GetChannelSchedule = [
2061
1703
  9,
2062
1704
  n0,
2063
1705
  _GCS,
2064
- {
2065
- [_h]: ["GET", "/channel/{ChannelName}/schedule", 200],
2066
- },
1706
+ { [_h]: ["GET", "/channel/{ChannelName}/schedule", 200] },
2067
1707
  () => GetChannelScheduleRequest,
2068
1708
  () => GetChannelScheduleResponse,
2069
1709
  ];
@@ -2071,9 +1711,7 @@ var GetPlaybackConfiguration = [
2071
1711
  9,
2072
1712
  n0,
2073
1713
  _GPC,
2074
- {
2075
- [_h]: ["GET", "/playbackConfiguration/{Name}", 200],
2076
- },
1714
+ { [_h]: ["GET", "/playbackConfiguration/{Name}", 200] },
2077
1715
  () => GetPlaybackConfigurationRequest,
2078
1716
  () => GetPlaybackConfigurationResponse,
2079
1717
  ];
@@ -2081,9 +1719,7 @@ var GetPrefetchSchedule = [
2081
1719
  9,
2082
1720
  n0,
2083
1721
  _GPS,
2084
- {
2085
- [_h]: ["GET", "/prefetchSchedule/{PlaybackConfigurationName}/{Name}", 200],
2086
- },
1722
+ { [_h]: ["GET", "/prefetchSchedule/{PlaybackConfigurationName}/{Name}", 200] },
2087
1723
  () => GetPrefetchScheduleRequest,
2088
1724
  () => GetPrefetchScheduleResponse,
2089
1725
  ];
@@ -2091,9 +1727,7 @@ var ListAlerts = [
2091
1727
  9,
2092
1728
  n0,
2093
1729
  _LA,
2094
- {
2095
- [_h]: ["GET", "/alerts", 200],
2096
- },
1730
+ { [_h]: ["GET", "/alerts", 200] },
2097
1731
  () => ListAlertsRequest,
2098
1732
  () => ListAlertsResponse,
2099
1733
  ];
@@ -2101,9 +1735,7 @@ var ListChannels = [
2101
1735
  9,
2102
1736
  n0,
2103
1737
  _LCi,
2104
- {
2105
- [_h]: ["GET", "/channels", 200],
2106
- },
1738
+ { [_h]: ["GET", "/channels", 200] },
2107
1739
  () => ListChannelsRequest,
2108
1740
  () => ListChannelsResponse,
2109
1741
  ];
@@ -2111,9 +1743,7 @@ var ListLiveSources = [
2111
1743
  9,
2112
1744
  n0,
2113
1745
  _LLS,
2114
- {
2115
- [_h]: ["GET", "/sourceLocation/{SourceLocationName}/liveSources", 200],
2116
- },
1746
+ { [_h]: ["GET", "/sourceLocation/{SourceLocationName}/liveSources", 200] },
2117
1747
  () => ListLiveSourcesRequest,
2118
1748
  () => ListLiveSourcesResponse,
2119
1749
  ];
@@ -2121,9 +1751,7 @@ var ListPlaybackConfigurations = [
2121
1751
  9,
2122
1752
  n0,
2123
1753
  _LPC,
2124
- {
2125
- [_h]: ["GET", "/playbackConfigurations", 200],
2126
- },
1754
+ { [_h]: ["GET", "/playbackConfigurations", 200] },
2127
1755
  () => ListPlaybackConfigurationsRequest,
2128
1756
  () => ListPlaybackConfigurationsResponse,
2129
1757
  ];
@@ -2131,9 +1759,7 @@ var ListPrefetchSchedules = [
2131
1759
  9,
2132
1760
  n0,
2133
1761
  _LPS,
2134
- {
2135
- [_h]: ["POST", "/prefetchSchedule/{PlaybackConfigurationName}", 200],
2136
- },
1762
+ { [_h]: ["POST", "/prefetchSchedule/{PlaybackConfigurationName}", 200] },
2137
1763
  () => ListPrefetchSchedulesRequest,
2138
1764
  () => ListPrefetchSchedulesResponse,
2139
1765
  ];
@@ -2141,9 +1767,7 @@ var ListSourceLocations = [
2141
1767
  9,
2142
1768
  n0,
2143
1769
  _LSL,
2144
- {
2145
- [_h]: ["GET", "/sourceLocations", 200],
2146
- },
1770
+ { [_h]: ["GET", "/sourceLocations", 200] },
2147
1771
  () => ListSourceLocationsRequest,
2148
1772
  () => ListSourceLocationsResponse,
2149
1773
  ];
@@ -2151,9 +1775,7 @@ var ListTagsForResource = [
2151
1775
  9,
2152
1776
  n0,
2153
1777
  _LTFR,
2154
- {
2155
- [_h]: ["GET", "/tags/{ResourceArn}", 200],
2156
- },
1778
+ { [_h]: ["GET", "/tags/{ResourceArn}", 200] },
2157
1779
  () => ListTagsForResourceRequest,
2158
1780
  () => ListTagsForResourceResponse,
2159
1781
  ];
@@ -2161,9 +1783,7 @@ var ListVodSources = [
2161
1783
  9,
2162
1784
  n0,
2163
1785
  _LVS,
2164
- {
2165
- [_h]: ["GET", "/sourceLocation/{SourceLocationName}/vodSources", 200],
2166
- },
1786
+ { [_h]: ["GET", "/sourceLocation/{SourceLocationName}/vodSources", 200] },
2167
1787
  () => ListVodSourcesRequest,
2168
1788
  () => ListVodSourcesResponse,
2169
1789
  ];
@@ -2171,9 +1791,7 @@ var PutChannelPolicy = [
2171
1791
  9,
2172
1792
  n0,
2173
1793
  _PCP,
2174
- {
2175
- [_h]: ["PUT", "/channel/{ChannelName}/policy", 200],
2176
- },
1794
+ { [_h]: ["PUT", "/channel/{ChannelName}/policy", 200] },
2177
1795
  () => PutChannelPolicyRequest,
2178
1796
  () => PutChannelPolicyResponse,
2179
1797
  ];
@@ -2181,9 +1799,7 @@ var PutPlaybackConfiguration = [
2181
1799
  9,
2182
1800
  n0,
2183
1801
  _PPC,
2184
- {
2185
- [_h]: ["PUT", "/playbackConfiguration", 200],
2186
- },
1802
+ { [_h]: ["PUT", "/playbackConfiguration", 200] },
2187
1803
  () => PutPlaybackConfigurationRequest,
2188
1804
  () => PutPlaybackConfigurationResponse,
2189
1805
  ];
@@ -2191,9 +1807,7 @@ var StartChannel = [
2191
1807
  9,
2192
1808
  n0,
2193
1809
  _SCt,
2194
- {
2195
- [_h]: ["PUT", "/channel/{ChannelName}/start", 200],
2196
- },
1810
+ { [_h]: ["PUT", "/channel/{ChannelName}/start", 200] },
2197
1811
  () => StartChannelRequest,
2198
1812
  () => StartChannelResponse,
2199
1813
  ];
@@ -2201,9 +1815,7 @@ var StopChannel = [
2201
1815
  9,
2202
1816
  n0,
2203
1817
  _SCto,
2204
- {
2205
- [_h]: ["PUT", "/channel/{ChannelName}/stop", 200],
2206
- },
1818
+ { [_h]: ["PUT", "/channel/{ChannelName}/stop", 200] },
2207
1819
  () => StopChannelRequest,
2208
1820
  () => StopChannelResponse,
2209
1821
  ];
@@ -2211,9 +1823,7 @@ var TagResource = [
2211
1823
  9,
2212
1824
  n0,
2213
1825
  _TR,
2214
- {
2215
- [_h]: ["POST", "/tags/{ResourceArn}", 204],
2216
- },
1826
+ { [_h]: ["POST", "/tags/{ResourceArn}", 204] },
2217
1827
  () => TagResourceRequest,
2218
1828
  () => __Unit,
2219
1829
  ];
@@ -2221,9 +1831,7 @@ var UntagResource = [
2221
1831
  9,
2222
1832
  n0,
2223
1833
  _UR,
2224
- {
2225
- [_h]: ["DELETE", "/tags/{ResourceArn}", 204],
2226
- },
1834
+ { [_h]: ["DELETE", "/tags/{ResourceArn}", 204] },
2227
1835
  () => UntagResourceRequest,
2228
1836
  () => __Unit,
2229
1837
  ];
@@ -2231,9 +1839,7 @@ var UpdateChannel = [
2231
1839
  9,
2232
1840
  n0,
2233
1841
  _UC,
2234
- {
2235
- [_h]: ["PUT", "/channel/{ChannelName}", 200],
2236
- },
1842
+ { [_h]: ["PUT", "/channel/{ChannelName}", 200] },
2237
1843
  () => UpdateChannelRequest,
2238
1844
  () => UpdateChannelResponse,
2239
1845
  ];
@@ -2241,9 +1847,7 @@ var UpdateLiveSource = [
2241
1847
  9,
2242
1848
  n0,
2243
1849
  _ULS,
2244
- {
2245
- [_h]: ["PUT", "/sourceLocation/{SourceLocationName}/liveSource/{LiveSourceName}", 200],
2246
- },
1850
+ { [_h]: ["PUT", "/sourceLocation/{SourceLocationName}/liveSource/{LiveSourceName}", 200] },
2247
1851
  () => UpdateLiveSourceRequest,
2248
1852
  () => UpdateLiveSourceResponse,
2249
1853
  ];
@@ -2251,9 +1855,7 @@ var UpdateProgram = [
2251
1855
  9,
2252
1856
  n0,
2253
1857
  _UP,
2254
- {
2255
- [_h]: ["PUT", "/channel/{ChannelName}/program/{ProgramName}", 200],
2256
- },
1858
+ { [_h]: ["PUT", "/channel/{ChannelName}/program/{ProgramName}", 200] },
2257
1859
  () => UpdateProgramRequest,
2258
1860
  () => UpdateProgramResponse,
2259
1861
  ];
@@ -2261,9 +1863,7 @@ var UpdateSourceLocation = [
2261
1863
  9,
2262
1864
  n0,
2263
1865
  _USL,
2264
- {
2265
- [_h]: ["PUT", "/sourceLocation/{SourceLocationName}", 200],
2266
- },
1866
+ { [_h]: ["PUT", "/sourceLocation/{SourceLocationName}", 200] },
2267
1867
  () => UpdateSourceLocationRequest,
2268
1868
  () => UpdateSourceLocationResponse,
2269
1869
  ];
@@ -2271,9 +1871,7 @@ var UpdateVodSource = [
2271
1871
  9,
2272
1872
  n0,
2273
1873
  _UVS,
2274
- {
2275
- [_h]: ["PUT", "/sourceLocation/{SourceLocationName}/vodSource/{VodSourceName}", 200],
2276
- },
1874
+ { [_h]: ["PUT", "/sourceLocation/{SourceLocationName}/vodSource/{VodSourceName}", 200] },
2277
1875
  () => UpdateVodSourceRequest,
2278
1876
  () => UpdateVodSourceResponse,
2279
1877
  ];