aws-sdk-mediaconvert 1.34.0 → 1.35.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
  SHA1:
3
- metadata.gz: ee42e294b25a6728c745c53e107aff7758379a26
4
- data.tar.gz: c78d773f6d7ea266aa74056a24d813f54c06d0ba
3
+ metadata.gz: 8a880410cfcef80f90f42bc6de42d36a2d59d68c
4
+ data.tar.gz: f7054451d9955a6bb69572e9ac3af3cb9f75690e
5
5
  SHA512:
6
- metadata.gz: 823b70579fa1f36bf7e6570cc751ba171244a0f0ff1dc5162ca3952b69f3b16b79dc5a7ab7e00080b67246ef68618db80d2c8e99d6f37cf477d2e6f1e15390ea
7
- data.tar.gz: 007130e55d56c334c34e3a7c3387ce2e81a4bd376a2c1e6478487987d9385aa50514c2eece1eb2056b2b0be3f9e98eec05414e59caa185510136c59b371588f9
6
+ metadata.gz: 1cf3b5c0f2390930de2dbaf82cfc54a8d79b5e556a58ed46d7b48b62a7ef46bf80670f9a5e6b33fe62867f2012e9a3d5bcf833056a6042b01c278fda7f090f01
7
+ data.tar.gz: 5889e1162f7fcf4d6e0e85fe08c06ae52ffc2bc6b3f7beda56e2927f34e1b8d3d192afa718a6a69504620c84bfb4d449e3838c8dccd1b43b2bb2894b37cf9861
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-mediaconvert/customizations'
42
42
  # @service
43
43
  module Aws::MediaConvert
44
44
 
45
- GEM_VERSION = '1.34.0'
45
+ GEM_VERSION = '1.35.0'
46
46
 
47
47
  end
@@ -348,6 +348,13 @@ module Aws::MediaConvert
348
348
  # @option params [required, Types::JobSettings] :settings
349
349
  # JobSettings contains all the transcode settings for a job.
350
350
  #
351
+ # @option params [String] :simulate_reserved_queue
352
+ # Enable this setting when you run a test job to estimate how many
353
+ # reserved transcoding slots (RTS) you need. When this is enabled,
354
+ # MediaConvert runs your job from an on-demand queue with similar
355
+ # performance to what you will see with one RTS in a reserved queue.
356
+ # This setting is disabled by default.
357
+ #
351
358
  # @option params [String] :status_update_interval
352
359
  # Specify how often MediaConvert sends STATUS\_UPDATE events to Amazon
353
360
  # CloudWatch Events. Set the interval, in seconds, between status
@@ -1239,6 +1246,7 @@ module Aws::MediaConvert
1239
1246
  # ],
1240
1247
  # },
1241
1248
  # },
1249
+ # simulate_reserved_queue: "DISABLED", # accepts DISABLED, ENABLED
1242
1250
  # status_update_interval: "SECONDS_10", # accepts SECONDS_10, SECONDS_12, SECONDS_15, SECONDS_20, SECONDS_30, SECONDS_60, SECONDS_120, SECONDS_180, SECONDS_240, SECONDS_300, SECONDS_360, SECONDS_420, SECONDS_480, SECONDS_540, SECONDS_600
1243
1251
  # user_metadata: {
1244
1252
  # "__string" => "__string",
@@ -1885,6 +1893,7 @@ module Aws::MediaConvert
1885
1893
  # resp.job.settings.timed_metadata_insertion.id_3_insertions #=> Array
1886
1894
  # resp.job.settings.timed_metadata_insertion.id_3_insertions[0].id_3 #=> String
1887
1895
  # resp.job.settings.timed_metadata_insertion.id_3_insertions[0].timecode #=> String
1896
+ # resp.job.simulate_reserved_queue #=> String, one of "DISABLED", "ENABLED"
1888
1897
  # resp.job.status #=> String, one of "SUBMITTED", "PROGRESSING", "COMPLETE", "CANCELED", "ERROR"
1889
1898
  # resp.job.status_update_interval #=> String, one of "SECONDS_10", "SECONDS_12", "SECONDS_15", "SECONDS_20", "SECONDS_30", "SECONDS_60", "SECONDS_120", "SECONDS_180", "SECONDS_240", "SECONDS_300", "SECONDS_360", "SECONDS_420", "SECONDS_480", "SECONDS_540", "SECONDS_600"
1890
1899
  # resp.job.timing.finish_time #=> Time
@@ -5269,6 +5278,7 @@ module Aws::MediaConvert
5269
5278
  # resp.job.settings.timed_metadata_insertion.id_3_insertions #=> Array
5270
5279
  # resp.job.settings.timed_metadata_insertion.id_3_insertions[0].id_3 #=> String
5271
5280
  # resp.job.settings.timed_metadata_insertion.id_3_insertions[0].timecode #=> String
5281
+ # resp.job.simulate_reserved_queue #=> String, one of "DISABLED", "ENABLED"
5272
5282
  # resp.job.status #=> String, one of "SUBMITTED", "PROGRESSING", "COMPLETE", "CANCELED", "ERROR"
5273
5283
  # resp.job.status_update_interval #=> String, one of "SECONDS_10", "SECONDS_12", "SECONDS_15", "SECONDS_20", "SECONDS_30", "SECONDS_60", "SECONDS_120", "SECONDS_180", "SECONDS_240", "SECONDS_300", "SECONDS_360", "SECONDS_420", "SECONDS_480", "SECONDS_540", "SECONDS_600"
5274
5284
  # resp.job.timing.finish_time #=> Time
@@ -7763,6 +7773,7 @@ module Aws::MediaConvert
7763
7773
  # resp.jobs[0].settings.timed_metadata_insertion.id_3_insertions #=> Array
7764
7774
  # resp.jobs[0].settings.timed_metadata_insertion.id_3_insertions[0].id_3 #=> String
7765
7775
  # resp.jobs[0].settings.timed_metadata_insertion.id_3_insertions[0].timecode #=> String
7776
+ # resp.jobs[0].simulate_reserved_queue #=> String, one of "DISABLED", "ENABLED"
7766
7777
  # resp.jobs[0].status #=> String, one of "SUBMITTED", "PROGRESSING", "COMPLETE", "CANCELED", "ERROR"
7767
7778
  # resp.jobs[0].status_update_interval #=> String, one of "SECONDS_10", "SECONDS_12", "SECONDS_15", "SECONDS_20", "SECONDS_30", "SECONDS_60", "SECONDS_120", "SECONDS_180", "SECONDS_240", "SECONDS_300", "SECONDS_360", "SECONDS_420", "SECONDS_480", "SECONDS_540", "SECONDS_600"
7768
7779
  # resp.jobs[0].timing.finish_time #=> Time
@@ -10948,7 +10959,7 @@ module Aws::MediaConvert
10948
10959
  params: params,
10949
10960
  config: config)
10950
10961
  context[:gem_name] = 'aws-sdk-mediaconvert'
10951
- context[:gem_version] = '1.34.0'
10962
+ context[:gem_version] = '1.35.0'
10952
10963
  Seahorse::Client::Request.new(handlers, context)
10953
10964
  end
10954
10965
 
@@ -390,6 +390,7 @@ module Aws::MediaConvert
390
390
  ScalingBehavior = Shapes::StringShape.new(name: 'ScalingBehavior')
391
391
  SccDestinationFramerate = Shapes::StringShape.new(name: 'SccDestinationFramerate')
392
392
  SccDestinationSettings = Shapes::StructureShape.new(name: 'SccDestinationSettings')
393
+ SimulateReservedQueue = Shapes::StringShape.new(name: 'SimulateReservedQueue')
393
394
  SpekeKeyProvider = Shapes::StructureShape.new(name: 'SpekeKeyProvider')
394
395
  SpekeKeyProviderCmaf = Shapes::StructureShape.new(name: 'SpekeKeyProviderCmaf')
395
396
  StaticKeyProvider = Shapes::StructureShape.new(name: 'StaticKeyProvider')
@@ -786,6 +787,7 @@ module Aws::MediaConvert
786
787
  CreateJobRequest.add_member(:queue, Shapes::ShapeRef.new(shape: __string, location_name: "queue"))
787
788
  CreateJobRequest.add_member(:role, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "role"))
788
789
  CreateJobRequest.add_member(:settings, Shapes::ShapeRef.new(shape: JobSettings, required: true, location_name: "settings"))
790
+ CreateJobRequest.add_member(:simulate_reserved_queue, Shapes::ShapeRef.new(shape: SimulateReservedQueue, location_name: "simulateReservedQueue"))
789
791
  CreateJobRequest.add_member(:status_update_interval, Shapes::ShapeRef.new(shape: StatusUpdateInterval, location_name: "statusUpdateInterval"))
790
792
  CreateJobRequest.add_member(:user_metadata, Shapes::ShapeRef.new(shape: __mapOf__string, location_name: "userMetadata"))
791
793
  CreateJobRequest.struct_class = Types::CreateJobRequest
@@ -1267,6 +1269,7 @@ module Aws::MediaConvert
1267
1269
  Job.add_member(:retry_count, Shapes::ShapeRef.new(shape: __integer, location_name: "retryCount"))
1268
1270
  Job.add_member(:role, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "role"))
1269
1271
  Job.add_member(:settings, Shapes::ShapeRef.new(shape: JobSettings, required: true, location_name: "settings"))
1272
+ Job.add_member(:simulate_reserved_queue, Shapes::ShapeRef.new(shape: SimulateReservedQueue, location_name: "simulateReservedQueue"))
1270
1273
  Job.add_member(:status, Shapes::ShapeRef.new(shape: JobStatus, location_name: "status"))
1271
1274
  Job.add_member(:status_update_interval, Shapes::ShapeRef.new(shape: StatusUpdateInterval, location_name: "statusUpdateInterval"))
1272
1275
  Job.add_member(:timing, Shapes::ShapeRef.new(shape: Timing, location_name: "timing"))
@@ -2966,6 +2966,7 @@ module Aws::MediaConvert
2966
2966
  # ],
2967
2967
  # },
2968
2968
  # },
2969
+ # simulate_reserved_queue: "DISABLED", # accepts DISABLED, ENABLED
2969
2970
  # status_update_interval: "SECONDS_10", # accepts SECONDS_10, SECONDS_12, SECONDS_15, SECONDS_20, SECONDS_30, SECONDS_60, SECONDS_120, SECONDS_180, SECONDS_240, SECONDS_300, SECONDS_360, SECONDS_420, SECONDS_480, SECONDS_540, SECONDS_600
2970
2971
  # user_metadata: {
2971
2972
  # "__string" => "__string",
@@ -3023,6 +3024,14 @@ module Aws::MediaConvert
3023
3024
  # JobSettings contains all the transcode settings for a job.
3024
3025
  # @return [Types::JobSettings]
3025
3026
  #
3027
+ # @!attribute [rw] simulate_reserved_queue
3028
+ # Enable this setting when you run a test job to estimate how many
3029
+ # reserved transcoding slots (RTS) you need. When this is enabled,
3030
+ # MediaConvert runs your job from an on-demand queue with similar
3031
+ # performance to what you will see with one RTS in a reserved queue.
3032
+ # This setting is disabled by default.
3033
+ # @return [String]
3034
+ #
3026
3035
  # @!attribute [rw] status_update_interval
3027
3036
  # Specify how often MediaConvert sends STATUS\_UPDATE events to Amazon
3028
3037
  # CloudWatch Events. Set the interval, in seconds, between status
@@ -3047,6 +3056,7 @@ module Aws::MediaConvert
3047
3056
  :queue,
3048
3057
  :role,
3049
3058
  :settings,
3059
+ :simulate_reserved_queue,
3050
3060
  :status_update_interval,
3051
3061
  :user_metadata)
3052
3062
  include Aws::Structure
@@ -8497,6 +8507,14 @@ module Aws::MediaConvert
8497
8507
  # JobSettings contains all the transcode settings for a job.
8498
8508
  # @return [Types::JobSettings]
8499
8509
  #
8510
+ # @!attribute [rw] simulate_reserved_queue
8511
+ # Enable this setting when you run a test job to estimate how many
8512
+ # reserved transcoding slots (RTS) you need. When this is enabled,
8513
+ # MediaConvert runs your job from an on-demand queue with similar
8514
+ # performance to what you will see with one RTS in a reserved queue.
8515
+ # This setting is disabled by default.
8516
+ # @return [String]
8517
+ #
8500
8518
  # @!attribute [rw] status
8501
8519
  # A job's status can be SUBMITTED, PROGRESSING, COMPLETE, CANCELED,
8502
8520
  # or ERROR.
@@ -8539,6 +8557,7 @@ module Aws::MediaConvert
8539
8557
  :retry_count,
8540
8558
  :role,
8541
8559
  :settings,
8560
+ :simulate_reserved_queue,
8542
8561
  :status,
8543
8562
  :status_update_interval,
8544
8563
  :timing,
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.34.0
4
+ version: 1.35.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-08-09 00:00:00.000000000 Z
11
+ date: 2019-08-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core