aws-sdk-mediaconvert 1.169.0 → 1.171.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 +141 -48
 - data/lib/aws-sdk-mediaconvert/client_api.rb +118 -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 +352 -52
 - data/lib/aws-sdk-mediaconvert.rb +1 -1
 - data/sig/client.rbs +71 -39
 - data/sig/errors.rbs +3 -0
 - data/sig/types.rbs +63 -9
 - metadata +3 -3
 
| 
         @@ -597,11 +597,16 @@ module Aws::MediaConvert 
     | 
|
| 
       597 
597 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       598 
598 
     | 
    
         
             
                #
         
     | 
| 
       599 
599 
     | 
    
         
             
                # @!attribute [rw] language_code
         
     | 
| 
       600 
     | 
    
         
            -
                #    
     | 
| 
       601 
     | 
    
         
            -
                #   language  
     | 
| 
       602 
     | 
    
         
            -
                #    
     | 
| 
       603 
     | 
    
         
            -
                #    
     | 
| 
       604 
     | 
    
         
            -
                #    
     | 
| 
      
 600 
     | 
    
         
            +
                #   Specify the language for your output audio track. To follow the
         
     | 
| 
      
 601 
     | 
    
         
            +
                #   input language: Leave blank. When you do, also set Language code
         
     | 
| 
      
 602 
     | 
    
         
            +
                #   control to Follow input. If no input language is detected
         
     | 
| 
      
 603 
     | 
    
         
            +
                #   MediaConvert will not write an output language code. To follow the
         
     | 
| 
      
 604 
     | 
    
         
            +
                #   input langauge, but fall back to a specified language code if there
         
     | 
| 
      
 605 
     | 
    
         
            +
                #   is no input language to follow: Enter an ISO 639-2 three-letter
         
     | 
| 
      
 606 
     | 
    
         
            +
                #   language code in all capital letters. When you do, also set Language
         
     | 
| 
      
 607 
     | 
    
         
            +
                #   code control to Follow input. To specify the language code: Enter an
         
     | 
| 
      
 608 
     | 
    
         
            +
                #   ISO 639 three-letter language code in all capital letters. When you
         
     | 
| 
      
 609 
     | 
    
         
            +
                #   do, also set Language code control to Use configured.
         
     | 
| 
       605 
610 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       606 
611 
     | 
    
         
             
                #
         
     | 
| 
       607 
612 
     | 
    
         
             
                # @!attribute [rw] language_code_control
         
     | 
| 
         @@ -725,7 +730,8 @@ module Aws::MediaConvert 
     | 
|
| 
       725 
730 
     | 
    
         
             
                #   @return [Integer]
         
     | 
| 
       726 
731 
     | 
    
         
             
                #
         
     | 
| 
       727 
732 
     | 
    
         
             
                # @!attribute [rw] frame_rate
         
     | 
| 
       728 
     | 
    
         
            -
                #   The frame rate of the video or audio track 
     | 
| 
      
 733 
     | 
    
         
            +
                #   The frame rate of the video or audio track, expressed as a fraction
         
     | 
| 
      
 734 
     | 
    
         
            +
                #   with numerator and denominator values.
         
     | 
| 
       729 
735 
     | 
    
         
             
                #   @return [Types::FrameRate]
         
     | 
| 
       730 
736 
     | 
    
         
             
                #
         
     | 
| 
       731 
737 
     | 
    
         
             
                # @!attribute [rw] language_code
         
     | 
| 
         @@ -808,9 +814,8 @@ module Aws::MediaConvert 
     | 
|
| 
       808 
814 
     | 
    
         
             
                #   @return [Types::HlsRenditionGroupSettings]
         
     | 
| 
       809 
815 
     | 
    
         
             
                #
         
     | 
| 
       810 
816 
     | 
    
         
             
                # @!attribute [rw] language_code
         
     | 
| 
       811 
     | 
    
         
            -
                #   Specify the language  
     | 
| 
       812 
     | 
    
         
            -
                #    
     | 
| 
       813 
     | 
    
         
            -
                #   job settings choose from an ISO 639-2 three-letter code listed at
         
     | 
| 
      
 817 
     | 
    
         
            +
                #   Specify the language, using an ISO 639-2 three-letter code in all
         
     | 
| 
      
 818 
     | 
    
         
            +
                #   capital letters. You can find a list of codes at:
         
     | 
| 
       814 
819 
     | 
    
         
             
                #   https://www.loc.gov/standards/iso639-2/php/code\_list.php
         
     | 
| 
       815 
820 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       816 
821 
     | 
    
         
             
                #
         
     | 
| 
         @@ -850,15 +855,15 @@ module Aws::MediaConvert 
     | 
|
| 
       850 
855 
     | 
    
         
             
                #   when you know the exact PID values of your audio streams. Track:
         
     | 
| 
       851 
856 
     | 
    
         
             
                #   Default. Select audio by track number. This is the most common
         
     | 
| 
       852 
857 
     | 
    
         
             
                #   option and works with most input container formats. Language code:
         
     | 
| 
       853 
     | 
    
         
            -
                #   Select audio by language using ISO 639-2 or ISO 639-3 
     | 
| 
       854 
     | 
    
         
            -
                #    
     | 
| 
       855 
     | 
    
         
            -
                #   metadata and you want to select tracks based 
     | 
| 
       856 
     | 
    
         
            -
                #   rendition group: Select audio from an HLS 
     | 
| 
       857 
     | 
    
         
            -
                #   when your input is an HLS package with 
     | 
| 
       858 
     | 
    
         
            -
                #   you want to select specific rendition 
     | 
| 
       859 
     | 
    
         
            -
                #   uncompressed PCM audio tracks from your 
     | 
| 
       860 
     | 
    
         
            -
                #   useful when you want to include all PCM 
     | 
| 
       861 
     | 
    
         
            -
                #   specifying individual track numbers.
         
     | 
| 
      
 858 
     | 
    
         
            +
                #   Select audio by language using an ISO 639-2 or ISO 639-3
         
     | 
| 
      
 859 
     | 
    
         
            +
                #   three-letter code in all capital letters. Use this when your source
         
     | 
| 
      
 860 
     | 
    
         
            +
                #   has embedded language metadata and you want to select tracks based
         
     | 
| 
      
 861 
     | 
    
         
            +
                #   on their language. HLS rendition group: Select audio from an HLS
         
     | 
| 
      
 862 
     | 
    
         
            +
                #   rendition group. Use this when your input is an HLS package with
         
     | 
| 
      
 863 
     | 
    
         
            +
                #   multiple audio renditions and you want to select specific rendition
         
     | 
| 
      
 864 
     | 
    
         
            +
                #   groups. All PCM: Select all uncompressed PCM audio tracks from your
         
     | 
| 
      
 865 
     | 
    
         
            +
                #   input automatically. This is useful when you want to include all PCM
         
     | 
| 
      
 866 
     | 
    
         
            +
                #   audio tracks without specifying individual track numbers.
         
     | 
| 
       862 
867 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       863 
868 
     | 
    
         
             
                #
         
     | 
| 
       864 
869 
     | 
    
         
             
                # @!attribute [rw] tracks
         
     | 
| 
         @@ -1233,7 +1238,8 @@ module Aws::MediaConvert 
     | 
|
| 
       1233 
1238 
     | 
    
         
             
                #   Measure * PSNR\_HVS: Peak Signal-to-Noise Ratio, Human Visual
         
     | 
| 
       1234 
1239 
     | 
    
         
             
                #   System * VMAF: Video Multi-Method Assessment Fusion * QVBR:
         
     | 
| 
       1235 
1240 
     | 
    
         
             
                #   Quality-Defined Variable Bitrate. This option is only available when
         
     | 
| 
       1236 
     | 
    
         
            -
                #   your output uses the QVBR rate control mode.
         
     | 
| 
      
 1241 
     | 
    
         
            +
                #   your output uses the QVBR rate control mode. * SHOT\_CHANGE: Shot
         
     | 
| 
      
 1242 
     | 
    
         
            +
                #   Changes
         
     | 
| 
       1237 
1243 
     | 
    
         
             
                #   @return [Array<String>]
         
     | 
| 
       1238 
1244 
     | 
    
         
             
                #
         
     | 
| 
       1239 
1245 
     | 
    
         
             
                # @!attribute [rw] qvbr_settings
         
     | 
| 
         @@ -1423,7 +1429,8 @@ module Aws::MediaConvert 
     | 
|
| 
       1423 
1429 
     | 
    
         
             
                #   Measure * PSNR\_HVS: Peak Signal-to-Noise Ratio, Human Visual
         
     | 
| 
       1424 
1430 
     | 
    
         
             
                #   System * VMAF: Video Multi-Method Assessment Fusion * QVBR:
         
     | 
| 
       1425 
1431 
     | 
    
         
             
                #   Quality-Defined Variable Bitrate. This option is only available when
         
     | 
| 
       1426 
     | 
    
         
            -
                #   your output uses the QVBR rate control mode.
         
     | 
| 
      
 1432 
     | 
    
         
            +
                #   your output uses the QVBR rate control mode. * SHOT\_CHANGE: Shot
         
     | 
| 
      
 1433 
     | 
    
         
            +
                #   Changes
         
     | 
| 
       1427 
1434 
     | 
    
         
             
                #   @return [Array<String>]
         
     | 
| 
       1428 
1435 
     | 
    
         
             
                #
         
     | 
| 
       1429 
1436 
     | 
    
         
             
                # @!attribute [rw] scan_type_conversion_mode
         
     | 
| 
         @@ -2852,6 +2859,99 @@ module Aws::MediaConvert 
     | 
|
| 
       2852 
2859 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       2853 
2860 
     | 
    
         
             
                end
         
     | 
| 
       2854 
2861 
     | 
    
         | 
| 
      
 2862 
     | 
    
         
            +
                # Codec-specific parameters parsed from the video essence headers. This
         
     | 
| 
      
 2863 
     | 
    
         
            +
                # information provides detailed technical specifications about how the
         
     | 
| 
      
 2864 
     | 
    
         
            +
                # video was encoded, including profile settings, resolution details, and
         
     | 
| 
      
 2865 
     | 
    
         
            +
                # color space information that can help you understand the source video
         
     | 
| 
      
 2866 
     | 
    
         
            +
                # characteristics and make informed encoding decisions.
         
     | 
| 
      
 2867 
     | 
    
         
            +
                #
         
     | 
| 
      
 2868 
     | 
    
         
            +
                # @!attribute [rw] bit_depth
         
     | 
| 
      
 2869 
     | 
    
         
            +
                #   The number of bits used per color component in the video essence
         
     | 
| 
      
 2870 
     | 
    
         
            +
                #   such as 8, 10, or 12 bits. Standard range (SDR) video typically uses
         
     | 
| 
      
 2871 
     | 
    
         
            +
                #   8-bit, while 10-bit is common for high dynamic range (HDR).
         
     | 
| 
      
 2872 
     | 
    
         
            +
                #   @return [Integer]
         
     | 
| 
      
 2873 
     | 
    
         
            +
                #
         
     | 
| 
      
 2874 
     | 
    
         
            +
                # @!attribute [rw] chroma_subsampling
         
     | 
| 
      
 2875 
     | 
    
         
            +
                #   The chroma subsampling format used in the video encoding, such as
         
     | 
| 
      
 2876 
     | 
    
         
            +
                #   "4:2:0" or "4:4:4". This describes how color information is
         
     | 
| 
      
 2877 
     | 
    
         
            +
                #   sampled relative to brightness information. Different subsampling
         
     | 
| 
      
 2878 
     | 
    
         
            +
                #   ratios affect video quality and file size, with "4:4:4" providing
         
     | 
| 
      
 2879 
     | 
    
         
            +
                #   the highest color fidelity and "4:2:0" being most common for
         
     | 
| 
      
 2880 
     | 
    
         
            +
                #   standard video.
         
     | 
| 
      
 2881 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 2882 
     | 
    
         
            +
                #
         
     | 
| 
      
 2883 
     | 
    
         
            +
                # @!attribute [rw] coded_frame_rate
         
     | 
| 
      
 2884 
     | 
    
         
            +
                #   The frame rate of the video or audio track, expressed as a fraction
         
     | 
| 
      
 2885 
     | 
    
         
            +
                #   with numerator and denominator values.
         
     | 
| 
      
 2886 
     | 
    
         
            +
                #   @return [Types::FrameRate]
         
     | 
| 
      
 2887 
     | 
    
         
            +
                #
         
     | 
| 
      
 2888 
     | 
    
         
            +
                # @!attribute [rw] color_primaries
         
     | 
| 
      
 2889 
     | 
    
         
            +
                #   The color space primaries of the video track, defining the red,
         
     | 
| 
      
 2890 
     | 
    
         
            +
                #   green, and blue color coordinates used for the video. This
         
     | 
| 
      
 2891 
     | 
    
         
            +
                #   information helps ensure accurate color reproduction during playback
         
     | 
| 
      
 2892 
     | 
    
         
            +
                #   and transcoding.
         
     | 
| 
      
 2893 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 2894 
     | 
    
         
            +
                #
         
     | 
| 
      
 2895 
     | 
    
         
            +
                # @!attribute [rw] height
         
     | 
| 
      
 2896 
     | 
    
         
            +
                #   The height in pixels as coded by the codec. This represents the
         
     | 
| 
      
 2897 
     | 
    
         
            +
                #   actual encoded video height as specified in the video stream
         
     | 
| 
      
 2898 
     | 
    
         
            +
                #   headers.
         
     | 
| 
      
 2899 
     | 
    
         
            +
                #   @return [Integer]
         
     | 
| 
      
 2900 
     | 
    
         
            +
                #
         
     | 
| 
      
 2901 
     | 
    
         
            +
                # @!attribute [rw] level
         
     | 
| 
      
 2902 
     | 
    
         
            +
                #   The codec level or tier that specifies the maximum processing
         
     | 
| 
      
 2903 
     | 
    
         
            +
                #   requirements and capabilities. Levels define constraints such as
         
     | 
| 
      
 2904 
     | 
    
         
            +
                #   maximum bit rate, frame rate, and resolution.
         
     | 
| 
      
 2905 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 2906 
     | 
    
         
            +
                #
         
     | 
| 
      
 2907 
     | 
    
         
            +
                # @!attribute [rw] matrix_coefficients
         
     | 
| 
      
 2908 
     | 
    
         
            +
                #   The color space matrix coefficients of the video track, defining how
         
     | 
| 
      
 2909 
     | 
    
         
            +
                #   RGB color values are converted to and from YUV color space. This
         
     | 
| 
      
 2910 
     | 
    
         
            +
                #   affects color accuracy during encoding and decoding processes.
         
     | 
| 
      
 2911 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 2912 
     | 
    
         
            +
                #
         
     | 
| 
      
 2913 
     | 
    
         
            +
                # @!attribute [rw] profile
         
     | 
| 
      
 2914 
     | 
    
         
            +
                #   The codec profile used to encode the video. Profiles define specific
         
     | 
| 
      
 2915 
     | 
    
         
            +
                #   feature sets and capabilities within a codec standard. For example,
         
     | 
| 
      
 2916 
     | 
    
         
            +
                #   H.264 profiles include Baseline, Main, and High, each supporting
         
     | 
| 
      
 2917 
     | 
    
         
            +
                #   different encoding features and complexity levels.
         
     | 
| 
      
 2918 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 2919 
     | 
    
         
            +
                #
         
     | 
| 
      
 2920 
     | 
    
         
            +
                # @!attribute [rw] scan_type
         
     | 
| 
      
 2921 
     | 
    
         
            +
                #   The scanning method specified in the video essence, indicating
         
     | 
| 
      
 2922 
     | 
    
         
            +
                #   whether the video uses progressive or interlaced scanning.
         
     | 
| 
      
 2923 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 2924 
     | 
    
         
            +
                #
         
     | 
| 
      
 2925 
     | 
    
         
            +
                # @!attribute [rw] transfer_characteristics
         
     | 
| 
      
 2926 
     | 
    
         
            +
                #   The color space transfer characteristics of the video track,
         
     | 
| 
      
 2927 
     | 
    
         
            +
                #   defining the relationship between linear light values and the
         
     | 
| 
      
 2928 
     | 
    
         
            +
                #   encoded signal values. This affects brightness and contrast
         
     | 
| 
      
 2929 
     | 
    
         
            +
                #   reproduction.
         
     | 
| 
      
 2930 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 2931 
     | 
    
         
            +
                #
         
     | 
| 
      
 2932 
     | 
    
         
            +
                # @!attribute [rw] width
         
     | 
| 
      
 2933 
     | 
    
         
            +
                #   The width in pixels as coded by the codec. This represents the
         
     | 
| 
      
 2934 
     | 
    
         
            +
                #   actual encoded video width as specified in the video stream headers.
         
     | 
| 
      
 2935 
     | 
    
         
            +
                #   @return [Integer]
         
     | 
| 
      
 2936 
     | 
    
         
            +
                #
         
     | 
| 
      
 2937 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/CodecMetadata AWS API Documentation
         
     | 
| 
      
 2938 
     | 
    
         
            +
                #
         
     | 
| 
      
 2939 
     | 
    
         
            +
                class CodecMetadata < Struct.new(
         
     | 
| 
      
 2940 
     | 
    
         
            +
                  :bit_depth,
         
     | 
| 
      
 2941 
     | 
    
         
            +
                  :chroma_subsampling,
         
     | 
| 
      
 2942 
     | 
    
         
            +
                  :coded_frame_rate,
         
     | 
| 
      
 2943 
     | 
    
         
            +
                  :color_primaries,
         
     | 
| 
      
 2944 
     | 
    
         
            +
                  :height,
         
     | 
| 
      
 2945 
     | 
    
         
            +
                  :level,
         
     | 
| 
      
 2946 
     | 
    
         
            +
                  :matrix_coefficients,
         
     | 
| 
      
 2947 
     | 
    
         
            +
                  :profile,
         
     | 
| 
      
 2948 
     | 
    
         
            +
                  :scan_type,
         
     | 
| 
      
 2949 
     | 
    
         
            +
                  :transfer_characteristics,
         
     | 
| 
      
 2950 
     | 
    
         
            +
                  :width)
         
     | 
| 
      
 2951 
     | 
    
         
            +
                  SENSITIVE = []
         
     | 
| 
      
 2952 
     | 
    
         
            +
                  include Aws::Structure
         
     | 
| 
      
 2953 
     | 
    
         
            +
                end
         
     | 
| 
      
 2954 
     | 
    
         
            +
             
     | 
| 
       2855 
2955 
     | 
    
         
             
                # Custom 3D lut settings
         
     | 
| 
       2856 
2956 
     | 
    
         
             
                #
         
     | 
| 
       2857 
2957 
     | 
    
         
             
                # @!attribute [rw] file_input
         
     | 
| 
         @@ -3169,10 +3269,12 @@ module Aws::MediaConvert 
     | 
|
| 
       3169 
3269 
     | 
    
         
             
                #
         
     | 
| 
       3170 
3270 
     | 
    
         
             
                # @!attribute [rw] job_engine_version
         
     | 
| 
       3171 
3271 
     | 
    
         
             
                #   Use Job engine versions to run jobs for your production workflow on
         
     | 
| 
       3172 
     | 
    
         
            -
                #   one version, while you test and validate the latest version.  
     | 
| 
       3173 
     | 
    
         
            -
                #    
     | 
| 
       3174 
     | 
    
         
            -
                #    
     | 
| 
       3175 
     | 
    
         
            -
                #    
     | 
| 
      
 3272 
     | 
    
         
            +
                #   one version, while you test and validate the latest version. Job
         
     | 
| 
      
 3273 
     | 
    
         
            +
                #   engine versions represent periodically grouped MediaConvert releases
         
     | 
| 
      
 3274 
     | 
    
         
            +
                #   with new features, updates, improvements, and fixes. Job engine
         
     | 
| 
      
 3275 
     | 
    
         
            +
                #   versions are in a YYYY-MM-DD format. Note that the Job engine
         
     | 
| 
      
 3276 
     | 
    
         
            +
                #   version feature is not publicly available at this time. To request
         
     | 
| 
      
 3277 
     | 
    
         
            +
                #   access, contact AWS support.
         
     | 
| 
       3176 
3278 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       3177 
3279 
     | 
    
         
             
                #
         
     | 
| 
       3178 
3280 
     | 
    
         
             
                # @!attribute [rw] job_template
         
     | 
| 
         @@ -4638,9 +4740,8 @@ module Aws::MediaConvert 
     | 
|
| 
       4638 
4740 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       4639 
4741 
     | 
    
         
             
                #
         
     | 
| 
       4640 
4742 
     | 
    
         
             
                # @!attribute [rw] language_code
         
     | 
| 
       4641 
     | 
    
         
            -
                #   Specify the language  
     | 
| 
       4642 
     | 
    
         
            -
                #    
     | 
| 
       4643 
     | 
    
         
            -
                #   job settings choose from an ISO 639-2 three-letter code listed at
         
     | 
| 
      
 4743 
     | 
    
         
            +
                #   Specify the language, using an ISO 639-2 three-letter code in all
         
     | 
| 
      
 4744 
     | 
    
         
            +
                #   capital letters. You can find a list of codes at:
         
     | 
| 
       4644 
4745 
     | 
    
         
             
                #   https://www.loc.gov/standards/iso639-2/php/code\_list.php
         
     | 
| 
       4645 
4746 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       4646 
4747 
     | 
    
         
             
                #
         
     | 
| 
         @@ -5521,7 +5622,8 @@ module Aws::MediaConvert 
     | 
|
| 
       5521 
5622 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       5522 
5623 
     | 
    
         
             
                end
         
     | 
| 
       5523 
5624 
     | 
    
         | 
| 
       5524 
     | 
    
         
            -
                # The frame rate of the video or audio track 
     | 
| 
      
 5625 
     | 
    
         
            +
                # The frame rate of the video or audio track, expressed as a fraction
         
     | 
| 
      
 5626 
     | 
    
         
            +
                # with numerator and denominator values.
         
     | 
| 
       5525 
5627 
     | 
    
         
             
                #
         
     | 
| 
       5526 
5628 
     | 
    
         
             
                # @!attribute [rw] denominator
         
     | 
| 
       5527 
5629 
     | 
    
         
             
                #   The denominator, or bottom number, in the fractional frame rate. For
         
     | 
| 
         @@ -5605,6 +5707,49 @@ module Aws::MediaConvert 
     | 
|
| 
       5605 
5707 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       5606 
5708 
     | 
    
         
             
                end
         
     | 
| 
       5607 
5709 
     | 
    
         | 
| 
      
 5710 
     | 
    
         
            +
                # Retrieve a JSON array of up to twenty of your most recent jobs matched
         
     | 
| 
      
 5711 
     | 
    
         
            +
                # by a jobs query.
         
     | 
| 
      
 5712 
     | 
    
         
            +
                #
         
     | 
| 
      
 5713 
     | 
    
         
            +
                # @!attribute [rw] id
         
     | 
| 
      
 5714 
     | 
    
         
            +
                #   The ID of the jobs query.
         
     | 
| 
      
 5715 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 5716 
     | 
    
         
            +
                #
         
     | 
| 
      
 5717 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/GetJobsQueryResultsRequest AWS API Documentation
         
     | 
| 
      
 5718 
     | 
    
         
            +
                #
         
     | 
| 
      
 5719 
     | 
    
         
            +
                class GetJobsQueryResultsRequest < Struct.new(
         
     | 
| 
      
 5720 
     | 
    
         
            +
                  :id)
         
     | 
| 
      
 5721 
     | 
    
         
            +
                  SENSITIVE = []
         
     | 
| 
      
 5722 
     | 
    
         
            +
                  include Aws::Structure
         
     | 
| 
      
 5723 
     | 
    
         
            +
                end
         
     | 
| 
      
 5724 
     | 
    
         
            +
             
     | 
| 
      
 5725 
     | 
    
         
            +
                # If the jobs query completed successfully, then a JSON array of jobs
         
     | 
| 
      
 5726 
     | 
    
         
            +
                # will be included in this response. To retrieve the twenty next most
         
     | 
| 
      
 5727 
     | 
    
         
            +
                # recent jobs matched by your jobs query, call the StartJobsQuery using
         
     | 
| 
      
 5728 
     | 
    
         
            +
                # the nextToken string returned in this response.
         
     | 
| 
      
 5729 
     | 
    
         
            +
                #
         
     | 
| 
      
 5730 
     | 
    
         
            +
                # @!attribute [rw] jobs
         
     | 
| 
      
 5731 
     | 
    
         
            +
                #   List of jobs.
         
     | 
| 
      
 5732 
     | 
    
         
            +
                #   @return [Array<Types::Job>]
         
     | 
| 
      
 5733 
     | 
    
         
            +
                #
         
     | 
| 
      
 5734 
     | 
    
         
            +
                # @!attribute [rw] next_token
         
     | 
| 
      
 5735 
     | 
    
         
            +
                #   Use this string to request the next batch of jobs via the
         
     | 
| 
      
 5736 
     | 
    
         
            +
                #   StartJobsQuery API.
         
     | 
| 
      
 5737 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 5738 
     | 
    
         
            +
                #
         
     | 
| 
      
 5739 
     | 
    
         
            +
                # @!attribute [rw] status
         
     | 
| 
      
 5740 
     | 
    
         
            +
                #   The status of the jobs query.
         
     | 
| 
      
 5741 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 5742 
     | 
    
         
            +
                #
         
     | 
| 
      
 5743 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/GetJobsQueryResultsResponse AWS API Documentation
         
     | 
| 
      
 5744 
     | 
    
         
            +
                #
         
     | 
| 
      
 5745 
     | 
    
         
            +
                class GetJobsQueryResultsResponse < Struct.new(
         
     | 
| 
      
 5746 
     | 
    
         
            +
                  :jobs,
         
     | 
| 
      
 5747 
     | 
    
         
            +
                  :next_token,
         
     | 
| 
      
 5748 
     | 
    
         
            +
                  :status)
         
     | 
| 
      
 5749 
     | 
    
         
            +
                  SENSITIVE = []
         
     | 
| 
      
 5750 
     | 
    
         
            +
                  include Aws::Structure
         
     | 
| 
      
 5751 
     | 
    
         
            +
                end
         
     | 
| 
      
 5752 
     | 
    
         
            +
             
     | 
| 
       5608 
5753 
     | 
    
         
             
                # Send a request to retrieve the JSON for your policy.
         
     | 
| 
       5609 
5754 
     | 
    
         
             
                #
         
     | 
| 
       5610 
5755 
     | 
    
         
             
                # @api private
         
     | 
| 
         @@ -6115,7 +6260,8 @@ module Aws::MediaConvert 
     | 
|
| 
       6115 
6260 
     | 
    
         
             
                #   Measure * PSNR\_HVS: Peak Signal-to-Noise Ratio, Human Visual
         
     | 
| 
       6116 
6261 
     | 
    
         
             
                #   System * VMAF: Video Multi-Method Assessment Fusion * QVBR:
         
     | 
| 
       6117 
6262 
     | 
    
         
             
                #   Quality-Defined Variable Bitrate. This option is only available when
         
     | 
| 
       6118 
     | 
    
         
            -
                #   your output uses the QVBR rate control mode.
         
     | 
| 
      
 6263 
     | 
    
         
            +
                #   your output uses the QVBR rate control mode. * SHOT\_CHANGE: Shot
         
     | 
| 
      
 6264 
     | 
    
         
            +
                #   Changes
         
     | 
| 
       6119 
6265 
     | 
    
         
             
                #   @return [Array<String>]
         
     | 
| 
       6120 
6266 
     | 
    
         
             
                #
         
     | 
| 
       6121 
6267 
     | 
    
         
             
                # @!attribute [rw] quality_tuning_level
         
     | 
| 
         @@ -6712,7 +6858,8 @@ module Aws::MediaConvert 
     | 
|
| 
       6712 
6858 
     | 
    
         
             
                #   Measure * PSNR\_HVS: Peak Signal-to-Noise Ratio, Human Visual
         
     | 
| 
       6713 
6859 
     | 
    
         
             
                #   System * VMAF: Video Multi-Method Assessment Fusion * QVBR:
         
     | 
| 
       6714 
6860 
     | 
    
         
             
                #   Quality-Defined Variable Bitrate. This option is only available when
         
     | 
| 
       6715 
     | 
    
         
            -
                #   your output uses the QVBR rate control mode.
         
     | 
| 
      
 6861 
     | 
    
         
            +
                #   your output uses the QVBR rate control mode. * SHOT\_CHANGE: Shot
         
     | 
| 
      
 6862 
     | 
    
         
            +
                #   Changes
         
     | 
| 
       6716 
6863 
     | 
    
         
             
                #   @return [Array<String>]
         
     | 
| 
       6717 
6864 
     | 
    
         
             
                #
         
     | 
| 
       6718 
6865 
     | 
    
         
             
                # @!attribute [rw] quality_tuning_level
         
     | 
| 
         @@ -7082,13 +7229,15 @@ module Aws::MediaConvert 
     | 
|
| 
       7082 
7229 
     | 
    
         
             
                #   @return [Integer]
         
     | 
| 
       7083 
7230 
     | 
    
         
             
                #
         
     | 
| 
       7084 
7231 
     | 
    
         
             
                # @!attribute [rw] custom_language_code
         
     | 
| 
       7085 
     | 
    
         
            -
                #   Specify the language 
     | 
| 
       7086 
     | 
    
         
            -
                #    
     | 
| 
      
 7232 
     | 
    
         
            +
                #   Specify the language, using an ISO 639-2 three-letter code in all
         
     | 
| 
      
 7233 
     | 
    
         
            +
                #   capital letters. You can find a list of codes at:
         
     | 
| 
      
 7234 
     | 
    
         
            +
                #   https://www.loc.gov/standards/iso639-2/php/code\_list.php
         
     | 
| 
       7087 
7235 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       7088 
7236 
     | 
    
         
             
                #
         
     | 
| 
       7089 
7237 
     | 
    
         
             
                # @!attribute [rw] language_code
         
     | 
| 
       7090 
     | 
    
         
            -
                #   Specify the language, using  
     | 
| 
       7091 
     | 
    
         
            -
                #    
     | 
| 
      
 7238 
     | 
    
         
            +
                #   Specify the language, using an ISO 639-2 three-letter code in all
         
     | 
| 
      
 7239 
     | 
    
         
            +
                #   capital letters. You can find a list of codes at:
         
     | 
| 
      
 7240 
     | 
    
         
            +
                #   https://www.loc.gov/standards/iso639-2/php/code\_list.php
         
     | 
| 
       7092 
7241 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       7093 
7242 
     | 
    
         
             
                #
         
     | 
| 
       7094 
7243 
     | 
    
         
             
                # @!attribute [rw] language_description
         
     | 
| 
         @@ -7526,8 +7675,9 @@ module Aws::MediaConvert 
     | 
|
| 
       7526 
7675 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       7527 
7676 
     | 
    
         
             
                #
         
     | 
| 
       7528 
7677 
     | 
    
         
             
                # @!attribute [rw] rendition_language_code
         
     | 
| 
       7529 
     | 
    
         
            -
                #    
     | 
| 
       7530 
     | 
    
         
            -
                #    
     | 
| 
      
 7678 
     | 
    
         
            +
                #   Optionally specify the language, using an ISO 639-2 or ISO 639-3
         
     | 
| 
      
 7679 
     | 
    
         
            +
                #   three-letter code in all capital letters. You can find a list of
         
     | 
| 
      
 7680 
     | 
    
         
            +
                #   codes at: https://www.loc.gov/standards/iso639-2/php/code\_list.php
         
     | 
| 
       7531 
7681 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       7532 
7682 
     | 
    
         
             
                #
         
     | 
| 
       7533 
7683 
     | 
    
         
             
                # @!attribute [rw] rendition_name
         
     | 
| 
         @@ -7727,7 +7877,7 @@ module Aws::MediaConvert 
     | 
|
| 
       7727 
7877 
     | 
    
         
             
                #   to your output HLS or DASH manifest. For HLS manifests, MediaConvert
         
     | 
| 
       7728 
7878 
     | 
    
         
             
                #   adds the following accessibility attributes under EXT-X-MEDIA for
         
     | 
| 
       7729 
7879 
     | 
    
         
             
                #   this track:
         
     | 
| 
       7730 
     | 
    
         
            -
                #   CHARACTERISTICS="public.accessibility. 
     | 
| 
      
 7880 
     | 
    
         
            +
                #   CHARACTERISTICS="public.accessibility.transcribes-spoken-dialog,public.accessibility.describes-music-and-sound"
         
     | 
| 
       7731 
7881 
     | 
    
         
             
                #   and AUTOSELECT="YES". For DASH manifests, MediaConvert adds the
         
     | 
| 
       7732 
7882 
     | 
    
         
             
                #   following in the adaptation set for this track: <Accessibility
         
     | 
| 
       7733 
7883 
     | 
    
         
             
                #   schemeIdUri="urn:mpeg:dash:role:2011" value="caption" />
         
     | 
| 
         @@ -8453,11 +8603,29 @@ module Aws::MediaConvert 
     | 
|
| 
       8453 
8603 
     | 
    
         
             
                #   denominator blank.
         
     | 
| 
       8454 
8604 
     | 
    
         
             
                #   @return [Integer]
         
     | 
| 
       8455 
8605 
     | 
    
         
             
                #
         
     | 
| 
      
 8606 
     | 
    
         
            +
                # @!attribute [rw] height
         
     | 
| 
      
 8607 
     | 
    
         
            +
                #   Specify the height, in pixels, for your video generator input. This
         
     | 
| 
      
 8608 
     | 
    
         
            +
                #   is useful for positioning when you include one or more video
         
     | 
| 
      
 8609 
     | 
    
         
            +
                #   overlays for this input. To use the default resolution 540x360:
         
     | 
| 
      
 8610 
     | 
    
         
            +
                #   Leave both width and height blank. To specify a height: Enter an
         
     | 
| 
      
 8611 
     | 
    
         
            +
                #   even integer from 32 to 8192. When you do, you must also specify a
         
     | 
| 
      
 8612 
     | 
    
         
            +
                #   value for width.
         
     | 
| 
      
 8613 
     | 
    
         
            +
                #   @return [Integer]
         
     | 
| 
      
 8614 
     | 
    
         
            +
                #
         
     | 
| 
       8456 
8615 
     | 
    
         
             
                # @!attribute [rw] sample_rate
         
     | 
| 
       8457 
8616 
     | 
    
         
             
                #   Specify the audio sample rate, in Hz, for the silent audio in your
         
     | 
| 
       8458 
8617 
     | 
    
         
             
                #   video generator input. Enter an integer from 32000 to 48000.
         
     | 
| 
       8459 
8618 
     | 
    
         
             
                #   @return [Integer]
         
     | 
| 
       8460 
8619 
     | 
    
         
             
                #
         
     | 
| 
      
 8620 
     | 
    
         
            +
                # @!attribute [rw] width
         
     | 
| 
      
 8621 
     | 
    
         
            +
                #   Specify the width, in pixels, for your video generator input. This
         
     | 
| 
      
 8622 
     | 
    
         
            +
                #   is useful for positioning when you include one or more video
         
     | 
| 
      
 8623 
     | 
    
         
            +
                #   overlays for this input. To use the default resolution 540x360:
         
     | 
| 
      
 8624 
     | 
    
         
            +
                #   Leave both width and height blank. To specify a width: Enter an even
         
     | 
| 
      
 8625 
     | 
    
         
            +
                #   integer from 32 to 8192. When you do, you must also specify a value
         
     | 
| 
      
 8626 
     | 
    
         
            +
                #   for height.
         
     | 
| 
      
 8627 
     | 
    
         
            +
                #   @return [Integer]
         
     | 
| 
      
 8628 
     | 
    
         
            +
                #
         
     | 
| 
       8461 
8629 
     | 
    
         
             
                # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/InputVideoGenerator AWS API Documentation
         
     | 
| 
       8462 
8630 
     | 
    
         
             
                #
         
     | 
| 
       8463 
8631 
     | 
    
         
             
                class InputVideoGenerator < Struct.new(
         
     | 
| 
         @@ -8465,7 +8633,9 @@ module Aws::MediaConvert 
     | 
|
| 
       8465 
8633 
     | 
    
         
             
                  :duration,
         
     | 
| 
       8466 
8634 
     | 
    
         
             
                  :framerate_denominator,
         
     | 
| 
       8467 
8635 
     | 
    
         
             
                  :framerate_numerator,
         
     | 
| 
       8468 
     | 
    
         
            -
                  : 
     | 
| 
      
 8636 
     | 
    
         
            +
                  :height,
         
     | 
| 
      
 8637 
     | 
    
         
            +
                  :sample_rate,
         
     | 
| 
      
 8638 
     | 
    
         
            +
                  :width)
         
     | 
| 
       8469 
8639 
     | 
    
         
             
                  SENSITIVE = []
         
     | 
| 
       8470 
8640 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       8471 
8641 
     | 
    
         
             
                end
         
     | 
| 
         @@ -8816,7 +8986,11 @@ module Aws::MediaConvert 
     | 
|
| 
       8816 
8986 
     | 
    
         
             
                # @!attribute [rw] version
         
     | 
| 
       8817 
8987 
     | 
    
         
             
                #   Use Job engine versions to run jobs for your production workflow on
         
     | 
| 
       8818 
8988 
     | 
    
         
             
                #   one version, while you test and validate the latest version. Job
         
     | 
| 
       8819 
     | 
    
         
            -
                #   engine versions  
     | 
| 
      
 8989 
     | 
    
         
            +
                #   engine versions represent periodically grouped MediaConvert releases
         
     | 
| 
      
 8990 
     | 
    
         
            +
                #   with new features, updates, improvements, and fixes. Job engine
         
     | 
| 
      
 8991 
     | 
    
         
            +
                #   versions are in a YYYY-MM-DD format. Note that the Job engine
         
     | 
| 
      
 8992 
     | 
    
         
            +
                #   version feature is not publicly available at this time. To request
         
     | 
| 
      
 8993 
     | 
    
         
            +
                #   access, contact AWS support.
         
     | 
| 
       8820 
8994 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       8821 
8995 
     | 
    
         
             
                #
         
     | 
| 
       8822 
8996 
     | 
    
         
             
                # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/JobEngineVersion AWS API Documentation
         
     | 
| 
         @@ -9201,6 +9375,42 @@ module Aws::MediaConvert 
     | 
|
| 
       9201 
9375 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       9202 
9376 
     | 
    
         
             
                end
         
     | 
| 
       9203 
9377 
     | 
    
         | 
| 
      
 9378 
     | 
    
         
            +
                # Provide one or more JobsQueryFilter objects, each containing a Key
         
     | 
| 
      
 9379 
     | 
    
         
            +
                # with an associated Values array. Note that MediaConvert queries jobs
         
     | 
| 
      
 9380 
     | 
    
         
            +
                # using OR logic.
         
     | 
| 
      
 9381 
     | 
    
         
            +
                #
         
     | 
| 
      
 9382 
     | 
    
         
            +
                # @!attribute [rw] key
         
     | 
| 
      
 9383 
     | 
    
         
            +
                #   Specify job details to filter for while performing a jobs query. You
         
     | 
| 
      
 9384 
     | 
    
         
            +
                #   specify these filters as part of a key-value pair within the
         
     | 
| 
      
 9385 
     | 
    
         
            +
                #   JobsQueryFilter array. The following list describes which keys are
         
     | 
| 
      
 9386 
     | 
    
         
            +
                #   available and their possible values: * queue - Your Queue's name
         
     | 
| 
      
 9387 
     | 
    
         
            +
                #   or ARN. * status - Your job's status. (SUBMITTED \| PROGRESSING \|
         
     | 
| 
      
 9388 
     | 
    
         
            +
                #   COMPLETE \| CANCELED \| ERROR) * fileInput - Your input file URL,
         
     | 
| 
      
 9389 
     | 
    
         
            +
                #   or partial input file name. * jobEngineVersionRequested - The Job
         
     | 
| 
      
 9390 
     | 
    
         
            +
                #   engine version that you requested for your job. Valid versions are
         
     | 
| 
      
 9391 
     | 
    
         
            +
                #   in a YYYY-MM-DD format. * jobEngineVersionUsed - The Job engine
         
     | 
| 
      
 9392 
     | 
    
         
            +
                #   version that your job used. This may differ from the version that
         
     | 
| 
      
 9393 
     | 
    
         
            +
                #   you requested. Valid versions are in a YYYY-MM-DD format. *
         
     | 
| 
      
 9394 
     | 
    
         
            +
                #   audioCodec - Your output's audio codec. (AAC \| MP2 \| MP3 \| WAV
         
     | 
| 
      
 9395 
     | 
    
         
            +
                #   \| AIFF \| AC3\| EAC3 \| EAC3\_ATMOS \| VORBIS \| OPUS \|
         
     | 
| 
      
 9396 
     | 
    
         
            +
                #   PASSTHROUGH \| FLAC) * videoCodec - Your output's video codec.
         
     | 
| 
      
 9397 
     | 
    
         
            +
                #   (AV1 \| AVC\_INTRA \| FRAME\_CAPTURE \| H\_264 \| H\_265 \| MPEG2 \|
         
     | 
| 
      
 9398 
     | 
    
         
            +
                #   PASSTHROUGH \| PRORES \| UNCOMPRESSED \| VC3 \| VP8 \| VP9 \| XAVC)
         
     | 
| 
      
 9399 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 9400 
     | 
    
         
            +
                #
         
     | 
| 
      
 9401 
     | 
    
         
            +
                # @!attribute [rw] values
         
     | 
| 
      
 9402 
     | 
    
         
            +
                #   A list of values associated with a JobsQueryFilterKey.
         
     | 
| 
      
 9403 
     | 
    
         
            +
                #   @return [Array<String>]
         
     | 
| 
      
 9404 
     | 
    
         
            +
                #
         
     | 
| 
      
 9405 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/JobsQueryFilter AWS API Documentation
         
     | 
| 
      
 9406 
     | 
    
         
            +
                #
         
     | 
| 
      
 9407 
     | 
    
         
            +
                class JobsQueryFilter < Struct.new(
         
     | 
| 
      
 9408 
     | 
    
         
            +
                  :key,
         
     | 
| 
      
 9409 
     | 
    
         
            +
                  :values)
         
     | 
| 
      
 9410 
     | 
    
         
            +
                  SENSITIVE = []
         
     | 
| 
      
 9411 
     | 
    
         
            +
                  include Aws::Structure
         
     | 
| 
      
 9412 
     | 
    
         
            +
                end
         
     | 
| 
      
 9413 
     | 
    
         
            +
             
     | 
| 
       9204 
9414 
     | 
    
         
             
                # Use these settings only when you use Kantar watermarking. Specify the
         
     | 
| 
       9205 
9415 
     | 
    
         
             
                # values that MediaConvert uses to generate and place Kantar watermarks
         
     | 
| 
       9206 
9416 
     | 
    
         
             
                # in your output audio. These settings apply to every output in your
         
     | 
| 
         @@ -9607,7 +9817,9 @@ module Aws::MediaConvert 
     | 
|
| 
       9607 
9817 
     | 
    
         
             
                end
         
     | 
| 
       9608 
9818 
     | 
    
         | 
| 
       9609 
9819 
     | 
    
         
             
                # Retrieve a JSON array of all available Job engine versions and the
         
     | 
| 
       9610 
     | 
    
         
            -
                # date they expire. Job engine versions are in YYYY-MM-DD format.
         
     | 
| 
      
 9820 
     | 
    
         
            +
                # date they expire. Job engine versions are in YYYY-MM-DD format. Note
         
     | 
| 
      
 9821 
     | 
    
         
            +
                # that the Job engine version feature is not publicly available at this
         
     | 
| 
      
 9822 
     | 
    
         
            +
                # time. To request access, contact AWS support.
         
     | 
| 
       9611 
9823 
     | 
    
         
             
                #
         
     | 
| 
       9612 
9824 
     | 
    
         
             
                # @!attribute [rw] max_results
         
     | 
| 
       9613 
9825 
     | 
    
         
             
                #   Optional. Number of valid Job engine versions, up to twenty, that
         
     | 
| 
         @@ -10984,7 +11196,8 @@ module Aws::MediaConvert 
     | 
|
| 
       10984 
11196 
     | 
    
         
             
                #   Measure * PSNR\_HVS: Peak Signal-to-Noise Ratio, Human Visual
         
     | 
| 
       10985 
11197 
     | 
    
         
             
                #   System * VMAF: Video Multi-Method Assessment Fusion * QVBR:
         
     | 
| 
       10986 
11198 
     | 
    
         
             
                #   Quality-Defined Variable Bitrate. This option is only available when
         
     | 
| 
       10987 
     | 
    
         
            -
                #   your output uses the QVBR rate control mode.
         
     | 
| 
      
 11199 
     | 
    
         
            +
                #   your output uses the QVBR rate control mode. * SHOT\_CHANGE: Shot
         
     | 
| 
      
 11200 
     | 
    
         
            +
                #   Changes
         
     | 
| 
       10988 
11201 
     | 
    
         
             
                #   @return [Array<String>]
         
     | 
| 
       10989 
11202 
     | 
    
         
             
                #
         
     | 
| 
       10990 
11203 
     | 
    
         
             
                # @!attribute [rw] quality_tuning_level
         
     | 
| 
         @@ -11915,7 +12128,8 @@ module Aws::MediaConvert 
     | 
|
| 
       11915 
12128 
     | 
    
         
             
                #   Measure * PSNR\_HVS: Peak Signal-to-Noise Ratio, Human Visual
         
     | 
| 
       11916 
12129 
     | 
    
         
             
                #   System * VMAF: Video Multi-Method Assessment Fusion * QVBR:
         
     | 
| 
       11917 
12130 
     | 
    
         
             
                #   Quality-Defined Variable Bitrate. This option is only available when
         
     | 
| 
       11918 
     | 
    
         
            -
                #   your output uses the QVBR rate control mode.
         
     | 
| 
      
 12131 
     | 
    
         
            +
                #   your output uses the QVBR rate control mode. * SHOT\_CHANGE: Shot
         
     | 
| 
      
 12132 
     | 
    
         
            +
                #   Changes
         
     | 
| 
       11919 
12133 
     | 
    
         
             
                #   @return [Array<String>]
         
     | 
| 
       11920 
12134 
     | 
    
         
             
                #
         
     | 
| 
       11921 
12135 
     | 
    
         
             
                # @!attribute [rw] type
         
     | 
| 
         @@ -12288,7 +12502,8 @@ module Aws::MediaConvert 
     | 
|
| 
       12288 
12502 
     | 
    
         
             
                #   Measure * PSNR\_HVS: Peak Signal-to-Noise Ratio, Human Visual
         
     | 
| 
       12289 
12503 
     | 
    
         
             
                #   System * VMAF: Video Multi-Method Assessment Fusion * QVBR:
         
     | 
| 
       12290 
12504 
     | 
    
         
             
                #   Quality-Defined Variable Bitrate. This option is only available when
         
     | 
| 
       12291 
     | 
    
         
            -
                #   your output uses the QVBR rate control mode.
         
     | 
| 
      
 12505 
     | 
    
         
            +
                #   your output uses the QVBR rate control mode. * SHOT\_CHANGE: Shot
         
     | 
| 
      
 12506 
     | 
    
         
            +
                #   Changes
         
     | 
| 
       12292 
12507 
     | 
    
         
             
                #   @return [Array<String>]
         
     | 
| 
       12293 
12508 
     | 
    
         
             
                #
         
     | 
| 
       12294 
12509 
     | 
    
         
             
                # @!attribute [rw] scan_type_conversion_mode
         
     | 
| 
         @@ -12937,6 +13152,17 @@ module Aws::MediaConvert 
     | 
|
| 
       12937 
13152 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       12938 
13153 
     | 
    
         
             
                end
         
     | 
| 
       12939 
13154 
     | 
    
         | 
| 
      
 13155 
     | 
    
         
            +
                # @!attribute [rw] message
         
     | 
| 
      
 13156 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 13157 
     | 
    
         
            +
                #
         
     | 
| 
      
 13158 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/ServiceQuotaExceededException AWS API Documentation
         
     | 
| 
      
 13159 
     | 
    
         
            +
                #
         
     | 
| 
      
 13160 
     | 
    
         
            +
                class ServiceQuotaExceededException < Struct.new(
         
     | 
| 
      
 13161 
     | 
    
         
            +
                  :message)
         
     | 
| 
      
 13162 
     | 
    
         
            +
                  SENSITIVE = []
         
     | 
| 
      
 13163 
     | 
    
         
            +
                  include Aws::Structure
         
     | 
| 
      
 13164 
     | 
    
         
            +
                end
         
     | 
| 
      
 13165 
     | 
    
         
            +
             
     | 
| 
       12940 
13166 
     | 
    
         
             
                # If your output group type is HLS, DASH, or Microsoft Smooth, use these
         
     | 
| 
       12941 
13167 
     | 
    
         
             
                # settings when doing DRM encryption with a SPEKE-compliant key
         
     | 
| 
       12942 
13168 
     | 
    
         
             
                # provider. If your output group type is CMAF, use the
         
     | 
| 
         @@ -13067,6 +13293,57 @@ module Aws::MediaConvert 
     | 
|
| 
       13067 
13293 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       13068 
13294 
     | 
    
         
             
                end
         
     | 
| 
       13069 
13295 
     | 
    
         | 
| 
      
 13296 
     | 
    
         
            +
                # Start an asynchronous jobs query using the provided filters. To
         
     | 
| 
      
 13297 
     | 
    
         
            +
                # receive the list of jobs that match your query, call the
         
     | 
| 
      
 13298 
     | 
    
         
            +
                # GetJobsQueryResults API using the query ID returned by this API.
         
     | 
| 
      
 13299 
     | 
    
         
            +
                #
         
     | 
| 
      
 13300 
     | 
    
         
            +
                # @!attribute [rw] filter_list
         
     | 
| 
      
 13301 
     | 
    
         
            +
                #   Optional. Provide an array of JobsQueryFilters for your
         
     | 
| 
      
 13302 
     | 
    
         
            +
                #   StartJobsQuery request.
         
     | 
| 
      
 13303 
     | 
    
         
            +
                #   @return [Array<Types::JobsQueryFilter>]
         
     | 
| 
      
 13304 
     | 
    
         
            +
                #
         
     | 
| 
      
 13305 
     | 
    
         
            +
                # @!attribute [rw] max_results
         
     | 
| 
      
 13306 
     | 
    
         
            +
                #   Optional. Number of jobs, up to twenty, that will be included in the
         
     | 
| 
      
 13307 
     | 
    
         
            +
                #   jobs query.
         
     | 
| 
      
 13308 
     | 
    
         
            +
                #   @return [Integer]
         
     | 
| 
      
 13309 
     | 
    
         
            +
                #
         
     | 
| 
      
 13310 
     | 
    
         
            +
                # @!attribute [rw] next_token
         
     | 
| 
      
 13311 
     | 
    
         
            +
                #   Use this string to request the next batch of jobs matched by a jobs
         
     | 
| 
      
 13312 
     | 
    
         
            +
                #   query.
         
     | 
| 
      
 13313 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 13314 
     | 
    
         
            +
                #
         
     | 
| 
      
 13315 
     | 
    
         
            +
                # @!attribute [rw] order
         
     | 
| 
      
 13316 
     | 
    
         
            +
                #   Optional. When you request lists of resources, you can specify
         
     | 
| 
      
 13317 
     | 
    
         
            +
                #   whether they are sorted in ASCENDING or DESCENDING order. Default
         
     | 
| 
      
 13318 
     | 
    
         
            +
                #   varies by resource.
         
     | 
| 
      
 13319 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 13320 
     | 
    
         
            +
                #
         
     | 
| 
      
 13321 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/StartJobsQueryRequest AWS API Documentation
         
     | 
| 
      
 13322 
     | 
    
         
            +
                #
         
     | 
| 
      
 13323 
     | 
    
         
            +
                class StartJobsQueryRequest < Struct.new(
         
     | 
| 
      
 13324 
     | 
    
         
            +
                  :filter_list,
         
     | 
| 
      
 13325 
     | 
    
         
            +
                  :max_results,
         
     | 
| 
      
 13326 
     | 
    
         
            +
                  :next_token,
         
     | 
| 
      
 13327 
     | 
    
         
            +
                  :order)
         
     | 
| 
      
 13328 
     | 
    
         
            +
                  SENSITIVE = []
         
     | 
| 
      
 13329 
     | 
    
         
            +
                  include Aws::Structure
         
     | 
| 
      
 13330 
     | 
    
         
            +
                end
         
     | 
| 
      
 13331 
     | 
    
         
            +
             
     | 
| 
      
 13332 
     | 
    
         
            +
                # Successful requests return an ID that corresponds to an asynchronous
         
     | 
| 
      
 13333 
     | 
    
         
            +
                # jobs query.
         
     | 
| 
      
 13334 
     | 
    
         
            +
                #
         
     | 
| 
      
 13335 
     | 
    
         
            +
                # @!attribute [rw] id
         
     | 
| 
      
 13336 
     | 
    
         
            +
                #   The ID of the jobs query.
         
     | 
| 
      
 13337 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 13338 
     | 
    
         
            +
                #
         
     | 
| 
      
 13339 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/StartJobsQueryResponse AWS API Documentation
         
     | 
| 
      
 13340 
     | 
    
         
            +
                #
         
     | 
| 
      
 13341 
     | 
    
         
            +
                class StartJobsQueryResponse < Struct.new(
         
     | 
| 
      
 13342 
     | 
    
         
            +
                  :id)
         
     | 
| 
      
 13343 
     | 
    
         
            +
                  SENSITIVE = []
         
     | 
| 
      
 13344 
     | 
    
         
            +
                  include Aws::Structure
         
     | 
| 
      
 13345 
     | 
    
         
            +
                end
         
     | 
| 
      
 13346 
     | 
    
         
            +
             
     | 
| 
       13070 
13347 
     | 
    
         
             
                # Use these settings to set up encryption with a static key provider.
         
     | 
| 
       13071 
13348 
     | 
    
         
             
                #
         
     | 
| 
       13072 
13349 
     | 
    
         
             
                # @!attribute [rw] key_format
         
     | 
| 
         @@ -14581,19 +14858,34 @@ module Aws::MediaConvert 
     | 
|
| 
       14581 
14858 
     | 
    
         
             
                # Details about the media file's video track.
         
     | 
| 
       14582 
14859 
     | 
    
         
             
                #
         
     | 
| 
       14583 
14860 
     | 
    
         
             
                # @!attribute [rw] bit_depth
         
     | 
| 
       14584 
     | 
    
         
            -
                #   The  
     | 
| 
      
 14861 
     | 
    
         
            +
                #   The number of bits used per color component such as 8, 10, or 12
         
     | 
| 
      
 14862 
     | 
    
         
            +
                #   bits. Standard range (SDR) video typically uses 8-bit, while 10-bit
         
     | 
| 
      
 14863 
     | 
    
         
            +
                #   is common for high dynamic range (HDR).
         
     | 
| 
       14585 
14864 
     | 
    
         
             
                #   @return [Integer]
         
     | 
| 
       14586 
14865 
     | 
    
         
             
                #
         
     | 
| 
       14587 
14866 
     | 
    
         
             
                # @!attribute [rw] bit_rate
         
     | 
| 
       14588 
14867 
     | 
    
         
             
                #   The bit rate of the video track, in bits per second.
         
     | 
| 
       14589 
14868 
     | 
    
         
             
                #   @return [Integer]
         
     | 
| 
       14590 
14869 
     | 
    
         
             
                #
         
     | 
| 
      
 14870 
     | 
    
         
            +
                # @!attribute [rw] codec_metadata
         
     | 
| 
      
 14871 
     | 
    
         
            +
                #   Codec-specific parameters parsed from the video essence headers.
         
     | 
| 
      
 14872 
     | 
    
         
            +
                #   This information provides detailed technical specifications about
         
     | 
| 
      
 14873 
     | 
    
         
            +
                #   how the video was encoded, including profile settings, resolution
         
     | 
| 
      
 14874 
     | 
    
         
            +
                #   details, and color space information that can help you understand
         
     | 
| 
      
 14875 
     | 
    
         
            +
                #   the source video characteristics and make informed encoding
         
     | 
| 
      
 14876 
     | 
    
         
            +
                #   decisions.
         
     | 
| 
      
 14877 
     | 
    
         
            +
                #   @return [Types::CodecMetadata]
         
     | 
| 
      
 14878 
     | 
    
         
            +
                #
         
     | 
| 
       14591 
14879 
     | 
    
         
             
                # @!attribute [rw] color_primaries
         
     | 
| 
       14592 
     | 
    
         
            -
                #   The color space  
     | 
| 
      
 14880 
     | 
    
         
            +
                #   The color space primaries of the video track, defining the red,
         
     | 
| 
      
 14881 
     | 
    
         
            +
                #   green, and blue color coordinates used for the video. This
         
     | 
| 
      
 14882 
     | 
    
         
            +
                #   information helps ensure accurate color reproduction during playback
         
     | 
| 
      
 14883 
     | 
    
         
            +
                #   and transcoding.
         
     | 
| 
       14593 
14884 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       14594 
14885 
     | 
    
         
             
                #
         
     | 
| 
       14595 
14886 
     | 
    
         
             
                # @!attribute [rw] frame_rate
         
     | 
| 
       14596 
     | 
    
         
            -
                #   The frame rate of the video or audio track 
     | 
| 
      
 14887 
     | 
    
         
            +
                #   The frame rate of the video or audio track, expressed as a fraction
         
     | 
| 
      
 14888 
     | 
    
         
            +
                #   with numerator and denominator values.
         
     | 
| 
       14597 
14889 
     | 
    
         
             
                #   @return [Types::FrameRate]
         
     | 
| 
       14598 
14890 
     | 
    
         
             
                #
         
     | 
| 
       14599 
14891 
     | 
    
         
             
                # @!attribute [rw] height
         
     | 
| 
         @@ -14601,11 +14893,16 @@ module Aws::MediaConvert 
     | 
|
| 
       14601 
14893 
     | 
    
         
             
                #   @return [Integer]
         
     | 
| 
       14602 
14894 
     | 
    
         
             
                #
         
     | 
| 
       14603 
14895 
     | 
    
         
             
                # @!attribute [rw] matrix_coefficients
         
     | 
| 
       14604 
     | 
    
         
            -
                #   The color space matrix coefficients of the video track 
     | 
| 
      
 14896 
     | 
    
         
            +
                #   The color space matrix coefficients of the video track, defining how
         
     | 
| 
      
 14897 
     | 
    
         
            +
                #   RGB color values are converted to and from YUV color space. This
         
     | 
| 
      
 14898 
     | 
    
         
            +
                #   affects color accuracy during encoding and decoding processes.
         
     | 
| 
       14605 
14899 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       14606 
14900 
     | 
    
         
             
                #
         
     | 
| 
       14607 
14901 
     | 
    
         
             
                # @!attribute [rw] transfer_characteristics
         
     | 
| 
       14608 
     | 
    
         
            -
                #   The color space transfer characteristics of the video track 
     | 
| 
      
 14902 
     | 
    
         
            +
                #   The color space transfer characteristics of the video track,
         
     | 
| 
      
 14903 
     | 
    
         
            +
                #   defining the relationship between linear light values and the
         
     | 
| 
      
 14904 
     | 
    
         
            +
                #   encoded signal values. This affects brightness and contrast
         
     | 
| 
      
 14905 
     | 
    
         
            +
                #   reproduction.
         
     | 
| 
       14609 
14906 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       14610 
14907 
     | 
    
         
             
                #
         
     | 
| 
       14611 
14908 
     | 
    
         
             
                # @!attribute [rw] width
         
     | 
| 
         @@ -14617,6 +14914,7 @@ module Aws::MediaConvert 
     | 
|
| 
       14617 
14914 
     | 
    
         
             
                class VideoProperties < Struct.new(
         
     | 
| 
       14618 
14915 
     | 
    
         
             
                  :bit_depth,
         
     | 
| 
       14619 
14916 
     | 
    
         
             
                  :bit_rate,
         
     | 
| 
      
 14917 
     | 
    
         
            +
                  :codec_metadata,
         
     | 
| 
       14620 
14918 
     | 
    
         
             
                  :color_primaries,
         
     | 
| 
       14621 
14919 
     | 
    
         
             
                  :frame_rate,
         
     | 
| 
       14622 
14920 
     | 
    
         
             
                  :height,
         
     | 
| 
         @@ -15151,7 +15449,7 @@ module Aws::MediaConvert 
     | 
|
| 
       15151 
15449 
     | 
    
         
             
                #   attributes to your output HLS or DASH manifest. For HLS manifests,
         
     | 
| 
       15152 
15450 
     | 
    
         
             
                #   MediaConvert adds the following accessibility attributes under
         
     | 
| 
       15153 
15451 
     | 
    
         
             
                #   EXT-X-MEDIA for this track:
         
     | 
| 
       15154 
     | 
    
         
            -
                #   CHARACTERISTICS="public.accessibility. 
     | 
| 
      
 15452 
     | 
    
         
            +
                #   CHARACTERISTICS="public.accessibility.transcribes-spoken-dialog,public.accessibility.describes-music-and-sound"
         
     | 
| 
       15155 
15453 
     | 
    
         
             
                #   and AUTOSELECT="YES". For DASH manifests, MediaConvert adds the
         
     | 
| 
       15156 
15454 
     | 
    
         
             
                #   following in the adaptation set for this track: <Accessibility
         
     | 
| 
       15157 
15455 
     | 
    
         
             
                #   schemeIdUri="urn:mpeg:dash:role:2011" value="caption" />
         
     | 
| 
         @@ -15207,8 +15505,9 @@ module Aws::MediaConvert 
     | 
|
| 
       15207 
15505 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       15208 
15506 
     | 
    
         
             
                #
         
     | 
| 
       15209 
15507 
     | 
    
         
             
                # @!attribute [rw] rendition_language_code
         
     | 
| 
       15210 
     | 
    
         
            -
                #    
     | 
| 
       15211 
     | 
    
         
            -
                #    
     | 
| 
      
 15508 
     | 
    
         
            +
                #   Optionally specify the language, using an ISO 639-2 or ISO 639-3
         
     | 
| 
      
 15509 
     | 
    
         
            +
                #   three-letter code in all capital letters. You can find a list of
         
     | 
| 
      
 15510 
     | 
    
         
            +
                #   codes at: https://www.loc.gov/standards/iso639-2/php/code\_list.php
         
     | 
| 
       15212 
15511 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       15213 
15512 
     | 
    
         
             
                #
         
     | 
| 
       15214 
15513 
     | 
    
         
             
                # @!attribute [rw] rendition_name
         
     | 
| 
         @@ -15546,7 +15845,8 @@ module Aws::MediaConvert 
     | 
|
| 
       15546 
15845 
     | 
    
         
             
                #   Measure * PSNR\_HVS: Peak Signal-to-Noise Ratio, Human Visual
         
     | 
| 
       15547 
15846 
     | 
    
         
             
                #   System * VMAF: Video Multi-Method Assessment Fusion * QVBR:
         
     | 
| 
       15548 
15847 
     | 
    
         
             
                #   Quality-Defined Variable Bitrate. This option is only available when
         
     | 
| 
       15549 
     | 
    
         
            -
                #   your output uses the QVBR rate control mode.
         
     | 
| 
      
 15848 
     | 
    
         
            +
                #   your output uses the QVBR rate control mode. * SHOT\_CHANGE: Shot
         
     | 
| 
      
 15849 
     | 
    
         
            +
                #   Changes
         
     | 
| 
       15550 
15850 
     | 
    
         
             
                #   @return [Array<String>]
         
     | 
| 
       15551 
15851 
     | 
    
         
             
                #
         
     | 
| 
       15552 
15852 
     | 
    
         
             
                # @!attribute [rw] profile
         
     | 
    
        data/lib/aws-sdk-mediaconvert.rb
    CHANGED