aws-sdk-medialive 1.153.0 → 1.154.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: dea8237277d31cc7a2caf909ab6342d20dc40885152374e2a2f30eb00a7438e9
4
- data.tar.gz: ac70b1d2b74de725c6cb6b7ee952389f57ada3d5a7bea0b68afca1522584fb3c
3
+ metadata.gz: 3381b8088add54365e9eb1748d2bce67b571ce26e90f0c9a156c6e0ba42f7b29
4
+ data.tar.gz: 9c5048688d8f0f51696cca97aa790175085a80f454a947811eb972c1b22d2a39
5
5
  SHA512:
6
- metadata.gz: c47432b47a55c3aecd6a65f8b959764be3c98886e7ee7db8b93bb71ed859becf236fc67857d3aa37e3f1dfb1a62c8c482b6c846e4b51fa56285d53d10c4a059e
7
- data.tar.gz: 034c16da72e969ad860793e45e7c70e42f6c5c752b19aeb578e8e25b3be1e9c75da8d5dafa4bae429676763de9c4566e84ee9aea554c9117e9b69fed6ad25bfc
6
+ metadata.gz: 4431d8aa30dbfcd8712a44ebf3e945e86344c5696579076fea901bebe254b639462838d10dbde707f80fce81e805eda60fbf5137845d49d14b5d534f49274597
7
+ data.tar.gz: 31054862ab6ed73bd3ef9c021cd59e8a2e82482d4d48df20df13991436204240497f67b3b4b3a73f3d0bcad9846c0ecbc01a3a41494a66497825ffb28f35737a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.154.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Add support to the AV1 rate control mode
8
+
4
9
  1.153.0 (2025-05-07)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.153.0
1
+ 1.154.0
@@ -200,8 +200,7 @@ module Aws::MediaLive
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -1090,6 +1089,8 @@ module Aws::MediaLive
1090
1089
  # resp.channel.destinations[0].srt_settings[0].encryption_passphrase_secret_arn #=> String
1091
1090
  # resp.channel.destinations[0].srt_settings[0].stream_id #=> String
1092
1091
  # resp.channel.destinations[0].srt_settings[0].url #=> String
1092
+ # resp.channel.destinations[0].logical_interface_names #=> Array
1093
+ # resp.channel.destinations[0].logical_interface_names[0] #=> String
1093
1094
  # resp.channel.egress_endpoints #=> Array
1094
1095
  # resp.channel.egress_endpoints[0].source_ip #=> String
1095
1096
  # resp.channel.encoder_settings.audio_descriptions #=> Array
@@ -1770,6 +1771,8 @@ module Aws::MediaLive
1770
1771
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.timecode_burnin_settings.font_size #=> String, one of "EXTRA_SMALL_10", "LARGE_48", "MEDIUM_32", "SMALL_16"
1771
1772
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_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"
1772
1773
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.timecode_burnin_settings.prefix #=> String
1774
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.bitrate #=> Integer
1775
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.rate_control_mode #=> String, one of "CBR", "QVBR"
1773
1776
  # resp.channel.encoder_settings.video_descriptions[0].height #=> Integer
1774
1777
  # resp.channel.encoder_settings.video_descriptions[0].name #=> String
1775
1778
  # resp.channel.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
@@ -2477,6 +2480,8 @@ module Aws::MediaLive
2477
2480
  # resp.destinations[0].srt_settings[0].encryption_passphrase_secret_arn #=> String
2478
2481
  # resp.destinations[0].srt_settings[0].stream_id #=> String
2479
2482
  # resp.destinations[0].srt_settings[0].url #=> String
2483
+ # resp.destinations[0].logical_interface_names #=> Array
2484
+ # resp.destinations[0].logical_interface_names[0] #=> String
2480
2485
  # resp.egress_endpoints #=> Array
2481
2486
  # resp.egress_endpoints[0].source_ip #=> String
2482
2487
  # resp.encoder_settings.audio_descriptions #=> Array
@@ -3157,6 +3162,8 @@ module Aws::MediaLive
3157
3162
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.timecode_burnin_settings.font_size #=> String, one of "EXTRA_SMALL_10", "LARGE_48", "MEDIUM_32", "SMALL_16"
3158
3163
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_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"
3159
3164
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.timecode_burnin_settings.prefix #=> String
3165
+ # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.bitrate #=> Integer
3166
+ # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.rate_control_mode #=> String, one of "CBR", "QVBR"
3160
3167
  # resp.encoder_settings.video_descriptions[0].height #=> Integer
3161
3168
  # resp.encoder_settings.video_descriptions[0].name #=> String
3162
3169
  # resp.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
@@ -3628,6 +3635,8 @@ module Aws::MediaLive
3628
3635
  # resp.destinations[0].srt_settings[0].encryption_passphrase_secret_arn #=> String
3629
3636
  # resp.destinations[0].srt_settings[0].stream_id #=> String
3630
3637
  # resp.destinations[0].srt_settings[0].url #=> String
3638
+ # resp.destinations[0].logical_interface_names #=> Array
3639
+ # resp.destinations[0].logical_interface_names[0] #=> String
3631
3640
  # resp.egress_endpoints #=> Array
3632
3641
  # resp.egress_endpoints[0].source_ip #=> String
3633
3642
  # resp.encoder_settings.audio_descriptions #=> Array
@@ -4308,6 +4317,8 @@ module Aws::MediaLive
4308
4317
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.timecode_burnin_settings.font_size #=> String, one of "EXTRA_SMALL_10", "LARGE_48", "MEDIUM_32", "SMALL_16"
4309
4318
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_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"
4310
4319
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.timecode_burnin_settings.prefix #=> String
4320
+ # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.bitrate #=> Integer
4321
+ # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.rate_control_mode #=> String, one of "CBR", "QVBR"
4311
4322
  # resp.encoder_settings.video_descriptions[0].height #=> Integer
4312
4323
  # resp.encoder_settings.video_descriptions[0].name #=> String
4313
4324
  # resp.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
@@ -5166,6 +5177,8 @@ module Aws::MediaLive
5166
5177
  # resp.channels[0].destinations[0].srt_settings[0].encryption_passphrase_secret_arn #=> String
5167
5178
  # resp.channels[0].destinations[0].srt_settings[0].stream_id #=> String
5168
5179
  # resp.channels[0].destinations[0].srt_settings[0].url #=> String
5180
+ # resp.channels[0].destinations[0].logical_interface_names #=> Array
5181
+ # resp.channels[0].destinations[0].logical_interface_names[0] #=> String
5169
5182
  # resp.channels[0].egress_endpoints #=> Array
5170
5183
  # resp.channels[0].egress_endpoints[0].source_ip #=> String
5171
5184
  # resp.channels[0].id #=> String
@@ -5994,6 +6007,8 @@ module Aws::MediaLive
5994
6007
  # resp.destinations[0].srt_settings[0].encryption_passphrase_secret_arn #=> String
5995
6008
  # resp.destinations[0].srt_settings[0].stream_id #=> String
5996
6009
  # resp.destinations[0].srt_settings[0].url #=> String
6010
+ # resp.destinations[0].logical_interface_names #=> Array
6011
+ # resp.destinations[0].logical_interface_names[0] #=> String
5997
6012
  # resp.egress_endpoints #=> Array
5998
6013
  # resp.egress_endpoints[0].source_ip #=> String
5999
6014
  # resp.encoder_settings.audio_descriptions #=> Array
@@ -6674,6 +6689,8 @@ module Aws::MediaLive
6674
6689
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.timecode_burnin_settings.font_size #=> String, one of "EXTRA_SMALL_10", "LARGE_48", "MEDIUM_32", "SMALL_16"
6675
6690
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_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"
6676
6691
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.timecode_burnin_settings.prefix #=> String
6692
+ # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.bitrate #=> Integer
6693
+ # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.rate_control_mode #=> String, one of "CBR", "QVBR"
6677
6694
  # resp.encoder_settings.video_descriptions[0].height #=> Integer
6678
6695
  # resp.encoder_settings.video_descriptions[0].name #=> String
6679
6696
  # resp.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
@@ -6952,6 +6969,8 @@ module Aws::MediaLive
6952
6969
  # resp.destinations[0].srt_settings[0].encryption_passphrase_secret_arn #=> String
6953
6970
  # resp.destinations[0].srt_settings[0].stream_id #=> String
6954
6971
  # resp.destinations[0].srt_settings[0].url #=> String
6972
+ # resp.destinations[0].logical_interface_names #=> Array
6973
+ # resp.destinations[0].logical_interface_names[0] #=> String
6955
6974
  # resp.egress_endpoints #=> Array
6956
6975
  # resp.egress_endpoints[0].source_ip #=> String
6957
6976
  # resp.encoder_settings.audio_descriptions #=> Array
@@ -7632,6 +7651,8 @@ module Aws::MediaLive
7632
7651
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.timecode_burnin_settings.font_size #=> String, one of "EXTRA_SMALL_10", "LARGE_48", "MEDIUM_32", "SMALL_16"
7633
7652
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_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"
7634
7653
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.timecode_burnin_settings.prefix #=> String
7654
+ # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.bitrate #=> Integer
7655
+ # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.rate_control_mode #=> String, one of "CBR", "QVBR"
7635
7656
  # resp.encoder_settings.video_descriptions[0].height #=> Integer
7636
7657
  # resp.encoder_settings.video_descriptions[0].name #=> String
7637
7658
  # resp.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
@@ -7943,6 +7964,8 @@ module Aws::MediaLive
7943
7964
  # resp.channel.destinations[0].srt_settings[0].encryption_passphrase_secret_arn #=> String
7944
7965
  # resp.channel.destinations[0].srt_settings[0].stream_id #=> String
7945
7966
  # resp.channel.destinations[0].srt_settings[0].url #=> String
7967
+ # resp.channel.destinations[0].logical_interface_names #=> Array
7968
+ # resp.channel.destinations[0].logical_interface_names[0] #=> String
7946
7969
  # resp.channel.egress_endpoints #=> Array
7947
7970
  # resp.channel.egress_endpoints[0].source_ip #=> String
7948
7971
  # resp.channel.encoder_settings.audio_descriptions #=> Array
@@ -8623,6 +8646,8 @@ module Aws::MediaLive
8623
8646
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.timecode_burnin_settings.font_size #=> String, one of "EXTRA_SMALL_10", "LARGE_48", "MEDIUM_32", "SMALL_16"
8624
8647
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_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"
8625
8648
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.timecode_burnin_settings.prefix #=> String
8649
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.bitrate #=> Integer
8650
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.rate_control_mode #=> String, one of "CBR", "QVBR"
8626
8651
  # resp.channel.encoder_settings.video_descriptions[0].height #=> Integer
8627
8652
  # resp.channel.encoder_settings.video_descriptions[0].name #=> String
8628
8653
  # resp.channel.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
@@ -8790,6 +8815,7 @@ module Aws::MediaLive
8790
8815
  # url: "__string",
8791
8816
  # },
8792
8817
  # ],
8818
+ # logical_interface_names: ["__string"],
8793
8819
  # },
8794
8820
  # ],
8795
8821
  # })
@@ -8816,6 +8842,8 @@ module Aws::MediaLive
8816
8842
  # resp.channel.destinations[0].srt_settings[0].encryption_passphrase_secret_arn #=> String
8817
8843
  # resp.channel.destinations[0].srt_settings[0].stream_id #=> String
8818
8844
  # resp.channel.destinations[0].srt_settings[0].url #=> String
8845
+ # resp.channel.destinations[0].logical_interface_names #=> Array
8846
+ # resp.channel.destinations[0].logical_interface_names[0] #=> String
8819
8847
  # resp.channel.egress_endpoints #=> Array
8820
8848
  # resp.channel.egress_endpoints[0].source_ip #=> String
8821
8849
  # resp.channel.encoder_settings.audio_descriptions #=> Array
@@ -9496,6 +9524,8 @@ module Aws::MediaLive
9496
9524
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.timecode_burnin_settings.font_size #=> String, one of "EXTRA_SMALL_10", "LARGE_48", "MEDIUM_32", "SMALL_16"
9497
9525
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_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"
9498
9526
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.timecode_burnin_settings.prefix #=> String
9527
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.bitrate #=> Integer
9528
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.rate_control_mode #=> String, one of "CBR", "QVBR"
9499
9529
  # resp.channel.encoder_settings.video_descriptions[0].height #=> Integer
9500
9530
  # resp.channel.encoder_settings.video_descriptions[0].name #=> String
9501
9531
  # resp.channel.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
@@ -10277,6 +10307,8 @@ module Aws::MediaLive
10277
10307
  # resp.destinations[0].srt_settings[0].encryption_passphrase_secret_arn #=> String
10278
10308
  # resp.destinations[0].srt_settings[0].stream_id #=> String
10279
10309
  # resp.destinations[0].srt_settings[0].url #=> String
10310
+ # resp.destinations[0].logical_interface_names #=> Array
10311
+ # resp.destinations[0].logical_interface_names[0] #=> String
10280
10312
  # resp.egress_endpoints #=> Array
10281
10313
  # resp.egress_endpoints[0].source_ip #=> String
10282
10314
  # resp.encoder_settings.audio_descriptions #=> Array
@@ -10957,6 +10989,8 @@ module Aws::MediaLive
10957
10989
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.timecode_burnin_settings.font_size #=> String, one of "EXTRA_SMALL_10", "LARGE_48", "MEDIUM_32", "SMALL_16"
10958
10990
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_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"
10959
10991
  # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.timecode_burnin_settings.prefix #=> String
10992
+ # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.bitrate #=> Integer
10993
+ # resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.rate_control_mode #=> String, one of "CBR", "QVBR"
10960
10994
  # resp.encoder_settings.video_descriptions[0].height #=> Integer
10961
10995
  # resp.encoder_settings.video_descriptions[0].name #=> String
10962
10996
  # resp.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
@@ -14249,7 +14283,7 @@ module Aws::MediaLive
14249
14283
  tracer: tracer
14250
14284
  )
14251
14285
  context[:gem_name] = 'aws-sdk-medialive'
14252
- context[:gem_version] = '1.153.0'
14286
+ context[:gem_version] = '1.154.0'
14253
14287
  Seahorse::Client::Request.new(handlers, context)
14254
14288
  end
14255
14289
 
@@ -76,6 +76,7 @@ module Aws::MediaLive
76
76
  Av1GopSizeUnits = Shapes::StringShape.new(name: 'Av1GopSizeUnits')
77
77
  Av1Level = Shapes::StringShape.new(name: 'Av1Level')
78
78
  Av1LookAheadRateControl = Shapes::StringShape.new(name: 'Av1LookAheadRateControl')
79
+ Av1RateControlMode = Shapes::StringShape.new(name: 'Av1RateControlMode')
79
80
  Av1SceneChangeDetect = Shapes::StringShape.new(name: 'Av1SceneChangeDetect')
80
81
  Av1Settings = Shapes::StructureShape.new(name: 'Av1Settings')
81
82
  AvailBlanking = Shapes::StructureShape.new(name: 'AvailBlanking')
@@ -1402,6 +1403,8 @@ module Aws::MediaLive
1402
1403
  Av1Settings.add_member(:qvbr_quality_level, Shapes::ShapeRef.new(shape: __integerMin1Max10, location_name: "qvbrQualityLevel"))
1403
1404
  Av1Settings.add_member(:scene_change_detect, Shapes::ShapeRef.new(shape: Av1SceneChangeDetect, location_name: "sceneChangeDetect"))
1404
1405
  Av1Settings.add_member(:timecode_burnin_settings, Shapes::ShapeRef.new(shape: TimecodeBurninSettings, location_name: "timecodeBurninSettings"))
1406
+ Av1Settings.add_member(:bitrate, Shapes::ShapeRef.new(shape: __integerMin50000Max8000000, location_name: "bitrate"))
1407
+ Av1Settings.add_member(:rate_control_mode, Shapes::ShapeRef.new(shape: Av1RateControlMode, location_name: "rateControlMode"))
1405
1408
  Av1Settings.struct_class = Types::Av1Settings
1406
1409
 
1407
1410
  AvailBlanking.add_member(:avail_blanking_image, Shapes::ShapeRef.new(shape: InputLocation, location_name: "availBlankingImage"))
@@ -4290,6 +4293,7 @@ module Aws::MediaLive
4290
4293
  OutputDestination.add_member(:multiplex_settings, Shapes::ShapeRef.new(shape: MultiplexProgramChannelDestinationSettings, location_name: "multiplexSettings"))
4291
4294
  OutputDestination.add_member(:settings, Shapes::ShapeRef.new(shape: __listOfOutputDestinationSettings, location_name: "settings"))
4292
4295
  OutputDestination.add_member(:srt_settings, Shapes::ShapeRef.new(shape: __listOfSrtOutputDestinationSettings, location_name: "srtSettings"))
4296
+ OutputDestination.add_member(:logical_interface_names, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "logicalInterfaceNames"))
4293
4297
  OutputDestination.struct_class = Types::OutputDestination
4294
4298
 
4295
4299
  OutputDestinationSettings.add_member(:password_param, Shapes::ShapeRef.new(shape: __string, location_name: "passwordParam"))
@@ -10211,6 +10211,11 @@ module Aws::MediaLive
10211
10211
  # encoder.
10212
10212
  # @return [Array<Types::SrtOutputDestinationSettings>]
10213
10213
  #
10214
+ # @!attribute [rw] logical_interface_names
10215
+ # Optional assignment of an output to a logical interface on the Node.
10216
+ # Only applies to on premises channels.
10217
+ # @return [Array<String>]
10218
+ #
10214
10219
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/OutputDestination AWS API Documentation
10215
10220
  #
10216
10221
  class OutputDestination < Struct.new(
@@ -10218,7 +10223,8 @@ module Aws::MediaLive
10218
10223
  :media_package_settings,
10219
10224
  :multiplex_settings,
10220
10225
  :settings,
10221
- :srt_settings)
10226
+ :srt_settings,
10227
+ :logical_interface_names)
10222
10228
  SENSITIVE = []
10223
10229
  include Aws::Structure
10224
10230
  end
@@ -18333,6 +18339,20 @@ module Aws::MediaLive
18333
18339
  # the timecode will become part of the video.
18334
18340
  # @return [Types::TimecodeBurninSettings]
18335
18341
  #
18342
+ # @!attribute [rw] bitrate
18343
+ # Average bitrate in bits/second. Required when the rate control mode
18344
+ # is CBR. Not used for QVBR.
18345
+ # @return [Integer]
18346
+ #
18347
+ # @!attribute [rw] rate_control_mode
18348
+ # Rate control mode. QVBR: Quality will match the specified quality
18349
+ # level except when it is constrained by the maximum bitrate.
18350
+ # Recommended if you or your viewers pay for bandwidth. CBR: Quality
18351
+ # varies, depending on the video complexity. Recommended only if you
18352
+ # distribute your assets to devices that cannot handle variable
18353
+ # bitrates.
18354
+ # @return [String]
18355
+ #
18336
18356
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/Av1Settings AWS API Documentation
18337
18357
  #
18338
18358
  class Av1Settings < Struct.new(
@@ -18352,7 +18372,9 @@ module Aws::MediaLive
18352
18372
  :par_numerator,
18353
18373
  :qvbr_quality_level,
18354
18374
  :scene_change_detect,
18355
- :timecode_burnin_settings)
18375
+ :timecode_burnin_settings,
18376
+ :bitrate,
18377
+ :rate_control_mode)
18356
18378
  SENSITIVE = []
18357
18379
  include Aws::Structure
18358
18380
  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.153.0'
58
+ GEM_VERSION = '1.154.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -350,7 +350,8 @@ module Aws
350
350
  stream_id: ::String?,
351
351
  url: ::String?
352
352
  },
353
- ]?
353
+ ]?,
354
+ logical_interface_names: Array[::String]?
354
355
  },
355
356
  ],
356
357
  ?encoder_settings: {
@@ -1362,7 +1363,9 @@ module Aws
1362
1363
  font_size: ("EXTRA_SMALL_10" | "LARGE_48" | "MEDIUM_32" | "SMALL_16"),
1363
1364
  position: ("BOTTOM_CENTER" | "BOTTOM_LEFT" | "BOTTOM_RIGHT" | "MIDDLE_CENTER" | "MIDDLE_LEFT" | "MIDDLE_RIGHT" | "TOP_CENTER" | "TOP_LEFT" | "TOP_RIGHT"),
1364
1365
  prefix: ::String?
1365
- }?
1366
+ }?,
1367
+ bitrate: ::Integer?,
1368
+ rate_control_mode: ("CBR" | "QVBR")?
1366
1369
  }?
1367
1370
  }?,
1368
1371
  height: ::Integer?,
@@ -2448,7 +2451,8 @@ module Aws
2448
2451
  stream_id: ::String?,
2449
2452
  url: ::String?
2450
2453
  },
2451
- ]?
2454
+ ]?,
2455
+ logical_interface_names: Array[::String]?
2452
2456
  },
2453
2457
  ],
2454
2458
  ?encoder_settings: {
@@ -3460,7 +3464,9 @@ module Aws
3460
3464
  font_size: ("EXTRA_SMALL_10" | "LARGE_48" | "MEDIUM_32" | "SMALL_16"),
3461
3465
  position: ("BOTTOM_CENTER" | "BOTTOM_LEFT" | "BOTTOM_RIGHT" | "MIDDLE_CENTER" | "MIDDLE_LEFT" | "MIDDLE_RIGHT" | "TOP_CENTER" | "TOP_LEFT" | "TOP_RIGHT"),
3462
3466
  prefix: ::String?
3463
- }?
3467
+ }?,
3468
+ bitrate: ::Integer?,
3469
+ rate_control_mode: ("CBR" | "QVBR")?
3464
3470
  }?
3465
3471
  }?,
3466
3472
  height: ::Integer?,
@@ -3681,7 +3687,8 @@ module Aws
3681
3687
  stream_id: ::String?,
3682
3688
  url: ::String?
3683
3689
  },
3684
- ]?
3690
+ ]?,
3691
+ logical_interface_names: Array[::String]?
3685
3692
  },
3686
3693
  ]
3687
3694
  ) -> _UpdateChannelClassResponseSuccess
data/sig/types.rbs CHANGED
@@ -2548,6 +2548,7 @@ module Aws::MediaLive
2548
2548
  attr_accessor multiplex_settings: Types::MultiplexProgramChannelDestinationSettings
2549
2549
  attr_accessor settings: ::Array[Types::OutputDestinationSettings]
2550
2550
  attr_accessor srt_settings: ::Array[Types::SrtOutputDestinationSettings]
2551
+ attr_accessor logical_interface_names: ::Array[::String]
2551
2552
  SENSITIVE: []
2552
2553
  end
2553
2554
 
@@ -4757,6 +4758,8 @@ module Aws::MediaLive
4757
4758
  attr_accessor qvbr_quality_level: ::Integer
4758
4759
  attr_accessor scene_change_detect: ("DISABLED" | "ENABLED")
4759
4760
  attr_accessor timecode_burnin_settings: Types::TimecodeBurninSettings
4761
+ attr_accessor bitrate: ::Integer
4762
+ attr_accessor rate_control_mode: ("CBR" | "QVBR")
4760
4763
  SENSITIVE: []
4761
4764
  end
4762
4765
 
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.153.0
4
+ version: 1.154.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services