aws-sdk-medialive 1.162.0 → 1.163.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: '072164698ee7443c01cdb775ceee522511546703c2776d3882299384378f5845'
4
- data.tar.gz: e5bfbaf82adead6f67bec11b702d50cdf737a973c633aa236d9d138786c60b62
3
+ metadata.gz: 63b622bca106806703119c586007482d47cf004dee12c8ea13ff43b5e6c8de05
4
+ data.tar.gz: e7819ca255f5ccae339228a332ecbbe9de77207864abef260ed2ac5c6eea53a7
5
5
  SHA512:
6
- metadata.gz: b7afdf2e8a1415a09105e856615fe8ebd26eb4820080e8f4e029b74e47d8289f48a5671e2fc75e1f839b8090d4dc10152d8b0fa90fe1cd4a983c631a60b1c192
7
- data.tar.gz: 1f9edcf8209463fe3a81178a824b73aa0775b75e9fda96ad84e6fb64dc24736ab37d6c0e00fd4e3564d36749d31236974f7468717b1ab81281b7ded6a61ef22d
6
+ metadata.gz: 0cd1c2a2f49a284550b7331a53d97138c887c5b09247dd7fd1151ed277e57813ade1091a1c21460f594e9fed4781855397b9870a00d6fdcbcae57835b92173f5
7
+ data.tar.gz: 7e30132f73e895b8a7955612cf2223e6ad3aafcce822c8d35bb47aa1084e46e2f13978e389bdf1bbfcbbbfdfaf0635cfa82c6b08b8aebde544e146fb1b019379
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.163.0 (2025-09-19)
5
+ ------------------
6
+
7
+ * Feature - Add MinBitrate for QVBR mode under H264/H265/AV1 output codec. Add GopBReference, GopNumBFrames, SubGopLength fields under H265 output codec.
8
+
4
9
  1.162.0 (2025-09-11)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.162.0
1
+ 1.163.0
@@ -1706,6 +1706,7 @@ module Aws::MediaLive
1706
1706
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_burnin_settings.position #=> String, one of "BOTTOM_CENTER", "BOTTOM_LEFT", "BOTTOM_RIGHT", "MIDDLE_CENTER", "MIDDLE_LEFT", "MIDDLE_RIGHT", "TOP_CENTER", "TOP_LEFT", "TOP_RIGHT"
1707
1707
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_burnin_settings.prefix #=> String
1708
1708
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.min_qp #=> Integer
1709
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.min_bitrate #=> Integer
1709
1710
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
1710
1711
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
1711
1712
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.alternative_transfer_function #=> String, one of "INSERT", "OMIT"
@@ -1750,6 +1751,10 @@ module Aws::MediaLive
1750
1751
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.treeblock_size #=> String, one of "AUTO", "TREE_SIZE_32X32"
1751
1752
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.min_qp #=> Integer
1752
1753
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.deblocking #=> String, one of "DISABLED", "ENABLED"
1754
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.gop_b_reference #=> String, one of "DISABLED", "ENABLED"
1755
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.gop_num_b_frames #=> Integer
1756
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.min_bitrate #=> Integer
1757
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.subgop_length #=> String, one of "DYNAMIC", "FIXED"
1753
1758
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "LOW", "MEDIUM", "OFF"
1754
1759
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
1755
1760
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
@@ -1792,6 +1797,7 @@ module Aws::MediaLive
1792
1797
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.timecode_burnin_settings.prefix #=> String
1793
1798
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.bitrate #=> Integer
1794
1799
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.rate_control_mode #=> String, one of "CBR", "QVBR"
1800
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.min_bitrate #=> Integer
1795
1801
  # resp.channel.encoder_settings.video_descriptions[0].height #=> Integer
1796
1802
  # resp.channel.encoder_settings.video_descriptions[0].name #=> String
1797
1803
  # resp.channel.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
@@ -3109,6 +3115,7 @@ module Aws::MediaLive
3109
3115
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_burnin_settings.position #=> String, one of "BOTTOM_CENTER", "BOTTOM_LEFT", "BOTTOM_RIGHT", "MIDDLE_CENTER", "MIDDLE_LEFT", "MIDDLE_RIGHT", "TOP_CENTER", "TOP_LEFT", "TOP_RIGHT"
3110
3116
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_burnin_settings.prefix #=> String
3111
3117
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.min_qp #=> Integer
3118
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.min_bitrate #=> Integer
3112
3119
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
3113
3120
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
3114
3121
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.alternative_transfer_function #=> String, one of "INSERT", "OMIT"
@@ -3153,6 +3160,10 @@ module Aws::MediaLive
3153
3160
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.treeblock_size #=> String, one of "AUTO", "TREE_SIZE_32X32"
3154
3161
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.min_qp #=> Integer
3155
3162
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.deblocking #=> String, one of "DISABLED", "ENABLED"
3163
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.gop_b_reference #=> String, one of "DISABLED", "ENABLED"
3164
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.gop_num_b_frames #=> Integer
3165
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.min_bitrate #=> Integer
3166
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.subgop_length #=> String, one of "DYNAMIC", "FIXED"
3156
3167
  # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "LOW", "MEDIUM", "OFF"
3157
3168
  # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
3158
3169
  # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
@@ -3195,6 +3206,7 @@ module Aws::MediaLive
3195
3206
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.timecode_burnin_settings.prefix #=> String
3196
3207
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.bitrate #=> Integer
3197
3208
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.rate_control_mode #=> String, one of "CBR", "QVBR"
3209
+ # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.min_bitrate #=> Integer
3198
3210
  # resp.encoder_settings.video_descriptions[0].height #=> Integer
3199
3211
  # resp.encoder_settings.video_descriptions[0].name #=> String
3200
3212
  # resp.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
@@ -4276,6 +4288,7 @@ module Aws::MediaLive
4276
4288
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_burnin_settings.position #=> String, one of "BOTTOM_CENTER", "BOTTOM_LEFT", "BOTTOM_RIGHT", "MIDDLE_CENTER", "MIDDLE_LEFT", "MIDDLE_RIGHT", "TOP_CENTER", "TOP_LEFT", "TOP_RIGHT"
4277
4289
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_burnin_settings.prefix #=> String
4278
4290
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.min_qp #=> Integer
4291
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.min_bitrate #=> Integer
4279
4292
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
4280
4293
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
4281
4294
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.alternative_transfer_function #=> String, one of "INSERT", "OMIT"
@@ -4320,6 +4333,10 @@ module Aws::MediaLive
4320
4333
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.treeblock_size #=> String, one of "AUTO", "TREE_SIZE_32X32"
4321
4334
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.min_qp #=> Integer
4322
4335
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.deblocking #=> String, one of "DISABLED", "ENABLED"
4336
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.gop_b_reference #=> String, one of "DISABLED", "ENABLED"
4337
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.gop_num_b_frames #=> Integer
4338
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.min_bitrate #=> Integer
4339
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.subgop_length #=> String, one of "DYNAMIC", "FIXED"
4323
4340
  # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "LOW", "MEDIUM", "OFF"
4324
4341
  # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
4325
4342
  # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
@@ -4362,6 +4379,7 @@ module Aws::MediaLive
4362
4379
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.timecode_burnin_settings.prefix #=> String
4363
4380
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.bitrate #=> Integer
4364
4381
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.rate_control_mode #=> String, one of "CBR", "QVBR"
4382
+ # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.min_bitrate #=> Integer
4365
4383
  # resp.encoder_settings.video_descriptions[0].height #=> Integer
4366
4384
  # resp.encoder_settings.video_descriptions[0].name #=> String
4367
4385
  # resp.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
@@ -6660,6 +6678,7 @@ module Aws::MediaLive
6660
6678
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_burnin_settings.position #=> String, one of "BOTTOM_CENTER", "BOTTOM_LEFT", "BOTTOM_RIGHT", "MIDDLE_CENTER", "MIDDLE_LEFT", "MIDDLE_RIGHT", "TOP_CENTER", "TOP_LEFT", "TOP_RIGHT"
6661
6679
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_burnin_settings.prefix #=> String
6662
6680
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.min_qp #=> Integer
6681
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.min_bitrate #=> Integer
6663
6682
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
6664
6683
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
6665
6684
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.alternative_transfer_function #=> String, one of "INSERT", "OMIT"
@@ -6704,6 +6723,10 @@ module Aws::MediaLive
6704
6723
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.treeblock_size #=> String, one of "AUTO", "TREE_SIZE_32X32"
6705
6724
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.min_qp #=> Integer
6706
6725
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.deblocking #=> String, one of "DISABLED", "ENABLED"
6726
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.gop_b_reference #=> String, one of "DISABLED", "ENABLED"
6727
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.gop_num_b_frames #=> Integer
6728
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.min_bitrate #=> Integer
6729
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.subgop_length #=> String, one of "DYNAMIC", "FIXED"
6707
6730
  # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "LOW", "MEDIUM", "OFF"
6708
6731
  # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
6709
6732
  # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
@@ -6746,6 +6769,7 @@ module Aws::MediaLive
6746
6769
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.timecode_burnin_settings.prefix #=> String
6747
6770
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.bitrate #=> Integer
6748
6771
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.rate_control_mode #=> String, one of "CBR", "QVBR"
6772
+ # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.min_bitrate #=> Integer
6749
6773
  # resp.encoder_settings.video_descriptions[0].height #=> Integer
6750
6774
  # resp.encoder_settings.video_descriptions[0].name #=> String
6751
6775
  # resp.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
@@ -7634,6 +7658,7 @@ module Aws::MediaLive
7634
7658
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_burnin_settings.position #=> String, one of "BOTTOM_CENTER", "BOTTOM_LEFT", "BOTTOM_RIGHT", "MIDDLE_CENTER", "MIDDLE_LEFT", "MIDDLE_RIGHT", "TOP_CENTER", "TOP_LEFT", "TOP_RIGHT"
7635
7659
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_burnin_settings.prefix #=> String
7636
7660
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.min_qp #=> Integer
7661
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.min_bitrate #=> Integer
7637
7662
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
7638
7663
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
7639
7664
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.alternative_transfer_function #=> String, one of "INSERT", "OMIT"
@@ -7678,6 +7703,10 @@ module Aws::MediaLive
7678
7703
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.treeblock_size #=> String, one of "AUTO", "TREE_SIZE_32X32"
7679
7704
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.min_qp #=> Integer
7680
7705
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.deblocking #=> String, one of "DISABLED", "ENABLED"
7706
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.gop_b_reference #=> String, one of "DISABLED", "ENABLED"
7707
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.gop_num_b_frames #=> Integer
7708
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.min_bitrate #=> Integer
7709
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.subgop_length #=> String, one of "DYNAMIC", "FIXED"
7681
7710
  # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "LOW", "MEDIUM", "OFF"
7682
7711
  # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
7683
7712
  # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
@@ -7720,6 +7749,7 @@ module Aws::MediaLive
7720
7749
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.timecode_burnin_settings.prefix #=> String
7721
7750
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.bitrate #=> Integer
7722
7751
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.rate_control_mode #=> String, one of "CBR", "QVBR"
7752
+ # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.min_bitrate #=> Integer
7723
7753
  # resp.encoder_settings.video_descriptions[0].height #=> Integer
7724
7754
  # resp.encoder_settings.video_descriptions[0].name #=> String
7725
7755
  # resp.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
@@ -8641,6 +8671,7 @@ module Aws::MediaLive
8641
8671
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_burnin_settings.position #=> String, one of "BOTTOM_CENTER", "BOTTOM_LEFT", "BOTTOM_RIGHT", "MIDDLE_CENTER", "MIDDLE_LEFT", "MIDDLE_RIGHT", "TOP_CENTER", "TOP_LEFT", "TOP_RIGHT"
8642
8672
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_burnin_settings.prefix #=> String
8643
8673
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.min_qp #=> Integer
8674
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.min_bitrate #=> Integer
8644
8675
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
8645
8676
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
8646
8677
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.alternative_transfer_function #=> String, one of "INSERT", "OMIT"
@@ -8685,6 +8716,10 @@ module Aws::MediaLive
8685
8716
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.treeblock_size #=> String, one of "AUTO", "TREE_SIZE_32X32"
8686
8717
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.min_qp #=> Integer
8687
8718
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.deblocking #=> String, one of "DISABLED", "ENABLED"
8719
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.gop_b_reference #=> String, one of "DISABLED", "ENABLED"
8720
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.gop_num_b_frames #=> Integer
8721
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.min_bitrate #=> Integer
8722
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.subgop_length #=> String, one of "DYNAMIC", "FIXED"
8688
8723
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "LOW", "MEDIUM", "OFF"
8689
8724
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
8690
8725
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
@@ -8727,6 +8762,7 @@ module Aws::MediaLive
8727
8762
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.timecode_burnin_settings.prefix #=> String
8728
8763
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.bitrate #=> Integer
8729
8764
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.rate_control_mode #=> String, one of "CBR", "QVBR"
8765
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.min_bitrate #=> Integer
8730
8766
  # resp.channel.encoder_settings.video_descriptions[0].height #=> Integer
8731
8767
  # resp.channel.encoder_settings.video_descriptions[0].name #=> String
8732
8768
  # resp.channel.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
@@ -9531,6 +9567,7 @@ module Aws::MediaLive
9531
9567
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_burnin_settings.position #=> String, one of "BOTTOM_CENTER", "BOTTOM_LEFT", "BOTTOM_RIGHT", "MIDDLE_CENTER", "MIDDLE_LEFT", "MIDDLE_RIGHT", "TOP_CENTER", "TOP_LEFT", "TOP_RIGHT"
9532
9568
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_burnin_settings.prefix #=> String
9533
9569
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.min_qp #=> Integer
9570
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.min_bitrate #=> Integer
9534
9571
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
9535
9572
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
9536
9573
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.alternative_transfer_function #=> String, one of "INSERT", "OMIT"
@@ -9575,6 +9612,10 @@ module Aws::MediaLive
9575
9612
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.treeblock_size #=> String, one of "AUTO", "TREE_SIZE_32X32"
9576
9613
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.min_qp #=> Integer
9577
9614
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.deblocking #=> String, one of "DISABLED", "ENABLED"
9615
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.gop_b_reference #=> String, one of "DISABLED", "ENABLED"
9616
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.gop_num_b_frames #=> Integer
9617
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.min_bitrate #=> Integer
9618
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.subgop_length #=> String, one of "DYNAMIC", "FIXED"
9578
9619
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "LOW", "MEDIUM", "OFF"
9579
9620
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
9580
9621
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
@@ -9617,6 +9658,7 @@ module Aws::MediaLive
9617
9658
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.timecode_burnin_settings.prefix #=> String
9618
9659
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.bitrate #=> Integer
9619
9660
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.rate_control_mode #=> String, one of "CBR", "QVBR"
9661
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.min_bitrate #=> Integer
9620
9662
  # resp.channel.encoder_settings.video_descriptions[0].height #=> Integer
9621
9663
  # resp.channel.encoder_settings.video_descriptions[0].name #=> String
9622
9664
  # resp.channel.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
@@ -11008,6 +11050,7 @@ module Aws::MediaLive
11008
11050
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_burnin_settings.position #=> String, one of "BOTTOM_CENTER", "BOTTOM_LEFT", "BOTTOM_RIGHT", "MIDDLE_CENTER", "MIDDLE_LEFT", "MIDDLE_RIGHT", "TOP_CENTER", "TOP_LEFT", "TOP_RIGHT"
11009
11051
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_burnin_settings.prefix #=> String
11010
11052
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.min_qp #=> Integer
11053
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.min_bitrate #=> Integer
11011
11054
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
11012
11055
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
11013
11056
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.alternative_transfer_function #=> String, one of "INSERT", "OMIT"
@@ -11052,6 +11095,10 @@ module Aws::MediaLive
11052
11095
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.treeblock_size #=> String, one of "AUTO", "TREE_SIZE_32X32"
11053
11096
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.min_qp #=> Integer
11054
11097
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.deblocking #=> String, one of "DISABLED", "ENABLED"
11098
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.gop_b_reference #=> String, one of "DISABLED", "ENABLED"
11099
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.gop_num_b_frames #=> Integer
11100
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.min_bitrate #=> Integer
11101
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.subgop_length #=> String, one of "DYNAMIC", "FIXED"
11055
11102
  # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "LOW", "MEDIUM", "OFF"
11056
11103
  # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
11057
11104
  # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
@@ -11094,6 +11141,7 @@ module Aws::MediaLive
11094
11141
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.timecode_burnin_settings.prefix #=> String
11095
11142
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.bitrate #=> Integer
11096
11143
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.rate_control_mode #=> String, one of "CBR", "QVBR"
11144
+ # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.min_bitrate #=> Integer
11097
11145
  # resp.encoder_settings.video_descriptions[0].height #=> Integer
11098
11146
  # resp.encoder_settings.video_descriptions[0].name #=> String
11099
11147
  # resp.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
@@ -14386,7 +14434,7 @@ module Aws::MediaLive
14386
14434
  tracer: tracer
14387
14435
  )
14388
14436
  context[:gem_name] = 'aws-sdk-medialive'
14389
- context[:gem_version] = '1.162.0'
14437
+ context[:gem_version] = '1.163.0'
14390
14438
  Seahorse::Client::Request.new(handlers, context)
14391
14439
  end
14392
14440
 
@@ -436,6 +436,7 @@ module Aws::MediaLive
436
436
  H265Deblocking = Shapes::StringShape.new(name: 'H265Deblocking')
437
437
  H265FilterSettings = Shapes::StructureShape.new(name: 'H265FilterSettings')
438
438
  H265FlickerAq = Shapes::StringShape.new(name: 'H265FlickerAq')
439
+ H265GopBReference = Shapes::StringShape.new(name: 'H265GopBReference')
439
440
  H265GopSizeUnits = Shapes::StringShape.new(name: 'H265GopSizeUnits')
440
441
  H265Level = Shapes::StringShape.new(name: 'H265Level')
441
442
  H265LookAheadRateControl = Shapes::StringShape.new(name: 'H265LookAheadRateControl')
@@ -446,6 +447,7 @@ module Aws::MediaLive
446
447
  H265ScanType = Shapes::StringShape.new(name: 'H265ScanType')
447
448
  H265SceneChangeDetect = Shapes::StringShape.new(name: 'H265SceneChangeDetect')
448
449
  H265Settings = Shapes::StructureShape.new(name: 'H265Settings')
450
+ H265SubGopLength = Shapes::StringShape.new(name: 'H265SubGopLength')
449
451
  H265Tier = Shapes::StringShape.new(name: 'H265Tier')
450
452
  H265TilePadding = Shapes::StringShape.new(name: 'H265TilePadding')
451
453
  H265TimecodeInsertionBehavior = Shapes::StringShape.new(name: 'H265TimecodeInsertionBehavior')
@@ -1057,14 +1059,17 @@ module Aws::MediaLive
1057
1059
  __integerMin0Max15 = Shapes::IntegerShape.new(name: '__integerMin0Max15')
1058
1060
  __integerMin0Max2000 = Shapes::IntegerShape.new(name: '__integerMin0Max2000')
1059
1061
  __integerMin0Max255 = Shapes::IntegerShape.new(name: '__integerMin0Max255')
1062
+ __integerMin0Max3 = Shapes::IntegerShape.new(name: '__integerMin0Max3')
1060
1063
  __integerMin0Max30 = Shapes::IntegerShape.new(name: '__integerMin0Max30')
1061
1064
  __integerMin0Max32768 = Shapes::IntegerShape.new(name: '__integerMin0Max32768')
1062
1065
  __integerMin0Max3600 = Shapes::IntegerShape.new(name: '__integerMin0Max3600')
1066
+ __integerMin0Max40000000 = Shapes::IntegerShape.new(name: '__integerMin0Max40000000')
1063
1067
  __integerMin0Max500 = Shapes::IntegerShape.new(name: '__integerMin0Max500')
1064
1068
  __integerMin0Max600 = Shapes::IntegerShape.new(name: '__integerMin0Max600')
1065
1069
  __integerMin0Max65535 = Shapes::IntegerShape.new(name: '__integerMin0Max65535')
1066
1070
  __integerMin0Max65536 = Shapes::IntegerShape.new(name: '__integerMin0Max65536')
1067
1071
  __integerMin0Max7 = Shapes::IntegerShape.new(name: '__integerMin0Max7')
1072
+ __integerMin0Max8000000 = Shapes::IntegerShape.new(name: '__integerMin0Max8000000')
1068
1073
  __integerMin0Max8191 = Shapes::IntegerShape.new(name: '__integerMin0Max8191')
1069
1074
  __integerMin1 = Shapes::IntegerShape.new(name: '__integerMin1')
1070
1075
  __integerMin100 = Shapes::IntegerShape.new(name: '__integerMin100')
@@ -1416,6 +1421,7 @@ module Aws::MediaLive
1416
1421
  Av1Settings.add_member(:timecode_burnin_settings, Shapes::ShapeRef.new(shape: TimecodeBurninSettings, location_name: "timecodeBurninSettings"))
1417
1422
  Av1Settings.add_member(:bitrate, Shapes::ShapeRef.new(shape: __integerMin50000Max12000000, location_name: "bitrate"))
1418
1423
  Av1Settings.add_member(:rate_control_mode, Shapes::ShapeRef.new(shape: Av1RateControlMode, location_name: "rateControlMode"))
1424
+ Av1Settings.add_member(:min_bitrate, Shapes::ShapeRef.new(shape: __integerMin0Max8000000, location_name: "minBitrate"))
1419
1425
  Av1Settings.struct_class = Types::Av1Settings
1420
1426
 
1421
1427
  AvailBlanking.add_member(:avail_blanking_image, Shapes::ShapeRef.new(shape: InputLocation, location_name: "availBlankingImage"))
@@ -3166,6 +3172,7 @@ module Aws::MediaLive
3166
3172
  H264Settings.add_member(:timecode_insertion, Shapes::ShapeRef.new(shape: H264TimecodeInsertionBehavior, location_name: "timecodeInsertion"))
3167
3173
  H264Settings.add_member(:timecode_burnin_settings, Shapes::ShapeRef.new(shape: TimecodeBurninSettings, location_name: "timecodeBurninSettings"))
3168
3174
  H264Settings.add_member(:min_qp, Shapes::ShapeRef.new(shape: __integerMin1Max51, location_name: "minQp"))
3175
+ H264Settings.add_member(:min_bitrate, Shapes::ShapeRef.new(shape: __integerMin0, location_name: "minBitrate"))
3169
3176
  H264Settings.struct_class = Types::H264Settings
3170
3177
 
3171
3178
  H265ColorSpaceSettings.add_member(:color_space_passthrough_settings, Shapes::ShapeRef.new(shape: ColorSpacePassthroughSettings, location_name: "colorSpacePassthroughSettings"))
@@ -3217,6 +3224,10 @@ module Aws::MediaLive
3217
3224
  H265Settings.add_member(:treeblock_size, Shapes::ShapeRef.new(shape: H265TreeblockSize, location_name: "treeblockSize"))
3218
3225
  H265Settings.add_member(:min_qp, Shapes::ShapeRef.new(shape: __integerMin1Max51, location_name: "minQp"))
3219
3226
  H265Settings.add_member(:deblocking, Shapes::ShapeRef.new(shape: H265Deblocking, location_name: "deblocking"))
3227
+ H265Settings.add_member(:gop_b_reference, Shapes::ShapeRef.new(shape: H265GopBReference, location_name: "gopBReference"))
3228
+ H265Settings.add_member(:gop_num_b_frames, Shapes::ShapeRef.new(shape: __integerMin0Max3, location_name: "gopNumBFrames"))
3229
+ H265Settings.add_member(:min_bitrate, Shapes::ShapeRef.new(shape: __integerMin0Max40000000, location_name: "minBitrate"))
3230
+ H265Settings.add_member(:subgop_length, Shapes::ShapeRef.new(shape: H265SubGopLength, location_name: "subgopLength"))
3220
3231
  H265Settings.struct_class = Types::H265Settings
3221
3232
 
3222
3233
  Hdr10Settings.add_member(:max_cll, Shapes::ShapeRef.new(shape: __integerMin0Max32768, location_name: "maxCll"))
@@ -5393,6 +5393,13 @@ module Aws::MediaLive
5393
5393
  # appropriate value.
5394
5394
  # @return [Integer]
5395
5395
  #
5396
+ # @!attribute [rw] min_bitrate
5397
+ # Used for QVBR rate control mode only. Optional. Enter a minimum
5398
+ # bitrate if you want to keep the output bitrate about a threshold, in
5399
+ # order to prevent the downstream system from de-allocating network
5400
+ # bandwidth for this output.
5401
+ # @return [Integer]
5402
+ #
5396
5403
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/H264Settings AWS API Documentation
5397
5404
  #
5398
5405
  class H264Settings < Struct.new(
@@ -5438,7 +5445,8 @@ module Aws::MediaLive
5438
5445
  :temporal_aq,
5439
5446
  :timecode_insertion,
5440
5447
  :timecode_burnin_settings,
5441
- :min_qp)
5448
+ :min_qp,
5449
+ :min_bitrate)
5442
5450
  SENSITIVE = []
5443
5451
  include Aws::Structure
5444
5452
  end
@@ -5740,6 +5748,24 @@ module Aws::MediaLive
5740
5748
  # edges might appear in the output, especially at lower bitrates.
5741
5749
  # @return [String]
5742
5750
  #
5751
+ # @!attribute [rw] gop_b_reference
5752
+ # H265 Gop BReference
5753
+ # @return [String]
5754
+ #
5755
+ # @!attribute [rw] gop_num_b_frames
5756
+ # @return [Integer]
5757
+ #
5758
+ # @!attribute [rw] min_bitrate
5759
+ # Used for QVBR rate control mode only. Optional. Enter a minimum
5760
+ # bitrate if you want to keep the output bitrate about a threshold, in
5761
+ # order to prevent the downstream system from de-allocating network
5762
+ # bandwidth for this output.
5763
+ # @return [Integer]
5764
+ #
5765
+ # @!attribute [rw] subgop_length
5766
+ # H265 Sub Gop Length
5767
+ # @return [String]
5768
+ #
5743
5769
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/H265Settings AWS API Documentation
5744
5770
  #
5745
5771
  class H265Settings < Struct.new(
@@ -5780,7 +5806,11 @@ module Aws::MediaLive
5780
5806
  :tile_width,
5781
5807
  :treeblock_size,
5782
5808
  :min_qp,
5783
- :deblocking)
5809
+ :deblocking,
5810
+ :gop_b_reference,
5811
+ :gop_num_b_frames,
5812
+ :min_bitrate,
5813
+ :subgop_length)
5784
5814
  SENSITIVE = []
5785
5815
  include Aws::Structure
5786
5816
  end
@@ -18382,6 +18412,13 @@ module Aws::MediaLive
18382
18412
  # bitrates.
18383
18413
  # @return [String]
18384
18414
  #
18415
+ # @!attribute [rw] min_bitrate
18416
+ # Used for QVBR rate control mode only. Optional. Enter a minimum
18417
+ # bitrate if you want to keep the output bitrate about a threshold, in
18418
+ # order to prevent the downstream system from de-allocating network
18419
+ # bandwidth for this output.
18420
+ # @return [Integer]
18421
+ #
18385
18422
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/Av1Settings AWS API Documentation
18386
18423
  #
18387
18424
  class Av1Settings < Struct.new(
@@ -18403,7 +18440,8 @@ module Aws::MediaLive
18403
18440
  :scene_change_detect,
18404
18441
  :timecode_burnin_settings,
18405
18442
  :bitrate,
18406
- :rate_control_mode)
18443
+ :rate_control_mode,
18444
+ :min_bitrate)
18407
18445
  SENSITIVE = []
18408
18446
  include Aws::Structure
18409
18447
  end
@@ -55,7 +55,7 @@ module Aws::MediaLive
55
55
  autoload :EndpointProvider, 'aws-sdk-medialive/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-medialive/endpoints'
57
57
 
58
- GEM_VERSION = '1.162.0'
58
+ GEM_VERSION = '1.163.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -1260,7 +1260,8 @@ module Aws
1260
1260
  position: ("BOTTOM_CENTER" | "BOTTOM_LEFT" | "BOTTOM_RIGHT" | "MIDDLE_CENTER" | "MIDDLE_LEFT" | "MIDDLE_RIGHT" | "TOP_CENTER" | "TOP_LEFT" | "TOP_RIGHT"),
1261
1261
  prefix: ::String?
1262
1262
  }?,
1263
- min_qp: ::Integer?
1263
+ min_qp: ::Integer?,
1264
+ min_bitrate: ::Integer?
1264
1265
  }?,
1265
1266
  h265_settings: {
1266
1267
  adaptive_quantization: ("AUTO" | "HIGH" | "HIGHER" | "LOW" | "MAX" | "MEDIUM" | "OFF")?,
@@ -1326,7 +1327,11 @@ module Aws
1326
1327
  tile_width: ::Integer?,
1327
1328
  treeblock_size: ("AUTO" | "TREE_SIZE_32X32")?,
1328
1329
  min_qp: ::Integer?,
1329
- deblocking: ("DISABLED" | "ENABLED")?
1330
+ deblocking: ("DISABLED" | "ENABLED")?,
1331
+ gop_b_reference: ("DISABLED" | "ENABLED")?,
1332
+ gop_num_b_frames: ::Integer?,
1333
+ min_bitrate: ::Integer?,
1334
+ subgop_length: ("DYNAMIC" | "FIXED")?
1330
1335
  }?,
1331
1336
  mpeg_2_settings: {
1332
1337
  adaptive_quantization: ("AUTO" | "HIGH" | "LOW" | "MEDIUM" | "OFF")?,
@@ -1390,7 +1395,8 @@ module Aws
1390
1395
  prefix: ::String?
1391
1396
  }?,
1392
1397
  bitrate: ::Integer?,
1393
- rate_control_mode: ("CBR" | "QVBR")?
1398
+ rate_control_mode: ("CBR" | "QVBR")?,
1399
+ min_bitrate: ::Integer?
1394
1400
  }?
1395
1401
  }?,
1396
1402
  height: ::Integer?,
@@ -3385,7 +3391,8 @@ module Aws
3385
3391
  position: ("BOTTOM_CENTER" | "BOTTOM_LEFT" | "BOTTOM_RIGHT" | "MIDDLE_CENTER" | "MIDDLE_LEFT" | "MIDDLE_RIGHT" | "TOP_CENTER" | "TOP_LEFT" | "TOP_RIGHT"),
3386
3392
  prefix: ::String?
3387
3393
  }?,
3388
- min_qp: ::Integer?
3394
+ min_qp: ::Integer?,
3395
+ min_bitrate: ::Integer?
3389
3396
  }?,
3390
3397
  h265_settings: {
3391
3398
  adaptive_quantization: ("AUTO" | "HIGH" | "HIGHER" | "LOW" | "MAX" | "MEDIUM" | "OFF")?,
@@ -3451,7 +3458,11 @@ module Aws
3451
3458
  tile_width: ::Integer?,
3452
3459
  treeblock_size: ("AUTO" | "TREE_SIZE_32X32")?,
3453
3460
  min_qp: ::Integer?,
3454
- deblocking: ("DISABLED" | "ENABLED")?
3461
+ deblocking: ("DISABLED" | "ENABLED")?,
3462
+ gop_b_reference: ("DISABLED" | "ENABLED")?,
3463
+ gop_num_b_frames: ::Integer?,
3464
+ min_bitrate: ::Integer?,
3465
+ subgop_length: ("DYNAMIC" | "FIXED")?
3455
3466
  }?,
3456
3467
  mpeg_2_settings: {
3457
3468
  adaptive_quantization: ("AUTO" | "HIGH" | "LOW" | "MEDIUM" | "OFF")?,
@@ -3515,7 +3526,8 @@ module Aws
3515
3526
  prefix: ::String?
3516
3527
  }?,
3517
3528
  bitrate: ::Integer?,
3518
- rate_control_mode: ("CBR" | "QVBR")?
3529
+ rate_control_mode: ("CBR" | "QVBR")?,
3530
+ min_bitrate: ::Integer?
3519
3531
  }?
3520
3532
  }?,
3521
3533
  height: ::Integer?,
data/sig/types.rbs CHANGED
@@ -1417,6 +1417,7 @@ module Aws::MediaLive
1417
1417
  attr_accessor timecode_insertion: ("DISABLED" | "PIC_TIMING_SEI")
1418
1418
  attr_accessor timecode_burnin_settings: Types::TimecodeBurninSettings
1419
1419
  attr_accessor min_qp: ::Integer
1420
+ attr_accessor min_bitrate: ::Integer
1420
1421
  SENSITIVE: []
1421
1422
  end
1422
1423
 
@@ -1474,6 +1475,10 @@ module Aws::MediaLive
1474
1475
  attr_accessor treeblock_size: ("AUTO" | "TREE_SIZE_32X32")
1475
1476
  attr_accessor min_qp: ::Integer
1476
1477
  attr_accessor deblocking: ("DISABLED" | "ENABLED")
1478
+ attr_accessor gop_b_reference: ("DISABLED" | "ENABLED")
1479
+ attr_accessor gop_num_b_frames: ::Integer
1480
+ attr_accessor min_bitrate: ::Integer
1481
+ attr_accessor subgop_length: ("DYNAMIC" | "FIXED")
1477
1482
  SENSITIVE: []
1478
1483
  end
1479
1484
 
@@ -4766,6 +4771,7 @@ module Aws::MediaLive
4766
4771
  attr_accessor timecode_burnin_settings: Types::TimecodeBurninSettings
4767
4772
  attr_accessor bitrate: ::Integer
4768
4773
  attr_accessor rate_control_mode: ("CBR" | "QVBR")
4774
+ attr_accessor min_bitrate: ::Integer
4769
4775
  SENSITIVE: []
4770
4776
  end
4771
4777
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-medialive
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.162.0
4
+ version: 1.163.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services