@aws-sdk/client-mediaconvert 3.799.0 → 3.804.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (68) hide show
  1. package/dist-cjs/index.js +31 -4
  2. package/dist-es/models/models_0.js +9 -4
  3. package/dist-es/models/models_1.js +4 -0
  4. package/dist-es/protocols/Aws_restJson1.js +18 -2
  5. package/dist-types/commands/AssociateCertificateCommand.d.ts +1 -1
  6. package/dist-types/commands/CancelJobCommand.d.ts +1 -1
  7. package/dist-types/commands/CreateJobCommand.d.ts +39 -3
  8. package/dist-types/commands/CreateJobTemplateCommand.d.ts +39 -3
  9. package/dist-types/commands/CreatePresetCommand.d.ts +35 -1
  10. package/dist-types/commands/CreateQueueCommand.d.ts +1 -1
  11. package/dist-types/commands/DeleteJobTemplateCommand.d.ts +1 -1
  12. package/dist-types/commands/DeletePresetCommand.d.ts +1 -1
  13. package/dist-types/commands/DeleteQueueCommand.d.ts +1 -1
  14. package/dist-types/commands/DisassociateCertificateCommand.d.ts +1 -1
  15. package/dist-types/commands/GetJobCommand.d.ts +20 -2
  16. package/dist-types/commands/GetJobTemplateCommand.d.ts +20 -2
  17. package/dist-types/commands/GetPresetCommand.d.ts +18 -1
  18. package/dist-types/commands/GetQueueCommand.d.ts +1 -1
  19. package/dist-types/commands/ListJobTemplatesCommand.d.ts +19 -1
  20. package/dist-types/commands/ListJobsCommand.d.ts +19 -1
  21. package/dist-types/commands/ListPresetsCommand.d.ts +17 -0
  22. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  23. package/dist-types/commands/ProbeCommand.d.ts +2 -2
  24. package/dist-types/commands/PutPolicyCommand.d.ts +1 -1
  25. package/dist-types/commands/SearchJobsCommand.d.ts +19 -1
  26. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  27. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  28. package/dist-types/commands/UpdateJobTemplateCommand.d.ts +39 -3
  29. package/dist-types/commands/UpdatePresetCommand.d.ts +35 -1
  30. package/dist-types/commands/UpdateQueueCommand.d.ts +1 -1
  31. package/dist-types/endpoint/EndpointParameters.d.ts +1 -3
  32. package/dist-types/models/models_0.d.ts +19 -14
  33. package/dist-types/models/models_1.d.ts +54 -153
  34. package/dist-types/models/models_2.d.ts +155 -4
  35. package/dist-types/runtimeConfig.browser.d.ts +17 -17
  36. package/dist-types/runtimeConfig.d.ts +16 -16
  37. package/dist-types/runtimeConfig.native.d.ts +18 -18
  38. package/dist-types/runtimeConfig.shared.d.ts +3 -3
  39. package/dist-types/ts3.4/commands/AssociateCertificateCommand.d.ts +1 -1
  40. package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +1 -1
  41. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +1 -1
  42. package/dist-types/ts3.4/commands/CreateJobTemplateCommand.d.ts +1 -1
  43. package/dist-types/ts3.4/commands/CreatePresetCommand.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/DeleteJobTemplateCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/DeletePresetCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/DisassociateCertificateCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/GetJobTemplateCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/GetPresetCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/GetQueueCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/UpdateJobTemplateCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/UpdatePresetCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/UpdateQueueCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -4
  61. package/dist-types/ts3.4/models/models_0.d.ts +11 -6
  62. package/dist-types/ts3.4/models/models_1.d.ts +15 -40
  63. package/dist-types/ts3.4/models/models_2.d.ts +38 -1
  64. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +22 -32
  65. package/dist-types/ts3.4/runtimeConfig.d.ts +20 -29
  66. package/dist-types/ts3.4/runtimeConfig.native.d.ts +23 -33
  67. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
  68. package/package.json +20 -20
package/dist-cjs/index.js CHANGED
@@ -208,6 +208,7 @@ __export(index_exports, {
208
208
  FontScript: () => FontScript,
209
209
  ForbiddenException: () => ForbiddenException,
210
210
  Format: () => Format,
211
+ FrameMetricType: () => FrameMetricType,
211
212
  GetJobCommand: () => GetJobCommand,
212
213
  GetJobTemplateCommand: () => GetJobTemplateCommand,
213
214
  GetPolicyCommand: () => GetPolicyCommand,
@@ -2243,6 +2244,7 @@ var se_Av1Settings = /* @__PURE__ */ __name((input, context) => {
2243
2244
  gopSize: [, import_smithy_client.serializeFloat, `GopSize`],
2244
2245
  maxBitrate: [, , `MaxBitrate`],
2245
2246
  numberBFramesBetweenReferenceFrames: [, , `NumberBFramesBetweenReferenceFrames`],
2247
+ perFrameMetrics: [, import_smithy_client._json, `PerFrameMetrics`],
2246
2248
  qvbrSettings: [, (_) => se_Av1QvbrSettings(_, context), `QvbrSettings`],
2247
2249
  rateControlMode: [, , `RateControlMode`],
2248
2250
  slices: [, , `Slices`],
@@ -2263,6 +2265,7 @@ var se_AvcIntraSettings = /* @__PURE__ */ __name((input, context) => {
2263
2265
  framerateDenominator: [, , `FramerateDenominator`],
2264
2266
  framerateNumerator: [, , `FramerateNumerator`],
2265
2267
  interlaceMode: [, , `InterlaceMode`],
2268
+ perFrameMetrics: [, import_smithy_client._json, `PerFrameMetrics`],
2266
2269
  scanTypeConversionMode: [, , `ScanTypeConversionMode`],
2267
2270
  slowPal: [, , `SlowPal`],
2268
2271
  telecine: [, , `Telecine`]
@@ -2828,6 +2831,7 @@ var se_H264Settings = /* @__PURE__ */ __name((input, context) => {
2828
2831
  parControl: [, , `ParControl`],
2829
2832
  parDenominator: [, , `ParDenominator`],
2830
2833
  parNumerator: [, , `ParNumerator`],
2834
+ perFrameMetrics: [, import_smithy_client._json, `PerFrameMetrics`],
2831
2835
  qualityTuningLevel: [, , `QualityTuningLevel`],
2832
2836
  qvbrSettings: [, (_) => se_H264QvbrSettings(_, context), `QvbrSettings`],
2833
2837
  rateControlMode: [, , `RateControlMode`],
@@ -2884,6 +2888,7 @@ var se_H265Settings = /* @__PURE__ */ __name((input, context) => {
2884
2888
  parControl: [, , `ParControl`],
2885
2889
  parDenominator: [, , `ParDenominator`],
2886
2890
  parNumerator: [, , `ParNumerator`],
2891
+ perFrameMetrics: [, import_smithy_client._json, `PerFrameMetrics`],
2887
2892
  qualityTuningLevel: [, , `QualityTuningLevel`],
2888
2893
  qvbrSettings: [, (_) => se_H265QvbrSettings(_, context), `QvbrSettings`],
2889
2894
  rateControlMode: [, , `RateControlMode`],
@@ -3383,6 +3388,7 @@ var se_Mpeg2Settings = /* @__PURE__ */ __name((input, context) => {
3383
3388
  parControl: [, , `ParControl`],
3384
3389
  parDenominator: [, , `ParDenominator`],
3385
3390
  parNumerator: [, , `ParNumerator`],
3391
+ perFrameMetrics: [, import_smithy_client._json, `PerFrameMetrics`],
3386
3392
  qualityTuningLevel: [, , `QualityTuningLevel`],
3387
3393
  rateControlMode: [, , `RateControlMode`],
3388
3394
  scanTypeConversionMode: [, , `ScanTypeConversionMode`],
@@ -3530,6 +3536,7 @@ var se_OutputGroupSettings = /* @__PURE__ */ __name((input, context) => {
3530
3536
  fileGroupSettings: [, (_) => se_FileGroupSettings(_, context), `FileGroupSettings`],
3531
3537
  hlsGroupSettings: [, (_) => se_HlsGroupSettings(_, context), `HlsGroupSettings`],
3532
3538
  msSmoothGroupSettings: [, (_) => se_MsSmoothGroupSettings(_, context), `MsSmoothGroupSettings`],
3539
+ perFrameMetrics: [, import_smithy_client._json, `PerFrameMetrics`],
3533
3540
  type: [, , `Type`]
3534
3541
  });
3535
3542
  }, "se_OutputGroupSettings");
@@ -3575,6 +3582,7 @@ var se_ProresSettings = /* @__PURE__ */ __name((input, context) => {
3575
3582
  parControl: [, , `ParControl`],
3576
3583
  parDenominator: [, , `ParDenominator`],
3577
3584
  parNumerator: [, , `ParNumerator`],
3585
+ perFrameMetrics: [, import_smithy_client._json, `PerFrameMetrics`],
3578
3586
  scanTypeConversionMode: [, , `ScanTypeConversionMode`],
3579
3587
  slowPal: [, , `SlowPal`],
3580
3588
  telecine: [, , `Telecine`]
@@ -3951,6 +3959,7 @@ var se_XavcSettings = /* @__PURE__ */ __name((input, context) => {
3951
3959
  framerateConversionAlgorithm: [, , `FramerateConversionAlgorithm`],
3952
3960
  framerateDenominator: [, , `FramerateDenominator`],
3953
3961
  framerateNumerator: [, , `FramerateNumerator`],
3962
+ perFrameMetrics: [, import_smithy_client._json, `PerFrameMetrics`],
3954
3963
  profile: [, , `Profile`],
3955
3964
  slowPal: [, , `SlowPal`],
3956
3965
  softness: [, , `Softness`],
@@ -4359,7 +4368,7 @@ var de_AudioNormalizationSettings = /* @__PURE__ */ __name((output, context) =>
4359
4368
  var de_AudioProperties = /* @__PURE__ */ __name((output, context) => {
4360
4369
  return (0, import_smithy_client.take)(output, {
4361
4370
  BitDepth: [, import_smithy_client.expectInt32, `bitDepth`],
4362
- BitRate: [, import_smithy_client.expectInt32, `bitRate`],
4371
+ BitRate: [, import_smithy_client.expectLong, `bitRate`],
4363
4372
  Channels: [, import_smithy_client.expectInt32, `channels`],
4364
4373
  FrameRate: [, (_) => de_FrameRate(_, context), `frameRate`],
4365
4374
  LanguageCode: [, import_smithy_client.expectString, `languageCode`],
@@ -4428,6 +4437,7 @@ var de_Av1Settings = /* @__PURE__ */ __name((output, context) => {
4428
4437
  GopSize: [, import_smithy_client.limitedParseDouble, `gopSize`],
4429
4438
  MaxBitrate: [, import_smithy_client.expectInt32, `maxBitrate`],
4430
4439
  NumberBFramesBetweenReferenceFrames: [, import_smithy_client.expectInt32, `numberBFramesBetweenReferenceFrames`],
4440
+ PerFrameMetrics: [, import_smithy_client._json, `perFrameMetrics`],
4431
4441
  QvbrSettings: [, (_) => de_Av1QvbrSettings(_, context), `qvbrSettings`],
4432
4442
  RateControlMode: [, import_smithy_client.expectString, `rateControlMode`],
4433
4443
  Slices: [, import_smithy_client.expectInt32, `slices`],
@@ -4448,6 +4458,7 @@ var de_AvcIntraSettings = /* @__PURE__ */ __name((output, context) => {
4448
4458
  FramerateDenominator: [, import_smithy_client.expectInt32, `framerateDenominator`],
4449
4459
  FramerateNumerator: [, import_smithy_client.expectInt32, `framerateNumerator`],
4450
4460
  InterlaceMode: [, import_smithy_client.expectString, `interlaceMode`],
4461
+ PerFrameMetrics: [, import_smithy_client._json, `perFrameMetrics`],
4451
4462
  ScanTypeConversionMode: [, import_smithy_client.expectString, `scanTypeConversionMode`],
4452
4463
  SlowPal: [, import_smithy_client.expectString, `slowPal`],
4453
4464
  Telecine: [, import_smithy_client.expectString, `telecine`]
@@ -5044,6 +5055,7 @@ var de_H264Settings = /* @__PURE__ */ __name((output, context) => {
5044
5055
  ParControl: [, import_smithy_client.expectString, `parControl`],
5045
5056
  ParDenominator: [, import_smithy_client.expectInt32, `parDenominator`],
5046
5057
  ParNumerator: [, import_smithy_client.expectInt32, `parNumerator`],
5058
+ PerFrameMetrics: [, import_smithy_client._json, `perFrameMetrics`],
5047
5059
  QualityTuningLevel: [, import_smithy_client.expectString, `qualityTuningLevel`],
5048
5060
  QvbrSettings: [, (_) => de_H264QvbrSettings(_, context), `qvbrSettings`],
5049
5061
  RateControlMode: [, import_smithy_client.expectString, `rateControlMode`],
@@ -5100,6 +5112,7 @@ var de_H265Settings = /* @__PURE__ */ __name((output, context) => {
5100
5112
  ParControl: [, import_smithy_client.expectString, `parControl`],
5101
5113
  ParDenominator: [, import_smithy_client.expectInt32, `parDenominator`],
5102
5114
  ParNumerator: [, import_smithy_client.expectInt32, `parNumerator`],
5115
+ PerFrameMetrics: [, import_smithy_client._json, `perFrameMetrics`],
5103
5116
  QualityTuningLevel: [, import_smithy_client.expectString, `qualityTuningLevel`],
5104
5117
  QvbrSettings: [, (_) => de_H265QvbrSettings(_, context), `qvbrSettings`],
5105
5118
  RateControlMode: [, import_smithy_client.expectString, `rateControlMode`],
@@ -5689,6 +5702,7 @@ var de_Mpeg2Settings = /* @__PURE__ */ __name((output, context) => {
5689
5702
  ParControl: [, import_smithy_client.expectString, `parControl`],
5690
5703
  ParDenominator: [, import_smithy_client.expectInt32, `parDenominator`],
5691
5704
  ParNumerator: [, import_smithy_client.expectInt32, `parNumerator`],
5705
+ PerFrameMetrics: [, import_smithy_client._json, `perFrameMetrics`],
5692
5706
  QualityTuningLevel: [, import_smithy_client.expectString, `qualityTuningLevel`],
5693
5707
  RateControlMode: [, import_smithy_client.expectString, `rateControlMode`],
5694
5708
  ScanTypeConversionMode: [, import_smithy_client.expectString, `scanTypeConversionMode`],
@@ -5847,6 +5861,7 @@ var de_OutputGroupSettings = /* @__PURE__ */ __name((output, context) => {
5847
5861
  FileGroupSettings: [, (_) => de_FileGroupSettings(_, context), `fileGroupSettings`],
5848
5862
  HlsGroupSettings: [, (_) => de_HlsGroupSettings(_, context), `hlsGroupSettings`],
5849
5863
  MsSmoothGroupSettings: [, (_) => de_MsSmoothGroupSettings(_, context), `msSmoothGroupSettings`],
5864
+ PerFrameMetrics: [, import_smithy_client._json, `perFrameMetrics`],
5850
5865
  Type: [, import_smithy_client.expectString, `type`]
5851
5866
  });
5852
5867
  }, "de_OutputGroupSettings");
@@ -5906,6 +5921,7 @@ var de_ProresSettings = /* @__PURE__ */ __name((output, context) => {
5906
5921
  ParControl: [, import_smithy_client.expectString, `parControl`],
5907
5922
  ParDenominator: [, import_smithy_client.expectInt32, `parDenominator`],
5908
5923
  ParNumerator: [, import_smithy_client.expectInt32, `parNumerator`],
5924
+ PerFrameMetrics: [, import_smithy_client._json, `perFrameMetrics`],
5909
5925
  ScanTypeConversionMode: [, import_smithy_client.expectString, `scanTypeConversionMode`],
5910
5926
  SlowPal: [, import_smithy_client.expectString, `slowPal`],
5911
5927
  Telecine: [, import_smithy_client.expectString, `telecine`]
@@ -6232,7 +6248,7 @@ var de_VideoPreprocessor = /* @__PURE__ */ __name((output, context) => {
6232
6248
  var de_VideoProperties = /* @__PURE__ */ __name((output, context) => {
6233
6249
  return (0, import_smithy_client.take)(output, {
6234
6250
  BitDepth: [, import_smithy_client.expectInt32, `bitDepth`],
6235
- BitRate: [, import_smithy_client.expectInt32, `bitRate`],
6251
+ BitRate: [, import_smithy_client.expectLong, `bitRate`],
6236
6252
  ColorPrimaries: [, import_smithy_client.expectString, `colorPrimaries`],
6237
6253
  FrameRate: [, (_) => de_FrameRate(_, context), `frameRate`],
6238
6254
  Height: [, import_smithy_client.expectInt32, `height`],
@@ -6372,6 +6388,7 @@ var de_XavcSettings = /* @__PURE__ */ __name((output, context) => {
6372
6388
  FramerateConversionAlgorithm: [, import_smithy_client.expectString, `framerateConversionAlgorithm`],
6373
6389
  FramerateDenominator: [, import_smithy_client.expectInt32, `framerateDenominator`],
6374
6390
  FramerateNumerator: [, import_smithy_client.expectInt32, `framerateNumerator`],
6391
+ PerFrameMetrics: [, import_smithy_client._json, `perFrameMetrics`],
6375
6392
  Profile: [, import_smithy_client.expectString, `profile`],
6376
6393
  SlowPal: [, import_smithy_client.expectString, `slowPal`],
6377
6394
  Softness: [, import_smithy_client.expectInt32, `softness`],
@@ -7633,6 +7650,14 @@ var ColorSpace = {
7633
7650
  REC_601: "REC_601",
7634
7651
  REC_709: "REC_709"
7635
7652
  };
7653
+ var FrameMetricType = {
7654
+ MS_SSIM: "MS_SSIM",
7655
+ PSNR: "PSNR",
7656
+ PSNR_HVS: "PSNR_HVS",
7657
+ QVBR: "QVBR",
7658
+ SSIM: "SSIM",
7659
+ VMAF: "VMAF"
7660
+ };
7636
7661
  var HlsAdMarkers = {
7637
7662
  ELEMENTAL: "ELEMENTAL",
7638
7663
  ELEMENTAL_SCTE35: "ELEMENTAL_SCTE35"
@@ -7662,6 +7687,7 @@ var AudioDefaultSelection = {
7662
7687
  NOT_DEFAULT: "NOT_DEFAULT"
7663
7688
  };
7664
7689
  var AudioSelectorType = {
7690
+ ALL_PCM: "ALL_PCM",
7665
7691
  HLS_RENDITION_GROUP: "HLS_RENDITION_GROUP",
7666
7692
  LANGUAGE_CODE: "LANGUAGE_CODE",
7667
7693
  PID: "PID",
@@ -8111,12 +8137,12 @@ var MsSmoothAudioDeduplication = {
8111
8137
  COMBINE_DUPLICATE_STREAMS: "COMBINE_DUPLICATE_STREAMS",
8112
8138
  NONE: "NONE"
8113
8139
  };
8140
+
8141
+ // src/models/models_1.ts
8114
8142
  var MsSmoothFragmentLengthControl = {
8115
8143
  EXACT: "EXACT",
8116
8144
  GOP_MULTIPLE: "GOP_MULTIPLE"
8117
8145
  };
8118
-
8119
- // src/models/models_1.ts
8120
8146
  var MsSmoothManifestEncoding = {
8121
8147
  UTF16: "UTF16",
8122
8148
  UTF8: "UTF8"
@@ -9418,6 +9444,7 @@ var StatusUpdateInterval = {
9418
9444
  WebvttAccessibilitySubs,
9419
9445
  WebvttStylePassthrough,
9420
9446
  ColorSpace,
9447
+ FrameMetricType,
9421
9448
  HlsAdMarkers,
9422
9449
  AdvancedInputFilter,
9423
9450
  AdvancedInputFilterAddTexture,
@@ -680,6 +680,14 @@ export const ColorSpace = {
680
680
  REC_601: "REC_601",
681
681
  REC_709: "REC_709",
682
682
  };
683
+ export const FrameMetricType = {
684
+ MS_SSIM: "MS_SSIM",
685
+ PSNR: "PSNR",
686
+ PSNR_HVS: "PSNR_HVS",
687
+ QVBR: "QVBR",
688
+ SSIM: "SSIM",
689
+ VMAF: "VMAF",
690
+ };
683
691
  export const HlsAdMarkers = {
684
692
  ELEMENTAL: "ELEMENTAL",
685
693
  ELEMENTAL_SCTE35: "ELEMENTAL_SCTE35",
@@ -709,6 +717,7 @@ export const AudioDefaultSelection = {
709
717
  NOT_DEFAULT: "NOT_DEFAULT",
710
718
  };
711
719
  export const AudioSelectorType = {
720
+ ALL_PCM: "ALL_PCM",
712
721
  HLS_RENDITION_GROUP: "HLS_RENDITION_GROUP",
713
722
  LANGUAGE_CODE: "LANGUAGE_CODE",
714
723
  PID: "PID",
@@ -1158,7 +1167,3 @@ export const MsSmoothAudioDeduplication = {
1158
1167
  COMBINE_DUPLICATE_STREAMS: "COMBINE_DUPLICATE_STREAMS",
1159
1168
  NONE: "NONE",
1160
1169
  };
1161
- export const MsSmoothFragmentLengthControl = {
1162
- EXACT: "EXACT",
1163
- GOP_MULTIPLE: "GOP_MULTIPLE",
1164
- };
@@ -1,3 +1,7 @@
1
+ export const MsSmoothFragmentLengthControl = {
2
+ EXACT: "EXACT",
3
+ GOP_MULTIPLE: "GOP_MULTIPLE",
4
+ };
1
5
  export const MsSmoothManifestEncoding = {
2
6
  UTF16: "UTF16",
3
7
  UTF8: "UTF8",
@@ -1324,6 +1324,7 @@ const se_Av1Settings = (input, context) => {
1324
1324
  gopSize: [, __serializeFloat, `GopSize`],
1325
1325
  maxBitrate: [, , `MaxBitrate`],
1326
1326
  numberBFramesBetweenReferenceFrames: [, , `NumberBFramesBetweenReferenceFrames`],
1327
+ perFrameMetrics: [, _json, `PerFrameMetrics`],
1327
1328
  qvbrSettings: [, (_) => se_Av1QvbrSettings(_, context), `QvbrSettings`],
1328
1329
  rateControlMode: [, , `RateControlMode`],
1329
1330
  slices: [, , `Slices`],
@@ -1344,6 +1345,7 @@ const se_AvcIntraSettings = (input, context) => {
1344
1345
  framerateDenominator: [, , `FramerateDenominator`],
1345
1346
  framerateNumerator: [, , `FramerateNumerator`],
1346
1347
  interlaceMode: [, , `InterlaceMode`],
1348
+ perFrameMetrics: [, _json, `PerFrameMetrics`],
1347
1349
  scanTypeConversionMode: [, , `ScanTypeConversionMode`],
1348
1350
  slowPal: [, , `SlowPal`],
1349
1351
  telecine: [, , `Telecine`],
@@ -1909,6 +1911,7 @@ const se_H264Settings = (input, context) => {
1909
1911
  parControl: [, , `ParControl`],
1910
1912
  parDenominator: [, , `ParDenominator`],
1911
1913
  parNumerator: [, , `ParNumerator`],
1914
+ perFrameMetrics: [, _json, `PerFrameMetrics`],
1912
1915
  qualityTuningLevel: [, , `QualityTuningLevel`],
1913
1916
  qvbrSettings: [, (_) => se_H264QvbrSettings(_, context), `QvbrSettings`],
1914
1917
  rateControlMode: [, , `RateControlMode`],
@@ -1965,6 +1968,7 @@ const se_H265Settings = (input, context) => {
1965
1968
  parControl: [, , `ParControl`],
1966
1969
  parDenominator: [, , `ParDenominator`],
1967
1970
  parNumerator: [, , `ParNumerator`],
1971
+ perFrameMetrics: [, _json, `PerFrameMetrics`],
1968
1972
  qualityTuningLevel: [, , `QualityTuningLevel`],
1969
1973
  qvbrSettings: [, (_) => se_H265QvbrSettings(_, context), `QvbrSettings`],
1970
1974
  rateControlMode: [, , `RateControlMode`],
@@ -2464,6 +2468,7 @@ const se_Mpeg2Settings = (input, context) => {
2464
2468
  parControl: [, , `ParControl`],
2465
2469
  parDenominator: [, , `ParDenominator`],
2466
2470
  parNumerator: [, , `ParNumerator`],
2471
+ perFrameMetrics: [, _json, `PerFrameMetrics`],
2467
2472
  qualityTuningLevel: [, , `QualityTuningLevel`],
2468
2473
  rateControlMode: [, , `RateControlMode`],
2469
2474
  scanTypeConversionMode: [, , `ScanTypeConversionMode`],
@@ -2611,6 +2616,7 @@ const se_OutputGroupSettings = (input, context) => {
2611
2616
  fileGroupSettings: [, (_) => se_FileGroupSettings(_, context), `FileGroupSettings`],
2612
2617
  hlsGroupSettings: [, (_) => se_HlsGroupSettings(_, context), `HlsGroupSettings`],
2613
2618
  msSmoothGroupSettings: [, (_) => se_MsSmoothGroupSettings(_, context), `MsSmoothGroupSettings`],
2619
+ perFrameMetrics: [, _json, `PerFrameMetrics`],
2614
2620
  type: [, , `Type`],
2615
2621
  });
2616
2622
  };
@@ -2656,6 +2662,7 @@ const se_ProresSettings = (input, context) => {
2656
2662
  parControl: [, , `ParControl`],
2657
2663
  parDenominator: [, , `ParDenominator`],
2658
2664
  parNumerator: [, , `ParNumerator`],
2665
+ perFrameMetrics: [, _json, `PerFrameMetrics`],
2659
2666
  scanTypeConversionMode: [, , `ScanTypeConversionMode`],
2660
2667
  slowPal: [, , `SlowPal`],
2661
2668
  telecine: [, , `Telecine`],
@@ -3032,6 +3039,7 @@ const se_XavcSettings = (input, context) => {
3032
3039
  framerateConversionAlgorithm: [, , `FramerateConversionAlgorithm`],
3033
3040
  framerateDenominator: [, , `FramerateDenominator`],
3034
3041
  framerateNumerator: [, , `FramerateNumerator`],
3042
+ perFrameMetrics: [, _json, `PerFrameMetrics`],
3035
3043
  profile: [, , `Profile`],
3036
3044
  slowPal: [, , `SlowPal`],
3037
3045
  softness: [, , `Softness`],
@@ -3518,7 +3526,7 @@ const de_AudioNormalizationSettings = (output, context) => {
3518
3526
  const de_AudioProperties = (output, context) => {
3519
3527
  return take(output, {
3520
3528
  BitDepth: [, __expectInt32, `bitDepth`],
3521
- BitRate: [, __expectInt32, `bitRate`],
3529
+ BitRate: [, __expectLong, `bitRate`],
3522
3530
  Channels: [, __expectInt32, `channels`],
3523
3531
  FrameRate: [, (_) => de_FrameRate(_, context), `frameRate`],
3524
3532
  LanguageCode: [, __expectString, `languageCode`],
@@ -3587,6 +3595,7 @@ const de_Av1Settings = (output, context) => {
3587
3595
  GopSize: [, __limitedParseDouble, `gopSize`],
3588
3596
  MaxBitrate: [, __expectInt32, `maxBitrate`],
3589
3597
  NumberBFramesBetweenReferenceFrames: [, __expectInt32, `numberBFramesBetweenReferenceFrames`],
3598
+ PerFrameMetrics: [, _json, `perFrameMetrics`],
3590
3599
  QvbrSettings: [, (_) => de_Av1QvbrSettings(_, context), `qvbrSettings`],
3591
3600
  RateControlMode: [, __expectString, `rateControlMode`],
3592
3601
  Slices: [, __expectInt32, `slices`],
@@ -3607,6 +3616,7 @@ const de_AvcIntraSettings = (output, context) => {
3607
3616
  FramerateDenominator: [, __expectInt32, `framerateDenominator`],
3608
3617
  FramerateNumerator: [, __expectInt32, `framerateNumerator`],
3609
3618
  InterlaceMode: [, __expectString, `interlaceMode`],
3619
+ PerFrameMetrics: [, _json, `perFrameMetrics`],
3610
3620
  ScanTypeConversionMode: [, __expectString, `scanTypeConversionMode`],
3611
3621
  SlowPal: [, __expectString, `slowPal`],
3612
3622
  Telecine: [, __expectString, `telecine`],
@@ -4203,6 +4213,7 @@ const de_H264Settings = (output, context) => {
4203
4213
  ParControl: [, __expectString, `parControl`],
4204
4214
  ParDenominator: [, __expectInt32, `parDenominator`],
4205
4215
  ParNumerator: [, __expectInt32, `parNumerator`],
4216
+ PerFrameMetrics: [, _json, `perFrameMetrics`],
4206
4217
  QualityTuningLevel: [, __expectString, `qualityTuningLevel`],
4207
4218
  QvbrSettings: [, (_) => de_H264QvbrSettings(_, context), `qvbrSettings`],
4208
4219
  RateControlMode: [, __expectString, `rateControlMode`],
@@ -4259,6 +4270,7 @@ const de_H265Settings = (output, context) => {
4259
4270
  ParControl: [, __expectString, `parControl`],
4260
4271
  ParDenominator: [, __expectInt32, `parDenominator`],
4261
4272
  ParNumerator: [, __expectInt32, `parNumerator`],
4273
+ PerFrameMetrics: [, _json, `perFrameMetrics`],
4262
4274
  QualityTuningLevel: [, __expectString, `qualityTuningLevel`],
4263
4275
  QvbrSettings: [, (_) => de_H265QvbrSettings(_, context), `qvbrSettings`],
4264
4276
  RateControlMode: [, __expectString, `rateControlMode`],
@@ -4848,6 +4860,7 @@ const de_Mpeg2Settings = (output, context) => {
4848
4860
  ParControl: [, __expectString, `parControl`],
4849
4861
  ParDenominator: [, __expectInt32, `parDenominator`],
4850
4862
  ParNumerator: [, __expectInt32, `parNumerator`],
4863
+ PerFrameMetrics: [, _json, `perFrameMetrics`],
4851
4864
  QualityTuningLevel: [, __expectString, `qualityTuningLevel`],
4852
4865
  RateControlMode: [, __expectString, `rateControlMode`],
4853
4866
  ScanTypeConversionMode: [, __expectString, `scanTypeConversionMode`],
@@ -5006,6 +5019,7 @@ const de_OutputGroupSettings = (output, context) => {
5006
5019
  FileGroupSettings: [, (_) => de_FileGroupSettings(_, context), `fileGroupSettings`],
5007
5020
  HlsGroupSettings: [, (_) => de_HlsGroupSettings(_, context), `hlsGroupSettings`],
5008
5021
  MsSmoothGroupSettings: [, (_) => de_MsSmoothGroupSettings(_, context), `msSmoothGroupSettings`],
5022
+ PerFrameMetrics: [, _json, `perFrameMetrics`],
5009
5023
  Type: [, __expectString, `type`],
5010
5024
  });
5011
5025
  };
@@ -5065,6 +5079,7 @@ const de_ProresSettings = (output, context) => {
5065
5079
  ParControl: [, __expectString, `parControl`],
5066
5080
  ParDenominator: [, __expectInt32, `parDenominator`],
5067
5081
  ParNumerator: [, __expectInt32, `parNumerator`],
5082
+ PerFrameMetrics: [, _json, `perFrameMetrics`],
5068
5083
  ScanTypeConversionMode: [, __expectString, `scanTypeConversionMode`],
5069
5084
  SlowPal: [, __expectString, `slowPal`],
5070
5085
  Telecine: [, __expectString, `telecine`],
@@ -5391,7 +5406,7 @@ const de_VideoPreprocessor = (output, context) => {
5391
5406
  const de_VideoProperties = (output, context) => {
5392
5407
  return take(output, {
5393
5408
  BitDepth: [, __expectInt32, `bitDepth`],
5394
- BitRate: [, __expectInt32, `bitRate`],
5409
+ BitRate: [, __expectLong, `bitRate`],
5395
5410
  ColorPrimaries: [, __expectString, `colorPrimaries`],
5396
5411
  FrameRate: [, (_) => de_FrameRate(_, context), `frameRate`],
5397
5412
  Height: [, __expectInt32, `height`],
@@ -5531,6 +5546,7 @@ const de_XavcSettings = (output, context) => {
5531
5546
  FramerateConversionAlgorithm: [, __expectString, `framerateConversionAlgorithm`],
5532
5547
  FramerateDenominator: [, __expectInt32, `framerateDenominator`],
5533
5548
  FramerateNumerator: [, __expectInt32, `framerateNumerator`],
5549
+ PerFrameMetrics: [, _json, `perFrameMetrics`],
5534
5550
  Profile: [, __expectString, `profile`],
5535
5551
  SlowPal: [, __expectString, `slowPal`],
5536
5552
  Softness: [, __expectInt32, `softness`],
@@ -23,7 +23,7 @@ export interface AssociateCertificateCommandOutput extends AssociateCertificateR
23
23
  }
24
24
  declare const AssociateCertificateCommand_base: {
25
25
  new (input: AssociateCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateCertificateCommandInput, AssociateCertificateCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: AssociateCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateCertificateCommandInput, AssociateCertificateCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: AssociateCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateCertificateCommandInput, AssociateCertificateCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CancelJobCommandOutput extends CancelJobResponse, __MetadataBea
23
23
  }
24
24
  declare const CancelJobCommand_base: {
25
25
  new (input: CancelJobCommandInput): import("@smithy/smithy-client").CommandImpl<CancelJobCommandInput, CancelJobCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CancelJobCommandInput): import("@smithy/smithy-client").CommandImpl<CancelJobCommandInput, CancelJobCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CancelJobCommandInput): import("@smithy/smithy-client").CommandImpl<CancelJobCommandInput, CancelJobCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
23
23
  }
24
24
  declare const CreateJobCommand_base: {
25
25
  new (input: CreateJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateJobCommandInput, CreateJobCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateJobCommandInput, CreateJobCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateJobCommandInput, CreateJobCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -129,7 +129,7 @@ declare const CreateJobCommand_base: {
129
129
  * ChannelsIn: Number("int"),
130
130
  * ChannelsOut: Number("int"),
131
131
  * },
132
- * SelectorType: "PID" || "TRACK" || "LANGUAGE_CODE" || "HLS_RENDITION_GROUP",
132
+ * SelectorType: "PID" || "TRACK" || "LANGUAGE_CODE" || "HLS_RENDITION_GROUP" || "ALL_PCM",
133
133
  * Tracks: [
134
134
  * Number("int"),
135
135
  * ],
@@ -701,6 +701,9 @@ declare const CreateJobCommand_base: {
701
701
  * FragmentLengthControl: "EXACT" || "GOP_MULTIPLE",
702
702
  * ManifestEncoding: "UTF8" || "UTF16",
703
703
  * },
704
+ * PerFrameMetrics: [ // __listOfFrameMetricType
705
+ * "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR",
706
+ * ],
704
707
  * Type: "HLS_GROUP_SETTINGS" || "DASH_ISO_GROUP_SETTINGS" || "FILE_GROUP_SETTINGS" || "MS_SMOOTH_GROUP_SETTINGS" || "CMAF_GROUP_SETTINGS",
705
708
  * },
706
709
  * Outputs: [ // __listOfOutput
@@ -1130,6 +1133,9 @@ declare const CreateJobCommand_base: {
1130
1133
  * GopSize: Number("double"),
1131
1134
  * MaxBitrate: Number("int"),
1132
1135
  * NumberBFramesBetweenReferenceFrames: Number("int"),
1136
+ * PerFrameMetrics: [
1137
+ * "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR",
1138
+ * ],
1133
1139
  * QvbrSettings: { // Av1QvbrSettings
1134
1140
  * QvbrQualityLevel: Number("int"),
1135
1141
  * QvbrQualityLevelFineTune: Number("double"),
@@ -1148,6 +1154,9 @@ declare const CreateJobCommand_base: {
1148
1154
  * FramerateDenominator: Number("int"),
1149
1155
  * FramerateNumerator: Number("int"),
1150
1156
  * InterlaceMode: "PROGRESSIVE" || "TOP_FIELD" || "BOTTOM_FIELD" || "FOLLOW_TOP_FIELD" || "FOLLOW_BOTTOM_FIELD",
1157
+ * PerFrameMetrics: [
1158
+ * "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR",
1159
+ * ],
1151
1160
  * ScanTypeConversionMode: "INTERLACED" || "INTERLACED_OPTIMIZE",
1152
1161
  * SlowPal: "DISABLED" || "ENABLED",
1153
1162
  * Telecine: "NONE" || "HARD",
@@ -1198,6 +1207,9 @@ declare const CreateJobCommand_base: {
1198
1207
  * ParControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
1199
1208
  * ParDenominator: Number("int"),
1200
1209
  * ParNumerator: Number("int"),
1210
+ * PerFrameMetrics: [
1211
+ * "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR",
1212
+ * ],
1201
1213
  * QualityTuningLevel: "SINGLE_PASS" || "SINGLE_PASS_HQ" || "MULTI_PASS_HQ",
1202
1214
  * QvbrSettings: { // H264QvbrSettings
1203
1215
  * MaxAverageBitrate: Number("int"),
@@ -1252,6 +1264,9 @@ declare const CreateJobCommand_base: {
1252
1264
  * ParControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
1253
1265
  * ParDenominator: Number("int"),
1254
1266
  * ParNumerator: Number("int"),
1267
+ * PerFrameMetrics: [
1268
+ * "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR",
1269
+ * ],
1255
1270
  * QualityTuningLevel: "SINGLE_PASS" || "SINGLE_PASS_HQ" || "MULTI_PASS_HQ",
1256
1271
  * QvbrSettings: { // H265QvbrSettings
1257
1272
  * MaxAverageBitrate: Number("int"),
@@ -1296,6 +1311,7 @@ declare const CreateJobCommand_base: {
1296
1311
  * ParControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
1297
1312
  * ParDenominator: Number("int"),
1298
1313
  * ParNumerator: Number("int"),
1314
+ * PerFrameMetrics: "<__listOfFrameMetricType>",
1299
1315
  * QualityTuningLevel: "SINGLE_PASS" || "MULTI_PASS",
1300
1316
  * RateControlMode: "VBR" || "CBR",
1301
1317
  * ScanTypeConversionMode: "INTERLACED" || "INTERLACED_OPTIMIZE",
@@ -1318,6 +1334,7 @@ declare const CreateJobCommand_base: {
1318
1334
  * ParControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
1319
1335
  * ParDenominator: Number("int"),
1320
1336
  * ParNumerator: Number("int"),
1337
+ * PerFrameMetrics: "<__listOfFrameMetricType>",
1321
1338
  * ScanTypeConversionMode: "INTERLACED" || "INTERLACED_OPTIMIZE",
1322
1339
  * SlowPal: "DISABLED" || "ENABLED",
1323
1340
  * Telecine: "NONE" || "HARD",
@@ -1381,6 +1398,7 @@ declare const CreateJobCommand_base: {
1381
1398
  * FramerateConversionAlgorithm: "DUPLICATE_DROP" || "INTERPOLATE" || "FRAMEFORMER" || "MAINTAIN_FRAME_COUNT",
1382
1399
  * FramerateDenominator: Number("int"),
1383
1400
  * FramerateNumerator: Number("int"),
1401
+ * PerFrameMetrics: "<__listOfFrameMetricType>",
1384
1402
  * Profile: "XAVC_HD_INTRA_CBG" || "XAVC_4K_INTRA_CBG" || "XAVC_4K_INTRA_VBR" || "XAVC_HD" || "XAVC_4K",
1385
1403
  * SlowPal: "DISABLED" || "ENABLED",
1386
1404
  * Softness: Number("int"),
@@ -1705,7 +1723,7 @@ declare const CreateJobCommand_base: {
1705
1723
  * // ChannelsIn: Number("int"),
1706
1724
  * // ChannelsOut: Number("int"),
1707
1725
  * // },
1708
- * // SelectorType: "PID" || "TRACK" || "LANGUAGE_CODE" || "HLS_RENDITION_GROUP",
1726
+ * // SelectorType: "PID" || "TRACK" || "LANGUAGE_CODE" || "HLS_RENDITION_GROUP" || "ALL_PCM",
1709
1727
  * // Tracks: [
1710
1728
  * // Number("int"),
1711
1729
  * // ],
@@ -2277,6 +2295,9 @@ declare const CreateJobCommand_base: {
2277
2295
  * // FragmentLengthControl: "EXACT" || "GOP_MULTIPLE",
2278
2296
  * // ManifestEncoding: "UTF8" || "UTF16",
2279
2297
  * // },
2298
+ * // PerFrameMetrics: [ // __listOfFrameMetricType
2299
+ * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR",
2300
+ * // ],
2280
2301
  * // Type: "HLS_GROUP_SETTINGS" || "DASH_ISO_GROUP_SETTINGS" || "FILE_GROUP_SETTINGS" || "MS_SMOOTH_GROUP_SETTINGS" || "CMAF_GROUP_SETTINGS",
2281
2302
  * // },
2282
2303
  * // Outputs: [ // __listOfOutput
@@ -2706,6 +2727,9 @@ declare const CreateJobCommand_base: {
2706
2727
  * // GopSize: Number("double"),
2707
2728
  * // MaxBitrate: Number("int"),
2708
2729
  * // NumberBFramesBetweenReferenceFrames: Number("int"),
2730
+ * // PerFrameMetrics: [
2731
+ * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR",
2732
+ * // ],
2709
2733
  * // QvbrSettings: { // Av1QvbrSettings
2710
2734
  * // QvbrQualityLevel: Number("int"),
2711
2735
  * // QvbrQualityLevelFineTune: Number("double"),
@@ -2724,6 +2748,9 @@ declare const CreateJobCommand_base: {
2724
2748
  * // FramerateDenominator: Number("int"),
2725
2749
  * // FramerateNumerator: Number("int"),
2726
2750
  * // InterlaceMode: "PROGRESSIVE" || "TOP_FIELD" || "BOTTOM_FIELD" || "FOLLOW_TOP_FIELD" || "FOLLOW_BOTTOM_FIELD",
2751
+ * // PerFrameMetrics: [
2752
+ * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR",
2753
+ * // ],
2727
2754
  * // ScanTypeConversionMode: "INTERLACED" || "INTERLACED_OPTIMIZE",
2728
2755
  * // SlowPal: "DISABLED" || "ENABLED",
2729
2756
  * // Telecine: "NONE" || "HARD",
@@ -2774,6 +2801,9 @@ declare const CreateJobCommand_base: {
2774
2801
  * // ParControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
2775
2802
  * // ParDenominator: Number("int"),
2776
2803
  * // ParNumerator: Number("int"),
2804
+ * // PerFrameMetrics: [
2805
+ * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR",
2806
+ * // ],
2777
2807
  * // QualityTuningLevel: "SINGLE_PASS" || "SINGLE_PASS_HQ" || "MULTI_PASS_HQ",
2778
2808
  * // QvbrSettings: { // H264QvbrSettings
2779
2809
  * // MaxAverageBitrate: Number("int"),
@@ -2828,6 +2858,9 @@ declare const CreateJobCommand_base: {
2828
2858
  * // ParControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
2829
2859
  * // ParDenominator: Number("int"),
2830
2860
  * // ParNumerator: Number("int"),
2861
+ * // PerFrameMetrics: [
2862
+ * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR",
2863
+ * // ],
2831
2864
  * // QualityTuningLevel: "SINGLE_PASS" || "SINGLE_PASS_HQ" || "MULTI_PASS_HQ",
2832
2865
  * // QvbrSettings: { // H265QvbrSettings
2833
2866
  * // MaxAverageBitrate: Number("int"),
@@ -2872,6 +2905,7 @@ declare const CreateJobCommand_base: {
2872
2905
  * // ParControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
2873
2906
  * // ParDenominator: Number("int"),
2874
2907
  * // ParNumerator: Number("int"),
2908
+ * // PerFrameMetrics: "<__listOfFrameMetricType>",
2875
2909
  * // QualityTuningLevel: "SINGLE_PASS" || "MULTI_PASS",
2876
2910
  * // RateControlMode: "VBR" || "CBR",
2877
2911
  * // ScanTypeConversionMode: "INTERLACED" || "INTERLACED_OPTIMIZE",
@@ -2894,6 +2928,7 @@ declare const CreateJobCommand_base: {
2894
2928
  * // ParControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
2895
2929
  * // ParDenominator: Number("int"),
2896
2930
  * // ParNumerator: Number("int"),
2931
+ * // PerFrameMetrics: "<__listOfFrameMetricType>",
2897
2932
  * // ScanTypeConversionMode: "INTERLACED" || "INTERLACED_OPTIMIZE",
2898
2933
  * // SlowPal: "DISABLED" || "ENABLED",
2899
2934
  * // Telecine: "NONE" || "HARD",
@@ -2957,6 +2992,7 @@ declare const CreateJobCommand_base: {
2957
2992
  * // FramerateConversionAlgorithm: "DUPLICATE_DROP" || "INTERPOLATE" || "FRAMEFORMER" || "MAINTAIN_FRAME_COUNT",
2958
2993
  * // FramerateDenominator: Number("int"),
2959
2994
  * // FramerateNumerator: Number("int"),
2995
+ * // PerFrameMetrics: "<__listOfFrameMetricType>",
2960
2996
  * // Profile: "XAVC_HD_INTRA_CBG" || "XAVC_4K_INTRA_CBG" || "XAVC_4K_INTRA_VBR" || "XAVC_HD" || "XAVC_4K",
2961
2997
  * // SlowPal: "DISABLED" || "ENABLED",
2962
2998
  * // Softness: Number("int"),