@aws-sdk/client-mediaconvert 3.445.0 → 3.449.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.
@@ -925,6 +925,9 @@ exports.RespondToAfd = {
925
925
  };
926
926
  exports.ScalingBehavior = {
927
927
  DEFAULT: "DEFAULT",
928
+ FILL: "FILL",
929
+ FIT: "FIT",
930
+ FIT_NO_UPSCALE: "FIT_NO_UPSCALE",
928
931
  STRETCH_TO_OUTPUT: "STRETCH_TO_OUTPUT",
929
932
  };
930
933
  exports.VideoTimecodeInsertion = {
@@ -2280,6 +2280,7 @@ const se_AncillarySourceSettings = (input, context) => {
2280
2280
  const se_AudioChannelTaggingSettings = (input, context) => {
2281
2281
  return (0, smithy_client_1.take)(input, {
2282
2282
  channelTag: [, , `ChannelTag`],
2283
+ channelTags: [, smithy_client_1._json, `ChannelTags`],
2283
2284
  });
2284
2285
  };
2285
2286
  const se_AudioCodecSettings = (input, context) => {
@@ -3229,6 +3230,7 @@ const se_JobSettings = (input, context) => {
3229
3230
  availBlanking: [, (_) => se_AvailBlanking(_, context), `AvailBlanking`],
3230
3231
  esam: [, (_) => se_EsamSettings(_, context), `Esam`],
3231
3232
  extendedDataServices: [, (_) => se_ExtendedDataServices(_, context), `ExtendedDataServices`],
3233
+ followSource: [, , `FollowSource`],
3232
3234
  inputs: [, (_) => se___listOfInput(_, context), `Inputs`],
3233
3235
  kantarWatermark: [, (_) => se_KantarWatermarkSettings(_, context), `KantarWatermark`],
3234
3236
  motionImageInserter: [, (_) => se_MotionImageInserter(_, context), `MotionImageInserter`],
@@ -3245,6 +3247,7 @@ const se_JobTemplateSettings = (input, context) => {
3245
3247
  availBlanking: [, (_) => se_AvailBlanking(_, context), `AvailBlanking`],
3246
3248
  esam: [, (_) => se_EsamSettings(_, context), `Esam`],
3247
3249
  extendedDataServices: [, (_) => se_ExtendedDataServices(_, context), `ExtendedDataServices`],
3250
+ followSource: [, , `FollowSource`],
3248
3251
  inputs: [, (_) => se___listOfInputTemplate(_, context), `Inputs`],
3249
3252
  kantarWatermark: [, (_) => se_KantarWatermarkSettings(_, context), `KantarWatermark`],
3250
3253
  motionImageInserter: [, (_) => se_MotionImageInserter(_, context), `MotionImageInserter`],
@@ -4339,6 +4342,7 @@ const de_AncillarySourceSettings = (output, context) => {
4339
4342
  const de_AudioChannelTaggingSettings = (output, context) => {
4340
4343
  return (0, smithy_client_1.take)(output, {
4341
4344
  ChannelTag: [, smithy_client_1.expectString, `channelTag`],
4345
+ ChannelTags: [, smithy_client_1._json, `channelTags`],
4342
4346
  });
4343
4347
  };
4344
4348
  const de_AudioCodecSettings = (output, context) => {
@@ -5354,6 +5358,7 @@ const de_JobSettings = (output, context) => {
5354
5358
  AvailBlanking: [, (_) => de_AvailBlanking(_, context), `availBlanking`],
5355
5359
  Esam: [, (_) => de_EsamSettings(_, context), `esam`],
5356
5360
  ExtendedDataServices: [, (_) => de_ExtendedDataServices(_, context), `extendedDataServices`],
5361
+ FollowSource: [, smithy_client_1.expectInt32, `followSource`],
5357
5362
  Inputs: [, (_) => de___listOfInput(_, context), `inputs`],
5358
5363
  KantarWatermark: [, (_) => de_KantarWatermarkSettings(_, context), `kantarWatermark`],
5359
5364
  MotionImageInserter: [, (_) => de_MotionImageInserter(_, context), `motionImageInserter`],
@@ -5391,6 +5396,7 @@ const de_JobTemplateSettings = (output, context) => {
5391
5396
  AvailBlanking: [, (_) => de_AvailBlanking(_, context), `availBlanking`],
5392
5397
  Esam: [, (_) => de_EsamSettings(_, context), `esam`],
5393
5398
  ExtendedDataServices: [, (_) => de_ExtendedDataServices(_, context), `extendedDataServices`],
5399
+ FollowSource: [, smithy_client_1.expectInt32, `followSource`],
5394
5400
  Inputs: [, (_) => de___listOfInputTemplate(_, context), `inputs`],
5395
5401
  KantarWatermark: [, (_) => de_KantarWatermarkSettings(_, context), `kantarWatermark`],
5396
5402
  MotionImageInserter: [, (_) => de_MotionImageInserter(_, context), `motionImageInserter`],
@@ -918,6 +918,9 @@ export const RespondToAfd = {
918
918
  };
919
919
  export const ScalingBehavior = {
920
920
  DEFAULT: "DEFAULT",
921
+ FILL: "FILL",
922
+ FIT: "FIT",
923
+ FIT_NO_UPSCALE: "FIT_NO_UPSCALE",
921
924
  STRETCH_TO_OUTPUT: "STRETCH_TO_OUTPUT",
922
925
  };
923
926
  export const VideoTimecodeInsertion = {
@@ -2220,6 +2220,7 @@ const se_AncillarySourceSettings = (input, context) => {
2220
2220
  const se_AudioChannelTaggingSettings = (input, context) => {
2221
2221
  return take(input, {
2222
2222
  channelTag: [, , `ChannelTag`],
2223
+ channelTags: [, _json, `ChannelTags`],
2223
2224
  });
2224
2225
  };
2225
2226
  const se_AudioCodecSettings = (input, context) => {
@@ -3169,6 +3170,7 @@ const se_JobSettings = (input, context) => {
3169
3170
  availBlanking: [, (_) => se_AvailBlanking(_, context), `AvailBlanking`],
3170
3171
  esam: [, (_) => se_EsamSettings(_, context), `Esam`],
3171
3172
  extendedDataServices: [, (_) => se_ExtendedDataServices(_, context), `ExtendedDataServices`],
3173
+ followSource: [, , `FollowSource`],
3172
3174
  inputs: [, (_) => se___listOfInput(_, context), `Inputs`],
3173
3175
  kantarWatermark: [, (_) => se_KantarWatermarkSettings(_, context), `KantarWatermark`],
3174
3176
  motionImageInserter: [, (_) => se_MotionImageInserter(_, context), `MotionImageInserter`],
@@ -3185,6 +3187,7 @@ const se_JobTemplateSettings = (input, context) => {
3185
3187
  availBlanking: [, (_) => se_AvailBlanking(_, context), `AvailBlanking`],
3186
3188
  esam: [, (_) => se_EsamSettings(_, context), `Esam`],
3187
3189
  extendedDataServices: [, (_) => se_ExtendedDataServices(_, context), `ExtendedDataServices`],
3190
+ followSource: [, , `FollowSource`],
3188
3191
  inputs: [, (_) => se___listOfInputTemplate(_, context), `Inputs`],
3189
3192
  kantarWatermark: [, (_) => se_KantarWatermarkSettings(_, context), `KantarWatermark`],
3190
3193
  motionImageInserter: [, (_) => se_MotionImageInserter(_, context), `MotionImageInserter`],
@@ -4279,6 +4282,7 @@ const de_AncillarySourceSettings = (output, context) => {
4279
4282
  const de_AudioChannelTaggingSettings = (output, context) => {
4280
4283
  return take(output, {
4281
4284
  ChannelTag: [, __expectString, `channelTag`],
4285
+ ChannelTags: [, _json, `channelTags`],
4282
4286
  });
4283
4287
  };
4284
4288
  const de_AudioCodecSettings = (output, context) => {
@@ -5294,6 +5298,7 @@ const de_JobSettings = (output, context) => {
5294
5298
  AvailBlanking: [, (_) => de_AvailBlanking(_, context), `availBlanking`],
5295
5299
  Esam: [, (_) => de_EsamSettings(_, context), `esam`],
5296
5300
  ExtendedDataServices: [, (_) => de_ExtendedDataServices(_, context), `extendedDataServices`],
5301
+ FollowSource: [, __expectInt32, `followSource`],
5297
5302
  Inputs: [, (_) => de___listOfInput(_, context), `inputs`],
5298
5303
  KantarWatermark: [, (_) => de_KantarWatermarkSettings(_, context), `kantarWatermark`],
5299
5304
  MotionImageInserter: [, (_) => de_MotionImageInserter(_, context), `motionImageInserter`],
@@ -5331,6 +5336,7 @@ const de_JobTemplateSettings = (output, context) => {
5331
5336
  AvailBlanking: [, (_) => de_AvailBlanking(_, context), `availBlanking`],
5332
5337
  Esam: [, (_) => de_EsamSettings(_, context), `esam`],
5333
5338
  ExtendedDataServices: [, (_) => de_ExtendedDataServices(_, context), `extendedDataServices`],
5339
+ FollowSource: [, __expectInt32, `followSource`],
5334
5340
  Inputs: [, (_) => de___listOfInputTemplate(_, context), `inputs`],
5335
5341
  KantarWatermark: [, (_) => de_KantarWatermarkSettings(_, context), `kantarWatermark`],
5336
5342
  MotionImageInserter: [, (_) => de_MotionImageInserter(_, context), `motionImageInserter`],
@@ -65,6 +65,7 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
65
65
  * CopyProtectionAction: "PASSTHROUGH" || "STRIP",
66
66
  * VchipAction: "PASSTHROUGH" || "STRIP",
67
67
  * },
68
+ * FollowSource: Number("int"),
68
69
  * Inputs: [ // __listOfInput
69
70
  * { // Input
70
71
  * AdvancedInputFilter: "ENABLED" || "DISABLED",
@@ -637,6 +638,9 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
637
638
  * { // AudioDescription
638
639
  * AudioChannelTaggingSettings: { // AudioChannelTaggingSettings
639
640
  * ChannelTag: "L" || "R" || "C" || "LFE" || "LS" || "RS" || "LC" || "RC" || "CS" || "LSD" || "RSD" || "TCS" || "VHL" || "VHC" || "VHR" || "TBL" || "TBC" || "TBR" || "RSL" || "RSR" || "LW" || "RW" || "LFE2" || "LT" || "RT" || "HI" || "NAR" || "M",
641
+ * ChannelTags: [ // __listOfAudioChannelTag
642
+ * "L" || "R" || "C" || "LFE" || "LS" || "RS" || "LC" || "RC" || "CS" || "LSD" || "RSD" || "TCS" || "VHL" || "VHC" || "VHR" || "TBL" || "TBC" || "TBR" || "RSL" || "RSR" || "LW" || "RW" || "LFE2" || "LT" || "RT" || "HI" || "NAR" || "M",
643
+ * ],
640
644
  * },
641
645
  * AudioNormalizationSettings: { // AudioNormalizationSettings
642
646
  * Algorithm: "ITU_BS_1770_1" || "ITU_BS_1770_2" || "ITU_BS_1770_3" || "ITU_BS_1770_4",
@@ -1325,7 +1329,7 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
1325
1329
  * Y: Number("int"),
1326
1330
  * },
1327
1331
  * RespondToAfd: "NONE" || "RESPOND" || "PASSTHROUGH",
1328
- * ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT",
1332
+ * ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
1329
1333
  * Sharpness: Number("int"),
1330
1334
  * TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
1331
1335
  * VideoPreprocessors: { // VideoPreprocessor
@@ -1532,6 +1536,7 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
1532
1536
  * // CopyProtectionAction: "PASSTHROUGH" || "STRIP",
1533
1537
  * // VchipAction: "PASSTHROUGH" || "STRIP",
1534
1538
  * // },
1539
+ * // FollowSource: Number("int"),
1535
1540
  * // Inputs: [ // __listOfInput
1536
1541
  * // { // Input
1537
1542
  * // AdvancedInputFilter: "ENABLED" || "DISABLED",
@@ -2104,6 +2109,9 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
2104
2109
  * // { // AudioDescription
2105
2110
  * // AudioChannelTaggingSettings: { // AudioChannelTaggingSettings
2106
2111
  * // ChannelTag: "L" || "R" || "C" || "LFE" || "LS" || "RS" || "LC" || "RC" || "CS" || "LSD" || "RSD" || "TCS" || "VHL" || "VHC" || "VHR" || "TBL" || "TBC" || "TBR" || "RSL" || "RSR" || "LW" || "RW" || "LFE2" || "LT" || "RT" || "HI" || "NAR" || "M",
2112
+ * // ChannelTags: [ // __listOfAudioChannelTag
2113
+ * // "L" || "R" || "C" || "LFE" || "LS" || "RS" || "LC" || "RC" || "CS" || "LSD" || "RSD" || "TCS" || "VHL" || "VHC" || "VHR" || "TBL" || "TBC" || "TBR" || "RSL" || "RSR" || "LW" || "RW" || "LFE2" || "LT" || "RT" || "HI" || "NAR" || "M",
2114
+ * // ],
2107
2115
  * // },
2108
2116
  * // AudioNormalizationSettings: { // AudioNormalizationSettings
2109
2117
  * // Algorithm: "ITU_BS_1770_1" || "ITU_BS_1770_2" || "ITU_BS_1770_3" || "ITU_BS_1770_4",
@@ -2792,7 +2800,7 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
2792
2800
  * // Y: Number("int"),
2793
2801
  * // },
2794
2802
  * // RespondToAfd: "NONE" || "RESPOND" || "PASSTHROUGH",
2795
- * // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT",
2803
+ * // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
2796
2804
  * // Sharpness: Number("int"),
2797
2805
  * // TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
2798
2806
  * // VideoPreprocessors: { // VideoPreprocessor
@@ -64,6 +64,7 @@ export interface CreateJobTemplateCommandOutput extends CreateJobTemplateRespons
64
64
  * CopyProtectionAction: "PASSTHROUGH" || "STRIP",
65
65
  * VchipAction: "PASSTHROUGH" || "STRIP",
66
66
  * },
67
+ * FollowSource: Number("int"),
67
68
  * Inputs: [ // __listOfInputTemplate
68
69
  * { // InputTemplate
69
70
  * AdvancedInputFilter: "ENABLED" || "DISABLED",
@@ -623,6 +624,9 @@ export interface CreateJobTemplateCommandOutput extends CreateJobTemplateRespons
623
624
  * { // AudioDescription
624
625
  * AudioChannelTaggingSettings: { // AudioChannelTaggingSettings
625
626
  * ChannelTag: "L" || "R" || "C" || "LFE" || "LS" || "RS" || "LC" || "RC" || "CS" || "LSD" || "RSD" || "TCS" || "VHL" || "VHC" || "VHR" || "TBL" || "TBC" || "TBR" || "RSL" || "RSR" || "LW" || "RW" || "LFE2" || "LT" || "RT" || "HI" || "NAR" || "M",
627
+ * ChannelTags: [ // __listOfAudioChannelTag
628
+ * "L" || "R" || "C" || "LFE" || "LS" || "RS" || "LC" || "RC" || "CS" || "LSD" || "RSD" || "TCS" || "VHL" || "VHC" || "VHR" || "TBL" || "TBC" || "TBR" || "RSL" || "RSR" || "LW" || "RW" || "LFE2" || "LT" || "RT" || "HI" || "NAR" || "M",
629
+ * ],
626
630
  * },
627
631
  * AudioNormalizationSettings: { // AudioNormalizationSettings
628
632
  * Algorithm: "ITU_BS_1770_1" || "ITU_BS_1770_2" || "ITU_BS_1770_3" || "ITU_BS_1770_4",
@@ -1311,7 +1315,7 @@ export interface CreateJobTemplateCommandOutput extends CreateJobTemplateRespons
1311
1315
  * Y: Number("int"),
1312
1316
  * },
1313
1317
  * RespondToAfd: "NONE" || "RESPOND" || "PASSTHROUGH",
1314
- * ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT",
1318
+ * ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
1315
1319
  * Sharpness: Number("int"),
1316
1320
  * TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
1317
1321
  * VideoPreprocessors: { // VideoPreprocessor
@@ -1479,6 +1483,7 @@ export interface CreateJobTemplateCommandOutput extends CreateJobTemplateRespons
1479
1483
  * // CopyProtectionAction: "PASSTHROUGH" || "STRIP",
1480
1484
  * // VchipAction: "PASSTHROUGH" || "STRIP",
1481
1485
  * // },
1486
+ * // FollowSource: Number("int"),
1482
1487
  * // Inputs: [ // __listOfInputTemplate
1483
1488
  * // { // InputTemplate
1484
1489
  * // AdvancedInputFilter: "ENABLED" || "DISABLED",
@@ -2038,6 +2043,9 @@ export interface CreateJobTemplateCommandOutput extends CreateJobTemplateRespons
2038
2043
  * // { // AudioDescription
2039
2044
  * // AudioChannelTaggingSettings: { // AudioChannelTaggingSettings
2040
2045
  * // ChannelTag: "L" || "R" || "C" || "LFE" || "LS" || "RS" || "LC" || "RC" || "CS" || "LSD" || "RSD" || "TCS" || "VHL" || "VHC" || "VHR" || "TBL" || "TBC" || "TBR" || "RSL" || "RSR" || "LW" || "RW" || "LFE2" || "LT" || "RT" || "HI" || "NAR" || "M",
2046
+ * // ChannelTags: [ // __listOfAudioChannelTag
2047
+ * // "L" || "R" || "C" || "LFE" || "LS" || "RS" || "LC" || "RC" || "CS" || "LSD" || "RSD" || "TCS" || "VHL" || "VHC" || "VHR" || "TBL" || "TBC" || "TBR" || "RSL" || "RSR" || "LW" || "RW" || "LFE2" || "LT" || "RT" || "HI" || "NAR" || "M",
2048
+ * // ],
2041
2049
  * // },
2042
2050
  * // AudioNormalizationSettings: { // AudioNormalizationSettings
2043
2051
  * // Algorithm: "ITU_BS_1770_1" || "ITU_BS_1770_2" || "ITU_BS_1770_3" || "ITU_BS_1770_4",
@@ -2726,7 +2734,7 @@ export interface CreateJobTemplateCommandOutput extends CreateJobTemplateRespons
2726
2734
  * // Y: Number("int"),
2727
2735
  * // },
2728
2736
  * // RespondToAfd: "NONE" || "RESPOND" || "PASSTHROUGH",
2729
- * // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT",
2737
+ * // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
2730
2738
  * // Sharpness: Number("int"),
2731
2739
  * // TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
2732
2740
  * // VideoPreprocessors: { // VideoPreprocessor
@@ -39,6 +39,9 @@ export interface CreatePresetCommandOutput extends CreatePresetResponse, __Metad
39
39
  * { // AudioDescription
40
40
  * AudioChannelTaggingSettings: { // AudioChannelTaggingSettings
41
41
  * ChannelTag: "L" || "R" || "C" || "LFE" || "LS" || "RS" || "LC" || "RC" || "CS" || "LSD" || "RSD" || "TCS" || "VHL" || "VHC" || "VHR" || "TBL" || "TBC" || "TBR" || "RSL" || "RSR" || "LW" || "RW" || "LFE2" || "LT" || "RT" || "HI" || "NAR" || "M",
42
+ * ChannelTags: [ // __listOfAudioChannelTag
43
+ * "L" || "R" || "C" || "LFE" || "LS" || "RS" || "LC" || "RC" || "CS" || "LSD" || "RSD" || "TCS" || "VHL" || "VHC" || "VHR" || "TBL" || "TBC" || "TBR" || "RSL" || "RSR" || "LW" || "RW" || "LFE2" || "LT" || "RT" || "HI" || "NAR" || "M",
44
+ * ],
42
45
  * },
43
46
  * AudioNormalizationSettings: { // AudioNormalizationSettings
44
47
  * Algorithm: "ITU_BS_1770_1" || "ITU_BS_1770_2" || "ITU_BS_1770_3" || "ITU_BS_1770_4",
@@ -712,7 +715,7 @@ export interface CreatePresetCommandOutput extends CreatePresetResponse, __Metad
712
715
  * Y: Number("int"),
713
716
  * },
714
717
  * RespondToAfd: "NONE" || "RESPOND" || "PASSTHROUGH",
715
- * ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT",
718
+ * ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
716
719
  * Sharpness: Number("int"),
717
720
  * TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
718
721
  * VideoPreprocessors: { // VideoPreprocessor
@@ -836,6 +839,9 @@ export interface CreatePresetCommandOutput extends CreatePresetResponse, __Metad
836
839
  * // { // AudioDescription
837
840
  * // AudioChannelTaggingSettings: { // AudioChannelTaggingSettings
838
841
  * // ChannelTag: "L" || "R" || "C" || "LFE" || "LS" || "RS" || "LC" || "RC" || "CS" || "LSD" || "RSD" || "TCS" || "VHL" || "VHC" || "VHR" || "TBL" || "TBC" || "TBR" || "RSL" || "RSR" || "LW" || "RW" || "LFE2" || "LT" || "RT" || "HI" || "NAR" || "M",
842
+ * // ChannelTags: [ // __listOfAudioChannelTag
843
+ * // "L" || "R" || "C" || "LFE" || "LS" || "RS" || "LC" || "RC" || "CS" || "LSD" || "RSD" || "TCS" || "VHL" || "VHC" || "VHR" || "TBL" || "TBC" || "TBR" || "RSL" || "RSR" || "LW" || "RW" || "LFE2" || "LT" || "RT" || "HI" || "NAR" || "M",
844
+ * // ],
839
845
  * // },
840
846
  * // AudioNormalizationSettings: { // AudioNormalizationSettings
841
847
  * // Algorithm: "ITU_BS_1770_1" || "ITU_BS_1770_2" || "ITU_BS_1770_3" || "ITU_BS_1770_4",
@@ -1509,7 +1515,7 @@ export interface CreatePresetCommandOutput extends CreatePresetResponse, __Metad
1509
1515
  * // Y: Number("int"),
1510
1516
  * // },
1511
1517
  * // RespondToAfd: "NONE" || "RESPOND" || "PASSTHROUGH",
1512
- * // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT",
1518
+ * // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
1513
1519
  * // Sharpness: Number("int"),
1514
1520
  * // TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
1515
1521
  * // VideoPreprocessors: { // VideoPreprocessor
@@ -108,6 +108,7 @@ export interface GetJobCommandOutput extends GetJobResponse, __MetadataBearer {
108
108
  * // CopyProtectionAction: "PASSTHROUGH" || "STRIP",
109
109
  * // VchipAction: "PASSTHROUGH" || "STRIP",
110
110
  * // },
111
+ * // FollowSource: Number("int"),
111
112
  * // Inputs: [ // __listOfInput
112
113
  * // { // Input
113
114
  * // AdvancedInputFilter: "ENABLED" || "DISABLED",
@@ -680,6 +681,9 @@ export interface GetJobCommandOutput extends GetJobResponse, __MetadataBearer {
680
681
  * // { // AudioDescription
681
682
  * // AudioChannelTaggingSettings: { // AudioChannelTaggingSettings
682
683
  * // ChannelTag: "L" || "R" || "C" || "LFE" || "LS" || "RS" || "LC" || "RC" || "CS" || "LSD" || "RSD" || "TCS" || "VHL" || "VHC" || "VHR" || "TBL" || "TBC" || "TBR" || "RSL" || "RSR" || "LW" || "RW" || "LFE2" || "LT" || "RT" || "HI" || "NAR" || "M",
684
+ * // ChannelTags: [ // __listOfAudioChannelTag
685
+ * // "L" || "R" || "C" || "LFE" || "LS" || "RS" || "LC" || "RC" || "CS" || "LSD" || "RSD" || "TCS" || "VHL" || "VHC" || "VHR" || "TBL" || "TBC" || "TBR" || "RSL" || "RSR" || "LW" || "RW" || "LFE2" || "LT" || "RT" || "HI" || "NAR" || "M",
686
+ * // ],
683
687
  * // },
684
688
  * // AudioNormalizationSettings: { // AudioNormalizationSettings
685
689
  * // Algorithm: "ITU_BS_1770_1" || "ITU_BS_1770_2" || "ITU_BS_1770_3" || "ITU_BS_1770_4",
@@ -1368,7 +1372,7 @@ export interface GetJobCommandOutput extends GetJobResponse, __MetadataBearer {
1368
1372
  * // Y: Number("int"),
1369
1373
  * // },
1370
1374
  * // RespondToAfd: "NONE" || "RESPOND" || "PASSTHROUGH",
1371
- * // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT",
1375
+ * // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
1372
1376
  * // Sharpness: Number("int"),
1373
1377
  * // TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
1374
1378
  * // VideoPreprocessors: { // VideoPreprocessor
@@ -73,6 +73,7 @@ export interface GetJobTemplateCommandOutput extends GetJobTemplateResponse, __M
73
73
  * // CopyProtectionAction: "PASSTHROUGH" || "STRIP",
74
74
  * // VchipAction: "PASSTHROUGH" || "STRIP",
75
75
  * // },
76
+ * // FollowSource: Number("int"),
76
77
  * // Inputs: [ // __listOfInputTemplate
77
78
  * // { // InputTemplate
78
79
  * // AdvancedInputFilter: "ENABLED" || "DISABLED",
@@ -632,6 +633,9 @@ export interface GetJobTemplateCommandOutput extends GetJobTemplateResponse, __M
632
633
  * // { // AudioDescription
633
634
  * // AudioChannelTaggingSettings: { // AudioChannelTaggingSettings
634
635
  * // ChannelTag: "L" || "R" || "C" || "LFE" || "LS" || "RS" || "LC" || "RC" || "CS" || "LSD" || "RSD" || "TCS" || "VHL" || "VHC" || "VHR" || "TBL" || "TBC" || "TBR" || "RSL" || "RSR" || "LW" || "RW" || "LFE2" || "LT" || "RT" || "HI" || "NAR" || "M",
636
+ * // ChannelTags: [ // __listOfAudioChannelTag
637
+ * // "L" || "R" || "C" || "LFE" || "LS" || "RS" || "LC" || "RC" || "CS" || "LSD" || "RSD" || "TCS" || "VHL" || "VHC" || "VHR" || "TBL" || "TBC" || "TBR" || "RSL" || "RSR" || "LW" || "RW" || "LFE2" || "LT" || "RT" || "HI" || "NAR" || "M",
638
+ * // ],
635
639
  * // },
636
640
  * // AudioNormalizationSettings: { // AudioNormalizationSettings
637
641
  * // Algorithm: "ITU_BS_1770_1" || "ITU_BS_1770_2" || "ITU_BS_1770_3" || "ITU_BS_1770_4",
@@ -1320,7 +1324,7 @@ export interface GetJobTemplateCommandOutput extends GetJobTemplateResponse, __M
1320
1324
  * // Y: Number("int"),
1321
1325
  * // },
1322
1326
  * // RespondToAfd: "NONE" || "RESPOND" || "PASSTHROUGH",
1323
- * // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT",
1327
+ * // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
1324
1328
  * // Sharpness: Number("int"),
1325
1329
  * // TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
1326
1330
  * // VideoPreprocessors: { // VideoPreprocessor
@@ -48,6 +48,9 @@ export interface GetPresetCommandOutput extends GetPresetResponse, __MetadataBea
48
48
  * // { // AudioDescription
49
49
  * // AudioChannelTaggingSettings: { // AudioChannelTaggingSettings
50
50
  * // ChannelTag: "L" || "R" || "C" || "LFE" || "LS" || "RS" || "LC" || "RC" || "CS" || "LSD" || "RSD" || "TCS" || "VHL" || "VHC" || "VHR" || "TBL" || "TBC" || "TBR" || "RSL" || "RSR" || "LW" || "RW" || "LFE2" || "LT" || "RT" || "HI" || "NAR" || "M",
51
+ * // ChannelTags: [ // __listOfAudioChannelTag
52
+ * // "L" || "R" || "C" || "LFE" || "LS" || "RS" || "LC" || "RC" || "CS" || "LSD" || "RSD" || "TCS" || "VHL" || "VHC" || "VHR" || "TBL" || "TBC" || "TBR" || "RSL" || "RSR" || "LW" || "RW" || "LFE2" || "LT" || "RT" || "HI" || "NAR" || "M",
53
+ * // ],
51
54
  * // },
52
55
  * // AudioNormalizationSettings: { // AudioNormalizationSettings
53
56
  * // Algorithm: "ITU_BS_1770_1" || "ITU_BS_1770_2" || "ITU_BS_1770_3" || "ITU_BS_1770_4",
@@ -721,7 +724,7 @@ export interface GetPresetCommandOutput extends GetPresetResponse, __MetadataBea
721
724
  * // Y: Number("int"),
722
725
  * // },
723
726
  * // RespondToAfd: "NONE" || "RESPOND" || "PASSTHROUGH",
724
- * // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT",
727
+ * // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
725
728
  * // Sharpness: Number("int"),
726
729
  * // TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
727
730
  * // VideoPreprocessors: { // VideoPreprocessor
@@ -78,6 +78,7 @@ export interface ListJobTemplatesCommandOutput extends ListJobTemplatesResponse,
78
78
  * // CopyProtectionAction: "PASSTHROUGH" || "STRIP",
79
79
  * // VchipAction: "PASSTHROUGH" || "STRIP",
80
80
  * // },
81
+ * // FollowSource: Number("int"),
81
82
  * // Inputs: [ // __listOfInputTemplate
82
83
  * // { // InputTemplate
83
84
  * // AdvancedInputFilter: "ENABLED" || "DISABLED",
@@ -637,6 +638,9 @@ export interface ListJobTemplatesCommandOutput extends ListJobTemplatesResponse,
637
638
  * // { // AudioDescription
638
639
  * // AudioChannelTaggingSettings: { // AudioChannelTaggingSettings
639
640
  * // ChannelTag: "L" || "R" || "C" || "LFE" || "LS" || "RS" || "LC" || "RC" || "CS" || "LSD" || "RSD" || "TCS" || "VHL" || "VHC" || "VHR" || "TBL" || "TBC" || "TBR" || "RSL" || "RSR" || "LW" || "RW" || "LFE2" || "LT" || "RT" || "HI" || "NAR" || "M",
641
+ * // ChannelTags: [ // __listOfAudioChannelTag
642
+ * // "L" || "R" || "C" || "LFE" || "LS" || "RS" || "LC" || "RC" || "CS" || "LSD" || "RSD" || "TCS" || "VHL" || "VHC" || "VHR" || "TBL" || "TBC" || "TBR" || "RSL" || "RSR" || "LW" || "RW" || "LFE2" || "LT" || "RT" || "HI" || "NAR" || "M",
643
+ * // ],
640
644
  * // },
641
645
  * // AudioNormalizationSettings: { // AudioNormalizationSettings
642
646
  * // Algorithm: "ITU_BS_1770_1" || "ITU_BS_1770_2" || "ITU_BS_1770_3" || "ITU_BS_1770_4",
@@ -1325,7 +1329,7 @@ export interface ListJobTemplatesCommandOutput extends ListJobTemplatesResponse,
1325
1329
  * // Y: Number("int"),
1326
1330
  * // },
1327
1331
  * // RespondToAfd: "NONE" || "RESPOND" || "PASSTHROUGH",
1328
- * // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT",
1332
+ * // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
1329
1333
  * // Sharpness: Number("int"),
1330
1334
  * // TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
1331
1335
  * // VideoPreprocessors: { // VideoPreprocessor
@@ -113,6 +113,7 @@ export interface ListJobsCommandOutput extends ListJobsResponse, __MetadataBeare
113
113
  * // CopyProtectionAction: "PASSTHROUGH" || "STRIP",
114
114
  * // VchipAction: "PASSTHROUGH" || "STRIP",
115
115
  * // },
116
+ * // FollowSource: Number("int"),
116
117
  * // Inputs: [ // __listOfInput
117
118
  * // { // Input
118
119
  * // AdvancedInputFilter: "ENABLED" || "DISABLED",
@@ -685,6 +686,9 @@ export interface ListJobsCommandOutput extends ListJobsResponse, __MetadataBeare
685
686
  * // { // AudioDescription
686
687
  * // AudioChannelTaggingSettings: { // AudioChannelTaggingSettings
687
688
  * // ChannelTag: "L" || "R" || "C" || "LFE" || "LS" || "RS" || "LC" || "RC" || "CS" || "LSD" || "RSD" || "TCS" || "VHL" || "VHC" || "VHR" || "TBL" || "TBC" || "TBR" || "RSL" || "RSR" || "LW" || "RW" || "LFE2" || "LT" || "RT" || "HI" || "NAR" || "M",
689
+ * // ChannelTags: [ // __listOfAudioChannelTag
690
+ * // "L" || "R" || "C" || "LFE" || "LS" || "RS" || "LC" || "RC" || "CS" || "LSD" || "RSD" || "TCS" || "VHL" || "VHC" || "VHR" || "TBL" || "TBC" || "TBR" || "RSL" || "RSR" || "LW" || "RW" || "LFE2" || "LT" || "RT" || "HI" || "NAR" || "M",
691
+ * // ],
688
692
  * // },
689
693
  * // AudioNormalizationSettings: { // AudioNormalizationSettings
690
694
  * // Algorithm: "ITU_BS_1770_1" || "ITU_BS_1770_2" || "ITU_BS_1770_3" || "ITU_BS_1770_4",
@@ -1373,7 +1377,7 @@ export interface ListJobsCommandOutput extends ListJobsResponse, __MetadataBeare
1373
1377
  * // Y: Number("int"),
1374
1378
  * // },
1375
1379
  * // RespondToAfd: "NONE" || "RESPOND" || "PASSTHROUGH",
1376
- * // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT",
1380
+ * // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
1377
1381
  * // Sharpness: Number("int"),
1378
1382
  * // TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
1379
1383
  * // VideoPreprocessors: { // VideoPreprocessor
@@ -54,6 +54,9 @@ export interface ListPresetsCommandOutput extends ListPresetsResponse, __Metadat
54
54
  * // { // AudioDescription
55
55
  * // AudioChannelTaggingSettings: { // AudioChannelTaggingSettings
56
56
  * // ChannelTag: "L" || "R" || "C" || "LFE" || "LS" || "RS" || "LC" || "RC" || "CS" || "LSD" || "RSD" || "TCS" || "VHL" || "VHC" || "VHR" || "TBL" || "TBC" || "TBR" || "RSL" || "RSR" || "LW" || "RW" || "LFE2" || "LT" || "RT" || "HI" || "NAR" || "M",
57
+ * // ChannelTags: [ // __listOfAudioChannelTag
58
+ * // "L" || "R" || "C" || "LFE" || "LS" || "RS" || "LC" || "RC" || "CS" || "LSD" || "RSD" || "TCS" || "VHL" || "VHC" || "VHR" || "TBL" || "TBC" || "TBR" || "RSL" || "RSR" || "LW" || "RW" || "LFE2" || "LT" || "RT" || "HI" || "NAR" || "M",
59
+ * // ],
57
60
  * // },
58
61
  * // AudioNormalizationSettings: { // AudioNormalizationSettings
59
62
  * // Algorithm: "ITU_BS_1770_1" || "ITU_BS_1770_2" || "ITU_BS_1770_3" || "ITU_BS_1770_4",
@@ -727,7 +730,7 @@ export interface ListPresetsCommandOutput extends ListPresetsResponse, __Metadat
727
730
  * // Y: Number("int"),
728
731
  * // },
729
732
  * // RespondToAfd: "NONE" || "RESPOND" || "PASSTHROUGH",
730
- * // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT",
733
+ * // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
731
734
  * // Sharpness: Number("int"),
732
735
  * // TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
733
736
  * // VideoPreprocessors: { // VideoPreprocessor
@@ -64,6 +64,7 @@ export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateRespons
64
64
  * CopyProtectionAction: "PASSTHROUGH" || "STRIP",
65
65
  * VchipAction: "PASSTHROUGH" || "STRIP",
66
66
  * },
67
+ * FollowSource: Number("int"),
67
68
  * Inputs: [ // __listOfInputTemplate
68
69
  * { // InputTemplate
69
70
  * AdvancedInputFilter: "ENABLED" || "DISABLED",
@@ -623,6 +624,9 @@ export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateRespons
623
624
  * { // AudioDescription
624
625
  * AudioChannelTaggingSettings: { // AudioChannelTaggingSettings
625
626
  * ChannelTag: "L" || "R" || "C" || "LFE" || "LS" || "RS" || "LC" || "RC" || "CS" || "LSD" || "RSD" || "TCS" || "VHL" || "VHC" || "VHR" || "TBL" || "TBC" || "TBR" || "RSL" || "RSR" || "LW" || "RW" || "LFE2" || "LT" || "RT" || "HI" || "NAR" || "M",
627
+ * ChannelTags: [ // __listOfAudioChannelTag
628
+ * "L" || "R" || "C" || "LFE" || "LS" || "RS" || "LC" || "RC" || "CS" || "LSD" || "RSD" || "TCS" || "VHL" || "VHC" || "VHR" || "TBL" || "TBC" || "TBR" || "RSL" || "RSR" || "LW" || "RW" || "LFE2" || "LT" || "RT" || "HI" || "NAR" || "M",
629
+ * ],
626
630
  * },
627
631
  * AudioNormalizationSettings: { // AudioNormalizationSettings
628
632
  * Algorithm: "ITU_BS_1770_1" || "ITU_BS_1770_2" || "ITU_BS_1770_3" || "ITU_BS_1770_4",
@@ -1311,7 +1315,7 @@ export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateRespons
1311
1315
  * Y: Number("int"),
1312
1316
  * },
1313
1317
  * RespondToAfd: "NONE" || "RESPOND" || "PASSTHROUGH",
1314
- * ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT",
1318
+ * ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
1315
1319
  * Sharpness: Number("int"),
1316
1320
  * TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
1317
1321
  * VideoPreprocessors: { // VideoPreprocessor
@@ -1476,6 +1480,7 @@ export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateRespons
1476
1480
  * // CopyProtectionAction: "PASSTHROUGH" || "STRIP",
1477
1481
  * // VchipAction: "PASSTHROUGH" || "STRIP",
1478
1482
  * // },
1483
+ * // FollowSource: Number("int"),
1479
1484
  * // Inputs: [ // __listOfInputTemplate
1480
1485
  * // { // InputTemplate
1481
1486
  * // AdvancedInputFilter: "ENABLED" || "DISABLED",
@@ -2035,6 +2040,9 @@ export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateRespons
2035
2040
  * // { // AudioDescription
2036
2041
  * // AudioChannelTaggingSettings: { // AudioChannelTaggingSettings
2037
2042
  * // ChannelTag: "L" || "R" || "C" || "LFE" || "LS" || "RS" || "LC" || "RC" || "CS" || "LSD" || "RSD" || "TCS" || "VHL" || "VHC" || "VHR" || "TBL" || "TBC" || "TBR" || "RSL" || "RSR" || "LW" || "RW" || "LFE2" || "LT" || "RT" || "HI" || "NAR" || "M",
2043
+ * // ChannelTags: [ // __listOfAudioChannelTag
2044
+ * // "L" || "R" || "C" || "LFE" || "LS" || "RS" || "LC" || "RC" || "CS" || "LSD" || "RSD" || "TCS" || "VHL" || "VHC" || "VHR" || "TBL" || "TBC" || "TBR" || "RSL" || "RSR" || "LW" || "RW" || "LFE2" || "LT" || "RT" || "HI" || "NAR" || "M",
2045
+ * // ],
2038
2046
  * // },
2039
2047
  * // AudioNormalizationSettings: { // AudioNormalizationSettings
2040
2048
  * // Algorithm: "ITU_BS_1770_1" || "ITU_BS_1770_2" || "ITU_BS_1770_3" || "ITU_BS_1770_4",
@@ -2723,7 +2731,7 @@ export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateRespons
2723
2731
  * // Y: Number("int"),
2724
2732
  * // },
2725
2733
  * // RespondToAfd: "NONE" || "RESPOND" || "PASSTHROUGH",
2726
- * // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT",
2734
+ * // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
2727
2735
  * // Sharpness: Number("int"),
2728
2736
  * // TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
2729
2737
  * // VideoPreprocessors: { // VideoPreprocessor
@@ -39,6 +39,9 @@ export interface UpdatePresetCommandOutput extends UpdatePresetResponse, __Metad
39
39
  * { // AudioDescription
40
40
  * AudioChannelTaggingSettings: { // AudioChannelTaggingSettings
41
41
  * ChannelTag: "L" || "R" || "C" || "LFE" || "LS" || "RS" || "LC" || "RC" || "CS" || "LSD" || "RSD" || "TCS" || "VHL" || "VHC" || "VHR" || "TBL" || "TBC" || "TBR" || "RSL" || "RSR" || "LW" || "RW" || "LFE2" || "LT" || "RT" || "HI" || "NAR" || "M",
42
+ * ChannelTags: [ // __listOfAudioChannelTag
43
+ * "L" || "R" || "C" || "LFE" || "LS" || "RS" || "LC" || "RC" || "CS" || "LSD" || "RSD" || "TCS" || "VHL" || "VHC" || "VHR" || "TBL" || "TBC" || "TBR" || "RSL" || "RSR" || "LW" || "RW" || "LFE2" || "LT" || "RT" || "HI" || "NAR" || "M",
44
+ * ],
42
45
  * },
43
46
  * AudioNormalizationSettings: { // AudioNormalizationSettings
44
47
  * Algorithm: "ITU_BS_1770_1" || "ITU_BS_1770_2" || "ITU_BS_1770_3" || "ITU_BS_1770_4",
@@ -712,7 +715,7 @@ export interface UpdatePresetCommandOutput extends UpdatePresetResponse, __Metad
712
715
  * Y: Number("int"),
713
716
  * },
714
717
  * RespondToAfd: "NONE" || "RESPOND" || "PASSTHROUGH",
715
- * ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT",
718
+ * ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
716
719
  * Sharpness: Number("int"),
717
720
  * TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
718
721
  * VideoPreprocessors: { // VideoPreprocessor
@@ -833,6 +836,9 @@ export interface UpdatePresetCommandOutput extends UpdatePresetResponse, __Metad
833
836
  * // { // AudioDescription
834
837
  * // AudioChannelTaggingSettings: { // AudioChannelTaggingSettings
835
838
  * // ChannelTag: "L" || "R" || "C" || "LFE" || "LS" || "RS" || "LC" || "RC" || "CS" || "LSD" || "RSD" || "TCS" || "VHL" || "VHC" || "VHR" || "TBL" || "TBC" || "TBR" || "RSL" || "RSR" || "LW" || "RW" || "LFE2" || "LT" || "RT" || "HI" || "NAR" || "M",
839
+ * // ChannelTags: [ // __listOfAudioChannelTag
840
+ * // "L" || "R" || "C" || "LFE" || "LS" || "RS" || "LC" || "RC" || "CS" || "LSD" || "RSD" || "TCS" || "VHL" || "VHC" || "VHR" || "TBL" || "TBC" || "TBR" || "RSL" || "RSR" || "LW" || "RW" || "LFE2" || "LT" || "RT" || "HI" || "NAR" || "M",
841
+ * // ],
836
842
  * // },
837
843
  * // AudioNormalizationSettings: { // AudioNormalizationSettings
838
844
  * // Algorithm: "ITU_BS_1770_1" || "ITU_BS_1770_2" || "ITU_BS_1770_3" || "ITU_BS_1770_4",
@@ -1506,7 +1512,7 @@ export interface UpdatePresetCommandOutput extends UpdatePresetResponse, __Metad
1506
1512
  * // Y: Number("int"),
1507
1513
  * // },
1508
1514
  * // RespondToAfd: "NONE" || "RESPOND" || "PASSTHROUGH",
1509
- * // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT",
1515
+ * // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
1510
1516
  * // Sharpness: Number("int"),
1511
1517
  * // TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
1512
1518
  * // VideoPreprocessors: { // VideoPreprocessor
@@ -71,14 +71,19 @@ export declare const AudioChannelTag: {
71
71
  export type AudioChannelTag = (typeof AudioChannelTag)[keyof typeof AudioChannelTag];
72
72
  /**
73
73
  * @public
74
- * When you mimic a multi-channel audio layout with multiple mono-channel tracks, you can tag each channel layout manually. For example, you would tag the tracks that contain your left, right, and center audio with Left (L), Right (R), and Center (C), respectively. When you don't specify a value, MediaConvert labels your track as Center (C) by default. To use audio layout tagging, your output must be in a QuickTime (.mov) container; your audio codec must be AAC, WAV, or AIFF; and you must set up your audio track to have only one channel.
74
+ * Specify the QuickTime audio channel layout tags for the audio channels in this audio track. When you don't specify a value, MediaConvert labels your track as Center (C) by default. To use Audio layout tagging, your output must be in a QuickTime (MOV) container and your audio codec must be AAC, WAV, or AIFF.
75
75
  */
76
76
  export interface AudioChannelTaggingSettings {
77
77
  /**
78
78
  * @public
79
- * You can add a tag for this mono-channel audio track to mimic its placement in a multi-channel layout. For example, if this track is the left surround channel, choose Left surround (LS).
79
+ * Specify the QuickTime audio channel layout tags for the audio channels in this audio track. Enter channel layout tags in the same order as your output's audio channel order. For example, if your output audio track has a left and a right channel, enter Left (L) for the first channel and Right (R) for the second. If your output has multiple single-channel audio tracks, enter a single channel layout tag for each track.
80
80
  */
81
81
  ChannelTag?: AudioChannelTag;
82
+ /**
83
+ * @public
84
+ * Specify the QuickTime audio channel layout tags for the audio channels in this audio track. Enter channel layout tags in the same order as your output's audio channel order. For example, if your output audio track has a left and a right channel, enter Left (L) for the first channel and Right (R) for the second. If your output has multiple single-channel audio tracks, enter a single channel layout tag for each track.
85
+ */
86
+ ChannelTags?: AudioChannelTag[];
82
87
  }
83
88
  /**
84
89
  * @public
@@ -497,7 +502,7 @@ export interface AiffSettings {
497
502
  Channels?: number;
498
503
  /**
499
504
  * @public
500
- * Sample rate in hz.
505
+ * Sample rate in Hz.
501
506
  */
502
507
  SampleRate?: number;
503
508
  }
@@ -1061,7 +1066,7 @@ export interface FlacSettings {
1061
1066
  Channels?: number;
1062
1067
  /**
1063
1068
  * @public
1064
- * Sample rate in hz.
1069
+ * Sample rate in Hz.
1065
1070
  */
1066
1071
  SampleRate?: number;
1067
1072
  }
@@ -1082,7 +1087,7 @@ export interface Mp2Settings {
1082
1087
  Channels?: number;
1083
1088
  /**
1084
1089
  * @public
1085
- * Sample rate in hz.
1090
+ * Sample rate in Hz.
1086
1091
  */
1087
1092
  SampleRate?: number;
1088
1093
  }
@@ -1120,7 +1125,7 @@ export interface Mp3Settings {
1120
1125
  RateControlMode?: Mp3RateControlMode;
1121
1126
  /**
1122
1127
  * @public
1123
- * Sample rate in hz.
1128
+ * Sample rate in Hz.
1124
1129
  */
1125
1130
  SampleRate?: number;
1126
1131
  /**
@@ -1146,7 +1151,7 @@ export interface OpusSettings {
1146
1151
  Channels?: number;
1147
1152
  /**
1148
1153
  * @public
1149
- * Optional. Sample rate in hz. Valid values are 16000, 24000, and 48000. The default value is 48000.
1154
+ * Optional. Sample rate in Hz. Valid values are 16000, 24000, and 48000. The default value is 48000.
1150
1155
  */
1151
1156
  SampleRate?: number;
1152
1157
  }
@@ -1544,7 +1549,7 @@ export interface RemixSettings {
1544
1549
  export interface AudioDescription {
1545
1550
  /**
1546
1551
  * @public
1547
- * When you mimic a multi-channel audio layout with multiple mono-channel tracks, you can tag each channel layout manually. For example, you would tag the tracks that contain your left, right, and center audio with Left (L), Right (R), and Center (C), respectively. When you don't specify a value, MediaConvert labels your track as Center (C) by default. To use audio layout tagging, your output must be in a QuickTime (.mov) container; your audio codec must be AAC, WAV, or AIFF; and you must set up your audio track to have only one channel.
1552
+ * Specify the QuickTime audio channel layout tags for the audio channels in this audio track. When you don't specify a value, MediaConvert labels your track as Center (C) by default. To use Audio layout tagging, your output must be in a QuickTime (MOV) container and your audio codec must be AAC, WAV, or AIFF.
1548
1553
  */
1549
1554
  AudioChannelTaggingSettings?: AudioChannelTaggingSettings;
1550
1555
  /**
@@ -3503,7 +3508,7 @@ export interface VideoOverlayInput {
3503
3508
  InputClippings?: VideoOverlayInputClipping[];
3504
3509
  /**
3505
3510
  * @public
3506
- * Specify the starting timecode for your video overlay. To use the timecode present in your video overlay: Choose Embedded. To use a zerobased timecode: Choose Start at 0. To choose a timecode: Choose Specified start. When you do, enter the starting timecode in Start timecode. If you don't specify a value for Timecode source, MediaConvert uses Embedded by default.
3511
+ * Specify the timecode source for your video overlay input clips. To use the timecode present in your video overlay: Choose Embedded. To use a zerobased timecode: Choose Start at 0. To choose a timecode: Choose Specified start. When you do, enter the starting timecode in Start timecode. If you don't specify a value for Timecode source, MediaConvert uses Embedded by default.
3507
3512
  */
3508
3513
  TimecodeSource?: InputTimecodeSource;
3509
3514
  /**
@@ -3514,7 +3519,7 @@ export interface VideoOverlayInput {
3514
3519
  }
3515
3520
  /**
3516
3521
  * @public
3517
- * Overlay one or more videos on top of your input video.
3522
+ * Overlay one or more videos on top of your input video. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/video-overlays.html
3518
3523
  */
3519
3524
  export interface VideoOverlay {
3520
3525
  /**
@@ -144,7 +144,7 @@ export type F4vMoovPlacement = (typeof F4vMoovPlacement)[keyof typeof F4vMoovPla
144
144
  export interface F4vSettings {
145
145
  /**
146
146
  * @public
147
- * If set to PROGRESSIVE_DOWNLOAD, the MOOV atom is relocated to the beginning of the archive as required for progressive downloading. Otherwise it is placed normally at the end.
147
+ * To place the MOOV atom at the beginning of your output, which is useful for progressive downloading: Leave blank or choose Progressive download. To place the MOOV at the end of your output: Choose Normal.
148
148
  */
149
149
  MoovPlacement?: F4vMoovPlacement;
150
150
  }
@@ -975,7 +975,7 @@ export interface Mp4Settings {
975
975
  FreeSpaceBox?: Mp4FreeSpaceBox;
976
976
  /**
977
977
  * @public
978
- * If set to PROGRESSIVE_DOWNLOAD, the MOOV atom is relocated to the beginning of the archive as required for progressive downloading. Otherwise it is placed normally at the end.
978
+ * To place the MOOV atom at the beginning of your output, which is useful for progressive downloading: Leave blank or choose Progressive download. To place the MOOV at the end of your output: Choose Normal.
979
979
  */
980
980
  MoovPlacement?: Mp4MoovPlacement;
981
981
  /**
@@ -4598,6 +4598,9 @@ export type RespondToAfd = (typeof RespondToAfd)[keyof typeof RespondToAfd];
4598
4598
  */
4599
4599
  export declare const ScalingBehavior: {
4600
4600
  readonly DEFAULT: "DEFAULT";
4601
+ readonly FILL: "FILL";
4602
+ readonly FIT: "FIT";
4603
+ readonly FIT_NO_UPSCALE: "FIT_NO_UPSCALE";
4601
4604
  readonly STRETCH_TO_OUTPUT: "STRETCH_TO_OUTPUT";
4602
4605
  };
4603
4606
  /**
@@ -5233,7 +5236,7 @@ export interface VideoDescription {
5233
5236
  RespondToAfd?: RespondToAfd;
5234
5237
  /**
5235
5238
  * @public
5236
- * Specify how the service handles outputs that have a different aspect ratio from the input aspect ratio. Choose Stretch to output to have the service stretch your video image to fit. Keep the setting Default to have the service letterbox your video instead. This setting overrides any value that you specify for the setting Selection placement in this output.
5239
+ * Specify the video Scaling behavior when your output has a different resolution than your input. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/video-scaling.html
5237
5240
  */
5238
5241
  ScalingBehavior?: ScalingBehavior;
5239
5242
  /**
@@ -5409,6 +5412,11 @@ export interface JobSettings {
5409
5412
  * If your source content has EIA-608 Line 21 Data Services, enable this feature to specify what MediaConvert does with the Extended Data Services (XDS) packets. You can choose to pass through XDS packets, or remove them from the output. For more information about XDS, see EIA-608 Line Data Services, section 9.5.1.5 05h Content Advisory.
5410
5413
  */
5411
5414
  ExtendedDataServices?: ExtendedDataServices;
5415
+ /**
5416
+ * @public
5417
+ * Specify the input that MediaConvert references for your default output settings. MediaConvert uses this input's Resolution, Frame rate, and Pixel aspect ratio for all outputs that you don't manually specify different output settings for. Enabling this setting will disable "Follow source" for all other inputs. If MediaConvert cannot follow your source, for example if you specify an audio-only input, MediaConvert uses the first followable input instead. In your JSON job specification, enter an integer from 1 to 150 corresponding to the order of your inputs.
5418
+ */
5419
+ FollowSource?: number;
5412
5420
  /**
5413
5421
  * @public
5414
5422
  * Use Inputs to define source file used in the transcode job. There can be multiple inputs add in a job. These inputs will be concantenated together to create the output.
@@ -5705,6 +5713,11 @@ export interface JobTemplateSettings {
5705
5713
  * If your source content has EIA-608 Line 21 Data Services, enable this feature to specify what MediaConvert does with the Extended Data Services (XDS) packets. You can choose to pass through XDS packets, or remove them from the output. For more information about XDS, see EIA-608 Line Data Services, section 9.5.1.5 05h Content Advisory.
5706
5714
  */
5707
5715
  ExtendedDataServices?: ExtendedDataServices;
5716
+ /**
5717
+ * @public
5718
+ * Specify the input that MediaConvert references for your default output settings. MediaConvert uses this input's Resolution, Frame rate, and Pixel aspect ratio for all outputs that you don't manually specify different output settings for. Enabling this setting will disable "Follow source" for all other inputs. If MediaConvert cannot follow your source, for example if you specify an audio-only input, MediaConvert uses the first followable input instead. In your JSON job specification, enter an integer from 1 to 150 corresponding to the order of your inputs.
5719
+ */
5720
+ FollowSource?: number;
5708
5721
  /**
5709
5722
  * @public
5710
5723
  * Use Inputs to define the source file used in the transcode job. There can only be one input in a job template. Using the API, you can include multiple inputs when referencing a job template.
@@ -42,6 +42,7 @@ export type AudioChannelTag =
42
42
  (typeof AudioChannelTag)[keyof typeof AudioChannelTag];
43
43
  export interface AudioChannelTaggingSettings {
44
44
  ChannelTag?: AudioChannelTag;
45
+ ChannelTags?: AudioChannelTag[];
45
46
  }
46
47
  export declare const AudioNormalizationAlgorithm: {
47
48
  readonly ITU_BS_1770_1: "ITU_BS_1770_1";
@@ -1759,6 +1759,9 @@ export declare const RespondToAfd: {
1759
1759
  export type RespondToAfd = (typeof RespondToAfd)[keyof typeof RespondToAfd];
1760
1760
  export declare const ScalingBehavior: {
1761
1761
  readonly DEFAULT: "DEFAULT";
1762
+ readonly FILL: "FILL";
1763
+ readonly FIT: "FIT";
1764
+ readonly FIT_NO_UPSCALE: "FIT_NO_UPSCALE";
1762
1765
  readonly STRETCH_TO_OUTPUT: "STRETCH_TO_OUTPUT";
1763
1766
  };
1764
1767
  export type ScalingBehavior =
@@ -2020,6 +2023,7 @@ export interface JobSettings {
2020
2023
  AvailBlanking?: AvailBlanking;
2021
2024
  Esam?: EsamSettings;
2022
2025
  ExtendedDataServices?: ExtendedDataServices;
2026
+ FollowSource?: number;
2023
2027
  Inputs?: Input[];
2024
2028
  KantarWatermark?: KantarWatermarkSettings;
2025
2029
  MotionImageInserter?: MotionImageInserter;
@@ -2105,6 +2109,7 @@ export interface JobTemplateSettings {
2105
2109
  AvailBlanking?: AvailBlanking;
2106
2110
  Esam?: EsamSettings;
2107
2111
  ExtendedDataServices?: ExtendedDataServices;
2112
+ FollowSource?: number;
2108
2113
  Inputs?: InputTemplate[];
2109
2114
  KantarWatermark?: KantarWatermarkSettings;
2110
2115
  MotionImageInserter?: MotionImageInserter;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-mediaconvert",
3
3
  "description": "AWS SDK for JavaScript Mediaconvert Client for Node.js, Browser and React Native",
4
- "version": "3.445.0",
4
+ "version": "3.449.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,19 +21,19 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.445.0",
24
+ "@aws-sdk/client-sts": "3.449.0",
25
25
  "@aws-sdk/core": "3.445.0",
26
- "@aws-sdk/credential-provider-node": "3.445.0",
27
- "@aws-sdk/middleware-host-header": "3.433.0",
28
- "@aws-sdk/middleware-logger": "3.433.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.433.0",
30
- "@aws-sdk/middleware-signing": "3.433.0",
31
- "@aws-sdk/middleware-user-agent": "3.438.0",
26
+ "@aws-sdk/credential-provider-node": "3.449.0",
27
+ "@aws-sdk/middleware-host-header": "3.449.0",
28
+ "@aws-sdk/middleware-logger": "3.449.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.449.0",
30
+ "@aws-sdk/middleware-signing": "3.449.0",
31
+ "@aws-sdk/middleware-user-agent": "3.449.0",
32
32
  "@aws-sdk/region-config-resolver": "3.433.0",
33
- "@aws-sdk/types": "3.433.0",
34
- "@aws-sdk/util-endpoints": "3.438.0",
35
- "@aws-sdk/util-user-agent-browser": "3.433.0",
36
- "@aws-sdk/util-user-agent-node": "3.437.0",
33
+ "@aws-sdk/types": "3.449.0",
34
+ "@aws-sdk/util-endpoints": "3.449.0",
35
+ "@aws-sdk/util-user-agent-browser": "3.449.0",
36
+ "@aws-sdk/util-user-agent-node": "3.449.0",
37
37
  "@smithy/config-resolver": "^2.0.16",
38
38
  "@smithy/fetch-http-handler": "^2.2.4",
39
39
  "@smithy/hash-node": "^2.0.12",