aws-sdk-medialive 1.152.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-medialive/client.rb +40 -3
- data/lib/aws-sdk-medialive/client_api.rb +6 -0
- data/lib/aws-sdk-medialive/types.rb +36 -4
- data/lib/aws-sdk-medialive.rb +1 -1
- data/sig/client.rbs +17 -6
- data/sig/types.rbs +5 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3381b8088add54365e9eb1748d2bce67b571ce26e90f0c9a156c6e0ba42f7b29
|
4
|
+
data.tar.gz: 9c5048688d8f0f51696cca97aa790175085a80f454a947811eb972c1b22d2a39
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4431d8aa30dbfcd8712a44ebf3e945e86344c5696579076fea901bebe254b639462838d10dbde707f80fce81e805eda60fbf5137845d49d14b5d534f49274597
|
7
|
+
data.tar.gz: 31054862ab6ed73bd3ef9c021cd59e8a2e82482d4d48df20df13991436204240497f67b3b4b3a73f3d0bcad9846c0ecbc01a3a41494a66497825ffb28f35737a
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
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
|
+
|
9
|
+
1.153.0 (2025-05-07)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Enables Updating Anywhere Settings on a MediaLive Anywhere Channel.
|
13
|
+
|
4
14
|
1.152.0 (2025-05-01)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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
|
-
#
|
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"
|
@@ -7914,6 +7935,9 @@ module Aws::MediaLive
|
|
7914
7935
|
#
|
7915
7936
|
# @option params [Boolean] :dry_run
|
7916
7937
|
#
|
7938
|
+
# @option params [Types::AnywhereSettings] :anywhere_settings
|
7939
|
+
# Elemental anywhere settings
|
7940
|
+
#
|
7917
7941
|
# @return [Types::UpdateChannelResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
7918
7942
|
#
|
7919
7943
|
# * {Types::UpdateChannelResponse#channel #channel} => Types::Channel
|
@@ -7940,6 +7964,8 @@ module Aws::MediaLive
|
|
7940
7964
|
# resp.channel.destinations[0].srt_settings[0].encryption_passphrase_secret_arn #=> String
|
7941
7965
|
# resp.channel.destinations[0].srt_settings[0].stream_id #=> String
|
7942
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
|
7943
7969
|
# resp.channel.egress_endpoints #=> Array
|
7944
7970
|
# resp.channel.egress_endpoints[0].source_ip #=> String
|
7945
7971
|
# resp.channel.encoder_settings.audio_descriptions #=> Array
|
@@ -8620,6 +8646,8 @@ module Aws::MediaLive
|
|
8620
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"
|
8621
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"
|
8622
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"
|
8623
8651
|
# resp.channel.encoder_settings.video_descriptions[0].height #=> Integer
|
8624
8652
|
# resp.channel.encoder_settings.video_descriptions[0].name #=> String
|
8625
8653
|
# resp.channel.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
|
@@ -8787,6 +8815,7 @@ module Aws::MediaLive
|
|
8787
8815
|
# url: "__string",
|
8788
8816
|
# },
|
8789
8817
|
# ],
|
8818
|
+
# logical_interface_names: ["__string"],
|
8790
8819
|
# },
|
8791
8820
|
# ],
|
8792
8821
|
# })
|
@@ -8813,6 +8842,8 @@ module Aws::MediaLive
|
|
8813
8842
|
# resp.channel.destinations[0].srt_settings[0].encryption_passphrase_secret_arn #=> String
|
8814
8843
|
# resp.channel.destinations[0].srt_settings[0].stream_id #=> String
|
8815
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
|
8816
8847
|
# resp.channel.egress_endpoints #=> Array
|
8817
8848
|
# resp.channel.egress_endpoints[0].source_ip #=> String
|
8818
8849
|
# resp.channel.encoder_settings.audio_descriptions #=> Array
|
@@ -9493,6 +9524,8 @@ module Aws::MediaLive
|
|
9493
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"
|
9494
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"
|
9495
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"
|
9496
9529
|
# resp.channel.encoder_settings.video_descriptions[0].height #=> Integer
|
9497
9530
|
# resp.channel.encoder_settings.video_descriptions[0].name #=> String
|
9498
9531
|
# resp.channel.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
|
@@ -10274,6 +10307,8 @@ module Aws::MediaLive
|
|
10274
10307
|
# resp.destinations[0].srt_settings[0].encryption_passphrase_secret_arn #=> String
|
10275
10308
|
# resp.destinations[0].srt_settings[0].stream_id #=> String
|
10276
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
|
10277
10312
|
# resp.egress_endpoints #=> Array
|
10278
10313
|
# resp.egress_endpoints[0].source_ip #=> String
|
10279
10314
|
# resp.encoder_settings.audio_descriptions #=> Array
|
@@ -10954,6 +10989,8 @@ module Aws::MediaLive
|
|
10954
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"
|
10955
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"
|
10956
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"
|
10957
10994
|
# resp.encoder_settings.video_descriptions[0].height #=> Integer
|
10958
10995
|
# resp.encoder_settings.video_descriptions[0].name #=> String
|
10959
10996
|
# resp.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
|
@@ -14246,7 +14283,7 @@ module Aws::MediaLive
|
|
14246
14283
|
tracer: tracer
|
14247
14284
|
)
|
14248
14285
|
context[:gem_name] = 'aws-sdk-medialive'
|
14249
|
-
context[:gem_version] = '1.
|
14286
|
+
context[:gem_version] = '1.154.0'
|
14250
14287
|
Seahorse::Client::Request.new(handlers, context)
|
14251
14288
|
end
|
14252
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"))
|
@@ -5106,6 +5110,7 @@ module Aws::MediaLive
|
|
5106
5110
|
UpdateChannel.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
|
5107
5111
|
UpdateChannel.add_member(:channel_engine_version, Shapes::ShapeRef.new(shape: ChannelEngineVersionRequest, location_name: "channelEngineVersion"))
|
5108
5112
|
UpdateChannel.add_member(:dry_run, Shapes::ShapeRef.new(shape: __boolean, location_name: "dryRun"))
|
5113
|
+
UpdateChannel.add_member(:anywhere_settings, Shapes::ShapeRef.new(shape: AnywhereSettings, location_name: "anywhereSettings"))
|
5109
5114
|
UpdateChannel.struct_class = Types::UpdateChannel
|
5110
5115
|
|
5111
5116
|
UpdateChannelClass.add_member(:channel_class, Shapes::ShapeRef.new(shape: ChannelClass, required: true, location_name: "channelClass"))
|
@@ -5147,6 +5152,7 @@ module Aws::MediaLive
|
|
5147
5152
|
UpdateChannelRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
|
5148
5153
|
UpdateChannelRequest.add_member(:channel_engine_version, Shapes::ShapeRef.new(shape: ChannelEngineVersionRequest, location_name: "channelEngineVersion"))
|
5149
5154
|
UpdateChannelRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: __boolean, location_name: "dryRun"))
|
5155
|
+
UpdateChannelRequest.add_member(:anywhere_settings, Shapes::ShapeRef.new(shape: AnywhereSettings, location_name: "anywhereSettings"))
|
5150
5156
|
UpdateChannelRequest.struct_class = Types::UpdateChannelRequest
|
5151
5157
|
|
5152
5158
|
UpdateChannelResponse.add_member(:channel, Shapes::ShapeRef.new(shape: Channel, location_name: "channel"))
|
@@ -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
|
@@ -12736,6 +12742,10 @@ module Aws::MediaLive
|
|
12736
12742
|
# @!attribute [rw] dry_run
|
12737
12743
|
# @return [Boolean]
|
12738
12744
|
#
|
12745
|
+
# @!attribute [rw] anywhere_settings
|
12746
|
+
# The Elemental Anywhere settings for this channel.
|
12747
|
+
# @return [Types::AnywhereSettings]
|
12748
|
+
#
|
12739
12749
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateChannel AWS API Documentation
|
12740
12750
|
#
|
12741
12751
|
class UpdateChannel < Struct.new(
|
@@ -12749,7 +12759,8 @@ module Aws::MediaLive
|
|
12749
12759
|
:name,
|
12750
12760
|
:role_arn,
|
12751
12761
|
:channel_engine_version,
|
12752
|
-
:dry_run
|
12762
|
+
:dry_run,
|
12763
|
+
:anywhere_settings)
|
12753
12764
|
SENSITIVE = []
|
12754
12765
|
include Aws::Structure
|
12755
12766
|
end
|
@@ -12841,6 +12852,10 @@ module Aws::MediaLive
|
|
12841
12852
|
# @!attribute [rw] dry_run
|
12842
12853
|
# @return [Boolean]
|
12843
12854
|
#
|
12855
|
+
# @!attribute [rw] anywhere_settings
|
12856
|
+
# Elemental anywhere settings
|
12857
|
+
# @return [Types::AnywhereSettings]
|
12858
|
+
#
|
12844
12859
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateChannelRequest AWS API Documentation
|
12845
12860
|
#
|
12846
12861
|
class UpdateChannelRequest < Struct.new(
|
@@ -12855,7 +12870,8 @@ module Aws::MediaLive
|
|
12855
12870
|
:name,
|
12856
12871
|
:role_arn,
|
12857
12872
|
:channel_engine_version,
|
12858
|
-
:dry_run
|
12873
|
+
:dry_run,
|
12874
|
+
:anywhere_settings)
|
12859
12875
|
SENSITIVE = []
|
12860
12876
|
include Aws::Structure
|
12861
12877
|
end
|
@@ -18323,6 +18339,20 @@ module Aws::MediaLive
|
|
18323
18339
|
# the timecode will become part of the video.
|
18324
18340
|
# @return [Types::TimecodeBurninSettings]
|
18325
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
|
+
#
|
18326
18356
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/Av1Settings AWS API Documentation
|
18327
18357
|
#
|
18328
18358
|
class Av1Settings < Struct.new(
|
@@ -18342,7 +18372,9 @@ module Aws::MediaLive
|
|
18342
18372
|
:par_numerator,
|
18343
18373
|
:qvbr_quality_level,
|
18344
18374
|
:scene_change_detect,
|
18345
|
-
:timecode_burnin_settings
|
18375
|
+
:timecode_burnin_settings,
|
18376
|
+
:bitrate,
|
18377
|
+
:rate_control_mode)
|
18346
18378
|
SENSITIVE = []
|
18347
18379
|
include Aws::Structure
|
18348
18380
|
end
|
data/lib/aws-sdk-medialive.rb
CHANGED
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?,
|
@@ -3637,7 +3643,11 @@ module Aws
|
|
3637
3643
|
?channel_engine_version: {
|
3638
3644
|
version: ::String?
|
3639
3645
|
},
|
3640
|
-
?dry_run: bool
|
3646
|
+
?dry_run: bool,
|
3647
|
+
?anywhere_settings: {
|
3648
|
+
channel_placement_group_id: ::String?,
|
3649
|
+
cluster_id: ::String?
|
3650
|
+
}
|
3641
3651
|
) -> _UpdateChannelResponseSuccess
|
3642
3652
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateChannelResponseSuccess
|
3643
3653
|
|
@@ -3677,7 +3687,8 @@ module Aws
|
|
3677
3687
|
stream_id: ::String?,
|
3678
3688
|
url: ::String?
|
3679
3689
|
},
|
3680
|
-
]
|
3690
|
+
]?,
|
3691
|
+
logical_interface_names: Array[::String]?
|
3681
3692
|
},
|
3682
3693
|
]
|
3683
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
|
|
@@ -3247,6 +3248,7 @@ module Aws::MediaLive
|
|
3247
3248
|
attr_accessor role_arn: ::String
|
3248
3249
|
attr_accessor channel_engine_version: Types::ChannelEngineVersionRequest
|
3249
3250
|
attr_accessor dry_run: bool
|
3251
|
+
attr_accessor anywhere_settings: Types::AnywhereSettings
|
3250
3252
|
SENSITIVE: []
|
3251
3253
|
end
|
3252
3254
|
|
@@ -3281,6 +3283,7 @@ module Aws::MediaLive
|
|
3281
3283
|
attr_accessor role_arn: ::String
|
3282
3284
|
attr_accessor channel_engine_version: Types::ChannelEngineVersionRequest
|
3283
3285
|
attr_accessor dry_run: bool
|
3286
|
+
attr_accessor anywhere_settings: Types::AnywhereSettings
|
3284
3287
|
SENSITIVE: []
|
3285
3288
|
end
|
3286
3289
|
|
@@ -4755,6 +4758,8 @@ module Aws::MediaLive
|
|
4755
4758
|
attr_accessor qvbr_quality_level: ::Integer
|
4756
4759
|
attr_accessor scene_change_detect: ("DISABLED" | "ENABLED")
|
4757
4760
|
attr_accessor timecode_burnin_settings: Types::TimecodeBurninSettings
|
4761
|
+
attr_accessor bitrate: ::Integer
|
4762
|
+
attr_accessor rate_control_mode: ("CBR" | "QVBR")
|
4758
4763
|
SENSITIVE: []
|
4759
4764
|
end
|
4760
4765
|
|