aws-sdk-mediaconvert 1.170.0 → 1.172.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.
- checksums.yaml +4 -4
 - data/CHANGELOG.md +10 -0
 - data/VERSION +1 -1
 - data/lib/aws-sdk-mediaconvert/client.rb +161 -48
 - data/lib/aws-sdk-mediaconvert/client_api.rb +133 -0
 - data/lib/aws-sdk-mediaconvert/endpoint_parameters.rb +4 -4
 - data/lib/aws-sdk-mediaconvert/errors.rb +16 -0
 - data/lib/aws-sdk-mediaconvert/types.rb +492 -81
 - data/lib/aws-sdk-mediaconvert.rb +1 -1
 - data/sig/client.rbs +122 -48
 - data/sig/errors.rbs +3 -0
 - data/sig/types.rbs +81 -12
 - metadata +3 -3
 
| 
         @@ -552,10 +552,12 @@ module Aws::MediaConvert 
     | 
|
| 
       552 
552 
     | 
    
         
             
                #
         
     | 
| 
       553 
553 
     | 
    
         
             
                # @option params [String] :job_engine_version
         
     | 
| 
       554 
554 
     | 
    
         
             
                #   Use Job engine versions to run jobs for your production workflow on
         
     | 
| 
       555 
     | 
    
         
            -
                #   one version, while you test and validate the latest version.  
     | 
| 
       556 
     | 
    
         
            -
                #    
     | 
| 
       557 
     | 
    
         
            -
                #    
     | 
| 
       558 
     | 
    
         
            -
                #    
     | 
| 
      
 555 
     | 
    
         
            +
                #   one version, while you test and validate the latest version. Job
         
     | 
| 
      
 556 
     | 
    
         
            +
                #   engine versions represent periodically grouped MediaConvert releases
         
     | 
| 
      
 557 
     | 
    
         
            +
                #   with new features, updates, improvements, and fixes. Job engine
         
     | 
| 
      
 558 
     | 
    
         
            +
                #   versions are in a YYYY-MM-DD format. Note that the Job engine version
         
     | 
| 
      
 559 
     | 
    
         
            +
                #   feature is not publicly available at this time. To request access,
         
     | 
| 
      
 560 
     | 
    
         
            +
                #   contact AWS support.
         
     | 
| 
       559 
561 
     | 
    
         
             
                #
         
     | 
| 
       560 
562 
     | 
    
         
             
                # @option params [String] :job_template
         
     | 
| 
       561 
563 
     | 
    
         
             
                #   Optional. When you create a job, you can either specify a job template
         
     | 
| 
         @@ -732,6 +734,9 @@ module Aws::MediaConvert 
     | 
|
| 
       732 
734 
     | 
    
         
             
                #             target_lkfs: 1.0,
         
     | 
| 
       733 
735 
     | 
    
         
             
                #             true_peak_limiter_threshold: 1.0,
         
     | 
| 
       734 
736 
     | 
    
         
             
                #           },
         
     | 
| 
      
 737 
     | 
    
         
            +
                #           audio_pitch_correction_settings: {
         
     | 
| 
      
 738 
     | 
    
         
            +
                #             slow_pal_pitch_correction: "DISABLED", # accepts DISABLED, ENABLED
         
     | 
| 
      
 739 
     | 
    
         
            +
                #           },
         
     | 
| 
       735 
740 
     | 
    
         
             
                #           audio_source_name: "__stringMax2048",
         
     | 
| 
       736 
741 
     | 
    
         
             
                #           audio_type: 1,
         
     | 
| 
       737 
742 
     | 
    
         
             
                #           audio_type_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
         
     | 
| 
         @@ -1120,7 +1125,7 @@ module Aws::MediaConvert 
     | 
|
| 
       1120 
1125 
     | 
    
         
             
                #             gop_size: 1.0,
         
     | 
| 
       1121 
1126 
     | 
    
         
             
                #             max_bitrate: 1,
         
     | 
| 
       1122 
1127 
     | 
    
         
             
                #             number_b_frames_between_reference_frames: 1,
         
     | 
| 
       1123 
     | 
    
         
            -
                #             per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR
         
     | 
| 
      
 1128 
     | 
    
         
            +
                #             per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR, SHOT_CHANGE
         
     | 
| 
       1124 
1129 
     | 
    
         
             
                #             qvbr_settings: {
         
     | 
| 
       1125 
1130 
     | 
    
         
             
                #               qvbr_quality_level: 1,
         
     | 
| 
       1126 
1131 
     | 
    
         
             
                #               qvbr_quality_level_fine_tune: 1.0,
         
     | 
| 
         @@ -1139,7 +1144,7 @@ module Aws::MediaConvert 
     | 
|
| 
       1139 
1144 
     | 
    
         
             
                #             framerate_denominator: 1,
         
     | 
| 
       1140 
1145 
     | 
    
         
             
                #             framerate_numerator: 1,
         
     | 
| 
       1141 
1146 
     | 
    
         
             
                #             interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
         
     | 
| 
       1142 
     | 
    
         
            -
                #             per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR
         
     | 
| 
      
 1147 
     | 
    
         
            +
                #             per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR, SHOT_CHANGE
         
     | 
| 
       1143 
1148 
     | 
    
         
             
                #             scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
         
     | 
| 
       1144 
1149 
     | 
    
         
             
                #             slow_pal: "DISABLED", # accepts DISABLED, ENABLED
         
     | 
| 
       1145 
1150 
     | 
    
         
             
                #             telecine: "NONE", # accepts NONE, HARD
         
     | 
| 
         @@ -1190,7 +1195,7 @@ module Aws::MediaConvert 
     | 
|
| 
       1190 
1195 
     | 
    
         
             
                #             par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
         
     | 
| 
       1191 
1196 
     | 
    
         
             
                #             par_denominator: 1,
         
     | 
| 
       1192 
1197 
     | 
    
         
             
                #             par_numerator: 1,
         
     | 
| 
       1193 
     | 
    
         
            -
                #             per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR
         
     | 
| 
      
 1198 
     | 
    
         
            +
                #             per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR, SHOT_CHANGE
         
     | 
| 
       1194 
1199 
     | 
    
         
             
                #             quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, SINGLE_PASS_HQ, MULTI_PASS_HQ
         
     | 
| 
       1195 
1200 
     | 
    
         
             
                #             qvbr_settings: {
         
     | 
| 
       1196 
1201 
     | 
    
         
             
                #               max_average_bitrate: 1,
         
     | 
| 
         @@ -1245,7 +1250,7 @@ module Aws::MediaConvert 
     | 
|
| 
       1245 
1250 
     | 
    
         
             
                #             par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
         
     | 
| 
       1246 
1251 
     | 
    
         
             
                #             par_denominator: 1,
         
     | 
| 
       1247 
1252 
     | 
    
         
             
                #             par_numerator: 1,
         
     | 
| 
       1248 
     | 
    
         
            -
                #             per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR
         
     | 
| 
      
 1253 
     | 
    
         
            +
                #             per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR, SHOT_CHANGE
         
     | 
| 
       1249 
1254 
     | 
    
         
             
                #             quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, SINGLE_PASS_HQ, MULTI_PASS_HQ
         
     | 
| 
       1250 
1255 
     | 
    
         
             
                #             qvbr_settings: {
         
     | 
| 
       1251 
1256 
     | 
    
         
             
                #               max_average_bitrate: 1,
         
     | 
| 
         @@ -1290,7 +1295,7 @@ module Aws::MediaConvert 
     | 
|
| 
       1290 
1295 
     | 
    
         
             
                #             par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
         
     | 
| 
       1291 
1296 
     | 
    
         
             
                #             par_denominator: 1,
         
     | 
| 
       1292 
1297 
     | 
    
         
             
                #             par_numerator: 1,
         
     | 
| 
       1293 
     | 
    
         
            -
                #             per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR
         
     | 
| 
      
 1298 
     | 
    
         
            +
                #             per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR, SHOT_CHANGE
         
     | 
| 
       1294 
1299 
     | 
    
         
             
                #             quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, MULTI_PASS
         
     | 
| 
       1295 
1300 
     | 
    
         
             
                #             rate_control_mode: "VBR", # accepts VBR, CBR
         
     | 
| 
       1296 
1301 
     | 
    
         
             
                #             scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
         
     | 
| 
         @@ -1302,6 +1307,9 @@ module Aws::MediaConvert 
     | 
|
| 
       1302 
1307 
     | 
    
         
             
                #             telecine: "NONE", # accepts NONE, SOFT, HARD
         
     | 
| 
       1303 
1308 
     | 
    
         
             
                #             temporal_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
         
     | 
| 
       1304 
1309 
     | 
    
         
             
                #           },
         
     | 
| 
      
 1310 
     | 
    
         
            +
                #           passthrough_settings: {
         
     | 
| 
      
 1311 
     | 
    
         
            +
                #             video_selector_mode: "AUTO", # accepts AUTO, REMUX_ALL
         
     | 
| 
      
 1312 
     | 
    
         
            +
                #           },
         
     | 
| 
       1305 
1313 
     | 
    
         
             
                #           prores_settings: {
         
     | 
| 
       1306 
1314 
     | 
    
         
             
                #             chroma_sampling: "PRESERVE_444_SAMPLING", # accepts PRESERVE_444_SAMPLING, SUBSAMPLE_TO_422
         
     | 
| 
       1307 
1315 
     | 
    
         
             
                #             codec_profile: "APPLE_PRORES_422", # accepts APPLE_PRORES_422, APPLE_PRORES_422_HQ, APPLE_PRORES_422_LT, APPLE_PRORES_422_PROXY, APPLE_PRORES_4444, APPLE_PRORES_4444_XQ
         
     | 
| 
         @@ -1313,7 +1321,7 @@ module Aws::MediaConvert 
     | 
|
| 
       1313 
1321 
     | 
    
         
             
                #             par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
         
     | 
| 
       1314 
1322 
     | 
    
         
             
                #             par_denominator: 1,
         
     | 
| 
       1315 
1323 
     | 
    
         
             
                #             par_numerator: 1,
         
     | 
| 
       1316 
     | 
    
         
            -
                #             per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR
         
     | 
| 
      
 1324 
     | 
    
         
            +
                #             per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR, SHOT_CHANGE
         
     | 
| 
       1317 
1325 
     | 
    
         
             
                #             scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
         
     | 
| 
       1318 
1326 
     | 
    
         
             
                #             slow_pal: "DISABLED", # accepts DISABLED, ENABLED
         
     | 
| 
       1319 
1327 
     | 
    
         
             
                #             telecine: "NONE", # accepts NONE, HARD
         
     | 
| 
         @@ -1377,7 +1385,7 @@ module Aws::MediaConvert 
     | 
|
| 
       1377 
1385 
     | 
    
         
             
                #             framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER, MAINTAIN_FRAME_COUNT
         
     | 
| 
       1378 
1386 
     | 
    
         
             
                #             framerate_denominator: 1,
         
     | 
| 
       1379 
1387 
     | 
    
         
             
                #             framerate_numerator: 1,
         
     | 
| 
       1380 
     | 
    
         
            -
                #             per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR
         
     | 
| 
      
 1388 
     | 
    
         
            +
                #             per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR, SHOT_CHANGE
         
     | 
| 
       1381 
1389 
     | 
    
         
             
                #             profile: "XAVC_HD_INTRA_CBG", # accepts XAVC_HD_INTRA_CBG, XAVC_4K_INTRA_CBG, XAVC_4K_INTRA_VBR, XAVC_HD, XAVC_4K
         
     | 
| 
       1382 
1390 
     | 
    
         
             
                #             slow_pal: "DISABLED", # accepts DISABLED, ENABLED
         
     | 
| 
       1383 
1391 
     | 
    
         
             
                #             softness: 1,
         
     | 
| 
         @@ -1563,6 +1571,7 @@ module Aws::MediaConvert 
     | 
|
| 
       1563 
1571 
     | 
    
         
             
                #   resp.preset.settings.audio_descriptions[0].audio_normalization_settings.peak_calculation #=> String, one of "TRUE_PEAK", "NONE"
         
     | 
| 
       1564 
1572 
     | 
    
         
             
                #   resp.preset.settings.audio_descriptions[0].audio_normalization_settings.target_lkfs #=> Float
         
     | 
| 
       1565 
1573 
     | 
    
         
             
                #   resp.preset.settings.audio_descriptions[0].audio_normalization_settings.true_peak_limiter_threshold #=> Float
         
     | 
| 
      
 1574 
     | 
    
         
            +
                #   resp.preset.settings.audio_descriptions[0].audio_pitch_correction_settings.slow_pal_pitch_correction #=> String, one of "DISABLED", "ENABLED"
         
     | 
| 
       1566 
1575 
     | 
    
         
             
                #   resp.preset.settings.audio_descriptions[0].audio_source_name #=> String
         
     | 
| 
       1567 
1576 
     | 
    
         
             
                #   resp.preset.settings.audio_descriptions[0].audio_type #=> Integer
         
     | 
| 
       1568 
1577 
     | 
    
         
             
                #   resp.preset.settings.audio_descriptions[0].audio_type_control #=> String, one of "FOLLOW_INPUT", "USE_CONFIGURED"
         
     | 
| 
         @@ -1871,7 +1880,7 @@ module Aws::MediaConvert 
     | 
|
| 
       1871 
1880 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.av_1_settings.max_bitrate #=> Integer
         
     | 
| 
       1872 
1881 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.av_1_settings.number_b_frames_between_reference_frames #=> Integer
         
     | 
| 
       1873 
1882 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.av_1_settings.per_frame_metrics #=> Array
         
     | 
| 
       1874 
     | 
    
         
            -
                #   resp.preset.settings.video_description.codec_settings.av_1_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
         
     | 
| 
      
 1883 
     | 
    
         
            +
                #   resp.preset.settings.video_description.codec_settings.av_1_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR", "SHOT_CHANGE"
         
     | 
| 
       1875 
1884 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.av_1_settings.qvbr_settings.qvbr_quality_level #=> Integer
         
     | 
| 
       1876 
1885 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.av_1_settings.qvbr_settings.qvbr_quality_level_fine_tune #=> Float
         
     | 
| 
       1877 
1886 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.av_1_settings.rate_control_mode #=> String, one of "QVBR"
         
     | 
| 
         @@ -1885,7 +1894,7 @@ module Aws::MediaConvert 
     | 
|
| 
       1885 
1894 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.avc_intra_settings.framerate_numerator #=> Integer
         
     | 
| 
       1886 
1895 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.avc_intra_settings.interlace_mode #=> String, one of "PROGRESSIVE", "TOP_FIELD", "BOTTOM_FIELD", "FOLLOW_TOP_FIELD", "FOLLOW_BOTTOM_FIELD"
         
     | 
| 
       1887 
1896 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.avc_intra_settings.per_frame_metrics #=> Array
         
     | 
| 
       1888 
     | 
    
         
            -
                #   resp.preset.settings.video_description.codec_settings.avc_intra_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
         
     | 
| 
      
 1897 
     | 
    
         
            +
                #   resp.preset.settings.video_description.codec_settings.avc_intra_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR", "SHOT_CHANGE"
         
     | 
| 
       1889 
1898 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.avc_intra_settings.scan_type_conversion_mode #=> String, one of "INTERLACED", "INTERLACED_OPTIMIZE"
         
     | 
| 
       1890 
1899 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.avc_intra_settings.slow_pal #=> String, one of "DISABLED", "ENABLED"
         
     | 
| 
       1891 
1900 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.avc_intra_settings.telecine #=> String, one of "NONE", "HARD"
         
     | 
| 
         @@ -1929,7 +1938,7 @@ module Aws::MediaConvert 
     | 
|
| 
       1929 
1938 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.h264_settings.par_denominator #=> Integer
         
     | 
| 
       1930 
1939 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.h264_settings.par_numerator #=> Integer
         
     | 
| 
       1931 
1940 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.h264_settings.per_frame_metrics #=> Array
         
     | 
| 
       1932 
     | 
    
         
            -
                #   resp.preset.settings.video_description.codec_settings.h264_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
         
     | 
| 
      
 1941 
     | 
    
         
            +
                #   resp.preset.settings.video_description.codec_settings.h264_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR", "SHOT_CHANGE"
         
     | 
| 
       1933 
1942 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.h264_settings.quality_tuning_level #=> String, one of "SINGLE_PASS", "SINGLE_PASS_HQ", "MULTI_PASS_HQ"
         
     | 
| 
       1934 
1943 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.h264_settings.qvbr_settings.max_average_bitrate #=> Integer
         
     | 
| 
       1935 
1944 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.h264_settings.qvbr_settings.qvbr_quality_level #=> Integer
         
     | 
| 
         @@ -1979,7 +1988,7 @@ module Aws::MediaConvert 
     | 
|
| 
       1979 
1988 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.h265_settings.par_denominator #=> Integer
         
     | 
| 
       1980 
1989 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.h265_settings.par_numerator #=> Integer
         
     | 
| 
       1981 
1990 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.h265_settings.per_frame_metrics #=> Array
         
     | 
| 
       1982 
     | 
    
         
            -
                #   resp.preset.settings.video_description.codec_settings.h265_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
         
     | 
| 
      
 1991 
     | 
    
         
            +
                #   resp.preset.settings.video_description.codec_settings.h265_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR", "SHOT_CHANGE"
         
     | 
| 
       1983 
1992 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.h265_settings.quality_tuning_level #=> String, one of "SINGLE_PASS", "SINGLE_PASS_HQ", "MULTI_PASS_HQ"
         
     | 
| 
       1984 
1993 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.h265_settings.qvbr_settings.max_average_bitrate #=> Integer
         
     | 
| 
       1985 
1994 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.h265_settings.qvbr_settings.qvbr_quality_level #=> Integer
         
     | 
| 
         @@ -2021,7 +2030,7 @@ module Aws::MediaConvert 
     | 
|
| 
       2021 
2030 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.mpeg_2_settings.par_denominator #=> Integer
         
     | 
| 
       2022 
2031 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.mpeg_2_settings.par_numerator #=> Integer
         
     | 
| 
       2023 
2032 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.mpeg_2_settings.per_frame_metrics #=> Array
         
     | 
| 
       2024 
     | 
    
         
            -
                #   resp.preset.settings.video_description.codec_settings.mpeg_2_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
         
     | 
| 
      
 2033 
     | 
    
         
            +
                #   resp.preset.settings.video_description.codec_settings.mpeg_2_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR", "SHOT_CHANGE"
         
     | 
| 
       2025 
2034 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.mpeg_2_settings.quality_tuning_level #=> String, one of "SINGLE_PASS", "MULTI_PASS"
         
     | 
| 
       2026 
2035 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.mpeg_2_settings.rate_control_mode #=> String, one of "VBR", "CBR"
         
     | 
| 
       2027 
2036 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.mpeg_2_settings.scan_type_conversion_mode #=> String, one of "INTERLACED", "INTERLACED_OPTIMIZE"
         
     | 
| 
         @@ -2032,6 +2041,7 @@ module Aws::MediaConvert 
     | 
|
| 
       2032 
2041 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.mpeg_2_settings.syntax #=> String, one of "DEFAULT", "D_10"
         
     | 
| 
       2033 
2042 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.mpeg_2_settings.telecine #=> String, one of "NONE", "SOFT", "HARD"
         
     | 
| 
       2034 
2043 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.mpeg_2_settings.temporal_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
         
     | 
| 
      
 2044 
     | 
    
         
            +
                #   resp.preset.settings.video_description.codec_settings.passthrough_settings.video_selector_mode #=> String, one of "AUTO", "REMUX_ALL"
         
     | 
| 
       2035 
2045 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.prores_settings.chroma_sampling #=> String, one of "PRESERVE_444_SAMPLING", "SUBSAMPLE_TO_422"
         
     | 
| 
       2036 
2046 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.prores_settings.codec_profile #=> String, one of "APPLE_PRORES_422", "APPLE_PRORES_422_HQ", "APPLE_PRORES_422_LT", "APPLE_PRORES_422_PROXY", "APPLE_PRORES_4444", "APPLE_PRORES_4444_XQ"
         
     | 
| 
       2037 
2047 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.prores_settings.framerate_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
         
     | 
| 
         @@ -2043,7 +2053,7 @@ module Aws::MediaConvert 
     | 
|
| 
       2043 
2053 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.prores_settings.par_denominator #=> Integer
         
     | 
| 
       2044 
2054 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.prores_settings.par_numerator #=> Integer
         
     | 
| 
       2045 
2055 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.prores_settings.per_frame_metrics #=> Array
         
     | 
| 
       2046 
     | 
    
         
            -
                #   resp.preset.settings.video_description.codec_settings.prores_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
         
     | 
| 
      
 2056 
     | 
    
         
            +
                #   resp.preset.settings.video_description.codec_settings.prores_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR", "SHOT_CHANGE"
         
     | 
| 
       2047 
2057 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.prores_settings.scan_type_conversion_mode #=> String, one of "INTERLACED", "INTERLACED_OPTIMIZE"
         
     | 
| 
       2048 
2058 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.prores_settings.slow_pal #=> String, one of "DISABLED", "ENABLED"
         
     | 
| 
       2049 
2059 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.prores_settings.telecine #=> String, one of "NONE", "HARD"
         
     | 
| 
         @@ -2098,7 +2108,7 @@ module Aws::MediaConvert 
     | 
|
| 
       2098 
2108 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.xavc_settings.framerate_denominator #=> Integer
         
     | 
| 
       2099 
2109 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.xavc_settings.framerate_numerator #=> Integer
         
     | 
| 
       2100 
2110 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.xavc_settings.per_frame_metrics #=> Array
         
     | 
| 
       2101 
     | 
    
         
            -
                #   resp.preset.settings.video_description.codec_settings.xavc_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
         
     | 
| 
      
 2111 
     | 
    
         
            +
                #   resp.preset.settings.video_description.codec_settings.xavc_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR", "SHOT_CHANGE"
         
     | 
| 
       2102 
2112 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.xavc_settings.profile #=> String, one of "XAVC_HD_INTRA_CBG", "XAVC_4K_INTRA_CBG", "XAVC_4K_INTRA_VBR", "XAVC_HD", "XAVC_4K"
         
     | 
| 
       2103 
2113 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.xavc_settings.slow_pal #=> String, one of "DISABLED", "ENABLED"
         
     | 
| 
       2104 
2114 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.xavc_settings.softness #=> Integer
         
     | 
| 
         @@ -2541,6 +2551,33 @@ module Aws::MediaConvert 
     | 
|
| 
       2541 
2551 
     | 
    
         
             
                  req.send_request(options)
         
     | 
| 
       2542 
2552 
     | 
    
         
             
                end
         
     | 
| 
       2543 
2553 
     | 
    
         | 
| 
      
 2554 
     | 
    
         
            +
                # Retrieve a JSON array of up to twenty of your most recent jobs matched
         
     | 
| 
      
 2555 
     | 
    
         
            +
                # by a jobs query.
         
     | 
| 
      
 2556 
     | 
    
         
            +
                #
         
     | 
| 
      
 2557 
     | 
    
         
            +
                # @option params [required, String] :id
         
     | 
| 
      
 2558 
     | 
    
         
            +
                #   The ID of the jobs query.
         
     | 
| 
      
 2559 
     | 
    
         
            +
                #
         
     | 
| 
      
 2560 
     | 
    
         
            +
                # @return [Types::GetJobsQueryResultsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
         
     | 
| 
      
 2561 
     | 
    
         
            +
                #
         
     | 
| 
      
 2562 
     | 
    
         
            +
                #   * {Types::GetJobsQueryResultsResponse#jobs #jobs} => Array<Types::Job>
         
     | 
| 
      
 2563 
     | 
    
         
            +
                #   * {Types::GetJobsQueryResultsResponse#next_token #next_token} => String
         
     | 
| 
      
 2564 
     | 
    
         
            +
                #   * {Types::GetJobsQueryResultsResponse#status #status} => String
         
     | 
| 
      
 2565 
     | 
    
         
            +
                #
         
     | 
| 
      
 2566 
     | 
    
         
            +
                # @example Request syntax with placeholder values
         
     | 
| 
      
 2567 
     | 
    
         
            +
                #
         
     | 
| 
      
 2568 
     | 
    
         
            +
                #   resp = client.get_jobs_query_results({
         
     | 
| 
      
 2569 
     | 
    
         
            +
                #     id: "__string", # required
         
     | 
| 
      
 2570 
     | 
    
         
            +
                #   })
         
     | 
| 
      
 2571 
     | 
    
         
            +
                #
         
     | 
| 
      
 2572 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/GetJobsQueryResults AWS API Documentation
         
     | 
| 
      
 2573 
     | 
    
         
            +
                #
         
     | 
| 
      
 2574 
     | 
    
         
            +
                # @overload get_jobs_query_results(params = {})
         
     | 
| 
      
 2575 
     | 
    
         
            +
                # @param [Hash] params ({})
         
     | 
| 
      
 2576 
     | 
    
         
            +
                def get_jobs_query_results(params = {}, options = {})
         
     | 
| 
      
 2577 
     | 
    
         
            +
                  req = build_request(:get_jobs_query_results, params)
         
     | 
| 
      
 2578 
     | 
    
         
            +
                  req.send_request(options)
         
     | 
| 
      
 2579 
     | 
    
         
            +
                end
         
     | 
| 
      
 2580 
     | 
    
         
            +
             
     | 
| 
       2544 
2581 
     | 
    
         
             
                # Retrieve the JSON for your policy.
         
     | 
| 
       2545 
2582 
     | 
    
         
             
                #
         
     | 
| 
       2546 
2583 
     | 
    
         
             
                # @return [Types::GetPolicyResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
         
     | 
| 
         @@ -2596,6 +2633,7 @@ module Aws::MediaConvert 
     | 
|
| 
       2596 
2633 
     | 
    
         
             
                #   resp.preset.settings.audio_descriptions[0].audio_normalization_settings.peak_calculation #=> String, one of "TRUE_PEAK", "NONE"
         
     | 
| 
       2597 
2634 
     | 
    
         
             
                #   resp.preset.settings.audio_descriptions[0].audio_normalization_settings.target_lkfs #=> Float
         
     | 
| 
       2598 
2635 
     | 
    
         
             
                #   resp.preset.settings.audio_descriptions[0].audio_normalization_settings.true_peak_limiter_threshold #=> Float
         
     | 
| 
      
 2636 
     | 
    
         
            +
                #   resp.preset.settings.audio_descriptions[0].audio_pitch_correction_settings.slow_pal_pitch_correction #=> String, one of "DISABLED", "ENABLED"
         
     | 
| 
       2599 
2637 
     | 
    
         
             
                #   resp.preset.settings.audio_descriptions[0].audio_source_name #=> String
         
     | 
| 
       2600 
2638 
     | 
    
         
             
                #   resp.preset.settings.audio_descriptions[0].audio_type #=> Integer
         
     | 
| 
       2601 
2639 
     | 
    
         
             
                #   resp.preset.settings.audio_descriptions[0].audio_type_control #=> String, one of "FOLLOW_INPUT", "USE_CONFIGURED"
         
     | 
| 
         @@ -2904,7 +2942,7 @@ module Aws::MediaConvert 
     | 
|
| 
       2904 
2942 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.av_1_settings.max_bitrate #=> Integer
         
     | 
| 
       2905 
2943 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.av_1_settings.number_b_frames_between_reference_frames #=> Integer
         
     | 
| 
       2906 
2944 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.av_1_settings.per_frame_metrics #=> Array
         
     | 
| 
       2907 
     | 
    
         
            -
                #   resp.preset.settings.video_description.codec_settings.av_1_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
         
     | 
| 
      
 2945 
     | 
    
         
            +
                #   resp.preset.settings.video_description.codec_settings.av_1_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR", "SHOT_CHANGE"
         
     | 
| 
       2908 
2946 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.av_1_settings.qvbr_settings.qvbr_quality_level #=> Integer
         
     | 
| 
       2909 
2947 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.av_1_settings.qvbr_settings.qvbr_quality_level_fine_tune #=> Float
         
     | 
| 
       2910 
2948 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.av_1_settings.rate_control_mode #=> String, one of "QVBR"
         
     | 
| 
         @@ -2918,7 +2956,7 @@ module Aws::MediaConvert 
     | 
|
| 
       2918 
2956 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.avc_intra_settings.framerate_numerator #=> Integer
         
     | 
| 
       2919 
2957 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.avc_intra_settings.interlace_mode #=> String, one of "PROGRESSIVE", "TOP_FIELD", "BOTTOM_FIELD", "FOLLOW_TOP_FIELD", "FOLLOW_BOTTOM_FIELD"
         
     | 
| 
       2920 
2958 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.avc_intra_settings.per_frame_metrics #=> Array
         
     | 
| 
       2921 
     | 
    
         
            -
                #   resp.preset.settings.video_description.codec_settings.avc_intra_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
         
     | 
| 
      
 2959 
     | 
    
         
            +
                #   resp.preset.settings.video_description.codec_settings.avc_intra_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR", "SHOT_CHANGE"
         
     | 
| 
       2922 
2960 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.avc_intra_settings.scan_type_conversion_mode #=> String, one of "INTERLACED", "INTERLACED_OPTIMIZE"
         
     | 
| 
       2923 
2961 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.avc_intra_settings.slow_pal #=> String, one of "DISABLED", "ENABLED"
         
     | 
| 
       2924 
2962 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.avc_intra_settings.telecine #=> String, one of "NONE", "HARD"
         
     | 
| 
         @@ -2962,7 +3000,7 @@ module Aws::MediaConvert 
     | 
|
| 
       2962 
3000 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.h264_settings.par_denominator #=> Integer
         
     | 
| 
       2963 
3001 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.h264_settings.par_numerator #=> Integer
         
     | 
| 
       2964 
3002 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.h264_settings.per_frame_metrics #=> Array
         
     | 
| 
       2965 
     | 
    
         
            -
                #   resp.preset.settings.video_description.codec_settings.h264_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
         
     | 
| 
      
 3003 
     | 
    
         
            +
                #   resp.preset.settings.video_description.codec_settings.h264_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR", "SHOT_CHANGE"
         
     | 
| 
       2966 
3004 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.h264_settings.quality_tuning_level #=> String, one of "SINGLE_PASS", "SINGLE_PASS_HQ", "MULTI_PASS_HQ"
         
     | 
| 
       2967 
3005 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.h264_settings.qvbr_settings.max_average_bitrate #=> Integer
         
     | 
| 
       2968 
3006 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.h264_settings.qvbr_settings.qvbr_quality_level #=> Integer
         
     | 
| 
         @@ -3012,7 +3050,7 @@ module Aws::MediaConvert 
     | 
|
| 
       3012 
3050 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.h265_settings.par_denominator #=> Integer
         
     | 
| 
       3013 
3051 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.h265_settings.par_numerator #=> Integer
         
     | 
| 
       3014 
3052 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.h265_settings.per_frame_metrics #=> Array
         
     | 
| 
       3015 
     | 
    
         
            -
                #   resp.preset.settings.video_description.codec_settings.h265_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
         
     | 
| 
      
 3053 
     | 
    
         
            +
                #   resp.preset.settings.video_description.codec_settings.h265_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR", "SHOT_CHANGE"
         
     | 
| 
       3016 
3054 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.h265_settings.quality_tuning_level #=> String, one of "SINGLE_PASS", "SINGLE_PASS_HQ", "MULTI_PASS_HQ"
         
     | 
| 
       3017 
3055 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.h265_settings.qvbr_settings.max_average_bitrate #=> Integer
         
     | 
| 
       3018 
3056 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.h265_settings.qvbr_settings.qvbr_quality_level #=> Integer
         
     | 
| 
         @@ -3054,7 +3092,7 @@ module Aws::MediaConvert 
     | 
|
| 
       3054 
3092 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.mpeg_2_settings.par_denominator #=> Integer
         
     | 
| 
       3055 
3093 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.mpeg_2_settings.par_numerator #=> Integer
         
     | 
| 
       3056 
3094 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.mpeg_2_settings.per_frame_metrics #=> Array
         
     | 
| 
       3057 
     | 
    
         
            -
                #   resp.preset.settings.video_description.codec_settings.mpeg_2_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
         
     | 
| 
      
 3095 
     | 
    
         
            +
                #   resp.preset.settings.video_description.codec_settings.mpeg_2_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR", "SHOT_CHANGE"
         
     | 
| 
       3058 
3096 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.mpeg_2_settings.quality_tuning_level #=> String, one of "SINGLE_PASS", "MULTI_PASS"
         
     | 
| 
       3059 
3097 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.mpeg_2_settings.rate_control_mode #=> String, one of "VBR", "CBR"
         
     | 
| 
       3060 
3098 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.mpeg_2_settings.scan_type_conversion_mode #=> String, one of "INTERLACED", "INTERLACED_OPTIMIZE"
         
     | 
| 
         @@ -3065,6 +3103,7 @@ module Aws::MediaConvert 
     | 
|
| 
       3065 
3103 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.mpeg_2_settings.syntax #=> String, one of "DEFAULT", "D_10"
         
     | 
| 
       3066 
3104 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.mpeg_2_settings.telecine #=> String, one of "NONE", "SOFT", "HARD"
         
     | 
| 
       3067 
3105 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.mpeg_2_settings.temporal_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
         
     | 
| 
      
 3106 
     | 
    
         
            +
                #   resp.preset.settings.video_description.codec_settings.passthrough_settings.video_selector_mode #=> String, one of "AUTO", "REMUX_ALL"
         
     | 
| 
       3068 
3107 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.prores_settings.chroma_sampling #=> String, one of "PRESERVE_444_SAMPLING", "SUBSAMPLE_TO_422"
         
     | 
| 
       3069 
3108 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.prores_settings.codec_profile #=> String, one of "APPLE_PRORES_422", "APPLE_PRORES_422_HQ", "APPLE_PRORES_422_LT", "APPLE_PRORES_422_PROXY", "APPLE_PRORES_4444", "APPLE_PRORES_4444_XQ"
         
     | 
| 
       3070 
3109 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.prores_settings.framerate_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
         
     | 
| 
         @@ -3076,7 +3115,7 @@ module Aws::MediaConvert 
     | 
|
| 
       3076 
3115 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.prores_settings.par_denominator #=> Integer
         
     | 
| 
       3077 
3116 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.prores_settings.par_numerator #=> Integer
         
     | 
| 
       3078 
3117 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.prores_settings.per_frame_metrics #=> Array
         
     | 
| 
       3079 
     | 
    
         
            -
                #   resp.preset.settings.video_description.codec_settings.prores_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
         
     | 
| 
      
 3118 
     | 
    
         
            +
                #   resp.preset.settings.video_description.codec_settings.prores_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR", "SHOT_CHANGE"
         
     | 
| 
       3080 
3119 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.prores_settings.scan_type_conversion_mode #=> String, one of "INTERLACED", "INTERLACED_OPTIMIZE"
         
     | 
| 
       3081 
3120 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.prores_settings.slow_pal #=> String, one of "DISABLED", "ENABLED"
         
     | 
| 
       3082 
3121 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.prores_settings.telecine #=> String, one of "NONE", "HARD"
         
     | 
| 
         @@ -3131,7 +3170,7 @@ module Aws::MediaConvert 
     | 
|
| 
       3131 
3170 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.xavc_settings.framerate_denominator #=> Integer
         
     | 
| 
       3132 
3171 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.xavc_settings.framerate_numerator #=> Integer
         
     | 
| 
       3133 
3172 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.xavc_settings.per_frame_metrics #=> Array
         
     | 
| 
       3134 
     | 
    
         
            -
                #   resp.preset.settings.video_description.codec_settings.xavc_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
         
     | 
| 
      
 3173 
     | 
    
         
            +
                #   resp.preset.settings.video_description.codec_settings.xavc_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR", "SHOT_CHANGE"
         
     | 
| 
       3135 
3174 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.xavc_settings.profile #=> String, one of "XAVC_HD_INTRA_CBG", "XAVC_4K_INTRA_CBG", "XAVC_4K_INTRA_VBR", "XAVC_HD", "XAVC_4K"
         
     | 
| 
       3136 
3175 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.xavc_settings.slow_pal #=> String, one of "DISABLED", "ENABLED"
         
     | 
| 
       3137 
3176 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.xavc_settings.softness #=> Integer
         
     | 
| 
         @@ -3470,6 +3509,7 @@ module Aws::MediaConvert 
     | 
|
| 
       3470 
3509 
     | 
    
         
             
                #   resp.presets[0].settings.audio_descriptions[0].audio_normalization_settings.peak_calculation #=> String, one of "TRUE_PEAK", "NONE"
         
     | 
| 
       3471 
3510 
     | 
    
         
             
                #   resp.presets[0].settings.audio_descriptions[0].audio_normalization_settings.target_lkfs #=> Float
         
     | 
| 
       3472 
3511 
     | 
    
         
             
                #   resp.presets[0].settings.audio_descriptions[0].audio_normalization_settings.true_peak_limiter_threshold #=> Float
         
     | 
| 
      
 3512 
     | 
    
         
            +
                #   resp.presets[0].settings.audio_descriptions[0].audio_pitch_correction_settings.slow_pal_pitch_correction #=> String, one of "DISABLED", "ENABLED"
         
     | 
| 
       3473 
3513 
     | 
    
         
             
                #   resp.presets[0].settings.audio_descriptions[0].audio_source_name #=> String
         
     | 
| 
       3474 
3514 
     | 
    
         
             
                #   resp.presets[0].settings.audio_descriptions[0].audio_type #=> Integer
         
     | 
| 
       3475 
3515 
     | 
    
         
             
                #   resp.presets[0].settings.audio_descriptions[0].audio_type_control #=> String, one of "FOLLOW_INPUT", "USE_CONFIGURED"
         
     | 
| 
         @@ -3778,7 +3818,7 @@ module Aws::MediaConvert 
     | 
|
| 
       3778 
3818 
     | 
    
         
             
                #   resp.presets[0].settings.video_description.codec_settings.av_1_settings.max_bitrate #=> Integer
         
     | 
| 
       3779 
3819 
     | 
    
         
             
                #   resp.presets[0].settings.video_description.codec_settings.av_1_settings.number_b_frames_between_reference_frames #=> Integer
         
     | 
| 
       3780 
3820 
     | 
    
         
             
                #   resp.presets[0].settings.video_description.codec_settings.av_1_settings.per_frame_metrics #=> Array
         
     | 
| 
       3781 
     | 
    
         
            -
                #   resp.presets[0].settings.video_description.codec_settings.av_1_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
         
     | 
| 
      
 3821 
     | 
    
         
            +
                #   resp.presets[0].settings.video_description.codec_settings.av_1_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR", "SHOT_CHANGE"
         
     | 
| 
       3782 
3822 
     | 
    
         
             
                #   resp.presets[0].settings.video_description.codec_settings.av_1_settings.qvbr_settings.qvbr_quality_level #=> Integer
         
     | 
| 
       3783 
3823 
     | 
    
         
             
                #   resp.presets[0].settings.video_description.codec_settings.av_1_settings.qvbr_settings.qvbr_quality_level_fine_tune #=> Float
         
     | 
| 
       3784 
3824 
     | 
    
         
             
                #   resp.presets[0].settings.video_description.codec_settings.av_1_settings.rate_control_mode #=> String, one of "QVBR"
         
     | 
| 
         @@ -3792,7 +3832,7 @@ module Aws::MediaConvert 
     | 
|
| 
       3792 
3832 
     | 
    
         
             
                #   resp.presets[0].settings.video_description.codec_settings.avc_intra_settings.framerate_numerator #=> Integer
         
     | 
| 
       3793 
3833 
     | 
    
         
             
                #   resp.presets[0].settings.video_description.codec_settings.avc_intra_settings.interlace_mode #=> String, one of "PROGRESSIVE", "TOP_FIELD", "BOTTOM_FIELD", "FOLLOW_TOP_FIELD", "FOLLOW_BOTTOM_FIELD"
         
     | 
| 
       3794 
3834 
     | 
    
         
             
                #   resp.presets[0].settings.video_description.codec_settings.avc_intra_settings.per_frame_metrics #=> Array
         
     | 
| 
       3795 
     | 
    
         
            -
                #   resp.presets[0].settings.video_description.codec_settings.avc_intra_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
         
     | 
| 
      
 3835 
     | 
    
         
            +
                #   resp.presets[0].settings.video_description.codec_settings.avc_intra_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR", "SHOT_CHANGE"
         
     | 
| 
       3796 
3836 
     | 
    
         
             
                #   resp.presets[0].settings.video_description.codec_settings.avc_intra_settings.scan_type_conversion_mode #=> String, one of "INTERLACED", "INTERLACED_OPTIMIZE"
         
     | 
| 
       3797 
3837 
     | 
    
         
             
                #   resp.presets[0].settings.video_description.codec_settings.avc_intra_settings.slow_pal #=> String, one of "DISABLED", "ENABLED"
         
     | 
| 
       3798 
3838 
     | 
    
         
             
                #   resp.presets[0].settings.video_description.codec_settings.avc_intra_settings.telecine #=> String, one of "NONE", "HARD"
         
     | 
| 
         @@ -3836,7 +3876,7 @@ module Aws::MediaConvert 
     | 
|
| 
       3836 
3876 
     | 
    
         
             
                #   resp.presets[0].settings.video_description.codec_settings.h264_settings.par_denominator #=> Integer
         
     | 
| 
       3837 
3877 
     | 
    
         
             
                #   resp.presets[0].settings.video_description.codec_settings.h264_settings.par_numerator #=> Integer
         
     | 
| 
       3838 
3878 
     | 
    
         
             
                #   resp.presets[0].settings.video_description.codec_settings.h264_settings.per_frame_metrics #=> Array
         
     | 
| 
       3839 
     | 
    
         
            -
                #   resp.presets[0].settings.video_description.codec_settings.h264_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
         
     | 
| 
      
 3879 
     | 
    
         
            +
                #   resp.presets[0].settings.video_description.codec_settings.h264_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR", "SHOT_CHANGE"
         
     | 
| 
       3840 
3880 
     | 
    
         
             
                #   resp.presets[0].settings.video_description.codec_settings.h264_settings.quality_tuning_level #=> String, one of "SINGLE_PASS", "SINGLE_PASS_HQ", "MULTI_PASS_HQ"
         
     | 
| 
       3841 
3881 
     | 
    
         
             
                #   resp.presets[0].settings.video_description.codec_settings.h264_settings.qvbr_settings.max_average_bitrate #=> Integer
         
     | 
| 
       3842 
3882 
     | 
    
         
             
                #   resp.presets[0].settings.video_description.codec_settings.h264_settings.qvbr_settings.qvbr_quality_level #=> Integer
         
     | 
| 
         @@ -3886,7 +3926,7 @@ module Aws::MediaConvert 
     | 
|
| 
       3886 
3926 
     | 
    
         
             
                #   resp.presets[0].settings.video_description.codec_settings.h265_settings.par_denominator #=> Integer
         
     | 
| 
       3887 
3927 
     | 
    
         
             
                #   resp.presets[0].settings.video_description.codec_settings.h265_settings.par_numerator #=> Integer
         
     | 
| 
       3888 
3928 
     | 
    
         
             
                #   resp.presets[0].settings.video_description.codec_settings.h265_settings.per_frame_metrics #=> Array
         
     | 
| 
       3889 
     | 
    
         
            -
                #   resp.presets[0].settings.video_description.codec_settings.h265_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
         
     | 
| 
      
 3929 
     | 
    
         
            +
                #   resp.presets[0].settings.video_description.codec_settings.h265_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR", "SHOT_CHANGE"
         
     | 
| 
       3890 
3930 
     | 
    
         
             
                #   resp.presets[0].settings.video_description.codec_settings.h265_settings.quality_tuning_level #=> String, one of "SINGLE_PASS", "SINGLE_PASS_HQ", "MULTI_PASS_HQ"
         
     | 
| 
       3891 
3931 
     | 
    
         
             
                #   resp.presets[0].settings.video_description.codec_settings.h265_settings.qvbr_settings.max_average_bitrate #=> Integer
         
     | 
| 
       3892 
3932 
     | 
    
         
             
                #   resp.presets[0].settings.video_description.codec_settings.h265_settings.qvbr_settings.qvbr_quality_level #=> Integer
         
     | 
| 
         @@ -3928,7 +3968,7 @@ module Aws::MediaConvert 
     | 
|
| 
       3928 
3968 
     | 
    
         
             
                #   resp.presets[0].settings.video_description.codec_settings.mpeg_2_settings.par_denominator #=> Integer
         
     | 
| 
       3929 
3969 
     | 
    
         
             
                #   resp.presets[0].settings.video_description.codec_settings.mpeg_2_settings.par_numerator #=> Integer
         
     | 
| 
       3930 
3970 
     | 
    
         
             
                #   resp.presets[0].settings.video_description.codec_settings.mpeg_2_settings.per_frame_metrics #=> Array
         
     | 
| 
       3931 
     | 
    
         
            -
                #   resp.presets[0].settings.video_description.codec_settings.mpeg_2_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
         
     | 
| 
      
 3971 
     | 
    
         
            +
                #   resp.presets[0].settings.video_description.codec_settings.mpeg_2_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR", "SHOT_CHANGE"
         
     | 
| 
       3932 
3972 
     | 
    
         
             
                #   resp.presets[0].settings.video_description.codec_settings.mpeg_2_settings.quality_tuning_level #=> String, one of "SINGLE_PASS", "MULTI_PASS"
         
     | 
| 
       3933 
3973 
     | 
    
         
             
                #   resp.presets[0].settings.video_description.codec_settings.mpeg_2_settings.rate_control_mode #=> String, one of "VBR", "CBR"
         
     | 
| 
       3934 
3974 
     | 
    
         
             
                #   resp.presets[0].settings.video_description.codec_settings.mpeg_2_settings.scan_type_conversion_mode #=> String, one of "INTERLACED", "INTERLACED_OPTIMIZE"
         
     | 
| 
         @@ -3939,6 +3979,7 @@ module Aws::MediaConvert 
     | 
|
| 
       3939 
3979 
     | 
    
         
             
                #   resp.presets[0].settings.video_description.codec_settings.mpeg_2_settings.syntax #=> String, one of "DEFAULT", "D_10"
         
     | 
| 
       3940 
3980 
     | 
    
         
             
                #   resp.presets[0].settings.video_description.codec_settings.mpeg_2_settings.telecine #=> String, one of "NONE", "SOFT", "HARD"
         
     | 
| 
       3941 
3981 
     | 
    
         
             
                #   resp.presets[0].settings.video_description.codec_settings.mpeg_2_settings.temporal_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
         
     | 
| 
      
 3982 
     | 
    
         
            +
                #   resp.presets[0].settings.video_description.codec_settings.passthrough_settings.video_selector_mode #=> String, one of "AUTO", "REMUX_ALL"
         
     | 
| 
       3942 
3983 
     | 
    
         
             
                #   resp.presets[0].settings.video_description.codec_settings.prores_settings.chroma_sampling #=> String, one of "PRESERVE_444_SAMPLING", "SUBSAMPLE_TO_422"
         
     | 
| 
       3943 
3984 
     | 
    
         
             
                #   resp.presets[0].settings.video_description.codec_settings.prores_settings.codec_profile #=> String, one of "APPLE_PRORES_422", "APPLE_PRORES_422_HQ", "APPLE_PRORES_422_LT", "APPLE_PRORES_422_PROXY", "APPLE_PRORES_4444", "APPLE_PRORES_4444_XQ"
         
     | 
| 
       3944 
3985 
     | 
    
         
             
                #   resp.presets[0].settings.video_description.codec_settings.prores_settings.framerate_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
         
     | 
| 
         @@ -3950,7 +3991,7 @@ module Aws::MediaConvert 
     | 
|
| 
       3950 
3991 
     | 
    
         
             
                #   resp.presets[0].settings.video_description.codec_settings.prores_settings.par_denominator #=> Integer
         
     | 
| 
       3951 
3992 
     | 
    
         
             
                #   resp.presets[0].settings.video_description.codec_settings.prores_settings.par_numerator #=> Integer
         
     | 
| 
       3952 
3993 
     | 
    
         
             
                #   resp.presets[0].settings.video_description.codec_settings.prores_settings.per_frame_metrics #=> Array
         
     | 
| 
       3953 
     | 
    
         
            -
                #   resp.presets[0].settings.video_description.codec_settings.prores_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
         
     | 
| 
      
 3994 
     | 
    
         
            +
                #   resp.presets[0].settings.video_description.codec_settings.prores_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR", "SHOT_CHANGE"
         
     | 
| 
       3954 
3995 
     | 
    
         
             
                #   resp.presets[0].settings.video_description.codec_settings.prores_settings.scan_type_conversion_mode #=> String, one of "INTERLACED", "INTERLACED_OPTIMIZE"
         
     | 
| 
       3955 
3996 
     | 
    
         
             
                #   resp.presets[0].settings.video_description.codec_settings.prores_settings.slow_pal #=> String, one of "DISABLED", "ENABLED"
         
     | 
| 
       3956 
3997 
     | 
    
         
             
                #   resp.presets[0].settings.video_description.codec_settings.prores_settings.telecine #=> String, one of "NONE", "HARD"
         
     | 
| 
         @@ -4005,7 +4046,7 @@ module Aws::MediaConvert 
     | 
|
| 
       4005 
4046 
     | 
    
         
             
                #   resp.presets[0].settings.video_description.codec_settings.xavc_settings.framerate_denominator #=> Integer
         
     | 
| 
       4006 
4047 
     | 
    
         
             
                #   resp.presets[0].settings.video_description.codec_settings.xavc_settings.framerate_numerator #=> Integer
         
     | 
| 
       4007 
4048 
     | 
    
         
             
                #   resp.presets[0].settings.video_description.codec_settings.xavc_settings.per_frame_metrics #=> Array
         
     | 
| 
       4008 
     | 
    
         
            -
                #   resp.presets[0].settings.video_description.codec_settings.xavc_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
         
     | 
| 
      
 4049 
     | 
    
         
            +
                #   resp.presets[0].settings.video_description.codec_settings.xavc_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR", "SHOT_CHANGE"
         
     | 
| 
       4009 
4050 
     | 
    
         
             
                #   resp.presets[0].settings.video_description.codec_settings.xavc_settings.profile #=> String, one of "XAVC_HD_INTRA_CBG", "XAVC_4K_INTRA_CBG", "XAVC_4K_INTRA_VBR", "XAVC_HD", "XAVC_4K"
         
     | 
| 
       4010 
4051 
     | 
    
         
             
                #   resp.presets[0].settings.video_description.codec_settings.xavc_settings.slow_pal #=> String, one of "DISABLED", "ENABLED"
         
     | 
| 
       4011 
4052 
     | 
    
         
             
                #   resp.presets[0].settings.video_description.codec_settings.xavc_settings.softness #=> Integer
         
     | 
| 
         @@ -4311,13 +4352,25 @@ module Aws::MediaConvert 
     | 
|
| 
       4311 
4352 
     | 
    
         
             
                #   resp.probe_results[0].container.tracks[0].audio_properties.frame_rate.numerator #=> Integer
         
     | 
| 
       4312 
4353 
     | 
    
         
             
                #   resp.probe_results[0].container.tracks[0].audio_properties.language_code #=> String
         
     | 
| 
       4313 
4354 
     | 
    
         
             
                #   resp.probe_results[0].container.tracks[0].audio_properties.sample_rate #=> Integer
         
     | 
| 
       4314 
     | 
    
         
            -
                #   resp.probe_results[0].container.tracks[0].codec #=> String, one of "UNKNOWN", "AAC", "AC3", "EAC3", "FLAC", "MP3", "OPUS", "PCM", "VORBIS", "AV1", "AVC", "HEVC", "JPEG2000", "MJPEG", "MP4V", "MPEG2", "PRORES", "THEORA", "VP8", "VP9", "C608", "C708", "WEBVTT"
         
     | 
| 
      
 4355 
     | 
    
         
            +
                #   resp.probe_results[0].container.tracks[0].codec #=> String, one of "UNKNOWN", "AAC", "AC3", "EAC3", "FLAC", "MP3", "OPUS", "PCM", "VORBIS", "AV1", "AVC", "HEVC", "JPEG2000", "MJPEG", "MPEG1", "MP4V", "MPEG2", "PRORES", "THEORA", "VFW", "VP8", "VP9", "QTRLE", "C608", "C708", "WEBVTT"
         
     | 
| 
       4315 
4356 
     | 
    
         
             
                #   resp.probe_results[0].container.tracks[0].data_properties.language_code #=> String
         
     | 
| 
       4316 
4357 
     | 
    
         
             
                #   resp.probe_results[0].container.tracks[0].duration #=> Float
         
     | 
| 
       4317 
4358 
     | 
    
         
             
                #   resp.probe_results[0].container.tracks[0].index #=> Integer
         
     | 
| 
       4318 
4359 
     | 
    
         
             
                #   resp.probe_results[0].container.tracks[0].track_type #=> String, one of "video", "audio", "data"
         
     | 
| 
       4319 
4360 
     | 
    
         
             
                #   resp.probe_results[0].container.tracks[0].video_properties.bit_depth #=> Integer
         
     | 
| 
       4320 
4361 
     | 
    
         
             
                #   resp.probe_results[0].container.tracks[0].video_properties.bit_rate #=> Integer
         
     | 
| 
      
 4362 
     | 
    
         
            +
                #   resp.probe_results[0].container.tracks[0].video_properties.codec_metadata.bit_depth #=> Integer
         
     | 
| 
      
 4363 
     | 
    
         
            +
                #   resp.probe_results[0].container.tracks[0].video_properties.codec_metadata.chroma_subsampling #=> String
         
     | 
| 
      
 4364 
     | 
    
         
            +
                #   resp.probe_results[0].container.tracks[0].video_properties.codec_metadata.coded_frame_rate.denominator #=> Integer
         
     | 
| 
      
 4365 
     | 
    
         
            +
                #   resp.probe_results[0].container.tracks[0].video_properties.codec_metadata.coded_frame_rate.numerator #=> Integer
         
     | 
| 
      
 4366 
     | 
    
         
            +
                #   resp.probe_results[0].container.tracks[0].video_properties.codec_metadata.color_primaries #=> String, one of "ITU_709", "UNSPECIFIED", "RESERVED", "ITU_470M", "ITU_470BG", "SMPTE_170M", "SMPTE_240M", "GENERIC_FILM", "ITU_2020", "SMPTE_428_1", "SMPTE_431_2", "SMPTE_EG_432_1", "IPT", "SMPTE_2067XYZ", "EBU_3213_E", "LAST"
         
     | 
| 
      
 4367 
     | 
    
         
            +
                #   resp.probe_results[0].container.tracks[0].video_properties.codec_metadata.height #=> Integer
         
     | 
| 
      
 4368 
     | 
    
         
            +
                #   resp.probe_results[0].container.tracks[0].video_properties.codec_metadata.level #=> String
         
     | 
| 
      
 4369 
     | 
    
         
            +
                #   resp.probe_results[0].container.tracks[0].video_properties.codec_metadata.matrix_coefficients #=> String, one of "RGB", "ITU_709", "UNSPECIFIED", "RESERVED", "FCC", "ITU_470BG", "SMPTE_170M", "SMPTE_240M", "YCgCo", "ITU_2020_NCL", "ITU_2020_CL", "SMPTE_2085", "CD_NCL", "CD_CL", "ITU_2100ICtCp", "IPT", "EBU3213", "LAST"
         
     | 
| 
      
 4370 
     | 
    
         
            +
                #   resp.probe_results[0].container.tracks[0].video_properties.codec_metadata.profile #=> String
         
     | 
| 
      
 4371 
     | 
    
         
            +
                #   resp.probe_results[0].container.tracks[0].video_properties.codec_metadata.scan_type #=> String
         
     | 
| 
      
 4372 
     | 
    
         
            +
                #   resp.probe_results[0].container.tracks[0].video_properties.codec_metadata.transfer_characteristics #=> String, one of "ITU_709", "UNSPECIFIED", "RESERVED", "ITU_470M", "ITU_470BG", "SMPTE_170M", "SMPTE_240M", "LINEAR", "LOG10_2", "LOC10_2_5", "IEC_61966_2_4", "ITU_1361", "IEC_61966_2_1", "ITU_2020_10bit", "ITU_2020_12bit", "SMPTE_2084", "SMPTE_428_1", "ARIB_B67", "LAST"
         
     | 
| 
      
 4373 
     | 
    
         
            +
                #   resp.probe_results[0].container.tracks[0].video_properties.codec_metadata.width #=> Integer
         
     | 
| 
       4321 
4374 
     | 
    
         
             
                #   resp.probe_results[0].container.tracks[0].video_properties.color_primaries #=> String, one of "ITU_709", "UNSPECIFIED", "RESERVED", "ITU_470M", "ITU_470BG", "SMPTE_170M", "SMPTE_240M", "GENERIC_FILM", "ITU_2020", "SMPTE_428_1", "SMPTE_431_2", "SMPTE_EG_432_1", "IPT", "SMPTE_2067XYZ", "EBU_3213_E", "LAST"
         
     | 
| 
       4322 
4375 
     | 
    
         
             
                #   resp.probe_results[0].container.tracks[0].video_properties.frame_rate.denominator #=> Integer
         
     | 
| 
       4323 
4376 
     | 
    
         
             
                #   resp.probe_results[0].container.tracks[0].video_properties.frame_rate.numerator #=> Integer
         
     | 
| 
         @@ -4442,6 +4495,58 @@ module Aws::MediaConvert 
     | 
|
| 
       4442 
4495 
     | 
    
         
             
                  req.send_request(options)
         
     | 
| 
       4443 
4496 
     | 
    
         
             
                end
         
     | 
| 
       4444 
4497 
     | 
    
         | 
| 
      
 4498 
     | 
    
         
            +
                # Start an asynchronous jobs query using the provided filters. To
         
     | 
| 
      
 4499 
     | 
    
         
            +
                # receive the list of jobs that match your query, call the
         
     | 
| 
      
 4500 
     | 
    
         
            +
                # GetJobsQueryResults API using the query ID returned by this API.
         
     | 
| 
      
 4501 
     | 
    
         
            +
                #
         
     | 
| 
      
 4502 
     | 
    
         
            +
                # @option params [Array<Types::JobsQueryFilter>] :filter_list
         
     | 
| 
      
 4503 
     | 
    
         
            +
                #   Optional. Provide an array of JobsQueryFilters for your StartJobsQuery
         
     | 
| 
      
 4504 
     | 
    
         
            +
                #   request.
         
     | 
| 
      
 4505 
     | 
    
         
            +
                #
         
     | 
| 
      
 4506 
     | 
    
         
            +
                # @option params [Integer] :max_results
         
     | 
| 
      
 4507 
     | 
    
         
            +
                #   Optional. Number of jobs, up to twenty, that will be included in the
         
     | 
| 
      
 4508 
     | 
    
         
            +
                #   jobs query.
         
     | 
| 
      
 4509 
     | 
    
         
            +
                #
         
     | 
| 
      
 4510 
     | 
    
         
            +
                # @option params [String] :next_token
         
     | 
| 
      
 4511 
     | 
    
         
            +
                #   Use this string to request the next batch of jobs matched by a jobs
         
     | 
| 
      
 4512 
     | 
    
         
            +
                #   query.
         
     | 
| 
      
 4513 
     | 
    
         
            +
                #
         
     | 
| 
      
 4514 
     | 
    
         
            +
                # @option params [String] :order
         
     | 
| 
      
 4515 
     | 
    
         
            +
                #   Optional. When you request lists of resources, you can specify whether
         
     | 
| 
      
 4516 
     | 
    
         
            +
                #   they are sorted in ASCENDING or DESCENDING order. Default varies by
         
     | 
| 
      
 4517 
     | 
    
         
            +
                #   resource.
         
     | 
| 
      
 4518 
     | 
    
         
            +
                #
         
     | 
| 
      
 4519 
     | 
    
         
            +
                # @return [Types::StartJobsQueryResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
         
     | 
| 
      
 4520 
     | 
    
         
            +
                #
         
     | 
| 
      
 4521 
     | 
    
         
            +
                #   * {Types::StartJobsQueryResponse#id #id} => String
         
     | 
| 
      
 4522 
     | 
    
         
            +
                #
         
     | 
| 
      
 4523 
     | 
    
         
            +
                # @example Request syntax with placeholder values
         
     | 
| 
      
 4524 
     | 
    
         
            +
                #
         
     | 
| 
      
 4525 
     | 
    
         
            +
                #   resp = client.start_jobs_query({
         
     | 
| 
      
 4526 
     | 
    
         
            +
                #     filter_list: [
         
     | 
| 
      
 4527 
     | 
    
         
            +
                #       {
         
     | 
| 
      
 4528 
     | 
    
         
            +
                #         key: "queue", # accepts queue, status, fileInput, jobEngineVersionRequested, jobEngineVersionUsed, audioCodec, videoCodec
         
     | 
| 
      
 4529 
     | 
    
         
            +
                #         values: ["__stringMax100"],
         
     | 
| 
      
 4530 
     | 
    
         
            +
                #       },
         
     | 
| 
      
 4531 
     | 
    
         
            +
                #     ],
         
     | 
| 
      
 4532 
     | 
    
         
            +
                #     max_results: 1,
         
     | 
| 
      
 4533 
     | 
    
         
            +
                #     next_token: "__string",
         
     | 
| 
      
 4534 
     | 
    
         
            +
                #     order: "ASCENDING", # accepts ASCENDING, DESCENDING
         
     | 
| 
      
 4535 
     | 
    
         
            +
                #   })
         
     | 
| 
      
 4536 
     | 
    
         
            +
                #
         
     | 
| 
      
 4537 
     | 
    
         
            +
                # @example Response structure
         
     | 
| 
      
 4538 
     | 
    
         
            +
                #
         
     | 
| 
      
 4539 
     | 
    
         
            +
                #   resp.id #=> String
         
     | 
| 
      
 4540 
     | 
    
         
            +
                #
         
     | 
| 
      
 4541 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/StartJobsQuery AWS API Documentation
         
     | 
| 
      
 4542 
     | 
    
         
            +
                #
         
     | 
| 
      
 4543 
     | 
    
         
            +
                # @overload start_jobs_query(params = {})
         
     | 
| 
      
 4544 
     | 
    
         
            +
                # @param [Hash] params ({})
         
     | 
| 
      
 4545 
     | 
    
         
            +
                def start_jobs_query(params = {}, options = {})
         
     | 
| 
      
 4546 
     | 
    
         
            +
                  req = build_request(:start_jobs_query, params)
         
     | 
| 
      
 4547 
     | 
    
         
            +
                  req.send_request(options)
         
     | 
| 
      
 4548 
     | 
    
         
            +
                end
         
     | 
| 
      
 4549 
     | 
    
         
            +
             
     | 
| 
       4445 
4550 
     | 
    
         
             
                # Add tags to a MediaConvert queue, preset, or job template. For
         
     | 
| 
       4446 
4551 
     | 
    
         
             
                # information about tagging, see the User Guide at
         
     | 
| 
       4447 
4552 
     | 
    
         
             
                # https://docs.aws.amazon.com/mediaconvert/latest/ug/tagging-resources.html
         
     | 
| 
         @@ -4597,6 +4702,9 @@ module Aws::MediaConvert 
     | 
|
| 
       4597 
4702 
     | 
    
         
             
                #             target_lkfs: 1.0,
         
     | 
| 
       4598 
4703 
     | 
    
         
             
                #             true_peak_limiter_threshold: 1.0,
         
     | 
| 
       4599 
4704 
     | 
    
         
             
                #           },
         
     | 
| 
      
 4705 
     | 
    
         
            +
                #           audio_pitch_correction_settings: {
         
     | 
| 
      
 4706 
     | 
    
         
            +
                #             slow_pal_pitch_correction: "DISABLED", # accepts DISABLED, ENABLED
         
     | 
| 
      
 4707 
     | 
    
         
            +
                #           },
         
     | 
| 
       4600 
4708 
     | 
    
         
             
                #           audio_source_name: "__stringMax2048",
         
     | 
| 
       4601 
4709 
     | 
    
         
             
                #           audio_type: 1,
         
     | 
| 
       4602 
4710 
     | 
    
         
             
                #           audio_type_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
         
     | 
| 
         @@ -4985,7 +5093,7 @@ module Aws::MediaConvert 
     | 
|
| 
       4985 
5093 
     | 
    
         
             
                #             gop_size: 1.0,
         
     | 
| 
       4986 
5094 
     | 
    
         
             
                #             max_bitrate: 1,
         
     | 
| 
       4987 
5095 
     | 
    
         
             
                #             number_b_frames_between_reference_frames: 1,
         
     | 
| 
       4988 
     | 
    
         
            -
                #             per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR
         
     | 
| 
      
 5096 
     | 
    
         
            +
                #             per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR, SHOT_CHANGE
         
     | 
| 
       4989 
5097 
     | 
    
         
             
                #             qvbr_settings: {
         
     | 
| 
       4990 
5098 
     | 
    
         
             
                #               qvbr_quality_level: 1,
         
     | 
| 
       4991 
5099 
     | 
    
         
             
                #               qvbr_quality_level_fine_tune: 1.0,
         
     | 
| 
         @@ -5004,7 +5112,7 @@ module Aws::MediaConvert 
     | 
|
| 
       5004 
5112 
     | 
    
         
             
                #             framerate_denominator: 1,
         
     | 
| 
       5005 
5113 
     | 
    
         
             
                #             framerate_numerator: 1,
         
     | 
| 
       5006 
5114 
     | 
    
         
             
                #             interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
         
     | 
| 
       5007 
     | 
    
         
            -
                #             per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR
         
     | 
| 
      
 5115 
     | 
    
         
            +
                #             per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR, SHOT_CHANGE
         
     | 
| 
       5008 
5116 
     | 
    
         
             
                #             scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
         
     | 
| 
       5009 
5117 
     | 
    
         
             
                #             slow_pal: "DISABLED", # accepts DISABLED, ENABLED
         
     | 
| 
       5010 
5118 
     | 
    
         
             
                #             telecine: "NONE", # accepts NONE, HARD
         
     | 
| 
         @@ -5055,7 +5163,7 @@ module Aws::MediaConvert 
     | 
|
| 
       5055 
5163 
     | 
    
         
             
                #             par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
         
     | 
| 
       5056 
5164 
     | 
    
         
             
                #             par_denominator: 1,
         
     | 
| 
       5057 
5165 
     | 
    
         
             
                #             par_numerator: 1,
         
     | 
| 
       5058 
     | 
    
         
            -
                #             per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR
         
     | 
| 
      
 5166 
     | 
    
         
            +
                #             per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR, SHOT_CHANGE
         
     | 
| 
       5059 
5167 
     | 
    
         
             
                #             quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, SINGLE_PASS_HQ, MULTI_PASS_HQ
         
     | 
| 
       5060 
5168 
     | 
    
         
             
                #             qvbr_settings: {
         
     | 
| 
       5061 
5169 
     | 
    
         
             
                #               max_average_bitrate: 1,
         
     | 
| 
         @@ -5110,7 +5218,7 @@ module Aws::MediaConvert 
     | 
|
| 
       5110 
5218 
     | 
    
         
             
                #             par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
         
     | 
| 
       5111 
5219 
     | 
    
         
             
                #             par_denominator: 1,
         
     | 
| 
       5112 
5220 
     | 
    
         
             
                #             par_numerator: 1,
         
     | 
| 
       5113 
     | 
    
         
            -
                #             per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR
         
     | 
| 
      
 5221 
     | 
    
         
            +
                #             per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR, SHOT_CHANGE
         
     | 
| 
       5114 
5222 
     | 
    
         
             
                #             quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, SINGLE_PASS_HQ, MULTI_PASS_HQ
         
     | 
| 
       5115 
5223 
     | 
    
         
             
                #             qvbr_settings: {
         
     | 
| 
       5116 
5224 
     | 
    
         
             
                #               max_average_bitrate: 1,
         
     | 
| 
         @@ -5155,7 +5263,7 @@ module Aws::MediaConvert 
     | 
|
| 
       5155 
5263 
     | 
    
         
             
                #             par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
         
     | 
| 
       5156 
5264 
     | 
    
         
             
                #             par_denominator: 1,
         
     | 
| 
       5157 
5265 
     | 
    
         
             
                #             par_numerator: 1,
         
     | 
| 
       5158 
     | 
    
         
            -
                #             per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR
         
     | 
| 
      
 5266 
     | 
    
         
            +
                #             per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR, SHOT_CHANGE
         
     | 
| 
       5159 
5267 
     | 
    
         
             
                #             quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, MULTI_PASS
         
     | 
| 
       5160 
5268 
     | 
    
         
             
                #             rate_control_mode: "VBR", # accepts VBR, CBR
         
     | 
| 
       5161 
5269 
     | 
    
         
             
                #             scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
         
     | 
| 
         @@ -5167,6 +5275,9 @@ module Aws::MediaConvert 
     | 
|
| 
       5167 
5275 
     | 
    
         
             
                #             telecine: "NONE", # accepts NONE, SOFT, HARD
         
     | 
| 
       5168 
5276 
     | 
    
         
             
                #             temporal_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
         
     | 
| 
       5169 
5277 
     | 
    
         
             
                #           },
         
     | 
| 
      
 5278 
     | 
    
         
            +
                #           passthrough_settings: {
         
     | 
| 
      
 5279 
     | 
    
         
            +
                #             video_selector_mode: "AUTO", # accepts AUTO, REMUX_ALL
         
     | 
| 
      
 5280 
     | 
    
         
            +
                #           },
         
     | 
| 
       5170 
5281 
     | 
    
         
             
                #           prores_settings: {
         
     | 
| 
       5171 
5282 
     | 
    
         
             
                #             chroma_sampling: "PRESERVE_444_SAMPLING", # accepts PRESERVE_444_SAMPLING, SUBSAMPLE_TO_422
         
     | 
| 
       5172 
5283 
     | 
    
         
             
                #             codec_profile: "APPLE_PRORES_422", # accepts APPLE_PRORES_422, APPLE_PRORES_422_HQ, APPLE_PRORES_422_LT, APPLE_PRORES_422_PROXY, APPLE_PRORES_4444, APPLE_PRORES_4444_XQ
         
     | 
| 
         @@ -5178,7 +5289,7 @@ module Aws::MediaConvert 
     | 
|
| 
       5178 
5289 
     | 
    
         
             
                #             par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
         
     | 
| 
       5179 
5290 
     | 
    
         
             
                #             par_denominator: 1,
         
     | 
| 
       5180 
5291 
     | 
    
         
             
                #             par_numerator: 1,
         
     | 
| 
       5181 
     | 
    
         
            -
                #             per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR
         
     | 
| 
      
 5292 
     | 
    
         
            +
                #             per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR, SHOT_CHANGE
         
     | 
| 
       5182 
5293 
     | 
    
         
             
                #             scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
         
     | 
| 
       5183 
5294 
     | 
    
         
             
                #             slow_pal: "DISABLED", # accepts DISABLED, ENABLED
         
     | 
| 
       5184 
5295 
     | 
    
         
             
                #             telecine: "NONE", # accepts NONE, HARD
         
     | 
| 
         @@ -5242,7 +5353,7 @@ module Aws::MediaConvert 
     | 
|
| 
       5242 
5353 
     | 
    
         
             
                #             framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER, MAINTAIN_FRAME_COUNT
         
     | 
| 
       5243 
5354 
     | 
    
         
             
                #             framerate_denominator: 1,
         
     | 
| 
       5244 
5355 
     | 
    
         
             
                #             framerate_numerator: 1,
         
     | 
| 
       5245 
     | 
    
         
            -
                #             per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR
         
     | 
| 
      
 5356 
     | 
    
         
            +
                #             per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR, SHOT_CHANGE
         
     | 
| 
       5246 
5357 
     | 
    
         
             
                #             profile: "XAVC_HD_INTRA_CBG", # accepts XAVC_HD_INTRA_CBG, XAVC_4K_INTRA_CBG, XAVC_4K_INTRA_VBR, XAVC_HD, XAVC_4K
         
     | 
| 
       5247 
5358 
     | 
    
         
             
                #             slow_pal: "DISABLED", # accepts DISABLED, ENABLED
         
     | 
| 
       5248 
5359 
     | 
    
         
             
                #             softness: 1,
         
     | 
| 
         @@ -5425,6 +5536,7 @@ module Aws::MediaConvert 
     | 
|
| 
       5425 
5536 
     | 
    
         
             
                #   resp.preset.settings.audio_descriptions[0].audio_normalization_settings.peak_calculation #=> String, one of "TRUE_PEAK", "NONE"
         
     | 
| 
       5426 
5537 
     | 
    
         
             
                #   resp.preset.settings.audio_descriptions[0].audio_normalization_settings.target_lkfs #=> Float
         
     | 
| 
       5427 
5538 
     | 
    
         
             
                #   resp.preset.settings.audio_descriptions[0].audio_normalization_settings.true_peak_limiter_threshold #=> Float
         
     | 
| 
      
 5539 
     | 
    
         
            +
                #   resp.preset.settings.audio_descriptions[0].audio_pitch_correction_settings.slow_pal_pitch_correction #=> String, one of "DISABLED", "ENABLED"
         
     | 
| 
       5428 
5540 
     | 
    
         
             
                #   resp.preset.settings.audio_descriptions[0].audio_source_name #=> String
         
     | 
| 
       5429 
5541 
     | 
    
         
             
                #   resp.preset.settings.audio_descriptions[0].audio_type #=> Integer
         
     | 
| 
       5430 
5542 
     | 
    
         
             
                #   resp.preset.settings.audio_descriptions[0].audio_type_control #=> String, one of "FOLLOW_INPUT", "USE_CONFIGURED"
         
     | 
| 
         @@ -5733,7 +5845,7 @@ module Aws::MediaConvert 
     | 
|
| 
       5733 
5845 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.av_1_settings.max_bitrate #=> Integer
         
     | 
| 
       5734 
5846 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.av_1_settings.number_b_frames_between_reference_frames #=> Integer
         
     | 
| 
       5735 
5847 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.av_1_settings.per_frame_metrics #=> Array
         
     | 
| 
       5736 
     | 
    
         
            -
                #   resp.preset.settings.video_description.codec_settings.av_1_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
         
     | 
| 
      
 5848 
     | 
    
         
            +
                #   resp.preset.settings.video_description.codec_settings.av_1_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR", "SHOT_CHANGE"
         
     | 
| 
       5737 
5849 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.av_1_settings.qvbr_settings.qvbr_quality_level #=> Integer
         
     | 
| 
       5738 
5850 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.av_1_settings.qvbr_settings.qvbr_quality_level_fine_tune #=> Float
         
     | 
| 
       5739 
5851 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.av_1_settings.rate_control_mode #=> String, one of "QVBR"
         
     | 
| 
         @@ -5747,7 +5859,7 @@ module Aws::MediaConvert 
     | 
|
| 
       5747 
5859 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.avc_intra_settings.framerate_numerator #=> Integer
         
     | 
| 
       5748 
5860 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.avc_intra_settings.interlace_mode #=> String, one of "PROGRESSIVE", "TOP_FIELD", "BOTTOM_FIELD", "FOLLOW_TOP_FIELD", "FOLLOW_BOTTOM_FIELD"
         
     | 
| 
       5749 
5861 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.avc_intra_settings.per_frame_metrics #=> Array
         
     | 
| 
       5750 
     | 
    
         
            -
                #   resp.preset.settings.video_description.codec_settings.avc_intra_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
         
     | 
| 
      
 5862 
     | 
    
         
            +
                #   resp.preset.settings.video_description.codec_settings.avc_intra_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR", "SHOT_CHANGE"
         
     | 
| 
       5751 
5863 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.avc_intra_settings.scan_type_conversion_mode #=> String, one of "INTERLACED", "INTERLACED_OPTIMIZE"
         
     | 
| 
       5752 
5864 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.avc_intra_settings.slow_pal #=> String, one of "DISABLED", "ENABLED"
         
     | 
| 
       5753 
5865 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.avc_intra_settings.telecine #=> String, one of "NONE", "HARD"
         
     | 
| 
         @@ -5791,7 +5903,7 @@ module Aws::MediaConvert 
     | 
|
| 
       5791 
5903 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.h264_settings.par_denominator #=> Integer
         
     | 
| 
       5792 
5904 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.h264_settings.par_numerator #=> Integer
         
     | 
| 
       5793 
5905 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.h264_settings.per_frame_metrics #=> Array
         
     | 
| 
       5794 
     | 
    
         
            -
                #   resp.preset.settings.video_description.codec_settings.h264_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
         
     | 
| 
      
 5906 
     | 
    
         
            +
                #   resp.preset.settings.video_description.codec_settings.h264_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR", "SHOT_CHANGE"
         
     | 
| 
       5795 
5907 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.h264_settings.quality_tuning_level #=> String, one of "SINGLE_PASS", "SINGLE_PASS_HQ", "MULTI_PASS_HQ"
         
     | 
| 
       5796 
5908 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.h264_settings.qvbr_settings.max_average_bitrate #=> Integer
         
     | 
| 
       5797 
5909 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.h264_settings.qvbr_settings.qvbr_quality_level #=> Integer
         
     | 
| 
         @@ -5841,7 +5953,7 @@ module Aws::MediaConvert 
     | 
|
| 
       5841 
5953 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.h265_settings.par_denominator #=> Integer
         
     | 
| 
       5842 
5954 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.h265_settings.par_numerator #=> Integer
         
     | 
| 
       5843 
5955 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.h265_settings.per_frame_metrics #=> Array
         
     | 
| 
       5844 
     | 
    
         
            -
                #   resp.preset.settings.video_description.codec_settings.h265_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
         
     | 
| 
      
 5956 
     | 
    
         
            +
                #   resp.preset.settings.video_description.codec_settings.h265_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR", "SHOT_CHANGE"
         
     | 
| 
       5845 
5957 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.h265_settings.quality_tuning_level #=> String, one of "SINGLE_PASS", "SINGLE_PASS_HQ", "MULTI_PASS_HQ"
         
     | 
| 
       5846 
5958 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.h265_settings.qvbr_settings.max_average_bitrate #=> Integer
         
     | 
| 
       5847 
5959 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.h265_settings.qvbr_settings.qvbr_quality_level #=> Integer
         
     | 
| 
         @@ -5883,7 +5995,7 @@ module Aws::MediaConvert 
     | 
|
| 
       5883 
5995 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.mpeg_2_settings.par_denominator #=> Integer
         
     | 
| 
       5884 
5996 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.mpeg_2_settings.par_numerator #=> Integer
         
     | 
| 
       5885 
5997 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.mpeg_2_settings.per_frame_metrics #=> Array
         
     | 
| 
       5886 
     | 
    
         
            -
                #   resp.preset.settings.video_description.codec_settings.mpeg_2_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
         
     | 
| 
      
 5998 
     | 
    
         
            +
                #   resp.preset.settings.video_description.codec_settings.mpeg_2_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR", "SHOT_CHANGE"
         
     | 
| 
       5887 
5999 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.mpeg_2_settings.quality_tuning_level #=> String, one of "SINGLE_PASS", "MULTI_PASS"
         
     | 
| 
       5888 
6000 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.mpeg_2_settings.rate_control_mode #=> String, one of "VBR", "CBR"
         
     | 
| 
       5889 
6001 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.mpeg_2_settings.scan_type_conversion_mode #=> String, one of "INTERLACED", "INTERLACED_OPTIMIZE"
         
     | 
| 
         @@ -5894,6 +6006,7 @@ module Aws::MediaConvert 
     | 
|
| 
       5894 
6006 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.mpeg_2_settings.syntax #=> String, one of "DEFAULT", "D_10"
         
     | 
| 
       5895 
6007 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.mpeg_2_settings.telecine #=> String, one of "NONE", "SOFT", "HARD"
         
     | 
| 
       5896 
6008 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.mpeg_2_settings.temporal_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
         
     | 
| 
      
 6009 
     | 
    
         
            +
                #   resp.preset.settings.video_description.codec_settings.passthrough_settings.video_selector_mode #=> String, one of "AUTO", "REMUX_ALL"
         
     | 
| 
       5897 
6010 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.prores_settings.chroma_sampling #=> String, one of "PRESERVE_444_SAMPLING", "SUBSAMPLE_TO_422"
         
     | 
| 
       5898 
6011 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.prores_settings.codec_profile #=> String, one of "APPLE_PRORES_422", "APPLE_PRORES_422_HQ", "APPLE_PRORES_422_LT", "APPLE_PRORES_422_PROXY", "APPLE_PRORES_4444", "APPLE_PRORES_4444_XQ"
         
     | 
| 
       5899 
6012 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.prores_settings.framerate_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
         
     | 
| 
         @@ -5905,7 +6018,7 @@ module Aws::MediaConvert 
     | 
|
| 
       5905 
6018 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.prores_settings.par_denominator #=> Integer
         
     | 
| 
       5906 
6019 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.prores_settings.par_numerator #=> Integer
         
     | 
| 
       5907 
6020 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.prores_settings.per_frame_metrics #=> Array
         
     | 
| 
       5908 
     | 
    
         
            -
                #   resp.preset.settings.video_description.codec_settings.prores_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
         
     | 
| 
      
 6021 
     | 
    
         
            +
                #   resp.preset.settings.video_description.codec_settings.prores_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR", "SHOT_CHANGE"
         
     | 
| 
       5909 
6022 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.prores_settings.scan_type_conversion_mode #=> String, one of "INTERLACED", "INTERLACED_OPTIMIZE"
         
     | 
| 
       5910 
6023 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.prores_settings.slow_pal #=> String, one of "DISABLED", "ENABLED"
         
     | 
| 
       5911 
6024 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.prores_settings.telecine #=> String, one of "NONE", "HARD"
         
     | 
| 
         @@ -5960,7 +6073,7 @@ module Aws::MediaConvert 
     | 
|
| 
       5960 
6073 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.xavc_settings.framerate_denominator #=> Integer
         
     | 
| 
       5961 
6074 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.xavc_settings.framerate_numerator #=> Integer
         
     | 
| 
       5962 
6075 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.xavc_settings.per_frame_metrics #=> Array
         
     | 
| 
       5963 
     | 
    
         
            -
                #   resp.preset.settings.video_description.codec_settings.xavc_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
         
     | 
| 
      
 6076 
     | 
    
         
            +
                #   resp.preset.settings.video_description.codec_settings.xavc_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR", "SHOT_CHANGE"
         
     | 
| 
       5964 
6077 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.xavc_settings.profile #=> String, one of "XAVC_HD_INTRA_CBG", "XAVC_4K_INTRA_CBG", "XAVC_4K_INTRA_VBR", "XAVC_HD", "XAVC_4K"
         
     | 
| 
       5965 
6078 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.xavc_settings.slow_pal #=> String, one of "DISABLED", "ENABLED"
         
     | 
| 
       5966 
6079 
     | 
    
         
             
                #   resp.preset.settings.video_description.codec_settings.xavc_settings.softness #=> Integer
         
     | 
| 
         @@ -6180,7 +6293,7 @@ module Aws::MediaConvert 
     | 
|
| 
       6180 
6293 
     | 
    
         
             
                    tracer: tracer
         
     | 
| 
       6181 
6294 
     | 
    
         
             
                  )
         
     | 
| 
       6182 
6295 
     | 
    
         
             
                  context[:gem_name] = 'aws-sdk-mediaconvert'
         
     | 
| 
       6183 
     | 
    
         
            -
                  context[:gem_version] = '1. 
     | 
| 
      
 6296 
     | 
    
         
            +
                  context[:gem_version] = '1.172.0'
         
     | 
| 
       6184 
6297 
     | 
    
         
             
                  Seahorse::Client::Request.new(handlers, context)
         
     | 
| 
       6185 
6298 
     | 
    
         
             
                end
         
     | 
| 
       6186 
6299 
     | 
    
         |