@aws-sdk/client-medialive 3.540.0 → 3.548.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 +154 -17
- package/dist-es/models/models_0.js +47 -15
- package/dist-es/models/models_1.js +31 -0
- package/dist-es/protocols/Aws_restJson1.js +54 -0
- package/dist-types/commands/CreateChannelCommand.d.ts +50 -0
- package/dist-types/commands/DeleteChannelCommand.d.ts +25 -0
- package/dist-types/commands/DescribeChannelCommand.d.ts +25 -0
- package/dist-types/commands/DescribeMultiplexProgramCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOfferingCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThumbnailsCommand.d.ts +1 -1
- package/dist-types/commands/RestartChannelPipelinesCommand.d.ts +25 -0
- package/dist-types/commands/StartChannelCommand.d.ts +25 -0
- package/dist-types/commands/StopChannelCommand.d.ts +25 -0
- package/dist-types/commands/UpdateChannelClassCommand.d.ts +25 -0
- package/dist-types/commands/UpdateChannelCommand.d.ts +50 -0
- package/dist-types/models/models_0.d.ts +167 -156
- package/dist-types/models/models_1.d.ts +247 -363
- package/dist-types/models/models_2.d.ts +364 -2
- package/dist-types/ts3.4/commands/DescribeMultiplexProgramCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeOfferingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeThumbnailsCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +73 -48
- package/dist-types/ts3.4/models/models_1.d.ts +81 -91
- package/dist-types/ts3.4/models/models_2.d.ts +93 -1
- package/package.json +1 -1
|
@@ -2369,12 +2369,14 @@ const se_AudioCodecSettings = (input, context) => {
|
|
|
2369
2369
|
};
|
|
2370
2370
|
const se_AudioDescription = (input, context) => {
|
|
2371
2371
|
return take(input, {
|
|
2372
|
+
audioDashRoles: [, _json, `AudioDashRoles`],
|
|
2372
2373
|
audioNormalizationSettings: [, (_) => se_AudioNormalizationSettings(_, context), `AudioNormalizationSettings`],
|
|
2373
2374
|
audioSelectorName: [, , `AudioSelectorName`],
|
|
2374
2375
|
audioType: [, , `AudioType`],
|
|
2375
2376
|
audioTypeControl: [, , `AudioTypeControl`],
|
|
2376
2377
|
audioWatermarkingSettings: [, (_) => se_AudioWatermarkSettings(_, context), `AudioWatermarkingSettings`],
|
|
2377
2378
|
codecSettings: [, (_) => se_AudioCodecSettings(_, context), `CodecSettings`],
|
|
2379
|
+
dvbDashAccessibility: [, , `DvbDashAccessibility`],
|
|
2378
2380
|
languageCode: [, , `LanguageCode`],
|
|
2379
2381
|
languageCodeControl: [, , `LanguageCodeControl`],
|
|
2380
2382
|
name: [, , `Name`],
|
|
@@ -2524,8 +2526,10 @@ const se_BurnInDestinationSettings = (input, context) => {
|
|
|
2524
2526
|
const se_CaptionDescription = (input, context) => {
|
|
2525
2527
|
return take(input, {
|
|
2526
2528
|
accessibility: [, , `Accessibility`],
|
|
2529
|
+
captionDashRoles: [, _json, `CaptionDashRoles`],
|
|
2527
2530
|
captionSelectorName: [, , `CaptionSelectorName`],
|
|
2528
2531
|
destinationSettings: [, (_) => se_CaptionDestinationSettings(_, context), `DestinationSettings`],
|
|
2532
|
+
dvbDashAccessibility: [, , `DvbDashAccessibility`],
|
|
2529
2533
|
languageCode: [, , `LanguageCode`],
|
|
2530
2534
|
languageDescription: [, , `LanguageDescription`],
|
|
2531
2535
|
name: [, , `Name`],
|
|
@@ -2586,6 +2590,21 @@ const se_CdiInputSpecification = (input, context) => {
|
|
|
2586
2590
|
resolution: [, , `Resolution`],
|
|
2587
2591
|
});
|
|
2588
2592
|
};
|
|
2593
|
+
const se_CmafIngestGroupSettings = (input, context) => {
|
|
2594
|
+
return take(input, {
|
|
2595
|
+
destination: [, (_) => se_OutputLocationRef(_, context), `Destination`],
|
|
2596
|
+
nielsenId3Behavior: [, , `NielsenId3Behavior`],
|
|
2597
|
+
scte35Type: [, , `Scte35Type`],
|
|
2598
|
+
segmentLength: [, , `SegmentLength`],
|
|
2599
|
+
segmentLengthUnits: [, , `SegmentLengthUnits`],
|
|
2600
|
+
sendDelayMs: [, , `SendDelayMs`],
|
|
2601
|
+
});
|
|
2602
|
+
};
|
|
2603
|
+
const se_CmafIngestOutputSettings = (input, context) => {
|
|
2604
|
+
return take(input, {
|
|
2605
|
+
nameModifier: [, , `NameModifier`],
|
|
2606
|
+
});
|
|
2607
|
+
};
|
|
2589
2608
|
const se_ColorCorrection = (input, context) => {
|
|
2590
2609
|
return take(input, {
|
|
2591
2610
|
inputColorSpace: [, , `InputColorSpace`],
|
|
@@ -2905,6 +2924,8 @@ const se_H265Settings = (input, context) => {
|
|
|
2905
2924
|
lookAheadRateControl: [, , `LookAheadRateControl`],
|
|
2906
2925
|
maxBitrate: [, , `MaxBitrate`],
|
|
2907
2926
|
minIInterval: [, , `MinIInterval`],
|
|
2927
|
+
mvOverPictureBoundaries: [, , `MvOverPictureBoundaries`],
|
|
2928
|
+
mvTemporalPredictor: [, , `MvTemporalPredictor`],
|
|
2908
2929
|
parDenominator: [, , `ParDenominator`],
|
|
2909
2930
|
parNumerator: [, , `ParNumerator`],
|
|
2910
2931
|
profile: [, , `Profile`],
|
|
@@ -2914,8 +2935,12 @@ const se_H265Settings = (input, context) => {
|
|
|
2914
2935
|
sceneChangeDetect: [, , `SceneChangeDetect`],
|
|
2915
2936
|
slices: [, , `Slices`],
|
|
2916
2937
|
tier: [, , `Tier`],
|
|
2938
|
+
tileHeight: [, , `TileHeight`],
|
|
2939
|
+
tilePadding: [, , `TilePadding`],
|
|
2940
|
+
tileWidth: [, , `TileWidth`],
|
|
2917
2941
|
timecodeBurninSettings: [, (_) => se_TimecodeBurninSettings(_, context), `TimecodeBurninSettings`],
|
|
2918
2942
|
timecodeInsertion: [, , `TimecodeInsertion`],
|
|
2943
|
+
treeblockSize: [, , `TreeblockSize`],
|
|
2919
2944
|
});
|
|
2920
2945
|
};
|
|
2921
2946
|
const se_Hdr10Settings = (input, context) => {
|
|
@@ -3508,6 +3533,7 @@ const se_OutputGroup = (input, context) => {
|
|
|
3508
3533
|
const se_OutputGroupSettings = (input, context) => {
|
|
3509
3534
|
return take(input, {
|
|
3510
3535
|
archiveGroupSettings: [, (_) => se_ArchiveGroupSettings(_, context), `ArchiveGroupSettings`],
|
|
3536
|
+
cmafIngestGroupSettings: [, (_) => se_CmafIngestGroupSettings(_, context), `CmafIngestGroupSettings`],
|
|
3511
3537
|
frameCaptureGroupSettings: [, (_) => se_FrameCaptureGroupSettings(_, context), `FrameCaptureGroupSettings`],
|
|
3512
3538
|
hlsGroupSettings: [, (_) => se_HlsGroupSettings(_, context), `HlsGroupSettings`],
|
|
3513
3539
|
mediaPackageGroupSettings: [, (_) => se_MediaPackageGroupSettings(_, context), `MediaPackageGroupSettings`],
|
|
@@ -3531,6 +3557,7 @@ const se_OutputLockingSettings = (input, context) => {
|
|
|
3531
3557
|
const se_OutputSettings = (input, context) => {
|
|
3532
3558
|
return take(input, {
|
|
3533
3559
|
archiveOutputSettings: [, (_) => se_ArchiveOutputSettings(_, context), `ArchiveOutputSettings`],
|
|
3560
|
+
cmafIngestOutputSettings: [, (_) => se_CmafIngestOutputSettings(_, context), `CmafIngestOutputSettings`],
|
|
3534
3561
|
frameCaptureOutputSettings: [, (_) => se_FrameCaptureOutputSettings(_, context), `FrameCaptureOutputSettings`],
|
|
3535
3562
|
hlsOutputSettings: [, (_) => se_HlsOutputSettings(_, context), `HlsOutputSettings`],
|
|
3536
3563
|
mediaPackageOutputSettings: [, _json, `MediaPackageOutputSettings`],
|
|
@@ -4378,12 +4405,14 @@ const de_AudioCodecSettings = (output, context) => {
|
|
|
4378
4405
|
};
|
|
4379
4406
|
const de_AudioDescription = (output, context) => {
|
|
4380
4407
|
return take(output, {
|
|
4408
|
+
AudioDashRoles: [, _json, `audioDashRoles`],
|
|
4381
4409
|
AudioNormalizationSettings: [, (_) => de_AudioNormalizationSettings(_, context), `audioNormalizationSettings`],
|
|
4382
4410
|
AudioSelectorName: [, __expectString, `audioSelectorName`],
|
|
4383
4411
|
AudioType: [, __expectString, `audioType`],
|
|
4384
4412
|
AudioTypeControl: [, __expectString, `audioTypeControl`],
|
|
4385
4413
|
AudioWatermarkingSettings: [, (_) => de_AudioWatermarkSettings(_, context), `audioWatermarkingSettings`],
|
|
4386
4414
|
CodecSettings: [, (_) => de_AudioCodecSettings(_, context), `codecSettings`],
|
|
4415
|
+
DvbDashAccessibility: [, __expectString, `dvbDashAccessibility`],
|
|
4387
4416
|
LanguageCode: [, __expectString, `languageCode`],
|
|
4388
4417
|
LanguageCodeControl: [, __expectString, `languageCodeControl`],
|
|
4389
4418
|
Name: [, __expectString, `name`],
|
|
@@ -4548,8 +4577,10 @@ const de_BurnInDestinationSettings = (output, context) => {
|
|
|
4548
4577
|
const de_CaptionDescription = (output, context) => {
|
|
4549
4578
|
return take(output, {
|
|
4550
4579
|
Accessibility: [, __expectString, `accessibility`],
|
|
4580
|
+
CaptionDashRoles: [, _json, `captionDashRoles`],
|
|
4551
4581
|
CaptionSelectorName: [, __expectString, `captionSelectorName`],
|
|
4552
4582
|
DestinationSettings: [, (_) => de_CaptionDestinationSettings(_, context), `destinationSettings`],
|
|
4583
|
+
DvbDashAccessibility: [, __expectString, `dvbDashAccessibility`],
|
|
4553
4584
|
LanguageCode: [, __expectString, `languageCode`],
|
|
4554
4585
|
LanguageDescription: [, __expectString, `languageDescription`],
|
|
4555
4586
|
Name: [, __expectString, `name`],
|
|
@@ -4657,6 +4688,21 @@ const de_ChannelSummary = (output, context) => {
|
|
|
4657
4688
|
Vpc: [, (_) => de_VpcOutputSettingsDescription(_, context), `vpc`],
|
|
4658
4689
|
});
|
|
4659
4690
|
};
|
|
4691
|
+
const de_CmafIngestGroupSettings = (output, context) => {
|
|
4692
|
+
return take(output, {
|
|
4693
|
+
Destination: [, (_) => de_OutputLocationRef(_, context), `destination`],
|
|
4694
|
+
NielsenId3Behavior: [, __expectString, `nielsenId3Behavior`],
|
|
4695
|
+
Scte35Type: [, __expectString, `scte35Type`],
|
|
4696
|
+
SegmentLength: [, __expectInt32, `segmentLength`],
|
|
4697
|
+
SegmentLengthUnits: [, __expectString, `segmentLengthUnits`],
|
|
4698
|
+
SendDelayMs: [, __expectInt32, `sendDelayMs`],
|
|
4699
|
+
});
|
|
4700
|
+
};
|
|
4701
|
+
const de_CmafIngestOutputSettings = (output, context) => {
|
|
4702
|
+
return take(output, {
|
|
4703
|
+
NameModifier: [, __expectString, `nameModifier`],
|
|
4704
|
+
});
|
|
4705
|
+
};
|
|
4660
4706
|
const de_ColorCorrection = (output, context) => {
|
|
4661
4707
|
return take(output, {
|
|
4662
4708
|
InputColorSpace: [, __expectString, `inputColorSpace`],
|
|
@@ -4980,6 +5026,8 @@ const de_H265Settings = (output, context) => {
|
|
|
4980
5026
|
LookAheadRateControl: [, __expectString, `lookAheadRateControl`],
|
|
4981
5027
|
MaxBitrate: [, __expectInt32, `maxBitrate`],
|
|
4982
5028
|
MinIInterval: [, __expectInt32, `minIInterval`],
|
|
5029
|
+
MvOverPictureBoundaries: [, __expectString, `mvOverPictureBoundaries`],
|
|
5030
|
+
MvTemporalPredictor: [, __expectString, `mvTemporalPredictor`],
|
|
4983
5031
|
ParDenominator: [, __expectInt32, `parDenominator`],
|
|
4984
5032
|
ParNumerator: [, __expectInt32, `parNumerator`],
|
|
4985
5033
|
Profile: [, __expectString, `profile`],
|
|
@@ -4989,8 +5037,12 @@ const de_H265Settings = (output, context) => {
|
|
|
4989
5037
|
SceneChangeDetect: [, __expectString, `sceneChangeDetect`],
|
|
4990
5038
|
Slices: [, __expectInt32, `slices`],
|
|
4991
5039
|
Tier: [, __expectString, `tier`],
|
|
5040
|
+
TileHeight: [, __expectInt32, `tileHeight`],
|
|
5041
|
+
TilePadding: [, __expectString, `tilePadding`],
|
|
5042
|
+
TileWidth: [, __expectInt32, `tileWidth`],
|
|
4992
5043
|
TimecodeBurninSettings: [, (_) => de_TimecodeBurninSettings(_, context), `timecodeBurninSettings`],
|
|
4993
5044
|
TimecodeInsertion: [, __expectString, `timecodeInsertion`],
|
|
5045
|
+
TreeblockSize: [, __expectString, `treeblockSize`],
|
|
4994
5046
|
});
|
|
4995
5047
|
};
|
|
4996
5048
|
const de_Hdr10Settings = (output, context) => {
|
|
@@ -5749,6 +5801,7 @@ const de_OutputGroup = (output, context) => {
|
|
|
5749
5801
|
const de_OutputGroupSettings = (output, context) => {
|
|
5750
5802
|
return take(output, {
|
|
5751
5803
|
ArchiveGroupSettings: [, (_) => de_ArchiveGroupSettings(_, context), `archiveGroupSettings`],
|
|
5804
|
+
CmafIngestGroupSettings: [, (_) => de_CmafIngestGroupSettings(_, context), `cmafIngestGroupSettings`],
|
|
5752
5805
|
FrameCaptureGroupSettings: [, (_) => de_FrameCaptureGroupSettings(_, context), `frameCaptureGroupSettings`],
|
|
5753
5806
|
HlsGroupSettings: [, (_) => de_HlsGroupSettings(_, context), `hlsGroupSettings`],
|
|
5754
5807
|
MediaPackageGroupSettings: [, (_) => de_MediaPackageGroupSettings(_, context), `mediaPackageGroupSettings`],
|
|
@@ -5772,6 +5825,7 @@ const de_OutputLockingSettings = (output, context) => {
|
|
|
5772
5825
|
const de_OutputSettings = (output, context) => {
|
|
5773
5826
|
return take(output, {
|
|
5774
5827
|
ArchiveOutputSettings: [, (_) => de_ArchiveOutputSettings(_, context), `archiveOutputSettings`],
|
|
5828
|
+
CmafIngestOutputSettings: [, (_) => de_CmafIngestOutputSettings(_, context), `cmafIngestOutputSettings`],
|
|
5775
5829
|
FrameCaptureOutputSettings: [, (_) => de_FrameCaptureOutputSettings(_, context), `frameCaptureOutputSettings`],
|
|
5776
5830
|
HlsOutputSettings: [, (_) => de_HlsOutputSettings(_, context), `hlsOutputSettings`],
|
|
5777
5831
|
MediaPackageOutputSettings: [, _json, `mediaPackageOutputSettings`],
|
|
@@ -170,6 +170,10 @@ declare const CreateChannelCommand_base: {
|
|
|
170
170
|
* ChannelsOut: Number("int"),
|
|
171
171
|
* },
|
|
172
172
|
* StreamName: "STRING_VALUE",
|
|
173
|
+
* AudioDashRoles: [ // __listOfDashRoleAudio
|
|
174
|
+
* "ALTERNATE" || "COMMENTARY" || "DESCRIPTION" || "DUB" || "EMERGENCY" || "ENHANCED-AUDIO-INTELLIGIBILITY" || "KARAOKE" || "MAIN" || "SUPPLEMENTARY",
|
|
175
|
+
* ],
|
|
176
|
+
* DvbDashAccessibility: "DVBDASH_1_VISUALLY_IMPAIRED" || "DVBDASH_2_HARD_OF_HEARING" || "DVBDASH_3_SUPPLEMENTAL_COMMENTARY" || "DVBDASH_4_DIRECTORS_COMMENTARY" || "DVBDASH_5_EDUCATIONAL_NOTES" || "DVBDASH_6_MAIN_PROGRAM" || "DVBDASH_7_CLEAN_FEED",
|
|
173
177
|
* },
|
|
174
178
|
* ],
|
|
175
179
|
* AvailBlanking: { // AvailBlanking
|
|
@@ -292,6 +296,10 @@ declare const CreateChannelCommand_base: {
|
|
|
292
296
|
* LanguageCode: "STRING_VALUE",
|
|
293
297
|
* LanguageDescription: "STRING_VALUE",
|
|
294
298
|
* Name: "STRING_VALUE", // required
|
|
299
|
+
* CaptionDashRoles: [ // __listOfDashRoleCaption
|
|
300
|
+
* "ALTERNATE" || "CAPTION" || "COMMENTARY" || "DESCRIPTION" || "DUB" || "EASYREADER" || "EMERGENCY" || "FORCED-SUBTITLE" || "KARAOKE" || "MAIN" || "METADATA" || "SUBTITLE" || "SUPPLEMENTARY",
|
|
301
|
+
* ],
|
|
302
|
+
* DvbDashAccessibility: "DVBDASH_1_VISUALLY_IMPAIRED" || "DVBDASH_2_HARD_OF_HEARING" || "DVBDASH_3_SUPPLEMENTAL_COMMENTARY" || "DVBDASH_4_DIRECTORS_COMMENTARY" || "DVBDASH_5_EDUCATIONAL_NOTES" || "DVBDASH_6_MAIN_PROGRAM" || "DVBDASH_7_CLEAN_FEED",
|
|
295
303
|
* },
|
|
296
304
|
* ],
|
|
297
305
|
* FeatureActivations: { // FeatureActivations
|
|
@@ -493,6 +501,14 @@ declare const CreateChannelCommand_base: {
|
|
|
493
501
|
* TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",
|
|
494
502
|
* TimedMetadataId3Period: Number("int"),
|
|
495
503
|
* },
|
|
504
|
+
* CmafIngestGroupSettings: { // CmafIngestGroupSettings
|
|
505
|
+
* Destination: "<OutputLocationRef>", // required
|
|
506
|
+
* NielsenId3Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
|
|
507
|
+
* Scte35Type: "NONE" || "SCTE_35_WITHOUT_SEGMENTATION",
|
|
508
|
+
* SegmentLength: Number("int"),
|
|
509
|
+
* SegmentLengthUnits: "MILLISECONDS" || "SECONDS",
|
|
510
|
+
* SendDelayMs: Number("int"),
|
|
511
|
+
* },
|
|
496
512
|
* },
|
|
497
513
|
* Outputs: [ // __listOfOutput // required
|
|
498
514
|
* { // Output
|
|
@@ -704,6 +720,9 @@ declare const CreateChannelCommand_base: {
|
|
|
704
720
|
* RowLength: Number("int"),
|
|
705
721
|
* },
|
|
706
722
|
* },
|
|
723
|
+
* CmafIngestOutputSettings: { // CmafIngestOutputSettings
|
|
724
|
+
* NameModifier: "STRING_VALUE",
|
|
725
|
+
* },
|
|
707
726
|
* },
|
|
708
727
|
* VideoDescriptionName: "STRING_VALUE",
|
|
709
728
|
* },
|
|
@@ -832,6 +851,12 @@ declare const CreateChannelCommand_base: {
|
|
|
832
851
|
* Position: "BOTTOM_CENTER" || "BOTTOM_LEFT" || "BOTTOM_RIGHT" || "MIDDLE_CENTER" || "MIDDLE_LEFT" || "MIDDLE_RIGHT" || "TOP_CENTER" || "TOP_LEFT" || "TOP_RIGHT", // required
|
|
833
852
|
* Prefix: "STRING_VALUE",
|
|
834
853
|
* },
|
|
854
|
+
* MvOverPictureBoundaries: "DISABLED" || "ENABLED",
|
|
855
|
+
* MvTemporalPredictor: "DISABLED" || "ENABLED",
|
|
856
|
+
* TileHeight: Number("int"),
|
|
857
|
+
* TilePadding: "NONE" || "PADDED",
|
|
858
|
+
* TileWidth: Number("int"),
|
|
859
|
+
* TreeblockSize: "AUTO" || "TREE_SIZE_32X32",
|
|
835
860
|
* },
|
|
836
861
|
* Mpeg2Settings: { // Mpeg2Settings
|
|
837
862
|
* AdaptiveQuantization: "AUTO" || "HIGH" || "LOW" || "MEDIUM" || "OFF",
|
|
@@ -1190,6 +1215,10 @@ declare const CreateChannelCommand_base: {
|
|
|
1190
1215
|
* // ChannelsOut: Number("int"),
|
|
1191
1216
|
* // },
|
|
1192
1217
|
* // StreamName: "STRING_VALUE",
|
|
1218
|
+
* // AudioDashRoles: [ // __listOfDashRoleAudio
|
|
1219
|
+
* // "ALTERNATE" || "COMMENTARY" || "DESCRIPTION" || "DUB" || "EMERGENCY" || "ENHANCED-AUDIO-INTELLIGIBILITY" || "KARAOKE" || "MAIN" || "SUPPLEMENTARY",
|
|
1220
|
+
* // ],
|
|
1221
|
+
* // DvbDashAccessibility: "DVBDASH_1_VISUALLY_IMPAIRED" || "DVBDASH_2_HARD_OF_HEARING" || "DVBDASH_3_SUPPLEMENTAL_COMMENTARY" || "DVBDASH_4_DIRECTORS_COMMENTARY" || "DVBDASH_5_EDUCATIONAL_NOTES" || "DVBDASH_6_MAIN_PROGRAM" || "DVBDASH_7_CLEAN_FEED",
|
|
1193
1222
|
* // },
|
|
1194
1223
|
* // ],
|
|
1195
1224
|
* // AvailBlanking: { // AvailBlanking
|
|
@@ -1312,6 +1341,10 @@ declare const CreateChannelCommand_base: {
|
|
|
1312
1341
|
* // LanguageCode: "STRING_VALUE",
|
|
1313
1342
|
* // LanguageDescription: "STRING_VALUE",
|
|
1314
1343
|
* // Name: "STRING_VALUE", // required
|
|
1344
|
+
* // CaptionDashRoles: [ // __listOfDashRoleCaption
|
|
1345
|
+
* // "ALTERNATE" || "CAPTION" || "COMMENTARY" || "DESCRIPTION" || "DUB" || "EASYREADER" || "EMERGENCY" || "FORCED-SUBTITLE" || "KARAOKE" || "MAIN" || "METADATA" || "SUBTITLE" || "SUPPLEMENTARY",
|
|
1346
|
+
* // ],
|
|
1347
|
+
* // DvbDashAccessibility: "DVBDASH_1_VISUALLY_IMPAIRED" || "DVBDASH_2_HARD_OF_HEARING" || "DVBDASH_3_SUPPLEMENTAL_COMMENTARY" || "DVBDASH_4_DIRECTORS_COMMENTARY" || "DVBDASH_5_EDUCATIONAL_NOTES" || "DVBDASH_6_MAIN_PROGRAM" || "DVBDASH_7_CLEAN_FEED",
|
|
1315
1348
|
* // },
|
|
1316
1349
|
* // ],
|
|
1317
1350
|
* // FeatureActivations: { // FeatureActivations
|
|
@@ -1513,6 +1546,14 @@ declare const CreateChannelCommand_base: {
|
|
|
1513
1546
|
* // TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",
|
|
1514
1547
|
* // TimedMetadataId3Period: Number("int"),
|
|
1515
1548
|
* // },
|
|
1549
|
+
* // CmafIngestGroupSettings: { // CmafIngestGroupSettings
|
|
1550
|
+
* // Destination: "<OutputLocationRef>", // required
|
|
1551
|
+
* // NielsenId3Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
|
|
1552
|
+
* // Scte35Type: "NONE" || "SCTE_35_WITHOUT_SEGMENTATION",
|
|
1553
|
+
* // SegmentLength: Number("int"),
|
|
1554
|
+
* // SegmentLengthUnits: "MILLISECONDS" || "SECONDS",
|
|
1555
|
+
* // SendDelayMs: Number("int"),
|
|
1556
|
+
* // },
|
|
1516
1557
|
* // },
|
|
1517
1558
|
* // Outputs: [ // __listOfOutput // required
|
|
1518
1559
|
* // { // Output
|
|
@@ -1724,6 +1765,9 @@ declare const CreateChannelCommand_base: {
|
|
|
1724
1765
|
* // RowLength: Number("int"),
|
|
1725
1766
|
* // },
|
|
1726
1767
|
* // },
|
|
1768
|
+
* // CmafIngestOutputSettings: { // CmafIngestOutputSettings
|
|
1769
|
+
* // NameModifier: "STRING_VALUE",
|
|
1770
|
+
* // },
|
|
1727
1771
|
* // },
|
|
1728
1772
|
* // VideoDescriptionName: "STRING_VALUE",
|
|
1729
1773
|
* // },
|
|
@@ -1852,6 +1896,12 @@ declare const CreateChannelCommand_base: {
|
|
|
1852
1896
|
* // Position: "BOTTOM_CENTER" || "BOTTOM_LEFT" || "BOTTOM_RIGHT" || "MIDDLE_CENTER" || "MIDDLE_LEFT" || "MIDDLE_RIGHT" || "TOP_CENTER" || "TOP_LEFT" || "TOP_RIGHT", // required
|
|
1853
1897
|
* // Prefix: "STRING_VALUE",
|
|
1854
1898
|
* // },
|
|
1899
|
+
* // MvOverPictureBoundaries: "DISABLED" || "ENABLED",
|
|
1900
|
+
* // MvTemporalPredictor: "DISABLED" || "ENABLED",
|
|
1901
|
+
* // TileHeight: Number("int"),
|
|
1902
|
+
* // TilePadding: "NONE" || "PADDED",
|
|
1903
|
+
* // TileWidth: Number("int"),
|
|
1904
|
+
* // TreeblockSize: "AUTO" || "TREE_SIZE_32X32",
|
|
1855
1905
|
* // },
|
|
1856
1906
|
* // Mpeg2Settings: { // Mpeg2Settings
|
|
1857
1907
|
* // AdaptiveQuantization: "AUTO" || "HIGH" || "LOW" || "MEDIUM" || "OFF",
|
|
@@ -181,6 +181,10 @@ declare const DeleteChannelCommand_base: {
|
|
|
181
181
|
* // ChannelsOut: Number("int"),
|
|
182
182
|
* // },
|
|
183
183
|
* // StreamName: "STRING_VALUE",
|
|
184
|
+
* // AudioDashRoles: [ // __listOfDashRoleAudio
|
|
185
|
+
* // "ALTERNATE" || "COMMENTARY" || "DESCRIPTION" || "DUB" || "EMERGENCY" || "ENHANCED-AUDIO-INTELLIGIBILITY" || "KARAOKE" || "MAIN" || "SUPPLEMENTARY",
|
|
186
|
+
* // ],
|
|
187
|
+
* // DvbDashAccessibility: "DVBDASH_1_VISUALLY_IMPAIRED" || "DVBDASH_2_HARD_OF_HEARING" || "DVBDASH_3_SUPPLEMENTAL_COMMENTARY" || "DVBDASH_4_DIRECTORS_COMMENTARY" || "DVBDASH_5_EDUCATIONAL_NOTES" || "DVBDASH_6_MAIN_PROGRAM" || "DVBDASH_7_CLEAN_FEED",
|
|
184
188
|
* // },
|
|
185
189
|
* // ],
|
|
186
190
|
* // AvailBlanking: { // AvailBlanking
|
|
@@ -303,6 +307,10 @@ declare const DeleteChannelCommand_base: {
|
|
|
303
307
|
* // LanguageCode: "STRING_VALUE",
|
|
304
308
|
* // LanguageDescription: "STRING_VALUE",
|
|
305
309
|
* // Name: "STRING_VALUE", // required
|
|
310
|
+
* // CaptionDashRoles: [ // __listOfDashRoleCaption
|
|
311
|
+
* // "ALTERNATE" || "CAPTION" || "COMMENTARY" || "DESCRIPTION" || "DUB" || "EASYREADER" || "EMERGENCY" || "FORCED-SUBTITLE" || "KARAOKE" || "MAIN" || "METADATA" || "SUBTITLE" || "SUPPLEMENTARY",
|
|
312
|
+
* // ],
|
|
313
|
+
* // DvbDashAccessibility: "DVBDASH_1_VISUALLY_IMPAIRED" || "DVBDASH_2_HARD_OF_HEARING" || "DVBDASH_3_SUPPLEMENTAL_COMMENTARY" || "DVBDASH_4_DIRECTORS_COMMENTARY" || "DVBDASH_5_EDUCATIONAL_NOTES" || "DVBDASH_6_MAIN_PROGRAM" || "DVBDASH_7_CLEAN_FEED",
|
|
306
314
|
* // },
|
|
307
315
|
* // ],
|
|
308
316
|
* // FeatureActivations: { // FeatureActivations
|
|
@@ -504,6 +512,14 @@ declare const DeleteChannelCommand_base: {
|
|
|
504
512
|
* // TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",
|
|
505
513
|
* // TimedMetadataId3Period: Number("int"),
|
|
506
514
|
* // },
|
|
515
|
+
* // CmafIngestGroupSettings: { // CmafIngestGroupSettings
|
|
516
|
+
* // Destination: "<OutputLocationRef>", // required
|
|
517
|
+
* // NielsenId3Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
|
|
518
|
+
* // Scte35Type: "NONE" || "SCTE_35_WITHOUT_SEGMENTATION",
|
|
519
|
+
* // SegmentLength: Number("int"),
|
|
520
|
+
* // SegmentLengthUnits: "MILLISECONDS" || "SECONDS",
|
|
521
|
+
* // SendDelayMs: Number("int"),
|
|
522
|
+
* // },
|
|
507
523
|
* // },
|
|
508
524
|
* // Outputs: [ // __listOfOutput // required
|
|
509
525
|
* // { // Output
|
|
@@ -715,6 +731,9 @@ declare const DeleteChannelCommand_base: {
|
|
|
715
731
|
* // RowLength: Number("int"),
|
|
716
732
|
* // },
|
|
717
733
|
* // },
|
|
734
|
+
* // CmafIngestOutputSettings: { // CmafIngestOutputSettings
|
|
735
|
+
* // NameModifier: "STRING_VALUE",
|
|
736
|
+
* // },
|
|
718
737
|
* // },
|
|
719
738
|
* // VideoDescriptionName: "STRING_VALUE",
|
|
720
739
|
* // },
|
|
@@ -843,6 +862,12 @@ declare const DeleteChannelCommand_base: {
|
|
|
843
862
|
* // Position: "BOTTOM_CENTER" || "BOTTOM_LEFT" || "BOTTOM_RIGHT" || "MIDDLE_CENTER" || "MIDDLE_LEFT" || "MIDDLE_RIGHT" || "TOP_CENTER" || "TOP_LEFT" || "TOP_RIGHT", // required
|
|
844
863
|
* // Prefix: "STRING_VALUE",
|
|
845
864
|
* // },
|
|
865
|
+
* // MvOverPictureBoundaries: "DISABLED" || "ENABLED",
|
|
866
|
+
* // MvTemporalPredictor: "DISABLED" || "ENABLED",
|
|
867
|
+
* // TileHeight: Number("int"),
|
|
868
|
+
* // TilePadding: "NONE" || "PADDED",
|
|
869
|
+
* // TileWidth: Number("int"),
|
|
870
|
+
* // TreeblockSize: "AUTO" || "TREE_SIZE_32X32",
|
|
846
871
|
* // },
|
|
847
872
|
* // Mpeg2Settings: { // Mpeg2Settings
|
|
848
873
|
* // AdaptiveQuantization: "AUTO" || "HIGH" || "LOW" || "MEDIUM" || "OFF",
|
|
@@ -181,6 +181,10 @@ declare const DescribeChannelCommand_base: {
|
|
|
181
181
|
* // ChannelsOut: Number("int"),
|
|
182
182
|
* // },
|
|
183
183
|
* // StreamName: "STRING_VALUE",
|
|
184
|
+
* // AudioDashRoles: [ // __listOfDashRoleAudio
|
|
185
|
+
* // "ALTERNATE" || "COMMENTARY" || "DESCRIPTION" || "DUB" || "EMERGENCY" || "ENHANCED-AUDIO-INTELLIGIBILITY" || "KARAOKE" || "MAIN" || "SUPPLEMENTARY",
|
|
186
|
+
* // ],
|
|
187
|
+
* // DvbDashAccessibility: "DVBDASH_1_VISUALLY_IMPAIRED" || "DVBDASH_2_HARD_OF_HEARING" || "DVBDASH_3_SUPPLEMENTAL_COMMENTARY" || "DVBDASH_4_DIRECTORS_COMMENTARY" || "DVBDASH_5_EDUCATIONAL_NOTES" || "DVBDASH_6_MAIN_PROGRAM" || "DVBDASH_7_CLEAN_FEED",
|
|
184
188
|
* // },
|
|
185
189
|
* // ],
|
|
186
190
|
* // AvailBlanking: { // AvailBlanking
|
|
@@ -303,6 +307,10 @@ declare const DescribeChannelCommand_base: {
|
|
|
303
307
|
* // LanguageCode: "STRING_VALUE",
|
|
304
308
|
* // LanguageDescription: "STRING_VALUE",
|
|
305
309
|
* // Name: "STRING_VALUE", // required
|
|
310
|
+
* // CaptionDashRoles: [ // __listOfDashRoleCaption
|
|
311
|
+
* // "ALTERNATE" || "CAPTION" || "COMMENTARY" || "DESCRIPTION" || "DUB" || "EASYREADER" || "EMERGENCY" || "FORCED-SUBTITLE" || "KARAOKE" || "MAIN" || "METADATA" || "SUBTITLE" || "SUPPLEMENTARY",
|
|
312
|
+
* // ],
|
|
313
|
+
* // DvbDashAccessibility: "DVBDASH_1_VISUALLY_IMPAIRED" || "DVBDASH_2_HARD_OF_HEARING" || "DVBDASH_3_SUPPLEMENTAL_COMMENTARY" || "DVBDASH_4_DIRECTORS_COMMENTARY" || "DVBDASH_5_EDUCATIONAL_NOTES" || "DVBDASH_6_MAIN_PROGRAM" || "DVBDASH_7_CLEAN_FEED",
|
|
306
314
|
* // },
|
|
307
315
|
* // ],
|
|
308
316
|
* // FeatureActivations: { // FeatureActivations
|
|
@@ -504,6 +512,14 @@ declare const DescribeChannelCommand_base: {
|
|
|
504
512
|
* // TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",
|
|
505
513
|
* // TimedMetadataId3Period: Number("int"),
|
|
506
514
|
* // },
|
|
515
|
+
* // CmafIngestGroupSettings: { // CmafIngestGroupSettings
|
|
516
|
+
* // Destination: "<OutputLocationRef>", // required
|
|
517
|
+
* // NielsenId3Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
|
|
518
|
+
* // Scte35Type: "NONE" || "SCTE_35_WITHOUT_SEGMENTATION",
|
|
519
|
+
* // SegmentLength: Number("int"),
|
|
520
|
+
* // SegmentLengthUnits: "MILLISECONDS" || "SECONDS",
|
|
521
|
+
* // SendDelayMs: Number("int"),
|
|
522
|
+
* // },
|
|
507
523
|
* // },
|
|
508
524
|
* // Outputs: [ // __listOfOutput // required
|
|
509
525
|
* // { // Output
|
|
@@ -715,6 +731,9 @@ declare const DescribeChannelCommand_base: {
|
|
|
715
731
|
* // RowLength: Number("int"),
|
|
716
732
|
* // },
|
|
717
733
|
* // },
|
|
734
|
+
* // CmafIngestOutputSettings: { // CmafIngestOutputSettings
|
|
735
|
+
* // NameModifier: "STRING_VALUE",
|
|
736
|
+
* // },
|
|
718
737
|
* // },
|
|
719
738
|
* // VideoDescriptionName: "STRING_VALUE",
|
|
720
739
|
* // },
|
|
@@ -843,6 +862,12 @@ declare const DescribeChannelCommand_base: {
|
|
|
843
862
|
* // Position: "BOTTOM_CENTER" || "BOTTOM_LEFT" || "BOTTOM_RIGHT" || "MIDDLE_CENTER" || "MIDDLE_LEFT" || "MIDDLE_RIGHT" || "TOP_CENTER" || "TOP_LEFT" || "TOP_RIGHT", // required
|
|
844
863
|
* // Prefix: "STRING_VALUE",
|
|
845
864
|
* // },
|
|
865
|
+
* // MvOverPictureBoundaries: "DISABLED" || "ENABLED",
|
|
866
|
+
* // MvTemporalPredictor: "DISABLED" || "ENABLED",
|
|
867
|
+
* // TileHeight: Number("int"),
|
|
868
|
+
* // TilePadding: "NONE" || "PADDED",
|
|
869
|
+
* // TileWidth: Number("int"),
|
|
870
|
+
* // TreeblockSize: "AUTO" || "TREE_SIZE_32X32",
|
|
846
871
|
* // },
|
|
847
872
|
* // Mpeg2Settings: { // Mpeg2Settings
|
|
848
873
|
* // AdaptiveQuantization: "AUTO" || "HIGH" || "LOW" || "MEDIUM" || "OFF",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
4
|
-
import { DescribeMultiplexProgramRequest, DescribeMultiplexProgramResponse } from "../models/
|
|
4
|
+
import { DescribeMultiplexProgramRequest, DescribeMultiplexProgramResponse } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
4
|
-
import { DescribeOfferingRequest, DescribeOfferingResponse } from "../models/
|
|
4
|
+
import { DescribeOfferingRequest, DescribeOfferingResponse } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
4
|
-
import { DescribeReservationRequest, DescribeReservationResponse } from "../models/
|
|
4
|
+
import { DescribeReservationRequest, DescribeReservationResponse } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
4
|
-
import { DescribeScheduleRequest, DescribeScheduleResponse } from "../models/
|
|
4
|
+
import { DescribeScheduleRequest, DescribeScheduleResponse } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
4
|
-
import { DescribeThumbnailsRequest, DescribeThumbnailsResponse } from "../models/
|
|
4
|
+
import { DescribeThumbnailsRequest, DescribeThumbnailsResponse } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -184,6 +184,10 @@ declare const RestartChannelPipelinesCommand_base: {
|
|
|
184
184
|
* // ChannelsOut: Number("int"),
|
|
185
185
|
* // },
|
|
186
186
|
* // StreamName: "STRING_VALUE",
|
|
187
|
+
* // AudioDashRoles: [ // __listOfDashRoleAudio
|
|
188
|
+
* // "ALTERNATE" || "COMMENTARY" || "DESCRIPTION" || "DUB" || "EMERGENCY" || "ENHANCED-AUDIO-INTELLIGIBILITY" || "KARAOKE" || "MAIN" || "SUPPLEMENTARY",
|
|
189
|
+
* // ],
|
|
190
|
+
* // DvbDashAccessibility: "DVBDASH_1_VISUALLY_IMPAIRED" || "DVBDASH_2_HARD_OF_HEARING" || "DVBDASH_3_SUPPLEMENTAL_COMMENTARY" || "DVBDASH_4_DIRECTORS_COMMENTARY" || "DVBDASH_5_EDUCATIONAL_NOTES" || "DVBDASH_6_MAIN_PROGRAM" || "DVBDASH_7_CLEAN_FEED",
|
|
187
191
|
* // },
|
|
188
192
|
* // ],
|
|
189
193
|
* // AvailBlanking: { // AvailBlanking
|
|
@@ -306,6 +310,10 @@ declare const RestartChannelPipelinesCommand_base: {
|
|
|
306
310
|
* // LanguageCode: "STRING_VALUE",
|
|
307
311
|
* // LanguageDescription: "STRING_VALUE",
|
|
308
312
|
* // Name: "STRING_VALUE", // required
|
|
313
|
+
* // CaptionDashRoles: [ // __listOfDashRoleCaption
|
|
314
|
+
* // "ALTERNATE" || "CAPTION" || "COMMENTARY" || "DESCRIPTION" || "DUB" || "EASYREADER" || "EMERGENCY" || "FORCED-SUBTITLE" || "KARAOKE" || "MAIN" || "METADATA" || "SUBTITLE" || "SUPPLEMENTARY",
|
|
315
|
+
* // ],
|
|
316
|
+
* // DvbDashAccessibility: "DVBDASH_1_VISUALLY_IMPAIRED" || "DVBDASH_2_HARD_OF_HEARING" || "DVBDASH_3_SUPPLEMENTAL_COMMENTARY" || "DVBDASH_4_DIRECTORS_COMMENTARY" || "DVBDASH_5_EDUCATIONAL_NOTES" || "DVBDASH_6_MAIN_PROGRAM" || "DVBDASH_7_CLEAN_FEED",
|
|
309
317
|
* // },
|
|
310
318
|
* // ],
|
|
311
319
|
* // FeatureActivations: { // FeatureActivations
|
|
@@ -507,6 +515,14 @@ declare const RestartChannelPipelinesCommand_base: {
|
|
|
507
515
|
* // TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",
|
|
508
516
|
* // TimedMetadataId3Period: Number("int"),
|
|
509
517
|
* // },
|
|
518
|
+
* // CmafIngestGroupSettings: { // CmafIngestGroupSettings
|
|
519
|
+
* // Destination: "<OutputLocationRef>", // required
|
|
520
|
+
* // NielsenId3Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
|
|
521
|
+
* // Scte35Type: "NONE" || "SCTE_35_WITHOUT_SEGMENTATION",
|
|
522
|
+
* // SegmentLength: Number("int"),
|
|
523
|
+
* // SegmentLengthUnits: "MILLISECONDS" || "SECONDS",
|
|
524
|
+
* // SendDelayMs: Number("int"),
|
|
525
|
+
* // },
|
|
510
526
|
* // },
|
|
511
527
|
* // Outputs: [ // __listOfOutput // required
|
|
512
528
|
* // { // Output
|
|
@@ -718,6 +734,9 @@ declare const RestartChannelPipelinesCommand_base: {
|
|
|
718
734
|
* // RowLength: Number("int"),
|
|
719
735
|
* // },
|
|
720
736
|
* // },
|
|
737
|
+
* // CmafIngestOutputSettings: { // CmafIngestOutputSettings
|
|
738
|
+
* // NameModifier: "STRING_VALUE",
|
|
739
|
+
* // },
|
|
721
740
|
* // },
|
|
722
741
|
* // VideoDescriptionName: "STRING_VALUE",
|
|
723
742
|
* // },
|
|
@@ -846,6 +865,12 @@ declare const RestartChannelPipelinesCommand_base: {
|
|
|
846
865
|
* // Position: "BOTTOM_CENTER" || "BOTTOM_LEFT" || "BOTTOM_RIGHT" || "MIDDLE_CENTER" || "MIDDLE_LEFT" || "MIDDLE_RIGHT" || "TOP_CENTER" || "TOP_LEFT" || "TOP_RIGHT", // required
|
|
847
866
|
* // Prefix: "STRING_VALUE",
|
|
848
867
|
* // },
|
|
868
|
+
* // MvOverPictureBoundaries: "DISABLED" || "ENABLED",
|
|
869
|
+
* // MvTemporalPredictor: "DISABLED" || "ENABLED",
|
|
870
|
+
* // TileHeight: Number("int"),
|
|
871
|
+
* // TilePadding: "NONE" || "PADDED",
|
|
872
|
+
* // TileWidth: Number("int"),
|
|
873
|
+
* // TreeblockSize: "AUTO" || "TREE_SIZE_32X32",
|
|
849
874
|
* // },
|
|
850
875
|
* // Mpeg2Settings: { // Mpeg2Settings
|
|
851
876
|
* // AdaptiveQuantization: "AUTO" || "HIGH" || "LOW" || "MEDIUM" || "OFF",
|
|
@@ -181,6 +181,10 @@ declare const StartChannelCommand_base: {
|
|
|
181
181
|
* // ChannelsOut: Number("int"),
|
|
182
182
|
* // },
|
|
183
183
|
* // StreamName: "STRING_VALUE",
|
|
184
|
+
* // AudioDashRoles: [ // __listOfDashRoleAudio
|
|
185
|
+
* // "ALTERNATE" || "COMMENTARY" || "DESCRIPTION" || "DUB" || "EMERGENCY" || "ENHANCED-AUDIO-INTELLIGIBILITY" || "KARAOKE" || "MAIN" || "SUPPLEMENTARY",
|
|
186
|
+
* // ],
|
|
187
|
+
* // DvbDashAccessibility: "DVBDASH_1_VISUALLY_IMPAIRED" || "DVBDASH_2_HARD_OF_HEARING" || "DVBDASH_3_SUPPLEMENTAL_COMMENTARY" || "DVBDASH_4_DIRECTORS_COMMENTARY" || "DVBDASH_5_EDUCATIONAL_NOTES" || "DVBDASH_6_MAIN_PROGRAM" || "DVBDASH_7_CLEAN_FEED",
|
|
184
188
|
* // },
|
|
185
189
|
* // ],
|
|
186
190
|
* // AvailBlanking: { // AvailBlanking
|
|
@@ -303,6 +307,10 @@ declare const StartChannelCommand_base: {
|
|
|
303
307
|
* // LanguageCode: "STRING_VALUE",
|
|
304
308
|
* // LanguageDescription: "STRING_VALUE",
|
|
305
309
|
* // Name: "STRING_VALUE", // required
|
|
310
|
+
* // CaptionDashRoles: [ // __listOfDashRoleCaption
|
|
311
|
+
* // "ALTERNATE" || "CAPTION" || "COMMENTARY" || "DESCRIPTION" || "DUB" || "EASYREADER" || "EMERGENCY" || "FORCED-SUBTITLE" || "KARAOKE" || "MAIN" || "METADATA" || "SUBTITLE" || "SUPPLEMENTARY",
|
|
312
|
+
* // ],
|
|
313
|
+
* // DvbDashAccessibility: "DVBDASH_1_VISUALLY_IMPAIRED" || "DVBDASH_2_HARD_OF_HEARING" || "DVBDASH_3_SUPPLEMENTAL_COMMENTARY" || "DVBDASH_4_DIRECTORS_COMMENTARY" || "DVBDASH_5_EDUCATIONAL_NOTES" || "DVBDASH_6_MAIN_PROGRAM" || "DVBDASH_7_CLEAN_FEED",
|
|
306
314
|
* // },
|
|
307
315
|
* // ],
|
|
308
316
|
* // FeatureActivations: { // FeatureActivations
|
|
@@ -504,6 +512,14 @@ declare const StartChannelCommand_base: {
|
|
|
504
512
|
* // TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",
|
|
505
513
|
* // TimedMetadataId3Period: Number("int"),
|
|
506
514
|
* // },
|
|
515
|
+
* // CmafIngestGroupSettings: { // CmafIngestGroupSettings
|
|
516
|
+
* // Destination: "<OutputLocationRef>", // required
|
|
517
|
+
* // NielsenId3Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
|
|
518
|
+
* // Scte35Type: "NONE" || "SCTE_35_WITHOUT_SEGMENTATION",
|
|
519
|
+
* // SegmentLength: Number("int"),
|
|
520
|
+
* // SegmentLengthUnits: "MILLISECONDS" || "SECONDS",
|
|
521
|
+
* // SendDelayMs: Number("int"),
|
|
522
|
+
* // },
|
|
507
523
|
* // },
|
|
508
524
|
* // Outputs: [ // __listOfOutput // required
|
|
509
525
|
* // { // Output
|
|
@@ -715,6 +731,9 @@ declare const StartChannelCommand_base: {
|
|
|
715
731
|
* // RowLength: Number("int"),
|
|
716
732
|
* // },
|
|
717
733
|
* // },
|
|
734
|
+
* // CmafIngestOutputSettings: { // CmafIngestOutputSettings
|
|
735
|
+
* // NameModifier: "STRING_VALUE",
|
|
736
|
+
* // },
|
|
718
737
|
* // },
|
|
719
738
|
* // VideoDescriptionName: "STRING_VALUE",
|
|
720
739
|
* // },
|
|
@@ -843,6 +862,12 @@ declare const StartChannelCommand_base: {
|
|
|
843
862
|
* // Position: "BOTTOM_CENTER" || "BOTTOM_LEFT" || "BOTTOM_RIGHT" || "MIDDLE_CENTER" || "MIDDLE_LEFT" || "MIDDLE_RIGHT" || "TOP_CENTER" || "TOP_LEFT" || "TOP_RIGHT", // required
|
|
844
863
|
* // Prefix: "STRING_VALUE",
|
|
845
864
|
* // },
|
|
865
|
+
* // MvOverPictureBoundaries: "DISABLED" || "ENABLED",
|
|
866
|
+
* // MvTemporalPredictor: "DISABLED" || "ENABLED",
|
|
867
|
+
* // TileHeight: Number("int"),
|
|
868
|
+
* // TilePadding: "NONE" || "PADDED",
|
|
869
|
+
* // TileWidth: Number("int"),
|
|
870
|
+
* // TreeblockSize: "AUTO" || "TREE_SIZE_32X32",
|
|
846
871
|
* // },
|
|
847
872
|
* // Mpeg2Settings: { // Mpeg2Settings
|
|
848
873
|
* // AdaptiveQuantization: "AUTO" || "HIGH" || "LOW" || "MEDIUM" || "OFF",
|
|
@@ -181,6 +181,10 @@ declare const StopChannelCommand_base: {
|
|
|
181
181
|
* // ChannelsOut: Number("int"),
|
|
182
182
|
* // },
|
|
183
183
|
* // StreamName: "STRING_VALUE",
|
|
184
|
+
* // AudioDashRoles: [ // __listOfDashRoleAudio
|
|
185
|
+
* // "ALTERNATE" || "COMMENTARY" || "DESCRIPTION" || "DUB" || "EMERGENCY" || "ENHANCED-AUDIO-INTELLIGIBILITY" || "KARAOKE" || "MAIN" || "SUPPLEMENTARY",
|
|
186
|
+
* // ],
|
|
187
|
+
* // DvbDashAccessibility: "DVBDASH_1_VISUALLY_IMPAIRED" || "DVBDASH_2_HARD_OF_HEARING" || "DVBDASH_3_SUPPLEMENTAL_COMMENTARY" || "DVBDASH_4_DIRECTORS_COMMENTARY" || "DVBDASH_5_EDUCATIONAL_NOTES" || "DVBDASH_6_MAIN_PROGRAM" || "DVBDASH_7_CLEAN_FEED",
|
|
184
188
|
* // },
|
|
185
189
|
* // ],
|
|
186
190
|
* // AvailBlanking: { // AvailBlanking
|
|
@@ -303,6 +307,10 @@ declare const StopChannelCommand_base: {
|
|
|
303
307
|
* // LanguageCode: "STRING_VALUE",
|
|
304
308
|
* // LanguageDescription: "STRING_VALUE",
|
|
305
309
|
* // Name: "STRING_VALUE", // required
|
|
310
|
+
* // CaptionDashRoles: [ // __listOfDashRoleCaption
|
|
311
|
+
* // "ALTERNATE" || "CAPTION" || "COMMENTARY" || "DESCRIPTION" || "DUB" || "EASYREADER" || "EMERGENCY" || "FORCED-SUBTITLE" || "KARAOKE" || "MAIN" || "METADATA" || "SUBTITLE" || "SUPPLEMENTARY",
|
|
312
|
+
* // ],
|
|
313
|
+
* // DvbDashAccessibility: "DVBDASH_1_VISUALLY_IMPAIRED" || "DVBDASH_2_HARD_OF_HEARING" || "DVBDASH_3_SUPPLEMENTAL_COMMENTARY" || "DVBDASH_4_DIRECTORS_COMMENTARY" || "DVBDASH_5_EDUCATIONAL_NOTES" || "DVBDASH_6_MAIN_PROGRAM" || "DVBDASH_7_CLEAN_FEED",
|
|
306
314
|
* // },
|
|
307
315
|
* // ],
|
|
308
316
|
* // FeatureActivations: { // FeatureActivations
|
|
@@ -504,6 +512,14 @@ declare const StopChannelCommand_base: {
|
|
|
504
512
|
* // TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",
|
|
505
513
|
* // TimedMetadataId3Period: Number("int"),
|
|
506
514
|
* // },
|
|
515
|
+
* // CmafIngestGroupSettings: { // CmafIngestGroupSettings
|
|
516
|
+
* // Destination: "<OutputLocationRef>", // required
|
|
517
|
+
* // NielsenId3Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
|
|
518
|
+
* // Scte35Type: "NONE" || "SCTE_35_WITHOUT_SEGMENTATION",
|
|
519
|
+
* // SegmentLength: Number("int"),
|
|
520
|
+
* // SegmentLengthUnits: "MILLISECONDS" || "SECONDS",
|
|
521
|
+
* // SendDelayMs: Number("int"),
|
|
522
|
+
* // },
|
|
507
523
|
* // },
|
|
508
524
|
* // Outputs: [ // __listOfOutput // required
|
|
509
525
|
* // { // Output
|
|
@@ -715,6 +731,9 @@ declare const StopChannelCommand_base: {
|
|
|
715
731
|
* // RowLength: Number("int"),
|
|
716
732
|
* // },
|
|
717
733
|
* // },
|
|
734
|
+
* // CmafIngestOutputSettings: { // CmafIngestOutputSettings
|
|
735
|
+
* // NameModifier: "STRING_VALUE",
|
|
736
|
+
* // },
|
|
718
737
|
* // },
|
|
719
738
|
* // VideoDescriptionName: "STRING_VALUE",
|
|
720
739
|
* // },
|
|
@@ -843,6 +862,12 @@ declare const StopChannelCommand_base: {
|
|
|
843
862
|
* // Position: "BOTTOM_CENTER" || "BOTTOM_LEFT" || "BOTTOM_RIGHT" || "MIDDLE_CENTER" || "MIDDLE_LEFT" || "MIDDLE_RIGHT" || "TOP_CENTER" || "TOP_LEFT" || "TOP_RIGHT", // required
|
|
844
863
|
* // Prefix: "STRING_VALUE",
|
|
845
864
|
* // },
|
|
865
|
+
* // MvOverPictureBoundaries: "DISABLED" || "ENABLED",
|
|
866
|
+
* // MvTemporalPredictor: "DISABLED" || "ENABLED",
|
|
867
|
+
* // TileHeight: Number("int"),
|
|
868
|
+
* // TilePadding: "NONE" || "PADDED",
|
|
869
|
+
* // TileWidth: Number("int"),
|
|
870
|
+
* // TreeblockSize: "AUTO" || "TREE_SIZE_32X32",
|
|
846
871
|
* // },
|
|
847
872
|
* // Mpeg2Settings: { // Mpeg2Settings
|
|
848
873
|
* // AdaptiveQuantization: "AUTO" || "HIGH" || "LOW" || "MEDIUM" || "OFF",
|