aws-sdk-mediaconvert 1.110.0 → 1.112.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: 84ac5da7992de2675eca598fdc76d7b3c9b89dede07a28d763c6f922a9611c6c
4
- data.tar.gz: 522eff259bc149f50edf0b38d5d73d78ff26581d43a34645feb59429697a510b
3
+ metadata.gz: 55fb251173428156b5d091b6cc79de54b33b543596a29518f3ec01533235e2da
4
+ data.tar.gz: 9f65f0f3fe8245fd2ad82cce3c33fcdf5abd757fdcf219a6bdefb841d0c090a4
5
5
  SHA512:
6
- metadata.gz: 2642dd7fcdde2666324f842dab48736f522761e6748844c9460883556ce3a4dfe6d4311e982f31091d5b0d3ffaeed1895b9b67bef9d71abebd6d8efba10a717a
7
- data.tar.gz: 72509ff3b26b88ff7ab274873a78729edc4063a43274246ad0a8034d79b4f88a60804a490122aaba67ec309124286e537f5db050a2f00ce7c1fa78bf41c4f3b1
6
+ metadata.gz: 844e13a74614ce0d2bd269ab1185cbbc39a285e7c0f2f03e91d37ae3c091062d7bfd2c03bac169bd7064d6943afbe5643dd7b95a1a053d9ef792e404a9c628f7
7
+ data.tar.gz: 0b9cbb6787f2692951e008c4baf5244a61c8760dc05093cc63607d112c5e59dd94b702008658248a5b55af58ff52f6b40201de26e20123b8393c8db166ad0a63
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.112.0 (2023-07-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.111.0 (2023-06-30)
10
+ ------------------
11
+
12
+ * Feature - This release includes improved color handling of overlays and general updates to user documentation.
13
+
4
14
  1.110.0 (2023-06-28)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.110.0
1
+ 1.112.0
@@ -28,6 +28,7 @@ require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
28
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
29
  require 'aws-sdk-core/plugins/http_checksum.rb'
30
30
  require 'aws-sdk-core/plugins/checksum_algorithm.rb'
31
+ require 'aws-sdk-core/plugins/request_compression.rb'
31
32
  require 'aws-sdk-core/plugins/defaults_mode.rb'
32
33
  require 'aws-sdk-core/plugins/recursion_detection.rb'
33
34
  require 'aws-sdk-core/plugins/sign.rb'
@@ -77,6 +78,7 @@ module Aws::MediaConvert
77
78
  add_plugin(Aws::Plugins::TransferEncoding)
78
79
  add_plugin(Aws::Plugins::HttpChecksum)
79
80
  add_plugin(Aws::Plugins::ChecksumAlgorithm)
81
+ add_plugin(Aws::Plugins::RequestCompression)
80
82
  add_plugin(Aws::Plugins::DefaultsMode)
81
83
  add_plugin(Aws::Plugins::RecursionDetection)
82
84
  add_plugin(Aws::Plugins::Sign)
@@ -190,6 +192,10 @@ module Aws::MediaConvert
190
192
  # Set to true to disable SDK automatically adding host prefix
191
193
  # to default service endpoint when available.
192
194
  #
195
+ # @option options [Boolean] :disable_request_compression (false)
196
+ # When set to 'true' the request body will not be compressed
197
+ # for supported operations.
198
+ #
193
199
  # @option options [String] :endpoint
194
200
  # The client endpoint is normally constructed from the `:region`
195
201
  # option. You should only configure an `:endpoint` when connecting
@@ -230,6 +236,11 @@ module Aws::MediaConvert
230
236
  # Used when loading credentials from the shared credentials file
231
237
  # at HOME/.aws/credentials. When not specified, 'default' is used.
232
238
  #
239
+ # @option options [Integer] :request_min_compression_size_bytes (10240)
240
+ # The minimum size in bytes that triggers compression for request
241
+ # bodies. The value must be non-negative integer value between 0
242
+ # and 10485780 bytes inclusive.
243
+ #
233
244
  # @option options [Proc] :retry_backoff
234
245
  # A proc or lambda used for backoff. Defaults to 2**retries * retry_base_delay.
235
246
  # This option is only used in the `legacy` retry mode.
@@ -9309,7 +9320,7 @@ module Aws::MediaConvert
9309
9320
  params: params,
9310
9321
  config: config)
9311
9322
  context[:gem_name] = 'aws-sdk-mediaconvert'
9312
- context[:gem_version] = '1.110.0'
9323
+ context[:gem_version] = '1.112.0'
9313
9324
  Seahorse::Client::Request.new(handlers, context)
9314
9325
  end
9315
9326
 
@@ -1876,21 +1876,20 @@ module Aws::MediaConvert
1876
1876
  # The specific language to extract from source, using the ISO 639-2 or
1877
1877
  # ISO 639-3 three-letter language code. If input is SCTE-27, complete
1878
1878
  # this field and/or PID to select the caption language to extract. If
1879
- # input is DVB-Sub and output is Burn-in or SMPTE-TT, complete this
1880
- # field and/or PID to select the caption language to extract. If input
1881
- # is DVB-Sub that is being passed through, omit this field (and PID
1882
- # field); there is no way to extract a specific language with
1883
- # pass-through captions.
1879
+ # input is DVB-Sub and output is Burn-in, complete this field and/or
1880
+ # PID to select the caption language to extract. If input is DVB-Sub
1881
+ # that is being passed through, omit this field (and PID field); there
1882
+ # is no way to extract a specific language with pass-through captions.
1884
1883
  # @return [String]
1885
1884
  #
1886
1885
  # @!attribute [rw] language_code
1887
1886
  # The specific language to extract from source. If input is SCTE-27,
1888
1887
  # complete this field and/or PID to select the caption language to
1889
- # extract. If input is DVB-Sub and output is Burn-in or SMPTE-TT,
1890
- # complete this field and/or PID to select the caption language to
1891
- # extract. If input is DVB-Sub that is being passed through, omit this
1892
- # field (and PID field); there is no way to extract a specific
1893
- # language with pass-through captions.
1888
+ # extract. If input is DVB-Sub and output is Burn-in, complete this
1889
+ # field and/or PID to select the caption language to extract. If input
1890
+ # is DVB-Sub that is being passed through, omit this field (and PID
1891
+ # field); there is no way to extract a specific language with
1892
+ # pass-through captions.
1894
1893
  # @return [String]
1895
1894
  #
1896
1895
  # @!attribute [rw] source_settings
@@ -4227,9 +4226,9 @@ module Aws::MediaConvert
4227
4226
  # DVB Sub Source Settings
4228
4227
  #
4229
4228
  # @!attribute [rw] pid
4230
- # When using DVB-Sub with Burn-In or SMPTE-TT, use this PID for the
4231
- # source content. Unused for DVB-Sub passthrough. All DVB-Sub content
4232
- # is passed through, regardless of selectors.
4229
+ # When using DVB-Sub with Burn-in, use this PID for the source
4230
+ # content. Unused for DVB-Sub passthrough. All DVB-Sub content is
4231
+ # passed through, regardless of selectors.
4233
4232
  # @return [Integer]
4234
4233
  #
4235
4234
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/DvbSubSourceSettings AWS API Documentation
@@ -10246,10 +10245,10 @@ module Aws::MediaConvert
10246
10245
  # @return [String]
10247
10246
  #
10248
10247
  # @!attribute [rw] profile
10249
- # Specify the MXF profile, also called shim, for this output. When you
10250
- # choose Auto, MediaConvert chooses a profile based on the video codec
10251
- # and resolution. For a list of codecs supported with each MXF
10252
- # profile, see
10248
+ # Specify the MXF profile, also called shim, for this output. To
10249
+ # automatically select a profile according to your output video codec
10250
+ # and resolution, leave blank. For a list of codecs supported with
10251
+ # each MXF profile, see
10253
10252
  # https://docs.aws.amazon.com/mediaconvert/latest/ug/codecs-supported-with-each-mxf-profile.html.
10254
10253
  # For more information about the automatic selection behavior, see
10255
10254
  # https://docs.aws.amazon.com/mediaconvert/latest/ug/default-automatic-selection-of-mxf-profiles.html.
@@ -12763,7 +12762,7 @@ module Aws::MediaConvert
12763
12762
  # @return [Types::DolbyVision]
12764
12763
  #
12765
12764
  # @!attribute [rw] hdr_10_plus
12766
- # Enable HDR10+ analyis and metadata injection. Compatible with HEVC
12765
+ # Enable HDR10+ analysis and metadata injection. Compatible with HEVC
12767
12766
  # only.
12768
12767
  # @return [Types::Hdr10Plus]
12769
12768
  #
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-mediaconvert/customizations'
52
52
  # @!group service
53
53
  module Aws::MediaConvert
54
54
 
55
- GEM_VERSION = '1.110.0'
55
+ GEM_VERSION = '1.112.0'
56
56
 
57
57
  end
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.110.0
4
+ version: 1.112.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: 2023-06-28 00:00:00.000000000 Z
11
+ date: 2023-07-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.176.0
22
+ version: 3.177.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.176.0
32
+ version: 3.177.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement