aws-sdk-mediaconvert 1.144.0 → 1.146.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0d0b6ba9d8c0b739a4ada7236252898190d132def1724064d1cb37790ba1bc39
4
- data.tar.gz: e14e16d7dd5dd340a87092db9695728158617f761f325454aa6632e3ccce0947
3
+ metadata.gz: 2b53aa1ea5ea09b5578d3f0786279c6e47a800ac1b54ef8179b0b57974d810b0
4
+ data.tar.gz: 39e7d559da959872db614bc050ebbcaab6886118b6be59370cb3137f15c32f51
5
5
  SHA512:
6
- metadata.gz: b5a9270d1483db99432078c04a24b0db7f616de9c743843e24063b817538a98f6d49c886a15470f9411516d16f5ff19820294bb0e5c682c37f0b4bd66571842d
7
- data.tar.gz: 79e4cba262d989a819008bb0f994107bd93fb7bb6defe45e965640f0015866dc50fe9c780a4cc80e1da9000dcb14a657fa95dde152e3e3fc618f2d7da8627bec
6
+ metadata.gz: a223728c1dc18277bac9e1d881316e538376bb030ecc28c39e5ec7ad0de865a555977e4a1ed002084a37d10670daee5ed851bdce5c8e610c0f91a7510bbc19d5
7
+ data.tar.gz: e1fe64d40fa0e3ed7c7c11b8b574d2d19ea7152e0a6a56d83d6393aa6c86d5c891e1a38309c3ab5e84859d043494633cf4f09815bdebc2fc6f4391c3355b69fd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.146.0 (2024-12-19)
5
+ ------------------
6
+
7
+ * Feature - This release adds support for inserting timecode tracks into MP4 container outputs.
8
+
9
+ 1.145.0 (2024-11-20)
10
+ ------------------
11
+
12
+ * Feature - This release adds the ability to reconfigure concurrent job settings for existing queues and create queues with custom concurrent job settings.
13
+
4
14
  1.144.0 (2024-11-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.144.0
1
+ 1.146.0
@@ -705,7 +705,7 @@ module Aws::MediaConvert
705
705
  # target_lkfs: 1.0,
706
706
  # true_peak_limiter_threshold: 1.0,
707
707
  # },
708
- # audio_source_name: "__string",
708
+ # audio_source_name: "__stringMax2048",
709
709
  # audio_type: 1,
710
710
  # audio_type_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
711
711
  # codec_settings: {
@@ -856,6 +856,7 @@ module Aws::MediaConvert
856
856
  # hex_font_color: "__stringMin6Max8Pattern09aFAF609aFAF2",
857
857
  # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE, AUTO
858
858
  # outline_size: 1,
859
+ # remove_ruby_reserve_attributes: "DISABLED", # accepts DISABLED, ENABLED
859
860
  # shadow_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
860
861
  # shadow_opacity: 1,
861
862
  # shadow_x_offset: 1,
@@ -1382,6 +1383,7 @@ module Aws::MediaConvert
1382
1383
  # scaling_behavior: "DEFAULT", # accepts DEFAULT, STRETCH_TO_OUTPUT, FIT, FIT_NO_UPSCALE, FILL
1383
1384
  # sharpness: 1,
1384
1385
  # timecode_insertion: "DISABLED", # accepts DISABLED, PIC_TIMING_SEI
1386
+ # timecode_track: "DISABLED", # accepts DISABLED, ENABLED
1385
1387
  # video_preprocessors: {
1386
1388
  # color_corrector: {
1387
1389
  # brightness: 1,
@@ -1626,6 +1628,7 @@ module Aws::MediaConvert
1626
1628
  # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.hex_font_color #=> String
1627
1629
  # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.outline_color #=> String, one of "BLACK", "WHITE", "YELLOW", "RED", "GREEN", "BLUE", "AUTO"
1628
1630
  # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.outline_size #=> Integer
1631
+ # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.remove_ruby_reserve_attributes #=> String, one of "DISABLED", "ENABLED"
1629
1632
  # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.shadow_color #=> String, one of "NONE", "BLACK", "WHITE", "AUTO"
1630
1633
  # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.shadow_opacity #=> Integer
1631
1634
  # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.shadow_x_offset #=> Integer
@@ -2055,6 +2058,7 @@ module Aws::MediaConvert
2055
2058
  # resp.preset.settings.video_description.scaling_behavior #=> String, one of "DEFAULT", "STRETCH_TO_OUTPUT", "FIT", "FIT_NO_UPSCALE", "FILL"
2056
2059
  # resp.preset.settings.video_description.sharpness #=> Integer
2057
2060
  # resp.preset.settings.video_description.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
2061
+ # resp.preset.settings.video_description.timecode_track #=> String, one of "DISABLED", "ENABLED"
2058
2062
  # resp.preset.settings.video_description.video_preprocessors.color_corrector.brightness #=> Integer
2059
2063
  # resp.preset.settings.video_description.video_preprocessors.color_corrector.clip_limits.maximum_rgb_tolerance #=> Integer
2060
2064
  # resp.preset.settings.video_description.video_preprocessors.color_corrector.clip_limits.maximum_yuv #=> Integer
@@ -2136,6 +2140,14 @@ module Aws::MediaConvert
2136
2140
  # Working With Queues in the User Guide at
2137
2141
  # https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-queues.html
2138
2142
  #
2143
+ # @option params [Integer] :concurrent_jobs
2144
+ # Specify the maximum number of jobs your queue can process
2145
+ # concurrently. For on-demand queues, the value you enter is constrained
2146
+ # by your service quotas for Maximum concurrent jobs, per on-demand
2147
+ # queue and Maximum concurrent jobs, per account. For reserved queues,
2148
+ # specify the number of jobs you can process concurrently in your
2149
+ # reservation plan instead.
2150
+ #
2139
2151
  # @option params [String] :description
2140
2152
  # Optional. A description of the queue that you are creating.
2141
2153
  #
@@ -2169,6 +2181,7 @@ module Aws::MediaConvert
2169
2181
  # @example Request syntax with placeholder values
2170
2182
  #
2171
2183
  # resp = client.create_queue({
2184
+ # concurrent_jobs: 1,
2172
2185
  # description: "__string",
2173
2186
  # name: "__string", # required
2174
2187
  # pricing_plan: "ON_DEMAND", # accepts ON_DEMAND, RESERVED
@@ -2186,6 +2199,7 @@ module Aws::MediaConvert
2186
2199
  # @example Response structure
2187
2200
  #
2188
2201
  # resp.queue.arn #=> String
2202
+ # resp.queue.concurrent_jobs #=> Integer
2189
2203
  # resp.queue.created_at #=> Time
2190
2204
  # resp.queue.description #=> String
2191
2205
  # resp.queue.last_updated #=> Time
@@ -2198,6 +2212,11 @@ module Aws::MediaConvert
2198
2212
  # resp.queue.reservation_plan.renewal_type #=> String, one of "AUTO_RENEW", "EXPIRE"
2199
2213
  # resp.queue.reservation_plan.reserved_slots #=> Integer
2200
2214
  # resp.queue.reservation_plan.status #=> String, one of "ACTIVE", "EXPIRED"
2215
+ # resp.queue.service_overrides #=> Array
2216
+ # resp.queue.service_overrides[0].message #=> String
2217
+ # resp.queue.service_overrides[0].name #=> String
2218
+ # resp.queue.service_overrides[0].override_value #=> String
2219
+ # resp.queue.service_overrides[0].value #=> String
2201
2220
  # resp.queue.status #=> String, one of "ACTIVE", "PAUSED"
2202
2221
  # resp.queue.submitted_jobs_count #=> Integer
2203
2222
  # resp.queue.type #=> String, one of "SYSTEM", "CUSTOM"
@@ -2585,6 +2604,7 @@ module Aws::MediaConvert
2585
2604
  # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.hex_font_color #=> String
2586
2605
  # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.outline_color #=> String, one of "BLACK", "WHITE", "YELLOW", "RED", "GREEN", "BLUE", "AUTO"
2587
2606
  # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.outline_size #=> Integer
2607
+ # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.remove_ruby_reserve_attributes #=> String, one of "DISABLED", "ENABLED"
2588
2608
  # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.shadow_color #=> String, one of "NONE", "BLACK", "WHITE", "AUTO"
2589
2609
  # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.shadow_opacity #=> Integer
2590
2610
  # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.shadow_x_offset #=> Integer
@@ -3014,6 +3034,7 @@ module Aws::MediaConvert
3014
3034
  # resp.preset.settings.video_description.scaling_behavior #=> String, one of "DEFAULT", "STRETCH_TO_OUTPUT", "FIT", "FIT_NO_UPSCALE", "FILL"
3015
3035
  # resp.preset.settings.video_description.sharpness #=> Integer
3016
3036
  # resp.preset.settings.video_description.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
3037
+ # resp.preset.settings.video_description.timecode_track #=> String, one of "DISABLED", "ENABLED"
3017
3038
  # resp.preset.settings.video_description.video_preprocessors.color_corrector.brightness #=> Integer
3018
3039
  # resp.preset.settings.video_description.video_preprocessors.color_corrector.clip_limits.maximum_rgb_tolerance #=> Integer
3019
3040
  # resp.preset.settings.video_description.video_preprocessors.color_corrector.clip_limits.maximum_yuv #=> Integer
@@ -3109,6 +3130,7 @@ module Aws::MediaConvert
3109
3130
  # @example Response structure
3110
3131
  #
3111
3132
  # resp.queue.arn #=> String
3133
+ # resp.queue.concurrent_jobs #=> Integer
3112
3134
  # resp.queue.created_at #=> Time
3113
3135
  # resp.queue.description #=> String
3114
3136
  # resp.queue.last_updated #=> Time
@@ -3121,6 +3143,11 @@ module Aws::MediaConvert
3121
3143
  # resp.queue.reservation_plan.renewal_type #=> String, one of "AUTO_RENEW", "EXPIRE"
3122
3144
  # resp.queue.reservation_plan.reserved_slots #=> Integer
3123
3145
  # resp.queue.reservation_plan.status #=> String, one of "ACTIVE", "EXPIRED"
3146
+ # resp.queue.service_overrides #=> Array
3147
+ # resp.queue.service_overrides[0].message #=> String
3148
+ # resp.queue.service_overrides[0].name #=> String
3149
+ # resp.queue.service_overrides[0].override_value #=> String
3150
+ # resp.queue.service_overrides[0].value #=> String
3124
3151
  # resp.queue.status #=> String, one of "ACTIVE", "PAUSED"
3125
3152
  # resp.queue.submitted_jobs_count #=> Integer
3126
3153
  # resp.queue.type #=> String, one of "SYSTEM", "CUSTOM"
@@ -3421,6 +3448,7 @@ module Aws::MediaConvert
3421
3448
  # resp.presets[0].settings.caption_descriptions[0].destination_settings.burnin_destination_settings.hex_font_color #=> String
3422
3449
  # resp.presets[0].settings.caption_descriptions[0].destination_settings.burnin_destination_settings.outline_color #=> String, one of "BLACK", "WHITE", "YELLOW", "RED", "GREEN", "BLUE", "AUTO"
3423
3450
  # resp.presets[0].settings.caption_descriptions[0].destination_settings.burnin_destination_settings.outline_size #=> Integer
3451
+ # resp.presets[0].settings.caption_descriptions[0].destination_settings.burnin_destination_settings.remove_ruby_reserve_attributes #=> String, one of "DISABLED", "ENABLED"
3424
3452
  # resp.presets[0].settings.caption_descriptions[0].destination_settings.burnin_destination_settings.shadow_color #=> String, one of "NONE", "BLACK", "WHITE", "AUTO"
3425
3453
  # resp.presets[0].settings.caption_descriptions[0].destination_settings.burnin_destination_settings.shadow_opacity #=> Integer
3426
3454
  # resp.presets[0].settings.caption_descriptions[0].destination_settings.burnin_destination_settings.shadow_x_offset #=> Integer
@@ -3850,6 +3878,7 @@ module Aws::MediaConvert
3850
3878
  # resp.presets[0].settings.video_description.scaling_behavior #=> String, one of "DEFAULT", "STRETCH_TO_OUTPUT", "FIT", "FIT_NO_UPSCALE", "FILL"
3851
3879
  # resp.presets[0].settings.video_description.sharpness #=> Integer
3852
3880
  # resp.presets[0].settings.video_description.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
3881
+ # resp.presets[0].settings.video_description.timecode_track #=> String, one of "DISABLED", "ENABLED"
3853
3882
  # resp.presets[0].settings.video_description.video_preprocessors.color_corrector.brightness #=> Integer
3854
3883
  # resp.presets[0].settings.video_description.video_preprocessors.color_corrector.clip_limits.maximum_rgb_tolerance #=> Integer
3855
3884
  # resp.presets[0].settings.video_description.video_preprocessors.color_corrector.clip_limits.maximum_yuv #=> Integer
@@ -3953,6 +3982,8 @@ module Aws::MediaConvert
3953
3982
  #
3954
3983
  # * {Types::ListQueuesResponse#next_token #next_token} => String
3955
3984
  # * {Types::ListQueuesResponse#queues #queues} => Array<Types::Queue>
3985
+ # * {Types::ListQueuesResponse#total_concurrent_jobs #total_concurrent_jobs} => Integer
3986
+ # * {Types::ListQueuesResponse#unallocated_concurrent_jobs #unallocated_concurrent_jobs} => Integer
3956
3987
  #
3957
3988
  # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
3958
3989
  #
@@ -3970,6 +4001,7 @@ module Aws::MediaConvert
3970
4001
  # resp.next_token #=> String
3971
4002
  # resp.queues #=> Array
3972
4003
  # resp.queues[0].arn #=> String
4004
+ # resp.queues[0].concurrent_jobs #=> Integer
3973
4005
  # resp.queues[0].created_at #=> Time
3974
4006
  # resp.queues[0].description #=> String
3975
4007
  # resp.queues[0].last_updated #=> Time
@@ -3982,9 +4014,16 @@ module Aws::MediaConvert
3982
4014
  # resp.queues[0].reservation_plan.renewal_type #=> String, one of "AUTO_RENEW", "EXPIRE"
3983
4015
  # resp.queues[0].reservation_plan.reserved_slots #=> Integer
3984
4016
  # resp.queues[0].reservation_plan.status #=> String, one of "ACTIVE", "EXPIRED"
4017
+ # resp.queues[0].service_overrides #=> Array
4018
+ # resp.queues[0].service_overrides[0].message #=> String
4019
+ # resp.queues[0].service_overrides[0].name #=> String
4020
+ # resp.queues[0].service_overrides[0].override_value #=> String
4021
+ # resp.queues[0].service_overrides[0].value #=> String
3985
4022
  # resp.queues[0].status #=> String, one of "ACTIVE", "PAUSED"
3986
4023
  # resp.queues[0].submitted_jobs_count #=> Integer
3987
4024
  # resp.queues[0].type #=> String, one of "SYSTEM", "CUSTOM"
4025
+ # resp.total_concurrent_jobs #=> Integer
4026
+ # resp.unallocated_concurrent_jobs #=> Integer
3988
4027
  #
3989
4028
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/ListQueues AWS API Documentation
3990
4029
  #
@@ -4318,7 +4357,7 @@ module Aws::MediaConvert
4318
4357
  # target_lkfs: 1.0,
4319
4358
  # true_peak_limiter_threshold: 1.0,
4320
4359
  # },
4321
- # audio_source_name: "__string",
4360
+ # audio_source_name: "__stringMax2048",
4322
4361
  # audio_type: 1,
4323
4362
  # audio_type_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
4324
4363
  # codec_settings: {
@@ -4469,6 +4508,7 @@ module Aws::MediaConvert
4469
4508
  # hex_font_color: "__stringMin6Max8Pattern09aFAF609aFAF2",
4470
4509
  # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE, AUTO
4471
4510
  # outline_size: 1,
4511
+ # remove_ruby_reserve_attributes: "DISABLED", # accepts DISABLED, ENABLED
4472
4512
  # shadow_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
4473
4513
  # shadow_opacity: 1,
4474
4514
  # shadow_x_offset: 1,
@@ -4995,6 +5035,7 @@ module Aws::MediaConvert
4995
5035
  # scaling_behavior: "DEFAULT", # accepts DEFAULT, STRETCH_TO_OUTPUT, FIT, FIT_NO_UPSCALE, FILL
4996
5036
  # sharpness: 1,
4997
5037
  # timecode_insertion: "DISABLED", # accepts DISABLED, PIC_TIMING_SEI
5038
+ # timecode_track: "DISABLED", # accepts DISABLED, ENABLED
4998
5039
  # video_preprocessors: {
4999
5040
  # color_corrector: {
5000
5041
  # brightness: 1,
@@ -5236,6 +5277,7 @@ module Aws::MediaConvert
5236
5277
  # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.hex_font_color #=> String
5237
5278
  # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.outline_color #=> String, one of "BLACK", "WHITE", "YELLOW", "RED", "GREEN", "BLUE", "AUTO"
5238
5279
  # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.outline_size #=> Integer
5280
+ # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.remove_ruby_reserve_attributes #=> String, one of "DISABLED", "ENABLED"
5239
5281
  # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.shadow_color #=> String, one of "NONE", "BLACK", "WHITE", "AUTO"
5240
5282
  # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.shadow_opacity #=> Integer
5241
5283
  # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.shadow_x_offset #=> Integer
@@ -5665,6 +5707,7 @@ module Aws::MediaConvert
5665
5707
  # resp.preset.settings.video_description.scaling_behavior #=> String, one of "DEFAULT", "STRETCH_TO_OUTPUT", "FIT", "FIT_NO_UPSCALE", "FILL"
5666
5708
  # resp.preset.settings.video_description.sharpness #=> Integer
5667
5709
  # resp.preset.settings.video_description.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
5710
+ # resp.preset.settings.video_description.timecode_track #=> String, one of "DISABLED", "ENABLED"
5668
5711
  # resp.preset.settings.video_description.video_preprocessors.color_corrector.brightness #=> Integer
5669
5712
  # resp.preset.settings.video_description.video_preprocessors.color_corrector.clip_limits.maximum_rgb_tolerance #=> Integer
5670
5713
  # resp.preset.settings.video_description.video_preprocessors.color_corrector.clip_limits.maximum_yuv #=> Integer
@@ -5744,6 +5787,14 @@ module Aws::MediaConvert
5744
5787
 
5745
5788
  # Modify one of your existing queues.
5746
5789
  #
5790
+ # @option params [Integer] :concurrent_jobs
5791
+ # Specify the maximum number of jobs your queue can process
5792
+ # concurrently. For on-demand queues, the value you enter is constrained
5793
+ # by your service quotas for Maximum concurrent jobs, per on-demand
5794
+ # queue and Maximum concurrent jobs, per account. For reserved queues,
5795
+ # update your reservation plan instead in order to increase your yearly
5796
+ # commitment.
5797
+ #
5747
5798
  # @option params [String] :description
5748
5799
  # The new description for the queue, if you are changing it.
5749
5800
  #
@@ -5771,6 +5822,7 @@ module Aws::MediaConvert
5771
5822
  # @example Request syntax with placeholder values
5772
5823
  #
5773
5824
  # resp = client.update_queue({
5825
+ # concurrent_jobs: 1,
5774
5826
  # description: "__string",
5775
5827
  # name: "__string", # required
5776
5828
  # reservation_plan_settings: {
@@ -5784,6 +5836,7 @@ module Aws::MediaConvert
5784
5836
  # @example Response structure
5785
5837
  #
5786
5838
  # resp.queue.arn #=> String
5839
+ # resp.queue.concurrent_jobs #=> Integer
5787
5840
  # resp.queue.created_at #=> Time
5788
5841
  # resp.queue.description #=> String
5789
5842
  # resp.queue.last_updated #=> Time
@@ -5796,6 +5849,11 @@ module Aws::MediaConvert
5796
5849
  # resp.queue.reservation_plan.renewal_type #=> String, one of "AUTO_RENEW", "EXPIRE"
5797
5850
  # resp.queue.reservation_plan.reserved_slots #=> Integer
5798
5851
  # resp.queue.reservation_plan.status #=> String, one of "ACTIVE", "EXPIRED"
5852
+ # resp.queue.service_overrides #=> Array
5853
+ # resp.queue.service_overrides[0].message #=> String
5854
+ # resp.queue.service_overrides[0].name #=> String
5855
+ # resp.queue.service_overrides[0].override_value #=> String
5856
+ # resp.queue.service_overrides[0].value #=> String
5799
5857
  # resp.queue.status #=> String, one of "ACTIVE", "PAUSED"
5800
5858
  # resp.queue.submitted_jobs_count #=> Integer
5801
5859
  # resp.queue.type #=> String, one of "SYSTEM", "CUSTOM"
@@ -5827,7 +5885,7 @@ module Aws::MediaConvert
5827
5885
  tracer: tracer
5828
5886
  )
5829
5887
  context[:gem_name] = 'aws-sdk-mediaconvert'
5830
- context[:gem_version] = '1.144.0'
5888
+ context[:gem_version] = '1.146.0'
5831
5889
  Seahorse::Client::Request.new(handlers, context)
5832
5890
  end
5833
5891
 
@@ -562,6 +562,7 @@ module Aws::MediaConvert
562
562
  QueueTransition = Shapes::StructureShape.new(name: 'QueueTransition')
563
563
  Rectangle = Shapes::StructureShape.new(name: 'Rectangle')
564
564
  RemixSettings = Shapes::StructureShape.new(name: 'RemixSettings')
565
+ RemoveRubyReserveAttributes = Shapes::StringShape.new(name: 'RemoveRubyReserveAttributes')
565
566
  RenewalType = Shapes::StringShape.new(name: 'RenewalType')
566
567
  RequiredFlag = Shapes::StringShape.new(name: 'RequiredFlag')
567
568
  ReservationPlan = Shapes::StructureShape.new(name: 'ReservationPlan')
@@ -582,6 +583,7 @@ module Aws::MediaConvert
582
583
  SccDestinationSettings = Shapes::StructureShape.new(name: 'SccDestinationSettings')
583
584
  SearchJobsRequest = Shapes::StructureShape.new(name: 'SearchJobsRequest')
584
585
  SearchJobsResponse = Shapes::StructureShape.new(name: 'SearchJobsResponse')
586
+ ServiceOverride = Shapes::StructureShape.new(name: 'ServiceOverride')
585
587
  SimulateReservedQueue = Shapes::StringShape.new(name: 'SimulateReservedQueue')
586
588
  SpekeKeyProvider = Shapes::StructureShape.new(name: 'SpekeKeyProvider')
587
589
  SpekeKeyProviderCmaf = Shapes::StructureShape.new(name: 'SpekeKeyProviderCmaf')
@@ -598,6 +600,7 @@ module Aws::MediaConvert
598
600
  TimecodeBurninPosition = Shapes::StringShape.new(name: 'TimecodeBurninPosition')
599
601
  TimecodeConfig = Shapes::StructureShape.new(name: 'TimecodeConfig')
600
602
  TimecodeSource = Shapes::StringShape.new(name: 'TimecodeSource')
603
+ TimecodeTrack = Shapes::StringShape.new(name: 'TimecodeTrack')
601
604
  TimedMetadata = Shapes::StringShape.new(name: 'TimedMetadata')
602
605
  TimedMetadataInsertion = Shapes::StructureShape.new(name: 'TimedMetadataInsertion')
603
606
  Timing = Shapes::StructureShape.new(name: 'Timing')
@@ -838,6 +841,7 @@ module Aws::MediaConvert
838
841
  __listOfPreset = Shapes::ListShape.new(name: '__listOfPreset')
839
842
  __listOfQueue = Shapes::ListShape.new(name: '__listOfQueue')
840
843
  __listOfQueueTransition = Shapes::ListShape.new(name: '__listOfQueueTransition')
844
+ __listOfServiceOverride = Shapes::ListShape.new(name: '__listOfServiceOverride')
841
845
  __listOfTeletextPageType = Shapes::ListShape.new(name: '__listOfTeletextPageType')
842
846
  __listOfVideoOverlay = Shapes::ListShape.new(name: '__listOfVideoOverlay')
843
847
  __listOfVideoOverlayInputClipping = Shapes::ListShape.new(name: '__listOfVideoOverlayInputClipping')
@@ -858,6 +862,9 @@ module Aws::MediaConvert
858
862
  __mapOf__string = Shapes::MapShape.new(name: '__mapOf__string')
859
863
  __string = Shapes::StringShape.new(name: '__string')
860
864
  __stringMax1000 = Shapes::StringShape.new(name: '__stringMax1000')
865
+ __stringMax2048 = Shapes::StringShape.new(name: '__stringMax2048')
866
+ __stringMax2048PatternS3Https = Shapes::StringShape.new(name: '__stringMax2048PatternS3Https')
867
+ __stringMax256 = Shapes::StringShape.new(name: '__stringMax256')
861
868
  __stringMin0 = Shapes::StringShape.new(name: '__stringMin0')
862
869
  __stringMin1 = Shapes::StringShape.new(name: '__stringMin1')
863
870
  __stringMin11Max11Pattern01D20305D205D = Shapes::StringShape.new(name: '__stringMin11Max11Pattern01D20305D205D')
@@ -980,7 +987,7 @@ module Aws::MediaConvert
980
987
 
981
988
  AudioDescription.add_member(:audio_channel_tagging_settings, Shapes::ShapeRef.new(shape: AudioChannelTaggingSettings, location_name: "audioChannelTaggingSettings"))
982
989
  AudioDescription.add_member(:audio_normalization_settings, Shapes::ShapeRef.new(shape: AudioNormalizationSettings, location_name: "audioNormalizationSettings"))
983
- AudioDescription.add_member(:audio_source_name, Shapes::ShapeRef.new(shape: __string, location_name: "audioSourceName"))
990
+ AudioDescription.add_member(:audio_source_name, Shapes::ShapeRef.new(shape: __stringMax2048, location_name: "audioSourceName"))
984
991
  AudioDescription.add_member(:audio_type, Shapes::ShapeRef.new(shape: __integerMin0Max255, location_name: "audioType"))
985
992
  AudioDescription.add_member(:audio_type_control, Shapes::ShapeRef.new(shape: AudioTypeControl, location_name: "audioTypeControl"))
986
993
  AudioDescription.add_member(:codec_settings, Shapes::ShapeRef.new(shape: AudioCodecSettings, location_name: "codecSettings"))
@@ -1095,6 +1102,7 @@ module Aws::MediaConvert
1095
1102
  BurninDestinationSettings.add_member(:hex_font_color, Shapes::ShapeRef.new(shape: __stringMin6Max8Pattern09aFAF609aFAF2, location_name: "hexFontColor"))
1096
1103
  BurninDestinationSettings.add_member(:outline_color, Shapes::ShapeRef.new(shape: BurninSubtitleOutlineColor, location_name: "outlineColor"))
1097
1104
  BurninDestinationSettings.add_member(:outline_size, Shapes::ShapeRef.new(shape: __integerMin0Max10, location_name: "outlineSize"))
1105
+ BurninDestinationSettings.add_member(:remove_ruby_reserve_attributes, Shapes::ShapeRef.new(shape: RemoveRubyReserveAttributes, location_name: "removeRubyReserveAttributes"))
1098
1106
  BurninDestinationSettings.add_member(:shadow_color, Shapes::ShapeRef.new(shape: BurninSubtitleShadowColor, location_name: "shadowColor"))
1099
1107
  BurninDestinationSettings.add_member(:shadow_opacity, Shapes::ShapeRef.new(shape: __integerMin0Max255, location_name: "shadowOpacity"))
1100
1108
  BurninDestinationSettings.add_member(:shadow_x_offset, Shapes::ShapeRef.new(shape: __integerMinNegative2147483648Max2147483647, location_name: "shadowXOffset"))
@@ -1307,6 +1315,7 @@ module Aws::MediaConvert
1307
1315
  CreatePresetResponse.add_member(:preset, Shapes::ShapeRef.new(shape: Preset, location_name: "preset"))
1308
1316
  CreatePresetResponse.struct_class = Types::CreatePresetResponse
1309
1317
 
1318
+ CreateQueueRequest.add_member(:concurrent_jobs, Shapes::ShapeRef.new(shape: __integer, location_name: "concurrentJobs"))
1310
1319
  CreateQueueRequest.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
1311
1320
  CreateQueueRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "name"))
1312
1321
  CreateQueueRequest.add_member(:pricing_plan, Shapes::ShapeRef.new(shape: PricingPlan, location_name: "pricingPlan"))
@@ -1820,7 +1829,7 @@ module Aws::MediaConvert
1820
1829
  Input.add_member(:decryption_settings, Shapes::ShapeRef.new(shape: InputDecryptionSettings, location_name: "decryptionSettings"))
1821
1830
  Input.add_member(:denoise_filter, Shapes::ShapeRef.new(shape: InputDenoiseFilter, location_name: "denoiseFilter"))
1822
1831
  Input.add_member(:dolby_vision_metadata_xml, Shapes::ShapeRef.new(shape: __stringMin14PatternS3XmlXMLHttpsXmlXML, location_name: "dolbyVisionMetadataXml"))
1823
- Input.add_member(:file_input, Shapes::ShapeRef.new(shape: __stringPatternS3Https, location_name: "fileInput"))
1832
+ Input.add_member(:file_input, Shapes::ShapeRef.new(shape: __stringMax2048PatternS3Https, location_name: "fileInput"))
1824
1833
  Input.add_member(:filter_enable, Shapes::ShapeRef.new(shape: InputFilterEnable, location_name: "filterEnable"))
1825
1834
  Input.add_member(:filter_strength, Shapes::ShapeRef.new(shape: __integerMin0Max5, location_name: "filterStrength"))
1826
1835
  Input.add_member(:image_inserter, Shapes::ShapeRef.new(shape: ImageInserter, location_name: "imageInserter"))
@@ -2035,6 +2044,8 @@ module Aws::MediaConvert
2035
2044
 
2036
2045
  ListQueuesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
2037
2046
  ListQueuesResponse.add_member(:queues, Shapes::ShapeRef.new(shape: __listOfQueue, location_name: "queues"))
2047
+ ListQueuesResponse.add_member(:total_concurrent_jobs, Shapes::ShapeRef.new(shape: __integer, location_name: "totalConcurrentJobs"))
2048
+ ListQueuesResponse.add_member(:unallocated_concurrent_jobs, Shapes::ShapeRef.new(shape: __integer, location_name: "unallocatedConcurrentJobs"))
2038
2049
  ListQueuesResponse.struct_class = Types::ListQueuesResponse
2039
2050
 
2040
2051
  ListTagsForResourceRequest.add_member(:arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "arn"))
@@ -2301,7 +2312,7 @@ module Aws::MediaConvert
2301
2312
  Output.add_member(:audio_descriptions, Shapes::ShapeRef.new(shape: __listOfAudioDescription, location_name: "audioDescriptions"))
2302
2313
  Output.add_member(:caption_descriptions, Shapes::ShapeRef.new(shape: __listOfCaptionDescription, location_name: "captionDescriptions"))
2303
2314
  Output.add_member(:container_settings, Shapes::ShapeRef.new(shape: ContainerSettings, location_name: "containerSettings"))
2304
- Output.add_member(:extension, Shapes::ShapeRef.new(shape: __string, location_name: "extension"))
2315
+ Output.add_member(:extension, Shapes::ShapeRef.new(shape: __stringMax256, location_name: "extension"))
2305
2316
  Output.add_member(:name_modifier, Shapes::ShapeRef.new(shape: __stringMin1Max256, location_name: "nameModifier"))
2306
2317
  Output.add_member(:output_settings, Shapes::ShapeRef.new(shape: OutputSettings, location_name: "outputSettings"))
2307
2318
  Output.add_member(:preset, Shapes::ShapeRef.new(shape: __stringMin0, location_name: "preset"))
@@ -2318,7 +2329,7 @@ module Aws::MediaConvert
2318
2329
 
2319
2330
  OutputGroup.add_member(:automated_encoding_settings, Shapes::ShapeRef.new(shape: AutomatedEncodingSettings, location_name: "automatedEncodingSettings"))
2320
2331
  OutputGroup.add_member(:custom_name, Shapes::ShapeRef.new(shape: __string, location_name: "customName"))
2321
- OutputGroup.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
2332
+ OutputGroup.add_member(:name, Shapes::ShapeRef.new(shape: __stringMax2048, location_name: "name"))
2322
2333
  OutputGroup.add_member(:output_group_settings, Shapes::ShapeRef.new(shape: OutputGroupSettings, location_name: "outputGroupSettings"))
2323
2334
  OutputGroup.add_member(:outputs, Shapes::ShapeRef.new(shape: __listOfOutput, location_name: "outputs"))
2324
2335
  OutputGroup.struct_class = Types::OutputGroup
@@ -2383,6 +2394,7 @@ module Aws::MediaConvert
2383
2394
  PutPolicyResponse.struct_class = Types::PutPolicyResponse
2384
2395
 
2385
2396
  Queue.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
2397
+ Queue.add_member(:concurrent_jobs, Shapes::ShapeRef.new(shape: __integer, location_name: "concurrentJobs"))
2386
2398
  Queue.add_member(:created_at, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "createdAt"))
2387
2399
  Queue.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
2388
2400
  Queue.add_member(:last_updated, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "lastUpdated"))
@@ -2390,6 +2402,7 @@ module Aws::MediaConvert
2390
2402
  Queue.add_member(:pricing_plan, Shapes::ShapeRef.new(shape: PricingPlan, location_name: "pricingPlan"))
2391
2403
  Queue.add_member(:progressing_jobs_count, Shapes::ShapeRef.new(shape: __integer, location_name: "progressingJobsCount"))
2392
2404
  Queue.add_member(:reservation_plan, Shapes::ShapeRef.new(shape: ReservationPlan, location_name: "reservationPlan"))
2405
+ Queue.add_member(:service_overrides, Shapes::ShapeRef.new(shape: __listOfServiceOverride, location_name: "serviceOverrides"))
2393
2406
  Queue.add_member(:status, Shapes::ShapeRef.new(shape: QueueStatus, location_name: "status"))
2394
2407
  Queue.add_member(:submitted_jobs_count, Shapes::ShapeRef.new(shape: __integer, location_name: "submittedJobsCount"))
2395
2408
  Queue.add_member(:type, Shapes::ShapeRef.new(shape: Type, location_name: "type"))
@@ -2458,6 +2471,12 @@ module Aws::MediaConvert
2458
2471
  SearchJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
2459
2472
  SearchJobsResponse.struct_class = Types::SearchJobsResponse
2460
2473
 
2474
+ ServiceOverride.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
2475
+ ServiceOverride.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
2476
+ ServiceOverride.add_member(:override_value, Shapes::ShapeRef.new(shape: __string, location_name: "overrideValue"))
2477
+ ServiceOverride.add_member(:value, Shapes::ShapeRef.new(shape: __string, location_name: "value"))
2478
+ ServiceOverride.struct_class = Types::ServiceOverride
2479
+
2461
2480
  SpekeKeyProvider.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: __stringPatternArnAwsUsGovAcm, location_name: "certificateArn"))
2462
2481
  SpekeKeyProvider.add_member(:encryption_contract_configuration, Shapes::ShapeRef.new(shape: EncryptionContractConfiguration, location_name: "encryptionContractConfiguration"))
2463
2482
  SpekeKeyProvider.add_member(:resource_id, Shapes::ShapeRef.new(shape: __string, location_name: "resourceId"))
@@ -2563,6 +2582,7 @@ module Aws::MediaConvert
2563
2582
  UpdatePresetResponse.add_member(:preset, Shapes::ShapeRef.new(shape: Preset, location_name: "preset"))
2564
2583
  UpdatePresetResponse.struct_class = Types::UpdatePresetResponse
2565
2584
 
2585
+ UpdateQueueRequest.add_member(:concurrent_jobs, Shapes::ShapeRef.new(shape: __integer, location_name: "concurrentJobs"))
2566
2586
  UpdateQueueRequest.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
2567
2587
  UpdateQueueRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "name"))
2568
2588
  UpdateQueueRequest.add_member(:reservation_plan_settings, Shapes::ShapeRef.new(shape: ReservationPlanSettings, location_name: "reservationPlanSettings"))
@@ -2611,6 +2631,7 @@ module Aws::MediaConvert
2611
2631
  VideoDescription.add_member(:scaling_behavior, Shapes::ShapeRef.new(shape: ScalingBehavior, location_name: "scalingBehavior"))
2612
2632
  VideoDescription.add_member(:sharpness, Shapes::ShapeRef.new(shape: __integerMin0Max100, location_name: "sharpness"))
2613
2633
  VideoDescription.add_member(:timecode_insertion, Shapes::ShapeRef.new(shape: VideoTimecodeInsertion, location_name: "timecodeInsertion"))
2634
+ VideoDescription.add_member(:timecode_track, Shapes::ShapeRef.new(shape: TimecodeTrack, location_name: "timecodeTrack"))
2614
2635
  VideoDescription.add_member(:video_preprocessors, Shapes::ShapeRef.new(shape: VideoPreprocessor, location_name: "videoPreprocessors"))
2615
2636
  VideoDescription.add_member(:width, Shapes::ShapeRef.new(shape: __integerMin32Max8192, location_name: "width"))
2616
2637
  VideoDescription.struct_class = Types::VideoDescription
@@ -2838,6 +2859,8 @@ module Aws::MediaConvert
2838
2859
 
2839
2860
  __listOfQueueTransition.member = Shapes::ShapeRef.new(shape: QueueTransition)
2840
2861
 
2862
+ __listOfServiceOverride.member = Shapes::ShapeRef.new(shape: ServiceOverride)
2863
+
2841
2864
  __listOfTeletextPageType.member = Shapes::ShapeRef.new(shape: TeletextPageType)
2842
2865
 
2843
2866
  __listOfVideoOverlay.member = Shapes::ShapeRef.new(shape: VideoOverlay)
@@ -1523,6 +1523,15 @@ module Aws::MediaConvert
1523
1523
  # outline size data from your input captions, if present.
1524
1524
  # @return [Integer]
1525
1525
  #
1526
+ # @!attribute [rw] remove_ruby_reserve_attributes
1527
+ # Optionally remove any tts:rubyReserve attributes present in your
1528
+ # input, that do not have a tts:ruby attribute in the same element,
1529
+ # from your output. Use if your vertical Japanese output captions have
1530
+ # alignment issues. To remove ruby reserve attributes when present:
1531
+ # Choose Enabled. To not remove any ruby reserve attributes: Keep the
1532
+ # default value, Disabled.
1533
+ # @return [String]
1534
+ #
1526
1535
  # @!attribute [rw] shadow_color
1527
1536
  # Specify the color of the shadow cast by the captions. Leave Shadow
1528
1537
  # color blank and set Style passthrough to enabled to use the shadow
@@ -1610,6 +1619,7 @@ module Aws::MediaConvert
1610
1619
  :hex_font_color,
1611
1620
  :outline_color,
1612
1621
  :outline_size,
1622
+ :remove_ruby_reserve_attributes,
1613
1623
  :shadow_color,
1614
1624
  :shadow_opacity,
1615
1625
  :shadow_x_offset,
@@ -3217,6 +3227,15 @@ module Aws::MediaConvert
3217
3227
  # create a reserved queue, you enter into a 12-month commitment to
3218
3228
  # purchase the RTS that you specify. You can't cancel this commitment.
3219
3229
  #
3230
+ # @!attribute [rw] concurrent_jobs
3231
+ # Specify the maximum number of jobs your queue can process
3232
+ # concurrently. For on-demand queues, the value you enter is
3233
+ # constrained by your service quotas for Maximum concurrent jobs, per
3234
+ # on-demand queue and Maximum concurrent jobs, per account. For
3235
+ # reserved queues, specify the number of jobs you can process
3236
+ # concurrently in your reservation plan instead.
3237
+ # @return [Integer]
3238
+ #
3220
3239
  # @!attribute [rw] description
3221
3240
  # Optional. A description of the queue that you are creating.
3222
3241
  # @return [String]
@@ -3252,6 +3271,7 @@ module Aws::MediaConvert
3252
3271
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/CreateQueueRequest AWS API Documentation
3253
3272
  #
3254
3273
  class CreateQueueRequest < Struct.new(
3274
+ :concurrent_jobs,
3255
3275
  :description,
3256
3276
  :name,
3257
3277
  :pricing_plan,
@@ -8880,11 +8900,24 @@ module Aws::MediaConvert
8880
8900
  # List of queues.
8881
8901
  # @return [Array<Types::Queue>]
8882
8902
  #
8903
+ # @!attribute [rw] total_concurrent_jobs
8904
+ # The maximum number of jobs that MediaConvert can process at one
8905
+ # time, across all of your on-demand queues in the current AWS Region.
8906
+ # @return [Integer]
8907
+ #
8908
+ # @!attribute [rw] unallocated_concurrent_jobs
8909
+ # The remaining number of concurrent jobs that are not associated with
8910
+ # a queue and are available to allocate to a queue. You can allocate
8911
+ # these jobs when you create or update a queue.
8912
+ # @return [Integer]
8913
+ #
8883
8914
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/ListQueuesResponse AWS API Documentation
8884
8915
  #
8885
8916
  class ListQueuesResponse < Struct.new(
8886
8917
  :next_token,
8887
- :queues)
8918
+ :queues,
8919
+ :total_concurrent_jobs,
8920
+ :unallocated_concurrent_jobs)
8888
8921
  SENSITIVE = []
8889
8922
  include Aws::Structure
8890
8923
  end
@@ -11468,6 +11501,10 @@ module Aws::MediaConvert
11468
11501
  # An identifier for this resource that is unique within all of AWS.
11469
11502
  # @return [String]
11470
11503
  #
11504
+ # @!attribute [rw] concurrent_jobs
11505
+ # The maximum number of jobs your queue can process concurrently.
11506
+ # @return [Integer]
11507
+ #
11471
11508
  # @!attribute [rw] created_at
11472
11509
  # The timestamp in epoch seconds for when you created the queue.
11473
11510
  # @return [Time]
@@ -11503,6 +11540,12 @@ module Aws::MediaConvert
11503
11540
  # reserved queues and not applicable to on-demand queues.
11504
11541
  # @return [Types::ReservationPlan]
11505
11542
  #
11543
+ # @!attribute [rw] service_overrides
11544
+ # A list of any service overrides applied by MediaConvert to the
11545
+ # settings that you have configured. If you see any overrides, we
11546
+ # recommend that you contact AWS Support.
11547
+ # @return [Array<Types::ServiceOverride>]
11548
+ #
11506
11549
  # @!attribute [rw] status
11507
11550
  # Queues can be ACTIVE or PAUSED. If you pause a queue, the service
11508
11551
  # won't begin processing jobs in that queue. Jobs that are running
@@ -11524,6 +11567,7 @@ module Aws::MediaConvert
11524
11567
  #
11525
11568
  class Queue < Struct.new(
11526
11569
  :arn,
11570
+ :concurrent_jobs,
11527
11571
  :created_at,
11528
11572
  :description,
11529
11573
  :last_updated,
@@ -11531,6 +11575,7 @@ module Aws::MediaConvert
11531
11575
  :pricing_plan,
11532
11576
  :progressing_jobs_count,
11533
11577
  :reservation_plan,
11578
+ :service_overrides,
11534
11579
  :status,
11535
11580
  :submitted_jobs_count,
11536
11581
  :type)
@@ -11966,6 +12011,40 @@ module Aws::MediaConvert
11966
12011
  include Aws::Structure
11967
12012
  end
11968
12013
 
12014
+ # A service override applied by MediaConvert to the settings that you
12015
+ # have configured. If you see any overrides, we recommend that you
12016
+ # contact AWS Support.
12017
+ #
12018
+ # @!attribute [rw] message
12019
+ # Details about the service override that MediaConvert has applied.
12020
+ # @return [String]
12021
+ #
12022
+ # @!attribute [rw] name
12023
+ # The name of the setting that MediaConvert has applied an override
12024
+ # to.
12025
+ # @return [String]
12026
+ #
12027
+ # @!attribute [rw] override_value
12028
+ # The current value of the service override that MediaConvert has
12029
+ # applied.
12030
+ # @return [String]
12031
+ #
12032
+ # @!attribute [rw] value
12033
+ # The value of the setting that you configured, prior to any overrides
12034
+ # that MediaConvert has applied.
12035
+ # @return [String]
12036
+ #
12037
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/ServiceOverride AWS API Documentation
12038
+ #
12039
+ class ServiceOverride < Struct.new(
12040
+ :message,
12041
+ :name,
12042
+ :override_value,
12043
+ :value)
12044
+ SENSITIVE = []
12045
+ include Aws::Structure
12046
+ end
12047
+
11969
12048
  # If your output group type is HLS, DASH, or Microsoft Smooth, use these
11970
12049
  # settings when doing DRM encryption with a SPEKE-compliant key
11971
12050
  # provider. If your output group type is CMAF, use the
@@ -12661,6 +12740,15 @@ module Aws::MediaConvert
12661
12740
  # Modify a queue by sending a request with the queue name and any
12662
12741
  # changes to the queue.
12663
12742
  #
12743
+ # @!attribute [rw] concurrent_jobs
12744
+ # Specify the maximum number of jobs your queue can process
12745
+ # concurrently. For on-demand queues, the value you enter is
12746
+ # constrained by your service quotas for Maximum concurrent jobs, per
12747
+ # on-demand queue and Maximum concurrent jobs, per account. For
12748
+ # reserved queues, update your reservation plan instead in order to
12749
+ # increase your yearly commitment.
12750
+ # @return [Integer]
12751
+ #
12664
12752
  # @!attribute [rw] description
12665
12753
  # The new description for the queue, if you are changing it.
12666
12754
  # @return [String]
@@ -12688,6 +12776,7 @@ module Aws::MediaConvert
12688
12776
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/UpdateQueueRequest AWS API Documentation
12689
12777
  #
12690
12778
  class UpdateQueueRequest < Struct.new(
12779
+ :concurrent_jobs,
12691
12780
  :description,
12692
12781
  :name,
12693
12782
  :reservation_plan_settings,
@@ -12975,7 +13064,7 @@ module Aws::MediaConvert
12975
13064
  # service will use drop-frame timecode on outputs. If it is not
12976
13065
  # possible to use drop-frame timecode, the system will fall back to
12977
13066
  # non-drop-frame. This setting is enabled by default when Timecode
12978
- # insertion is enabled.
13067
+ # insertion or Timecode track is enabled.
12979
13068
  # @return [String]
12980
13069
  #
12981
13070
  # @!attribute [rw] fixed_afd
@@ -13040,6 +13129,15 @@ module Aws::MediaConvert
13040
13129
  # Job settings > Timecode configuration does.
13041
13130
  # @return [String]
13042
13131
  #
13132
+ # @!attribute [rw] timecode_track
13133
+ # To include a timecode track in your MP4 output: Choose Enabled.
13134
+ # MediaConvert writes the timecode track in the Null Media Header box
13135
+ # (NMHD), without any timecode text formatting information. You can
13136
+ # also specify dropframe or non-dropframe timecode under the Drop
13137
+ # Frame Timecode setting. To not include a timecode track: Keep the
13138
+ # default value, Disabled.
13139
+ # @return [String]
13140
+ #
13043
13141
  # @!attribute [rw] video_preprocessors
13044
13142
  # Find additional transcoding features under Preprocessors. Enable the
13045
13143
  # features at each output individually. These features are disabled by
@@ -13071,6 +13169,7 @@ module Aws::MediaConvert
13071
13169
  :scaling_behavior,
13072
13170
  :sharpness,
13073
13171
  :timecode_insertion,
13172
+ :timecode_track,
13074
13173
  :video_preprocessors,
13075
13174
  :width)
13076
13175
  SENSITIVE = []
@@ -54,7 +54,7 @@ module Aws::MediaConvert
54
54
  autoload :EndpointProvider, 'aws-sdk-mediaconvert/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-mediaconvert/endpoints'
56
56
 
57
- GEM_VERSION = '1.144.0'
57
+ GEM_VERSION = '1.146.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -888,6 +888,7 @@ module Aws
888
888
  hex_font_color: ::String?,
889
889
  outline_color: ("BLACK" | "WHITE" | "YELLOW" | "RED" | "GREEN" | "BLUE" | "AUTO")?,
890
890
  outline_size: ::Integer?,
891
+ remove_ruby_reserve_attributes: ("DISABLED" | "ENABLED")?,
891
892
  shadow_color: ("NONE" | "BLACK" | "WHITE" | "AUTO")?,
892
893
  shadow_opacity: ::Integer?,
893
894
  shadow_x_offset: ::Integer?,
@@ -1428,6 +1429,7 @@ module Aws
1428
1429
  scaling_behavior: ("DEFAULT" | "STRETCH_TO_OUTPUT" | "FIT" | "FIT_NO_UPSCALE" | "FILL")?,
1429
1430
  sharpness: ::Integer?,
1430
1431
  timecode_insertion: ("DISABLED" | "PIC_TIMING_SEI")?,
1432
+ timecode_track: ("DISABLED" | "ENABLED")?,
1431
1433
  video_preprocessors: {
1432
1434
  color_corrector: {
1433
1435
  brightness: ::Integer?,
@@ -2334,6 +2336,7 @@ module Aws
2334
2336
  hex_font_color: ::String?,
2335
2337
  outline_color: ("BLACK" | "WHITE" | "YELLOW" | "RED" | "GREEN" | "BLUE" | "AUTO")?,
2336
2338
  outline_size: ::Integer?,
2339
+ remove_ruby_reserve_attributes: ("DISABLED" | "ENABLED")?,
2337
2340
  shadow_color: ("NONE" | "BLACK" | "WHITE" | "AUTO")?,
2338
2341
  shadow_opacity: ::Integer?,
2339
2342
  shadow_x_offset: ::Integer?,
@@ -2874,6 +2877,7 @@ module Aws
2874
2877
  scaling_behavior: ("DEFAULT" | "STRETCH_TO_OUTPUT" | "FIT" | "FIT_NO_UPSCALE" | "FILL")?,
2875
2878
  sharpness: ::Integer?,
2876
2879
  timecode_insertion: ("DISABLED" | "PIC_TIMING_SEI")?,
2880
+ timecode_track: ("DISABLED" | "ENABLED")?,
2877
2881
  video_preprocessors: {
2878
2882
  color_corrector: {
2879
2883
  brightness: ::Integer?,
@@ -3176,6 +3180,7 @@ module Aws
3176
3180
  hex_font_color: ::String?,
3177
3181
  outline_color: ("BLACK" | "WHITE" | "YELLOW" | "RED" | "GREEN" | "BLUE" | "AUTO")?,
3178
3182
  outline_size: ::Integer?,
3183
+ remove_ruby_reserve_attributes: ("DISABLED" | "ENABLED")?,
3179
3184
  shadow_color: ("NONE" | "BLACK" | "WHITE" | "AUTO")?,
3180
3185
  shadow_opacity: ::Integer?,
3181
3186
  shadow_x_offset: ::Integer?,
@@ -3702,6 +3707,7 @@ module Aws
3702
3707
  scaling_behavior: ("DEFAULT" | "STRETCH_TO_OUTPUT" | "FIT" | "FIT_NO_UPSCALE" | "FILL")?,
3703
3708
  sharpness: ::Integer?,
3704
3709
  timecode_insertion: ("DISABLED" | "PIC_TIMING_SEI")?,
3710
+ timecode_track: ("DISABLED" | "ENABLED")?,
3705
3711
  video_preprocessors: {
3706
3712
  color_corrector: {
3707
3713
  brightness: ::Integer?,
@@ -3815,6 +3821,7 @@ module Aws
3815
3821
  end
3816
3822
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConvert/Client.html#create_queue-instance_method
3817
3823
  def create_queue: (
3824
+ ?concurrent_jobs: ::Integer,
3818
3825
  ?description: ::String,
3819
3826
  name: ::String,
3820
3827
  ?pricing_plan: ("ON_DEMAND" | "RESERVED"),
@@ -3983,6 +3990,8 @@ module Aws
3983
3990
  include ::Seahorse::Client::_ResponseSuccess[Types::ListQueuesResponse]
3984
3991
  def next_token: () -> ::String
3985
3992
  def queues: () -> ::Array[Types::Queue]
3993
+ def total_concurrent_jobs: () -> ::Integer
3994
+ def unallocated_concurrent_jobs: () -> ::Integer
3986
3995
  end
3987
3996
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConvert/Client.html#list_queues-instance_method
3988
3997
  def list_queues: (
@@ -4843,6 +4852,7 @@ module Aws
4843
4852
  hex_font_color: ::String?,
4844
4853
  outline_color: ("BLACK" | "WHITE" | "YELLOW" | "RED" | "GREEN" | "BLUE" | "AUTO")?,
4845
4854
  outline_size: ::Integer?,
4855
+ remove_ruby_reserve_attributes: ("DISABLED" | "ENABLED")?,
4846
4856
  shadow_color: ("NONE" | "BLACK" | "WHITE" | "AUTO")?,
4847
4857
  shadow_opacity: ::Integer?,
4848
4858
  shadow_x_offset: ::Integer?,
@@ -5383,6 +5393,7 @@ module Aws
5383
5393
  scaling_behavior: ("DEFAULT" | "STRETCH_TO_OUTPUT" | "FIT" | "FIT_NO_UPSCALE" | "FILL")?,
5384
5394
  sharpness: ::Integer?,
5385
5395
  timecode_insertion: ("DISABLED" | "PIC_TIMING_SEI")?,
5396
+ timecode_track: ("DISABLED" | "ENABLED")?,
5386
5397
  video_preprocessors: {
5387
5398
  color_corrector: {
5388
5399
  brightness: ::Integer?,
@@ -5684,6 +5695,7 @@ module Aws
5684
5695
  hex_font_color: ::String?,
5685
5696
  outline_color: ("BLACK" | "WHITE" | "YELLOW" | "RED" | "GREEN" | "BLUE" | "AUTO")?,
5686
5697
  outline_size: ::Integer?,
5698
+ remove_ruby_reserve_attributes: ("DISABLED" | "ENABLED")?,
5687
5699
  shadow_color: ("NONE" | "BLACK" | "WHITE" | "AUTO")?,
5688
5700
  shadow_opacity: ::Integer?,
5689
5701
  shadow_x_offset: ::Integer?,
@@ -6210,6 +6222,7 @@ module Aws
6210
6222
  scaling_behavior: ("DEFAULT" | "STRETCH_TO_OUTPUT" | "FIT" | "FIT_NO_UPSCALE" | "FILL")?,
6211
6223
  sharpness: ::Integer?,
6212
6224
  timecode_insertion: ("DISABLED" | "PIC_TIMING_SEI")?,
6225
+ timecode_track: ("DISABLED" | "ENABLED")?,
6213
6226
  video_preprocessors: {
6214
6227
  color_corrector: {
6215
6228
  brightness: ::Integer?,
@@ -6322,6 +6335,7 @@ module Aws
6322
6335
  end
6323
6336
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConvert/Client.html#update_queue-instance_method
6324
6337
  def update_queue: (
6338
+ ?concurrent_jobs: ::Integer,
6325
6339
  ?description: ::String,
6326
6340
  name: ::String,
6327
6341
  ?reservation_plan_settings: {
data/sig/types.rbs CHANGED
@@ -243,6 +243,7 @@ module Aws::MediaConvert
243
243
  attr_accessor hex_font_color: ::String
244
244
  attr_accessor outline_color: ("BLACK" | "WHITE" | "YELLOW" | "RED" | "GREEN" | "BLUE" | "AUTO")
245
245
  attr_accessor outline_size: ::Integer
246
+ attr_accessor remove_ruby_reserve_attributes: ("DISABLED" | "ENABLED")
246
247
  attr_accessor shadow_color: ("NONE" | "BLACK" | "WHITE" | "AUTO")
247
248
  attr_accessor shadow_opacity: ::Integer
248
249
  attr_accessor shadow_x_offset: ::Integer
@@ -506,6 +507,7 @@ module Aws::MediaConvert
506
507
  end
507
508
 
508
509
  class CreateQueueRequest
510
+ attr_accessor concurrent_jobs: ::Integer
509
511
  attr_accessor description: ::String
510
512
  attr_accessor name: ::String
511
513
  attr_accessor pricing_plan: ("ON_DEMAND" | "RESERVED")
@@ -1413,6 +1415,8 @@ module Aws::MediaConvert
1413
1415
  class ListQueuesResponse
1414
1416
  attr_accessor next_token: ::String
1415
1417
  attr_accessor queues: ::Array[Types::Queue]
1418
+ attr_accessor total_concurrent_jobs: ::Integer
1419
+ attr_accessor unallocated_concurrent_jobs: ::Integer
1416
1420
  SENSITIVE: []
1417
1421
  end
1418
1422
 
@@ -1855,6 +1859,7 @@ module Aws::MediaConvert
1855
1859
 
1856
1860
  class Queue
1857
1861
  attr_accessor arn: ::String
1862
+ attr_accessor concurrent_jobs: ::Integer
1858
1863
  attr_accessor created_at: ::Time
1859
1864
  attr_accessor description: ::String
1860
1865
  attr_accessor last_updated: ::Time
@@ -1862,6 +1867,7 @@ module Aws::MediaConvert
1862
1867
  attr_accessor pricing_plan: ("ON_DEMAND" | "RESERVED")
1863
1868
  attr_accessor progressing_jobs_count: ::Integer
1864
1869
  attr_accessor reservation_plan: Types::ReservationPlan
1870
+ attr_accessor service_overrides: ::Array[Types::ServiceOverride]
1865
1871
  attr_accessor status: ("ACTIVE" | "PAUSED")
1866
1872
  attr_accessor submitted_jobs_count: ::Integer
1867
1873
  attr_accessor type: ("SYSTEM" | "CUSTOM")
@@ -1955,6 +1961,14 @@ module Aws::MediaConvert
1955
1961
  SENSITIVE: []
1956
1962
  end
1957
1963
 
1964
+ class ServiceOverride
1965
+ attr_accessor message: ::String
1966
+ attr_accessor name: ::String
1967
+ attr_accessor override_value: ::String
1968
+ attr_accessor value: ::String
1969
+ SENSITIVE: []
1970
+ end
1971
+
1958
1972
  class SpekeKeyProvider
1959
1973
  attr_accessor certificate_arn: ::String
1960
1974
  attr_accessor encryption_contract_configuration: Types::EncryptionContractConfiguration
@@ -2103,6 +2117,7 @@ module Aws::MediaConvert
2103
2117
  end
2104
2118
 
2105
2119
  class UpdateQueueRequest
2120
+ attr_accessor concurrent_jobs: ::Integer
2106
2121
  attr_accessor description: ::String
2107
2122
  attr_accessor name: ::String
2108
2123
  attr_accessor reservation_plan_settings: Types::ReservationPlanSettings
@@ -2159,6 +2174,7 @@ module Aws::MediaConvert
2159
2174
  attr_accessor scaling_behavior: ("DEFAULT" | "STRETCH_TO_OUTPUT" | "FIT" | "FIT_NO_UPSCALE" | "FILL")
2160
2175
  attr_accessor sharpness: ::Integer
2161
2176
  attr_accessor timecode_insertion: ("DISABLED" | "PIC_TIMING_SEI")
2177
+ attr_accessor timecode_track: ("DISABLED" | "ENABLED")
2162
2178
  attr_accessor video_preprocessors: Types::VideoPreprocessor
2163
2179
  attr_accessor width: ::Integer
2164
2180
  SENSITIVE: []
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.144.0
4
+ version: 1.146.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-11-13 00:00:00.000000000 Z
11
+ date: 2024-12-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core