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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mediaconvert/client.rb +1 -1
- data/lib/aws-sdk-mediaconvert/types.rb +17 -18
- data/lib/aws-sdk-mediaconvert.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b502cbd5a80450ae6c202008d33cff7ed0d6ed3ce6e2af1a12fbcdb338788f73
|
|
4
|
+
data.tar.gz: 0da985bb0caad4cc24e8099468703bb414d4f1daf0b98ee9bc9db4d9579b7f05
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '099eb4e899d24c22df0bbb722fbc8616be9f5940404b0c2847ba80b5013e35d51ba6d5d60cc3a2e5f5ab1d864c51fd7a3222b5ba61a89a360b370b4092b5dc4a'
|
|
7
|
+
data.tar.gz: 271ad09550a6b9f05db49f77ba4775624cb2c575d7f1e7d3c9134c1572a60533542aae34709d450d6ff3b70385eee586fb63559861381cd889e149f2ad19a882
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
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
|
|
1880
|
-
#
|
|
1881
|
-
#
|
|
1882
|
-
#
|
|
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
|
|
1890
|
-
#
|
|
1891
|
-
#
|
|
1892
|
-
# field
|
|
1893
|
-
#
|
|
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-
|
|
4231
|
-
#
|
|
4232
|
-
#
|
|
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.
|
|
10250
|
-
#
|
|
10251
|
-
# and resolution. For a list of codecs supported with
|
|
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+
|
|
12765
|
+
# Enable HDR10+ analysis and metadata injection. Compatible with HEVC
|
|
12767
12766
|
# only.
|
|
12768
12767
|
# @return [Types::Hdr10Plus]
|
|
12769
12768
|
#
|
data/lib/aws-sdk-mediaconvert.rb
CHANGED
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.
|
|
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-
|
|
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
|