aws-sdk-mediaconvert 1.108.0 → 1.110.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: '08785a5156ef033b651385708993703066a604369c2b36a26ad1adc25fb7e18e'
4
- data.tar.gz: c7f335c9a1a274b16a8218ab09b8cc206f3820a0b0d78f802b559dfc5c27bfa1
3
+ metadata.gz: 84ac5da7992de2675eca598fdc76d7b3c9b89dede07a28d763c6f922a9611c6c
4
+ data.tar.gz: 522eff259bc149f50edf0b38d5d73d78ff26581d43a34645feb59429697a510b
5
5
  SHA512:
6
- metadata.gz: 7c90c5e5e622d91e33b060464571c26d4f05c54ed0a5384409a24d736ae2107f656159cea1ef6967e06e756e0dc38ac2966aefbd5192d9bc8deec6aa9d470bef
7
- data.tar.gz: 7f6166433b1e6592e9067e6bffca76855de2615b49358ee15366ff875186b070510b1d1e1210af51d880b948e765aa0561dff92eaa845e240f83e662b7557610
6
+ metadata.gz: 2642dd7fcdde2666324f842dab48736f522761e6748844c9460883556ce3a4dfe6d4311e982f31091d5b0d3ffaeed1895b9b67bef9d71abebd6d8efba10a717a
7
+ data.tar.gz: 72509ff3b26b88ff7ab274873a78729edc4063a43274246ad0a8034d79b4f88a60804a490122aaba67ec309124286e537f5db050a2f00ce7c1fa78bf41c4f3b1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.110.0 (2023-06-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.109.0 (2023-06-21)
10
+ ------------------
11
+
12
+ * Feature - This release introduces the bandwidth reduction filter for the HEVC encoder, increases the limits of outputs per job, and updates support for the Nagra SDK to version 1.14.7.
13
+
4
14
  1.108.0 (2023-06-15)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.108.0
1
+ 1.110.0
@@ -898,6 +898,7 @@ module Aws::MediaConvert
898
898
  # resp.job_template.settings.output_groups[0].output_group_settings.hls_group_settings.output_selection #=> String, one of "MANIFESTS_AND_SEGMENTS", "SEGMENTS_ONLY"
899
899
  # resp.job_template.settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time #=> String, one of "INCLUDE", "EXCLUDE"
900
900
  # resp.job_template.settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time_period #=> Integer
901
+ # resp.job_template.settings.output_groups[0].output_group_settings.hls_group_settings.progressive_write_hls_manifest #=> String, one of "ENABLED", "DISABLED"
901
902
  # resp.job_template.settings.output_groups[0].output_group_settings.hls_group_settings.segment_control #=> String, one of "SINGLE_FILE", "SEGMENTED_FILES"
902
903
  # resp.job_template.settings.output_groups[0].output_group_settings.hls_group_settings.segment_length #=> Integer
903
904
  # resp.job_template.settings.output_groups[0].output_group_settings.hls_group_settings.segment_length_control #=> String, one of "EXACT", "GOP_MULTIPLE"
@@ -1291,6 +1292,8 @@ module Aws::MediaConvert
1291
1292
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.unregistered_sei_timecode #=> String, one of "DISABLED", "ENABLED"
1292
1293
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX", "AUTO"
1293
1294
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.alternate_transfer_function_sei #=> String, one of "DISABLED", "ENABLED"
1295
+ # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.bandwidth_reduction_filter.sharpening #=> String, one of "LOW", "MEDIUM", "HIGH", "OFF"
1296
+ # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.bandwidth_reduction_filter.strength #=> String, one of "LOW", "MEDIUM", "HIGH", "AUTO", "OFF"
1294
1297
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.bitrate #=> Integer
1295
1298
  # resp.job_template.settings.output_groups[0].outputs[0].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"
1296
1299
  # resp.job_template.settings.output_groups[0].outputs[0].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"
@@ -2028,6 +2031,10 @@ module Aws::MediaConvert
2028
2031
  # h265_settings: {
2029
2032
  # adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX, AUTO
2030
2033
  # alternate_transfer_function_sei: "DISABLED", # accepts DISABLED, ENABLED
2034
+ # bandwidth_reduction_filter: {
2035
+ # sharpening: "LOW", # accepts LOW, MEDIUM, HIGH, OFF
2036
+ # strength: "LOW", # accepts LOW, MEDIUM, HIGH, AUTO, OFF
2037
+ # },
2031
2038
  # bitrate: 1,
2032
2039
  # 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
2033
2040
  # 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
@@ -2695,6 +2702,8 @@ module Aws::MediaConvert
2695
2702
  # resp.preset.settings.video_description.codec_settings.h264_settings.unregistered_sei_timecode #=> String, one of "DISABLED", "ENABLED"
2696
2703
  # resp.preset.settings.video_description.codec_settings.h265_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX", "AUTO"
2697
2704
  # resp.preset.settings.video_description.codec_settings.h265_settings.alternate_transfer_function_sei #=> String, one of "DISABLED", "ENABLED"
2705
+ # resp.preset.settings.video_description.codec_settings.h265_settings.bandwidth_reduction_filter.sharpening #=> String, one of "LOW", "MEDIUM", "HIGH", "OFF"
2706
+ # resp.preset.settings.video_description.codec_settings.h265_settings.bandwidth_reduction_filter.strength #=> String, one of "LOW", "MEDIUM", "HIGH", "AUTO", "OFF"
2698
2707
  # resp.preset.settings.video_description.codec_settings.h265_settings.bitrate #=> Integer
2699
2708
  # 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"
2700
2709
  # 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"
@@ -3539,6 +3548,7 @@ module Aws::MediaConvert
3539
3548
  # resp.job_template.settings.output_groups[0].output_group_settings.hls_group_settings.output_selection #=> String, one of "MANIFESTS_AND_SEGMENTS", "SEGMENTS_ONLY"
3540
3549
  # resp.job_template.settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time #=> String, one of "INCLUDE", "EXCLUDE"
3541
3550
  # resp.job_template.settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time_period #=> Integer
3551
+ # resp.job_template.settings.output_groups[0].output_group_settings.hls_group_settings.progressive_write_hls_manifest #=> String, one of "ENABLED", "DISABLED"
3542
3552
  # resp.job_template.settings.output_groups[0].output_group_settings.hls_group_settings.segment_control #=> String, one of "SINGLE_FILE", "SEGMENTED_FILES"
3543
3553
  # resp.job_template.settings.output_groups[0].output_group_settings.hls_group_settings.segment_length #=> Integer
3544
3554
  # resp.job_template.settings.output_groups[0].output_group_settings.hls_group_settings.segment_length_control #=> String, one of "EXACT", "GOP_MULTIPLE"
@@ -3932,6 +3942,8 @@ module Aws::MediaConvert
3932
3942
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.unregistered_sei_timecode #=> String, one of "DISABLED", "ENABLED"
3933
3943
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX", "AUTO"
3934
3944
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.alternate_transfer_function_sei #=> String, one of "DISABLED", "ENABLED"
3945
+ # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.bandwidth_reduction_filter.sharpening #=> String, one of "LOW", "MEDIUM", "HIGH", "OFF"
3946
+ # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.bandwidth_reduction_filter.strength #=> String, one of "LOW", "MEDIUM", "HIGH", "AUTO", "OFF"
3935
3947
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.bitrate #=> Integer
3936
3948
  # resp.job_template.settings.output_groups[0].outputs[0].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"
3937
3949
  # resp.job_template.settings.output_groups[0].outputs[0].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"
@@ -4582,6 +4594,8 @@ module Aws::MediaConvert
4582
4594
  # resp.preset.settings.video_description.codec_settings.h264_settings.unregistered_sei_timecode #=> String, one of "DISABLED", "ENABLED"
4583
4595
  # resp.preset.settings.video_description.codec_settings.h265_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX", "AUTO"
4584
4596
  # resp.preset.settings.video_description.codec_settings.h265_settings.alternate_transfer_function_sei #=> String, one of "DISABLED", "ENABLED"
4597
+ # resp.preset.settings.video_description.codec_settings.h265_settings.bandwidth_reduction_filter.sharpening #=> String, one of "LOW", "MEDIUM", "HIGH", "OFF"
4598
+ # resp.preset.settings.video_description.codec_settings.h265_settings.bandwidth_reduction_filter.strength #=> String, one of "LOW", "MEDIUM", "HIGH", "AUTO", "OFF"
4585
4599
  # resp.preset.settings.video_description.codec_settings.h265_settings.bitrate #=> Integer
4586
4600
  # 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"
4587
4601
  # 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"
@@ -5244,6 +5258,7 @@ module Aws::MediaConvert
5244
5258
  # resp.job_templates[0].settings.output_groups[0].output_group_settings.hls_group_settings.output_selection #=> String, one of "MANIFESTS_AND_SEGMENTS", "SEGMENTS_ONLY"
5245
5259
  # resp.job_templates[0].settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time #=> String, one of "INCLUDE", "EXCLUDE"
5246
5260
  # resp.job_templates[0].settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time_period #=> Integer
5261
+ # resp.job_templates[0].settings.output_groups[0].output_group_settings.hls_group_settings.progressive_write_hls_manifest #=> String, one of "ENABLED", "DISABLED"
5247
5262
  # resp.job_templates[0].settings.output_groups[0].output_group_settings.hls_group_settings.segment_control #=> String, one of "SINGLE_FILE", "SEGMENTED_FILES"
5248
5263
  # resp.job_templates[0].settings.output_groups[0].output_group_settings.hls_group_settings.segment_length #=> Integer
5249
5264
  # resp.job_templates[0].settings.output_groups[0].output_group_settings.hls_group_settings.segment_length_control #=> String, one of "EXACT", "GOP_MULTIPLE"
@@ -5637,6 +5652,8 @@ module Aws::MediaConvert
5637
5652
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.unregistered_sei_timecode #=> String, one of "DISABLED", "ENABLED"
5638
5653
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX", "AUTO"
5639
5654
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.alternate_transfer_function_sei #=> String, one of "DISABLED", "ENABLED"
5655
+ # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.bandwidth_reduction_filter.sharpening #=> String, one of "LOW", "MEDIUM", "HIGH", "OFF"
5656
+ # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.bandwidth_reduction_filter.strength #=> String, one of "LOW", "MEDIUM", "HIGH", "AUTO", "OFF"
5640
5657
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.bitrate #=> Integer
5641
5658
  # resp.job_templates[0].settings.output_groups[0].outputs[0].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"
5642
5659
  # resp.job_templates[0].settings.output_groups[0].outputs[0].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"
@@ -6350,6 +6367,8 @@ module Aws::MediaConvert
6350
6367
  # resp.presets[0].settings.video_description.codec_settings.h264_settings.unregistered_sei_timecode #=> String, one of "DISABLED", "ENABLED"
6351
6368
  # resp.presets[0].settings.video_description.codec_settings.h265_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX", "AUTO"
6352
6369
  # resp.presets[0].settings.video_description.codec_settings.h265_settings.alternate_transfer_function_sei #=> String, one of "DISABLED", "ENABLED"
6370
+ # resp.presets[0].settings.video_description.codec_settings.h265_settings.bandwidth_reduction_filter.sharpening #=> String, one of "LOW", "MEDIUM", "HIGH", "OFF"
6371
+ # resp.presets[0].settings.video_description.codec_settings.h265_settings.bandwidth_reduction_filter.strength #=> String, one of "LOW", "MEDIUM", "HIGH", "AUTO", "OFF"
6353
6372
  # resp.presets[0].settings.video_description.codec_settings.h265_settings.bitrate #=> Integer
6354
6373
  # 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"
6355
6374
  # 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"
@@ -7168,6 +7187,7 @@ module Aws::MediaConvert
7168
7187
  # resp.job_template.settings.output_groups[0].output_group_settings.hls_group_settings.output_selection #=> String, one of "MANIFESTS_AND_SEGMENTS", "SEGMENTS_ONLY"
7169
7188
  # resp.job_template.settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time #=> String, one of "INCLUDE", "EXCLUDE"
7170
7189
  # resp.job_template.settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time_period #=> Integer
7190
+ # resp.job_template.settings.output_groups[0].output_group_settings.hls_group_settings.progressive_write_hls_manifest #=> String, one of "ENABLED", "DISABLED"
7171
7191
  # resp.job_template.settings.output_groups[0].output_group_settings.hls_group_settings.segment_control #=> String, one of "SINGLE_FILE", "SEGMENTED_FILES"
7172
7192
  # resp.job_template.settings.output_groups[0].output_group_settings.hls_group_settings.segment_length #=> Integer
7173
7193
  # resp.job_template.settings.output_groups[0].output_group_settings.hls_group_settings.segment_length_control #=> String, one of "EXACT", "GOP_MULTIPLE"
@@ -7561,6 +7581,8 @@ module Aws::MediaConvert
7561
7581
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.unregistered_sei_timecode #=> String, one of "DISABLED", "ENABLED"
7562
7582
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX", "AUTO"
7563
7583
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.alternate_transfer_function_sei #=> String, one of "DISABLED", "ENABLED"
7584
+ # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.bandwidth_reduction_filter.sharpening #=> String, one of "LOW", "MEDIUM", "HIGH", "OFF"
7585
+ # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.bandwidth_reduction_filter.strength #=> String, one of "LOW", "MEDIUM", "HIGH", "AUTO", "OFF"
7564
7586
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.bitrate #=> Integer
7565
7587
  # resp.job_template.settings.output_groups[0].outputs[0].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"
7566
7588
  # resp.job_template.settings.output_groups[0].outputs[0].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"
@@ -8292,6 +8314,10 @@ module Aws::MediaConvert
8292
8314
  # h265_settings: {
8293
8315
  # adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX, AUTO
8294
8316
  # alternate_transfer_function_sei: "DISABLED", # accepts DISABLED, ENABLED
8317
+ # bandwidth_reduction_filter: {
8318
+ # sharpening: "LOW", # accepts LOW, MEDIUM, HIGH, OFF
8319
+ # strength: "LOW", # accepts LOW, MEDIUM, HIGH, AUTO, OFF
8320
+ # },
8295
8321
  # bitrate: 1,
8296
8322
  # 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
8297
8323
  # 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
@@ -8956,6 +8982,8 @@ module Aws::MediaConvert
8956
8982
  # resp.preset.settings.video_description.codec_settings.h264_settings.unregistered_sei_timecode #=> String, one of "DISABLED", "ENABLED"
8957
8983
  # resp.preset.settings.video_description.codec_settings.h265_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX", "AUTO"
8958
8984
  # resp.preset.settings.video_description.codec_settings.h265_settings.alternate_transfer_function_sei #=> String, one of "DISABLED", "ENABLED"
8985
+ # resp.preset.settings.video_description.codec_settings.h265_settings.bandwidth_reduction_filter.sharpening #=> String, one of "LOW", "MEDIUM", "HIGH", "OFF"
8986
+ # resp.preset.settings.video_description.codec_settings.h265_settings.bandwidth_reduction_filter.strength #=> String, one of "LOW", "MEDIUM", "HIGH", "AUTO", "OFF"
8959
8987
  # resp.preset.settings.video_description.codec_settings.h265_settings.bitrate #=> Integer
8960
8988
  # 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"
8961
8989
  # 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"
@@ -9281,7 +9309,7 @@ module Aws::MediaConvert
9281
9309
  params: params,
9282
9310
  config: config)
9283
9311
  context[:gem_name] = 'aws-sdk-mediaconvert'
9284
- context[:gem_version] = '1.108.0'
9312
+ context[:gem_version] = '1.110.0'
9285
9313
  Seahorse::Client::Request.new(handlers, context)
9286
9314
  end
9287
9315
 
@@ -363,6 +363,7 @@ module Aws::MediaConvert
363
363
  HlsOfflineEncrypted = Shapes::StringShape.new(name: 'HlsOfflineEncrypted')
364
364
  HlsOutputSelection = Shapes::StringShape.new(name: 'HlsOutputSelection')
365
365
  HlsProgramDateTime = Shapes::StringShape.new(name: 'HlsProgramDateTime')
366
+ HlsProgressiveWriteHlsManifest = Shapes::StringShape.new(name: 'HlsProgressiveWriteHlsManifest')
366
367
  HlsRenditionGroupSettings = Shapes::StructureShape.new(name: 'HlsRenditionGroupSettings')
367
368
  HlsSegmentControl = Shapes::StringShape.new(name: 'HlsSegmentControl')
368
369
  HlsSegmentLengthControl = Shapes::StringShape.new(name: 'HlsSegmentLengthControl')
@@ -1574,6 +1575,7 @@ module Aws::MediaConvert
1574
1575
 
1575
1576
  H265Settings.add_member(:adaptive_quantization, Shapes::ShapeRef.new(shape: H265AdaptiveQuantization, location_name: "adaptiveQuantization"))
1576
1577
  H265Settings.add_member(:alternate_transfer_function_sei, Shapes::ShapeRef.new(shape: H265AlternateTransferFunctionSei, location_name: "alternateTransferFunctionSei"))
1578
+ H265Settings.add_member(:bandwidth_reduction_filter, Shapes::ShapeRef.new(shape: BandwidthReductionFilter, location_name: "bandwidthReductionFilter"))
1577
1579
  H265Settings.add_member(:bitrate, Shapes::ShapeRef.new(shape: __integerMin1000Max1466400000, location_name: "bitrate"))
1578
1580
  H265Settings.add_member(:codec_level, Shapes::ShapeRef.new(shape: H265CodecLevel, location_name: "codecLevel"))
1579
1581
  H265Settings.add_member(:codec_profile, Shapes::ShapeRef.new(shape: H265CodecProfile, location_name: "codecProfile"))
@@ -1674,6 +1676,7 @@ module Aws::MediaConvert
1674
1676
  HlsGroupSettings.add_member(:output_selection, Shapes::ShapeRef.new(shape: HlsOutputSelection, location_name: "outputSelection"))
1675
1677
  HlsGroupSettings.add_member(:program_date_time, Shapes::ShapeRef.new(shape: HlsProgramDateTime, location_name: "programDateTime"))
1676
1678
  HlsGroupSettings.add_member(:program_date_time_period, Shapes::ShapeRef.new(shape: __integerMin0Max3600, location_name: "programDateTimePeriod"))
1679
+ HlsGroupSettings.add_member(:progressive_write_hls_manifest, Shapes::ShapeRef.new(shape: HlsProgressiveWriteHlsManifest, location_name: "progressiveWriteHlsManifest"))
1677
1680
  HlsGroupSettings.add_member(:segment_control, Shapes::ShapeRef.new(shape: HlsSegmentControl, location_name: "segmentControl"))
1678
1681
  HlsGroupSettings.add_member(:segment_length, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "segmentLength"))
1679
1682
  HlsGroupSettings.add_member(:segment_length_control, Shapes::ShapeRef.new(shape: HlsSegmentLengthControl, location_name: "segmentLengthControl"))
@@ -1869,7 +1869,7 @@ module Aws::MediaConvert
1869
1869
  end
1870
1870
 
1871
1871
  # Use captions selectors to specify the captions data from your input
1872
- # that you use in your outputs. You can use up to 20 captions selectors
1872
+ # that you use in your outputs. You can use up to 100 captions selectors
1873
1873
  # per input.
1874
1874
  #
1875
1875
  # @!attribute [rw] custom_language_code
@@ -5842,6 +5842,18 @@ module Aws::MediaConvert
5842
5842
  # Hybrid Log Gamma (HLG) Electro-Optical Transfer Function (EOTF).
5843
5843
  # @return [String]
5844
5844
  #
5845
+ # @!attribute [rw] bandwidth_reduction_filter
5846
+ # The Bandwidth reduction filter increases the video quality of your
5847
+ # output relative to its bitrate. Use to lower the bitrate of your
5848
+ # constant quality QVBR output, with little or no perceptual decrease
5849
+ # in quality. Or, use to increase the video quality of outputs with
5850
+ # other rate control modes relative to the bitrate that you specify.
5851
+ # Bandwidth reduction increases further when your input is low quality
5852
+ # or noisy. Outputs that use this feature incur pro-tier pricing. When
5853
+ # you include Bandwidth reduction filter, you cannot include the Noise
5854
+ # reducer preprocessor.
5855
+ # @return [Types::BandwidthReductionFilter]
5856
+ #
5845
5857
  # @!attribute [rw] bitrate
5846
5858
  # Specify the average bitrate in bits per second. Required for VBR and
5847
5859
  # CBR. For MS Smooth outputs, bitrates must be unique when rounded
@@ -6245,6 +6257,7 @@ module Aws::MediaConvert
6245
6257
  class H265Settings < Struct.new(
6246
6258
  :adaptive_quantization,
6247
6259
  :alternate_transfer_function_sei,
6260
+ :bandwidth_reduction_filter,
6248
6261
  :bitrate,
6249
6262
  :codec_level,
6250
6263
  :codec_profile,
@@ -6698,6 +6711,21 @@ module Aws::MediaConvert
6698
6711
  # Period of insertion of EXT-X-PROGRAM-DATE-TIME entry, in seconds.
6699
6712
  # @return [Integer]
6700
6713
  #
6714
+ # @!attribute [rw] progressive_write_hls_manifest
6715
+ # Specify whether MediaConvert generates HLS manifests while your job
6716
+ # is running or when your job is complete. To generate HLS manifests
6717
+ # while your job is running: Choose Enabled. Use if you want to play
6718
+ # back your content as soon as it's available. MediaConvert writes
6719
+ # the parent and child manifests after the first three media segments
6720
+ # are written to your destination S3 bucket. It then writes new
6721
+ # updated manifests after each additional segment is written. The
6722
+ # parent manifest includes the latest BANDWIDTH and AVERAGE-BANDWIDTH
6723
+ # attributes, and child manifests include the latest available media
6724
+ # segment. When your job completes, the final child playlists include
6725
+ # an EXT-X-ENDLIST tag. To generate HLS manifests only when your job
6726
+ # completes: Choose Disabled.
6727
+ # @return [String]
6728
+ #
6701
6729
  # @!attribute [rw] segment_control
6702
6730
  # When set to SINGLE\_FILE, emits program as a single media resource
6703
6731
  # (.ts) file, uses #EXT-X-BYTERANGE tags to index segment for
@@ -6795,6 +6823,7 @@ module Aws::MediaConvert
6795
6823
  :output_selection,
6796
6824
  :program_date_time,
6797
6825
  :program_date_time_period,
6826
+ :progressive_write_hls_manifest,
6798
6827
  :segment_control,
6799
6828
  :segment_length,
6800
6829
  :segment_length_control,
@@ -7154,7 +7183,7 @@ module Aws::MediaConvert
7154
7183
  #
7155
7184
  # @!attribute [rw] caption_selectors
7156
7185
  # Use captions selectors to specify the captions data from your input
7157
- # that you use in your outputs. You can use up to 20 captions
7186
+ # that you use in your outputs. You can use up to 100 captions
7158
7187
  # selectors per input.
7159
7188
  # @return [Hash<String,Types::CaptionSelector>]
7160
7189
  #
@@ -7484,7 +7513,7 @@ module Aws::MediaConvert
7484
7513
  #
7485
7514
  # @!attribute [rw] caption_selectors
7486
7515
  # Use captions selectors to specify the captions data from your input
7487
- # that you use in your outputs. You can use up to 20 captions
7516
+ # that you use in your outputs. You can use up to 100 captions
7488
7517
  # selectors per input.
7489
7518
  # @return [Hash<String,Types::CaptionSelector>]
7490
7519
  #
@@ -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.108.0'
55
+ GEM_VERSION = '1.110.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.108.0
4
+ version: 1.110.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-15 00:00:00.000000000 Z
11
+ date: 2023-06-28 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.174.0
22
+ version: 3.176.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.174.0
32
+ version: 3.176.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement