aws-sdk-mediaconvert 1.148.0 → 1.150.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mediaconvert/client.rb +7 -1
- data/lib/aws-sdk-mediaconvert/client_api.rb +17 -0
- data/lib/aws-sdk-mediaconvert/endpoint_provider.rb +15 -19
- data/lib/aws-sdk-mediaconvert/types.rb +114 -4
- data/lib/aws-sdk-mediaconvert.rb +1 -1
- data/sig/client.rbs +26 -0
- data/sig/types.rbs +12 -0
- 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: 76b11159cca797c8a218de5a3bb0c40eb91ea6005e632769749bc397b0c73a9d
|
4
|
+
data.tar.gz: 52ade54be42482829c2dc0d7af8a8531d73e5870178062225ae4864d23dadf5b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 45dd437ef44f8706bc7c557148a60c2c7e88b326020e2283ecc524551bc4bf6fa074921e7bdb2edd2b2101fc8be365113aa958781424462d87c9136d480e6d83
|
7
|
+
data.tar.gz: 54ccd4608384cb97450fd463d39c052f875b6af0d65fc5df2081b82a05c45f16aa089bf453e4e8c0bb37724215bacf6da0dde9334257d8c6f0e726c4f023762d
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.150.0 (2025-02-06)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.149.0 (2025-01-27)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release adds support for dynamic audio configuration and the ability to disable the deblocking filter for h265 encodes.
|
13
|
+
|
4
14
|
1.148.0 (2025-01-15)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.150.0
|
@@ -1199,6 +1199,7 @@ module Aws::MediaConvert
|
|
1199
1199
|
# bitrate: 1,
|
1200
1200
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_2, LEVEL_2_1, LEVEL_3, LEVEL_3_1, LEVEL_4, LEVEL_4_1, LEVEL_5, LEVEL_5_1, LEVEL_5_2, LEVEL_6, LEVEL_6_1, LEVEL_6_2
|
1201
1201
|
# codec_profile: "MAIN_MAIN", # accepts MAIN_MAIN, MAIN_HIGH, MAIN10_MAIN, MAIN10_HIGH, MAIN_422_8BIT_MAIN, MAIN_422_8BIT_HIGH, MAIN_422_10BIT_MAIN, MAIN_422_10BIT_HIGH
|
1202
|
+
# deblocking: "ENABLED", # accepts ENABLED, DISABLED
|
1202
1203
|
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
1203
1204
|
# end_of_stream_markers: "INCLUDE", # accepts INCLUDE, SUPPRESS
|
1204
1205
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -1907,6 +1908,7 @@ module Aws::MediaConvert
|
|
1907
1908
|
# resp.preset.settings.video_description.codec_settings.h265_settings.bitrate #=> Integer
|
1908
1909
|
# resp.preset.settings.video_description.codec_settings.h265_settings.codec_level #=> String, one of "AUTO", "LEVEL_1", "LEVEL_2", "LEVEL_2_1", "LEVEL_3", "LEVEL_3_1", "LEVEL_4", "LEVEL_4_1", "LEVEL_5", "LEVEL_5_1", "LEVEL_5_2", "LEVEL_6", "LEVEL_6_1", "LEVEL_6_2"
|
1909
1910
|
# resp.preset.settings.video_description.codec_settings.h265_settings.codec_profile #=> String, one of "MAIN_MAIN", "MAIN_HIGH", "MAIN10_MAIN", "MAIN10_HIGH", "MAIN_422_8BIT_MAIN", "MAIN_422_8BIT_HIGH", "MAIN_422_10BIT_MAIN", "MAIN_422_10BIT_HIGH"
|
1911
|
+
# resp.preset.settings.video_description.codec_settings.h265_settings.deblocking #=> String, one of "ENABLED", "DISABLED"
|
1910
1912
|
# resp.preset.settings.video_description.codec_settings.h265_settings.dynamic_sub_gop #=> String, one of "ADAPTIVE", "STATIC"
|
1911
1913
|
# resp.preset.settings.video_description.codec_settings.h265_settings.end_of_stream_markers #=> String, one of "INCLUDE", "SUPPRESS"
|
1912
1914
|
# resp.preset.settings.video_description.codec_settings.h265_settings.flicker_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
|
@@ -2884,6 +2886,7 @@ module Aws::MediaConvert
|
|
2884
2886
|
# resp.preset.settings.video_description.codec_settings.h265_settings.bitrate #=> Integer
|
2885
2887
|
# resp.preset.settings.video_description.codec_settings.h265_settings.codec_level #=> String, one of "AUTO", "LEVEL_1", "LEVEL_2", "LEVEL_2_1", "LEVEL_3", "LEVEL_3_1", "LEVEL_4", "LEVEL_4_1", "LEVEL_5", "LEVEL_5_1", "LEVEL_5_2", "LEVEL_6", "LEVEL_6_1", "LEVEL_6_2"
|
2886
2888
|
# resp.preset.settings.video_description.codec_settings.h265_settings.codec_profile #=> String, one of "MAIN_MAIN", "MAIN_HIGH", "MAIN10_MAIN", "MAIN10_HIGH", "MAIN_422_8BIT_MAIN", "MAIN_422_8BIT_HIGH", "MAIN_422_10BIT_MAIN", "MAIN_422_10BIT_HIGH"
|
2889
|
+
# resp.preset.settings.video_description.codec_settings.h265_settings.deblocking #=> String, one of "ENABLED", "DISABLED"
|
2887
2890
|
# resp.preset.settings.video_description.codec_settings.h265_settings.dynamic_sub_gop #=> String, one of "ADAPTIVE", "STATIC"
|
2888
2891
|
# resp.preset.settings.video_description.codec_settings.h265_settings.end_of_stream_markers #=> String, one of "INCLUDE", "SUPPRESS"
|
2889
2892
|
# resp.preset.settings.video_description.codec_settings.h265_settings.flicker_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
|
@@ -3729,6 +3732,7 @@ module Aws::MediaConvert
|
|
3729
3732
|
# resp.presets[0].settings.video_description.codec_settings.h265_settings.bitrate #=> Integer
|
3730
3733
|
# resp.presets[0].settings.video_description.codec_settings.h265_settings.codec_level #=> String, one of "AUTO", "LEVEL_1", "LEVEL_2", "LEVEL_2_1", "LEVEL_3", "LEVEL_3_1", "LEVEL_4", "LEVEL_4_1", "LEVEL_5", "LEVEL_5_1", "LEVEL_5_2", "LEVEL_6", "LEVEL_6_1", "LEVEL_6_2"
|
3731
3734
|
# resp.presets[0].settings.video_description.codec_settings.h265_settings.codec_profile #=> String, one of "MAIN_MAIN", "MAIN_HIGH", "MAIN10_MAIN", "MAIN10_HIGH", "MAIN_422_8BIT_MAIN", "MAIN_422_8BIT_HIGH", "MAIN_422_10BIT_MAIN", "MAIN_422_10BIT_HIGH"
|
3735
|
+
# resp.presets[0].settings.video_description.codec_settings.h265_settings.deblocking #=> String, one of "ENABLED", "DISABLED"
|
3732
3736
|
# resp.presets[0].settings.video_description.codec_settings.h265_settings.dynamic_sub_gop #=> String, one of "ADAPTIVE", "STATIC"
|
3733
3737
|
# resp.presets[0].settings.video_description.codec_settings.h265_settings.end_of_stream_markers #=> String, one of "INCLUDE", "SUPPRESS"
|
3734
3738
|
# resp.presets[0].settings.video_description.codec_settings.h265_settings.flicker_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
|
@@ -4855,6 +4859,7 @@ module Aws::MediaConvert
|
|
4855
4859
|
# bitrate: 1,
|
4856
4860
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_2, LEVEL_2_1, LEVEL_3, LEVEL_3_1, LEVEL_4, LEVEL_4_1, LEVEL_5, LEVEL_5_1, LEVEL_5_2, LEVEL_6, LEVEL_6_1, LEVEL_6_2
|
4857
4861
|
# codec_profile: "MAIN_MAIN", # accepts MAIN_MAIN, MAIN_HIGH, MAIN10_MAIN, MAIN10_HIGH, MAIN_422_8BIT_MAIN, MAIN_422_8BIT_HIGH, MAIN_422_10BIT_MAIN, MAIN_422_10BIT_HIGH
|
4862
|
+
# deblocking: "ENABLED", # accepts ENABLED, DISABLED
|
4858
4863
|
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
4859
4864
|
# end_of_stream_markers: "INCLUDE", # accepts INCLUDE, SUPPRESS
|
4860
4865
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -5560,6 +5565,7 @@ module Aws::MediaConvert
|
|
5560
5565
|
# resp.preset.settings.video_description.codec_settings.h265_settings.bitrate #=> Integer
|
5561
5566
|
# resp.preset.settings.video_description.codec_settings.h265_settings.codec_level #=> String, one of "AUTO", "LEVEL_1", "LEVEL_2", "LEVEL_2_1", "LEVEL_3", "LEVEL_3_1", "LEVEL_4", "LEVEL_4_1", "LEVEL_5", "LEVEL_5_1", "LEVEL_5_2", "LEVEL_6", "LEVEL_6_1", "LEVEL_6_2"
|
5562
5567
|
# resp.preset.settings.video_description.codec_settings.h265_settings.codec_profile #=> String, one of "MAIN_MAIN", "MAIN_HIGH", "MAIN10_MAIN", "MAIN10_HIGH", "MAIN_422_8BIT_MAIN", "MAIN_422_8BIT_HIGH", "MAIN_422_10BIT_MAIN", "MAIN_422_10BIT_HIGH"
|
5568
|
+
# resp.preset.settings.video_description.codec_settings.h265_settings.deblocking #=> String, one of "ENABLED", "DISABLED"
|
5563
5569
|
# resp.preset.settings.video_description.codec_settings.h265_settings.dynamic_sub_gop #=> String, one of "ADAPTIVE", "STATIC"
|
5564
5570
|
# resp.preset.settings.video_description.codec_settings.h265_settings.end_of_stream_markers #=> String, one of "INCLUDE", "SUPPRESS"
|
5565
5571
|
# resp.preset.settings.video_description.codec_settings.h265_settings.flicker_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
|
@@ -5914,7 +5920,7 @@ module Aws::MediaConvert
|
|
5914
5920
|
tracer: tracer
|
5915
5921
|
)
|
5916
5922
|
context[:gem_name] = 'aws-sdk-mediaconvert'
|
5917
|
-
context[:gem_version] = '1.
|
5923
|
+
context[:gem_version] = '1.150.0'
|
5918
5924
|
Seahorse::Client::Request.new(handlers, context)
|
5919
5925
|
end
|
5920
5926
|
|
@@ -228,6 +228,8 @@ module Aws::MediaConvert
|
|
228
228
|
DvbSubtitlingType = Shapes::StringShape.new(name: 'DvbSubtitlingType')
|
229
229
|
DvbTdtSettings = Shapes::StructureShape.new(name: 'DvbTdtSettings')
|
230
230
|
DvbddsHandling = Shapes::StringShape.new(name: 'DvbddsHandling')
|
231
|
+
DynamicAudioSelector = Shapes::StructureShape.new(name: 'DynamicAudioSelector')
|
232
|
+
DynamicAudioSelectorType = Shapes::StringShape.new(name: 'DynamicAudioSelectorType')
|
231
233
|
Eac3AtmosBitstreamMode = Shapes::StringShape.new(name: 'Eac3AtmosBitstreamMode')
|
232
234
|
Eac3AtmosCodingMode = Shapes::StringShape.new(name: 'Eac3AtmosCodingMode')
|
233
235
|
Eac3AtmosDialogueIntelligence = Shapes::StringShape.new(name: 'Eac3AtmosDialogueIntelligence')
|
@@ -320,6 +322,7 @@ module Aws::MediaConvert
|
|
320
322
|
H265AlternateTransferFunctionSei = Shapes::StringShape.new(name: 'H265AlternateTransferFunctionSei')
|
321
323
|
H265CodecLevel = Shapes::StringShape.new(name: 'H265CodecLevel')
|
322
324
|
H265CodecProfile = Shapes::StringShape.new(name: 'H265CodecProfile')
|
325
|
+
H265Deblocking = Shapes::StringShape.new(name: 'H265Deblocking')
|
323
326
|
H265DynamicSubGop = Shapes::StringShape.new(name: 'H265DynamicSubGop')
|
324
327
|
H265EndOfStreamMarkers = Shapes::StringShape.new(name: 'H265EndOfStreamMarkers')
|
325
328
|
H265FlickerAdaptiveQuantization = Shapes::StringShape.new(name: 'H265FlickerAdaptiveQuantization')
|
@@ -860,6 +863,7 @@ module Aws::MediaConvert
|
|
860
863
|
__mapOfAudioSelector = Shapes::MapShape.new(name: '__mapOfAudioSelector')
|
861
864
|
__mapOfAudioSelectorGroup = Shapes::MapShape.new(name: '__mapOfAudioSelectorGroup')
|
862
865
|
__mapOfCaptionSelector = Shapes::MapShape.new(name: '__mapOfCaptionSelector')
|
866
|
+
__mapOfDynamicAudioSelector = Shapes::MapShape.new(name: '__mapOfDynamicAudioSelector')
|
863
867
|
__mapOf__string = Shapes::MapShape.new(name: '__mapOf__string')
|
864
868
|
__string = Shapes::StringShape.new(name: '__string')
|
865
869
|
__stringMax1000 = Shapes::StringShape.new(name: '__stringMax1000')
|
@@ -1469,6 +1473,13 @@ module Aws::MediaConvert
|
|
1469
1473
|
DvbTdtSettings.add_member(:tdt_interval, Shapes::ShapeRef.new(shape: __integerMin1000Max30000, location_name: "tdtInterval"))
|
1470
1474
|
DvbTdtSettings.struct_class = Types::DvbTdtSettings
|
1471
1475
|
|
1476
|
+
DynamicAudioSelector.add_member(:audio_duration_correction, Shapes::ShapeRef.new(shape: AudioDurationCorrection, location_name: "audioDurationCorrection"))
|
1477
|
+
DynamicAudioSelector.add_member(:external_audio_file_input, Shapes::ShapeRef.new(shape: __stringPatternS3Https, location_name: "externalAudioFileInput"))
|
1478
|
+
DynamicAudioSelector.add_member(:language_code, Shapes::ShapeRef.new(shape: LanguageCode, location_name: "languageCode"))
|
1479
|
+
DynamicAudioSelector.add_member(:offset, Shapes::ShapeRef.new(shape: __integerMinNegative2147483648Max2147483647, location_name: "offset"))
|
1480
|
+
DynamicAudioSelector.add_member(:selector_type, Shapes::ShapeRef.new(shape: DynamicAudioSelectorType, location_name: "selectorType"))
|
1481
|
+
DynamicAudioSelector.struct_class = Types::DynamicAudioSelector
|
1482
|
+
|
1472
1483
|
Eac3AtmosSettings.add_member(:bitrate, Shapes::ShapeRef.new(shape: __integerMin384000Max1024000, location_name: "bitrate"))
|
1473
1484
|
Eac3AtmosSettings.add_member(:bitstream_mode, Shapes::ShapeRef.new(shape: Eac3AtmosBitstreamMode, location_name: "bitstreamMode"))
|
1474
1485
|
Eac3AtmosSettings.add_member(:coding_mode, Shapes::ShapeRef.new(shape: Eac3AtmosCodingMode, location_name: "codingMode"))
|
@@ -1672,6 +1683,7 @@ module Aws::MediaConvert
|
|
1672
1683
|
H265Settings.add_member(:bitrate, Shapes::ShapeRef.new(shape: __integerMin1000Max1466400000, location_name: "bitrate"))
|
1673
1684
|
H265Settings.add_member(:codec_level, Shapes::ShapeRef.new(shape: H265CodecLevel, location_name: "codecLevel"))
|
1674
1685
|
H265Settings.add_member(:codec_profile, Shapes::ShapeRef.new(shape: H265CodecProfile, location_name: "codecProfile"))
|
1686
|
+
H265Settings.add_member(:deblocking, Shapes::ShapeRef.new(shape: H265Deblocking, location_name: "deblocking"))
|
1675
1687
|
H265Settings.add_member(:dynamic_sub_gop, Shapes::ShapeRef.new(shape: H265DynamicSubGop, location_name: "dynamicSubGop"))
|
1676
1688
|
H265Settings.add_member(:end_of_stream_markers, Shapes::ShapeRef.new(shape: H265EndOfStreamMarkers, location_name: "endOfStreamMarkers"))
|
1677
1689
|
H265Settings.add_member(:flicker_adaptive_quantization, Shapes::ShapeRef.new(shape: H265FlickerAdaptiveQuantization, location_name: "flickerAdaptiveQuantization"))
|
@@ -1831,6 +1843,7 @@ module Aws::MediaConvert
|
|
1831
1843
|
Input.add_member(:decryption_settings, Shapes::ShapeRef.new(shape: InputDecryptionSettings, location_name: "decryptionSettings"))
|
1832
1844
|
Input.add_member(:denoise_filter, Shapes::ShapeRef.new(shape: InputDenoiseFilter, location_name: "denoiseFilter"))
|
1833
1845
|
Input.add_member(:dolby_vision_metadata_xml, Shapes::ShapeRef.new(shape: __stringMin14PatternS3XmlXMLHttpsXmlXML, location_name: "dolbyVisionMetadataXml"))
|
1846
|
+
Input.add_member(:dynamic_audio_selectors, Shapes::ShapeRef.new(shape: __mapOfDynamicAudioSelector, location_name: "dynamicAudioSelectors"))
|
1834
1847
|
Input.add_member(:file_input, Shapes::ShapeRef.new(shape: __stringMax2048PatternS3Https, location_name: "fileInput"))
|
1835
1848
|
Input.add_member(:filter_enable, Shapes::ShapeRef.new(shape: InputFilterEnable, location_name: "filterEnable"))
|
1836
1849
|
Input.add_member(:filter_strength, Shapes::ShapeRef.new(shape: __integerMin0Max5, location_name: "filterStrength"))
|
@@ -1867,6 +1880,7 @@ module Aws::MediaConvert
|
|
1867
1880
|
InputTemplate.add_member(:deblock_filter, Shapes::ShapeRef.new(shape: InputDeblockFilter, location_name: "deblockFilter"))
|
1868
1881
|
InputTemplate.add_member(:denoise_filter, Shapes::ShapeRef.new(shape: InputDenoiseFilter, location_name: "denoiseFilter"))
|
1869
1882
|
InputTemplate.add_member(:dolby_vision_metadata_xml, Shapes::ShapeRef.new(shape: __stringMin14PatternS3XmlXMLHttpsXmlXML, location_name: "dolbyVisionMetadataXml"))
|
1883
|
+
InputTemplate.add_member(:dynamic_audio_selectors, Shapes::ShapeRef.new(shape: __mapOfDynamicAudioSelector, location_name: "dynamicAudioSelectors"))
|
1870
1884
|
InputTemplate.add_member(:filter_enable, Shapes::ShapeRef.new(shape: InputFilterEnable, location_name: "filterEnable"))
|
1871
1885
|
InputTemplate.add_member(:filter_strength, Shapes::ShapeRef.new(shape: __integerMin0Max5, location_name: "filterStrength"))
|
1872
1886
|
InputTemplate.add_member(:image_inserter, Shapes::ShapeRef.new(shape: ImageInserter, location_name: "imageInserter"))
|
@@ -2900,6 +2914,9 @@ module Aws::MediaConvert
|
|
2900
2914
|
__mapOfCaptionSelector.key = Shapes::ShapeRef.new(shape: __string)
|
2901
2915
|
__mapOfCaptionSelector.value = Shapes::ShapeRef.new(shape: CaptionSelector)
|
2902
2916
|
|
2917
|
+
__mapOfDynamicAudioSelector.key = Shapes::ShapeRef.new(shape: __string)
|
2918
|
+
__mapOfDynamicAudioSelector.value = Shapes::ShapeRef.new(shape: DynamicAudioSelector)
|
2919
|
+
|
2903
2920
|
__mapOf__string.key = Shapes::ShapeRef.new(shape: __string)
|
2904
2921
|
__mapOf__string.value = Shapes::ShapeRef.new(shape: __string)
|
2905
2922
|
|
@@ -10,46 +10,42 @@
|
|
10
10
|
module Aws::MediaConvert
|
11
11
|
class EndpointProvider
|
12
12
|
def resolve_endpoint(parameters)
|
13
|
-
|
14
|
-
|
15
|
-
use_fips = parameters.use_fips
|
16
|
-
endpoint = parameters.endpoint
|
17
|
-
if Aws::Endpoints::Matchers.set?(endpoint)
|
18
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
13
|
+
if Aws::Endpoints::Matchers.set?(parameters.endpoint)
|
14
|
+
if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true)
|
19
15
|
raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
|
20
16
|
end
|
21
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
17
|
+
if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, true)
|
22
18
|
raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
|
23
19
|
end
|
24
|
-
return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
|
20
|
+
return Aws::Endpoints::Endpoint.new(url: parameters.endpoint, headers: {}, properties: {})
|
25
21
|
end
|
26
|
-
if Aws::Endpoints::Matchers.set?(region)
|
27
|
-
if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
|
28
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
22
|
+
if Aws::Endpoints::Matchers.set?(parameters.region)
|
23
|
+
if (partition_result = Aws::Endpoints::Matchers.aws_partition(parameters.region))
|
24
|
+
if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, true)
|
29
25
|
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
|
30
|
-
return Aws::Endpoints::Endpoint.new(url: "https://mediaconvert-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
26
|
+
return Aws::Endpoints::Endpoint.new(url: "https://mediaconvert-fips.#{parameters.region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
31
27
|
end
|
32
28
|
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
33
29
|
end
|
34
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
30
|
+
if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true)
|
35
31
|
if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
|
36
32
|
if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-us-gov")
|
37
|
-
return Aws::Endpoints::Endpoint.new(url: "https://mediaconvert.#{region}.amazonaws.com", headers: {}, properties: {})
|
33
|
+
return Aws::Endpoints::Endpoint.new(url: "https://mediaconvert.#{parameters.region}.amazonaws.com", headers: {}, properties: {})
|
38
34
|
end
|
39
|
-
return Aws::Endpoints::Endpoint.new(url: "https://mediaconvert-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
35
|
+
return Aws::Endpoints::Endpoint.new(url: "https://mediaconvert-fips.#{parameters.region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
40
36
|
end
|
41
37
|
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
42
38
|
end
|
43
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
39
|
+
if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, true)
|
44
40
|
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
|
45
|
-
return Aws::Endpoints::Endpoint.new(url: "https://mediaconvert.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
41
|
+
return Aws::Endpoints::Endpoint.new(url: "https://mediaconvert.#{parameters.region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
46
42
|
end
|
47
43
|
raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
|
48
44
|
end
|
49
|
-
if Aws::Endpoints::Matchers.string_equals?(region, "cn-northwest-1")
|
45
|
+
if Aws::Endpoints::Matchers.string_equals?(parameters.region, "cn-northwest-1")
|
50
46
|
return Aws::Endpoints::Endpoint.new(url: "https://subscribe.mediaconvert.cn-northwest-1.amazonaws.com.cn", headers: {}, properties: {})
|
51
47
|
end
|
52
|
-
return Aws::Endpoints::Endpoint.new(url: "https://mediaconvert.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
48
|
+
return Aws::Endpoints::Endpoint.new(url: "https://mediaconvert.#{parameters.region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
53
49
|
end
|
54
50
|
end
|
55
51
|
raise ArgumentError, "Invalid Configuration: Missing Region"
|
@@ -719,7 +719,8 @@ module Aws::MediaConvert
|
|
719
719
|
# @return [String]
|
720
720
|
#
|
721
721
|
# @!attribute [rw] external_audio_file_input
|
722
|
-
#
|
722
|
+
# Specify the S3, HTTP, or HTTPS URL for your external audio file
|
723
|
+
# input.
|
723
724
|
# @return [String]
|
724
725
|
#
|
725
726
|
# @!attribute [rw] hls_rendition_group_settings
|
@@ -736,12 +737,16 @@ module Aws::MediaConvert
|
|
736
737
|
# @return [Types::HlsRenditionGroupSettings]
|
737
738
|
#
|
738
739
|
# @!attribute [rw] language_code
|
739
|
-
#
|
740
|
+
# Specify the language to select from your audio input. In the
|
741
|
+
# MediaConvert console choose from a list of languages. In your JSON
|
742
|
+
# job settings choose from an ISO 639-2 three-letter code listed at
|
743
|
+
# https://www.loc.gov/standards/iso639-2/php/code\_list.php
|
740
744
|
# @return [String]
|
741
745
|
#
|
742
746
|
# @!attribute [rw] offset
|
743
|
-
#
|
744
|
-
# input video.
|
747
|
+
# Specify a time delta, in milliseconds, to offset the audio from the
|
748
|
+
# input video. To specify no offset: Keep the default value, 0. To
|
749
|
+
# specify an offset: Enter an integer from -2147483648 to 2147483647
|
745
750
|
# @return [Integer]
|
746
751
|
#
|
747
752
|
# @!attribute [rw] pids
|
@@ -4339,6 +4344,77 @@ module Aws::MediaConvert
|
|
4339
4344
|
include Aws::Structure
|
4340
4345
|
end
|
4341
4346
|
|
4347
|
+
# Use Dynamic audio selectors when you do not know the track layout of
|
4348
|
+
# your source when you submit your job, but want to select multiple
|
4349
|
+
# audio tracks. When you include an audio track in your output and
|
4350
|
+
# specify this Dynamic audio selector as the Audio source, MediaConvert
|
4351
|
+
# creates an output audio track for each dynamically selected track.
|
4352
|
+
# Note that when you include a Dynamic audio selector for two or more
|
4353
|
+
# inputs, each input must have the same number of audio tracks and audio
|
4354
|
+
# channels.
|
4355
|
+
#
|
4356
|
+
# @!attribute [rw] audio_duration_correction
|
4357
|
+
# Apply audio timing corrections to help synchronize audio and video
|
4358
|
+
# in your output. To apply timing corrections, your input must meet
|
4359
|
+
# the following requirements: * Container: MP4, or MOV, with an
|
4360
|
+
# accurate time-to-sample (STTS) table. * Audio track: AAC. Choose
|
4361
|
+
# from the following audio timing correction settings: * Disabled
|
4362
|
+
# (Default): Apply no correction. * Auto: Recommended for most
|
4363
|
+
# inputs. MediaConvert analyzes the audio timing in your input and
|
4364
|
+
# determines which correction setting to use, if needed. * Track:
|
4365
|
+
# Adjust the duration of each audio frame by a constant amount to
|
4366
|
+
# align the audio track length with STTS duration. Track-level
|
4367
|
+
# correction does not affect pitch, and is recommended for tonal audio
|
4368
|
+
# content such as music. * Frame: Adjust the duration of each audio
|
4369
|
+
# frame by a variable amount to align audio frames with STTS
|
4370
|
+
# timestamps. No corrections are made to already-aligned frames.
|
4371
|
+
# Frame-level correction may affect the pitch of corrected frames, and
|
4372
|
+
# is recommended for atonal audio content such as speech or
|
4373
|
+
# percussion. * Force: Apply audio duration correction, either Track
|
4374
|
+
# or Frame depending on your input, regardless of the accuracy of your
|
4375
|
+
# input's STTS table. Your output audio and video may not be aligned
|
4376
|
+
# or it may contain audio artifacts.
|
4377
|
+
# @return [String]
|
4378
|
+
#
|
4379
|
+
# @!attribute [rw] external_audio_file_input
|
4380
|
+
# Specify the S3, HTTP, or HTTPS URL for your external audio file
|
4381
|
+
# input.
|
4382
|
+
# @return [String]
|
4383
|
+
#
|
4384
|
+
# @!attribute [rw] language_code
|
4385
|
+
# Specify the language to select from your audio input. In the
|
4386
|
+
# MediaConvert console choose from a list of languages. In your JSON
|
4387
|
+
# job settings choose from an ISO 639-2 three-letter code listed at
|
4388
|
+
# https://www.loc.gov/standards/iso639-2/php/code\_list.php
|
4389
|
+
# @return [String]
|
4390
|
+
#
|
4391
|
+
# @!attribute [rw] offset
|
4392
|
+
# Specify a time delta, in milliseconds, to offset the audio from the
|
4393
|
+
# input video. To specify no offset: Keep the default value, 0. To
|
4394
|
+
# specify an offset: Enter an integer from -2147483648 to 2147483647
|
4395
|
+
# @return [Integer]
|
4396
|
+
#
|
4397
|
+
# @!attribute [rw] selector_type
|
4398
|
+
# Specify which audio tracks to dynamically select from your source.
|
4399
|
+
# To select all audio tracks: Keep the default value, All tracks. To
|
4400
|
+
# select all audio tracks with a specific language code: Choose
|
4401
|
+
# Language code. When you do, you must also specify a language code
|
4402
|
+
# under the Language code setting. If there is no matching Language
|
4403
|
+
# code in your source, then no track will be selected.
|
4404
|
+
# @return [String]
|
4405
|
+
#
|
4406
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/DynamicAudioSelector AWS API Documentation
|
4407
|
+
#
|
4408
|
+
class DynamicAudioSelector < Struct.new(
|
4409
|
+
:audio_duration_correction,
|
4410
|
+
:external_audio_file_input,
|
4411
|
+
:language_code,
|
4412
|
+
:offset,
|
4413
|
+
:selector_type)
|
4414
|
+
SENSITIVE = []
|
4415
|
+
include Aws::Structure
|
4416
|
+
end
|
4417
|
+
|
4342
4418
|
# Required when you set Codec to the value EAC3\_ATMOS.
|
4343
4419
|
#
|
4344
4420
|
# @!attribute [rw] bitrate
|
@@ -6005,6 +6081,15 @@ module Aws::MediaConvert
|
|
6005
6081
|
# available with the HEVC 4:2:2 License.
|
6006
6082
|
# @return [String]
|
6007
6083
|
#
|
6084
|
+
# @!attribute [rw] deblocking
|
6085
|
+
# Use Deblocking to improve the video quality of your output by
|
6086
|
+
# smoothing the edges of macroblock artifacts created during video
|
6087
|
+
# compression. To reduce blocking artifacts at block boundaries, and
|
6088
|
+
# improve overall video quality: Keep the default value, Enabled. To
|
6089
|
+
# not apply any deblocking: Choose Disabled. Visible block edge
|
6090
|
+
# artifacts might appear in the output, especially at lower bitrates.
|
6091
|
+
# @return [String]
|
6092
|
+
#
|
6008
6093
|
# @!attribute [rw] dynamic_sub_gop
|
6009
6094
|
# Specify whether to allow the number of B-frames in your output GOP
|
6010
6095
|
# structure to vary or not depending on your input video content. To
|
@@ -6385,6 +6470,7 @@ module Aws::MediaConvert
|
|
6385
6470
|
:bitrate,
|
6386
6471
|
:codec_level,
|
6387
6472
|
:codec_profile,
|
6473
|
+
:deblocking,
|
6388
6474
|
:dynamic_sub_gop,
|
6389
6475
|
:end_of_stream_markers,
|
6390
6476
|
:flicker_adaptive_quantization,
|
@@ -7338,6 +7424,17 @@ module Aws::MediaConvert
|
|
7338
7424
|
# https://docs.aws.amazon.com/mediaconvert/latest/ug/iam-role.html.
|
7339
7425
|
# @return [String]
|
7340
7426
|
#
|
7427
|
+
# @!attribute [rw] dynamic_audio_selectors
|
7428
|
+
# Use Dynamic audio selectors when you do not know the track layout of
|
7429
|
+
# your source when you submit your job, but want to select multiple
|
7430
|
+
# audio tracks. When you include an audio track in your output and
|
7431
|
+
# specify this Dynamic audio selector as the Audio source,
|
7432
|
+
# MediaConvert creates an output audio track for each dynamically
|
7433
|
+
# selected track. Note that when you include a Dynamic audio selector
|
7434
|
+
# for two or more inputs, each input must have the same number of
|
7435
|
+
# audio tracks and audio channels.
|
7436
|
+
# @return [Hash<String,Types::DynamicAudioSelector>]
|
7437
|
+
#
|
7341
7438
|
# @!attribute [rw] file_input
|
7342
7439
|
# Specify the source file for your transcoding job. You can use
|
7343
7440
|
# multiple inputs in a single job. The service concatenates these
|
@@ -7484,6 +7581,7 @@ module Aws::MediaConvert
|
|
7484
7581
|
:decryption_settings,
|
7485
7582
|
:denoise_filter,
|
7486
7583
|
:dolby_vision_metadata_xml,
|
7584
|
+
:dynamic_audio_selectors,
|
7487
7585
|
:file_input,
|
7488
7586
|
:filter_enable,
|
7489
7587
|
:filter_strength,
|
@@ -7661,6 +7759,17 @@ module Aws::MediaConvert
|
|
7661
7759
|
# https://docs.aws.amazon.com/mediaconvert/latest/ug/iam-role.html.
|
7662
7760
|
# @return [String]
|
7663
7761
|
#
|
7762
|
+
# @!attribute [rw] dynamic_audio_selectors
|
7763
|
+
# Use Dynamic audio selectors when you do not know the track layout of
|
7764
|
+
# your source when you submit your job, but want to select multiple
|
7765
|
+
# audio tracks. When you include an audio track in your output and
|
7766
|
+
# specify this Dynamic audio selector as the Audio source,
|
7767
|
+
# MediaConvert creates an output audio track for each dynamically
|
7768
|
+
# selected track. Note that when you include a Dynamic audio selector
|
7769
|
+
# for two or more inputs, each input must have the same number of
|
7770
|
+
# audio tracks and audio channels.
|
7771
|
+
# @return [Hash<String,Types::DynamicAudioSelector>]
|
7772
|
+
#
|
7664
7773
|
# @!attribute [rw] filter_enable
|
7665
7774
|
# Specify whether to apply input filtering to improve the video
|
7666
7775
|
# quality of your input. To apply filtering depending on your input
|
@@ -7776,6 +7885,7 @@ module Aws::MediaConvert
|
|
7776
7885
|
:deblock_filter,
|
7777
7886
|
:denoise_filter,
|
7778
7887
|
:dolby_vision_metadata_xml,
|
7888
|
+
:dynamic_audio_selectors,
|
7779
7889
|
:filter_enable,
|
7780
7890
|
:filter_strength,
|
7781
7891
|
:image_inserter,
|
data/lib/aws-sdk-mediaconvert.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -246,6 +246,13 @@ module Aws
|
|
246
246
|
}?,
|
247
247
|
denoise_filter: ("ENABLED" | "DISABLED")?,
|
248
248
|
dolby_vision_metadata_xml: ::String?,
|
249
|
+
dynamic_audio_selectors: Hash[::String, {
|
250
|
+
audio_duration_correction: ("DISABLED" | "AUTO" | "TRACK" | "FRAME" | "FORCE")?,
|
251
|
+
external_audio_file_input: ::String?,
|
252
|
+
language_code: ("ENG" | "SPA" | "FRA" | "DEU" | "GER" | "ZHO" | "ARA" | "HIN" | "JPN" | "RUS" | "POR" | "ITA" | "URD" | "VIE" | "KOR" | "PAN" | "ABK" | "AAR" | "AFR" | "AKA" | "SQI" | "AMH" | "ARG" | "HYE" | "ASM" | "AVA" | "AVE" | "AYM" | "AZE" | "BAM" | "BAK" | "EUS" | "BEL" | "BEN" | "BIH" | "BIS" | "BOS" | "BRE" | "BUL" | "MYA" | "CAT" | "KHM" | "CHA" | "CHE" | "NYA" | "CHU" | "CHV" | "COR" | "COS" | "CRE" | "HRV" | "CES" | "DAN" | "DIV" | "NLD" | "DZO" | "ENM" | "EPO" | "EST" | "EWE" | "FAO" | "FIJ" | "FIN" | "FRM" | "FUL" | "GLA" | "GLG" | "LUG" | "KAT" | "ELL" | "GRN" | "GUJ" | "HAT" | "HAU" | "HEB" | "HER" | "HMO" | "HUN" | "ISL" | "IDO" | "IBO" | "IND" | "INA" | "ILE" | "IKU" | "IPK" | "GLE" | "JAV" | "KAL" | "KAN" | "KAU" | "KAS" | "KAZ" | "KIK" | "KIN" | "KIR" | "KOM" | "KON" | "KUA" | "KUR" | "LAO" | "LAT" | "LAV" | "LIM" | "LIN" | "LIT" | "LUB" | "LTZ" | "MKD" | "MLG" | "MSA" | "MAL" | "MLT" | "GLV" | "MRI" | "MAR" | "MAH" | "MON" | "NAU" | "NAV" | "NDE" | "NBL" | "NDO" | "NEP" | "SME" | "NOR" | "NOB" | "NNO" | "OCI" | "OJI" | "ORI" | "ORM" | "OSS" | "PLI" | "FAS" | "POL" | "PUS" | "QUE" | "QAA" | "RON" | "ROH" | "RUN" | "SMO" | "SAG" | "SAN" | "SRD" | "SRB" | "SNA" | "III" | "SND" | "SIN" | "SLK" | "SLV" | "SOM" | "SOT" | "SUN" | "SWA" | "SSW" | "SWE" | "TGL" | "TAH" | "TGK" | "TAM" | "TAT" | "TEL" | "THA" | "BOD" | "TIR" | "TON" | "TSO" | "TSN" | "TUR" | "TUK" | "TWI" | "UIG" | "UKR" | "UZB" | "VEN" | "VOL" | "WLN" | "CYM" | "FRY" | "WOL" | "XHO" | "YID" | "YOR" | "ZHA" | "ZUL" | "ORJ" | "QPC" | "TNG" | "SRP")?,
|
253
|
+
offset: ::Integer?,
|
254
|
+
selector_type: ("ALL_TRACKS" | "LANGUAGE_CODE")?
|
255
|
+
}]?,
|
249
256
|
file_input: ::String?,
|
250
257
|
filter_enable: ("AUTO" | "DISABLE" | "FORCE")?,
|
251
258
|
filter_strength: ::Integer?,
|
@@ -1224,6 +1231,7 @@ module Aws
|
|
1224
1231
|
bitrate: ::Integer?,
|
1225
1232
|
codec_level: ("AUTO" | "LEVEL_1" | "LEVEL_2" | "LEVEL_2_1" | "LEVEL_3" | "LEVEL_3_1" | "LEVEL_4" | "LEVEL_4_1" | "LEVEL_5" | "LEVEL_5_1" | "LEVEL_5_2" | "LEVEL_6" | "LEVEL_6_1" | "LEVEL_6_2")?,
|
1226
1233
|
codec_profile: ("MAIN_MAIN" | "MAIN_HIGH" | "MAIN10_MAIN" | "MAIN10_HIGH" | "MAIN_422_8BIT_MAIN" | "MAIN_422_8BIT_HIGH" | "MAIN_422_10BIT_MAIN" | "MAIN_422_10BIT_HIGH")?,
|
1234
|
+
deblocking: ("ENABLED" | "DISABLED")?,
|
1227
1235
|
dynamic_sub_gop: ("ADAPTIVE" | "STATIC")?,
|
1228
1236
|
end_of_stream_markers: ("INCLUDE" | "SUPPRESS")?,
|
1229
1237
|
flicker_adaptive_quantization: ("DISABLED" | "ENABLED")?,
|
@@ -1704,6 +1712,13 @@ module Aws
|
|
1704
1712
|
deblock_filter: ("ENABLED" | "DISABLED")?,
|
1705
1713
|
denoise_filter: ("ENABLED" | "DISABLED")?,
|
1706
1714
|
dolby_vision_metadata_xml: ::String?,
|
1715
|
+
dynamic_audio_selectors: Hash[::String, {
|
1716
|
+
audio_duration_correction: ("DISABLED" | "AUTO" | "TRACK" | "FRAME" | "FORCE")?,
|
1717
|
+
external_audio_file_input: ::String?,
|
1718
|
+
language_code: ("ENG" | "SPA" | "FRA" | "DEU" | "GER" | "ZHO" | "ARA" | "HIN" | "JPN" | "RUS" | "POR" | "ITA" | "URD" | "VIE" | "KOR" | "PAN" | "ABK" | "AAR" | "AFR" | "AKA" | "SQI" | "AMH" | "ARG" | "HYE" | "ASM" | "AVA" | "AVE" | "AYM" | "AZE" | "BAM" | "BAK" | "EUS" | "BEL" | "BEN" | "BIH" | "BIS" | "BOS" | "BRE" | "BUL" | "MYA" | "CAT" | "KHM" | "CHA" | "CHE" | "NYA" | "CHU" | "CHV" | "COR" | "COS" | "CRE" | "HRV" | "CES" | "DAN" | "DIV" | "NLD" | "DZO" | "ENM" | "EPO" | "EST" | "EWE" | "FAO" | "FIJ" | "FIN" | "FRM" | "FUL" | "GLA" | "GLG" | "LUG" | "KAT" | "ELL" | "GRN" | "GUJ" | "HAT" | "HAU" | "HEB" | "HER" | "HMO" | "HUN" | "ISL" | "IDO" | "IBO" | "IND" | "INA" | "ILE" | "IKU" | "IPK" | "GLE" | "JAV" | "KAL" | "KAN" | "KAU" | "KAS" | "KAZ" | "KIK" | "KIN" | "KIR" | "KOM" | "KON" | "KUA" | "KUR" | "LAO" | "LAT" | "LAV" | "LIM" | "LIN" | "LIT" | "LUB" | "LTZ" | "MKD" | "MLG" | "MSA" | "MAL" | "MLT" | "GLV" | "MRI" | "MAR" | "MAH" | "MON" | "NAU" | "NAV" | "NDE" | "NBL" | "NDO" | "NEP" | "SME" | "NOR" | "NOB" | "NNO" | "OCI" | "OJI" | "ORI" | "ORM" | "OSS" | "PLI" | "FAS" | "POL" | "PUS" | "QUE" | "QAA" | "RON" | "ROH" | "RUN" | "SMO" | "SAG" | "SAN" | "SRD" | "SRB" | "SNA" | "III" | "SND" | "SIN" | "SLK" | "SLV" | "SOM" | "SOT" | "SUN" | "SWA" | "SSW" | "SWE" | "TGL" | "TAH" | "TGK" | "TAM" | "TAT" | "TEL" | "THA" | "BOD" | "TIR" | "TON" | "TSO" | "TSN" | "TUR" | "TUK" | "TWI" | "UIG" | "UKR" | "UZB" | "VEN" | "VOL" | "WLN" | "CYM" | "FRY" | "WOL" | "XHO" | "YID" | "YOR" | "ZHA" | "ZUL" | "ORJ" | "QPC" | "TNG" | "SRP")?,
|
1719
|
+
offset: ::Integer?,
|
1720
|
+
selector_type: ("ALL_TRACKS" | "LANGUAGE_CODE")?
|
1721
|
+
}]?,
|
1707
1722
|
filter_enable: ("AUTO" | "DISABLE" | "FORCE")?,
|
1708
1723
|
filter_strength: ::Integer?,
|
1709
1724
|
image_inserter: {
|
@@ -2673,6 +2688,7 @@ module Aws
|
|
2673
2688
|
bitrate: ::Integer?,
|
2674
2689
|
codec_level: ("AUTO" | "LEVEL_1" | "LEVEL_2" | "LEVEL_2_1" | "LEVEL_3" | "LEVEL_3_1" | "LEVEL_4" | "LEVEL_4_1" | "LEVEL_5" | "LEVEL_5_1" | "LEVEL_5_2" | "LEVEL_6" | "LEVEL_6_1" | "LEVEL_6_2")?,
|
2675
2690
|
codec_profile: ("MAIN_MAIN" | "MAIN_HIGH" | "MAIN10_MAIN" | "MAIN10_HIGH" | "MAIN_422_8BIT_MAIN" | "MAIN_422_8BIT_HIGH" | "MAIN_422_10BIT_MAIN" | "MAIN_422_10BIT_HIGH")?,
|
2691
|
+
deblocking: ("ENABLED" | "DISABLED")?,
|
2676
2692
|
dynamic_sub_gop: ("ADAPTIVE" | "STATIC")?,
|
2677
2693
|
end_of_stream_markers: ("INCLUDE" | "SUPPRESS")?,
|
2678
2694
|
flicker_adaptive_quantization: ("DISABLED" | "ENABLED")?,
|
@@ -3504,6 +3520,7 @@ module Aws
|
|
3504
3520
|
bitrate: ::Integer?,
|
3505
3521
|
codec_level: ("AUTO" | "LEVEL_1" | "LEVEL_2" | "LEVEL_2_1" | "LEVEL_3" | "LEVEL_3_1" | "LEVEL_4" | "LEVEL_4_1" | "LEVEL_5" | "LEVEL_5_1" | "LEVEL_5_2" | "LEVEL_6" | "LEVEL_6_1" | "LEVEL_6_2")?,
|
3506
3522
|
codec_profile: ("MAIN_MAIN" | "MAIN_HIGH" | "MAIN10_MAIN" | "MAIN10_HIGH" | "MAIN_422_8BIT_MAIN" | "MAIN_422_8BIT_HIGH" | "MAIN_422_10BIT_MAIN" | "MAIN_422_10BIT_HIGH")?,
|
3523
|
+
deblocking: ("ENABLED" | "DISABLED")?,
|
3507
3524
|
dynamic_sub_gop: ("ADAPTIVE" | "STATIC")?,
|
3508
3525
|
end_of_stream_markers: ("INCLUDE" | "SUPPRESS")?,
|
3509
3526
|
flicker_adaptive_quantization: ("DISABLED" | "ENABLED")?,
|
@@ -4222,6 +4239,13 @@ module Aws
|
|
4222
4239
|
deblock_filter: ("ENABLED" | "DISABLED")?,
|
4223
4240
|
denoise_filter: ("ENABLED" | "DISABLED")?,
|
4224
4241
|
dolby_vision_metadata_xml: ::String?,
|
4242
|
+
dynamic_audio_selectors: Hash[::String, {
|
4243
|
+
audio_duration_correction: ("DISABLED" | "AUTO" | "TRACK" | "FRAME" | "FORCE")?,
|
4244
|
+
external_audio_file_input: ::String?,
|
4245
|
+
language_code: ("ENG" | "SPA" | "FRA" | "DEU" | "GER" | "ZHO" | "ARA" | "HIN" | "JPN" | "RUS" | "POR" | "ITA" | "URD" | "VIE" | "KOR" | "PAN" | "ABK" | "AAR" | "AFR" | "AKA" | "SQI" | "AMH" | "ARG" | "HYE" | "ASM" | "AVA" | "AVE" | "AYM" | "AZE" | "BAM" | "BAK" | "EUS" | "BEL" | "BEN" | "BIH" | "BIS" | "BOS" | "BRE" | "BUL" | "MYA" | "CAT" | "KHM" | "CHA" | "CHE" | "NYA" | "CHU" | "CHV" | "COR" | "COS" | "CRE" | "HRV" | "CES" | "DAN" | "DIV" | "NLD" | "DZO" | "ENM" | "EPO" | "EST" | "EWE" | "FAO" | "FIJ" | "FIN" | "FRM" | "FUL" | "GLA" | "GLG" | "LUG" | "KAT" | "ELL" | "GRN" | "GUJ" | "HAT" | "HAU" | "HEB" | "HER" | "HMO" | "HUN" | "ISL" | "IDO" | "IBO" | "IND" | "INA" | "ILE" | "IKU" | "IPK" | "GLE" | "JAV" | "KAL" | "KAN" | "KAU" | "KAS" | "KAZ" | "KIK" | "KIN" | "KIR" | "KOM" | "KON" | "KUA" | "KUR" | "LAO" | "LAT" | "LAV" | "LIM" | "LIN" | "LIT" | "LUB" | "LTZ" | "MKD" | "MLG" | "MSA" | "MAL" | "MLT" | "GLV" | "MRI" | "MAR" | "MAH" | "MON" | "NAU" | "NAV" | "NDE" | "NBL" | "NDO" | "NEP" | "SME" | "NOR" | "NOB" | "NNO" | "OCI" | "OJI" | "ORI" | "ORM" | "OSS" | "PLI" | "FAS" | "POL" | "PUS" | "QUE" | "QAA" | "RON" | "ROH" | "RUN" | "SMO" | "SAG" | "SAN" | "SRD" | "SRB" | "SNA" | "III" | "SND" | "SIN" | "SLK" | "SLV" | "SOM" | "SOT" | "SUN" | "SWA" | "SSW" | "SWE" | "TGL" | "TAH" | "TGK" | "TAM" | "TAT" | "TEL" | "THA" | "BOD" | "TIR" | "TON" | "TSO" | "TSN" | "TUR" | "TUK" | "TWI" | "UIG" | "UKR" | "UZB" | "VEN" | "VOL" | "WLN" | "CYM" | "FRY" | "WOL" | "XHO" | "YID" | "YOR" | "ZHA" | "ZUL" | "ORJ" | "QPC" | "TNG" | "SRP")?,
|
4246
|
+
offset: ::Integer?,
|
4247
|
+
selector_type: ("ALL_TRACKS" | "LANGUAGE_CODE")?
|
4248
|
+
}]?,
|
4225
4249
|
filter_enable: ("AUTO" | "DISABLE" | "FORCE")?,
|
4226
4250
|
filter_strength: ::Integer?,
|
4227
4251
|
image_inserter: {
|
@@ -5191,6 +5215,7 @@ module Aws
|
|
5191
5215
|
bitrate: ::Integer?,
|
5192
5216
|
codec_level: ("AUTO" | "LEVEL_1" | "LEVEL_2" | "LEVEL_2_1" | "LEVEL_3" | "LEVEL_3_1" | "LEVEL_4" | "LEVEL_4_1" | "LEVEL_5" | "LEVEL_5_1" | "LEVEL_5_2" | "LEVEL_6" | "LEVEL_6_1" | "LEVEL_6_2")?,
|
5193
5217
|
codec_profile: ("MAIN_MAIN" | "MAIN_HIGH" | "MAIN10_MAIN" | "MAIN10_HIGH" | "MAIN_422_8BIT_MAIN" | "MAIN_422_8BIT_HIGH" | "MAIN_422_10BIT_MAIN" | "MAIN_422_10BIT_HIGH")?,
|
5218
|
+
deblocking: ("ENABLED" | "DISABLED")?,
|
5194
5219
|
dynamic_sub_gop: ("ADAPTIVE" | "STATIC")?,
|
5195
5220
|
end_of_stream_markers: ("INCLUDE" | "SUPPRESS")?,
|
5196
5221
|
flicker_adaptive_quantization: ("DISABLED" | "ENABLED")?,
|
@@ -6021,6 +6046,7 @@ module Aws
|
|
6021
6046
|
bitrate: ::Integer?,
|
6022
6047
|
codec_level: ("AUTO" | "LEVEL_1" | "LEVEL_2" | "LEVEL_2_1" | "LEVEL_3" | "LEVEL_3_1" | "LEVEL_4" | "LEVEL_4_1" | "LEVEL_5" | "LEVEL_5_1" | "LEVEL_5_2" | "LEVEL_6" | "LEVEL_6_1" | "LEVEL_6_2")?,
|
6023
6048
|
codec_profile: ("MAIN_MAIN" | "MAIN_HIGH" | "MAIN10_MAIN" | "MAIN10_HIGH" | "MAIN_422_8BIT_MAIN" | "MAIN_422_8BIT_HIGH" | "MAIN_422_10BIT_MAIN" | "MAIN_422_10BIT_HIGH")?,
|
6049
|
+
deblocking: ("ENABLED" | "DISABLED")?,
|
6024
6050
|
dynamic_sub_gop: ("ADAPTIVE" | "STATIC")?,
|
6025
6051
|
end_of_stream_markers: ("INCLUDE" | "SUPPRESS")?,
|
6026
6052
|
flicker_adaptive_quantization: ("DISABLED" | "ENABLED")?,
|
data/sig/types.rbs
CHANGED
@@ -707,6 +707,15 @@ module Aws::MediaConvert
|
|
707
707
|
SENSITIVE: []
|
708
708
|
end
|
709
709
|
|
710
|
+
class DynamicAudioSelector
|
711
|
+
attr_accessor audio_duration_correction: ("DISABLED" | "AUTO" | "TRACK" | "FRAME" | "FORCE")
|
712
|
+
attr_accessor external_audio_file_input: ::String
|
713
|
+
attr_accessor language_code: ("ENG" | "SPA" | "FRA" | "DEU" | "GER" | "ZHO" | "ARA" | "HIN" | "JPN" | "RUS" | "POR" | "ITA" | "URD" | "VIE" | "KOR" | "PAN" | "ABK" | "AAR" | "AFR" | "AKA" | "SQI" | "AMH" | "ARG" | "HYE" | "ASM" | "AVA" | "AVE" | "AYM" | "AZE" | "BAM" | "BAK" | "EUS" | "BEL" | "BEN" | "BIH" | "BIS" | "BOS" | "BRE" | "BUL" | "MYA" | "CAT" | "KHM" | "CHA" | "CHE" | "NYA" | "CHU" | "CHV" | "COR" | "COS" | "CRE" | "HRV" | "CES" | "DAN" | "DIV" | "NLD" | "DZO" | "ENM" | "EPO" | "EST" | "EWE" | "FAO" | "FIJ" | "FIN" | "FRM" | "FUL" | "GLA" | "GLG" | "LUG" | "KAT" | "ELL" | "GRN" | "GUJ" | "HAT" | "HAU" | "HEB" | "HER" | "HMO" | "HUN" | "ISL" | "IDO" | "IBO" | "IND" | "INA" | "ILE" | "IKU" | "IPK" | "GLE" | "JAV" | "KAL" | "KAN" | "KAU" | "KAS" | "KAZ" | "KIK" | "KIN" | "KIR" | "KOM" | "KON" | "KUA" | "KUR" | "LAO" | "LAT" | "LAV" | "LIM" | "LIN" | "LIT" | "LUB" | "LTZ" | "MKD" | "MLG" | "MSA" | "MAL" | "MLT" | "GLV" | "MRI" | "MAR" | "MAH" | "MON" | "NAU" | "NAV" | "NDE" | "NBL" | "NDO" | "NEP" | "SME" | "NOR" | "NOB" | "NNO" | "OCI" | "OJI" | "ORI" | "ORM" | "OSS" | "PLI" | "FAS" | "POL" | "PUS" | "QUE" | "QAA" | "RON" | "ROH" | "RUN" | "SMO" | "SAG" | "SAN" | "SRD" | "SRB" | "SNA" | "III" | "SND" | "SIN" | "SLK" | "SLV" | "SOM" | "SOT" | "SUN" | "SWA" | "SSW" | "SWE" | "TGL" | "TAH" | "TGK" | "TAM" | "TAT" | "TEL" | "THA" | "BOD" | "TIR" | "TON" | "TSO" | "TSN" | "TUR" | "TUK" | "TWI" | "UIG" | "UKR" | "UZB" | "VEN" | "VOL" | "WLN" | "CYM" | "FRY" | "WOL" | "XHO" | "YID" | "YOR" | "ZHA" | "ZUL" | "ORJ" | "QPC" | "TNG" | "SRP")
|
714
|
+
attr_accessor offset: ::Integer
|
715
|
+
attr_accessor selector_type: ("ALL_TRACKS" | "LANGUAGE_CODE")
|
716
|
+
SENSITIVE: []
|
717
|
+
end
|
718
|
+
|
710
719
|
class Eac3AtmosSettings
|
711
720
|
attr_accessor bitrate: ::Integer
|
712
721
|
attr_accessor bitstream_mode: ("COMPLETE_MAIN")
|
@@ -972,6 +981,7 @@ module Aws::MediaConvert
|
|
972
981
|
attr_accessor bitrate: ::Integer
|
973
982
|
attr_accessor codec_level: ("AUTO" | "LEVEL_1" | "LEVEL_2" | "LEVEL_2_1" | "LEVEL_3" | "LEVEL_3_1" | "LEVEL_4" | "LEVEL_4_1" | "LEVEL_5" | "LEVEL_5_1" | "LEVEL_5_2" | "LEVEL_6" | "LEVEL_6_1" | "LEVEL_6_2")
|
974
983
|
attr_accessor codec_profile: ("MAIN_MAIN" | "MAIN_HIGH" | "MAIN10_MAIN" | "MAIN10_HIGH" | "MAIN_422_8BIT_MAIN" | "MAIN_422_8BIT_HIGH" | "MAIN_422_10BIT_MAIN" | "MAIN_422_10BIT_HIGH")
|
984
|
+
attr_accessor deblocking: ("ENABLED" | "DISABLED")
|
975
985
|
attr_accessor dynamic_sub_gop: ("ADAPTIVE" | "STATIC")
|
976
986
|
attr_accessor end_of_stream_markers: ("INCLUDE" | "SUPPRESS")
|
977
987
|
attr_accessor flicker_adaptive_quantization: ("DISABLED" | "ENABLED")
|
@@ -1159,6 +1169,7 @@ module Aws::MediaConvert
|
|
1159
1169
|
attr_accessor decryption_settings: Types::InputDecryptionSettings
|
1160
1170
|
attr_accessor denoise_filter: ("ENABLED" | "DISABLED")
|
1161
1171
|
attr_accessor dolby_vision_metadata_xml: ::String
|
1172
|
+
attr_accessor dynamic_audio_selectors: ::Hash[::String, Types::DynamicAudioSelector]
|
1162
1173
|
attr_accessor file_input: ::String
|
1163
1174
|
attr_accessor filter_enable: ("AUTO" | "DISABLE" | "FORCE")
|
1164
1175
|
attr_accessor filter_strength: ::Integer
|
@@ -1201,6 +1212,7 @@ module Aws::MediaConvert
|
|
1201
1212
|
attr_accessor deblock_filter: ("ENABLED" | "DISABLED")
|
1202
1213
|
attr_accessor denoise_filter: ("ENABLED" | "DISABLED")
|
1203
1214
|
attr_accessor dolby_vision_metadata_xml: ::String
|
1215
|
+
attr_accessor dynamic_audio_selectors: ::Hash[::String, Types::DynamicAudioSelector]
|
1204
1216
|
attr_accessor filter_enable: ("AUTO" | "DISABLE" | "FORCE")
|
1205
1217
|
attr_accessor filter_strength: ::Integer
|
1206
1218
|
attr_accessor image_inserter: Types::ImageInserter
|
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.150.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: 2025-
|
11
|
+
date: 2025-02-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|