@aws-sdk/client-medialive 3.932.0 → 3.933.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.
- package/dist-cjs/index.js +78 -24
- package/dist-es/models/models_1.js +8 -8
- package/dist-es/models/models_2.js +8 -0
- package/dist-es/schemas/schemas_0.js +67 -23
- package/dist-types/commands/CreateChannelCommand.d.ts +6 -0
- package/dist-types/commands/DeleteChannelCommand.d.ts +3 -0
- package/dist-types/commands/DescribeChannelCommand.d.ts +3 -0
- package/dist-types/commands/RestartChannelPipelinesCommand.d.ts +3 -0
- package/dist-types/commands/StartChannelCommand.d.ts +3 -0
- package/dist-types/commands/StopChannelCommand.d.ts +3 -0
- package/dist-types/commands/UpdateChannelClassCommand.d.ts +3 -0
- package/dist-types/commands/UpdateChannelCommand.d.ts +6 -0
- package/dist-types/commands/UpdateNodeStateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateReservationCommand.d.ts +1 -2
- package/dist-types/models/models_1.d.ts +45 -45
- package/dist-types/models/models_2.d.ts +46 -104
- package/dist-types/models/models_3.d.ts +106 -2
- package/dist-types/schemas/schemas_0.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateNodeStateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateReservationCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_1.d.ts +14 -21
- package/dist-types/ts3.4/models/models_2.d.ts +23 -26
- package/dist-types/ts3.4/models/models_3.d.ts +37 -2
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -1422,6 +1422,14 @@ const Av1SceneChangeDetect = {
|
|
|
1422
1422
|
DISABLED: "DISABLED",
|
|
1423
1423
|
ENABLED: "ENABLED",
|
|
1424
1424
|
};
|
|
1425
|
+
const Av1SpatialAq = {
|
|
1426
|
+
DISABLED: "DISABLED",
|
|
1427
|
+
ENABLED: "ENABLED",
|
|
1428
|
+
};
|
|
1429
|
+
const Av1TemporalAq = {
|
|
1430
|
+
DISABLED: "DISABLED",
|
|
1431
|
+
ENABLED: "ENABLED",
|
|
1432
|
+
};
|
|
1425
1433
|
const TimecodeBurninFontSize = {
|
|
1426
1434
|
EXTRA_SMALL_10: "EXTRA_SMALL_10",
|
|
1427
1435
|
LARGE_48: "LARGE_48",
|
|
@@ -1877,6 +1885,7 @@ const Scte35SpliceInsertWebDeliveryAllowedBehavior = {
|
|
|
1877
1885
|
FOLLOW: "FOLLOW",
|
|
1878
1886
|
IGNORE: "IGNORE",
|
|
1879
1887
|
};
|
|
1888
|
+
|
|
1880
1889
|
const Scte35AposNoRegionalBlackoutBehavior = {
|
|
1881
1890
|
FOLLOW: "FOLLOW",
|
|
1882
1891
|
IGNORE: "IGNORE",
|
|
@@ -1885,7 +1894,6 @@ const Scte35AposWebDeliveryAllowedBehavior = {
|
|
|
1885
1894
|
FOLLOW: "FOLLOW",
|
|
1886
1895
|
IGNORE: "IGNORE",
|
|
1887
1896
|
};
|
|
1888
|
-
|
|
1889
1897
|
const Scte35SegmentationScope = {
|
|
1890
1898
|
ALL_OUTPUT_GROUPS: "ALL_OUTPUT_GROUPS",
|
|
1891
1899
|
SCTE35_ENABLED_OUTPUT_GROUPS: "SCTE35_ENABLED_OUTPUT_GROUPS",
|
|
@@ -2543,7 +2551,8 @@ const _HS = "Hdr10Settings";
|
|
|
2543
2551
|
const _HSS = "HlsS3Settings";
|
|
2544
2552
|
const _HSe = "H264Settings";
|
|
2545
2553
|
const _HSet = "H265Settings";
|
|
2546
|
-
const _HSl = "
|
|
2554
|
+
const _HSl = "Hlg2020Settings";
|
|
2555
|
+
const _HSls = "HlsSettings";
|
|
2547
2556
|
const _HT = "HeightTrim";
|
|
2548
2557
|
const _HTM = "HttpTransferMode";
|
|
2549
2558
|
const _HTMS = "HlsTimedMetadataSettings";
|
|
@@ -3027,13 +3036,13 @@ const _Ro = "Routes";
|
|
|
3027
3036
|
const _Rol = "Role";
|
|
3028
3037
|
const _Rou = "Route";
|
|
3029
3038
|
const _S = "Spec";
|
|
3030
|
-
const _SA = "
|
|
3039
|
+
const _SA = "SpatialAq";
|
|
3031
3040
|
const _SACN = "SourceAncillaryChannelNumber";
|
|
3032
3041
|
const _SAS = "ScheduleActionSettings";
|
|
3033
3042
|
const _SASS = "ScheduleActionStartSettings";
|
|
3034
|
-
const _SAc = "
|
|
3043
|
+
const _SAc = "ScheduleActions";
|
|
3044
|
+
const _SAch = "ScheduleAction";
|
|
3035
3045
|
const _SAe = "SecretArn";
|
|
3036
|
-
const _SAp = "SpatialAq";
|
|
3037
3046
|
const _SB = "Scte35Behavior";
|
|
3038
3047
|
const _SBc = "ScalingBehavior";
|
|
3039
3048
|
const _SC = "ShadowColor";
|
|
@@ -3723,7 +3732,8 @@ const _hS = "hdr10Settings";
|
|
|
3723
3732
|
const _hSS = "hlsS3Settings";
|
|
3724
3733
|
const _hSe = "h264Settings";
|
|
3725
3734
|
const _hSet = "h265Settings";
|
|
3726
|
-
const _hSl = "
|
|
3735
|
+
const _hSl = "hlg2020Settings";
|
|
3736
|
+
const _hSls = "hlsSettings";
|
|
3727
3737
|
const _hT = "heightTrim";
|
|
3728
3738
|
const _hTM = "httpTransferMode";
|
|
3729
3739
|
const _hTMS = "hlsTimedMetadataSettings";
|
|
@@ -4122,12 +4132,12 @@ const _ret = "retries";
|
|
|
4122
4132
|
const _ro = "routes";
|
|
4123
4133
|
const _rol = "role";
|
|
4124
4134
|
const _s = "streaming";
|
|
4125
|
-
const _sA = "
|
|
4135
|
+
const _sA = "spatialAq";
|
|
4126
4136
|
const _sACN = "sourceAncillaryChannelNumber";
|
|
4127
4137
|
const _sAS = "scheduleActionSettings";
|
|
4128
4138
|
const _sASS = "scheduleActionStartSettings";
|
|
4139
|
+
const _sAc = "scheduleActions";
|
|
4129
4140
|
const _sAe = "secretArn";
|
|
4130
|
-
const _sAp = "spatialAq";
|
|
4131
4141
|
const _sB = "scte35Behavior";
|
|
4132
4142
|
const _sBc = "scalingBehavior";
|
|
4133
4143
|
const _sC = "shadowColor";
|
|
@@ -5141,7 +5151,30 @@ var Av1Settings = [
|
|
|
5141
5151
|
n0,
|
|
5142
5152
|
_ASv,
|
|
5143
5153
|
0,
|
|
5144
|
-
[
|
|
5154
|
+
[
|
|
5155
|
+
_ASf,
|
|
5156
|
+
_BS,
|
|
5157
|
+
_CSS,
|
|
5158
|
+
_FA,
|
|
5159
|
+
_FD,
|
|
5160
|
+
_FN,
|
|
5161
|
+
_GS,
|
|
5162
|
+
_GSU,
|
|
5163
|
+
_L,
|
|
5164
|
+
_LARC,
|
|
5165
|
+
_MB,
|
|
5166
|
+
_MII,
|
|
5167
|
+
_PD,
|
|
5168
|
+
_PN,
|
|
5169
|
+
_QQL,
|
|
5170
|
+
_SCD,
|
|
5171
|
+
_TBS,
|
|
5172
|
+
_B,
|
|
5173
|
+
_RCM,
|
|
5174
|
+
_MBi,
|
|
5175
|
+
_SA,
|
|
5176
|
+
_TA,
|
|
5177
|
+
],
|
|
5145
5178
|
[
|
|
5146
5179
|
[
|
|
5147
5180
|
0,
|
|
@@ -5263,6 +5296,18 @@ var Av1Settings = [
|
|
|
5263
5296
|
[_jN]: _mBi,
|
|
5264
5297
|
},
|
|
5265
5298
|
],
|
|
5299
|
+
[
|
|
5300
|
+
0,
|
|
5301
|
+
{
|
|
5302
|
+
[_jN]: _sA,
|
|
5303
|
+
},
|
|
5304
|
+
],
|
|
5305
|
+
[
|
|
5306
|
+
0,
|
|
5307
|
+
{
|
|
5308
|
+
[_jN]: _tA,
|
|
5309
|
+
},
|
|
5310
|
+
],
|
|
5266
5311
|
],
|
|
5267
5312
|
];
|
|
5268
5313
|
var AvailBlanking = [
|
|
@@ -5485,12 +5530,12 @@ var BatchScheduleActionCreateRequest = [
|
|
|
5485
5530
|
n0,
|
|
5486
5531
|
_BSACR,
|
|
5487
5532
|
0,
|
|
5488
|
-
[
|
|
5533
|
+
[_SAc],
|
|
5489
5534
|
[
|
|
5490
5535
|
[
|
|
5491
5536
|
() => __listOfScheduleAction,
|
|
5492
5537
|
{
|
|
5493
|
-
[_jN]:
|
|
5538
|
+
[_jN]: _sAc,
|
|
5494
5539
|
},
|
|
5495
5540
|
],
|
|
5496
5541
|
],
|
|
@@ -5500,12 +5545,12 @@ var BatchScheduleActionCreateResult = [
|
|
|
5500
5545
|
n0,
|
|
5501
5546
|
_BSACRa,
|
|
5502
5547
|
0,
|
|
5503
|
-
[
|
|
5548
|
+
[_SAc],
|
|
5504
5549
|
[
|
|
5505
5550
|
[
|
|
5506
5551
|
() => __listOfScheduleAction,
|
|
5507
5552
|
{
|
|
5508
|
-
[_jN]:
|
|
5553
|
+
[_jN]: _sAc,
|
|
5509
5554
|
},
|
|
5510
5555
|
],
|
|
5511
5556
|
],
|
|
@@ -5530,12 +5575,12 @@ var BatchScheduleActionDeleteResult = [
|
|
|
5530
5575
|
n0,
|
|
5531
5576
|
_BSADRa,
|
|
5532
5577
|
0,
|
|
5533
|
-
[
|
|
5578
|
+
[_SAc],
|
|
5534
5579
|
[
|
|
5535
5580
|
[
|
|
5536
5581
|
() => __listOfScheduleAction,
|
|
5537
5582
|
{
|
|
5538
|
-
[_jN]:
|
|
5583
|
+
[_jN]: _sAc,
|
|
5539
5584
|
},
|
|
5540
5585
|
],
|
|
5541
5586
|
],
|
|
@@ -10656,7 +10701,7 @@ var DescribeScheduleResponse = [
|
|
|
10656
10701
|
n0,
|
|
10657
10702
|
_DSResc,
|
|
10658
10703
|
0,
|
|
10659
|
-
[_NT,
|
|
10704
|
+
[_NT, _SAc],
|
|
10660
10705
|
[
|
|
10661
10706
|
[
|
|
10662
10707
|
0,
|
|
@@ -10667,7 +10712,7 @@ var DescribeScheduleResponse = [
|
|
|
10667
10712
|
[
|
|
10668
10713
|
() => __listOfScheduleAction,
|
|
10669
10714
|
{
|
|
10670
|
-
[_jN]:
|
|
10715
|
+
[_jN]: _sAc,
|
|
10671
10716
|
},
|
|
10672
10717
|
],
|
|
10673
10718
|
],
|
|
@@ -12350,7 +12395,7 @@ var H264Settings = [
|
|
|
12350
12395
|
_SCD,
|
|
12351
12396
|
_Sl,
|
|
12352
12397
|
_Sof,
|
|
12353
|
-
|
|
12398
|
+
_SA,
|
|
12354
12399
|
_SLu,
|
|
12355
12400
|
_Sy,
|
|
12356
12401
|
_TA,
|
|
@@ -12579,7 +12624,7 @@ var H264Settings = [
|
|
|
12579
12624
|
[
|
|
12580
12625
|
0,
|
|
12581
12626
|
{
|
|
12582
|
-
[_jN]:
|
|
12627
|
+
[_jN]: _sA,
|
|
12583
12628
|
},
|
|
12584
12629
|
],
|
|
12585
12630
|
[
|
|
@@ -12631,7 +12676,7 @@ var H265ColorSpaceSettings = [
|
|
|
12631
12676
|
n0,
|
|
12632
12677
|
_HCSSo,
|
|
12633
12678
|
0,
|
|
12634
|
-
[_CSPS, _DVS, _HS, _RSec, _RSece],
|
|
12679
|
+
[_CSPS, _DVS, _HS, _RSec, _RSece, _HSl],
|
|
12635
12680
|
[
|
|
12636
12681
|
[
|
|
12637
12682
|
() => ColorSpacePassthroughSettings,
|
|
@@ -12663,6 +12708,12 @@ var H265ColorSpaceSettings = [
|
|
|
12663
12708
|
[_jN]: _rSece,
|
|
12664
12709
|
},
|
|
12665
12710
|
],
|
|
12711
|
+
[
|
|
12712
|
+
() => Hlg2020Settings,
|
|
12713
|
+
{
|
|
12714
|
+
[_jN]: _hSl,
|
|
12715
|
+
},
|
|
12716
|
+
],
|
|
12666
12717
|
],
|
|
12667
12718
|
];
|
|
12668
12719
|
var H265FilterSettings = [
|
|
@@ -13011,6 +13062,7 @@ var Hdr10Settings = [
|
|
|
13011
13062
|
],
|
|
13012
13063
|
],
|
|
13013
13064
|
];
|
|
13065
|
+
var Hlg2020Settings = [3, n0, _HSl, 0, [], []];
|
|
13014
13066
|
var HlsAkamaiSettings = [
|
|
13015
13067
|
3,
|
|
13016
13068
|
n0,
|
|
@@ -13549,7 +13601,7 @@ var HlsOutputSettings = [
|
|
|
13549
13601
|
n0,
|
|
13550
13602
|
_HOS,
|
|
13551
13603
|
0,
|
|
13552
|
-
[_HPT,
|
|
13604
|
+
[_HPT, _HSls, _NM, _SMeg],
|
|
13553
13605
|
[
|
|
13554
13606
|
[
|
|
13555
13607
|
0,
|
|
@@ -13560,7 +13612,7 @@ var HlsOutputSettings = [
|
|
|
13560
13612
|
[
|
|
13561
13613
|
() => HlsSettings,
|
|
13562
13614
|
{
|
|
13563
|
-
[_jN]:
|
|
13615
|
+
[_jN]: _hSls,
|
|
13564
13616
|
},
|
|
13565
13617
|
],
|
|
13566
13618
|
[
|
|
@@ -13595,7 +13647,7 @@ var HlsS3Settings = [
|
|
|
13595
13647
|
var HlsSettings = [
|
|
13596
13648
|
3,
|
|
13597
13649
|
n0,
|
|
13598
|
-
|
|
13650
|
+
_HSls,
|
|
13599
13651
|
0,
|
|
13600
13652
|
[_AOHS, _FHS, _FCHS, _SHS],
|
|
13601
13653
|
[
|
|
@@ -19560,7 +19612,7 @@ var RtmpOutputSettings = [
|
|
|
19560
19612
|
var ScheduleAction = [
|
|
19561
19613
|
3,
|
|
19562
19614
|
n0,
|
|
19563
|
-
|
|
19615
|
+
_SAch,
|
|
19564
19616
|
0,
|
|
19565
19617
|
[_ANc, _SAS, _SASS],
|
|
19566
19618
|
[
|
|
@@ -28032,6 +28084,8 @@ exports.Av1Level = Av1Level;
|
|
|
28032
28084
|
exports.Av1LookAheadRateControl = Av1LookAheadRateControl;
|
|
28033
28085
|
exports.Av1RateControlMode = Av1RateControlMode;
|
|
28034
28086
|
exports.Av1SceneChangeDetect = Av1SceneChangeDetect;
|
|
28087
|
+
exports.Av1SpatialAq = Av1SpatialAq;
|
|
28088
|
+
exports.Av1TemporalAq = Av1TemporalAq;
|
|
28035
28089
|
exports.AvailBlankingState = AvailBlankingState;
|
|
28036
28090
|
exports.BadGatewayException = BadGatewayException$1;
|
|
28037
28091
|
exports.BadRequestException = BadRequestException$1;
|
|
@@ -483,6 +483,14 @@ export const Av1SceneChangeDetect = {
|
|
|
483
483
|
DISABLED: "DISABLED",
|
|
484
484
|
ENABLED: "ENABLED",
|
|
485
485
|
};
|
|
486
|
+
export const Av1SpatialAq = {
|
|
487
|
+
DISABLED: "DISABLED",
|
|
488
|
+
ENABLED: "ENABLED",
|
|
489
|
+
};
|
|
490
|
+
export const Av1TemporalAq = {
|
|
491
|
+
DISABLED: "DISABLED",
|
|
492
|
+
ENABLED: "ENABLED",
|
|
493
|
+
};
|
|
486
494
|
export const TimecodeBurninFontSize = {
|
|
487
495
|
EXTRA_SMALL_10: "EXTRA_SMALL_10",
|
|
488
496
|
LARGE_48: "LARGE_48",
|
|
@@ -938,11 +946,3 @@ export const Scte35SpliceInsertWebDeliveryAllowedBehavior = {
|
|
|
938
946
|
FOLLOW: "FOLLOW",
|
|
939
947
|
IGNORE: "IGNORE",
|
|
940
948
|
};
|
|
941
|
-
export const Scte35AposNoRegionalBlackoutBehavior = {
|
|
942
|
-
FOLLOW: "FOLLOW",
|
|
943
|
-
IGNORE: "IGNORE",
|
|
944
|
-
};
|
|
945
|
-
export const Scte35AposWebDeliveryAllowedBehavior = {
|
|
946
|
-
FOLLOW: "FOLLOW",
|
|
947
|
-
IGNORE: "IGNORE",
|
|
948
|
-
};
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
export const Scte35AposNoRegionalBlackoutBehavior = {
|
|
2
|
+
FOLLOW: "FOLLOW",
|
|
3
|
+
IGNORE: "IGNORE",
|
|
4
|
+
};
|
|
5
|
+
export const Scte35AposWebDeliveryAllowedBehavior = {
|
|
6
|
+
FOLLOW: "FOLLOW",
|
|
7
|
+
IGNORE: "IGNORE",
|
|
8
|
+
};
|
|
1
9
|
export const Scte35SegmentationScope = {
|
|
2
10
|
ALL_OUTPUT_GROUPS: "ALL_OUTPUT_GROUPS",
|
|
3
11
|
SCTE35_ENABLED_OUTPUT_GROUPS: "SCTE35_ENABLED_OUTPUT_GROUPS",
|
|
@@ -580,7 +580,8 @@ const _HS = "Hdr10Settings";
|
|
|
580
580
|
const _HSS = "HlsS3Settings";
|
|
581
581
|
const _HSe = "H264Settings";
|
|
582
582
|
const _HSet = "H265Settings";
|
|
583
|
-
const _HSl = "
|
|
583
|
+
const _HSl = "Hlg2020Settings";
|
|
584
|
+
const _HSls = "HlsSettings";
|
|
584
585
|
const _HT = "HeightTrim";
|
|
585
586
|
const _HTM = "HttpTransferMode";
|
|
586
587
|
const _HTMS = "HlsTimedMetadataSettings";
|
|
@@ -1064,13 +1065,13 @@ const _Ro = "Routes";
|
|
|
1064
1065
|
const _Rol = "Role";
|
|
1065
1066
|
const _Rou = "Route";
|
|
1066
1067
|
const _S = "Spec";
|
|
1067
|
-
const _SA = "
|
|
1068
|
+
const _SA = "SpatialAq";
|
|
1068
1069
|
const _SACN = "SourceAncillaryChannelNumber";
|
|
1069
1070
|
const _SAS = "ScheduleActionSettings";
|
|
1070
1071
|
const _SASS = "ScheduleActionStartSettings";
|
|
1071
|
-
const _SAc = "
|
|
1072
|
+
const _SAc = "ScheduleActions";
|
|
1073
|
+
const _SAch = "ScheduleAction";
|
|
1072
1074
|
const _SAe = "SecretArn";
|
|
1073
|
-
const _SAp = "SpatialAq";
|
|
1074
1075
|
const _SB = "Scte35Behavior";
|
|
1075
1076
|
const _SBc = "ScalingBehavior";
|
|
1076
1077
|
const _SC = "ShadowColor";
|
|
@@ -1760,7 +1761,8 @@ const _hS = "hdr10Settings";
|
|
|
1760
1761
|
const _hSS = "hlsS3Settings";
|
|
1761
1762
|
const _hSe = "h264Settings";
|
|
1762
1763
|
const _hSet = "h265Settings";
|
|
1763
|
-
const _hSl = "
|
|
1764
|
+
const _hSl = "hlg2020Settings";
|
|
1765
|
+
const _hSls = "hlsSettings";
|
|
1764
1766
|
const _hT = "heightTrim";
|
|
1765
1767
|
const _hTM = "httpTransferMode";
|
|
1766
1768
|
const _hTMS = "hlsTimedMetadataSettings";
|
|
@@ -2159,12 +2161,12 @@ const _ret = "retries";
|
|
|
2159
2161
|
const _ro = "routes";
|
|
2160
2162
|
const _rol = "role";
|
|
2161
2163
|
const _s = "streaming";
|
|
2162
|
-
const _sA = "
|
|
2164
|
+
const _sA = "spatialAq";
|
|
2163
2165
|
const _sACN = "sourceAncillaryChannelNumber";
|
|
2164
2166
|
const _sAS = "scheduleActionSettings";
|
|
2165
2167
|
const _sASS = "scheduleActionStartSettings";
|
|
2168
|
+
const _sAc = "scheduleActions";
|
|
2166
2169
|
const _sAe = "secretArn";
|
|
2167
|
-
const _sAp = "spatialAq";
|
|
2168
2170
|
const _sB = "scte35Behavior";
|
|
2169
2171
|
const _sBc = "scalingBehavior";
|
|
2170
2172
|
const _sC = "shadowColor";
|
|
@@ -3181,7 +3183,30 @@ export var Av1Settings = [
|
|
|
3181
3183
|
n0,
|
|
3182
3184
|
_ASv,
|
|
3183
3185
|
0,
|
|
3184
|
-
[
|
|
3186
|
+
[
|
|
3187
|
+
_ASf,
|
|
3188
|
+
_BS,
|
|
3189
|
+
_CSS,
|
|
3190
|
+
_FA,
|
|
3191
|
+
_FD,
|
|
3192
|
+
_FN,
|
|
3193
|
+
_GS,
|
|
3194
|
+
_GSU,
|
|
3195
|
+
_L,
|
|
3196
|
+
_LARC,
|
|
3197
|
+
_MB,
|
|
3198
|
+
_MII,
|
|
3199
|
+
_PD,
|
|
3200
|
+
_PN,
|
|
3201
|
+
_QQL,
|
|
3202
|
+
_SCD,
|
|
3203
|
+
_TBS,
|
|
3204
|
+
_B,
|
|
3205
|
+
_RCM,
|
|
3206
|
+
_MBi,
|
|
3207
|
+
_SA,
|
|
3208
|
+
_TA,
|
|
3209
|
+
],
|
|
3185
3210
|
[
|
|
3186
3211
|
[
|
|
3187
3212
|
0,
|
|
@@ -3303,6 +3328,18 @@ export var Av1Settings = [
|
|
|
3303
3328
|
[_jN]: _mBi,
|
|
3304
3329
|
},
|
|
3305
3330
|
],
|
|
3331
|
+
[
|
|
3332
|
+
0,
|
|
3333
|
+
{
|
|
3334
|
+
[_jN]: _sA,
|
|
3335
|
+
},
|
|
3336
|
+
],
|
|
3337
|
+
[
|
|
3338
|
+
0,
|
|
3339
|
+
{
|
|
3340
|
+
[_jN]: _tA,
|
|
3341
|
+
},
|
|
3342
|
+
],
|
|
3306
3343
|
],
|
|
3307
3344
|
];
|
|
3308
3345
|
export var AvailBlanking = [
|
|
@@ -3525,12 +3562,12 @@ export var BatchScheduleActionCreateRequest = [
|
|
|
3525
3562
|
n0,
|
|
3526
3563
|
_BSACR,
|
|
3527
3564
|
0,
|
|
3528
|
-
[
|
|
3565
|
+
[_SAc],
|
|
3529
3566
|
[
|
|
3530
3567
|
[
|
|
3531
3568
|
() => __listOfScheduleAction,
|
|
3532
3569
|
{
|
|
3533
|
-
[_jN]:
|
|
3570
|
+
[_jN]: _sAc,
|
|
3534
3571
|
},
|
|
3535
3572
|
],
|
|
3536
3573
|
],
|
|
@@ -3540,12 +3577,12 @@ export var BatchScheduleActionCreateResult = [
|
|
|
3540
3577
|
n0,
|
|
3541
3578
|
_BSACRa,
|
|
3542
3579
|
0,
|
|
3543
|
-
[
|
|
3580
|
+
[_SAc],
|
|
3544
3581
|
[
|
|
3545
3582
|
[
|
|
3546
3583
|
() => __listOfScheduleAction,
|
|
3547
3584
|
{
|
|
3548
|
-
[_jN]:
|
|
3585
|
+
[_jN]: _sAc,
|
|
3549
3586
|
},
|
|
3550
3587
|
],
|
|
3551
3588
|
],
|
|
@@ -3570,12 +3607,12 @@ export var BatchScheduleActionDeleteResult = [
|
|
|
3570
3607
|
n0,
|
|
3571
3608
|
_BSADRa,
|
|
3572
3609
|
0,
|
|
3573
|
-
[
|
|
3610
|
+
[_SAc],
|
|
3574
3611
|
[
|
|
3575
3612
|
[
|
|
3576
3613
|
() => __listOfScheduleAction,
|
|
3577
3614
|
{
|
|
3578
|
-
[_jN]:
|
|
3615
|
+
[_jN]: _sAc,
|
|
3579
3616
|
},
|
|
3580
3617
|
],
|
|
3581
3618
|
],
|
|
@@ -8696,7 +8733,7 @@ export var DescribeScheduleResponse = [
|
|
|
8696
8733
|
n0,
|
|
8697
8734
|
_DSResc,
|
|
8698
8735
|
0,
|
|
8699
|
-
[_NT,
|
|
8736
|
+
[_NT, _SAc],
|
|
8700
8737
|
[
|
|
8701
8738
|
[
|
|
8702
8739
|
0,
|
|
@@ -8707,7 +8744,7 @@ export var DescribeScheduleResponse = [
|
|
|
8707
8744
|
[
|
|
8708
8745
|
() => __listOfScheduleAction,
|
|
8709
8746
|
{
|
|
8710
|
-
[_jN]:
|
|
8747
|
+
[_jN]: _sAc,
|
|
8711
8748
|
},
|
|
8712
8749
|
],
|
|
8713
8750
|
],
|
|
@@ -10390,7 +10427,7 @@ export var H264Settings = [
|
|
|
10390
10427
|
_SCD,
|
|
10391
10428
|
_Sl,
|
|
10392
10429
|
_Sof,
|
|
10393
|
-
|
|
10430
|
+
_SA,
|
|
10394
10431
|
_SLu,
|
|
10395
10432
|
_Sy,
|
|
10396
10433
|
_TA,
|
|
@@ -10619,7 +10656,7 @@ export var H264Settings = [
|
|
|
10619
10656
|
[
|
|
10620
10657
|
0,
|
|
10621
10658
|
{
|
|
10622
|
-
[_jN]:
|
|
10659
|
+
[_jN]: _sA,
|
|
10623
10660
|
},
|
|
10624
10661
|
],
|
|
10625
10662
|
[
|
|
@@ -10671,7 +10708,7 @@ export var H265ColorSpaceSettings = [
|
|
|
10671
10708
|
n0,
|
|
10672
10709
|
_HCSSo,
|
|
10673
10710
|
0,
|
|
10674
|
-
[_CSPS, _DVS, _HS, _RSec, _RSece],
|
|
10711
|
+
[_CSPS, _DVS, _HS, _RSec, _RSece, _HSl],
|
|
10675
10712
|
[
|
|
10676
10713
|
[
|
|
10677
10714
|
() => ColorSpacePassthroughSettings,
|
|
@@ -10703,6 +10740,12 @@ export var H265ColorSpaceSettings = [
|
|
|
10703
10740
|
[_jN]: _rSece,
|
|
10704
10741
|
},
|
|
10705
10742
|
],
|
|
10743
|
+
[
|
|
10744
|
+
() => Hlg2020Settings,
|
|
10745
|
+
{
|
|
10746
|
+
[_jN]: _hSl,
|
|
10747
|
+
},
|
|
10748
|
+
],
|
|
10706
10749
|
],
|
|
10707
10750
|
];
|
|
10708
10751
|
export var H265FilterSettings = [
|
|
@@ -11051,6 +11094,7 @@ export var Hdr10Settings = [
|
|
|
11051
11094
|
],
|
|
11052
11095
|
],
|
|
11053
11096
|
];
|
|
11097
|
+
export var Hlg2020Settings = [3, n0, _HSl, 0, [], []];
|
|
11054
11098
|
export var HlsAkamaiSettings = [
|
|
11055
11099
|
3,
|
|
11056
11100
|
n0,
|
|
@@ -11589,7 +11633,7 @@ export var HlsOutputSettings = [
|
|
|
11589
11633
|
n0,
|
|
11590
11634
|
_HOS,
|
|
11591
11635
|
0,
|
|
11592
|
-
[_HPT,
|
|
11636
|
+
[_HPT, _HSls, _NM, _SMeg],
|
|
11593
11637
|
[
|
|
11594
11638
|
[
|
|
11595
11639
|
0,
|
|
@@ -11600,7 +11644,7 @@ export var HlsOutputSettings = [
|
|
|
11600
11644
|
[
|
|
11601
11645
|
() => HlsSettings,
|
|
11602
11646
|
{
|
|
11603
|
-
[_jN]:
|
|
11647
|
+
[_jN]: _hSls,
|
|
11604
11648
|
},
|
|
11605
11649
|
],
|
|
11606
11650
|
[
|
|
@@ -11635,7 +11679,7 @@ export var HlsS3Settings = [
|
|
|
11635
11679
|
export var HlsSettings = [
|
|
11636
11680
|
3,
|
|
11637
11681
|
n0,
|
|
11638
|
-
|
|
11682
|
+
_HSls,
|
|
11639
11683
|
0,
|
|
11640
11684
|
[_AOHS, _FHS, _FCHS, _SHS],
|
|
11641
11685
|
[
|
|
@@ -17600,7 +17644,7 @@ export var RtmpOutputSettings = [
|
|
|
17600
17644
|
export var ScheduleAction = [
|
|
17601
17645
|
3,
|
|
17602
17646
|
n0,
|
|
17603
|
-
|
|
17647
|
+
_SAch,
|
|
17604
17648
|
0,
|
|
17605
17649
|
[_ANc, _SAS, _SASS],
|
|
17606
17650
|
[
|
|
@@ -979,6 +979,7 @@ declare const CreateChannelCommand_base: {
|
|
|
979
979
|
* },
|
|
980
980
|
* Rec601Settings: {},
|
|
981
981
|
* Rec709Settings: {},
|
|
982
|
+
* Hlg2020Settings: {},
|
|
982
983
|
* },
|
|
983
984
|
* FilterSettings: { // H265FilterSettings
|
|
984
985
|
* TemporalFilterSettings: {
|
|
@@ -1090,6 +1091,8 @@ declare const CreateChannelCommand_base: {
|
|
|
1090
1091
|
* Bitrate: Number("int"),
|
|
1091
1092
|
* RateControlMode: "CBR" || "QVBR",
|
|
1092
1093
|
* MinBitrate: Number("int"),
|
|
1094
|
+
* SpatialAq: "DISABLED" || "ENABLED",
|
|
1095
|
+
* TemporalAq: "DISABLED" || "ENABLED",
|
|
1093
1096
|
* },
|
|
1094
1097
|
* },
|
|
1095
1098
|
* Height: Number("int"),
|
|
@@ -2234,6 +2237,7 @@ declare const CreateChannelCommand_base: {
|
|
|
2234
2237
|
* // },
|
|
2235
2238
|
* // Rec601Settings: {},
|
|
2236
2239
|
* // Rec709Settings: {},
|
|
2240
|
+
* // Hlg2020Settings: {},
|
|
2237
2241
|
* // },
|
|
2238
2242
|
* // FilterSettings: { // H265FilterSettings
|
|
2239
2243
|
* // TemporalFilterSettings: {
|
|
@@ -2345,6 +2349,8 @@ declare const CreateChannelCommand_base: {
|
|
|
2345
2349
|
* // Bitrate: Number("int"),
|
|
2346
2350
|
* // RateControlMode: "CBR" || "QVBR",
|
|
2347
2351
|
* // MinBitrate: Number("int"),
|
|
2352
|
+
* // SpatialAq: "DISABLED" || "ENABLED",
|
|
2353
|
+
* // TemporalAq: "DISABLED" || "ENABLED",
|
|
2348
2354
|
* // },
|
|
2349
2355
|
* // },
|
|
2350
2356
|
* // Height: Number("int"),
|
|
@@ -990,6 +990,7 @@ declare const DeleteChannelCommand_base: {
|
|
|
990
990
|
* // },
|
|
991
991
|
* // Rec601Settings: {},
|
|
992
992
|
* // Rec709Settings: {},
|
|
993
|
+
* // Hlg2020Settings: {},
|
|
993
994
|
* // },
|
|
994
995
|
* // FilterSettings: { // H265FilterSettings
|
|
995
996
|
* // TemporalFilterSettings: {
|
|
@@ -1101,6 +1102,8 @@ declare const DeleteChannelCommand_base: {
|
|
|
1101
1102
|
* // Bitrate: Number("int"),
|
|
1102
1103
|
* // RateControlMode: "CBR" || "QVBR",
|
|
1103
1104
|
* // MinBitrate: Number("int"),
|
|
1105
|
+
* // SpatialAq: "DISABLED" || "ENABLED",
|
|
1106
|
+
* // TemporalAq: "DISABLED" || "ENABLED",
|
|
1104
1107
|
* // },
|
|
1105
1108
|
* // },
|
|
1106
1109
|
* // Height: Number("int"),
|
|
@@ -990,6 +990,7 @@ declare const DescribeChannelCommand_base: {
|
|
|
990
990
|
* // },
|
|
991
991
|
* // Rec601Settings: {},
|
|
992
992
|
* // Rec709Settings: {},
|
|
993
|
+
* // Hlg2020Settings: {},
|
|
993
994
|
* // },
|
|
994
995
|
* // FilterSettings: { // H265FilterSettings
|
|
995
996
|
* // TemporalFilterSettings: {
|
|
@@ -1101,6 +1102,8 @@ declare const DescribeChannelCommand_base: {
|
|
|
1101
1102
|
* // Bitrate: Number("int"),
|
|
1102
1103
|
* // RateControlMode: "CBR" || "QVBR",
|
|
1103
1104
|
* // MinBitrate: Number("int"),
|
|
1105
|
+
* // SpatialAq: "DISABLED" || "ENABLED",
|
|
1106
|
+
* // TemporalAq: "DISABLED" || "ENABLED",
|
|
1104
1107
|
* // },
|
|
1105
1108
|
* // },
|
|
1106
1109
|
* // Height: Number("int"),
|
|
@@ -993,6 +993,7 @@ declare const RestartChannelPipelinesCommand_base: {
|
|
|
993
993
|
* // },
|
|
994
994
|
* // Rec601Settings: {},
|
|
995
995
|
* // Rec709Settings: {},
|
|
996
|
+
* // Hlg2020Settings: {},
|
|
996
997
|
* // },
|
|
997
998
|
* // FilterSettings: { // H265FilterSettings
|
|
998
999
|
* // TemporalFilterSettings: {
|
|
@@ -1104,6 +1105,8 @@ declare const RestartChannelPipelinesCommand_base: {
|
|
|
1104
1105
|
* // Bitrate: Number("int"),
|
|
1105
1106
|
* // RateControlMode: "CBR" || "QVBR",
|
|
1106
1107
|
* // MinBitrate: Number("int"),
|
|
1108
|
+
* // SpatialAq: "DISABLED" || "ENABLED",
|
|
1109
|
+
* // TemporalAq: "DISABLED" || "ENABLED",
|
|
1107
1110
|
* // },
|
|
1108
1111
|
* // },
|
|
1109
1112
|
* // Height: Number("int"),
|
|
@@ -990,6 +990,7 @@ declare const StartChannelCommand_base: {
|
|
|
990
990
|
* // },
|
|
991
991
|
* // Rec601Settings: {},
|
|
992
992
|
* // Rec709Settings: {},
|
|
993
|
+
* // Hlg2020Settings: {},
|
|
993
994
|
* // },
|
|
994
995
|
* // FilterSettings: { // H265FilterSettings
|
|
995
996
|
* // TemporalFilterSettings: {
|
|
@@ -1101,6 +1102,8 @@ declare const StartChannelCommand_base: {
|
|
|
1101
1102
|
* // Bitrate: Number("int"),
|
|
1102
1103
|
* // RateControlMode: "CBR" || "QVBR",
|
|
1103
1104
|
* // MinBitrate: Number("int"),
|
|
1105
|
+
* // SpatialAq: "DISABLED" || "ENABLED",
|
|
1106
|
+
* // TemporalAq: "DISABLED" || "ENABLED",
|
|
1104
1107
|
* // },
|
|
1105
1108
|
* // },
|
|
1106
1109
|
* // Height: Number("int"),
|
|
@@ -990,6 +990,7 @@ declare const StopChannelCommand_base: {
|
|
|
990
990
|
* // },
|
|
991
991
|
* // Rec601Settings: {},
|
|
992
992
|
* // Rec709Settings: {},
|
|
993
|
+
* // Hlg2020Settings: {},
|
|
993
994
|
* // },
|
|
994
995
|
* // FilterSettings: { // H265FilterSettings
|
|
995
996
|
* // TemporalFilterSettings: {
|
|
@@ -1101,6 +1102,8 @@ declare const StopChannelCommand_base: {
|
|
|
1101
1102
|
* // Bitrate: Number("int"),
|
|
1102
1103
|
* // RateControlMode: "CBR" || "QVBR",
|
|
1103
1104
|
* // MinBitrate: Number("int"),
|
|
1105
|
+
* // SpatialAq: "DISABLED" || "ENABLED",
|
|
1106
|
+
* // TemporalAq: "DISABLED" || "ENABLED",
|
|
1104
1107
|
* // },
|
|
1105
1108
|
* // },
|
|
1106
1109
|
* // Height: Number("int"),
|