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
 
    
        data/sig/client.rbs
    CHANGED
    
    | 
         @@ -185,7 +185,8 @@ module Aws 
     | 
|
| 
       185 
185 
     | 
    
         
             
                                                channels_in: ::Integer?,
         
     | 
| 
       186 
186 
     | 
    
         
             
                                                channels_out: ::Integer?
         
     | 
| 
       187 
187 
     | 
    
         
             
                                              }?,
         
     | 
| 
       188 
     | 
    
         
            -
                                              selector_type: ("PID" | "TRACK" | "LANGUAGE_CODE" | "HLS_RENDITION_GROUP" | "ALL_PCM")?,
         
     | 
| 
      
 188 
     | 
    
         
            +
                                              selector_type: ("PID" | "TRACK" | "LANGUAGE_CODE" | "HLS_RENDITION_GROUP" | "ALL_PCM" | "STREAM")?,
         
     | 
| 
      
 189 
     | 
    
         
            +
                                              streams: Array[::Integer]?,
         
     | 
| 
       189 
190 
     | 
    
         
             
                                              tracks: Array[::Integer]?
         
     | 
| 
       190 
191 
     | 
    
         
             
                                            }]?,
         
     | 
| 
       191 
192 
     | 
    
         
             
                                          caption_selectors: Hash[::String, {
         
     | 
| 
         @@ -224,6 +225,7 @@ module Aws 
     | 
|
| 
       224 
225 
     | 
    
         
             
                                                  page_number: ::String?
         
     | 
| 
       225 
226 
     | 
    
         
             
                                                }?,
         
     | 
| 
       226 
227 
     | 
    
         
             
                                                track_source_settings: {
         
     | 
| 
      
 228 
     | 
    
         
            +
                                                  stream_number: ::Integer?,
         
     | 
| 
       227 
229 
     | 
    
         
             
                                                  track_number: ::Integer?
         
     | 
| 
       228 
230 
     | 
    
         
             
                                                }?,
         
     | 
| 
       229 
231 
     | 
    
         
             
                                                webvtt_hls_source_settings: {
         
     | 
| 
         @@ -305,7 +307,9 @@ module Aws 
     | 
|
| 
       305 
307 
     | 
    
         
             
                                            duration: ::Integer?,
         
     | 
| 
       306 
308 
     | 
    
         
             
                                            framerate_denominator: ::Integer?,
         
     | 
| 
       307 
309 
     | 
    
         
             
                                            framerate_numerator: ::Integer?,
         
     | 
| 
       308 
     | 
    
         
            -
                                             
     | 
| 
      
 310 
     | 
    
         
            +
                                            height: ::Integer?,
         
     | 
| 
      
 311 
     | 
    
         
            +
                                            sample_rate: ::Integer?,
         
     | 
| 
      
 312 
     | 
    
         
            +
                                            width: ::Integer?
         
     | 
| 
       309 
313 
     | 
    
         
             
                                          }?,
         
     | 
| 
       310 
314 
     | 
    
         
             
                                          video_overlays: Array[
         
     | 
| 
       311 
315 
     | 
    
         
             
                                            {
         
     | 
| 
         @@ -319,6 +323,7 @@ module Aws 
     | 
|
| 
       319 
323 
     | 
    
         
             
                                              end_timecode: ::String?,
         
     | 
| 
       320 
324 
     | 
    
         
             
                                              initial_position: {
         
     | 
| 
       321 
325 
     | 
    
         
             
                                                height: ::Integer?,
         
     | 
| 
      
 326 
     | 
    
         
            +
                                                opacity: ::Integer?,
         
     | 
| 
       322 
327 
     | 
    
         
             
                                                unit: ("PIXELS" | "PERCENTAGE")?,
         
     | 
| 
       323 
328 
     | 
    
         
             
                                                width: ::Integer?,
         
     | 
| 
       324 
329 
     | 
    
         
             
                                                x_position: ::Integer?,
         
     | 
| 
         @@ -341,6 +346,7 @@ module Aws 
     | 
|
| 
       341 
346 
     | 
    
         
             
                                                {
         
     | 
| 
       342 
347 
     | 
    
         
             
                                                  end_position: {
         
     | 
| 
       343 
348 
     | 
    
         
             
                                                    height: ::Integer?,
         
     | 
| 
      
 349 
     | 
    
         
            +
                                                    opacity: ::Integer?,
         
     | 
| 
       344 
350 
     | 
    
         
             
                                                    unit: ("PIXELS" | "PERCENTAGE")?,
         
     | 
| 
       345 
351 
     | 
    
         
             
                                                    width: ::Integer?,
         
     | 
| 
       346 
352 
     | 
    
         
             
                                                    x_position: ::Integer?,
         
     | 
| 
         @@ -478,7 +484,7 @@ module Aws 
     | 
|
| 
       478 
484 
     | 
    
         
             
                                              client_cache: ("DISABLED" | "ENABLED")?,
         
     | 
| 
       479 
485 
     | 
    
         
             
                                              codec_specification: ("RFC_6381" | "RFC_4281")?,
         
     | 
| 
       480 
486 
     | 
    
         
             
                                              dash_i_frame_trick_play_name_modifier: ::String?,
         
     | 
| 
       481 
     | 
    
         
            -
                                              dash_manifest_style: ("BASIC" | "COMPACT" | "DISTINCT")?,
         
     | 
| 
      
 487 
     | 
    
         
            +
                                              dash_manifest_style: ("BASIC" | "COMPACT" | "DISTINCT" | "FULL")?,
         
     | 
| 
       482 
488 
     | 
    
         
             
                                              destination: ::String?,
         
     | 
| 
       483 
489 
     | 
    
         
             
                                              destination_settings: {
         
     | 
| 
       484 
490 
     | 
    
         
             
                                                s3_settings: {
         
     | 
| 
         @@ -553,7 +559,7 @@ module Aws 
     | 
|
| 
       553 
559 
     | 
    
         
             
                                              audio_channel_config_scheme_id_uri: ("MPEG_CHANNEL_CONFIGURATION" | "DOLBY_CHANNEL_CONFIGURATION")?,
         
     | 
| 
       554 
560 
     | 
    
         
             
                                              base_url: ::String?,
         
     | 
| 
       555 
561 
     | 
    
         
             
                                              dash_i_frame_trick_play_name_modifier: ::String?,
         
     | 
| 
       556 
     | 
    
         
            -
                                              dash_manifest_style: ("BASIC" | "COMPACT" | "DISTINCT")?,
         
     | 
| 
      
 562 
     | 
    
         
            +
                                              dash_manifest_style: ("BASIC" | "COMPACT" | "DISTINCT" | "FULL")?,
         
     | 
| 
       557 
563 
     | 
    
         
             
                                              destination: ::String?,
         
     | 
| 
       558 
564 
     | 
    
         
             
                                              destination_settings: {
         
     | 
| 
       559 
565 
     | 
    
         
             
                                                s3_settings: {
         
     | 
| 
         @@ -744,7 +750,7 @@ module Aws 
     | 
|
| 
       744 
750 
     | 
    
         
             
                                              fragment_length_control: ("EXACT" | "GOP_MULTIPLE")?,
         
     | 
| 
       745 
751 
     | 
    
         
             
                                              manifest_encoding: ("UTF8" | "UTF16")?
         
     | 
| 
       746 
752 
     | 
    
         
             
                                            }?,
         
     | 
| 
       747 
     | 
    
         
            -
                                            per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR")]?,
         
     | 
| 
      
 753 
     | 
    
         
            +
                                            per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]?,
         
     | 
| 
       748 
754 
     | 
    
         
             
                                            type: ("HLS_GROUP_SETTINGS" | "DASH_ISO_GROUP_SETTINGS" | "FILE_GROUP_SETTINGS" | "MS_SMOOTH_GROUP_SETTINGS" | "CMAF_GROUP_SETTINGS")?
         
     | 
| 
       749 
755 
     | 
    
         
             
                                          }?,
         
     | 
| 
       750 
756 
     | 
    
         
             
                                          outputs: Array[
         
     | 
| 
         @@ -764,6 +770,9 @@ module Aws 
     | 
|
| 
       764 
770 
     | 
    
         
             
                                                    target_lkfs: ::Float?,
         
     | 
| 
       765 
771 
     | 
    
         
             
                                                    true_peak_limiter_threshold: ::Float?
         
     | 
| 
       766 
772 
     | 
    
         
             
                                                  }?,
         
     | 
| 
      
 773 
     | 
    
         
            +
                                                  audio_pitch_correction_settings: {
         
     | 
| 
      
 774 
     | 
    
         
            +
                                                    slow_pal_pitch_correction: ("DISABLED" | "ENABLED")?
         
     | 
| 
      
 775 
     | 
    
         
            +
                                                  }?,
         
     | 
| 
       767 
776 
     | 
    
         
             
                                                  audio_source_name: ::String?,
         
     | 
| 
       768 
777 
     | 
    
         
             
                                                  audio_type: ::Integer?,
         
     | 
| 
       769 
778 
     | 
    
         
             
                                                  audio_type_control: ("FOLLOW_INPUT" | "USE_CONFIGURED")?,
         
     | 
| 
         @@ -1167,7 +1176,7 @@ module Aws 
     | 
|
| 
       1167 
1176 
     | 
    
         
             
                                                    gop_size: ::Float?,
         
     | 
| 
       1168 
1177 
     | 
    
         
             
                                                    max_bitrate: ::Integer?,
         
     | 
| 
       1169 
1178 
     | 
    
         
             
                                                    number_b_frames_between_reference_frames: ::Integer?,
         
     | 
| 
       1170 
     | 
    
         
            -
                                                    per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR")]?,
         
     | 
| 
      
 1179 
     | 
    
         
            +
                                                    per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]?,
         
     | 
| 
       1171 
1180 
     | 
    
         
             
                                                    qvbr_settings: {
         
     | 
| 
       1172 
1181 
     | 
    
         
             
                                                      qvbr_quality_level: ::Integer?,
         
     | 
| 
       1173 
1182 
     | 
    
         
             
                                                      qvbr_quality_level_fine_tune: ::Float?
         
     | 
| 
         @@ -1186,7 +1195,7 @@ module Aws 
     | 
|
| 
       1186 
1195 
     | 
    
         
             
                                                    framerate_denominator: ::Integer?,
         
     | 
| 
       1187 
1196 
     | 
    
         
             
                                                    framerate_numerator: ::Integer?,
         
     | 
| 
       1188 
1197 
     | 
    
         
             
                                                    interlace_mode: ("PROGRESSIVE" | "TOP_FIELD" | "BOTTOM_FIELD" | "FOLLOW_TOP_FIELD" | "FOLLOW_BOTTOM_FIELD")?,
         
     | 
| 
       1189 
     | 
    
         
            -
                                                    per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR")]?,
         
     | 
| 
      
 1198 
     | 
    
         
            +
                                                    per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]?,
         
     | 
| 
       1190 
1199 
     | 
    
         
             
                                                    scan_type_conversion_mode: ("INTERLACED" | "INTERLACED_OPTIMIZE")?,
         
     | 
| 
       1191 
1200 
     | 
    
         
             
                                                    slow_pal: ("DISABLED" | "ENABLED")?,
         
     | 
| 
       1192 
1201 
     | 
    
         
             
                                                    telecine: ("NONE" | "HARD")?
         
     | 
| 
         @@ -1237,7 +1246,7 @@ module Aws 
     | 
|
| 
       1237 
1246 
     | 
    
         
             
                                                    par_control: ("INITIALIZE_FROM_SOURCE" | "SPECIFIED")?,
         
     | 
| 
       1238 
1247 
     | 
    
         
             
                                                    par_denominator: ::Integer?,
         
     | 
| 
       1239 
1248 
     | 
    
         
             
                                                    par_numerator: ::Integer?,
         
     | 
| 
       1240 
     | 
    
         
            -
                                                    per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR")]?,
         
     | 
| 
      
 1249 
     | 
    
         
            +
                                                    per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]?,
         
     | 
| 
       1241 
1250 
     | 
    
         
             
                                                    quality_tuning_level: ("SINGLE_PASS" | "SINGLE_PASS_HQ" | "MULTI_PASS_HQ")?,
         
     | 
| 
       1242 
1251 
     | 
    
         
             
                                                    qvbr_settings: {
         
     | 
| 
       1243 
1252 
     | 
    
         
             
                                                      max_average_bitrate: ::Integer?,
         
     | 
| 
         @@ -1292,7 +1301,7 @@ module Aws 
     | 
|
| 
       1292 
1301 
     | 
    
         
             
                                                    par_control: ("INITIALIZE_FROM_SOURCE" | "SPECIFIED")?,
         
     | 
| 
       1293 
1302 
     | 
    
         
             
                                                    par_denominator: ::Integer?,
         
     | 
| 
       1294 
1303 
     | 
    
         
             
                                                    par_numerator: ::Integer?,
         
     | 
| 
       1295 
     | 
    
         
            -
                                                    per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR")]?,
         
     | 
| 
      
 1304 
     | 
    
         
            +
                                                    per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]?,
         
     | 
| 
       1296 
1305 
     | 
    
         
             
                                                    quality_tuning_level: ("SINGLE_PASS" | "SINGLE_PASS_HQ" | "MULTI_PASS_HQ")?,
         
     | 
| 
       1297 
1306 
     | 
    
         
             
                                                    qvbr_settings: {
         
     | 
| 
       1298 
1307 
     | 
    
         
             
                                                      max_average_bitrate: ::Integer?,
         
     | 
| 
         @@ -1337,7 +1346,7 @@ module Aws 
     | 
|
| 
       1337 
1346 
     | 
    
         
             
                                                    par_control: ("INITIALIZE_FROM_SOURCE" | "SPECIFIED")?,
         
     | 
| 
       1338 
1347 
     | 
    
         
             
                                                    par_denominator: ::Integer?,
         
     | 
| 
       1339 
1348 
     | 
    
         
             
                                                    par_numerator: ::Integer?,
         
     | 
| 
       1340 
     | 
    
         
            -
                                                    per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR")]?,
         
     | 
| 
      
 1349 
     | 
    
         
            +
                                                    per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]?,
         
     | 
| 
       1341 
1350 
     | 
    
         
             
                                                    quality_tuning_level: ("SINGLE_PASS" | "MULTI_PASS")?,
         
     | 
| 
       1342 
1351 
     | 
    
         
             
                                                    rate_control_mode: ("VBR" | "CBR")?,
         
     | 
| 
       1343 
1352 
     | 
    
         
             
                                                    scan_type_conversion_mode: ("INTERLACED" | "INTERLACED_OPTIMIZE")?,
         
     | 
| 
         @@ -1349,6 +1358,9 @@ module Aws 
     | 
|
| 
       1349 
1358 
     | 
    
         
             
                                                    telecine: ("NONE" | "SOFT" | "HARD")?,
         
     | 
| 
       1350 
1359 
     | 
    
         
             
                                                    temporal_adaptive_quantization: ("DISABLED" | "ENABLED")?
         
     | 
| 
       1351 
1360 
     | 
    
         
             
                                                  }?,
         
     | 
| 
      
 1361 
     | 
    
         
            +
                                                  passthrough_settings: {
         
     | 
| 
      
 1362 
     | 
    
         
            +
                                                    video_selector_mode: ("AUTO" | "REMUX_ALL")?
         
     | 
| 
      
 1363 
     | 
    
         
            +
                                                  }?,
         
     | 
| 
       1352 
1364 
     | 
    
         
             
                                                  prores_settings: {
         
     | 
| 
       1353 
1365 
     | 
    
         
             
                                                    chroma_sampling: ("PRESERVE_444_SAMPLING" | "SUBSAMPLE_TO_422")?,
         
     | 
| 
       1354 
1366 
     | 
    
         
             
                                                    codec_profile: ("APPLE_PRORES_422" | "APPLE_PRORES_422_HQ" | "APPLE_PRORES_422_LT" | "APPLE_PRORES_422_PROXY" | "APPLE_PRORES_4444" | "APPLE_PRORES_4444_XQ")?,
         
     | 
| 
         @@ -1360,7 +1372,7 @@ module Aws 
     | 
|
| 
       1360 
1372 
     | 
    
         
             
                                                    par_control: ("INITIALIZE_FROM_SOURCE" | "SPECIFIED")?,
         
     | 
| 
       1361 
1373 
     | 
    
         
             
                                                    par_denominator: ::Integer?,
         
     | 
| 
       1362 
1374 
     | 
    
         
             
                                                    par_numerator: ::Integer?,
         
     | 
| 
       1363 
     | 
    
         
            -
                                                    per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR")]?,
         
     | 
| 
      
 1375 
     | 
    
         
            +
                                                    per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]?,
         
     | 
| 
       1364 
1376 
     | 
    
         
             
                                                    scan_type_conversion_mode: ("INTERLACED" | "INTERLACED_OPTIMIZE")?,
         
     | 
| 
       1365 
1377 
     | 
    
         
             
                                                    slow_pal: ("DISABLED" | "ENABLED")?,
         
     | 
| 
       1366 
1378 
     | 
    
         
             
                                                    telecine: ("NONE" | "HARD")?
         
     | 
| 
         @@ -1424,7 +1436,7 @@ module Aws 
     | 
|
| 
       1424 
1436 
     | 
    
         
             
                                                    framerate_conversion_algorithm: ("DUPLICATE_DROP" | "INTERPOLATE" | "FRAMEFORMER" | "MAINTAIN_FRAME_COUNT")?,
         
     | 
| 
       1425 
1437 
     | 
    
         
             
                                                    framerate_denominator: ::Integer?,
         
     | 
| 
       1426 
1438 
     | 
    
         
             
                                                    framerate_numerator: ::Integer?,
         
     | 
| 
       1427 
     | 
    
         
            -
                                                    per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR")]?,
         
     | 
| 
      
 1439 
     | 
    
         
            +
                                                    per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]?,
         
     | 
| 
       1428 
1440 
     | 
    
         
             
                                                    profile: ("XAVC_HD_INTRA_CBG" | "XAVC_4K_INTRA_CBG" | "XAVC_4K_INTRA_VBR" | "XAVC_HD" | "XAVC_4K")?,
         
     | 
| 
       1429 
1441 
     | 
    
         
             
                                                    slow_pal: ("DISABLED" | "ENABLED")?,
         
     | 
| 
       1430 
1442 
     | 
    
         
             
                                                    softness: ::Integer?,
         
     | 
| 
         @@ -1698,7 +1710,8 @@ module Aws 
     | 
|
| 
       1698 
1710 
     | 
    
         
             
                                                         channels_in: ::Integer?,
         
     | 
| 
       1699 
1711 
     | 
    
         
             
                                                         channels_out: ::Integer?
         
     | 
| 
       1700 
1712 
     | 
    
         
             
                                                       }?,
         
     | 
| 
       1701 
     | 
    
         
            -
                                                       selector_type: ("PID" | "TRACK" | "LANGUAGE_CODE" | "HLS_RENDITION_GROUP" | "ALL_PCM")?,
         
     | 
| 
      
 1713 
     | 
    
         
            +
                                                       selector_type: ("PID" | "TRACK" | "LANGUAGE_CODE" | "HLS_RENDITION_GROUP" | "ALL_PCM" | "STREAM")?,
         
     | 
| 
      
 1714 
     | 
    
         
            +
                                                       streams: Array[::Integer]?,
         
     | 
| 
       1702 
1715 
     | 
    
         
             
                                                       tracks: Array[::Integer]?
         
     | 
| 
       1703 
1716 
     | 
    
         
             
                                                     }]?,
         
     | 
| 
       1704 
1717 
     | 
    
         
             
                                                   caption_selectors: Hash[::String, {
         
     | 
| 
         @@ -1737,6 +1750,7 @@ module Aws 
     | 
|
| 
       1737 
1750 
     | 
    
         
             
                                                           page_number: ::String?
         
     | 
| 
       1738 
1751 
     | 
    
         
             
                                                         }?,
         
     | 
| 
       1739 
1752 
     | 
    
         
             
                                                         track_source_settings: {
         
     | 
| 
      
 1753 
     | 
    
         
            +
                                                           stream_number: ::Integer?,
         
     | 
| 
       1740 
1754 
     | 
    
         
             
                                                           track_number: ::Integer?
         
     | 
| 
       1741 
1755 
     | 
    
         
             
                                                         }?,
         
     | 
| 
       1742 
1756 
     | 
    
         
             
                                                         webvtt_hls_source_settings: {
         
     | 
| 
         @@ -1811,6 +1825,7 @@ module Aws 
     | 
|
| 
       1811 
1825 
     | 
    
         
             
                                                       end_timecode: ::String?,
         
     | 
| 
       1812 
1826 
     | 
    
         
             
                                                       initial_position: {
         
     | 
| 
       1813 
1827 
     | 
    
         
             
                                                         height: ::Integer?,
         
     | 
| 
      
 1828 
     | 
    
         
            +
                                                         opacity: ::Integer?,
         
     | 
| 
       1814 
1829 
     | 
    
         
             
                                                         unit: ("PIXELS" | "PERCENTAGE")?,
         
     | 
| 
       1815 
1830 
     | 
    
         
             
                                                         width: ::Integer?,
         
     | 
| 
       1816 
1831 
     | 
    
         
             
                                                         x_position: ::Integer?,
         
     | 
| 
         @@ -1833,6 +1848,7 @@ module Aws 
     | 
|
| 
       1833 
1848 
     | 
    
         
             
                                                         {
         
     | 
| 
       1834 
1849 
     | 
    
         
             
                                                           end_position: {
         
     | 
| 
       1835 
1850 
     | 
    
         
             
                                                             height: ::Integer?,
         
     | 
| 
      
 1851 
     | 
    
         
            +
                                                             opacity: ::Integer?,
         
     | 
| 
       1836 
1852 
     | 
    
         
             
                                                             unit: ("PIXELS" | "PERCENTAGE")?,
         
     | 
| 
       1837 
1853 
     | 
    
         
             
                                                             width: ::Integer?,
         
     | 
| 
       1838 
1854 
     | 
    
         
             
                                                             x_position: ::Integer?,
         
     | 
| 
         @@ -1970,7 +1986,7 @@ module Aws 
     | 
|
| 
       1970 
1986 
     | 
    
         
             
                                                       client_cache: ("DISABLED" | "ENABLED")?,
         
     | 
| 
       1971 
1987 
     | 
    
         
             
                                                       codec_specification: ("RFC_6381" | "RFC_4281")?,
         
     | 
| 
       1972 
1988 
     | 
    
         
             
                                                       dash_i_frame_trick_play_name_modifier: ::String?,
         
     | 
| 
       1973 
     | 
    
         
            -
                                                       dash_manifest_style: ("BASIC" | "COMPACT" | "DISTINCT")?,
         
     | 
| 
      
 1989 
     | 
    
         
            +
                                                       dash_manifest_style: ("BASIC" | "COMPACT" | "DISTINCT" | "FULL")?,
         
     | 
| 
       1974 
1990 
     | 
    
         
             
                                                       destination: ::String?,
         
     | 
| 
       1975 
1991 
     | 
    
         
             
                                                       destination_settings: {
         
     | 
| 
       1976 
1992 
     | 
    
         
             
                                                         s3_settings: {
         
     | 
| 
         @@ -2045,7 +2061,7 @@ module Aws 
     | 
|
| 
       2045 
2061 
     | 
    
         
             
                                                       audio_channel_config_scheme_id_uri: ("MPEG_CHANNEL_CONFIGURATION" | "DOLBY_CHANNEL_CONFIGURATION")?,
         
     | 
| 
       2046 
2062 
     | 
    
         
             
                                                       base_url: ::String?,
         
     | 
| 
       2047 
2063 
     | 
    
         
             
                                                       dash_i_frame_trick_play_name_modifier: ::String?,
         
     | 
| 
       2048 
     | 
    
         
            -
                                                       dash_manifest_style: ("BASIC" | "COMPACT" | "DISTINCT")?,
         
     | 
| 
      
 2064 
     | 
    
         
            +
                                                       dash_manifest_style: ("BASIC" | "COMPACT" | "DISTINCT" | "FULL")?,
         
     | 
| 
       2049 
2065 
     | 
    
         
             
                                                       destination: ::String?,
         
     | 
| 
       2050 
2066 
     | 
    
         
             
                                                       destination_settings: {
         
     | 
| 
       2051 
2067 
     | 
    
         
             
                                                         s3_settings: {
         
     | 
| 
         @@ -2236,7 +2252,7 @@ module Aws 
     | 
|
| 
       2236 
2252 
     | 
    
         
             
                                                       fragment_length_control: ("EXACT" | "GOP_MULTIPLE")?,
         
     | 
| 
       2237 
2253 
     | 
    
         
             
                                                       manifest_encoding: ("UTF8" | "UTF16")?
         
     | 
| 
       2238 
2254 
     | 
    
         
             
                                                     }?,
         
     | 
| 
       2239 
     | 
    
         
            -
                                                     per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR")]?,
         
     | 
| 
      
 2255 
     | 
    
         
            +
                                                     per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]?,
         
     | 
| 
       2240 
2256 
     | 
    
         
             
                                                     type: ("HLS_GROUP_SETTINGS" | "DASH_ISO_GROUP_SETTINGS" | "FILE_GROUP_SETTINGS" | "MS_SMOOTH_GROUP_SETTINGS" | "CMAF_GROUP_SETTINGS")?
         
     | 
| 
       2241 
2257 
     | 
    
         
             
                                                   }?,
         
     | 
| 
       2242 
2258 
     | 
    
         
             
                                                   outputs: Array[
         
     | 
| 
         @@ -2256,6 +2272,9 @@ module Aws 
     | 
|
| 
       2256 
2272 
     | 
    
         
             
                                                             target_lkfs: ::Float?,
         
     | 
| 
       2257 
2273 
     | 
    
         
             
                                                             true_peak_limiter_threshold: ::Float?
         
     | 
| 
       2258 
2274 
     | 
    
         
             
                                                           }?,
         
     | 
| 
      
 2275 
     | 
    
         
            +
                                                           audio_pitch_correction_settings: {
         
     | 
| 
      
 2276 
     | 
    
         
            +
                                                             slow_pal_pitch_correction: ("DISABLED" | "ENABLED")?
         
     | 
| 
      
 2277 
     | 
    
         
            +
                                                           }?,
         
     | 
| 
       2259 
2278 
     | 
    
         
             
                                                           audio_source_name: ::String?,
         
     | 
| 
       2260 
2279 
     | 
    
         
             
                                                           audio_type: ::Integer?,
         
     | 
| 
       2261 
2280 
     | 
    
         
             
                                                           audio_type_control: ("FOLLOW_INPUT" | "USE_CONFIGURED")?,
         
     | 
| 
         @@ -2659,7 +2678,7 @@ module Aws 
     | 
|
| 
       2659 
2678 
     | 
    
         
             
                                                             gop_size: ::Float?,
         
     | 
| 
       2660 
2679 
     | 
    
         
             
                                                             max_bitrate: ::Integer?,
         
     | 
| 
       2661 
2680 
     | 
    
         
             
                                                             number_b_frames_between_reference_frames: ::Integer?,
         
     | 
| 
       2662 
     | 
    
         
            -
                                                             per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR")]?,
         
     | 
| 
      
 2681 
     | 
    
         
            +
                                                             per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]?,
         
     | 
| 
       2663 
2682 
     | 
    
         
             
                                                             qvbr_settings: {
         
     | 
| 
       2664 
2683 
     | 
    
         
             
                                                               qvbr_quality_level: ::Integer?,
         
     | 
| 
       2665 
2684 
     | 
    
         
             
                                                               qvbr_quality_level_fine_tune: ::Float?
         
     | 
| 
         @@ -2678,7 +2697,7 @@ module Aws 
     | 
|
| 
       2678 
2697 
     | 
    
         
             
                                                             framerate_denominator: ::Integer?,
         
     | 
| 
       2679 
2698 
     | 
    
         
             
                                                             framerate_numerator: ::Integer?,
         
     | 
| 
       2680 
2699 
     | 
    
         
             
                                                             interlace_mode: ("PROGRESSIVE" | "TOP_FIELD" | "BOTTOM_FIELD" | "FOLLOW_TOP_FIELD" | "FOLLOW_BOTTOM_FIELD")?,
         
     | 
| 
       2681 
     | 
    
         
            -
                                                             per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR")]?,
         
     | 
| 
      
 2700 
     | 
    
         
            +
                                                             per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]?,
         
     | 
| 
       2682 
2701 
     | 
    
         
             
                                                             scan_type_conversion_mode: ("INTERLACED" | "INTERLACED_OPTIMIZE")?,
         
     | 
| 
       2683 
2702 
     | 
    
         
             
                                                             slow_pal: ("DISABLED" | "ENABLED")?,
         
     | 
| 
       2684 
2703 
     | 
    
         
             
                                                             telecine: ("NONE" | "HARD")?
         
     | 
| 
         @@ -2729,7 +2748,7 @@ module Aws 
     | 
|
| 
       2729 
2748 
     | 
    
         
             
                                                             par_control: ("INITIALIZE_FROM_SOURCE" | "SPECIFIED")?,
         
     | 
| 
       2730 
2749 
     | 
    
         
             
                                                             par_denominator: ::Integer?,
         
     | 
| 
       2731 
2750 
     | 
    
         
             
                                                             par_numerator: ::Integer?,
         
     | 
| 
       2732 
     | 
    
         
            -
                                                             per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR")]?,
         
     | 
| 
      
 2751 
     | 
    
         
            +
                                                             per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]?,
         
     | 
| 
       2733 
2752 
     | 
    
         
             
                                                             quality_tuning_level: ("SINGLE_PASS" | "SINGLE_PASS_HQ" | "MULTI_PASS_HQ")?,
         
     | 
| 
       2734 
2753 
     | 
    
         
             
                                                             qvbr_settings: {
         
     | 
| 
       2735 
2754 
     | 
    
         
             
                                                               max_average_bitrate: ::Integer?,
         
     | 
| 
         @@ -2784,7 +2803,7 @@ module Aws 
     | 
|
| 
       2784 
2803 
     | 
    
         
             
                                                             par_control: ("INITIALIZE_FROM_SOURCE" | "SPECIFIED")?,
         
     | 
| 
       2785 
2804 
     | 
    
         
             
                                                             par_denominator: ::Integer?,
         
     | 
| 
       2786 
2805 
     | 
    
         
             
                                                             par_numerator: ::Integer?,
         
     | 
| 
       2787 
     | 
    
         
            -
                                                             per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR")]?,
         
     | 
| 
      
 2806 
     | 
    
         
            +
                                                             per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]?,
         
     | 
| 
       2788 
2807 
     | 
    
         
             
                                                             quality_tuning_level: ("SINGLE_PASS" | "SINGLE_PASS_HQ" | "MULTI_PASS_HQ")?,
         
     | 
| 
       2789 
2808 
     | 
    
         
             
                                                             qvbr_settings: {
         
     | 
| 
       2790 
2809 
     | 
    
         
             
                                                               max_average_bitrate: ::Integer?,
         
     | 
| 
         @@ -2829,7 +2848,7 @@ module Aws 
     | 
|
| 
       2829 
2848 
     | 
    
         
             
                                                             par_control: ("INITIALIZE_FROM_SOURCE" | "SPECIFIED")?,
         
     | 
| 
       2830 
2849 
     | 
    
         
             
                                                             par_denominator: ::Integer?,
         
     | 
| 
       2831 
2850 
     | 
    
         
             
                                                             par_numerator: ::Integer?,
         
     | 
| 
       2832 
     | 
    
         
            -
                                                             per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR")]?,
         
     | 
| 
      
 2851 
     | 
    
         
            +
                                                             per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]?,
         
     | 
| 
       2833 
2852 
     | 
    
         
             
                                                             quality_tuning_level: ("SINGLE_PASS" | "MULTI_PASS")?,
         
     | 
| 
       2834 
2853 
     | 
    
         
             
                                                             rate_control_mode: ("VBR" | "CBR")?,
         
     | 
| 
       2835 
2854 
     | 
    
         
             
                                                             scan_type_conversion_mode: ("INTERLACED" | "INTERLACED_OPTIMIZE")?,
         
     | 
| 
         @@ -2841,6 +2860,9 @@ module Aws 
     | 
|
| 
       2841 
2860 
     | 
    
         
             
                                                             telecine: ("NONE" | "SOFT" | "HARD")?,
         
     | 
| 
       2842 
2861 
     | 
    
         
             
                                                             temporal_adaptive_quantization: ("DISABLED" | "ENABLED")?
         
     | 
| 
       2843 
2862 
     | 
    
         
             
                                                           }?,
         
     | 
| 
      
 2863 
     | 
    
         
            +
                                                           passthrough_settings: {
         
     | 
| 
      
 2864 
     | 
    
         
            +
                                                             video_selector_mode: ("AUTO" | "REMUX_ALL")?
         
     | 
| 
      
 2865 
     | 
    
         
            +
                                                           }?,
         
     | 
| 
       2844 
2866 
     | 
    
         
             
                                                           prores_settings: {
         
     | 
| 
       2845 
2867 
     | 
    
         
             
                                                             chroma_sampling: ("PRESERVE_444_SAMPLING" | "SUBSAMPLE_TO_422")?,
         
     | 
| 
       2846 
2868 
     | 
    
         
             
                                                             codec_profile: ("APPLE_PRORES_422" | "APPLE_PRORES_422_HQ" | "APPLE_PRORES_422_LT" | "APPLE_PRORES_422_PROXY" | "APPLE_PRORES_4444" | "APPLE_PRORES_4444_XQ")?,
         
     | 
| 
         @@ -2852,7 +2874,7 @@ module Aws 
     | 
|
| 
       2852 
2874 
     | 
    
         
             
                                                             par_control: ("INITIALIZE_FROM_SOURCE" | "SPECIFIED")?,
         
     | 
| 
       2853 
2875 
     | 
    
         
             
                                                             par_denominator: ::Integer?,
         
     | 
| 
       2854 
2876 
     | 
    
         
             
                                                             par_numerator: ::Integer?,
         
     | 
| 
       2855 
     | 
    
         
            -
                                                             per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR")]?,
         
     | 
| 
      
 2877 
     | 
    
         
            +
                                                             per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]?,
         
     | 
| 
       2856 
2878 
     | 
    
         
             
                                                             scan_type_conversion_mode: ("INTERLACED" | "INTERLACED_OPTIMIZE")?,
         
     | 
| 
       2857 
2879 
     | 
    
         
             
                                                             slow_pal: ("DISABLED" | "ENABLED")?,
         
     | 
| 
       2858 
2880 
     | 
    
         
             
                                                             telecine: ("NONE" | "HARD")?
         
     | 
| 
         @@ -2916,7 +2938,7 @@ module Aws 
     | 
|
| 
       2916 
2938 
     | 
    
         
             
                                                             framerate_conversion_algorithm: ("DUPLICATE_DROP" | "INTERPOLATE" | "FRAMEFORMER" | "MAINTAIN_FRAME_COUNT")?,
         
     | 
| 
       2917 
2939 
     | 
    
         
             
                                                             framerate_denominator: ::Integer?,
         
     | 
| 
       2918 
2940 
     | 
    
         
             
                                                             framerate_numerator: ::Integer?,
         
     | 
| 
       2919 
     | 
    
         
            -
                                                             per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR")]?,
         
     | 
| 
      
 2941 
     | 
    
         
            +
                                                             per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]?,
         
     | 
| 
       2920 
2942 
     | 
    
         
             
                                                             profile: ("XAVC_HD_INTRA_CBG" | "XAVC_4K_INTRA_CBG" | "XAVC_4K_INTRA_VBR" | "XAVC_HD" | "XAVC_4K")?,
         
     | 
| 
       2921 
2943 
     | 
    
         
             
                                                             slow_pal: ("DISABLED" | "ENABLED")?,
         
     | 
| 
       2922 
2944 
     | 
    
         
             
                                                             softness: ::Integer?,
         
     | 
| 
         @@ -3126,6 +3148,9 @@ module Aws 
     | 
|
| 
       3126 
3148 
     | 
    
         
             
                                               target_lkfs: ::Float?,
         
     | 
| 
       3127 
3149 
     | 
    
         
             
                                               true_peak_limiter_threshold: ::Float?
         
     | 
| 
       3128 
3150 
     | 
    
         
             
                                             }?,
         
     | 
| 
      
 3151 
     | 
    
         
            +
                                             audio_pitch_correction_settings: {
         
     | 
| 
      
 3152 
     | 
    
         
            +
                                               slow_pal_pitch_correction: ("DISABLED" | "ENABLED")?
         
     | 
| 
      
 3153 
     | 
    
         
            +
                                             }?,
         
     | 
| 
       3129 
3154 
     | 
    
         
             
                                             audio_source_name: ::String?,
         
     | 
| 
       3130 
3155 
     | 
    
         
             
                                             audio_type: ::Integer?,
         
     | 
| 
       3131 
3156 
     | 
    
         
             
                                             audio_type_control: ("FOLLOW_INPUT" | "USE_CONFIGURED")?,
         
     | 
| 
         @@ -3514,7 +3539,7 @@ module Aws 
     | 
|
| 
       3514 
3539 
     | 
    
         
             
                                               gop_size: ::Float?,
         
     | 
| 
       3515 
3540 
     | 
    
         
             
                                               max_bitrate: ::Integer?,
         
     | 
| 
       3516 
3541 
     | 
    
         
             
                                               number_b_frames_between_reference_frames: ::Integer?,
         
     | 
| 
       3517 
     | 
    
         
            -
                                               per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR")]?,
         
     | 
| 
      
 3542 
     | 
    
         
            +
                                               per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]?,
         
     | 
| 
       3518 
3543 
     | 
    
         
             
                                               qvbr_settings: {
         
     | 
| 
       3519 
3544 
     | 
    
         
             
                                                 qvbr_quality_level: ::Integer?,
         
     | 
| 
       3520 
3545 
     | 
    
         
             
                                                 qvbr_quality_level_fine_tune: ::Float?
         
     | 
| 
         @@ -3533,7 +3558,7 @@ module Aws 
     | 
|
| 
       3533 
3558 
     | 
    
         
             
                                               framerate_denominator: ::Integer?,
         
     | 
| 
       3534 
3559 
     | 
    
         
             
                                               framerate_numerator: ::Integer?,
         
     | 
| 
       3535 
3560 
     | 
    
         
             
                                               interlace_mode: ("PROGRESSIVE" | "TOP_FIELD" | "BOTTOM_FIELD" | "FOLLOW_TOP_FIELD" | "FOLLOW_BOTTOM_FIELD")?,
         
     | 
| 
       3536 
     | 
    
         
            -
                                               per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR")]?,
         
     | 
| 
      
 3561 
     | 
    
         
            +
                                               per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]?,
         
     | 
| 
       3537 
3562 
     | 
    
         
             
                                               scan_type_conversion_mode: ("INTERLACED" | "INTERLACED_OPTIMIZE")?,
         
     | 
| 
       3538 
3563 
     | 
    
         
             
                                               slow_pal: ("DISABLED" | "ENABLED")?,
         
     | 
| 
       3539 
3564 
     | 
    
         
             
                                               telecine: ("NONE" | "HARD")?
         
     | 
| 
         @@ -3584,7 +3609,7 @@ module Aws 
     | 
|
| 
       3584 
3609 
     | 
    
         
             
                                               par_control: ("INITIALIZE_FROM_SOURCE" | "SPECIFIED")?,
         
     | 
| 
       3585 
3610 
     | 
    
         
             
                                               par_denominator: ::Integer?,
         
     | 
| 
       3586 
3611 
     | 
    
         
             
                                               par_numerator: ::Integer?,
         
     | 
| 
       3587 
     | 
    
         
            -
                                               per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR")]?,
         
     | 
| 
      
 3612 
     | 
    
         
            +
                                               per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]?,
         
     | 
| 
       3588 
3613 
     | 
    
         
             
                                               quality_tuning_level: ("SINGLE_PASS" | "SINGLE_PASS_HQ" | "MULTI_PASS_HQ")?,
         
     | 
| 
       3589 
3614 
     | 
    
         
             
                                               qvbr_settings: {
         
     | 
| 
       3590 
3615 
     | 
    
         
             
                                                 max_average_bitrate: ::Integer?,
         
     | 
| 
         @@ -3639,7 +3664,7 @@ module Aws 
     | 
|
| 
       3639 
3664 
     | 
    
         
             
                                               par_control: ("INITIALIZE_FROM_SOURCE" | "SPECIFIED")?,
         
     | 
| 
       3640 
3665 
     | 
    
         
             
                                               par_denominator: ::Integer?,
         
     | 
| 
       3641 
3666 
     | 
    
         
             
                                               par_numerator: ::Integer?,
         
     | 
| 
       3642 
     | 
    
         
            -
                                               per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR")]?,
         
     | 
| 
      
 3667 
     | 
    
         
            +
                                               per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]?,
         
     | 
| 
       3643 
3668 
     | 
    
         
             
                                               quality_tuning_level: ("SINGLE_PASS" | "SINGLE_PASS_HQ" | "MULTI_PASS_HQ")?,
         
     | 
| 
       3644 
3669 
     | 
    
         
             
                                               qvbr_settings: {
         
     | 
| 
       3645 
3670 
     | 
    
         
             
                                                 max_average_bitrate: ::Integer?,
         
     | 
| 
         @@ -3684,7 +3709,7 @@ module Aws 
     | 
|
| 
       3684 
3709 
     | 
    
         
             
                                               par_control: ("INITIALIZE_FROM_SOURCE" | "SPECIFIED")?,
         
     | 
| 
       3685 
3710 
     | 
    
         
             
                                               par_denominator: ::Integer?,
         
     | 
| 
       3686 
3711 
     | 
    
         
             
                                               par_numerator: ::Integer?,
         
     | 
| 
       3687 
     | 
    
         
            -
                                               per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR")]?,
         
     | 
| 
      
 3712 
     | 
    
         
            +
                                               per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]?,
         
     | 
| 
       3688 
3713 
     | 
    
         
             
                                               quality_tuning_level: ("SINGLE_PASS" | "MULTI_PASS")?,
         
     | 
| 
       3689 
3714 
     | 
    
         
             
                                               rate_control_mode: ("VBR" | "CBR")?,
         
     | 
| 
       3690 
3715 
     | 
    
         
             
                                               scan_type_conversion_mode: ("INTERLACED" | "INTERLACED_OPTIMIZE")?,
         
     | 
| 
         @@ -3696,6 +3721,9 @@ module Aws 
     | 
|
| 
       3696 
3721 
     | 
    
         
             
                                               telecine: ("NONE" | "SOFT" | "HARD")?,
         
     | 
| 
       3697 
3722 
     | 
    
         
             
                                               temporal_adaptive_quantization: ("DISABLED" | "ENABLED")?
         
     | 
| 
       3698 
3723 
     | 
    
         
             
                                             }?,
         
     | 
| 
      
 3724 
     | 
    
         
            +
                                             passthrough_settings: {
         
     | 
| 
      
 3725 
     | 
    
         
            +
                                               video_selector_mode: ("AUTO" | "REMUX_ALL")?
         
     | 
| 
      
 3726 
     | 
    
         
            +
                                             }?,
         
     | 
| 
       3699 
3727 
     | 
    
         
             
                                             prores_settings: {
         
     | 
| 
       3700 
3728 
     | 
    
         
             
                                               chroma_sampling: ("PRESERVE_444_SAMPLING" | "SUBSAMPLE_TO_422")?,
         
     | 
| 
       3701 
3729 
     | 
    
         
             
                                               codec_profile: ("APPLE_PRORES_422" | "APPLE_PRORES_422_HQ" | "APPLE_PRORES_422_LT" | "APPLE_PRORES_422_PROXY" | "APPLE_PRORES_4444" | "APPLE_PRORES_4444_XQ")?,
         
     | 
| 
         @@ -3707,7 +3735,7 @@ module Aws 
     | 
|
| 
       3707 
3735 
     | 
    
         
             
                                               par_control: ("INITIALIZE_FROM_SOURCE" | "SPECIFIED")?,
         
     | 
| 
       3708 
3736 
     | 
    
         
             
                                               par_denominator: ::Integer?,
         
     | 
| 
       3709 
3737 
     | 
    
         
             
                                               par_numerator: ::Integer?,
         
     | 
| 
       3710 
     | 
    
         
            -
                                               per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR")]?,
         
     | 
| 
      
 3738 
     | 
    
         
            +
                                               per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]?,
         
     | 
| 
       3711 
3739 
     | 
    
         
             
                                               scan_type_conversion_mode: ("INTERLACED" | "INTERLACED_OPTIMIZE")?,
         
     | 
| 
       3712 
3740 
     | 
    
         
             
                                               slow_pal: ("DISABLED" | "ENABLED")?,
         
     | 
| 
       3713 
3741 
     | 
    
         
             
                                               telecine: ("NONE" | "HARD")?
         
     | 
| 
         @@ -3771,7 +3799,7 @@ module Aws 
     | 
|
| 
       3771 
3799 
     | 
    
         
             
                                               framerate_conversion_algorithm: ("DUPLICATE_DROP" | "INTERPOLATE" | "FRAMEFORMER" | "MAINTAIN_FRAME_COUNT")?,
         
     | 
| 
       3772 
3800 
     | 
    
         
             
                                               framerate_denominator: ::Integer?,
         
     | 
| 
       3773 
3801 
     | 
    
         
             
                                               framerate_numerator: ::Integer?,
         
     | 
| 
       3774 
     | 
    
         
            -
                                               per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR")]?,
         
     | 
| 
      
 3802 
     | 
    
         
            +
                                               per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]?,
         
     | 
| 
       3775 
3803 
     | 
    
         
             
                                               profile: ("XAVC_HD_INTRA_CBG" | "XAVC_4K_INTRA_CBG" | "XAVC_4K_INTRA_VBR" | "XAVC_HD" | "XAVC_4K")?,
         
     | 
| 
       3776 
3804 
     | 
    
         
             
                                               slow_pal: ("DISABLED" | "ENABLED")?,
         
     | 
| 
       3777 
3805 
     | 
    
         
             
                                               softness: ::Integer?,
         
     | 
| 
         @@ -4044,6 +4072,18 @@ module Aws 
     | 
|
| 
       4044 
4072 
     | 
    
         
             
                                        ) -> _GetJobTemplateResponseSuccess
         
     | 
| 
       4045 
4073 
     | 
    
         
             
                                      | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetJobTemplateResponseSuccess
         
     | 
| 
       4046 
4074 
     | 
    
         | 
| 
      
 4075 
     | 
    
         
            +
                  interface _GetJobsQueryResultsResponseSuccess
         
     | 
| 
      
 4076 
     | 
    
         
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::GetJobsQueryResultsResponse]
         
     | 
| 
      
 4077 
     | 
    
         
            +
                    def jobs: () -> ::Array[Types::Job]
         
     | 
| 
      
 4078 
     | 
    
         
            +
                    def next_token: () -> ::String
         
     | 
| 
      
 4079 
     | 
    
         
            +
                    def status: () -> ("SUBMITTED" | "PROGRESSING" | "COMPLETE" | "ERROR")
         
     | 
| 
      
 4080 
     | 
    
         
            +
                  end
         
     | 
| 
      
 4081 
     | 
    
         
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConvert/Client.html#get_jobs_query_results-instance_method
         
     | 
| 
      
 4082 
     | 
    
         
            +
                  def get_jobs_query_results: (
         
     | 
| 
      
 4083 
     | 
    
         
            +
                                                id: ::String
         
     | 
| 
      
 4084 
     | 
    
         
            +
                                              ) -> _GetJobsQueryResultsResponseSuccess
         
     | 
| 
      
 4085 
     | 
    
         
            +
                                            | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetJobsQueryResultsResponseSuccess
         
     | 
| 
      
 4086 
     | 
    
         
            +
             
     | 
| 
       4047 
4087 
     | 
    
         
             
                  interface _GetPolicyResponseSuccess
         
     | 
| 
       4048 
4088 
     | 
    
         
             
                    include ::Seahorse::Client::_ResponseSuccess[Types::GetPolicyResponse]
         
     | 
| 
       4049 
4089 
     | 
    
         
             
                    def policy: () -> Types::Policy
         
     | 
| 
         @@ -4200,6 +4240,24 @@ module Aws 
     | 
|
| 
       4200 
4240 
     | 
    
         
             
                                   ) -> _SearchJobsResponseSuccess
         
     | 
| 
       4201 
4241 
     | 
    
         
             
                                 | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SearchJobsResponseSuccess
         
     | 
| 
       4202 
4242 
     | 
    
         | 
| 
      
 4243 
     | 
    
         
            +
                  interface _StartJobsQueryResponseSuccess
         
     | 
| 
      
 4244 
     | 
    
         
            +
                    include ::Seahorse::Client::_ResponseSuccess[Types::StartJobsQueryResponse]
         
     | 
| 
      
 4245 
     | 
    
         
            +
                    def id: () -> ::String
         
     | 
| 
      
 4246 
     | 
    
         
            +
                  end
         
     | 
| 
      
 4247 
     | 
    
         
            +
                  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConvert/Client.html#start_jobs_query-instance_method
         
     | 
| 
      
 4248 
     | 
    
         
            +
                  def start_jobs_query: (
         
     | 
| 
      
 4249 
     | 
    
         
            +
                                          ?filter_list: Array[
         
     | 
| 
      
 4250 
     | 
    
         
            +
                                            {
         
     | 
| 
      
 4251 
     | 
    
         
            +
                                              key: ("queue" | "status" | "fileInput" | "jobEngineVersionRequested" | "jobEngineVersionUsed" | "audioCodec" | "videoCodec")?,
         
     | 
| 
      
 4252 
     | 
    
         
            +
                                              values: Array[::String]?
         
     | 
| 
      
 4253 
     | 
    
         
            +
                                            },
         
     | 
| 
      
 4254 
     | 
    
         
            +
                                          ],
         
     | 
| 
      
 4255 
     | 
    
         
            +
                                          ?max_results: ::Integer,
         
     | 
| 
      
 4256 
     | 
    
         
            +
                                          ?next_token: ::String,
         
     | 
| 
      
 4257 
     | 
    
         
            +
                                          ?order: ("ASCENDING" | "DESCENDING")
         
     | 
| 
      
 4258 
     | 
    
         
            +
                                        ) -> _StartJobsQueryResponseSuccess
         
     | 
| 
      
 4259 
     | 
    
         
            +
                                      | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartJobsQueryResponseSuccess
         
     | 
| 
      
 4260 
     | 
    
         
            +
             
     | 
| 
       4203 
4261 
     | 
    
         
             
                  interface _TagResourceResponseSuccess
         
     | 
| 
       4204 
4262 
     | 
    
         
             
                    include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceResponse]
         
     | 
| 
       4205 
4263 
     | 
    
         
             
                  end
         
     | 
| 
         @@ -4307,7 +4365,8 @@ module Aws 
     | 
|
| 
       4307 
4365 
     | 
    
         
             
                                                         channels_in: ::Integer?,
         
     | 
| 
       4308 
4366 
     | 
    
         
             
                                                         channels_out: ::Integer?
         
     | 
| 
       4309 
4367 
     | 
    
         
             
                                                       }?,
         
     | 
| 
       4310 
     | 
    
         
            -
                                                       selector_type: ("PID" | "TRACK" | "LANGUAGE_CODE" | "HLS_RENDITION_GROUP" | "ALL_PCM")?,
         
     | 
| 
      
 4368 
     | 
    
         
            +
                                                       selector_type: ("PID" | "TRACK" | "LANGUAGE_CODE" | "HLS_RENDITION_GROUP" | "ALL_PCM" | "STREAM")?,
         
     | 
| 
      
 4369 
     | 
    
         
            +
                                                       streams: Array[::Integer]?,
         
     | 
| 
       4311 
4370 
     | 
    
         
             
                                                       tracks: Array[::Integer]?
         
     | 
| 
       4312 
4371 
     | 
    
         
             
                                                     }]?,
         
     | 
| 
       4313 
4372 
     | 
    
         
             
                                                   caption_selectors: Hash[::String, {
         
     | 
| 
         @@ -4346,6 +4405,7 @@ module Aws 
     | 
|
| 
       4346 
4405 
     | 
    
         
             
                                                           page_number: ::String?
         
     | 
| 
       4347 
4406 
     | 
    
         
             
                                                         }?,
         
     | 
| 
       4348 
4407 
     | 
    
         
             
                                                         track_source_settings: {
         
     | 
| 
      
 4408 
     | 
    
         
            +
                                                           stream_number: ::Integer?,
         
     | 
| 
       4349 
4409 
     | 
    
         
             
                                                           track_number: ::Integer?
         
     | 
| 
       4350 
4410 
     | 
    
         
             
                                                         }?,
         
     | 
| 
       4351 
4411 
     | 
    
         
             
                                                         webvtt_hls_source_settings: {
         
     | 
| 
         @@ -4420,6 +4480,7 @@ module Aws 
     | 
|
| 
       4420 
4480 
     | 
    
         
             
                                                       end_timecode: ::String?,
         
     | 
| 
       4421 
4481 
     | 
    
         
             
                                                       initial_position: {
         
     | 
| 
       4422 
4482 
     | 
    
         
             
                                                         height: ::Integer?,
         
     | 
| 
      
 4483 
     | 
    
         
            +
                                                         opacity: ::Integer?,
         
     | 
| 
       4423 
4484 
     | 
    
         
             
                                                         unit: ("PIXELS" | "PERCENTAGE")?,
         
     | 
| 
       4424 
4485 
     | 
    
         
             
                                                         width: ::Integer?,
         
     | 
| 
       4425 
4486 
     | 
    
         
             
                                                         x_position: ::Integer?,
         
     | 
| 
         @@ -4442,6 +4503,7 @@ module Aws 
     | 
|
| 
       4442 
4503 
     | 
    
         
             
                                                         {
         
     | 
| 
       4443 
4504 
     | 
    
         
             
                                                           end_position: {
         
     | 
| 
       4444 
4505 
     | 
    
         
             
                                                             height: ::Integer?,
         
     | 
| 
      
 4506 
     | 
    
         
            +
                                                             opacity: ::Integer?,
         
     | 
| 
       4445 
4507 
     | 
    
         
             
                                                             unit: ("PIXELS" | "PERCENTAGE")?,
         
     | 
| 
       4446 
4508 
     | 
    
         
             
                                                             width: ::Integer?,
         
     | 
| 
       4447 
4509 
     | 
    
         
             
                                                             x_position: ::Integer?,
         
     | 
| 
         @@ -4579,7 +4641,7 @@ module Aws 
     | 
|
| 
       4579 
4641 
     | 
    
         
             
                                                       client_cache: ("DISABLED" | "ENABLED")?,
         
     | 
| 
       4580 
4642 
     | 
    
         
             
                                                       codec_specification: ("RFC_6381" | "RFC_4281")?,
         
     | 
| 
       4581 
4643 
     | 
    
         
             
                                                       dash_i_frame_trick_play_name_modifier: ::String?,
         
     | 
| 
       4582 
     | 
    
         
            -
                                                       dash_manifest_style: ("BASIC" | "COMPACT" | "DISTINCT")?,
         
     | 
| 
      
 4644 
     | 
    
         
            +
                                                       dash_manifest_style: ("BASIC" | "COMPACT" | "DISTINCT" | "FULL")?,
         
     | 
| 
       4583 
4645 
     | 
    
         
             
                                                       destination: ::String?,
         
     | 
| 
       4584 
4646 
     | 
    
         
             
                                                       destination_settings: {
         
     | 
| 
       4585 
4647 
     | 
    
         
             
                                                         s3_settings: {
         
     | 
| 
         @@ -4654,7 +4716,7 @@ module Aws 
     | 
|
| 
       4654 
4716 
     | 
    
         
             
                                                       audio_channel_config_scheme_id_uri: ("MPEG_CHANNEL_CONFIGURATION" | "DOLBY_CHANNEL_CONFIGURATION")?,
         
     | 
| 
       4655 
4717 
     | 
    
         
             
                                                       base_url: ::String?,
         
     | 
| 
       4656 
4718 
     | 
    
         
             
                                                       dash_i_frame_trick_play_name_modifier: ::String?,
         
     | 
| 
       4657 
     | 
    
         
            -
                                                       dash_manifest_style: ("BASIC" | "COMPACT" | "DISTINCT")?,
         
     | 
| 
      
 4719 
     | 
    
         
            +
                                                       dash_manifest_style: ("BASIC" | "COMPACT" | "DISTINCT" | "FULL")?,
         
     | 
| 
       4658 
4720 
     | 
    
         
             
                                                       destination: ::String?,
         
     | 
| 
       4659 
4721 
     | 
    
         
             
                                                       destination_settings: {
         
     | 
| 
       4660 
4722 
     | 
    
         
             
                                                         s3_settings: {
         
     | 
| 
         @@ -4845,7 +4907,7 @@ module Aws 
     | 
|
| 
       4845 
4907 
     | 
    
         
             
                                                       fragment_length_control: ("EXACT" | "GOP_MULTIPLE")?,
         
     | 
| 
       4846 
4908 
     | 
    
         
             
                                                       manifest_encoding: ("UTF8" | "UTF16")?
         
     | 
| 
       4847 
4909 
     | 
    
         
             
                                                     }?,
         
     | 
| 
       4848 
     | 
    
         
            -
                                                     per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR")]?,
         
     | 
| 
      
 4910 
     | 
    
         
            +
                                                     per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]?,
         
     | 
| 
       4849 
4911 
     | 
    
         
             
                                                     type: ("HLS_GROUP_SETTINGS" | "DASH_ISO_GROUP_SETTINGS" | "FILE_GROUP_SETTINGS" | "MS_SMOOTH_GROUP_SETTINGS" | "CMAF_GROUP_SETTINGS")?
         
     | 
| 
       4850 
4912 
     | 
    
         
             
                                                   }?,
         
     | 
| 
       4851 
4913 
     | 
    
         
             
                                                   outputs: Array[
         
     | 
| 
         @@ -4865,6 +4927,9 @@ module Aws 
     | 
|
| 
       4865 
4927 
     | 
    
         
             
                                                             target_lkfs: ::Float?,
         
     | 
| 
       4866 
4928 
     | 
    
         
             
                                                             true_peak_limiter_threshold: ::Float?
         
     | 
| 
       4867 
4929 
     | 
    
         
             
                                                           }?,
         
     | 
| 
      
 4930 
     | 
    
         
            +
                                                           audio_pitch_correction_settings: {
         
     | 
| 
      
 4931 
     | 
    
         
            +
                                                             slow_pal_pitch_correction: ("DISABLED" | "ENABLED")?
         
     | 
| 
      
 4932 
     | 
    
         
            +
                                                           }?,
         
     | 
| 
       4868 
4933 
     | 
    
         
             
                                                           audio_source_name: ::String?,
         
     | 
| 
       4869 
4934 
     | 
    
         
             
                                                           audio_type: ::Integer?,
         
     | 
| 
       4870 
4935 
     | 
    
         
             
                                                           audio_type_control: ("FOLLOW_INPUT" | "USE_CONFIGURED")?,
         
     | 
| 
         @@ -5268,7 +5333,7 @@ module Aws 
     | 
|
| 
       5268 
5333 
     | 
    
         
             
                                                             gop_size: ::Float?,
         
     | 
| 
       5269 
5334 
     | 
    
         
             
                                                             max_bitrate: ::Integer?,
         
     | 
| 
       5270 
5335 
     | 
    
         
             
                                                             number_b_frames_between_reference_frames: ::Integer?,
         
     | 
| 
       5271 
     | 
    
         
            -
                                                             per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR")]?,
         
     | 
| 
      
 5336 
     | 
    
         
            +
                                                             per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]?,
         
     | 
| 
       5272 
5337 
     | 
    
         
             
                                                             qvbr_settings: {
         
     | 
| 
       5273 
5338 
     | 
    
         
             
                                                               qvbr_quality_level: ::Integer?,
         
     | 
| 
       5274 
5339 
     | 
    
         
             
                                                               qvbr_quality_level_fine_tune: ::Float?
         
     | 
| 
         @@ -5287,7 +5352,7 @@ module Aws 
     | 
|
| 
       5287 
5352 
     | 
    
         
             
                                                             framerate_denominator: ::Integer?,
         
     | 
| 
       5288 
5353 
     | 
    
         
             
                                                             framerate_numerator: ::Integer?,
         
     | 
| 
       5289 
5354 
     | 
    
         
             
                                                             interlace_mode: ("PROGRESSIVE" | "TOP_FIELD" | "BOTTOM_FIELD" | "FOLLOW_TOP_FIELD" | "FOLLOW_BOTTOM_FIELD")?,
         
     | 
| 
       5290 
     | 
    
         
            -
                                                             per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR")]?,
         
     | 
| 
      
 5355 
     | 
    
         
            +
                                                             per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]?,
         
     | 
| 
       5291 
5356 
     | 
    
         
             
                                                             scan_type_conversion_mode: ("INTERLACED" | "INTERLACED_OPTIMIZE")?,
         
     | 
| 
       5292 
5357 
     | 
    
         
             
                                                             slow_pal: ("DISABLED" | "ENABLED")?,
         
     | 
| 
       5293 
5358 
     | 
    
         
             
                                                             telecine: ("NONE" | "HARD")?
         
     | 
| 
         @@ -5338,7 +5403,7 @@ module Aws 
     | 
|
| 
       5338 
5403 
     | 
    
         
             
                                                             par_control: ("INITIALIZE_FROM_SOURCE" | "SPECIFIED")?,
         
     | 
| 
       5339 
5404 
     | 
    
         
             
                                                             par_denominator: ::Integer?,
         
     | 
| 
       5340 
5405 
     | 
    
         
             
                                                             par_numerator: ::Integer?,
         
     | 
| 
       5341 
     | 
    
         
            -
                                                             per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR")]?,
         
     | 
| 
      
 5406 
     | 
    
         
            +
                                                             per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]?,
         
     | 
| 
       5342 
5407 
     | 
    
         
             
                                                             quality_tuning_level: ("SINGLE_PASS" | "SINGLE_PASS_HQ" | "MULTI_PASS_HQ")?,
         
     | 
| 
       5343 
5408 
     | 
    
         
             
                                                             qvbr_settings: {
         
     | 
| 
       5344 
5409 
     | 
    
         
             
                                                               max_average_bitrate: ::Integer?,
         
     | 
| 
         @@ -5393,7 +5458,7 @@ module Aws 
     | 
|
| 
       5393 
5458 
     | 
    
         
             
                                                             par_control: ("INITIALIZE_FROM_SOURCE" | "SPECIFIED")?,
         
     | 
| 
       5394 
5459 
     | 
    
         
             
                                                             par_denominator: ::Integer?,
         
     | 
| 
       5395 
5460 
     | 
    
         
             
                                                             par_numerator: ::Integer?,
         
     | 
| 
       5396 
     | 
    
         
            -
                                                             per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR")]?,
         
     | 
| 
      
 5461 
     | 
    
         
            +
                                                             per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]?,
         
     | 
| 
       5397 
5462 
     | 
    
         
             
                                                             quality_tuning_level: ("SINGLE_PASS" | "SINGLE_PASS_HQ" | "MULTI_PASS_HQ")?,
         
     | 
| 
       5398 
5463 
     | 
    
         
             
                                                             qvbr_settings: {
         
     | 
| 
       5399 
5464 
     | 
    
         
             
                                                               max_average_bitrate: ::Integer?,
         
     | 
| 
         @@ -5438,7 +5503,7 @@ module Aws 
     | 
|
| 
       5438 
5503 
     | 
    
         
             
                                                             par_control: ("INITIALIZE_FROM_SOURCE" | "SPECIFIED")?,
         
     | 
| 
       5439 
5504 
     | 
    
         
             
                                                             par_denominator: ::Integer?,
         
     | 
| 
       5440 
5505 
     | 
    
         
             
                                                             par_numerator: ::Integer?,
         
     | 
| 
       5441 
     | 
    
         
            -
                                                             per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR")]?,
         
     | 
| 
      
 5506 
     | 
    
         
            +
                                                             per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]?,
         
     | 
| 
       5442 
5507 
     | 
    
         
             
                                                             quality_tuning_level: ("SINGLE_PASS" | "MULTI_PASS")?,
         
     | 
| 
       5443 
5508 
     | 
    
         
             
                                                             rate_control_mode: ("VBR" | "CBR")?,
         
     | 
| 
       5444 
5509 
     | 
    
         
             
                                                             scan_type_conversion_mode: ("INTERLACED" | "INTERLACED_OPTIMIZE")?,
         
     | 
| 
         @@ -5450,6 +5515,9 @@ module Aws 
     | 
|
| 
       5450 
5515 
     | 
    
         
             
                                                             telecine: ("NONE" | "SOFT" | "HARD")?,
         
     | 
| 
       5451 
5516 
     | 
    
         
             
                                                             temporal_adaptive_quantization: ("DISABLED" | "ENABLED")?
         
     | 
| 
       5452 
5517 
     | 
    
         
             
                                                           }?,
         
     | 
| 
      
 5518 
     | 
    
         
            +
                                                           passthrough_settings: {
         
     | 
| 
      
 5519 
     | 
    
         
            +
                                                             video_selector_mode: ("AUTO" | "REMUX_ALL")?
         
     | 
| 
      
 5520 
     | 
    
         
            +
                                                           }?,
         
     | 
| 
       5453 
5521 
     | 
    
         
             
                                                           prores_settings: {
         
     | 
| 
       5454 
5522 
     | 
    
         
             
                                                             chroma_sampling: ("PRESERVE_444_SAMPLING" | "SUBSAMPLE_TO_422")?,
         
     | 
| 
       5455 
5523 
     | 
    
         
             
                                                             codec_profile: ("APPLE_PRORES_422" | "APPLE_PRORES_422_HQ" | "APPLE_PRORES_422_LT" | "APPLE_PRORES_422_PROXY" | "APPLE_PRORES_4444" | "APPLE_PRORES_4444_XQ")?,
         
     | 
| 
         @@ -5461,7 +5529,7 @@ module Aws 
     | 
|
| 
       5461 
5529 
     | 
    
         
             
                                                             par_control: ("INITIALIZE_FROM_SOURCE" | "SPECIFIED")?,
         
     | 
| 
       5462 
5530 
     | 
    
         
             
                                                             par_denominator: ::Integer?,
         
     | 
| 
       5463 
5531 
     | 
    
         
             
                                                             par_numerator: ::Integer?,
         
     | 
| 
       5464 
     | 
    
         
            -
                                                             per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR")]?,
         
     | 
| 
      
 5532 
     | 
    
         
            +
                                                             per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]?,
         
     | 
| 
       5465 
5533 
     | 
    
         
             
                                                             scan_type_conversion_mode: ("INTERLACED" | "INTERLACED_OPTIMIZE")?,
         
     | 
| 
       5466 
5534 
     | 
    
         
             
                                                             slow_pal: ("DISABLED" | "ENABLED")?,
         
     | 
| 
       5467 
5535 
     | 
    
         
             
                                                             telecine: ("NONE" | "HARD")?
         
     | 
| 
         @@ -5525,7 +5593,7 @@ module Aws 
     | 
|
| 
       5525 
5593 
     | 
    
         
             
                                                             framerate_conversion_algorithm: ("DUPLICATE_DROP" | "INTERPOLATE" | "FRAMEFORMER" | "MAINTAIN_FRAME_COUNT")?,
         
     | 
| 
       5526 
5594 
     | 
    
         
             
                                                             framerate_denominator: ::Integer?,
         
     | 
| 
       5527 
5595 
     | 
    
         
             
                                                             framerate_numerator: ::Integer?,
         
     | 
| 
       5528 
     | 
    
         
            -
                                                             per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR")]?,
         
     | 
| 
      
 5596 
     | 
    
         
            +
                                                             per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]?,
         
     | 
| 
       5529 
5597 
     | 
    
         
             
                                                             profile: ("XAVC_HD_INTRA_CBG" | "XAVC_4K_INTRA_CBG" | "XAVC_4K_INTRA_VBR" | "XAVC_HD" | "XAVC_4K")?,
         
     | 
| 
       5530 
5598 
     | 
    
         
             
                                                             slow_pal: ("DISABLED" | "ENABLED")?,
         
     | 
| 
       5531 
5599 
     | 
    
         
             
                                                             softness: ::Integer?,
         
     | 
| 
         @@ -5734,6 +5802,9 @@ module Aws 
     | 
|
| 
       5734 
5802 
     | 
    
         
             
                                               target_lkfs: ::Float?,
         
     | 
| 
       5735 
5803 
     | 
    
         
             
                                               true_peak_limiter_threshold: ::Float?
         
     | 
| 
       5736 
5804 
     | 
    
         
             
                                             }?,
         
     | 
| 
      
 5805 
     | 
    
         
            +
                                             audio_pitch_correction_settings: {
         
     | 
| 
      
 5806 
     | 
    
         
            +
                                               slow_pal_pitch_correction: ("DISABLED" | "ENABLED")?
         
     | 
| 
      
 5807 
     | 
    
         
            +
                                             }?,
         
     | 
| 
       5737 
5808 
     | 
    
         
             
                                             audio_source_name: ::String?,
         
     | 
| 
       5738 
5809 
     | 
    
         
             
                                             audio_type: ::Integer?,
         
     | 
| 
       5739 
5810 
     | 
    
         
             
                                             audio_type_control: ("FOLLOW_INPUT" | "USE_CONFIGURED")?,
         
     | 
| 
         @@ -6122,7 +6193,7 @@ module Aws 
     | 
|
| 
       6122 
6193 
     | 
    
         
             
                                               gop_size: ::Float?,
         
     | 
| 
       6123 
6194 
     | 
    
         
             
                                               max_bitrate: ::Integer?,
         
     | 
| 
       6124 
6195 
     | 
    
         
             
                                               number_b_frames_between_reference_frames: ::Integer?,
         
     | 
| 
       6125 
     | 
    
         
            -
                                               per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR")]?,
         
     | 
| 
      
 6196 
     | 
    
         
            +
                                               per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]?,
         
     | 
| 
       6126 
6197 
     | 
    
         
             
                                               qvbr_settings: {
         
     | 
| 
       6127 
6198 
     | 
    
         
             
                                                 qvbr_quality_level: ::Integer?,
         
     | 
| 
       6128 
6199 
     | 
    
         
             
                                                 qvbr_quality_level_fine_tune: ::Float?
         
     | 
| 
         @@ -6141,7 +6212,7 @@ module Aws 
     | 
|
| 
       6141 
6212 
     | 
    
         
             
                                               framerate_denominator: ::Integer?,
         
     | 
| 
       6142 
6213 
     | 
    
         
             
                                               framerate_numerator: ::Integer?,
         
     | 
| 
       6143 
6214 
     | 
    
         
             
                                               interlace_mode: ("PROGRESSIVE" | "TOP_FIELD" | "BOTTOM_FIELD" | "FOLLOW_TOP_FIELD" | "FOLLOW_BOTTOM_FIELD")?,
         
     | 
| 
       6144 
     | 
    
         
            -
                                               per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR")]?,
         
     | 
| 
      
 6215 
     | 
    
         
            +
                                               per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]?,
         
     | 
| 
       6145 
6216 
     | 
    
         
             
                                               scan_type_conversion_mode: ("INTERLACED" | "INTERLACED_OPTIMIZE")?,
         
     | 
| 
       6146 
6217 
     | 
    
         
             
                                               slow_pal: ("DISABLED" | "ENABLED")?,
         
     | 
| 
       6147 
6218 
     | 
    
         
             
                                               telecine: ("NONE" | "HARD")?
         
     | 
| 
         @@ -6192,7 +6263,7 @@ module Aws 
     | 
|
| 
       6192 
6263 
     | 
    
         
             
                                               par_control: ("INITIALIZE_FROM_SOURCE" | "SPECIFIED")?,
         
     | 
| 
       6193 
6264 
     | 
    
         
             
                                               par_denominator: ::Integer?,
         
     | 
| 
       6194 
6265 
     | 
    
         
             
                                               par_numerator: ::Integer?,
         
     | 
| 
       6195 
     | 
    
         
            -
                                               per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR")]?,
         
     | 
| 
      
 6266 
     | 
    
         
            +
                                               per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]?,
         
     | 
| 
       6196 
6267 
     | 
    
         
             
                                               quality_tuning_level: ("SINGLE_PASS" | "SINGLE_PASS_HQ" | "MULTI_PASS_HQ")?,
         
     | 
| 
       6197 
6268 
     | 
    
         
             
                                               qvbr_settings: {
         
     | 
| 
       6198 
6269 
     | 
    
         
             
                                                 max_average_bitrate: ::Integer?,
         
     | 
| 
         @@ -6247,7 +6318,7 @@ module Aws 
     | 
|
| 
       6247 
6318 
     | 
    
         
             
                                               par_control: ("INITIALIZE_FROM_SOURCE" | "SPECIFIED")?,
         
     | 
| 
       6248 
6319 
     | 
    
         
             
                                               par_denominator: ::Integer?,
         
     | 
| 
       6249 
6320 
     | 
    
         
             
                                               par_numerator: ::Integer?,
         
     | 
| 
       6250 
     | 
    
         
            -
                                               per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR")]?,
         
     | 
| 
      
 6321 
     | 
    
         
            +
                                               per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]?,
         
     | 
| 
       6251 
6322 
     | 
    
         
             
                                               quality_tuning_level: ("SINGLE_PASS" | "SINGLE_PASS_HQ" | "MULTI_PASS_HQ")?,
         
     | 
| 
       6252 
6323 
     | 
    
         
             
                                               qvbr_settings: {
         
     | 
| 
       6253 
6324 
     | 
    
         
             
                                                 max_average_bitrate: ::Integer?,
         
     | 
| 
         @@ -6292,7 +6363,7 @@ module Aws 
     | 
|
| 
       6292 
6363 
     | 
    
         
             
                                               par_control: ("INITIALIZE_FROM_SOURCE" | "SPECIFIED")?,
         
     | 
| 
       6293 
6364 
     | 
    
         
             
                                               par_denominator: ::Integer?,
         
     | 
| 
       6294 
6365 
     | 
    
         
             
                                               par_numerator: ::Integer?,
         
     | 
| 
       6295 
     | 
    
         
            -
                                               per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR")]?,
         
     | 
| 
      
 6366 
     | 
    
         
            +
                                               per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]?,
         
     | 
| 
       6296 
6367 
     | 
    
         
             
                                               quality_tuning_level: ("SINGLE_PASS" | "MULTI_PASS")?,
         
     | 
| 
       6297 
6368 
     | 
    
         
             
                                               rate_control_mode: ("VBR" | "CBR")?,
         
     | 
| 
       6298 
6369 
     | 
    
         
             
                                               scan_type_conversion_mode: ("INTERLACED" | "INTERLACED_OPTIMIZE")?,
         
     | 
| 
         @@ -6304,6 +6375,9 @@ module Aws 
     | 
|
| 
       6304 
6375 
     | 
    
         
             
                                               telecine: ("NONE" | "SOFT" | "HARD")?,
         
     | 
| 
       6305 
6376 
     | 
    
         
             
                                               temporal_adaptive_quantization: ("DISABLED" | "ENABLED")?
         
     | 
| 
       6306 
6377 
     | 
    
         
             
                                             }?,
         
     | 
| 
      
 6378 
     | 
    
         
            +
                                             passthrough_settings: {
         
     | 
| 
      
 6379 
     | 
    
         
            +
                                               video_selector_mode: ("AUTO" | "REMUX_ALL")?
         
     | 
| 
      
 6380 
     | 
    
         
            +
                                             }?,
         
     | 
| 
       6307 
6381 
     | 
    
         
             
                                             prores_settings: {
         
     | 
| 
       6308 
6382 
     | 
    
         
             
                                               chroma_sampling: ("PRESERVE_444_SAMPLING" | "SUBSAMPLE_TO_422")?,
         
     | 
| 
       6309 
6383 
     | 
    
         
             
                                               codec_profile: ("APPLE_PRORES_422" | "APPLE_PRORES_422_HQ" | "APPLE_PRORES_422_LT" | "APPLE_PRORES_422_PROXY" | "APPLE_PRORES_4444" | "APPLE_PRORES_4444_XQ")?,
         
     | 
| 
         @@ -6315,7 +6389,7 @@ module Aws 
     | 
|
| 
       6315 
6389 
     | 
    
         
             
                                               par_control: ("INITIALIZE_FROM_SOURCE" | "SPECIFIED")?,
         
     | 
| 
       6316 
6390 
     | 
    
         
             
                                               par_denominator: ::Integer?,
         
     | 
| 
       6317 
6391 
     | 
    
         
             
                                               par_numerator: ::Integer?,
         
     | 
| 
       6318 
     | 
    
         
            -
                                               per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR")]?,
         
     | 
| 
      
 6392 
     | 
    
         
            +
                                               per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]?,
         
     | 
| 
       6319 
6393 
     | 
    
         
             
                                               scan_type_conversion_mode: ("INTERLACED" | "INTERLACED_OPTIMIZE")?,
         
     | 
| 
       6320 
6394 
     | 
    
         
             
                                               slow_pal: ("DISABLED" | "ENABLED")?,
         
     | 
| 
       6321 
6395 
     | 
    
         
             
                                               telecine: ("NONE" | "HARD")?
         
     | 
| 
         @@ -6379,7 +6453,7 @@ module Aws 
     | 
|
| 
       6379 
6453 
     | 
    
         
             
                                               framerate_conversion_algorithm: ("DUPLICATE_DROP" | "INTERPOLATE" | "FRAMEFORMER" | "MAINTAIN_FRAME_COUNT")?,
         
     | 
| 
       6380 
6454 
     | 
    
         
             
                                               framerate_denominator: ::Integer?,
         
     | 
| 
       6381 
6455 
     | 
    
         
             
                                               framerate_numerator: ::Integer?,
         
     | 
| 
       6382 
     | 
    
         
            -
                                               per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR")]?,
         
     | 
| 
      
 6456 
     | 
    
         
            +
                                               per_frame_metrics: Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]?,
         
     | 
| 
       6383 
6457 
     | 
    
         
             
                                               profile: ("XAVC_HD_INTRA_CBG" | "XAVC_4K_INTRA_CBG" | "XAVC_4K_INTRA_VBR" | "XAVC_HD" | "XAVC_4K")?,
         
     | 
| 
       6384 
6458 
     | 
    
         
             
                                               slow_pal: ("DISABLED" | "ENABLED")?,
         
     | 
| 
       6385 
6459 
     | 
    
         
             
                                               softness: ::Integer?,
         
     |