aws-sdk-mediaconvert 1.144.0 → 1.145.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: cdc94aaaa0e750fc49154ec0b4ad5e2776ee95d23db89c19a47dde4a64fdcf88
4
+ data.tar.gz: 495b5b0c3a78ba38c231ba696a471485e79661f718eacd23596fc25d641ca47f
5
5
  SHA512:
6
- metadata.gz: b5a9270d1483db99432078c04a24b0db7f616de9c743843e24063b817538a98f6d49c886a15470f9411516d16f5ff19820294bb0e5c682c37f0b4bd66571842d
7
- data.tar.gz: 79e4cba262d989a819008bb0f994107bd93fb7bb6defe45e965640f0015866dc50fe9c780a4cc80e1da9000dcb14a657fa95dde152e3e3fc618f2d7da8627bec
6
+ metadata.gz: 00ade5ba52975e8a9fcc65f06801201092bd47f2a669f22dcea9ed7113077f1bc5729b9fcee7248c00138b7235cba7c4cd6ad38633781dfa21a3adfefd856e26
7
+ data.tar.gz: 89a001f971a71e8c25fc466d50eae92211ca37e54c88c1243d4972957e37835f32c7e80f8e6c6a339f5af8b6766185ed700f5d2cf0a7fc9e6ba4d2bd95068997
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.145.0 (2024-11-20)
5
+ ------------------
6
+
7
+ * Feature - This release adds the ability to reconfigure concurrent job settings for existing queues and create queues with custom concurrent job settings.
8
+
4
9
  1.144.0 (2024-11-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.144.0
1
+ 1.145.0
@@ -2136,6 +2136,14 @@ module Aws::MediaConvert
2136
2136
  # Working With Queues in the User Guide at
2137
2137
  # https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-queues.html
2138
2138
  #
2139
+ # @option params [Integer] :concurrent_jobs
2140
+ # Specify the maximum number of jobs your queue can process
2141
+ # concurrently. For on-demand queues, the value you enter is constrained
2142
+ # by your service quotas for Maximum concurrent jobs, per on-demand
2143
+ # queue and Maximum concurrent jobs, per account. For reserved queues,
2144
+ # specify the number of jobs you can process concurrently in your
2145
+ # reservation plan instead.
2146
+ #
2139
2147
  # @option params [String] :description
2140
2148
  # Optional. A description of the queue that you are creating.
2141
2149
  #
@@ -2169,6 +2177,7 @@ module Aws::MediaConvert
2169
2177
  # @example Request syntax with placeholder values
2170
2178
  #
2171
2179
  # resp = client.create_queue({
2180
+ # concurrent_jobs: 1,
2172
2181
  # description: "__string",
2173
2182
  # name: "__string", # required
2174
2183
  # pricing_plan: "ON_DEMAND", # accepts ON_DEMAND, RESERVED
@@ -2186,6 +2195,7 @@ module Aws::MediaConvert
2186
2195
  # @example Response structure
2187
2196
  #
2188
2197
  # resp.queue.arn #=> String
2198
+ # resp.queue.concurrent_jobs #=> Integer
2189
2199
  # resp.queue.created_at #=> Time
2190
2200
  # resp.queue.description #=> String
2191
2201
  # resp.queue.last_updated #=> Time
@@ -2198,6 +2208,11 @@ module Aws::MediaConvert
2198
2208
  # resp.queue.reservation_plan.renewal_type #=> String, one of "AUTO_RENEW", "EXPIRE"
2199
2209
  # resp.queue.reservation_plan.reserved_slots #=> Integer
2200
2210
  # resp.queue.reservation_plan.status #=> String, one of "ACTIVE", "EXPIRED"
2211
+ # resp.queue.service_overrides #=> Array
2212
+ # resp.queue.service_overrides[0].message #=> String
2213
+ # resp.queue.service_overrides[0].name #=> String
2214
+ # resp.queue.service_overrides[0].override_value #=> String
2215
+ # resp.queue.service_overrides[0].value #=> String
2201
2216
  # resp.queue.status #=> String, one of "ACTIVE", "PAUSED"
2202
2217
  # resp.queue.submitted_jobs_count #=> Integer
2203
2218
  # resp.queue.type #=> String, one of "SYSTEM", "CUSTOM"
@@ -3109,6 +3124,7 @@ module Aws::MediaConvert
3109
3124
  # @example Response structure
3110
3125
  #
3111
3126
  # resp.queue.arn #=> String
3127
+ # resp.queue.concurrent_jobs #=> Integer
3112
3128
  # resp.queue.created_at #=> Time
3113
3129
  # resp.queue.description #=> String
3114
3130
  # resp.queue.last_updated #=> Time
@@ -3121,6 +3137,11 @@ module Aws::MediaConvert
3121
3137
  # resp.queue.reservation_plan.renewal_type #=> String, one of "AUTO_RENEW", "EXPIRE"
3122
3138
  # resp.queue.reservation_plan.reserved_slots #=> Integer
3123
3139
  # resp.queue.reservation_plan.status #=> String, one of "ACTIVE", "EXPIRED"
3140
+ # resp.queue.service_overrides #=> Array
3141
+ # resp.queue.service_overrides[0].message #=> String
3142
+ # resp.queue.service_overrides[0].name #=> String
3143
+ # resp.queue.service_overrides[0].override_value #=> String
3144
+ # resp.queue.service_overrides[0].value #=> String
3124
3145
  # resp.queue.status #=> String, one of "ACTIVE", "PAUSED"
3125
3146
  # resp.queue.submitted_jobs_count #=> Integer
3126
3147
  # resp.queue.type #=> String, one of "SYSTEM", "CUSTOM"
@@ -3953,6 +3974,8 @@ module Aws::MediaConvert
3953
3974
  #
3954
3975
  # * {Types::ListQueuesResponse#next_token #next_token} => String
3955
3976
  # * {Types::ListQueuesResponse#queues #queues} => Array<Types::Queue>
3977
+ # * {Types::ListQueuesResponse#total_concurrent_jobs #total_concurrent_jobs} => Integer
3978
+ # * {Types::ListQueuesResponse#unallocated_concurrent_jobs #unallocated_concurrent_jobs} => Integer
3956
3979
  #
3957
3980
  # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
3958
3981
  #
@@ -3970,6 +3993,7 @@ module Aws::MediaConvert
3970
3993
  # resp.next_token #=> String
3971
3994
  # resp.queues #=> Array
3972
3995
  # resp.queues[0].arn #=> String
3996
+ # resp.queues[0].concurrent_jobs #=> Integer
3973
3997
  # resp.queues[0].created_at #=> Time
3974
3998
  # resp.queues[0].description #=> String
3975
3999
  # resp.queues[0].last_updated #=> Time
@@ -3982,9 +4006,16 @@ module Aws::MediaConvert
3982
4006
  # resp.queues[0].reservation_plan.renewal_type #=> String, one of "AUTO_RENEW", "EXPIRE"
3983
4007
  # resp.queues[0].reservation_plan.reserved_slots #=> Integer
3984
4008
  # resp.queues[0].reservation_plan.status #=> String, one of "ACTIVE", "EXPIRED"
4009
+ # resp.queues[0].service_overrides #=> Array
4010
+ # resp.queues[0].service_overrides[0].message #=> String
4011
+ # resp.queues[0].service_overrides[0].name #=> String
4012
+ # resp.queues[0].service_overrides[0].override_value #=> String
4013
+ # resp.queues[0].service_overrides[0].value #=> String
3985
4014
  # resp.queues[0].status #=> String, one of "ACTIVE", "PAUSED"
3986
4015
  # resp.queues[0].submitted_jobs_count #=> Integer
3987
4016
  # resp.queues[0].type #=> String, one of "SYSTEM", "CUSTOM"
4017
+ # resp.total_concurrent_jobs #=> Integer
4018
+ # resp.unallocated_concurrent_jobs #=> Integer
3988
4019
  #
3989
4020
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/ListQueues AWS API Documentation
3990
4021
  #
@@ -5744,6 +5775,14 @@ module Aws::MediaConvert
5744
5775
 
5745
5776
  # Modify one of your existing queues.
5746
5777
  #
5778
+ # @option params [Integer] :concurrent_jobs
5779
+ # Specify the maximum number of jobs your queue can process
5780
+ # concurrently. For on-demand queues, the value you enter is constrained
5781
+ # by your service quotas for Maximum concurrent jobs, per on-demand
5782
+ # queue and Maximum concurrent jobs, per account. For reserved queues,
5783
+ # update your reservation plan instead in order to increase your yearly
5784
+ # commitment.
5785
+ #
5747
5786
  # @option params [String] :description
5748
5787
  # The new description for the queue, if you are changing it.
5749
5788
  #
@@ -5771,6 +5810,7 @@ module Aws::MediaConvert
5771
5810
  # @example Request syntax with placeholder values
5772
5811
  #
5773
5812
  # resp = client.update_queue({
5813
+ # concurrent_jobs: 1,
5774
5814
  # description: "__string",
5775
5815
  # name: "__string", # required
5776
5816
  # reservation_plan_settings: {
@@ -5784,6 +5824,7 @@ module Aws::MediaConvert
5784
5824
  # @example Response structure
5785
5825
  #
5786
5826
  # resp.queue.arn #=> String
5827
+ # resp.queue.concurrent_jobs #=> Integer
5787
5828
  # resp.queue.created_at #=> Time
5788
5829
  # resp.queue.description #=> String
5789
5830
  # resp.queue.last_updated #=> Time
@@ -5796,6 +5837,11 @@ module Aws::MediaConvert
5796
5837
  # resp.queue.reservation_plan.renewal_type #=> String, one of "AUTO_RENEW", "EXPIRE"
5797
5838
  # resp.queue.reservation_plan.reserved_slots #=> Integer
5798
5839
  # resp.queue.reservation_plan.status #=> String, one of "ACTIVE", "EXPIRED"
5840
+ # resp.queue.service_overrides #=> Array
5841
+ # resp.queue.service_overrides[0].message #=> String
5842
+ # resp.queue.service_overrides[0].name #=> String
5843
+ # resp.queue.service_overrides[0].override_value #=> String
5844
+ # resp.queue.service_overrides[0].value #=> String
5799
5845
  # resp.queue.status #=> String, one of "ACTIVE", "PAUSED"
5800
5846
  # resp.queue.submitted_jobs_count #=> Integer
5801
5847
  # resp.queue.type #=> String, one of "SYSTEM", "CUSTOM"
@@ -5827,7 +5873,7 @@ module Aws::MediaConvert
5827
5873
  tracer: tracer
5828
5874
  )
5829
5875
  context[:gem_name] = 'aws-sdk-mediaconvert'
5830
- context[:gem_version] = '1.144.0'
5876
+ context[:gem_version] = '1.145.0'
5831
5877
  Seahorse::Client::Request.new(handlers, context)
5832
5878
  end
5833
5879
 
@@ -582,6 +582,7 @@ module Aws::MediaConvert
582
582
  SccDestinationSettings = Shapes::StructureShape.new(name: 'SccDestinationSettings')
583
583
  SearchJobsRequest = Shapes::StructureShape.new(name: 'SearchJobsRequest')
584
584
  SearchJobsResponse = Shapes::StructureShape.new(name: 'SearchJobsResponse')
585
+ ServiceOverride = Shapes::StructureShape.new(name: 'ServiceOverride')
585
586
  SimulateReservedQueue = Shapes::StringShape.new(name: 'SimulateReservedQueue')
586
587
  SpekeKeyProvider = Shapes::StructureShape.new(name: 'SpekeKeyProvider')
587
588
  SpekeKeyProviderCmaf = Shapes::StructureShape.new(name: 'SpekeKeyProviderCmaf')
@@ -838,6 +839,7 @@ module Aws::MediaConvert
838
839
  __listOfPreset = Shapes::ListShape.new(name: '__listOfPreset')
839
840
  __listOfQueue = Shapes::ListShape.new(name: '__listOfQueue')
840
841
  __listOfQueueTransition = Shapes::ListShape.new(name: '__listOfQueueTransition')
842
+ __listOfServiceOverride = Shapes::ListShape.new(name: '__listOfServiceOverride')
841
843
  __listOfTeletextPageType = Shapes::ListShape.new(name: '__listOfTeletextPageType')
842
844
  __listOfVideoOverlay = Shapes::ListShape.new(name: '__listOfVideoOverlay')
843
845
  __listOfVideoOverlayInputClipping = Shapes::ListShape.new(name: '__listOfVideoOverlayInputClipping')
@@ -1307,6 +1309,7 @@ module Aws::MediaConvert
1307
1309
  CreatePresetResponse.add_member(:preset, Shapes::ShapeRef.new(shape: Preset, location_name: "preset"))
1308
1310
  CreatePresetResponse.struct_class = Types::CreatePresetResponse
1309
1311
 
1312
+ CreateQueueRequest.add_member(:concurrent_jobs, Shapes::ShapeRef.new(shape: __integer, location_name: "concurrentJobs"))
1310
1313
  CreateQueueRequest.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
1311
1314
  CreateQueueRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "name"))
1312
1315
  CreateQueueRequest.add_member(:pricing_plan, Shapes::ShapeRef.new(shape: PricingPlan, location_name: "pricingPlan"))
@@ -2035,6 +2038,8 @@ module Aws::MediaConvert
2035
2038
 
2036
2039
  ListQueuesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
2037
2040
  ListQueuesResponse.add_member(:queues, Shapes::ShapeRef.new(shape: __listOfQueue, location_name: "queues"))
2041
+ ListQueuesResponse.add_member(:total_concurrent_jobs, Shapes::ShapeRef.new(shape: __integer, location_name: "totalConcurrentJobs"))
2042
+ ListQueuesResponse.add_member(:unallocated_concurrent_jobs, Shapes::ShapeRef.new(shape: __integer, location_name: "unallocatedConcurrentJobs"))
2038
2043
  ListQueuesResponse.struct_class = Types::ListQueuesResponse
2039
2044
 
2040
2045
  ListTagsForResourceRequest.add_member(:arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "arn"))
@@ -2383,6 +2388,7 @@ module Aws::MediaConvert
2383
2388
  PutPolicyResponse.struct_class = Types::PutPolicyResponse
2384
2389
 
2385
2390
  Queue.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
2391
+ Queue.add_member(:concurrent_jobs, Shapes::ShapeRef.new(shape: __integer, location_name: "concurrentJobs"))
2386
2392
  Queue.add_member(:created_at, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "createdAt"))
2387
2393
  Queue.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
2388
2394
  Queue.add_member(:last_updated, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "lastUpdated"))
@@ -2390,6 +2396,7 @@ module Aws::MediaConvert
2390
2396
  Queue.add_member(:pricing_plan, Shapes::ShapeRef.new(shape: PricingPlan, location_name: "pricingPlan"))
2391
2397
  Queue.add_member(:progressing_jobs_count, Shapes::ShapeRef.new(shape: __integer, location_name: "progressingJobsCount"))
2392
2398
  Queue.add_member(:reservation_plan, Shapes::ShapeRef.new(shape: ReservationPlan, location_name: "reservationPlan"))
2399
+ Queue.add_member(:service_overrides, Shapes::ShapeRef.new(shape: __listOfServiceOverride, location_name: "serviceOverrides"))
2393
2400
  Queue.add_member(:status, Shapes::ShapeRef.new(shape: QueueStatus, location_name: "status"))
2394
2401
  Queue.add_member(:submitted_jobs_count, Shapes::ShapeRef.new(shape: __integer, location_name: "submittedJobsCount"))
2395
2402
  Queue.add_member(:type, Shapes::ShapeRef.new(shape: Type, location_name: "type"))
@@ -2458,6 +2465,12 @@ module Aws::MediaConvert
2458
2465
  SearchJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
2459
2466
  SearchJobsResponse.struct_class = Types::SearchJobsResponse
2460
2467
 
2468
+ ServiceOverride.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
2469
+ ServiceOverride.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
2470
+ ServiceOverride.add_member(:override_value, Shapes::ShapeRef.new(shape: __string, location_name: "overrideValue"))
2471
+ ServiceOverride.add_member(:value, Shapes::ShapeRef.new(shape: __string, location_name: "value"))
2472
+ ServiceOverride.struct_class = Types::ServiceOverride
2473
+
2461
2474
  SpekeKeyProvider.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: __stringPatternArnAwsUsGovAcm, location_name: "certificateArn"))
2462
2475
  SpekeKeyProvider.add_member(:encryption_contract_configuration, Shapes::ShapeRef.new(shape: EncryptionContractConfiguration, location_name: "encryptionContractConfiguration"))
2463
2476
  SpekeKeyProvider.add_member(:resource_id, Shapes::ShapeRef.new(shape: __string, location_name: "resourceId"))
@@ -2563,6 +2576,7 @@ module Aws::MediaConvert
2563
2576
  UpdatePresetResponse.add_member(:preset, Shapes::ShapeRef.new(shape: Preset, location_name: "preset"))
2564
2577
  UpdatePresetResponse.struct_class = Types::UpdatePresetResponse
2565
2578
 
2579
+ UpdateQueueRequest.add_member(:concurrent_jobs, Shapes::ShapeRef.new(shape: __integer, location_name: "concurrentJobs"))
2566
2580
  UpdateQueueRequest.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
2567
2581
  UpdateQueueRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "name"))
2568
2582
  UpdateQueueRequest.add_member(:reservation_plan_settings, Shapes::ShapeRef.new(shape: ReservationPlanSettings, location_name: "reservationPlanSettings"))
@@ -2838,6 +2852,8 @@ module Aws::MediaConvert
2838
2852
 
2839
2853
  __listOfQueueTransition.member = Shapes::ShapeRef.new(shape: QueueTransition)
2840
2854
 
2855
+ __listOfServiceOverride.member = Shapes::ShapeRef.new(shape: ServiceOverride)
2856
+
2841
2857
  __listOfTeletextPageType.member = Shapes::ShapeRef.new(shape: TeletextPageType)
2842
2858
 
2843
2859
  __listOfVideoOverlay.member = Shapes::ShapeRef.new(shape: VideoOverlay)
@@ -3217,6 +3217,15 @@ module Aws::MediaConvert
3217
3217
  # create a reserved queue, you enter into a 12-month commitment to
3218
3218
  # purchase the RTS that you specify. You can't cancel this commitment.
3219
3219
  #
3220
+ # @!attribute [rw] concurrent_jobs
3221
+ # Specify the maximum number of jobs your queue can process
3222
+ # concurrently. For on-demand queues, the value you enter is
3223
+ # constrained by your service quotas for Maximum concurrent jobs, per
3224
+ # on-demand queue and Maximum concurrent jobs, per account. For
3225
+ # reserved queues, specify the number of jobs you can process
3226
+ # concurrently in your reservation plan instead.
3227
+ # @return [Integer]
3228
+ #
3220
3229
  # @!attribute [rw] description
3221
3230
  # Optional. A description of the queue that you are creating.
3222
3231
  # @return [String]
@@ -3252,6 +3261,7 @@ module Aws::MediaConvert
3252
3261
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/CreateQueueRequest AWS API Documentation
3253
3262
  #
3254
3263
  class CreateQueueRequest < Struct.new(
3264
+ :concurrent_jobs,
3255
3265
  :description,
3256
3266
  :name,
3257
3267
  :pricing_plan,
@@ -8880,11 +8890,24 @@ module Aws::MediaConvert
8880
8890
  # List of queues.
8881
8891
  # @return [Array<Types::Queue>]
8882
8892
  #
8893
+ # @!attribute [rw] total_concurrent_jobs
8894
+ # The maximum number of jobs that MediaConvert can process at one
8895
+ # time, across all of your on-demand queues in the current AWS Region.
8896
+ # @return [Integer]
8897
+ #
8898
+ # @!attribute [rw] unallocated_concurrent_jobs
8899
+ # The remaining number of concurrent jobs that are not associated with
8900
+ # a queue and are available to allocate to a queue. You can allocate
8901
+ # these jobs when you create or update a queue.
8902
+ # @return [Integer]
8903
+ #
8883
8904
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/ListQueuesResponse AWS API Documentation
8884
8905
  #
8885
8906
  class ListQueuesResponse < Struct.new(
8886
8907
  :next_token,
8887
- :queues)
8908
+ :queues,
8909
+ :total_concurrent_jobs,
8910
+ :unallocated_concurrent_jobs)
8888
8911
  SENSITIVE = []
8889
8912
  include Aws::Structure
8890
8913
  end
@@ -11468,6 +11491,10 @@ module Aws::MediaConvert
11468
11491
  # An identifier for this resource that is unique within all of AWS.
11469
11492
  # @return [String]
11470
11493
  #
11494
+ # @!attribute [rw] concurrent_jobs
11495
+ # The maximum number of jobs your queue can process concurrently.
11496
+ # @return [Integer]
11497
+ #
11471
11498
  # @!attribute [rw] created_at
11472
11499
  # The timestamp in epoch seconds for when you created the queue.
11473
11500
  # @return [Time]
@@ -11503,6 +11530,12 @@ module Aws::MediaConvert
11503
11530
  # reserved queues and not applicable to on-demand queues.
11504
11531
  # @return [Types::ReservationPlan]
11505
11532
  #
11533
+ # @!attribute [rw] service_overrides
11534
+ # A list of any service overrides applied by MediaConvert to the
11535
+ # settings that you have configured. If you see any overrides, we
11536
+ # recommend that you contact AWS Support.
11537
+ # @return [Array<Types::ServiceOverride>]
11538
+ #
11506
11539
  # @!attribute [rw] status
11507
11540
  # Queues can be ACTIVE or PAUSED. If you pause a queue, the service
11508
11541
  # won't begin processing jobs in that queue. Jobs that are running
@@ -11524,6 +11557,7 @@ module Aws::MediaConvert
11524
11557
  #
11525
11558
  class Queue < Struct.new(
11526
11559
  :arn,
11560
+ :concurrent_jobs,
11527
11561
  :created_at,
11528
11562
  :description,
11529
11563
  :last_updated,
@@ -11531,6 +11565,7 @@ module Aws::MediaConvert
11531
11565
  :pricing_plan,
11532
11566
  :progressing_jobs_count,
11533
11567
  :reservation_plan,
11568
+ :service_overrides,
11534
11569
  :status,
11535
11570
  :submitted_jobs_count,
11536
11571
  :type)
@@ -11966,6 +12001,40 @@ module Aws::MediaConvert
11966
12001
  include Aws::Structure
11967
12002
  end
11968
12003
 
12004
+ # A service override applied by MediaConvert to the settings that you
12005
+ # have configured. If you see any overrides, we recommend that you
12006
+ # contact AWS Support.
12007
+ #
12008
+ # @!attribute [rw] message
12009
+ # Details about the service override that MediaConvert has applied.
12010
+ # @return [String]
12011
+ #
12012
+ # @!attribute [rw] name
12013
+ # The name of the setting that MediaConvert has applied an override
12014
+ # to.
12015
+ # @return [String]
12016
+ #
12017
+ # @!attribute [rw] override_value
12018
+ # The current value of the service override that MediaConvert has
12019
+ # applied.
12020
+ # @return [String]
12021
+ #
12022
+ # @!attribute [rw] value
12023
+ # The value of the setting that you configured, prior to any overrides
12024
+ # that MediaConvert has applied.
12025
+ # @return [String]
12026
+ #
12027
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/ServiceOverride AWS API Documentation
12028
+ #
12029
+ class ServiceOverride < Struct.new(
12030
+ :message,
12031
+ :name,
12032
+ :override_value,
12033
+ :value)
12034
+ SENSITIVE = []
12035
+ include Aws::Structure
12036
+ end
12037
+
11969
12038
  # If your output group type is HLS, DASH, or Microsoft Smooth, use these
11970
12039
  # settings when doing DRM encryption with a SPEKE-compliant key
11971
12040
  # provider. If your output group type is CMAF, use the
@@ -12661,6 +12730,15 @@ module Aws::MediaConvert
12661
12730
  # Modify a queue by sending a request with the queue name and any
12662
12731
  # changes to the queue.
12663
12732
  #
12733
+ # @!attribute [rw] concurrent_jobs
12734
+ # Specify the maximum number of jobs your queue can process
12735
+ # concurrently. For on-demand queues, the value you enter is
12736
+ # constrained by your service quotas for Maximum concurrent jobs, per
12737
+ # on-demand queue and Maximum concurrent jobs, per account. For
12738
+ # reserved queues, update your reservation plan instead in order to
12739
+ # increase your yearly commitment.
12740
+ # @return [Integer]
12741
+ #
12664
12742
  # @!attribute [rw] description
12665
12743
  # The new description for the queue, if you are changing it.
12666
12744
  # @return [String]
@@ -12688,6 +12766,7 @@ module Aws::MediaConvert
12688
12766
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/UpdateQueueRequest AWS API Documentation
12689
12767
  #
12690
12768
  class UpdateQueueRequest < Struct.new(
12769
+ :concurrent_jobs,
12691
12770
  :description,
12692
12771
  :name,
12693
12772
  :reservation_plan_settings,
@@ -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.145.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -3815,6 +3815,7 @@ module Aws
3815
3815
  end
3816
3816
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConvert/Client.html#create_queue-instance_method
3817
3817
  def create_queue: (
3818
+ ?concurrent_jobs: ::Integer,
3818
3819
  ?description: ::String,
3819
3820
  name: ::String,
3820
3821
  ?pricing_plan: ("ON_DEMAND" | "RESERVED"),
@@ -3983,6 +3984,8 @@ module Aws
3983
3984
  include ::Seahorse::Client::_ResponseSuccess[Types::ListQueuesResponse]
3984
3985
  def next_token: () -> ::String
3985
3986
  def queues: () -> ::Array[Types::Queue]
3987
+ def total_concurrent_jobs: () -> ::Integer
3988
+ def unallocated_concurrent_jobs: () -> ::Integer
3986
3989
  end
3987
3990
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConvert/Client.html#list_queues-instance_method
3988
3991
  def list_queues: (
@@ -6322,6 +6325,7 @@ module Aws
6322
6325
  end
6323
6326
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConvert/Client.html#update_queue-instance_method
6324
6327
  def update_queue: (
6328
+ ?concurrent_jobs: ::Integer,
6325
6329
  ?description: ::String,
6326
6330
  name: ::String,
6327
6331
  ?reservation_plan_settings: {
data/sig/types.rbs CHANGED
@@ -506,6 +506,7 @@ module Aws::MediaConvert
506
506
  end
507
507
 
508
508
  class CreateQueueRequest
509
+ attr_accessor concurrent_jobs: ::Integer
509
510
  attr_accessor description: ::String
510
511
  attr_accessor name: ::String
511
512
  attr_accessor pricing_plan: ("ON_DEMAND" | "RESERVED")
@@ -1413,6 +1414,8 @@ module Aws::MediaConvert
1413
1414
  class ListQueuesResponse
1414
1415
  attr_accessor next_token: ::String
1415
1416
  attr_accessor queues: ::Array[Types::Queue]
1417
+ attr_accessor total_concurrent_jobs: ::Integer
1418
+ attr_accessor unallocated_concurrent_jobs: ::Integer
1416
1419
  SENSITIVE: []
1417
1420
  end
1418
1421
 
@@ -1855,6 +1858,7 @@ module Aws::MediaConvert
1855
1858
 
1856
1859
  class Queue
1857
1860
  attr_accessor arn: ::String
1861
+ attr_accessor concurrent_jobs: ::Integer
1858
1862
  attr_accessor created_at: ::Time
1859
1863
  attr_accessor description: ::String
1860
1864
  attr_accessor last_updated: ::Time
@@ -1862,6 +1866,7 @@ module Aws::MediaConvert
1862
1866
  attr_accessor pricing_plan: ("ON_DEMAND" | "RESERVED")
1863
1867
  attr_accessor progressing_jobs_count: ::Integer
1864
1868
  attr_accessor reservation_plan: Types::ReservationPlan
1869
+ attr_accessor service_overrides: ::Array[Types::ServiceOverride]
1865
1870
  attr_accessor status: ("ACTIVE" | "PAUSED")
1866
1871
  attr_accessor submitted_jobs_count: ::Integer
1867
1872
  attr_accessor type: ("SYSTEM" | "CUSTOM")
@@ -1955,6 +1960,14 @@ module Aws::MediaConvert
1955
1960
  SENSITIVE: []
1956
1961
  end
1957
1962
 
1963
+ class ServiceOverride
1964
+ attr_accessor message: ::String
1965
+ attr_accessor name: ::String
1966
+ attr_accessor override_value: ::String
1967
+ attr_accessor value: ::String
1968
+ SENSITIVE: []
1969
+ end
1970
+
1958
1971
  class SpekeKeyProvider
1959
1972
  attr_accessor certificate_arn: ::String
1960
1973
  attr_accessor encryption_contract_configuration: Types::EncryptionContractConfiguration
@@ -2103,6 +2116,7 @@ module Aws::MediaConvert
2103
2116
  end
2104
2117
 
2105
2118
  class UpdateQueueRequest
2119
+ attr_accessor concurrent_jobs: ::Integer
2106
2120
  attr_accessor description: ::String
2107
2121
  attr_accessor name: ::String
2108
2122
  attr_accessor reservation_plan_settings: Types::ReservationPlanSettings
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.145.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-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core