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/errors.rbs
    CHANGED
    
    | 
         @@ -26,6 +26,9 @@ module Aws 
     | 
|
| 
       26 
26 
     | 
    
         
             
                  class NotFoundException < ::Aws::Errors::ServiceError
         
     | 
| 
       27 
27 
     | 
    
         
             
                    def message: () -> ::String
         
     | 
| 
       28 
28 
     | 
    
         
             
                  end
         
     | 
| 
      
 29 
     | 
    
         
            +
                  class ServiceQuotaExceededException < ::Aws::Errors::ServiceError
         
     | 
| 
      
 30 
     | 
    
         
            +
                    def message: () -> ::String
         
     | 
| 
      
 31 
     | 
    
         
            +
                  end
         
     | 
| 
       29 
32 
     | 
    
         
             
                  class TooManyRequestsException < ::Aws::Errors::ServiceError
         
     | 
| 
       30 
33 
     | 
    
         
             
                    def message: () -> ::String
         
     | 
| 
       31 
34 
     | 
    
         
             
                  end
         
     | 
    
        data/sig/types.rbs
    CHANGED
    
    | 
         @@ -103,6 +103,7 @@ module Aws::MediaConvert 
     | 
|
| 
       103 
103 
     | 
    
         
             
                class AudioDescription
         
     | 
| 
       104 
104 
     | 
    
         
             
                  attr_accessor audio_channel_tagging_settings: Types::AudioChannelTaggingSettings
         
     | 
| 
       105 
105 
     | 
    
         
             
                  attr_accessor audio_normalization_settings: Types::AudioNormalizationSettings
         
     | 
| 
      
 106 
     | 
    
         
            +
                  attr_accessor audio_pitch_correction_settings: Types::AudioPitchCorrectionSettings
         
     | 
| 
       106 
107 
     | 
    
         
             
                  attr_accessor audio_source_name: ::String
         
     | 
| 
       107 
108 
     | 
    
         
             
                  attr_accessor audio_type: ::Integer
         
     | 
| 
       108 
109 
     | 
    
         
             
                  attr_accessor audio_type_control: ("FOLLOW_INPUT" | "USE_CONFIGURED")
         
     | 
| 
         @@ -126,6 +127,11 @@ module Aws::MediaConvert 
     | 
|
| 
       126 
127 
     | 
    
         
             
                  SENSITIVE: []
         
     | 
| 
       127 
128 
     | 
    
         
             
                end
         
     | 
| 
       128 
129 
     | 
    
         | 
| 
      
 130 
     | 
    
         
            +
                class AudioPitchCorrectionSettings
         
     | 
| 
      
 131 
     | 
    
         
            +
                  attr_accessor slow_pal_pitch_correction: ("DISABLED" | "ENABLED")
         
     | 
| 
      
 132 
     | 
    
         
            +
                  SENSITIVE: []
         
     | 
| 
      
 133 
     | 
    
         
            +
                end
         
     | 
| 
      
 134 
     | 
    
         
            +
             
     | 
| 
       129 
135 
     | 
    
         
             
                class AudioProperties
         
     | 
| 
       130 
136 
     | 
    
         
             
                  attr_accessor bit_depth: ::Integer
         
     | 
| 
       131 
137 
     | 
    
         
             
                  attr_accessor bit_rate: ::Integer
         
     | 
| 
         @@ -147,7 +153,8 @@ module Aws::MediaConvert 
     | 
|
| 
       147 
153 
     | 
    
         
             
                  attr_accessor pids: ::Array[::Integer]
         
     | 
| 
       148 
154 
     | 
    
         
             
                  attr_accessor program_selection: ::Integer
         
     | 
| 
       149 
155 
     | 
    
         
             
                  attr_accessor remix_settings: Types::RemixSettings
         
     | 
| 
       150 
     | 
    
         
            -
                  attr_accessor selector_type: ("PID" | "TRACK" | "LANGUAGE_CODE" | "HLS_RENDITION_GROUP" | "ALL_PCM")
         
     | 
| 
      
 156 
     | 
    
         
            +
                  attr_accessor selector_type: ("PID" | "TRACK" | "LANGUAGE_CODE" | "HLS_RENDITION_GROUP" | "ALL_PCM" | "STREAM")
         
     | 
| 
      
 157 
     | 
    
         
            +
                  attr_accessor streams: ::Array[::Integer]
         
     | 
| 
       151 
158 
     | 
    
         
             
                  attr_accessor tracks: ::Array[::Integer]
         
     | 
| 
       152 
159 
     | 
    
         
             
                  SENSITIVE: []
         
     | 
| 
       153 
160 
     | 
    
         
             
                end
         
     | 
| 
         @@ -197,7 +204,7 @@ module Aws::MediaConvert 
     | 
|
| 
       197 
204 
     | 
    
         
             
                  attr_accessor gop_size: ::Float
         
     | 
| 
       198 
205 
     | 
    
         
             
                  attr_accessor max_bitrate: ::Integer
         
     | 
| 
       199 
206 
     | 
    
         
             
                  attr_accessor number_b_frames_between_reference_frames: ::Integer
         
     | 
| 
       200 
     | 
    
         
            -
                  attr_accessor per_frame_metrics: ::Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR")]
         
     | 
| 
      
 207 
     | 
    
         
            +
                  attr_accessor per_frame_metrics: ::Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]
         
     | 
| 
       201 
208 
     | 
    
         
             
                  attr_accessor qvbr_settings: Types::Av1QvbrSettings
         
     | 
| 
       202 
209 
     | 
    
         
             
                  attr_accessor rate_control_mode: ("QVBR")
         
     | 
| 
       203 
210 
     | 
    
         
             
                  attr_accessor slices: ::Integer
         
     | 
| 
         @@ -218,7 +225,7 @@ module Aws::MediaConvert 
     | 
|
| 
       218 
225 
     | 
    
         
             
                  attr_accessor framerate_denominator: ::Integer
         
     | 
| 
       219 
226 
     | 
    
         
             
                  attr_accessor framerate_numerator: ::Integer
         
     | 
| 
       220 
227 
     | 
    
         
             
                  attr_accessor interlace_mode: ("PROGRESSIVE" | "TOP_FIELD" | "BOTTOM_FIELD" | "FOLLOW_TOP_FIELD" | "FOLLOW_BOTTOM_FIELD")
         
     | 
| 
       221 
     | 
    
         
            -
                  attr_accessor per_frame_metrics: ::Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR")]
         
     | 
| 
      
 228 
     | 
    
         
            +
                  attr_accessor per_frame_metrics: ::Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]
         
     | 
| 
       222 
229 
     | 
    
         
             
                  attr_accessor scan_type_conversion_mode: ("INTERLACED" | "INTERLACED_OPTIMIZE")
         
     | 
| 
       223 
230 
     | 
    
         
             
                  attr_accessor slow_pal: ("DISABLED" | "ENABLED")
         
     | 
| 
       224 
231 
     | 
    
         
             
                  attr_accessor telecine: ("NONE" | "HARD")
         
     | 
| 
         @@ -370,7 +377,7 @@ module Aws::MediaConvert 
     | 
|
| 
       370 
377 
     | 
    
         
             
                  attr_accessor client_cache: ("DISABLED" | "ENABLED")
         
     | 
| 
       371 
378 
     | 
    
         
             
                  attr_accessor codec_specification: ("RFC_6381" | "RFC_4281")
         
     | 
| 
       372 
379 
     | 
    
         
             
                  attr_accessor dash_i_frame_trick_play_name_modifier: ::String
         
     | 
| 
       373 
     | 
    
         
            -
                  attr_accessor dash_manifest_style: ("BASIC" | "COMPACT" | "DISTINCT")
         
     | 
| 
      
 380 
     | 
    
         
            +
                  attr_accessor dash_manifest_style: ("BASIC" | "COMPACT" | "DISTINCT" | "FULL")
         
     | 
| 
       374 
381 
     | 
    
         
             
                  attr_accessor destination: ::String
         
     | 
| 
       375 
382 
     | 
    
         
             
                  attr_accessor destination_settings: Types::DestinationSettings
         
     | 
| 
       376 
383 
     | 
    
         
             
                  attr_accessor encryption: Types::CmafEncryptionSettings
         
     | 
| 
         @@ -424,6 +431,21 @@ module Aws::MediaConvert 
     | 
|
| 
       424 
431 
     | 
    
         
             
                  SENSITIVE: []
         
     | 
| 
       425 
432 
     | 
    
         
             
                end
         
     | 
| 
       426 
433 
     | 
    
         | 
| 
      
 434 
     | 
    
         
            +
                class CodecMetadata
         
     | 
| 
      
 435 
     | 
    
         
            +
                  attr_accessor bit_depth: ::Integer
         
     | 
| 
      
 436 
     | 
    
         
            +
                  attr_accessor chroma_subsampling: ::String
         
     | 
| 
      
 437 
     | 
    
         
            +
                  attr_accessor coded_frame_rate: Types::FrameRate
         
     | 
| 
      
 438 
     | 
    
         
            +
                  attr_accessor color_primaries: ("ITU_709" | "UNSPECIFIED" | "RESERVED" | "ITU_470M" | "ITU_470BG" | "SMPTE_170M" | "SMPTE_240M" | "GENERIC_FILM" | "ITU_2020" | "SMPTE_428_1" | "SMPTE_431_2" | "SMPTE_EG_432_1" | "IPT" | "SMPTE_2067XYZ" | "EBU_3213_E" | "LAST")
         
     | 
| 
      
 439 
     | 
    
         
            +
                  attr_accessor height: ::Integer
         
     | 
| 
      
 440 
     | 
    
         
            +
                  attr_accessor level: ::String
         
     | 
| 
      
 441 
     | 
    
         
            +
                  attr_accessor matrix_coefficients: ("RGB" | "ITU_709" | "UNSPECIFIED" | "RESERVED" | "FCC" | "ITU_470BG" | "SMPTE_170M" | "SMPTE_240M" | "YCgCo" | "ITU_2020_NCL" | "ITU_2020_CL" | "SMPTE_2085" | "CD_NCL" | "CD_CL" | "ITU_2100ICtCp" | "IPT" | "EBU3213" | "LAST")
         
     | 
| 
      
 442 
     | 
    
         
            +
                  attr_accessor profile: ::String
         
     | 
| 
      
 443 
     | 
    
         
            +
                  attr_accessor scan_type: ::String
         
     | 
| 
      
 444 
     | 
    
         
            +
                  attr_accessor transfer_characteristics: ("ITU_709" | "UNSPECIFIED" | "RESERVED" | "ITU_470M" | "ITU_470BG" | "SMPTE_170M" | "SMPTE_240M" | "LINEAR" | "LOG10_2" | "LOC10_2_5" | "IEC_61966_2_4" | "ITU_1361" | "IEC_61966_2_1" | "ITU_2020_10bit" | "ITU_2020_12bit" | "SMPTE_2084" | "SMPTE_428_1" | "ARIB_B67" | "LAST")
         
     | 
| 
      
 445 
     | 
    
         
            +
                  attr_accessor width: ::Integer
         
     | 
| 
      
 446 
     | 
    
         
            +
                  SENSITIVE: []
         
     | 
| 
      
 447 
     | 
    
         
            +
                end
         
     | 
| 
      
 448 
     | 
    
         
            +
             
     | 
| 
       427 
449 
     | 
    
         
             
                class ColorConversion3DLUTSetting
         
     | 
| 
       428 
450 
     | 
    
         
             
                  attr_accessor file_input: ::String
         
     | 
| 
       429 
451 
     | 
    
         
             
                  attr_accessor input_color_space: ("FOLLOW" | "REC_601" | "REC_709" | "HDR10" | "HLG_2020" | "P3DCI" | "P3D65_SDR" | "P3D65_HDR")
         
     | 
| 
         @@ -571,7 +593,7 @@ module Aws::MediaConvert 
     | 
|
| 
       571 
593 
     | 
    
         
             
                  attr_accessor audio_channel_config_scheme_id_uri: ("MPEG_CHANNEL_CONFIGURATION" | "DOLBY_CHANNEL_CONFIGURATION")
         
     | 
| 
       572 
594 
     | 
    
         
             
                  attr_accessor base_url: ::String
         
     | 
| 
       573 
595 
     | 
    
         
             
                  attr_accessor dash_i_frame_trick_play_name_modifier: ::String
         
     | 
| 
       574 
     | 
    
         
            -
                  attr_accessor dash_manifest_style: ("BASIC" | "COMPACT" | "DISTINCT")
         
     | 
| 
      
 596 
     | 
    
         
            +
                  attr_accessor dash_manifest_style: ("BASIC" | "COMPACT" | "DISTINCT" | "FULL")
         
     | 
| 
       575 
597 
     | 
    
         
             
                  attr_accessor destination: ::String
         
     | 
| 
       576 
598 
     | 
    
         
             
                  attr_accessor destination_settings: Types::DestinationSettings
         
     | 
| 
       577 
599 
     | 
    
         
             
                  attr_accessor encryption: Types::DashIsoEncryptionSettings
         
     | 
| 
         @@ -927,6 +949,18 @@ module Aws::MediaConvert 
     | 
|
| 
       927 
949 
     | 
    
         
             
                  SENSITIVE: []
         
     | 
| 
       928 
950 
     | 
    
         
             
                end
         
     | 
| 
       929 
951 
     | 
    
         | 
| 
      
 952 
     | 
    
         
            +
                class GetJobsQueryResultsRequest
         
     | 
| 
      
 953 
     | 
    
         
            +
                  attr_accessor id: ::String
         
     | 
| 
      
 954 
     | 
    
         
            +
                  SENSITIVE: []
         
     | 
| 
      
 955 
     | 
    
         
            +
                end
         
     | 
| 
      
 956 
     | 
    
         
            +
             
     | 
| 
      
 957 
     | 
    
         
            +
                class GetJobsQueryResultsResponse
         
     | 
| 
      
 958 
     | 
    
         
            +
                  attr_accessor jobs: ::Array[Types::Job]
         
     | 
| 
      
 959 
     | 
    
         
            +
                  attr_accessor next_token: ::String
         
     | 
| 
      
 960 
     | 
    
         
            +
                  attr_accessor status: ("SUBMITTED" | "PROGRESSING" | "COMPLETE" | "ERROR")
         
     | 
| 
      
 961 
     | 
    
         
            +
                  SENSITIVE: []
         
     | 
| 
      
 962 
     | 
    
         
            +
                end
         
     | 
| 
      
 963 
     | 
    
         
            +
             
     | 
| 
       930 
964 
     | 
    
         
             
                class GetPolicyRequest < Aws::EmptyStructure
         
     | 
| 
       931 
965 
     | 
    
         
             
                end
         
     | 
| 
       932 
966 
     | 
    
         | 
| 
         @@ -1000,7 +1034,7 @@ module Aws::MediaConvert 
     | 
|
| 
       1000 
1034 
     | 
    
         
             
                  attr_accessor par_control: ("INITIALIZE_FROM_SOURCE" | "SPECIFIED")
         
     | 
| 
       1001 
1035 
     | 
    
         
             
                  attr_accessor par_denominator: ::Integer
         
     | 
| 
       1002 
1036 
     | 
    
         
             
                  attr_accessor par_numerator: ::Integer
         
     | 
| 
       1003 
     | 
    
         
            -
                  attr_accessor per_frame_metrics: ::Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR")]
         
     | 
| 
      
 1037 
     | 
    
         
            +
                  attr_accessor per_frame_metrics: ::Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]
         
     | 
| 
       1004 
1038 
     | 
    
         
             
                  attr_accessor quality_tuning_level: ("SINGLE_PASS" | "SINGLE_PASS_HQ" | "MULTI_PASS_HQ")
         
     | 
| 
       1005 
1039 
     | 
    
         
             
                  attr_accessor qvbr_settings: Types::H264QvbrSettings
         
     | 
| 
       1006 
1040 
     | 
    
         
             
                  attr_accessor rate_control_mode: ("VBR" | "CBR" | "QVBR")
         
     | 
| 
         @@ -1057,7 +1091,7 @@ module Aws::MediaConvert 
     | 
|
| 
       1057 
1091 
     | 
    
         
             
                  attr_accessor par_control: ("INITIALIZE_FROM_SOURCE" | "SPECIFIED")
         
     | 
| 
       1058 
1092 
     | 
    
         
             
                  attr_accessor par_denominator: ::Integer
         
     | 
| 
       1059 
1093 
     | 
    
         
             
                  attr_accessor par_numerator: ::Integer
         
     | 
| 
       1060 
     | 
    
         
            -
                  attr_accessor per_frame_metrics: ::Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR")]
         
     | 
| 
      
 1094 
     | 
    
         
            +
                  attr_accessor per_frame_metrics: ::Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]
         
     | 
| 
       1061 
1095 
     | 
    
         
             
                  attr_accessor quality_tuning_level: ("SINGLE_PASS" | "SINGLE_PASS_HQ" | "MULTI_PASS_HQ")
         
     | 
| 
       1062 
1096 
     | 
    
         
             
                  attr_accessor qvbr_settings: Types::H265QvbrSettings
         
     | 
| 
       1063 
1097 
     | 
    
         
             
                  attr_accessor rate_control_mode: ("VBR" | "CBR" | "QVBR")
         
     | 
| 
         @@ -1296,7 +1330,9 @@ module Aws::MediaConvert 
     | 
|
| 
       1296 
1330 
     | 
    
         
             
                  attr_accessor duration: ::Integer
         
     | 
| 
       1297 
1331 
     | 
    
         
             
                  attr_accessor framerate_denominator: ::Integer
         
     | 
| 
       1298 
1332 
     | 
    
         
             
                  attr_accessor framerate_numerator: ::Integer
         
     | 
| 
      
 1333 
     | 
    
         
            +
                  attr_accessor height: ::Integer
         
     | 
| 
       1299 
1334 
     | 
    
         
             
                  attr_accessor sample_rate: ::Integer
         
     | 
| 
      
 1335 
     | 
    
         
            +
                  attr_accessor width: ::Integer
         
     | 
| 
       1300 
1336 
     | 
    
         
             
                  SENSITIVE: []
         
     | 
| 
       1301 
1337 
     | 
    
         
             
                end
         
     | 
| 
       1302 
1338 
     | 
    
         | 
| 
         @@ -1420,6 +1456,12 @@ module Aws::MediaConvert 
     | 
|
| 
       1420 
1456 
     | 
    
         
             
                  SENSITIVE: []
         
     | 
| 
       1421 
1457 
     | 
    
         
             
                end
         
     | 
| 
       1422 
1458 
     | 
    
         | 
| 
      
 1459 
     | 
    
         
            +
                class JobsQueryFilter
         
     | 
| 
      
 1460 
     | 
    
         
            +
                  attr_accessor key: ("queue" | "status" | "fileInput" | "jobEngineVersionRequested" | "jobEngineVersionUsed" | "audioCodec" | "videoCodec")
         
     | 
| 
      
 1461 
     | 
    
         
            +
                  attr_accessor values: ::Array[::String]
         
     | 
| 
      
 1462 
     | 
    
         
            +
                  SENSITIVE: []
         
     | 
| 
      
 1463 
     | 
    
         
            +
                end
         
     | 
| 
      
 1464 
     | 
    
         
            +
             
     | 
| 
       1423 
1465 
     | 
    
         
             
                class KantarWatermarkSettings
         
     | 
| 
       1424 
1466 
     | 
    
         
             
                  attr_accessor channel_name: ::String
         
     | 
| 
       1425 
1467 
     | 
    
         
             
                  attr_accessor content_reference: ::String
         
     | 
| 
         @@ -1718,7 +1760,7 @@ module Aws::MediaConvert 
     | 
|
| 
       1718 
1760 
     | 
    
         
             
                  attr_accessor par_control: ("INITIALIZE_FROM_SOURCE" | "SPECIFIED")
         
     | 
| 
       1719 
1761 
     | 
    
         
             
                  attr_accessor par_denominator: ::Integer
         
     | 
| 
       1720 
1762 
     | 
    
         
             
                  attr_accessor par_numerator: ::Integer
         
     | 
| 
       1721 
     | 
    
         
            -
                  attr_accessor per_frame_metrics: ::Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR")]
         
     | 
| 
      
 1763 
     | 
    
         
            +
                  attr_accessor per_frame_metrics: ::Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]
         
     | 
| 
       1722 
1764 
     | 
    
         
             
                  attr_accessor quality_tuning_level: ("SINGLE_PASS" | "MULTI_PASS")
         
     | 
| 
       1723 
1765 
     | 
    
         
             
                  attr_accessor rate_control_mode: ("VBR" | "CBR")
         
     | 
| 
       1724 
1766 
     | 
    
         
             
                  attr_accessor scan_type_conversion_mode: ("INTERLACED" | "INTERLACED_OPTIMIZE")
         
     | 
| 
         @@ -1882,7 +1924,7 @@ module Aws::MediaConvert 
     | 
|
| 
       1882 
1924 
     | 
    
         
             
                  attr_accessor file_group_settings: Types::FileGroupSettings
         
     | 
| 
       1883 
1925 
     | 
    
         
             
                  attr_accessor hls_group_settings: Types::HlsGroupSettings
         
     | 
| 
       1884 
1926 
     | 
    
         
             
                  attr_accessor ms_smooth_group_settings: Types::MsSmoothGroupSettings
         
     | 
| 
       1885 
     | 
    
         
            -
                  attr_accessor per_frame_metrics: ::Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR")]
         
     | 
| 
      
 1927 
     | 
    
         
            +
                  attr_accessor per_frame_metrics: ::Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]
         
     | 
| 
       1886 
1928 
     | 
    
         
             
                  attr_accessor type: ("HLS_GROUP_SETTINGS" | "DASH_ISO_GROUP_SETTINGS" | "FILE_GROUP_SETTINGS" | "MS_SMOOTH_GROUP_SETTINGS" | "CMAF_GROUP_SETTINGS")
         
     | 
| 
       1887 
1929 
     | 
    
         
             
                  SENSITIVE: []
         
     | 
| 
       1888 
1930 
     | 
    
         
             
                end
         
     | 
| 
         @@ -1897,6 +1939,11 @@ module Aws::MediaConvert 
     | 
|
| 
       1897 
1939 
     | 
    
         
             
                  SENSITIVE: []
         
     | 
| 
       1898 
1940 
     | 
    
         
             
                end
         
     | 
| 
       1899 
1941 
     | 
    
         | 
| 
      
 1942 
     | 
    
         
            +
                class PassthroughSettings
         
     | 
| 
      
 1943 
     | 
    
         
            +
                  attr_accessor video_selector_mode: ("AUTO" | "REMUX_ALL")
         
     | 
| 
      
 1944 
     | 
    
         
            +
                  SENSITIVE: []
         
     | 
| 
      
 1945 
     | 
    
         
            +
                end
         
     | 
| 
      
 1946 
     | 
    
         
            +
             
     | 
| 
       1900 
1947 
     | 
    
         
             
                class Policy
         
     | 
| 
       1901 
1948 
     | 
    
         
             
                  attr_accessor http_inputs: ("ALLOWED" | "DISALLOWED")
         
     | 
| 
       1902 
1949 
     | 
    
         
             
                  attr_accessor https_inputs: ("ALLOWED" | "DISALLOWED")
         
     | 
| 
         @@ -1957,7 +2004,7 @@ module Aws::MediaConvert 
     | 
|
| 
       1957 
2004 
     | 
    
         
             
                  attr_accessor par_control: ("INITIALIZE_FROM_SOURCE" | "SPECIFIED")
         
     | 
| 
       1958 
2005 
     | 
    
         
             
                  attr_accessor par_denominator: ::Integer
         
     | 
| 
       1959 
2006 
     | 
    
         
             
                  attr_accessor par_numerator: ::Integer
         
     | 
| 
       1960 
     | 
    
         
            -
                  attr_accessor per_frame_metrics: ::Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR")]
         
     | 
| 
      
 2007 
     | 
    
         
            +
                  attr_accessor per_frame_metrics: ::Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]
         
     | 
| 
       1961 
2008 
     | 
    
         
             
                  attr_accessor scan_type_conversion_mode: ("INTERLACED" | "INTERLACED_OPTIMIZE")
         
     | 
| 
       1962 
2009 
     | 
    
         
             
                  attr_accessor slow_pal: ("DISABLED" | "ENABLED")
         
     | 
| 
       1963 
2010 
     | 
    
         
             
                  attr_accessor telecine: ("NONE" | "HARD")
         
     | 
| 
         @@ -2086,6 +2133,11 @@ module Aws::MediaConvert 
     | 
|
| 
       2086 
2133 
     | 
    
         
             
                  SENSITIVE: []
         
     | 
| 
       2087 
2134 
     | 
    
         
             
                end
         
     | 
| 
       2088 
2135 
     | 
    
         | 
| 
      
 2136 
     | 
    
         
            +
                class ServiceQuotaExceededException
         
     | 
| 
      
 2137 
     | 
    
         
            +
                  attr_accessor message: ::String
         
     | 
| 
      
 2138 
     | 
    
         
            +
                  SENSITIVE: []
         
     | 
| 
      
 2139 
     | 
    
         
            +
                end
         
     | 
| 
      
 2140 
     | 
    
         
            +
             
     | 
| 
       2089 
2141 
     | 
    
         
             
                class SpekeKeyProvider
         
     | 
| 
       2090 
2142 
     | 
    
         
             
                  attr_accessor certificate_arn: ::String
         
     | 
| 
       2091 
2143 
     | 
    
         
             
                  attr_accessor encryption_contract_configuration: Types::EncryptionContractConfiguration
         
     | 
| 
         @@ -2110,6 +2162,19 @@ module Aws::MediaConvert 
     | 
|
| 
       2110 
2162 
     | 
    
         
             
                  SENSITIVE: []
         
     | 
| 
       2111 
2163 
     | 
    
         
             
                end
         
     | 
| 
       2112 
2164 
     | 
    
         | 
| 
      
 2165 
     | 
    
         
            +
                class StartJobsQueryRequest
         
     | 
| 
      
 2166 
     | 
    
         
            +
                  attr_accessor filter_list: ::Array[Types::JobsQueryFilter]
         
     | 
| 
      
 2167 
     | 
    
         
            +
                  attr_accessor max_results: ::Integer
         
     | 
| 
      
 2168 
     | 
    
         
            +
                  attr_accessor next_token: ::String
         
     | 
| 
      
 2169 
     | 
    
         
            +
                  attr_accessor order: ("ASCENDING" | "DESCENDING")
         
     | 
| 
      
 2170 
     | 
    
         
            +
                  SENSITIVE: []
         
     | 
| 
      
 2171 
     | 
    
         
            +
                end
         
     | 
| 
      
 2172 
     | 
    
         
            +
             
     | 
| 
      
 2173 
     | 
    
         
            +
                class StartJobsQueryResponse
         
     | 
| 
      
 2174 
     | 
    
         
            +
                  attr_accessor id: ::String
         
     | 
| 
      
 2175 
     | 
    
         
            +
                  SENSITIVE: []
         
     | 
| 
      
 2176 
     | 
    
         
            +
                end
         
     | 
| 
      
 2177 
     | 
    
         
            +
             
     | 
| 
       2113 
2178 
     | 
    
         
             
                class StaticKeyProvider
         
     | 
| 
       2114 
2179 
     | 
    
         
             
                  attr_accessor key_format: ::String
         
     | 
| 
       2115 
2180 
     | 
    
         
             
                  attr_accessor key_format_versions: ::String
         
     | 
| 
         @@ -2172,7 +2237,7 @@ module Aws::MediaConvert 
     | 
|
| 
       2172 
2237 
     | 
    
         | 
| 
       2173 
2238 
     | 
    
         
             
                class Track
         
     | 
| 
       2174 
2239 
     | 
    
         
             
                  attr_accessor audio_properties: Types::AudioProperties
         
     | 
| 
       2175 
     | 
    
         
            -
                  attr_accessor codec: ("UNKNOWN" | "AAC" | "AC3" | "EAC3" | "FLAC" | "MP3" | "OPUS" | "PCM" | "VORBIS" | "AV1" | "AVC" | "HEVC" | "JPEG2000" | "MJPEG" | "MP4V" | "MPEG2" | "PRORES" | "THEORA" | "VP8" | "VP9" | "C608" | "C708" | "WEBVTT")
         
     | 
| 
      
 2240 
     | 
    
         
            +
                  attr_accessor codec: ("UNKNOWN" | "AAC" | "AC3" | "EAC3" | "FLAC" | "MP3" | "OPUS" | "PCM" | "VORBIS" | "AV1" | "AVC" | "HEVC" | "JPEG2000" | "MJPEG" | "MPEG1" | "MP4V" | "MPEG2" | "PRORES" | "THEORA" | "VFW" | "VP8" | "VP9" | "QTRLE" | "C608" | "C708" | "WEBVTT")
         
     | 
| 
       2176 
2241 
     | 
    
         
             
                  attr_accessor data_properties: Types::DataProperties
         
     | 
| 
       2177 
2242 
     | 
    
         
             
                  attr_accessor duration: ::Float
         
     | 
| 
       2178 
2243 
     | 
    
         
             
                  attr_accessor index: ::Integer
         
     | 
| 
         @@ -2189,6 +2254,7 @@ module Aws::MediaConvert 
     | 
|
| 
       2189 
2254 
     | 
    
         
             
                end
         
     | 
| 
       2190 
2255 
     | 
    
         | 
| 
       2191 
2256 
     | 
    
         
             
                class TrackSourceSettings
         
     | 
| 
      
 2257 
     | 
    
         
            +
                  attr_accessor stream_number: ::Integer
         
     | 
| 
       2192 
2258 
     | 
    
         
             
                  attr_accessor track_number: ::Integer
         
     | 
| 
       2193 
2259 
     | 
    
         
             
                  SENSITIVE: []
         
     | 
| 
       2194 
2260 
     | 
    
         
             
                end
         
     | 
| 
         @@ -2287,6 +2353,7 @@ module Aws::MediaConvert 
     | 
|
| 
       2287 
2353 
     | 
    
         
             
                  attr_accessor h264_settings: Types::H264Settings
         
     | 
| 
       2288 
2354 
     | 
    
         
             
                  attr_accessor h265_settings: Types::H265Settings
         
     | 
| 
       2289 
2355 
     | 
    
         
             
                  attr_accessor mpeg_2_settings: Types::Mpeg2Settings
         
     | 
| 
      
 2356 
     | 
    
         
            +
                  attr_accessor passthrough_settings: Types::PassthroughSettings
         
     | 
| 
       2290 
2357 
     | 
    
         
             
                  attr_accessor prores_settings: Types::ProresSettings
         
     | 
| 
       2291 
2358 
     | 
    
         
             
                  attr_accessor uncompressed_settings: Types::UncompressedSettings
         
     | 
| 
       2292 
2359 
     | 
    
         
             
                  attr_accessor vc_3_settings: Types::Vc3Settings
         
     | 
| 
         @@ -2359,6 +2426,7 @@ module Aws::MediaConvert 
     | 
|
| 
       2359 
2426 
     | 
    
         | 
| 
       2360 
2427 
     | 
    
         
             
                class VideoOverlayPosition
         
     | 
| 
       2361 
2428 
     | 
    
         
             
                  attr_accessor height: ::Integer
         
     | 
| 
      
 2429 
     | 
    
         
            +
                  attr_accessor opacity: ::Integer
         
     | 
| 
       2362 
2430 
     | 
    
         
             
                  attr_accessor unit: ("PIXELS" | "PERCENTAGE")
         
     | 
| 
       2363 
2431 
     | 
    
         
             
                  attr_accessor width: ::Integer
         
     | 
| 
       2364 
2432 
     | 
    
         
             
                  attr_accessor x_position: ::Integer
         
     | 
| 
         @@ -2388,6 +2456,7 @@ module Aws::MediaConvert 
     | 
|
| 
       2388 
2456 
     | 
    
         
             
                class VideoProperties
         
     | 
| 
       2389 
2457 
     | 
    
         
             
                  attr_accessor bit_depth: ::Integer
         
     | 
| 
       2390 
2458 
     | 
    
         
             
                  attr_accessor bit_rate: ::Integer
         
     | 
| 
      
 2459 
     | 
    
         
            +
                  attr_accessor codec_metadata: Types::CodecMetadata
         
     | 
| 
       2391 
2460 
     | 
    
         
             
                  attr_accessor color_primaries: ("ITU_709" | "UNSPECIFIED" | "RESERVED" | "ITU_470M" | "ITU_470BG" | "SMPTE_170M" | "SMPTE_240M" | "GENERIC_FILM" | "ITU_2020" | "SMPTE_428_1" | "SMPTE_431_2" | "SMPTE_EG_432_1" | "IPT" | "SMPTE_2067XYZ" | "EBU_3213_E" | "LAST")
         
     | 
| 
       2392 
2461 
     | 
    
         
             
                  attr_accessor frame_rate: Types::FrameRate
         
     | 
| 
       2393 
2462 
     | 
    
         
             
                  attr_accessor height: ::Integer
         
     | 
| 
         @@ -2529,7 +2598,7 @@ module Aws::MediaConvert 
     | 
|
| 
       2529 
2598 
     | 
    
         
             
                  attr_accessor framerate_conversion_algorithm: ("DUPLICATE_DROP" | "INTERPOLATE" | "FRAMEFORMER" | "MAINTAIN_FRAME_COUNT")
         
     | 
| 
       2530 
2599 
     | 
    
         
             
                  attr_accessor framerate_denominator: ::Integer
         
     | 
| 
       2531 
2600 
     | 
    
         
             
                  attr_accessor framerate_numerator: ::Integer
         
     | 
| 
       2532 
     | 
    
         
            -
                  attr_accessor per_frame_metrics: ::Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR")]
         
     | 
| 
      
 2601 
     | 
    
         
            +
                  attr_accessor per_frame_metrics: ::Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]
         
     | 
| 
       2533 
2602 
     | 
    
         
             
                  attr_accessor profile: ("XAVC_HD_INTRA_CBG" | "XAVC_4K_INTRA_CBG" | "XAVC_4K_INTRA_VBR" | "XAVC_HD" | "XAVC_4K")
         
     | 
| 
       2534 
2603 
     | 
    
         
             
                  attr_accessor slow_pal: ("DISABLED" | "ENABLED")
         
     | 
| 
       2535 
2604 
     | 
    
         
             
                  attr_accessor softness: ::Integer
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: aws-sdk-mediaconvert
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 1. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 1.172.0
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Amazon Web Services
         
     | 
| 
         @@ -18,7 +18,7 @@ dependencies: 
     | 
|
| 
       18 
18 
     | 
    
         
             
                    version: '3'
         
     | 
| 
       19 
19 
     | 
    
         
             
                - - ">="
         
     | 
| 
       20 
20 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       21 
     | 
    
         
            -
                    version: 3. 
     | 
| 
      
 21 
     | 
    
         
            +
                    version: 3.234.0
         
     | 
| 
       22 
22 
     | 
    
         
             
              type: :runtime
         
     | 
| 
       23 
23 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       24 
24 
     | 
    
         
             
              version_requirements: !ruby/object:Gem::Requirement
         
     | 
| 
         @@ -28,7 +28,7 @@ dependencies: 
     | 
|
| 
       28 
28 
     | 
    
         
             
                    version: '3'
         
     | 
| 
       29 
29 
     | 
    
         
             
                - - ">="
         
     | 
| 
       30 
30 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       31 
     | 
    
         
            -
                    version: 3. 
     | 
| 
      
 31 
     | 
    
         
            +
                    version: 3.234.0
         
     | 
| 
       32 
32 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       33 
33 
     | 
    
         
             
              name: aws-sigv4
         
     | 
| 
       34 
34 
     | 
    
         
             
              requirement: !ruby/object:Gem::Requirement
         
     |