@aws-sdk/client-mediaconvert 3.921.0 → 3.925.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.
@@ -129,7 +129,10 @@ declare const CreateJobTemplateCommand_base: {
129
129
  * ChannelsIn: Number("int"),
130
130
  * ChannelsOut: Number("int"),
131
131
  * },
132
- * SelectorType: "PID" || "TRACK" || "LANGUAGE_CODE" || "HLS_RENDITION_GROUP" || "ALL_PCM",
132
+ * SelectorType: "PID" || "TRACK" || "LANGUAGE_CODE" || "HLS_RENDITION_GROUP" || "ALL_PCM" || "STREAM",
133
+ * Streams: [
134
+ * Number("int"),
135
+ * ],
133
136
  * Tracks: [
134
137
  * Number("int"),
135
138
  * ],
@@ -172,6 +175,7 @@ declare const CreateJobTemplateCommand_base: {
172
175
  * PageNumber: "STRING_VALUE",
173
176
  * },
174
177
  * TrackSourceSettings: { // TrackSourceSettings
178
+ * StreamNumber: Number("int"),
175
179
  * TrackNumber: Number("int"),
176
180
  * },
177
181
  * WebvttHlsSourceSettings: { // WebvttHlsSourceSettings
@@ -249,6 +253,7 @@ declare const CreateJobTemplateCommand_base: {
249
253
  * EndTimecode: "STRING_VALUE",
250
254
  * InitialPosition: { // VideoOverlayPosition
251
255
  * Height: Number("int"),
256
+ * Opacity: Number("int"),
252
257
  * Unit: "PIXELS" || "PERCENTAGE",
253
258
  * Width: Number("int"),
254
259
  * XPosition: Number("int"),
@@ -271,6 +276,7 @@ declare const CreateJobTemplateCommand_base: {
271
276
  * { // VideoOverlayTransition
272
277
  * EndPosition: {
273
278
  * Height: Number("int"),
279
+ * Opacity: Number("int"),
274
280
  * Unit: "PIXELS" || "PERCENTAGE",
275
281
  * Width: Number("int"),
276
282
  * XPosition: Number("int"),
@@ -412,7 +418,7 @@ declare const CreateJobTemplateCommand_base: {
412
418
  * ClientCache: "DISABLED" || "ENABLED",
413
419
  * CodecSpecification: "RFC_6381" || "RFC_4281",
414
420
  * DashIFrameTrickPlayNameModifier: "STRING_VALUE",
415
- * DashManifestStyle: "BASIC" || "COMPACT" || "DISTINCT",
421
+ * DashManifestStyle: "BASIC" || "COMPACT" || "DISTINCT" || "FULL",
416
422
  * Destination: "STRING_VALUE",
417
423
  * DestinationSettings: { // DestinationSettings
418
424
  * S3Settings: { // S3DestinationSettings
@@ -493,7 +499,7 @@ declare const CreateJobTemplateCommand_base: {
493
499
  * AudioChannelConfigSchemeIdUri: "MPEG_CHANNEL_CONFIGURATION" || "DOLBY_CHANNEL_CONFIGURATION",
494
500
  * BaseUrl: "STRING_VALUE",
495
501
  * DashIFrameTrickPlayNameModifier: "STRING_VALUE",
496
- * DashManifestStyle: "BASIC" || "COMPACT" || "DISTINCT",
502
+ * DashManifestStyle: "BASIC" || "COMPACT" || "DISTINCT" || "FULL",
497
503
  * Destination: "STRING_VALUE",
498
504
  * DestinationSettings: {
499
505
  * S3Settings: {
@@ -720,6 +726,9 @@ declare const CreateJobTemplateCommand_base: {
720
726
  * TargetLkfs: Number("double"),
721
727
  * TruePeakLimiterThreshold: Number("double"),
722
728
  * },
729
+ * AudioPitchCorrectionSettings: { // AudioPitchCorrectionSettings
730
+ * SlowPalPitchCorrection: "DISABLED" || "ENABLED",
731
+ * },
723
732
  * AudioSourceName: "STRING_VALUE",
724
733
  * AudioType: Number("int"),
725
734
  * AudioTypeControl: "FOLLOW_INPUT" || "USE_CONFIGURED",
@@ -1325,6 +1334,9 @@ declare const CreateJobTemplateCommand_base: {
1325
1334
  * Telecine: "NONE" || "SOFT" || "HARD",
1326
1335
  * TemporalAdaptiveQuantization: "DISABLED" || "ENABLED",
1327
1336
  * },
1337
+ * PassthroughSettings: { // PassthroughSettings
1338
+ * VideoSelectorMode: "AUTO" || "REMUX_ALL",
1339
+ * },
1328
1340
  * ProresSettings: { // ProresSettings
1329
1341
  * ChromaSampling: "PRESERVE_444_SAMPLING" || "SUBSAMPLE_TO_422",
1330
1342
  * CodecProfile: "APPLE_PRORES_422" || "APPLE_PRORES_422_HQ" || "APPLE_PRORES_422_LT" || "APPLE_PRORES_422_PROXY" || "APPLE_PRORES_4444" || "APPLE_PRORES_4444_XQ",
@@ -1684,7 +1696,10 @@ declare const CreateJobTemplateCommand_base: {
1684
1696
  * // ChannelsIn: Number("int"),
1685
1697
  * // ChannelsOut: Number("int"),
1686
1698
  * // },
1687
- * // SelectorType: "PID" || "TRACK" || "LANGUAGE_CODE" || "HLS_RENDITION_GROUP" || "ALL_PCM",
1699
+ * // SelectorType: "PID" || "TRACK" || "LANGUAGE_CODE" || "HLS_RENDITION_GROUP" || "ALL_PCM" || "STREAM",
1700
+ * // Streams: [
1701
+ * // Number("int"),
1702
+ * // ],
1688
1703
  * // Tracks: [
1689
1704
  * // Number("int"),
1690
1705
  * // ],
@@ -1727,6 +1742,7 @@ declare const CreateJobTemplateCommand_base: {
1727
1742
  * // PageNumber: "STRING_VALUE",
1728
1743
  * // },
1729
1744
  * // TrackSourceSettings: { // TrackSourceSettings
1745
+ * // StreamNumber: Number("int"),
1730
1746
  * // TrackNumber: Number("int"),
1731
1747
  * // },
1732
1748
  * // WebvttHlsSourceSettings: { // WebvttHlsSourceSettings
@@ -1804,6 +1820,7 @@ declare const CreateJobTemplateCommand_base: {
1804
1820
  * // EndTimecode: "STRING_VALUE",
1805
1821
  * // InitialPosition: { // VideoOverlayPosition
1806
1822
  * // Height: Number("int"),
1823
+ * // Opacity: Number("int"),
1807
1824
  * // Unit: "PIXELS" || "PERCENTAGE",
1808
1825
  * // Width: Number("int"),
1809
1826
  * // XPosition: Number("int"),
@@ -1826,6 +1843,7 @@ declare const CreateJobTemplateCommand_base: {
1826
1843
  * // { // VideoOverlayTransition
1827
1844
  * // EndPosition: {
1828
1845
  * // Height: Number("int"),
1846
+ * // Opacity: Number("int"),
1829
1847
  * // Unit: "PIXELS" || "PERCENTAGE",
1830
1848
  * // Width: Number("int"),
1831
1849
  * // XPosition: Number("int"),
@@ -1967,7 +1985,7 @@ declare const CreateJobTemplateCommand_base: {
1967
1985
  * // ClientCache: "DISABLED" || "ENABLED",
1968
1986
  * // CodecSpecification: "RFC_6381" || "RFC_4281",
1969
1987
  * // DashIFrameTrickPlayNameModifier: "STRING_VALUE",
1970
- * // DashManifestStyle: "BASIC" || "COMPACT" || "DISTINCT",
1988
+ * // DashManifestStyle: "BASIC" || "COMPACT" || "DISTINCT" || "FULL",
1971
1989
  * // Destination: "STRING_VALUE",
1972
1990
  * // DestinationSettings: { // DestinationSettings
1973
1991
  * // S3Settings: { // S3DestinationSettings
@@ -2048,7 +2066,7 @@ declare const CreateJobTemplateCommand_base: {
2048
2066
  * // AudioChannelConfigSchemeIdUri: "MPEG_CHANNEL_CONFIGURATION" || "DOLBY_CHANNEL_CONFIGURATION",
2049
2067
  * // BaseUrl: "STRING_VALUE",
2050
2068
  * // DashIFrameTrickPlayNameModifier: "STRING_VALUE",
2051
- * // DashManifestStyle: "BASIC" || "COMPACT" || "DISTINCT",
2069
+ * // DashManifestStyle: "BASIC" || "COMPACT" || "DISTINCT" || "FULL",
2052
2070
  * // Destination: "STRING_VALUE",
2053
2071
  * // DestinationSettings: {
2054
2072
  * // S3Settings: {
@@ -2275,6 +2293,9 @@ declare const CreateJobTemplateCommand_base: {
2275
2293
  * // TargetLkfs: Number("double"),
2276
2294
  * // TruePeakLimiterThreshold: Number("double"),
2277
2295
  * // },
2296
+ * // AudioPitchCorrectionSettings: { // AudioPitchCorrectionSettings
2297
+ * // SlowPalPitchCorrection: "DISABLED" || "ENABLED",
2298
+ * // },
2278
2299
  * // AudioSourceName: "STRING_VALUE",
2279
2300
  * // AudioType: Number("int"),
2280
2301
  * // AudioTypeControl: "FOLLOW_INPUT" || "USE_CONFIGURED",
@@ -2880,6 +2901,9 @@ declare const CreateJobTemplateCommand_base: {
2880
2901
  * // Telecine: "NONE" || "SOFT" || "HARD",
2881
2902
  * // TemporalAdaptiveQuantization: "DISABLED" || "ENABLED",
2882
2903
  * // },
2904
+ * // PassthroughSettings: { // PassthroughSettings
2905
+ * // VideoSelectorMode: "AUTO" || "REMUX_ALL",
2906
+ * // },
2883
2907
  * // ProresSettings: { // ProresSettings
2884
2908
  * // ChromaSampling: "PRESERVE_444_SAMPLING" || "SUBSAMPLE_TO_422",
2885
2909
  * // CodecProfile: "APPLE_PRORES_422" || "APPLE_PRORES_422_HQ" || "APPLE_PRORES_422_LT" || "APPLE_PRORES_422_PROXY" || "APPLE_PRORES_4444" || "APPLE_PRORES_4444_XQ",
@@ -58,6 +58,9 @@ declare const CreatePresetCommand_base: {
58
58
  * TargetLkfs: Number("double"),
59
59
  * TruePeakLimiterThreshold: Number("double"),
60
60
  * },
61
+ * AudioPitchCorrectionSettings: { // AudioPitchCorrectionSettings
62
+ * SlowPalPitchCorrection: "DISABLED" || "ENABLED",
63
+ * },
61
64
  * AudioSourceName: "STRING_VALUE",
62
65
  * AudioType: Number("int"),
63
66
  * AudioTypeControl: "FOLLOW_INPUT" || "USE_CONFIGURED",
@@ -650,6 +653,9 @@ declare const CreatePresetCommand_base: {
650
653
  * Telecine: "NONE" || "SOFT" || "HARD",
651
654
  * TemporalAdaptiveQuantization: "DISABLED" || "ENABLED",
652
655
  * },
656
+ * PassthroughSettings: { // PassthroughSettings
657
+ * VideoSelectorMode: "AUTO" || "REMUX_ALL",
658
+ * },
653
659
  * ProresSettings: { // ProresSettings
654
660
  * ChromaSampling: "PRESERVE_444_SAMPLING" || "SUBSAMPLE_TO_422",
655
661
  * CodecProfile: "APPLE_PRORES_422" || "APPLE_PRORES_422_HQ" || "APPLE_PRORES_422_LT" || "APPLE_PRORES_422_PROXY" || "APPLE_PRORES_4444" || "APPLE_PRORES_4444_XQ",
@@ -919,6 +925,9 @@ declare const CreatePresetCommand_base: {
919
925
  * // TargetLkfs: Number("double"),
920
926
  * // TruePeakLimiterThreshold: Number("double"),
921
927
  * // },
928
+ * // AudioPitchCorrectionSettings: { // AudioPitchCorrectionSettings
929
+ * // SlowPalPitchCorrection: "DISABLED" || "ENABLED",
930
+ * // },
922
931
  * // AudioSourceName: "STRING_VALUE",
923
932
  * // AudioType: Number("int"),
924
933
  * // AudioTypeControl: "FOLLOW_INPUT" || "USE_CONFIGURED",
@@ -1511,6 +1520,9 @@ declare const CreatePresetCommand_base: {
1511
1520
  * // Telecine: "NONE" || "SOFT" || "HARD",
1512
1521
  * // TemporalAdaptiveQuantization: "DISABLED" || "ENABLED",
1513
1522
  * // },
1523
+ * // PassthroughSettings: { // PassthroughSettings
1524
+ * // VideoSelectorMode: "AUTO" || "REMUX_ALL",
1525
+ * // },
1514
1526
  * // ProresSettings: { // ProresSettings
1515
1527
  * // ChromaSampling: "PRESERVE_444_SAMPLING" || "SUBSAMPLE_TO_422",
1516
1528
  * // CodecProfile: "APPLE_PRORES_422" || "APPLE_PRORES_422_HQ" || "APPLE_PRORES_422_LT" || "APPLE_PRORES_422_PROXY" || "APPLE_PRORES_4444" || "APPLE_PRORES_4444_XQ",
@@ -176,7 +176,10 @@ declare const GetJobCommand_base: {
176
176
  * // ChannelsIn: Number("int"),
177
177
  * // ChannelsOut: Number("int"),
178
178
  * // },
179
- * // SelectorType: "PID" || "TRACK" || "LANGUAGE_CODE" || "HLS_RENDITION_GROUP" || "ALL_PCM",
179
+ * // SelectorType: "PID" || "TRACK" || "LANGUAGE_CODE" || "HLS_RENDITION_GROUP" || "ALL_PCM" || "STREAM",
180
+ * // Streams: [
181
+ * // Number("int"),
182
+ * // ],
180
183
  * // Tracks: [
181
184
  * // Number("int"),
182
185
  * // ],
@@ -219,6 +222,7 @@ declare const GetJobCommand_base: {
219
222
  * // PageNumber: "STRING_VALUE",
220
223
  * // },
221
224
  * // TrackSourceSettings: { // TrackSourceSettings
225
+ * // StreamNumber: Number("int"),
222
226
  * // TrackNumber: Number("int"),
223
227
  * // },
224
228
  * // WebvttHlsSourceSettings: { // WebvttHlsSourceSettings
@@ -321,6 +325,7 @@ declare const GetJobCommand_base: {
321
325
  * // EndTimecode: "STRING_VALUE",
322
326
  * // InitialPosition: { // VideoOverlayPosition
323
327
  * // Height: Number("int"),
328
+ * // Opacity: Number("int"),
324
329
  * // Unit: "PIXELS" || "PERCENTAGE",
325
330
  * // Width: Number("int"),
326
331
  * // XPosition: Number("int"),
@@ -343,6 +348,7 @@ declare const GetJobCommand_base: {
343
348
  * // { // VideoOverlayTransition
344
349
  * // EndPosition: {
345
350
  * // Height: Number("int"),
351
+ * // Opacity: Number("int"),
346
352
  * // Unit: "PIXELS" || "PERCENTAGE",
347
353
  * // Width: Number("int"),
348
354
  * // XPosition: Number("int"),
@@ -484,7 +490,7 @@ declare const GetJobCommand_base: {
484
490
  * // ClientCache: "DISABLED" || "ENABLED",
485
491
  * // CodecSpecification: "RFC_6381" || "RFC_4281",
486
492
  * // DashIFrameTrickPlayNameModifier: "STRING_VALUE",
487
- * // DashManifestStyle: "BASIC" || "COMPACT" || "DISTINCT",
493
+ * // DashManifestStyle: "BASIC" || "COMPACT" || "DISTINCT" || "FULL",
488
494
  * // Destination: "STRING_VALUE",
489
495
  * // DestinationSettings: { // DestinationSettings
490
496
  * // S3Settings: { // S3DestinationSettings
@@ -565,7 +571,7 @@ declare const GetJobCommand_base: {
565
571
  * // AudioChannelConfigSchemeIdUri: "MPEG_CHANNEL_CONFIGURATION" || "DOLBY_CHANNEL_CONFIGURATION",
566
572
  * // BaseUrl: "STRING_VALUE",
567
573
  * // DashIFrameTrickPlayNameModifier: "STRING_VALUE",
568
- * // DashManifestStyle: "BASIC" || "COMPACT" || "DISTINCT",
574
+ * // DashManifestStyle: "BASIC" || "COMPACT" || "DISTINCT" || "FULL",
569
575
  * // Destination: "STRING_VALUE",
570
576
  * // DestinationSettings: {
571
577
  * // S3Settings: {
@@ -792,6 +798,9 @@ declare const GetJobCommand_base: {
792
798
  * // TargetLkfs: Number("double"),
793
799
  * // TruePeakLimiterThreshold: Number("double"),
794
800
  * // },
801
+ * // AudioPitchCorrectionSettings: { // AudioPitchCorrectionSettings
802
+ * // SlowPalPitchCorrection: "DISABLED" || "ENABLED",
803
+ * // },
795
804
  * // AudioSourceName: "STRING_VALUE",
796
805
  * // AudioType: Number("int"),
797
806
  * // AudioTypeControl: "FOLLOW_INPUT" || "USE_CONFIGURED",
@@ -1397,6 +1406,9 @@ declare const GetJobCommand_base: {
1397
1406
  * // Telecine: "NONE" || "SOFT" || "HARD",
1398
1407
  * // TemporalAdaptiveQuantization: "DISABLED" || "ENABLED",
1399
1408
  * // },
1409
+ * // PassthroughSettings: { // PassthroughSettings
1410
+ * // VideoSelectorMode: "AUTO" || "REMUX_ALL",
1411
+ * // },
1400
1412
  * // ProresSettings: { // ProresSettings
1401
1413
  * // ChromaSampling: "PRESERVE_444_SAMPLING" || "SUBSAMPLE_TO_422",
1402
1414
  * // CodecProfile: "APPLE_PRORES_422" || "APPLE_PRORES_422_HQ" || "APPLE_PRORES_422_LT" || "APPLE_PRORES_422_PROXY" || "APPLE_PRORES_4444" || "APPLE_PRORES_4444_XQ",
@@ -138,7 +138,10 @@ declare const GetJobTemplateCommand_base: {
138
138
  * // ChannelsIn: Number("int"),
139
139
  * // ChannelsOut: Number("int"),
140
140
  * // },
141
- * // SelectorType: "PID" || "TRACK" || "LANGUAGE_CODE" || "HLS_RENDITION_GROUP" || "ALL_PCM",
141
+ * // SelectorType: "PID" || "TRACK" || "LANGUAGE_CODE" || "HLS_RENDITION_GROUP" || "ALL_PCM" || "STREAM",
142
+ * // Streams: [
143
+ * // Number("int"),
144
+ * // ],
142
145
  * // Tracks: [
143
146
  * // Number("int"),
144
147
  * // ],
@@ -181,6 +184,7 @@ declare const GetJobTemplateCommand_base: {
181
184
  * // PageNumber: "STRING_VALUE",
182
185
  * // },
183
186
  * // TrackSourceSettings: { // TrackSourceSettings
187
+ * // StreamNumber: Number("int"),
184
188
  * // TrackNumber: Number("int"),
185
189
  * // },
186
190
  * // WebvttHlsSourceSettings: { // WebvttHlsSourceSettings
@@ -258,6 +262,7 @@ declare const GetJobTemplateCommand_base: {
258
262
  * // EndTimecode: "STRING_VALUE",
259
263
  * // InitialPosition: { // VideoOverlayPosition
260
264
  * // Height: Number("int"),
265
+ * // Opacity: Number("int"),
261
266
  * // Unit: "PIXELS" || "PERCENTAGE",
262
267
  * // Width: Number("int"),
263
268
  * // XPosition: Number("int"),
@@ -280,6 +285,7 @@ declare const GetJobTemplateCommand_base: {
280
285
  * // { // VideoOverlayTransition
281
286
  * // EndPosition: {
282
287
  * // Height: Number("int"),
288
+ * // Opacity: Number("int"),
283
289
  * // Unit: "PIXELS" || "PERCENTAGE",
284
290
  * // Width: Number("int"),
285
291
  * // XPosition: Number("int"),
@@ -421,7 +427,7 @@ declare const GetJobTemplateCommand_base: {
421
427
  * // ClientCache: "DISABLED" || "ENABLED",
422
428
  * // CodecSpecification: "RFC_6381" || "RFC_4281",
423
429
  * // DashIFrameTrickPlayNameModifier: "STRING_VALUE",
424
- * // DashManifestStyle: "BASIC" || "COMPACT" || "DISTINCT",
430
+ * // DashManifestStyle: "BASIC" || "COMPACT" || "DISTINCT" || "FULL",
425
431
  * // Destination: "STRING_VALUE",
426
432
  * // DestinationSettings: { // DestinationSettings
427
433
  * // S3Settings: { // S3DestinationSettings
@@ -502,7 +508,7 @@ declare const GetJobTemplateCommand_base: {
502
508
  * // AudioChannelConfigSchemeIdUri: "MPEG_CHANNEL_CONFIGURATION" || "DOLBY_CHANNEL_CONFIGURATION",
503
509
  * // BaseUrl: "STRING_VALUE",
504
510
  * // DashIFrameTrickPlayNameModifier: "STRING_VALUE",
505
- * // DashManifestStyle: "BASIC" || "COMPACT" || "DISTINCT",
511
+ * // DashManifestStyle: "BASIC" || "COMPACT" || "DISTINCT" || "FULL",
506
512
  * // Destination: "STRING_VALUE",
507
513
  * // DestinationSettings: {
508
514
  * // S3Settings: {
@@ -729,6 +735,9 @@ declare const GetJobTemplateCommand_base: {
729
735
  * // TargetLkfs: Number("double"),
730
736
  * // TruePeakLimiterThreshold: Number("double"),
731
737
  * // },
738
+ * // AudioPitchCorrectionSettings: { // AudioPitchCorrectionSettings
739
+ * // SlowPalPitchCorrection: "DISABLED" || "ENABLED",
740
+ * // },
732
741
  * // AudioSourceName: "STRING_VALUE",
733
742
  * // AudioType: Number("int"),
734
743
  * // AudioTypeControl: "FOLLOW_INPUT" || "USE_CONFIGURED",
@@ -1334,6 +1343,9 @@ declare const GetJobTemplateCommand_base: {
1334
1343
  * // Telecine: "NONE" || "SOFT" || "HARD",
1335
1344
  * // TemporalAdaptiveQuantization: "DISABLED" || "ENABLED",
1336
1345
  * // },
1346
+ * // PassthroughSettings: { // PassthroughSettings
1347
+ * // VideoSelectorMode: "AUTO" || "REMUX_ALL",
1348
+ * // },
1337
1349
  * // ProresSettings: { // ProresSettings
1338
1350
  * // ChromaSampling: "PRESERVE_444_SAMPLING" || "SUBSAMPLE_TO_422",
1339
1351
  * // CodecProfile: "APPLE_PRORES_422" || "APPLE_PRORES_422_HQ" || "APPLE_PRORES_422_LT" || "APPLE_PRORES_422_PROXY" || "APPLE_PRORES_4444" || "APPLE_PRORES_4444_XQ",
@@ -177,7 +177,10 @@ declare const GetJobsQueryResultsCommand_base: {
177
177
  * // ChannelsIn: Number("int"),
178
178
  * // ChannelsOut: Number("int"),
179
179
  * // },
180
- * // SelectorType: "PID" || "TRACK" || "LANGUAGE_CODE" || "HLS_RENDITION_GROUP" || "ALL_PCM",
180
+ * // SelectorType: "PID" || "TRACK" || "LANGUAGE_CODE" || "HLS_RENDITION_GROUP" || "ALL_PCM" || "STREAM",
181
+ * // Streams: [
182
+ * // Number("int"),
183
+ * // ],
181
184
  * // Tracks: [
182
185
  * // Number("int"),
183
186
  * // ],
@@ -220,6 +223,7 @@ declare const GetJobsQueryResultsCommand_base: {
220
223
  * // PageNumber: "STRING_VALUE",
221
224
  * // },
222
225
  * // TrackSourceSettings: { // TrackSourceSettings
226
+ * // StreamNumber: Number("int"),
223
227
  * // TrackNumber: Number("int"),
224
228
  * // },
225
229
  * // WebvttHlsSourceSettings: { // WebvttHlsSourceSettings
@@ -322,6 +326,7 @@ declare const GetJobsQueryResultsCommand_base: {
322
326
  * // EndTimecode: "STRING_VALUE",
323
327
  * // InitialPosition: { // VideoOverlayPosition
324
328
  * // Height: Number("int"),
329
+ * // Opacity: Number("int"),
325
330
  * // Unit: "PIXELS" || "PERCENTAGE",
326
331
  * // Width: Number("int"),
327
332
  * // XPosition: Number("int"),
@@ -344,6 +349,7 @@ declare const GetJobsQueryResultsCommand_base: {
344
349
  * // { // VideoOverlayTransition
345
350
  * // EndPosition: {
346
351
  * // Height: Number("int"),
352
+ * // Opacity: Number("int"),
347
353
  * // Unit: "PIXELS" || "PERCENTAGE",
348
354
  * // Width: Number("int"),
349
355
  * // XPosition: Number("int"),
@@ -485,7 +491,7 @@ declare const GetJobsQueryResultsCommand_base: {
485
491
  * // ClientCache: "DISABLED" || "ENABLED",
486
492
  * // CodecSpecification: "RFC_6381" || "RFC_4281",
487
493
  * // DashIFrameTrickPlayNameModifier: "STRING_VALUE",
488
- * // DashManifestStyle: "BASIC" || "COMPACT" || "DISTINCT",
494
+ * // DashManifestStyle: "BASIC" || "COMPACT" || "DISTINCT" || "FULL",
489
495
  * // Destination: "STRING_VALUE",
490
496
  * // DestinationSettings: { // DestinationSettings
491
497
  * // S3Settings: { // S3DestinationSettings
@@ -566,7 +572,7 @@ declare const GetJobsQueryResultsCommand_base: {
566
572
  * // AudioChannelConfigSchemeIdUri: "MPEG_CHANNEL_CONFIGURATION" || "DOLBY_CHANNEL_CONFIGURATION",
567
573
  * // BaseUrl: "STRING_VALUE",
568
574
  * // DashIFrameTrickPlayNameModifier: "STRING_VALUE",
569
- * // DashManifestStyle: "BASIC" || "COMPACT" || "DISTINCT",
575
+ * // DashManifestStyle: "BASIC" || "COMPACT" || "DISTINCT" || "FULL",
570
576
  * // Destination: "STRING_VALUE",
571
577
  * // DestinationSettings: {
572
578
  * // S3Settings: {
@@ -793,6 +799,9 @@ declare const GetJobsQueryResultsCommand_base: {
793
799
  * // TargetLkfs: Number("double"),
794
800
  * // TruePeakLimiterThreshold: Number("double"),
795
801
  * // },
802
+ * // AudioPitchCorrectionSettings: { // AudioPitchCorrectionSettings
803
+ * // SlowPalPitchCorrection: "DISABLED" || "ENABLED",
804
+ * // },
796
805
  * // AudioSourceName: "STRING_VALUE",
797
806
  * // AudioType: Number("int"),
798
807
  * // AudioTypeControl: "FOLLOW_INPUT" || "USE_CONFIGURED",
@@ -1398,6 +1407,9 @@ declare const GetJobsQueryResultsCommand_base: {
1398
1407
  * // Telecine: "NONE" || "SOFT" || "HARD",
1399
1408
  * // TemporalAdaptiveQuantization: "DISABLED" || "ENABLED",
1400
1409
  * // },
1410
+ * // PassthroughSettings: { // PassthroughSettings
1411
+ * // VideoSelectorMode: "AUTO" || "REMUX_ALL",
1412
+ * // },
1401
1413
  * // ProresSettings: { // ProresSettings
1402
1414
  * // ChromaSampling: "PRESERVE_444_SAMPLING" || "SUBSAMPLE_TO_422",
1403
1415
  * // CodecProfile: "APPLE_PRORES_422" || "APPLE_PRORES_422_HQ" || "APPLE_PRORES_422_LT" || "APPLE_PRORES_422_PROXY" || "APPLE_PRORES_4444" || "APPLE_PRORES_4444_XQ",
@@ -67,6 +67,9 @@ declare const GetPresetCommand_base: {
67
67
  * // TargetLkfs: Number("double"),
68
68
  * // TruePeakLimiterThreshold: Number("double"),
69
69
  * // },
70
+ * // AudioPitchCorrectionSettings: { // AudioPitchCorrectionSettings
71
+ * // SlowPalPitchCorrection: "DISABLED" || "ENABLED",
72
+ * // },
70
73
  * // AudioSourceName: "STRING_VALUE",
71
74
  * // AudioType: Number("int"),
72
75
  * // AudioTypeControl: "FOLLOW_INPUT" || "USE_CONFIGURED",
@@ -659,6 +662,9 @@ declare const GetPresetCommand_base: {
659
662
  * // Telecine: "NONE" || "SOFT" || "HARD",
660
663
  * // TemporalAdaptiveQuantization: "DISABLED" || "ENABLED",
661
664
  * // },
665
+ * // PassthroughSettings: { // PassthroughSettings
666
+ * // VideoSelectorMode: "AUTO" || "REMUX_ALL",
667
+ * // },
662
668
  * // ProresSettings: { // ProresSettings
663
669
  * // ChromaSampling: "PRESERVE_444_SAMPLING" || "SUBSAMPLE_TO_422",
664
670
  * // CodecProfile: "APPLE_PRORES_422" || "APPLE_PRORES_422_HQ" || "APPLE_PRORES_422_LT" || "APPLE_PRORES_422_PROXY" || "APPLE_PRORES_4444" || "APPLE_PRORES_4444_XQ",
@@ -143,7 +143,10 @@ declare const ListJobTemplatesCommand_base: {
143
143
  * // ChannelsIn: Number("int"),
144
144
  * // ChannelsOut: Number("int"),
145
145
  * // },
146
- * // SelectorType: "PID" || "TRACK" || "LANGUAGE_CODE" || "HLS_RENDITION_GROUP" || "ALL_PCM",
146
+ * // SelectorType: "PID" || "TRACK" || "LANGUAGE_CODE" || "HLS_RENDITION_GROUP" || "ALL_PCM" || "STREAM",
147
+ * // Streams: [
148
+ * // Number("int"),
149
+ * // ],
147
150
  * // Tracks: [
148
151
  * // Number("int"),
149
152
  * // ],
@@ -186,6 +189,7 @@ declare const ListJobTemplatesCommand_base: {
186
189
  * // PageNumber: "STRING_VALUE",
187
190
  * // },
188
191
  * // TrackSourceSettings: { // TrackSourceSettings
192
+ * // StreamNumber: Number("int"),
189
193
  * // TrackNumber: Number("int"),
190
194
  * // },
191
195
  * // WebvttHlsSourceSettings: { // WebvttHlsSourceSettings
@@ -263,6 +267,7 @@ declare const ListJobTemplatesCommand_base: {
263
267
  * // EndTimecode: "STRING_VALUE",
264
268
  * // InitialPosition: { // VideoOverlayPosition
265
269
  * // Height: Number("int"),
270
+ * // Opacity: Number("int"),
266
271
  * // Unit: "PIXELS" || "PERCENTAGE",
267
272
  * // Width: Number("int"),
268
273
  * // XPosition: Number("int"),
@@ -285,6 +290,7 @@ declare const ListJobTemplatesCommand_base: {
285
290
  * // { // VideoOverlayTransition
286
291
  * // EndPosition: {
287
292
  * // Height: Number("int"),
293
+ * // Opacity: Number("int"),
288
294
  * // Unit: "PIXELS" || "PERCENTAGE",
289
295
  * // Width: Number("int"),
290
296
  * // XPosition: Number("int"),
@@ -426,7 +432,7 @@ declare const ListJobTemplatesCommand_base: {
426
432
  * // ClientCache: "DISABLED" || "ENABLED",
427
433
  * // CodecSpecification: "RFC_6381" || "RFC_4281",
428
434
  * // DashIFrameTrickPlayNameModifier: "STRING_VALUE",
429
- * // DashManifestStyle: "BASIC" || "COMPACT" || "DISTINCT",
435
+ * // DashManifestStyle: "BASIC" || "COMPACT" || "DISTINCT" || "FULL",
430
436
  * // Destination: "STRING_VALUE",
431
437
  * // DestinationSettings: { // DestinationSettings
432
438
  * // S3Settings: { // S3DestinationSettings
@@ -507,7 +513,7 @@ declare const ListJobTemplatesCommand_base: {
507
513
  * // AudioChannelConfigSchemeIdUri: "MPEG_CHANNEL_CONFIGURATION" || "DOLBY_CHANNEL_CONFIGURATION",
508
514
  * // BaseUrl: "STRING_VALUE",
509
515
  * // DashIFrameTrickPlayNameModifier: "STRING_VALUE",
510
- * // DashManifestStyle: "BASIC" || "COMPACT" || "DISTINCT",
516
+ * // DashManifestStyle: "BASIC" || "COMPACT" || "DISTINCT" || "FULL",
511
517
  * // Destination: "STRING_VALUE",
512
518
  * // DestinationSettings: {
513
519
  * // S3Settings: {
@@ -734,6 +740,9 @@ declare const ListJobTemplatesCommand_base: {
734
740
  * // TargetLkfs: Number("double"),
735
741
  * // TruePeakLimiterThreshold: Number("double"),
736
742
  * // },
743
+ * // AudioPitchCorrectionSettings: { // AudioPitchCorrectionSettings
744
+ * // SlowPalPitchCorrection: "DISABLED" || "ENABLED",
745
+ * // },
737
746
  * // AudioSourceName: "STRING_VALUE",
738
747
  * // AudioType: Number("int"),
739
748
  * // AudioTypeControl: "FOLLOW_INPUT" || "USE_CONFIGURED",
@@ -1339,6 +1348,9 @@ declare const ListJobTemplatesCommand_base: {
1339
1348
  * // Telecine: "NONE" || "SOFT" || "HARD",
1340
1349
  * // TemporalAdaptiveQuantization: "DISABLED" || "ENABLED",
1341
1350
  * // },
1351
+ * // PassthroughSettings: { // PassthroughSettings
1352
+ * // VideoSelectorMode: "AUTO" || "REMUX_ALL",
1353
+ * // },
1342
1354
  * // ProresSettings: { // ProresSettings
1343
1355
  * // ChromaSampling: "PRESERVE_444_SAMPLING" || "SUBSAMPLE_TO_422",
1344
1356
  * // CodecProfile: "APPLE_PRORES_422" || "APPLE_PRORES_422_HQ" || "APPLE_PRORES_422_LT" || "APPLE_PRORES_422_PROXY" || "APPLE_PRORES_4444" || "APPLE_PRORES_4444_XQ",
@@ -181,7 +181,10 @@ declare const ListJobsCommand_base: {
181
181
  * // ChannelsIn: Number("int"),
182
182
  * // ChannelsOut: Number("int"),
183
183
  * // },
184
- * // SelectorType: "PID" || "TRACK" || "LANGUAGE_CODE" || "HLS_RENDITION_GROUP" || "ALL_PCM",
184
+ * // SelectorType: "PID" || "TRACK" || "LANGUAGE_CODE" || "HLS_RENDITION_GROUP" || "ALL_PCM" || "STREAM",
185
+ * // Streams: [
186
+ * // Number("int"),
187
+ * // ],
185
188
  * // Tracks: [
186
189
  * // Number("int"),
187
190
  * // ],
@@ -224,6 +227,7 @@ declare const ListJobsCommand_base: {
224
227
  * // PageNumber: "STRING_VALUE",
225
228
  * // },
226
229
  * // TrackSourceSettings: { // TrackSourceSettings
230
+ * // StreamNumber: Number("int"),
227
231
  * // TrackNumber: Number("int"),
228
232
  * // },
229
233
  * // WebvttHlsSourceSettings: { // WebvttHlsSourceSettings
@@ -326,6 +330,7 @@ declare const ListJobsCommand_base: {
326
330
  * // EndTimecode: "STRING_VALUE",
327
331
  * // InitialPosition: { // VideoOverlayPosition
328
332
  * // Height: Number("int"),
333
+ * // Opacity: Number("int"),
329
334
  * // Unit: "PIXELS" || "PERCENTAGE",
330
335
  * // Width: Number("int"),
331
336
  * // XPosition: Number("int"),
@@ -348,6 +353,7 @@ declare const ListJobsCommand_base: {
348
353
  * // { // VideoOverlayTransition
349
354
  * // EndPosition: {
350
355
  * // Height: Number("int"),
356
+ * // Opacity: Number("int"),
351
357
  * // Unit: "PIXELS" || "PERCENTAGE",
352
358
  * // Width: Number("int"),
353
359
  * // XPosition: Number("int"),
@@ -489,7 +495,7 @@ declare const ListJobsCommand_base: {
489
495
  * // ClientCache: "DISABLED" || "ENABLED",
490
496
  * // CodecSpecification: "RFC_6381" || "RFC_4281",
491
497
  * // DashIFrameTrickPlayNameModifier: "STRING_VALUE",
492
- * // DashManifestStyle: "BASIC" || "COMPACT" || "DISTINCT",
498
+ * // DashManifestStyle: "BASIC" || "COMPACT" || "DISTINCT" || "FULL",
493
499
  * // Destination: "STRING_VALUE",
494
500
  * // DestinationSettings: { // DestinationSettings
495
501
  * // S3Settings: { // S3DestinationSettings
@@ -570,7 +576,7 @@ declare const ListJobsCommand_base: {
570
576
  * // AudioChannelConfigSchemeIdUri: "MPEG_CHANNEL_CONFIGURATION" || "DOLBY_CHANNEL_CONFIGURATION",
571
577
  * // BaseUrl: "STRING_VALUE",
572
578
  * // DashIFrameTrickPlayNameModifier: "STRING_VALUE",
573
- * // DashManifestStyle: "BASIC" || "COMPACT" || "DISTINCT",
579
+ * // DashManifestStyle: "BASIC" || "COMPACT" || "DISTINCT" || "FULL",
574
580
  * // Destination: "STRING_VALUE",
575
581
  * // DestinationSettings: {
576
582
  * // S3Settings: {
@@ -797,6 +803,9 @@ declare const ListJobsCommand_base: {
797
803
  * // TargetLkfs: Number("double"),
798
804
  * // TruePeakLimiterThreshold: Number("double"),
799
805
  * // },
806
+ * // AudioPitchCorrectionSettings: { // AudioPitchCorrectionSettings
807
+ * // SlowPalPitchCorrection: "DISABLED" || "ENABLED",
808
+ * // },
800
809
  * // AudioSourceName: "STRING_VALUE",
801
810
  * // AudioType: Number("int"),
802
811
  * // AudioTypeControl: "FOLLOW_INPUT" || "USE_CONFIGURED",
@@ -1402,6 +1411,9 @@ declare const ListJobsCommand_base: {
1402
1411
  * // Telecine: "NONE" || "SOFT" || "HARD",
1403
1412
  * // TemporalAdaptiveQuantization: "DISABLED" || "ENABLED",
1404
1413
  * // },
1414
+ * // PassthroughSettings: { // PassthroughSettings
1415
+ * // VideoSelectorMode: "AUTO" || "REMUX_ALL",
1416
+ * // },
1405
1417
  * // ProresSettings: { // ProresSettings
1406
1418
  * // ChromaSampling: "PRESERVE_444_SAMPLING" || "SUBSAMPLE_TO_422",
1407
1419
  * // CodecProfile: "APPLE_PRORES_422" || "APPLE_PRORES_422_HQ" || "APPLE_PRORES_422_LT" || "APPLE_PRORES_422_PROXY" || "APPLE_PRORES_4444" || "APPLE_PRORES_4444_XQ",
@@ -73,6 +73,9 @@ declare const ListPresetsCommand_base: {
73
73
  * // TargetLkfs: Number("double"),
74
74
  * // TruePeakLimiterThreshold: Number("double"),
75
75
  * // },
76
+ * // AudioPitchCorrectionSettings: { // AudioPitchCorrectionSettings
77
+ * // SlowPalPitchCorrection: "DISABLED" || "ENABLED",
78
+ * // },
76
79
  * // AudioSourceName: "STRING_VALUE",
77
80
  * // AudioType: Number("int"),
78
81
  * // AudioTypeControl: "FOLLOW_INPUT" || "USE_CONFIGURED",
@@ -665,6 +668,9 @@ declare const ListPresetsCommand_base: {
665
668
  * // Telecine: "NONE" || "SOFT" || "HARD",
666
669
  * // TemporalAdaptiveQuantization: "DISABLED" || "ENABLED",
667
670
  * // },
671
+ * // PassthroughSettings: { // PassthroughSettings
672
+ * // VideoSelectorMode: "AUTO" || "REMUX_ALL",
673
+ * // },
668
674
  * // ProresSettings: { // ProresSettings
669
675
  * // ChromaSampling: "PRESERVE_444_SAMPLING" || "SUBSAMPLE_TO_422",
670
676
  * // CodecProfile: "APPLE_PRORES_422" || "APPLE_PRORES_422_HQ" || "APPLE_PRORES_422_LT" || "APPLE_PRORES_422_PROXY" || "APPLE_PRORES_4444" || "APPLE_PRORES_4444_XQ",