aws-sdk-mediaconvert 1.110.0 → 1.111.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
  SHA256:
3
- metadata.gz: 84ac5da7992de2675eca598fdc76d7b3c9b89dede07a28d763c6f922a9611c6c
4
- data.tar.gz: 522eff259bc149f50edf0b38d5d73d78ff26581d43a34645feb59429697a510b
3
+ metadata.gz: b502cbd5a80450ae6c202008d33cff7ed0d6ed3ce6e2af1a12fbcdb338788f73
4
+ data.tar.gz: 0da985bb0caad4cc24e8099468703bb414d4f1daf0b98ee9bc9db4d9579b7f05
5
5
  SHA512:
6
- metadata.gz: 2642dd7fcdde2666324f842dab48736f522761e6748844c9460883556ce3a4dfe6d4311e982f31091d5b0d3ffaeed1895b9b67bef9d71abebd6d8efba10a717a
7
- data.tar.gz: 72509ff3b26b88ff7ab274873a78729edc4063a43274246ad0a8034d79b4f88a60804a490122aaba67ec309124286e537f5db050a2f00ce7c1fa78bf41c4f3b1
6
+ metadata.gz: '099eb4e899d24c22df0bbb722fbc8616be9f5940404b0c2847ba80b5013e35d51ba6d5d60cc3a2e5f5ab1d864c51fd7a3222b5ba61a89a360b370b4092b5dc4a'
7
+ data.tar.gz: 271ad09550a6b9f05db49f77ba4775624cb2c575d7f1e7d3c9134c1572a60533542aae34709d450d6ff3b70385eee586fb63559861381cd889e149f2ad19a882
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.111.0 (2023-06-30)
5
+ ------------------
6
+
7
+ * Feature - This release includes improved color handling of overlays and general updates to user documentation.
8
+
4
9
  1.110.0 (2023-06-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.110.0
1
+ 1.111.0
@@ -9309,7 +9309,7 @@ module Aws::MediaConvert
9309
9309
  params: params,
9310
9310
  config: config)
9311
9311
  context[:gem_name] = 'aws-sdk-mediaconvert'
9312
- context[:gem_version] = '1.110.0'
9312
+ context[:gem_version] = '1.111.0'
9313
9313
  Seahorse::Client::Request.new(handlers, context)
9314
9314
  end
9315
9315
 
@@ -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.111.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.111.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-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core