aws-sdk-mediaconvert 1.32.0 → 1.33.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9aa1e3b82570861ea7aac0b1230580969e724be1
4
- data.tar.gz: 957823255d5d518b64119792e6a4fc14bed18a36
3
+ metadata.gz: 8ed0256f58a2d04dee63ff8af8d8c1441cdc181c
4
+ data.tar.gz: 145e389328d7f26410c6992c8af81a86b2bdd308
5
5
  SHA512:
6
- metadata.gz: f189ccbbaacc98b1447e8a8ed9f72c88acf5d2914b723290092c670978419ff51e9635e71952ee968bad9d60c29c7582a980d6a9017edf42d07f4db6e37450ab
7
- data.tar.gz: 63b5e97da2568854cc3415ab14d9a76589152c5e94191acd3135afef0786d751877c349936c56294fe1cb4a8c45ebb1299517173cad7e984af99ecf1211c49cd
6
+ metadata.gz: 5e5084d5ead0cb44390646cb76dd2bc4c79e6b1e27cae903a90e560454c1d6b1f52a445e5ccfc3daa42ca1c1aab8ced0825ff968513868d68d724363b9521514
7
+ data.tar.gz: 7803bfcbda37d7b1fb9247627e9ec9020a5426729691447a596ade6bab6bcd3b006c0e4a2406aa7a9622a1aeff9650d6795d4de7947a4d4287e3cd268482b2a4
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-mediaconvert/customizations'
42
42
  # @service
43
43
  module Aws::MediaConvert
44
44
 
45
- GEM_VERSION = '1.32.0'
45
+ GEM_VERSION = '1.33.0'
46
46
 
47
47
  end
@@ -327,6 +327,13 @@ module Aws::MediaConvert
327
327
  # When you create a job, you can either specify a job template or
328
328
  # specify the transcoding settings individually
329
329
  #
330
+ # @option params [Integer] :priority
331
+ # Specify the relative priority for this job. In any given queue, the
332
+ # service begins processing the job with the highest value first. When
333
+ # more than one job has the same priority, the service begins processing
334
+ # the job that you submitted first. If you don't specify a priority,
335
+ # the service uses the default value 0.
336
+ #
330
337
  # @option params [String] :queue
331
338
  # Optional. When you create a job, you can specify a queue to send it
332
339
  # to. If you don't specify, the job will go to the default queue. For
@@ -365,6 +372,7 @@ module Aws::MediaConvert
365
372
  # billing_tags_source: "QUEUE", # accepts QUEUE, PRESET, JOB_TEMPLATE
366
373
  # client_request_token: "__string",
367
374
  # job_template: "__string",
375
+ # priority: 1,
368
376
  # queue: "__string",
369
377
  # role: "__string", # required
370
378
  # settings: { # required
@@ -1241,6 +1249,7 @@ module Aws::MediaConvert
1241
1249
  # resp.job.output_group_details[0].output_details[0].duration_in_ms #=> Integer
1242
1250
  # resp.job.output_group_details[0].output_details[0].video_details.height_in_px #=> Integer
1243
1251
  # resp.job.output_group_details[0].output_details[0].video_details.width_in_px #=> Integer
1252
+ # resp.job.priority #=> Integer
1244
1253
  # resp.job.queue #=> String
1245
1254
  # resp.job.retry_count #=> Integer
1246
1255
  # resp.job.role #=> String
@@ -1887,6 +1896,13 @@ module Aws::MediaConvert
1887
1896
  # @option params [required, String] :name
1888
1897
  # The name of the job template you are creating.
1889
1898
  #
1899
+ # @option params [Integer] :priority
1900
+ # Specify the relative priority for this job. In any given queue, the
1901
+ # service begins processing the job with the highest value first. When
1902
+ # more than one job has the same priority, the service begins processing
1903
+ # the job that you submitted first. If you don't specify a priority,
1904
+ # the service uses the default value 0.
1905
+ #
1890
1906
  # @option params [String] :queue
1891
1907
  # Optional. The queue that jobs created from this template are assigned
1892
1908
  # to. If you don't specify this, jobs will go to the default queue.
@@ -1919,6 +1935,7 @@ module Aws::MediaConvert
1919
1935
  # category: "__string",
1920
1936
  # description: "__string",
1921
1937
  # name: "__string", # required
1938
+ # priority: 1,
1922
1939
  # queue: "__string",
1923
1940
  # settings: { # required
1924
1941
  # ad_avail_offset: 1,
@@ -2778,6 +2795,7 @@ module Aws::MediaConvert
2778
2795
  # resp.job_template.description #=> String
2779
2796
  # resp.job_template.last_updated #=> Time
2780
2797
  # resp.job_template.name #=> String
2798
+ # resp.job_template.priority #=> Integer
2781
2799
  # resp.job_template.queue #=> String
2782
2800
  # resp.job_template.settings.ad_avail_offset #=> Integer
2783
2801
  # resp.job_template.settings.avail_blanking.avail_blanking_image #=> String
@@ -4562,6 +4580,7 @@ module Aws::MediaConvert
4562
4580
  # resp.job.output_group_details[0].output_details[0].duration_in_ms #=> Integer
4563
4581
  # resp.job.output_group_details[0].output_details[0].video_details.height_in_px #=> Integer
4564
4582
  # resp.job.output_group_details[0].output_details[0].video_details.width_in_px #=> Integer
4583
+ # resp.job.priority #=> Integer
4565
4584
  # resp.job.queue #=> String
4566
4585
  # resp.job.retry_count #=> Integer
4567
4586
  # resp.job.role #=> String
@@ -5213,6 +5232,7 @@ module Aws::MediaConvert
5213
5232
  # resp.job_template.description #=> String
5214
5233
  # resp.job_template.last_updated #=> Time
5215
5234
  # resp.job_template.name #=> String
5235
+ # resp.job_template.priority #=> Integer
5216
5236
  # resp.job_template.queue #=> String
5217
5237
  # resp.job_template.settings.ad_avail_offset #=> Integer
5218
5238
  # resp.job_template.settings.avail_blanking.avail_blanking_image #=> String
@@ -6339,6 +6359,7 @@ module Aws::MediaConvert
6339
6359
  # resp.job_templates[0].description #=> String
6340
6360
  # resp.job_templates[0].last_updated #=> Time
6341
6361
  # resp.job_templates[0].name #=> String
6362
+ # resp.job_templates[0].priority #=> Integer
6342
6363
  # resp.job_templates[0].queue #=> String
6343
6364
  # resp.job_templates[0].settings.ad_avail_offset #=> Integer
6344
6365
  # resp.job_templates[0].settings.avail_blanking.avail_blanking_image #=> String
@@ -7012,6 +7033,7 @@ module Aws::MediaConvert
7012
7033
  # resp.jobs[0].output_group_details[0].output_details[0].duration_in_ms #=> Integer
7013
7034
  # resp.jobs[0].output_group_details[0].output_details[0].video_details.height_in_px #=> Integer
7014
7035
  # resp.jobs[0].output_group_details[0].output_details[0].video_details.width_in_px #=> Integer
7036
+ # resp.jobs[0].priority #=> Integer
7015
7037
  # resp.jobs[0].queue #=> String
7016
7038
  # resp.jobs[0].retry_count #=> Integer
7017
7039
  # resp.jobs[0].role #=> String
@@ -8262,6 +8284,13 @@ module Aws::MediaConvert
8262
8284
  # @option params [required, String] :name
8263
8285
  # The name of the job template you are modifying
8264
8286
  #
8287
+ # @option params [Integer] :priority
8288
+ # Specify the relative priority for this job. In any given queue, the
8289
+ # service begins processing the job with the highest value first. When
8290
+ # more than one job has the same priority, the service begins processing
8291
+ # the job that you submitted first. If you don't specify a priority,
8292
+ # the service uses the default value 0.
8293
+ #
8265
8294
  # @option params [String] :queue
8266
8295
  # The new queue for the job template, if you are changing it.
8267
8296
  #
@@ -8289,6 +8318,7 @@ module Aws::MediaConvert
8289
8318
  # category: "__string",
8290
8319
  # description: "__string",
8291
8320
  # name: "__string", # required
8321
+ # priority: 1,
8292
8322
  # queue: "__string",
8293
8323
  # settings: {
8294
8324
  # ad_avail_offset: 1,
@@ -9145,6 +9175,7 @@ module Aws::MediaConvert
9145
9175
  # resp.job_template.description #=> String
9146
9176
  # resp.job_template.last_updated #=> Time
9147
9177
  # resp.job_template.name #=> String
9178
+ # resp.job_template.priority #=> Integer
9148
9179
  # resp.job_template.queue #=> String
9149
9180
  # resp.job_template.settings.ad_avail_offset #=> Integer
9150
9181
  # resp.job_template.settings.avail_blanking.avail_blanking_image #=> String
@@ -10757,7 +10788,7 @@ module Aws::MediaConvert
10757
10788
  params: params,
10758
10789
  config: config)
10759
10790
  context[:gem_name] = 'aws-sdk-mediaconvert'
10760
- context[:gem_version] = '1.32.0'
10791
+ context[:gem_version] = '1.33.0'
10761
10792
  Seahorse::Client::Request.new(handlers, context)
10762
10793
  end
10763
10794
 
@@ -501,6 +501,7 @@ module Aws::MediaConvert
501
501
  __integerMinNegative180Max180 = Shapes::IntegerShape.new(name: '__integerMinNegative180Max180')
502
502
  __integerMinNegative2147483648Max2147483647 = Shapes::IntegerShape.new(name: '__integerMinNegative2147483648Max2147483647')
503
503
  __integerMinNegative2Max3 = Shapes::IntegerShape.new(name: '__integerMinNegative2Max3')
504
+ __integerMinNegative50Max50 = Shapes::IntegerShape.new(name: '__integerMinNegative50Max50')
504
505
  __integerMinNegative5Max5 = Shapes::IntegerShape.new(name: '__integerMinNegative5Max5')
505
506
  __integerMinNegative60Max6 = Shapes::IntegerShape.new(name: '__integerMinNegative60Max6')
506
507
  __integerMinNegative70Max0 = Shapes::IntegerShape.new(name: '__integerMinNegative70Max0')
@@ -531,7 +532,6 @@ module Aws::MediaConvert
531
532
  __listOf__stringMin1 = Shapes::ListShape.new(name: '__listOf__stringMin1')
532
533
  __listOf__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12 = Shapes::ListShape.new(name: '__listOf__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12')
533
534
  __listOf__stringPatternS3ASSETMAPXml = Shapes::ListShape.new(name: '__listOf__stringPatternS3ASSETMAPXml')
534
- __long = Shapes::IntegerShape.new(name: '__long')
535
535
  __mapOfAudioSelector = Shapes::MapShape.new(name: '__mapOfAudioSelector')
536
536
  __mapOfAudioSelectorGroup = Shapes::MapShape.new(name: '__mapOfAudioSelectorGroup')
537
537
  __mapOfCaptionSelector = Shapes::MapShape.new(name: '__mapOfCaptionSelector')
@@ -772,6 +772,7 @@ module Aws::MediaConvert
772
772
  CreateJobRequest.add_member(:billing_tags_source, Shapes::ShapeRef.new(shape: BillingTagsSource, location_name: "billingTagsSource"))
773
773
  CreateJobRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: __string, location_name: "clientRequestToken", metadata: {"idempotencyToken"=>true}))
774
774
  CreateJobRequest.add_member(:job_template, Shapes::ShapeRef.new(shape: __string, location_name: "jobTemplate"))
775
+ CreateJobRequest.add_member(:priority, Shapes::ShapeRef.new(shape: __integerMinNegative50Max50, location_name: "priority"))
775
776
  CreateJobRequest.add_member(:queue, Shapes::ShapeRef.new(shape: __string, location_name: "queue"))
776
777
  CreateJobRequest.add_member(:role, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "role"))
777
778
  CreateJobRequest.add_member(:settings, Shapes::ShapeRef.new(shape: JobSettings, required: true, location_name: "settings"))
@@ -786,6 +787,7 @@ module Aws::MediaConvert
786
787
  CreateJobTemplateRequest.add_member(:category, Shapes::ShapeRef.new(shape: __string, location_name: "category"))
787
788
  CreateJobTemplateRequest.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
788
789
  CreateJobTemplateRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "name"))
790
+ CreateJobTemplateRequest.add_member(:priority, Shapes::ShapeRef.new(shape: __integerMinNegative50Max50, location_name: "priority"))
789
791
  CreateJobTemplateRequest.add_member(:queue, Shapes::ShapeRef.new(shape: __string, location_name: "queue"))
790
792
  CreateJobTemplateRequest.add_member(:settings, Shapes::ShapeRef.new(shape: JobTemplateSettings, required: true, location_name: "settings"))
791
793
  CreateJobTemplateRequest.add_member(:status_update_interval, Shapes::ShapeRef.new(shape: StatusUpdateInterval, location_name: "statusUpdateInterval"))
@@ -1249,6 +1251,7 @@ module Aws::MediaConvert
1249
1251
  Job.add_member(:job_percent_complete, Shapes::ShapeRef.new(shape: __integer, location_name: "jobPercentComplete"))
1250
1252
  Job.add_member(:job_template, Shapes::ShapeRef.new(shape: __string, location_name: "jobTemplate"))
1251
1253
  Job.add_member(:output_group_details, Shapes::ShapeRef.new(shape: __listOfOutputGroupDetail, location_name: "outputGroupDetails"))
1254
+ Job.add_member(:priority, Shapes::ShapeRef.new(shape: __integerMinNegative50Max50, location_name: "priority"))
1252
1255
  Job.add_member(:queue, Shapes::ShapeRef.new(shape: __string, location_name: "queue"))
1253
1256
  Job.add_member(:retry_count, Shapes::ShapeRef.new(shape: __integer, location_name: "retryCount"))
1254
1257
  Job.add_member(:role, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "role"))
@@ -1277,6 +1280,7 @@ module Aws::MediaConvert
1277
1280
  JobTemplate.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
1278
1281
  JobTemplate.add_member(:last_updated, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "lastUpdated"))
1279
1282
  JobTemplate.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "name"))
1283
+ JobTemplate.add_member(:priority, Shapes::ShapeRef.new(shape: __integerMinNegative50Max50, location_name: "priority"))
1280
1284
  JobTemplate.add_member(:queue, Shapes::ShapeRef.new(shape: __string, location_name: "queue"))
1281
1285
  JobTemplate.add_member(:settings, Shapes::ShapeRef.new(shape: JobTemplateSettings, required: true, location_name: "settings"))
1282
1286
  JobTemplate.add_member(:status_update_interval, Shapes::ShapeRef.new(shape: StatusUpdateInterval, location_name: "statusUpdateInterval"))
@@ -1679,6 +1683,7 @@ module Aws::MediaConvert
1679
1683
  UpdateJobTemplateRequest.add_member(:category, Shapes::ShapeRef.new(shape: __string, location_name: "category"))
1680
1684
  UpdateJobTemplateRequest.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
1681
1685
  UpdateJobTemplateRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "name"))
1686
+ UpdateJobTemplateRequest.add_member(:priority, Shapes::ShapeRef.new(shape: __integerMinNegative50Max50, location_name: "priority"))
1682
1687
  UpdateJobTemplateRequest.add_member(:queue, Shapes::ShapeRef.new(shape: __string, location_name: "queue"))
1683
1688
  UpdateJobTemplateRequest.add_member(:settings, Shapes::ShapeRef.new(shape: JobTemplateSettings, location_name: "settings"))
1684
1689
  UpdateJobTemplateRequest.add_member(:status_update_interval, Shapes::ShapeRef.new(shape: StatusUpdateInterval, location_name: "statusUpdateInterval"))
@@ -2057,6 +2057,7 @@ module Aws::MediaConvert
2057
2057
  # billing_tags_source: "QUEUE", # accepts QUEUE, PRESET, JOB_TEMPLATE
2058
2058
  # client_request_token: "__string",
2059
2059
  # job_template: "__string",
2060
+ # priority: 1,
2060
2061
  # queue: "__string",
2061
2062
  # role: "__string", # required
2062
2063
  # settings: { # required
@@ -2942,6 +2943,14 @@ module Aws::MediaConvert
2942
2943
  # specify the transcoding settings individually
2943
2944
  # @return [String]
2944
2945
  #
2946
+ # @!attribute [rw] priority
2947
+ # Specify the relative priority for this job. In any given queue, the
2948
+ # service begins processing the job with the highest value first. When
2949
+ # more than one job has the same priority, the service begins
2950
+ # processing the job that you submitted first. If you don't specify a
2951
+ # priority, the service uses the default value 0.
2952
+ # @return [Integer]
2953
+ #
2945
2954
  # @!attribute [rw] queue
2946
2955
  # Optional. When you create a job, you can specify a queue to send it
2947
2956
  # to. If you don't specify, the job will go to the default queue. For
@@ -2979,6 +2988,7 @@ module Aws::MediaConvert
2979
2988
  :billing_tags_source,
2980
2989
  :client_request_token,
2981
2990
  :job_template,
2991
+ :priority,
2982
2992
  :queue,
2983
2993
  :role,
2984
2994
  :settings,
@@ -3017,6 +3027,7 @@ module Aws::MediaConvert
3017
3027
  # category: "__string",
3018
3028
  # description: "__string",
3019
3029
  # name: "__string", # required
3030
+ # priority: 1,
3020
3031
  # queue: "__string",
3021
3032
  # settings: { # required
3022
3033
  # ad_avail_offset: 1,
@@ -3886,6 +3897,14 @@ module Aws::MediaConvert
3886
3897
  # The name of the job template you are creating.
3887
3898
  # @return [String]
3888
3899
  #
3900
+ # @!attribute [rw] priority
3901
+ # Specify the relative priority for this job. In any given queue, the
3902
+ # service begins processing the job with the highest value first. When
3903
+ # more than one job has the same priority, the service begins
3904
+ # processing the job that you submitted first. If you don't specify a
3905
+ # priority, the service uses the default value 0.
3906
+ # @return [Integer]
3907
+ #
3889
3908
  # @!attribute [rw] queue
3890
3909
  # Optional. The queue that jobs created from this template are
3891
3910
  # assigned to. If you don't specify this, jobs will go to the default
@@ -3917,6 +3936,7 @@ module Aws::MediaConvert
3917
3936
  :category,
3918
3937
  :description,
3919
3938
  :name,
3939
+ :priority,
3920
3940
  :queue,
3921
3941
  :settings,
3922
3942
  :status_update_interval,
@@ -8351,6 +8371,10 @@ module Aws::MediaConvert
8351
8371
  # List of output group details
8352
8372
  # @return [Array<Types::OutputGroupDetail>]
8353
8373
  #
8374
+ # @!attribute [rw] priority
8375
+ # Relative priority on the job.
8376
+ # @return [Integer]
8377
+ #
8354
8378
  # @!attribute [rw] queue
8355
8379
  # Optional. When you create a job, you can specify a queue to send it
8356
8380
  # to. If you don't specify, the job will go to the default queue. For
@@ -8410,6 +8434,7 @@ module Aws::MediaConvert
8410
8434
  :job_percent_complete,
8411
8435
  :job_template,
8412
8436
  :output_group_details,
8437
+ :priority,
8413
8438
  :queue,
8414
8439
  :retry_count,
8415
8440
  :role,
@@ -9390,6 +9415,10 @@ module Aws::MediaConvert
9390
9415
  # within your account.
9391
9416
  # @return [String]
9392
9417
  #
9418
+ # @!attribute [rw] priority
9419
+ # Relative priority on the job.
9420
+ # @return [Integer]
9421
+ #
9393
9422
  # @!attribute [rw] queue
9394
9423
  # Optional. The queue that jobs created from this template are
9395
9424
  # assigned to. If you don't specify this, jobs will go to the default
@@ -9424,6 +9453,7 @@ module Aws::MediaConvert
9424
9453
  :description,
9425
9454
  :last_updated,
9426
9455
  :name,
9456
+ :priority,
9427
9457
  :queue,
9428
9458
  :settings,
9429
9459
  :status_update_interval,
@@ -15093,6 +15123,7 @@ module Aws::MediaConvert
15093
15123
  # category: "__string",
15094
15124
  # description: "__string",
15095
15125
  # name: "__string", # required
15126
+ # priority: 1,
15096
15127
  # queue: "__string",
15097
15128
  # settings: {
15098
15129
  # ad_avail_offset: 1,
@@ -15959,6 +15990,14 @@ module Aws::MediaConvert
15959
15990
  # The name of the job template you are modifying
15960
15991
  # @return [String]
15961
15992
  #
15993
+ # @!attribute [rw] priority
15994
+ # Specify the relative priority for this job. In any given queue, the
15995
+ # service begins processing the job with the highest value first. When
15996
+ # more than one job has the same priority, the service begins
15997
+ # processing the job that you submitted first. If you don't specify a
15998
+ # priority, the service uses the default value 0.
15999
+ # @return [Integer]
16000
+ #
15962
16001
  # @!attribute [rw] queue
15963
16002
  # The new queue for the job template, if you are changing it.
15964
16003
  # @return [String]
@@ -15983,6 +16022,7 @@ module Aws::MediaConvert
15983
16022
  :category,
15984
16023
  :description,
15985
16024
  :name,
16025
+ :priority,
15986
16026
  :queue,
15987
16027
  :settings,
15988
16028
  :status_update_interval)
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.32.0
4
+ version: 1.33.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: 2019-07-25 00:00:00.000000000 Z
11
+ date: 2019-07-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core