aws-sdk-mediaconvert 1.137.0 → 1.139.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-mediaconvert/customizations'
52
52
  # @!group service
53
53
  module Aws::MediaConvert
54
54
 
55
- GEM_VERSION = '1.137.0'
55
+ GEM_VERSION = '1.139.0'
56
56
 
57
57
  end
data/sig/client.rbs CHANGED
@@ -110,6 +110,7 @@ module Aws
110
110
  wait_minutes: ::Integer?
111
111
  },
112
112
  ],
113
+ ?job_engine_version: ::String,
113
114
  ?job_template: ::String,
114
115
  ?priority: ::Integer,
115
116
  ?queue: ::String,
@@ -153,7 +154,7 @@ module Aws
153
154
  audio_selector_names: Array[::String]?
154
155
  }]?,
155
156
  audio_selectors: Hash[::String, {
156
- audio_duration_correction: ("DISABLED" | "AUTO" | "TRACK" | "FRAME")?,
157
+ audio_duration_correction: ("DISABLED" | "AUTO" | "TRACK" | "FRAME" | "FORCE")?,
157
158
  custom_language_code: ::String?,
158
159
  default_selection: ("DEFAULT" | "NOT_DEFAULT")?,
159
160
  external_audio_file_input: ::String?,
@@ -202,6 +203,7 @@ module Aws
202
203
  terminate_captions: ("END_OF_INPUT" | "DISABLED")?
203
204
  }?,
204
205
  file_source_settings: {
206
+ byte_rate_limit: ("ENABLED" | "DISABLED")?,
205
207
  convert_608_to_708: ("UPCONVERT" | "DISABLED")?,
206
208
  convert_paint_to_pop: ("ENABLED" | "DISABLED")?,
207
209
  framerate: {
@@ -290,6 +292,13 @@ module Aws
290
292
  video_overlays: Array[
291
293
  {
292
294
  end_timecode: ::String?,
295
+ initial_position: {
296
+ height: ::Integer?,
297
+ unit: ("PIXELS" | "PERCENTAGE")?,
298
+ width: ::Integer?,
299
+ x_position: ::Integer?,
300
+ y_position: ::Integer?
301
+ }?,
293
302
  input: {
294
303
  file_input: ::String?,
295
304
  input_clippings: Array[
@@ -301,7 +310,21 @@ module Aws
301
310
  timecode_source: ("EMBEDDED" | "ZEROBASED" | "SPECIFIEDSTART")?,
302
311
  timecode_start: ::String?
303
312
  }?,
304
- start_timecode: ::String?
313
+ playback: ("ONCE" | "REPEAT")?,
314
+ start_timecode: ::String?,
315
+ transitions: Array[
316
+ {
317
+ end_position: {
318
+ height: ::Integer?,
319
+ unit: ("PIXELS" | "PERCENTAGE")?,
320
+ width: ::Integer?,
321
+ x_position: ::Integer?,
322
+ y_position: ::Integer?
323
+ }?,
324
+ end_timecode: ::String?,
325
+ start_timecode: ::String?
326
+ },
327
+ ]?
305
328
  },
306
329
  ]?,
307
330
  video_selector: {
@@ -449,6 +472,10 @@ module Aws
449
472
  speke_key_provider: {
450
473
  certificate_arn: ::String?,
451
474
  dash_signaled_system_ids: Array[::String]?,
475
+ encryption_contract_configuration: {
476
+ speke_audio_preset: ("PRESET_AUDIO_1" | "PRESET_AUDIO_2" | "PRESET_AUDIO_3" | "SHARED" | "UNENCRYPTED")?,
477
+ speke_video_preset: ("PRESET_VIDEO_1" | "PRESET_VIDEO_2" | "PRESET_VIDEO_3" | "PRESET_VIDEO_4" | "PRESET_VIDEO_5" | "PRESET_VIDEO_6" | "PRESET_VIDEO_7" | "PRESET_VIDEO_8" | "SHARED" | "UNENCRYPTED")?
478
+ }?,
452
479
  hls_signaled_system_ids: Array[::String]?,
453
480
  resource_id: ::String?,
454
481
  url: ::String?
@@ -517,6 +544,10 @@ module Aws
517
544
  playback_device_compatibility: ("CENC_V1" | "UNENCRYPTED_SEI")?,
518
545
  speke_key_provider: {
519
546
  certificate_arn: ::String?,
547
+ encryption_contract_configuration: {
548
+ speke_audio_preset: ("PRESET_AUDIO_1" | "PRESET_AUDIO_2" | "PRESET_AUDIO_3" | "SHARED" | "UNENCRYPTED")?,
549
+ speke_video_preset: ("PRESET_VIDEO_1" | "PRESET_VIDEO_2" | "PRESET_VIDEO_3" | "PRESET_VIDEO_4" | "PRESET_VIDEO_5" | "PRESET_VIDEO_6" | "PRESET_VIDEO_7" | "PRESET_VIDEO_8" | "SHARED" | "UNENCRYPTED")?
550
+ }?,
520
551
  resource_id: ::String?,
521
552
  system_ids: Array[::String]?,
522
553
  url: ::String?
@@ -604,6 +635,10 @@ module Aws
604
635
  offline_encrypted: ("ENABLED" | "DISABLED")?,
605
636
  speke_key_provider: {
606
637
  certificate_arn: ::String?,
638
+ encryption_contract_configuration: {
639
+ speke_audio_preset: ("PRESET_AUDIO_1" | "PRESET_AUDIO_2" | "PRESET_AUDIO_3" | "SHARED" | "UNENCRYPTED")?,
640
+ speke_video_preset: ("PRESET_VIDEO_1" | "PRESET_VIDEO_2" | "PRESET_VIDEO_3" | "PRESET_VIDEO_4" | "PRESET_VIDEO_5" | "PRESET_VIDEO_6" | "PRESET_VIDEO_7" | "PRESET_VIDEO_8" | "SHARED" | "UNENCRYPTED")?
641
+ }?,
607
642
  resource_id: ::String?,
608
643
  system_ids: Array[::String]?,
609
644
  url: ::String?
@@ -668,6 +703,10 @@ module Aws
668
703
  encryption: {
669
704
  speke_key_provider: {
670
705
  certificate_arn: ::String?,
706
+ encryption_contract_configuration: {
707
+ speke_audio_preset: ("PRESET_AUDIO_1" | "PRESET_AUDIO_2" | "PRESET_AUDIO_3" | "SHARED" | "UNENCRYPTED")?,
708
+ speke_video_preset: ("PRESET_VIDEO_1" | "PRESET_VIDEO_2" | "PRESET_VIDEO_3" | "PRESET_VIDEO_4" | "PRESET_VIDEO_5" | "PRESET_VIDEO_6" | "PRESET_VIDEO_7" | "PRESET_VIDEO_8" | "SHARED" | "UNENCRYPTED")?
709
+ }?,
671
710
  resource_id: ::String?,
672
711
  system_ids: Array[::String]?,
673
712
  url: ::String?
@@ -938,7 +977,7 @@ module Aws
938
977
  timed_metadata_scheme_id_uri: ::String?,
939
978
  timed_metadata_value: ::String?
940
979
  }?,
941
- container: ("F4V" | "ISMV" | "M2TS" | "M3U8" | "CMFC" | "MOV" | "MP4" | "MPD" | "MXF" | "WEBM" | "RAW" | "Y4M")?,
980
+ container: ("F4V" | "ISMV" | "M2TS" | "M3U8" | "CMFC" | "MOV" | "MP4" | "MPD" | "MXF" | "OGG" | "WEBM" | "RAW" | "Y4M")?,
942
981
  f4v_settings: {
943
982
  moov_placement: ("PROGRESSIVE_DOWNLOAD" | "NORMAL")?
944
983
  }?,
@@ -1158,6 +1197,7 @@ module Aws
1158
1197
  }?,
1159
1198
  rate_control_mode: ("VBR" | "CBR" | "QVBR")?,
1160
1199
  repeat_pps: ("DISABLED" | "ENABLED")?,
1200
+ saliency_aware_encoding: ("DISABLED" | "PREFERRED")?,
1161
1201
  scan_type_conversion_mode: ("INTERLACED" | "INTERLACED_OPTIMIZE")?,
1162
1202
  scene_change_detect: ("DISABLED" | "ENABLED" | "TRANSITION_DETECTION")?,
1163
1203
  slices: ::Integer?,
@@ -1575,7 +1615,7 @@ module Aws
1575
1615
  audio_selector_names: Array[::String]?
1576
1616
  }]?,
1577
1617
  audio_selectors: Hash[::String, {
1578
- audio_duration_correction: ("DISABLED" | "AUTO" | "TRACK" | "FRAME")?,
1618
+ audio_duration_correction: ("DISABLED" | "AUTO" | "TRACK" | "FRAME" | "FORCE")?,
1579
1619
  custom_language_code: ::String?,
1580
1620
  default_selection: ("DEFAULT" | "NOT_DEFAULT")?,
1581
1621
  external_audio_file_input: ::String?,
@@ -1624,6 +1664,7 @@ module Aws
1624
1664
  terminate_captions: ("END_OF_INPUT" | "DISABLED")?
1625
1665
  }?,
1626
1666
  file_source_settings: {
1667
+ byte_rate_limit: ("ENABLED" | "DISABLED")?,
1627
1668
  convert_608_to_708: ("UPCONVERT" | "DISABLED")?,
1628
1669
  convert_paint_to_pop: ("ENABLED" | "DISABLED")?,
1629
1670
  framerate: {
@@ -1697,6 +1738,13 @@ module Aws
1697
1738
  video_overlays: Array[
1698
1739
  {
1699
1740
  end_timecode: ::String?,
1741
+ initial_position: {
1742
+ height: ::Integer?,
1743
+ unit: ("PIXELS" | "PERCENTAGE")?,
1744
+ width: ::Integer?,
1745
+ x_position: ::Integer?,
1746
+ y_position: ::Integer?
1747
+ }?,
1700
1748
  input: {
1701
1749
  file_input: ::String?,
1702
1750
  input_clippings: Array[
@@ -1708,7 +1756,21 @@ module Aws
1708
1756
  timecode_source: ("EMBEDDED" | "ZEROBASED" | "SPECIFIEDSTART")?,
1709
1757
  timecode_start: ::String?
1710
1758
  }?,
1711
- start_timecode: ::String?
1759
+ playback: ("ONCE" | "REPEAT")?,
1760
+ start_timecode: ::String?,
1761
+ transitions: Array[
1762
+ {
1763
+ end_position: {
1764
+ height: ::Integer?,
1765
+ unit: ("PIXELS" | "PERCENTAGE")?,
1766
+ width: ::Integer?,
1767
+ x_position: ::Integer?,
1768
+ y_position: ::Integer?
1769
+ }?,
1770
+ end_timecode: ::String?,
1771
+ start_timecode: ::String?
1772
+ },
1773
+ ]?
1712
1774
  },
1713
1775
  ]?,
1714
1776
  video_selector: {
@@ -1856,6 +1918,10 @@ module Aws
1856
1918
  speke_key_provider: {
1857
1919
  certificate_arn: ::String?,
1858
1920
  dash_signaled_system_ids: Array[::String]?,
1921
+ encryption_contract_configuration: {
1922
+ speke_audio_preset: ("PRESET_AUDIO_1" | "PRESET_AUDIO_2" | "PRESET_AUDIO_3" | "SHARED" | "UNENCRYPTED")?,
1923
+ speke_video_preset: ("PRESET_VIDEO_1" | "PRESET_VIDEO_2" | "PRESET_VIDEO_3" | "PRESET_VIDEO_4" | "PRESET_VIDEO_5" | "PRESET_VIDEO_6" | "PRESET_VIDEO_7" | "PRESET_VIDEO_8" | "SHARED" | "UNENCRYPTED")?
1924
+ }?,
1859
1925
  hls_signaled_system_ids: Array[::String]?,
1860
1926
  resource_id: ::String?,
1861
1927
  url: ::String?
@@ -1924,6 +1990,10 @@ module Aws
1924
1990
  playback_device_compatibility: ("CENC_V1" | "UNENCRYPTED_SEI")?,
1925
1991
  speke_key_provider: {
1926
1992
  certificate_arn: ::String?,
1993
+ encryption_contract_configuration: {
1994
+ speke_audio_preset: ("PRESET_AUDIO_1" | "PRESET_AUDIO_2" | "PRESET_AUDIO_3" | "SHARED" | "UNENCRYPTED")?,
1995
+ speke_video_preset: ("PRESET_VIDEO_1" | "PRESET_VIDEO_2" | "PRESET_VIDEO_3" | "PRESET_VIDEO_4" | "PRESET_VIDEO_5" | "PRESET_VIDEO_6" | "PRESET_VIDEO_7" | "PRESET_VIDEO_8" | "SHARED" | "UNENCRYPTED")?
1996
+ }?,
1927
1997
  resource_id: ::String?,
1928
1998
  system_ids: Array[::String]?,
1929
1999
  url: ::String?
@@ -2011,6 +2081,10 @@ module Aws
2011
2081
  offline_encrypted: ("ENABLED" | "DISABLED")?,
2012
2082
  speke_key_provider: {
2013
2083
  certificate_arn: ::String?,
2084
+ encryption_contract_configuration: {
2085
+ speke_audio_preset: ("PRESET_AUDIO_1" | "PRESET_AUDIO_2" | "PRESET_AUDIO_3" | "SHARED" | "UNENCRYPTED")?,
2086
+ speke_video_preset: ("PRESET_VIDEO_1" | "PRESET_VIDEO_2" | "PRESET_VIDEO_3" | "PRESET_VIDEO_4" | "PRESET_VIDEO_5" | "PRESET_VIDEO_6" | "PRESET_VIDEO_7" | "PRESET_VIDEO_8" | "SHARED" | "UNENCRYPTED")?
2087
+ }?,
2014
2088
  resource_id: ::String?,
2015
2089
  system_ids: Array[::String]?,
2016
2090
  url: ::String?
@@ -2075,6 +2149,10 @@ module Aws
2075
2149
  encryption: {
2076
2150
  speke_key_provider: {
2077
2151
  certificate_arn: ::String?,
2152
+ encryption_contract_configuration: {
2153
+ speke_audio_preset: ("PRESET_AUDIO_1" | "PRESET_AUDIO_2" | "PRESET_AUDIO_3" | "SHARED" | "UNENCRYPTED")?,
2154
+ speke_video_preset: ("PRESET_VIDEO_1" | "PRESET_VIDEO_2" | "PRESET_VIDEO_3" | "PRESET_VIDEO_4" | "PRESET_VIDEO_5" | "PRESET_VIDEO_6" | "PRESET_VIDEO_7" | "PRESET_VIDEO_8" | "SHARED" | "UNENCRYPTED")?
2155
+ }?,
2078
2156
  resource_id: ::String?,
2079
2157
  system_ids: Array[::String]?,
2080
2158
  url: ::String?
@@ -2345,7 +2423,7 @@ module Aws
2345
2423
  timed_metadata_scheme_id_uri: ::String?,
2346
2424
  timed_metadata_value: ::String?
2347
2425
  }?,
2348
- container: ("F4V" | "ISMV" | "M2TS" | "M3U8" | "CMFC" | "MOV" | "MP4" | "MPD" | "MXF" | "WEBM" | "RAW" | "Y4M")?,
2426
+ container: ("F4V" | "ISMV" | "M2TS" | "M3U8" | "CMFC" | "MOV" | "MP4" | "MPD" | "MXF" | "OGG" | "WEBM" | "RAW" | "Y4M")?,
2349
2427
  f4v_settings: {
2350
2428
  moov_placement: ("PROGRESSIVE_DOWNLOAD" | "NORMAL")?
2351
2429
  }?,
@@ -2565,6 +2643,7 @@ module Aws
2565
2643
  }?,
2566
2644
  rate_control_mode: ("VBR" | "CBR" | "QVBR")?,
2567
2645
  repeat_pps: ("DISABLED" | "ENABLED")?,
2646
+ saliency_aware_encoding: ("DISABLED" | "PREFERRED")?,
2568
2647
  scan_type_conversion_mode: ("INTERLACED" | "INTERLACED_OPTIMIZE")?,
2569
2648
  scene_change_detect: ("DISABLED" | "ENABLED" | "TRANSITION_DETECTION")?,
2570
2649
  slices: ::Integer?,
@@ -3186,7 +3265,7 @@ module Aws
3186
3265
  timed_metadata_scheme_id_uri: ::String?,
3187
3266
  timed_metadata_value: ::String?
3188
3267
  }?,
3189
- container: ("F4V" | "ISMV" | "M2TS" | "M3U8" | "CMFC" | "MOV" | "MP4" | "MPD" | "MXF" | "WEBM" | "RAW" | "Y4M")?,
3268
+ container: ("F4V" | "ISMV" | "M2TS" | "M3U8" | "CMFC" | "MOV" | "MP4" | "MPD" | "MXF" | "OGG" | "WEBM" | "RAW" | "Y4M")?,
3190
3269
  f4v_settings: {
3191
3270
  moov_placement: ("PROGRESSIVE_DOWNLOAD" | "NORMAL")?
3192
3271
  }?,
@@ -3392,6 +3471,7 @@ module Aws
3392
3471
  }?,
3393
3472
  rate_control_mode: ("VBR" | "CBR" | "QVBR")?,
3394
3473
  repeat_pps: ("DISABLED" | "ENABLED")?,
3474
+ saliency_aware_encoding: ("DISABLED" | "PREFERRED")?,
3395
3475
  scan_type_conversion_mode: ("INTERLACED" | "INTERLACED_OPTIMIZE")?,
3396
3476
  scene_change_detect: ("DISABLED" | "ENABLED" | "TRANSITION_DETECTION")?,
3397
3477
  slices: ::Integer?,
@@ -3922,6 +4002,18 @@ module Aws
3922
4002
  ) -> _ListTagsForResourceResponseSuccess
3923
4003
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
3924
4004
 
4005
+ interface _ListVersionsResponseSuccess
4006
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListVersionsResponse]
4007
+ def next_token: () -> ::String
4008
+ def versions: () -> ::Array[Types::JobEngineVersion]
4009
+ end
4010
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConvert/Client.html#list_versions-instance_method
4011
+ def list_versions: (
4012
+ ?max_results: ::Integer,
4013
+ ?next_token: ::String
4014
+ ) -> _ListVersionsResponseSuccess
4015
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListVersionsResponseSuccess
4016
+
3925
4017
  interface _PutPolicyResponseSuccess
3926
4018
  include ::Seahorse::Client::_ResponseSuccess[Types::PutPolicyResponse]
3927
4019
  def policy: () -> Types::Policy
@@ -4032,7 +4124,7 @@ module Aws
4032
4124
  audio_selector_names: Array[::String]?
4033
4125
  }]?,
4034
4126
  audio_selectors: Hash[::String, {
4035
- audio_duration_correction: ("DISABLED" | "AUTO" | "TRACK" | "FRAME")?,
4127
+ audio_duration_correction: ("DISABLED" | "AUTO" | "TRACK" | "FRAME" | "FORCE")?,
4036
4128
  custom_language_code: ::String?,
4037
4129
  default_selection: ("DEFAULT" | "NOT_DEFAULT")?,
4038
4130
  external_audio_file_input: ::String?,
@@ -4081,6 +4173,7 @@ module Aws
4081
4173
  terminate_captions: ("END_OF_INPUT" | "DISABLED")?
4082
4174
  }?,
4083
4175
  file_source_settings: {
4176
+ byte_rate_limit: ("ENABLED" | "DISABLED")?,
4084
4177
  convert_608_to_708: ("UPCONVERT" | "DISABLED")?,
4085
4178
  convert_paint_to_pop: ("ENABLED" | "DISABLED")?,
4086
4179
  framerate: {
@@ -4154,6 +4247,13 @@ module Aws
4154
4247
  video_overlays: Array[
4155
4248
  {
4156
4249
  end_timecode: ::String?,
4250
+ initial_position: {
4251
+ height: ::Integer?,
4252
+ unit: ("PIXELS" | "PERCENTAGE")?,
4253
+ width: ::Integer?,
4254
+ x_position: ::Integer?,
4255
+ y_position: ::Integer?
4256
+ }?,
4157
4257
  input: {
4158
4258
  file_input: ::String?,
4159
4259
  input_clippings: Array[
@@ -4165,7 +4265,21 @@ module Aws
4165
4265
  timecode_source: ("EMBEDDED" | "ZEROBASED" | "SPECIFIEDSTART")?,
4166
4266
  timecode_start: ::String?
4167
4267
  }?,
4168
- start_timecode: ::String?
4268
+ playback: ("ONCE" | "REPEAT")?,
4269
+ start_timecode: ::String?,
4270
+ transitions: Array[
4271
+ {
4272
+ end_position: {
4273
+ height: ::Integer?,
4274
+ unit: ("PIXELS" | "PERCENTAGE")?,
4275
+ width: ::Integer?,
4276
+ x_position: ::Integer?,
4277
+ y_position: ::Integer?
4278
+ }?,
4279
+ end_timecode: ::String?,
4280
+ start_timecode: ::String?
4281
+ },
4282
+ ]?
4169
4283
  },
4170
4284
  ]?,
4171
4285
  video_selector: {
@@ -4313,6 +4427,10 @@ module Aws
4313
4427
  speke_key_provider: {
4314
4428
  certificate_arn: ::String?,
4315
4429
  dash_signaled_system_ids: Array[::String]?,
4430
+ encryption_contract_configuration: {
4431
+ speke_audio_preset: ("PRESET_AUDIO_1" | "PRESET_AUDIO_2" | "PRESET_AUDIO_3" | "SHARED" | "UNENCRYPTED")?,
4432
+ speke_video_preset: ("PRESET_VIDEO_1" | "PRESET_VIDEO_2" | "PRESET_VIDEO_3" | "PRESET_VIDEO_4" | "PRESET_VIDEO_5" | "PRESET_VIDEO_6" | "PRESET_VIDEO_7" | "PRESET_VIDEO_8" | "SHARED" | "UNENCRYPTED")?
4433
+ }?,
4316
4434
  hls_signaled_system_ids: Array[::String]?,
4317
4435
  resource_id: ::String?,
4318
4436
  url: ::String?
@@ -4381,6 +4499,10 @@ module Aws
4381
4499
  playback_device_compatibility: ("CENC_V1" | "UNENCRYPTED_SEI")?,
4382
4500
  speke_key_provider: {
4383
4501
  certificate_arn: ::String?,
4502
+ encryption_contract_configuration: {
4503
+ speke_audio_preset: ("PRESET_AUDIO_1" | "PRESET_AUDIO_2" | "PRESET_AUDIO_3" | "SHARED" | "UNENCRYPTED")?,
4504
+ speke_video_preset: ("PRESET_VIDEO_1" | "PRESET_VIDEO_2" | "PRESET_VIDEO_3" | "PRESET_VIDEO_4" | "PRESET_VIDEO_5" | "PRESET_VIDEO_6" | "PRESET_VIDEO_7" | "PRESET_VIDEO_8" | "SHARED" | "UNENCRYPTED")?
4505
+ }?,
4384
4506
  resource_id: ::String?,
4385
4507
  system_ids: Array[::String]?,
4386
4508
  url: ::String?
@@ -4468,6 +4590,10 @@ module Aws
4468
4590
  offline_encrypted: ("ENABLED" | "DISABLED")?,
4469
4591
  speke_key_provider: {
4470
4592
  certificate_arn: ::String?,
4593
+ encryption_contract_configuration: {
4594
+ speke_audio_preset: ("PRESET_AUDIO_1" | "PRESET_AUDIO_2" | "PRESET_AUDIO_3" | "SHARED" | "UNENCRYPTED")?,
4595
+ speke_video_preset: ("PRESET_VIDEO_1" | "PRESET_VIDEO_2" | "PRESET_VIDEO_3" | "PRESET_VIDEO_4" | "PRESET_VIDEO_5" | "PRESET_VIDEO_6" | "PRESET_VIDEO_7" | "PRESET_VIDEO_8" | "SHARED" | "UNENCRYPTED")?
4596
+ }?,
4471
4597
  resource_id: ::String?,
4472
4598
  system_ids: Array[::String]?,
4473
4599
  url: ::String?
@@ -4532,6 +4658,10 @@ module Aws
4532
4658
  encryption: {
4533
4659
  speke_key_provider: {
4534
4660
  certificate_arn: ::String?,
4661
+ encryption_contract_configuration: {
4662
+ speke_audio_preset: ("PRESET_AUDIO_1" | "PRESET_AUDIO_2" | "PRESET_AUDIO_3" | "SHARED" | "UNENCRYPTED")?,
4663
+ speke_video_preset: ("PRESET_VIDEO_1" | "PRESET_VIDEO_2" | "PRESET_VIDEO_3" | "PRESET_VIDEO_4" | "PRESET_VIDEO_5" | "PRESET_VIDEO_6" | "PRESET_VIDEO_7" | "PRESET_VIDEO_8" | "SHARED" | "UNENCRYPTED")?
4664
+ }?,
4535
4665
  resource_id: ::String?,
4536
4666
  system_ids: Array[::String]?,
4537
4667
  url: ::String?
@@ -4802,7 +4932,7 @@ module Aws
4802
4932
  timed_metadata_scheme_id_uri: ::String?,
4803
4933
  timed_metadata_value: ::String?
4804
4934
  }?,
4805
- container: ("F4V" | "ISMV" | "M2TS" | "M3U8" | "CMFC" | "MOV" | "MP4" | "MPD" | "MXF" | "WEBM" | "RAW" | "Y4M")?,
4935
+ container: ("F4V" | "ISMV" | "M2TS" | "M3U8" | "CMFC" | "MOV" | "MP4" | "MPD" | "MXF" | "OGG" | "WEBM" | "RAW" | "Y4M")?,
4806
4936
  f4v_settings: {
4807
4937
  moov_placement: ("PROGRESSIVE_DOWNLOAD" | "NORMAL")?
4808
4938
  }?,
@@ -5022,6 +5152,7 @@ module Aws
5022
5152
  }?,
5023
5153
  rate_control_mode: ("VBR" | "CBR" | "QVBR")?,
5024
5154
  repeat_pps: ("DISABLED" | "ENABLED")?,
5155
+ saliency_aware_encoding: ("DISABLED" | "PREFERRED")?,
5025
5156
  scan_type_conversion_mode: ("INTERLACED" | "INTERLACED_OPTIMIZE")?,
5026
5157
  scene_change_detect: ("DISABLED" | "ENABLED" | "TRANSITION_DETECTION")?,
5027
5158
  slices: ::Integer?,
@@ -5642,7 +5773,7 @@ module Aws
5642
5773
  timed_metadata_scheme_id_uri: ::String?,
5643
5774
  timed_metadata_value: ::String?
5644
5775
  }?,
5645
- container: ("F4V" | "ISMV" | "M2TS" | "M3U8" | "CMFC" | "MOV" | "MP4" | "MPD" | "MXF" | "WEBM" | "RAW" | "Y4M")?,
5776
+ container: ("F4V" | "ISMV" | "M2TS" | "M3U8" | "CMFC" | "MOV" | "MP4" | "MPD" | "MXF" | "OGG" | "WEBM" | "RAW" | "Y4M")?,
5646
5777
  f4v_settings: {
5647
5778
  moov_placement: ("PROGRESSIVE_DOWNLOAD" | "NORMAL")?
5648
5779
  }?,
@@ -5848,6 +5979,7 @@ module Aws
5848
5979
  }?,
5849
5980
  rate_control_mode: ("VBR" | "CBR" | "QVBR")?,
5850
5981
  repeat_pps: ("DISABLED" | "ENABLED")?,
5982
+ saliency_aware_encoding: ("DISABLED" | "PREFERRED")?,
5851
5983
  scan_type_conversion_mode: ("INTERLACED" | "INTERLACED_OPTIMIZE")?,
5852
5984
  scene_change_detect: ("DISABLED" | "ENABLED" | "TRANSITION_DETECTION")?,
5853
5985
  slices: ::Integer?,
data/sig/types.rbs CHANGED
@@ -124,7 +124,7 @@ module Aws::MediaConvert
124
124
  end
125
125
 
126
126
  class AudioSelector
127
- attr_accessor audio_duration_correction: ("DISABLED" | "AUTO" | "TRACK" | "FRAME")
127
+ attr_accessor audio_duration_correction: ("DISABLED" | "AUTO" | "TRACK" | "FRAME" | "FORCE")
128
128
  attr_accessor custom_language_code: ::String
129
129
  attr_accessor default_selection: ("DEFAULT" | "NOT_DEFAULT")
130
130
  attr_accessor external_audio_file_input: ::String
@@ -438,7 +438,7 @@ module Aws::MediaConvert
438
438
 
439
439
  class ContainerSettings
440
440
  attr_accessor cmfc_settings: Types::CmfcSettings
441
- attr_accessor container: ("F4V" | "ISMV" | "M2TS" | "M3U8" | "CMFC" | "MOV" | "MP4" | "MPD" | "MXF" | "WEBM" | "RAW" | "Y4M")
441
+ attr_accessor container: ("F4V" | "ISMV" | "M2TS" | "M3U8" | "CMFC" | "MOV" | "MP4" | "MPD" | "MXF" | "OGG" | "WEBM" | "RAW" | "Y4M")
442
442
  attr_accessor f4v_settings: Types::F4vSettings
443
443
  attr_accessor m2ts_settings: Types::M2tsSettings
444
444
  attr_accessor m3u_8_settings: Types::M3u8Settings
@@ -454,6 +454,7 @@ module Aws::MediaConvert
454
454
  attr_accessor billing_tags_source: ("QUEUE" | "PRESET" | "JOB_TEMPLATE" | "JOB")
455
455
  attr_accessor client_request_token: ::String
456
456
  attr_accessor hop_destinations: ::Array[Types::HopDestination]
457
+ attr_accessor job_engine_version: ::String
457
458
  attr_accessor job_template: ::String
458
459
  attr_accessor priority: ::Integer
459
460
  attr_accessor queue: ::String
@@ -764,6 +765,12 @@ module Aws::MediaConvert
764
765
  SENSITIVE: []
765
766
  end
766
767
 
768
+ class EncryptionContractConfiguration
769
+ attr_accessor speke_audio_preset: ("PRESET_AUDIO_1" | "PRESET_AUDIO_2" | "PRESET_AUDIO_3" | "SHARED" | "UNENCRYPTED")
770
+ attr_accessor speke_video_preset: ("PRESET_VIDEO_1" | "PRESET_VIDEO_2" | "PRESET_VIDEO_3" | "PRESET_VIDEO_4" | "PRESET_VIDEO_5" | "PRESET_VIDEO_6" | "PRESET_VIDEO_7" | "PRESET_VIDEO_8" | "SHARED" | "UNENCRYPTED")
771
+ SENSITIVE: []
772
+ end
773
+
767
774
  class Endpoint
768
775
  attr_accessor url: ::String
769
776
  SENSITIVE: []
@@ -809,6 +816,7 @@ module Aws::MediaConvert
809
816
  end
810
817
 
811
818
  class FileSourceSettings
819
+ attr_accessor byte_rate_limit: ("ENABLED" | "DISABLED")
812
820
  attr_accessor convert_608_to_708: ("UPCONVERT" | "DISABLED")
813
821
  attr_accessor convert_paint_to_pop: ("ENABLED" | "DISABLED")
814
822
  attr_accessor framerate: Types::CaptionSourceFramerate
@@ -933,6 +941,7 @@ module Aws::MediaConvert
933
941
  attr_accessor qvbr_settings: Types::H264QvbrSettings
934
942
  attr_accessor rate_control_mode: ("VBR" | "CBR" | "QVBR")
935
943
  attr_accessor repeat_pps: ("DISABLED" | "ENABLED")
944
+ attr_accessor saliency_aware_encoding: ("DISABLED" | "PREFERRED")
936
945
  attr_accessor scan_type_conversion_mode: ("INTERLACED" | "INTERLACED_OPTIMIZE")
937
946
  attr_accessor scene_change_detect: ("DISABLED" | "ENABLED" | "TRANSITION_DETECTION")
938
947
  attr_accessor slices: ::Integer
@@ -1245,6 +1254,8 @@ module Aws::MediaConvert
1245
1254
  attr_accessor error_message: ::String
1246
1255
  attr_accessor hop_destinations: ::Array[Types::HopDestination]
1247
1256
  attr_accessor id: ::String
1257
+ attr_accessor job_engine_version_requested: ::String
1258
+ attr_accessor job_engine_version_used: ::String
1248
1259
  attr_accessor job_percent_complete: ::Integer
1249
1260
  attr_accessor job_template: ::String
1250
1261
  attr_accessor messages: Types::JobMessages
@@ -1264,6 +1275,12 @@ module Aws::MediaConvert
1264
1275
  SENSITIVE: []
1265
1276
  end
1266
1277
 
1278
+ class JobEngineVersion
1279
+ attr_accessor expiration_date: ::Time
1280
+ attr_accessor version: ::String
1281
+ SENSITIVE: []
1282
+ end
1283
+
1267
1284
  class JobMessages
1268
1285
  attr_accessor info: ::Array[::String]
1269
1286
  attr_accessor warning: ::Array[::String]
@@ -1409,6 +1426,18 @@ module Aws::MediaConvert
1409
1426
  SENSITIVE: []
1410
1427
  end
1411
1428
 
1429
+ class ListVersionsRequest
1430
+ attr_accessor max_results: ::Integer
1431
+ attr_accessor next_token: ::String
1432
+ SENSITIVE: []
1433
+ end
1434
+
1435
+ class ListVersionsResponse
1436
+ attr_accessor next_token: ::String
1437
+ attr_accessor versions: ::Array[Types::JobEngineVersion]
1438
+ SENSITIVE: []
1439
+ end
1440
+
1412
1441
  class M2tsScte35Esam
1413
1442
  attr_accessor scte_35_esam_pid: ::Integer
1414
1443
  SENSITIVE: []
@@ -1928,6 +1957,7 @@ module Aws::MediaConvert
1928
1957
 
1929
1958
  class SpekeKeyProvider
1930
1959
  attr_accessor certificate_arn: ::String
1960
+ attr_accessor encryption_contract_configuration: Types::EncryptionContractConfiguration
1931
1961
  attr_accessor resource_id: ::String
1932
1962
  attr_accessor system_ids: ::Array[::String]
1933
1963
  attr_accessor url: ::String
@@ -1937,6 +1967,7 @@ module Aws::MediaConvert
1937
1967
  class SpekeKeyProviderCmaf
1938
1968
  attr_accessor certificate_arn: ::String
1939
1969
  attr_accessor dash_signaled_system_ids: ::Array[::String]
1970
+ attr_accessor encryption_contract_configuration: Types::EncryptionContractConfiguration
1940
1971
  attr_accessor hls_signaled_system_ids: ::Array[::String]
1941
1972
  attr_accessor resource_id: ::String
1942
1973
  attr_accessor url: ::String
@@ -2141,8 +2172,11 @@ module Aws::MediaConvert
2141
2172
 
2142
2173
  class VideoOverlay
2143
2174
  attr_accessor end_timecode: ::String
2175
+ attr_accessor initial_position: Types::VideoOverlayPosition
2144
2176
  attr_accessor input: Types::VideoOverlayInput
2177
+ attr_accessor playback: ("ONCE" | "REPEAT")
2145
2178
  attr_accessor start_timecode: ::String
2179
+ attr_accessor transitions: ::Array[Types::VideoOverlayTransition]
2146
2180
  SENSITIVE: []
2147
2181
  end
2148
2182
 
@@ -2160,6 +2194,22 @@ module Aws::MediaConvert
2160
2194
  SENSITIVE: []
2161
2195
  end
2162
2196
 
2197
+ class VideoOverlayPosition
2198
+ attr_accessor height: ::Integer
2199
+ attr_accessor unit: ("PIXELS" | "PERCENTAGE")
2200
+ attr_accessor width: ::Integer
2201
+ attr_accessor x_position: ::Integer
2202
+ attr_accessor y_position: ::Integer
2203
+ SENSITIVE: []
2204
+ end
2205
+
2206
+ class VideoOverlayTransition
2207
+ attr_accessor end_position: Types::VideoOverlayPosition
2208
+ attr_accessor end_timecode: ::String
2209
+ attr_accessor start_timecode: ::String
2210
+ SENSITIVE: []
2211
+ end
2212
+
2163
2213
  class VideoPreprocessor
2164
2214
  attr_accessor color_corrector: Types::ColorCorrector
2165
2215
  attr_accessor deinterlacer: Types::Deinterlacer
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediaconvert
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.137.0
4
+ version: 1.139.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-11 00:00:00.000000000 Z
11
+ date: 2024-09-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core