aws-sdk-medialive 1.127.0 → 1.129.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-medialive/client.rb +78 -2
- data/lib/aws-sdk-medialive/client_api.rb +13 -0
- data/lib/aws-sdk-medialive/types.rb +43 -5
- data/lib/aws-sdk-medialive.rb +1 -1
- data/sig/client.rbs +29 -5
- data/sig/resource.rbs +1 -0
- data/sig/types.rbs +8 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e63dadefa822bdc6398169e0cd0aef6e424364f9871f8fb7bde885b6f087333d
|
4
|
+
data.tar.gz: a44db80f196b6413eb0ba9b73868844ca3eae10748abf98d266e9de703e2bf3b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6a8aa00618c1936e4a2459012be3d2ce027712867e003846689d58e5b175d5edd839f1366a6a0674884d9720fdd11438a1811678c29c1d4a55a9981ac275ef2d
|
7
|
+
data.tar.gz: c6aa2e37124b6ed6f438d542c96092a693e327e43482880b8c97035263beae723bda380edaee15465bf3b7019a1abb5aa4005612a5b991a6b380cee12b18391e
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.129.0 (2024-09-03)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Added MinQP as a Rate Control option for H264 and H265 encodes.
|
8
|
+
|
9
|
+
1.128.0 (2024-08-12)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - AWS Elemental MediaLive now supports now supports editing the PID values for a Multiplex.
|
13
|
+
|
4
14
|
1.127.0 (2024-07-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.129.0
|
@@ -32,6 +32,7 @@ require 'aws-sdk-core/plugins/checksum_algorithm.rb'
|
|
32
32
|
require 'aws-sdk-core/plugins/request_compression.rb'
|
33
33
|
require 'aws-sdk-core/plugins/defaults_mode.rb'
|
34
34
|
require 'aws-sdk-core/plugins/recursion_detection.rb'
|
35
|
+
require 'aws-sdk-core/plugins/telemetry.rb'
|
35
36
|
require 'aws-sdk-core/plugins/sign.rb'
|
36
37
|
require 'aws-sdk-core/plugins/protocols/rest_json.rb'
|
37
38
|
|
@@ -83,6 +84,7 @@ module Aws::MediaLive
|
|
83
84
|
add_plugin(Aws::Plugins::RequestCompression)
|
84
85
|
add_plugin(Aws::Plugins::DefaultsMode)
|
85
86
|
add_plugin(Aws::Plugins::RecursionDetection)
|
87
|
+
add_plugin(Aws::Plugins::Telemetry)
|
86
88
|
add_plugin(Aws::Plugins::Sign)
|
87
89
|
add_plugin(Aws::Plugins::Protocols::RestJson)
|
88
90
|
add_plugin(Aws::MediaLive::Plugins::Endpoints)
|
@@ -330,6 +332,16 @@ module Aws::MediaLive
|
|
330
332
|
# ** Please note ** When response stubbing is enabled, no HTTP
|
331
333
|
# requests are made, and retries are disabled.
|
332
334
|
#
|
335
|
+
# @option options [Aws::Telemetry::TelemetryProviderBase] :telemetry_provider (Aws::Telemetry::NoOpTelemetryProvider)
|
336
|
+
# Allows you to provide a telemetry provider, which is used to
|
337
|
+
# emit telemetry data. By default, uses `NoOpTelemetryProvider` which
|
338
|
+
# will not record or emit any telemetry data. The SDK supports the
|
339
|
+
# following telemetry providers:
|
340
|
+
#
|
341
|
+
# * OpenTelemetry (OTel) - To use the OTel provider, install and require the
|
342
|
+
# `opentelemetry-sdk` gem and then, pass in an instance of a
|
343
|
+
# `Aws::Telemetry::OTelProvider` for telemetry provider.
|
344
|
+
#
|
333
345
|
# @option options [Aws::TokenProvider] :token_provider
|
334
346
|
# A Bearer Token Provider. This can be an instance of any one of the
|
335
347
|
# following classes:
|
@@ -1526,6 +1538,7 @@ module Aws::MediaLive
|
|
1526
1538
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_burnin_settings.font_size #=> String, one of "EXTRA_SMALL_10", "LARGE_48", "MEDIUM_32", "SMALL_16"
|
1527
1539
|
# 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"
|
1528
1540
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_burnin_settings.prefix #=> String
|
1541
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.min_qp #=> Integer
|
1529
1542
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
1530
1543
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
1531
1544
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.alternative_transfer_function #=> String, one of "INSERT", "OMIT"
|
@@ -1566,6 +1579,7 @@ module Aws::MediaLive
|
|
1566
1579
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_padding #=> String, one of "NONE", "PADDED"
|
1567
1580
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_width #=> Integer
|
1568
1581
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.treeblock_size #=> String, one of "AUTO", "TREE_SIZE_32X32"
|
1582
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.min_qp #=> Integer
|
1569
1583
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "LOW", "MEDIUM", "OFF"
|
1570
1584
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
1571
1585
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
|
@@ -2016,6 +2030,11 @@ module Aws::MediaLive
|
|
2016
2030
|
# resp.multiplex_program.packet_identifiers_map.scte_35_pid #=> Integer
|
2017
2031
|
# resp.multiplex_program.packet_identifiers_map.timed_metadata_pid #=> Integer
|
2018
2032
|
# resp.multiplex_program.packet_identifiers_map.video_pid #=> Integer
|
2033
|
+
# resp.multiplex_program.packet_identifiers_map.arib_captions_pid #=> Integer
|
2034
|
+
# resp.multiplex_program.packet_identifiers_map.dvb_teletext_pids #=> Array
|
2035
|
+
# resp.multiplex_program.packet_identifiers_map.dvb_teletext_pids[0] #=> Integer
|
2036
|
+
# resp.multiplex_program.packet_identifiers_map.ecm_pid #=> Integer
|
2037
|
+
# resp.multiplex_program.packet_identifiers_map.smpte_2038_pid #=> Integer
|
2019
2038
|
# resp.multiplex_program.pipeline_details #=> Array
|
2020
2039
|
# resp.multiplex_program.pipeline_details[0].active_channel_pipeline #=> String
|
2021
2040
|
# resp.multiplex_program.pipeline_details[0].pipeline_id #=> String
|
@@ -2683,6 +2702,7 @@ module Aws::MediaLive
|
|
2683
2702
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_burnin_settings.font_size #=> String, one of "EXTRA_SMALL_10", "LARGE_48", "MEDIUM_32", "SMALL_16"
|
2684
2703
|
# 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"
|
2685
2704
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_burnin_settings.prefix #=> String
|
2705
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.min_qp #=> Integer
|
2686
2706
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
2687
2707
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
2688
2708
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.alternative_transfer_function #=> String, one of "INSERT", "OMIT"
|
@@ -2723,6 +2743,7 @@ module Aws::MediaLive
|
|
2723
2743
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_padding #=> String, one of "NONE", "PADDED"
|
2724
2744
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_width #=> Integer
|
2725
2745
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.treeblock_size #=> String, one of "AUTO", "TREE_SIZE_32X32"
|
2746
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.min_qp #=> Integer
|
2726
2747
|
# resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "LOW", "MEDIUM", "OFF"
|
2727
2748
|
# resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
2728
2749
|
# resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
|
@@ -2995,6 +3016,11 @@ module Aws::MediaLive
|
|
2995
3016
|
# resp.packet_identifiers_map.scte_35_pid #=> Integer
|
2996
3017
|
# resp.packet_identifiers_map.timed_metadata_pid #=> Integer
|
2997
3018
|
# resp.packet_identifiers_map.video_pid #=> Integer
|
3019
|
+
# resp.packet_identifiers_map.arib_captions_pid #=> Integer
|
3020
|
+
# resp.packet_identifiers_map.dvb_teletext_pids #=> Array
|
3021
|
+
# resp.packet_identifiers_map.dvb_teletext_pids[0] #=> Integer
|
3022
|
+
# resp.packet_identifiers_map.ecm_pid #=> Integer
|
3023
|
+
# resp.packet_identifiers_map.smpte_2038_pid #=> Integer
|
2998
3024
|
# resp.pipeline_details #=> Array
|
2999
3025
|
# resp.pipeline_details[0].active_channel_pipeline #=> String
|
3000
3026
|
# resp.pipeline_details[0].pipeline_id #=> String
|
@@ -3699,6 +3725,7 @@ module Aws::MediaLive
|
|
3699
3725
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_burnin_settings.font_size #=> String, one of "EXTRA_SMALL_10", "LARGE_48", "MEDIUM_32", "SMALL_16"
|
3700
3726
|
# 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"
|
3701
3727
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_burnin_settings.prefix #=> String
|
3728
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.min_qp #=> Integer
|
3702
3729
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
3703
3730
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
3704
3731
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.alternative_transfer_function #=> String, one of "INSERT", "OMIT"
|
@@ -3739,6 +3766,7 @@ module Aws::MediaLive
|
|
3739
3766
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_padding #=> String, one of "NONE", "PADDED"
|
3740
3767
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_width #=> Integer
|
3741
3768
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.treeblock_size #=> String, one of "AUTO", "TREE_SIZE_32X32"
|
3769
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.min_qp #=> Integer
|
3742
3770
|
# resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "LOW", "MEDIUM", "OFF"
|
3743
3771
|
# resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
3744
3772
|
# resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
|
@@ -4238,6 +4266,11 @@ module Aws::MediaLive
|
|
4238
4266
|
# resp.packet_identifiers_map.scte_35_pid #=> Integer
|
4239
4267
|
# resp.packet_identifiers_map.timed_metadata_pid #=> Integer
|
4240
4268
|
# resp.packet_identifiers_map.video_pid #=> Integer
|
4269
|
+
# resp.packet_identifiers_map.arib_captions_pid #=> Integer
|
4270
|
+
# resp.packet_identifiers_map.dvb_teletext_pids #=> Array
|
4271
|
+
# resp.packet_identifiers_map.dvb_teletext_pids[0] #=> Integer
|
4272
|
+
# resp.packet_identifiers_map.ecm_pid #=> Integer
|
4273
|
+
# resp.packet_identifiers_map.smpte_2038_pid #=> Integer
|
4241
4274
|
# resp.pipeline_details #=> Array
|
4242
4275
|
# resp.pipeline_details[0].active_channel_pipeline #=> String
|
4243
4276
|
# resp.pipeline_details[0].pipeline_id #=> String
|
@@ -5867,6 +5900,7 @@ module Aws::MediaLive
|
|
5867
5900
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_burnin_settings.font_size #=> String, one of "EXTRA_SMALL_10", "LARGE_48", "MEDIUM_32", "SMALL_16"
|
5868
5901
|
# 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"
|
5869
5902
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_burnin_settings.prefix #=> String
|
5903
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.min_qp #=> Integer
|
5870
5904
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
5871
5905
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
5872
5906
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.alternative_transfer_function #=> String, one of "INSERT", "OMIT"
|
@@ -5907,6 +5941,7 @@ module Aws::MediaLive
|
|
5907
5941
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_padding #=> String, one of "NONE", "PADDED"
|
5908
5942
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_width #=> Integer
|
5909
5943
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.treeblock_size #=> String, one of "AUTO", "TREE_SIZE_32X32"
|
5944
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.min_qp #=> Integer
|
5910
5945
|
# resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "LOW", "MEDIUM", "OFF"
|
5911
5946
|
# resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
5912
5947
|
# resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
|
@@ -6695,6 +6730,7 @@ module Aws::MediaLive
|
|
6695
6730
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_burnin_settings.font_size #=> String, one of "EXTRA_SMALL_10", "LARGE_48", "MEDIUM_32", "SMALL_16"
|
6696
6731
|
# 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"
|
6697
6732
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_burnin_settings.prefix #=> String
|
6733
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.min_qp #=> Integer
|
6698
6734
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
6699
6735
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
6700
6736
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.alternative_transfer_function #=> String, one of "INSERT", "OMIT"
|
@@ -6735,6 +6771,7 @@ module Aws::MediaLive
|
|
6735
6771
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_padding #=> String, one of "NONE", "PADDED"
|
6736
6772
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_width #=> Integer
|
6737
6773
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.treeblock_size #=> String, one of "AUTO", "TREE_SIZE_32X32"
|
6774
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.min_qp #=> Integer
|
6738
6775
|
# resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "LOW", "MEDIUM", "OFF"
|
6739
6776
|
# resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
6740
6777
|
# resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
|
@@ -7551,6 +7588,7 @@ module Aws::MediaLive
|
|
7551
7588
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_burnin_settings.font_size #=> String, one of "EXTRA_SMALL_10", "LARGE_48", "MEDIUM_32", "SMALL_16"
|
7552
7589
|
# 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"
|
7553
7590
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_burnin_settings.prefix #=> String
|
7591
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.min_qp #=> Integer
|
7554
7592
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
7555
7593
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
7556
7594
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.alternative_transfer_function #=> String, one of "INSERT", "OMIT"
|
@@ -7591,6 +7629,7 @@ module Aws::MediaLive
|
|
7591
7629
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_padding #=> String, one of "NONE", "PADDED"
|
7592
7630
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_width #=> Integer
|
7593
7631
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.treeblock_size #=> String, one of "AUTO", "TREE_SIZE_32X32"
|
7632
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.min_qp #=> Integer
|
7594
7633
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "LOW", "MEDIUM", "OFF"
|
7595
7634
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
7596
7635
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
|
@@ -8287,6 +8326,7 @@ module Aws::MediaLive
|
|
8287
8326
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_burnin_settings.font_size #=> String, one of "EXTRA_SMALL_10", "LARGE_48", "MEDIUM_32", "SMALL_16"
|
8288
8327
|
# 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"
|
8289
8328
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_burnin_settings.prefix #=> String
|
8329
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.min_qp #=> Integer
|
8290
8330
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
8291
8331
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
8292
8332
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.alternative_transfer_function #=> String, one of "INSERT", "OMIT"
|
@@ -8327,6 +8367,7 @@ module Aws::MediaLive
|
|
8327
8367
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_padding #=> String, one of "NONE", "PADDED"
|
8328
8368
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_width #=> Integer
|
8329
8369
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.treeblock_size #=> String, one of "AUTO", "TREE_SIZE_32X32"
|
8370
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.min_qp #=> Integer
|
8330
8371
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "LOW", "MEDIUM", "OFF"
|
8331
8372
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
8332
8373
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
|
@@ -8770,6 +8811,8 @@ module Aws::MediaLive
|
|
8770
8811
|
#
|
8771
8812
|
# @option params [String] :name
|
8772
8813
|
#
|
8814
|
+
# @option params [Hash<String,Types::MultiplexProgramPacketIdentifiersMap>] :packet_identifiers_mapping
|
8815
|
+
#
|
8773
8816
|
# @return [Types::UpdateMultiplexResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
8774
8817
|
#
|
8775
8818
|
# * {Types::UpdateMultiplexResponse#multiplex #multiplex} => Types::Multiplex
|
@@ -8785,6 +8828,27 @@ module Aws::MediaLive
|
|
8785
8828
|
# transport_stream_reserved_bitrate: 1,
|
8786
8829
|
# },
|
8787
8830
|
# name: "__string",
|
8831
|
+
# packet_identifiers_mapping: {
|
8832
|
+
# "__string" => {
|
8833
|
+
# audio_pids: [1],
|
8834
|
+
# dvb_sub_pids: [1],
|
8835
|
+
# dvb_teletext_pid: 1,
|
8836
|
+
# etv_platform_pid: 1,
|
8837
|
+
# etv_signal_pid: 1,
|
8838
|
+
# klv_data_pids: [1],
|
8839
|
+
# pcr_pid: 1,
|
8840
|
+
# pmt_pid: 1,
|
8841
|
+
# private_metadata_pid: 1,
|
8842
|
+
# scte_27_pids: [1],
|
8843
|
+
# scte_35_pid: 1,
|
8844
|
+
# timed_metadata_pid: 1,
|
8845
|
+
# video_pid: 1,
|
8846
|
+
# arib_captions_pid: 1,
|
8847
|
+
# dvb_teletext_pids: [1],
|
8848
|
+
# ecm_pid: 1,
|
8849
|
+
# smpte_2038_pid: 1,
|
8850
|
+
# },
|
8851
|
+
# },
|
8788
8852
|
# })
|
8789
8853
|
#
|
8790
8854
|
# @example Response structure
|
@@ -8879,6 +8943,11 @@ module Aws::MediaLive
|
|
8879
8943
|
# resp.multiplex_program.packet_identifiers_map.scte_35_pid #=> Integer
|
8880
8944
|
# resp.multiplex_program.packet_identifiers_map.timed_metadata_pid #=> Integer
|
8881
8945
|
# resp.multiplex_program.packet_identifiers_map.video_pid #=> Integer
|
8946
|
+
# resp.multiplex_program.packet_identifiers_map.arib_captions_pid #=> Integer
|
8947
|
+
# resp.multiplex_program.packet_identifiers_map.dvb_teletext_pids #=> Array
|
8948
|
+
# resp.multiplex_program.packet_identifiers_map.dvb_teletext_pids[0] #=> Integer
|
8949
|
+
# resp.multiplex_program.packet_identifiers_map.ecm_pid #=> Integer
|
8950
|
+
# resp.multiplex_program.packet_identifiers_map.smpte_2038_pid #=> Integer
|
8882
8951
|
# resp.multiplex_program.pipeline_details #=> Array
|
8883
8952
|
# resp.multiplex_program.pipeline_details[0].active_channel_pipeline #=> String
|
8884
8953
|
# resp.multiplex_program.pipeline_details[0].pipeline_id #=> String
|
@@ -9517,6 +9586,7 @@ module Aws::MediaLive
|
|
9517
9586
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_burnin_settings.font_size #=> String, one of "EXTRA_SMALL_10", "LARGE_48", "MEDIUM_32", "SMALL_16"
|
9518
9587
|
# 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"
|
9519
9588
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_burnin_settings.prefix #=> String
|
9589
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.min_qp #=> Integer
|
9520
9590
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
9521
9591
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
9522
9592
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.alternative_transfer_function #=> String, one of "INSERT", "OMIT"
|
@@ -9557,6 +9627,7 @@ module Aws::MediaLive
|
|
9557
9627
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_padding #=> String, one of "NONE", "PADDED"
|
9558
9628
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_width #=> Integer
|
9559
9629
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.treeblock_size #=> String, one of "AUTO", "TREE_SIZE_32X32"
|
9630
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.min_qp #=> Integer
|
9560
9631
|
# resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "LOW", "MEDIUM", "OFF"
|
9561
9632
|
# resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
9562
9633
|
# resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
|
@@ -11239,14 +11310,19 @@ module Aws::MediaLive
|
|
11239
11310
|
# @api private
|
11240
11311
|
def build_request(operation_name, params = {})
|
11241
11312
|
handlers = @handlers.for(operation_name)
|
11313
|
+
tracer = config.telemetry_provider.tracer_provider.tracer(
|
11314
|
+
Aws::Telemetry.module_to_tracer_name('Aws::MediaLive')
|
11315
|
+
)
|
11242
11316
|
context = Seahorse::Client::RequestContext.new(
|
11243
11317
|
operation_name: operation_name,
|
11244
11318
|
operation: config.api.operation(operation_name),
|
11245
11319
|
client: self,
|
11246
11320
|
params: params,
|
11247
|
-
config: config
|
11321
|
+
config: config,
|
11322
|
+
tracer: tracer
|
11323
|
+
)
|
11248
11324
|
context[:gem_name] = 'aws-sdk-medialive'
|
11249
|
-
context[:gem_version] = '1.
|
11325
|
+
context[:gem_version] = '1.129.0'
|
11250
11326
|
Seahorse::Client::Request.new(handlers, context)
|
11251
11327
|
end
|
11252
11328
|
|
@@ -608,6 +608,7 @@ module Aws::MediaLive
|
|
608
608
|
MultiplexMediaConnectOutputDestinationSettings = Shapes::StructureShape.new(name: 'MultiplexMediaConnectOutputDestinationSettings')
|
609
609
|
MultiplexOutputDestination = Shapes::StructureShape.new(name: 'MultiplexOutputDestination')
|
610
610
|
MultiplexOutputSettings = Shapes::StructureShape.new(name: 'MultiplexOutputSettings')
|
611
|
+
MultiplexPacketIdentifiersMapping = Shapes::MapShape.new(name: 'MultiplexPacketIdentifiersMapping')
|
611
612
|
MultiplexProgram = Shapes::StructureShape.new(name: 'MultiplexProgram')
|
612
613
|
MultiplexProgramChannelDestinationSettings = Shapes::StructureShape.new(name: 'MultiplexProgramChannelDestinationSettings')
|
613
614
|
MultiplexProgramPacketIdentifiersMap = Shapes::StructureShape.new(name: 'MultiplexProgramPacketIdentifiersMap')
|
@@ -929,6 +930,7 @@ module Aws::MediaLive
|
|
929
930
|
__integerMin1Max3600000 = Shapes::IntegerShape.new(name: '__integerMin1Max3600000')
|
930
931
|
__integerMin1Max4 = Shapes::IntegerShape.new(name: '__integerMin1Max4')
|
931
932
|
__integerMin1Max5 = Shapes::IntegerShape.new(name: '__integerMin1Max5')
|
933
|
+
__integerMin1Max51 = Shapes::IntegerShape.new(name: '__integerMin1Max51')
|
932
934
|
__integerMin1Max6 = Shapes::IntegerShape.new(name: '__integerMin1Max6')
|
933
935
|
__integerMin1Max8 = Shapes::IntegerShape.new(name: '__integerMin1Max8')
|
934
936
|
__integerMin256Max3840 = Shapes::IntegerShape.new(name: '__integerMin256Max3840')
|
@@ -2556,6 +2558,7 @@ module Aws::MediaLive
|
|
2556
2558
|
H264Settings.add_member(:temporal_aq, Shapes::ShapeRef.new(shape: H264TemporalAq, location_name: "temporalAq"))
|
2557
2559
|
H264Settings.add_member(:timecode_insertion, Shapes::ShapeRef.new(shape: H264TimecodeInsertionBehavior, location_name: "timecodeInsertion"))
|
2558
2560
|
H264Settings.add_member(:timecode_burnin_settings, Shapes::ShapeRef.new(shape: TimecodeBurninSettings, location_name: "timecodeBurninSettings"))
|
2561
|
+
H264Settings.add_member(:min_qp, Shapes::ShapeRef.new(shape: __integerMin1Max51, location_name: "minQp"))
|
2559
2562
|
H264Settings.struct_class = Types::H264Settings
|
2560
2563
|
|
2561
2564
|
H265ColorSpaceSettings.add_member(:color_space_passthrough_settings, Shapes::ShapeRef.new(shape: ColorSpacePassthroughSettings, location_name: "colorSpacePassthroughSettings"))
|
@@ -2604,6 +2607,7 @@ module Aws::MediaLive
|
|
2604
2607
|
H265Settings.add_member(:tile_padding, Shapes::ShapeRef.new(shape: H265TilePadding, location_name: "tilePadding"))
|
2605
2608
|
H265Settings.add_member(:tile_width, Shapes::ShapeRef.new(shape: __integerMin256Max3840, location_name: "tileWidth"))
|
2606
2609
|
H265Settings.add_member(:treeblock_size, Shapes::ShapeRef.new(shape: H265TreeblockSize, location_name: "treeblockSize"))
|
2610
|
+
H265Settings.add_member(:min_qp, Shapes::ShapeRef.new(shape: __integerMin1Max51, location_name: "minQp"))
|
2607
2611
|
H265Settings.struct_class = Types::H265Settings
|
2608
2612
|
|
2609
2613
|
Hdr10Settings.add_member(:max_cll, Shapes::ShapeRef.new(shape: __integerMin0Max32768, location_name: "maxCll"))
|
@@ -3385,6 +3389,9 @@ module Aws::MediaLive
|
|
3385
3389
|
MultiplexOutputSettings.add_member(:destination, Shapes::ShapeRef.new(shape: OutputLocationRef, required: true, location_name: "destination"))
|
3386
3390
|
MultiplexOutputSettings.struct_class = Types::MultiplexOutputSettings
|
3387
3391
|
|
3392
|
+
MultiplexPacketIdentifiersMapping.key = Shapes::ShapeRef.new(shape: __string)
|
3393
|
+
MultiplexPacketIdentifiersMapping.value = Shapes::ShapeRef.new(shape: MultiplexProgramPacketIdentifiersMap)
|
3394
|
+
|
3388
3395
|
MultiplexProgram.add_member(:channel_id, Shapes::ShapeRef.new(shape: __string, location_name: "channelId"))
|
3389
3396
|
MultiplexProgram.add_member(:multiplex_program_settings, Shapes::ShapeRef.new(shape: MultiplexProgramSettings, location_name: "multiplexProgramSettings"))
|
3390
3397
|
MultiplexProgram.add_member(:packet_identifiers_map, Shapes::ShapeRef.new(shape: MultiplexProgramPacketIdentifiersMap, location_name: "packetIdentifiersMap"))
|
@@ -3409,6 +3416,10 @@ module Aws::MediaLive
|
|
3409
3416
|
MultiplexProgramPacketIdentifiersMap.add_member(:scte_35_pid, Shapes::ShapeRef.new(shape: __integer, location_name: "scte35Pid"))
|
3410
3417
|
MultiplexProgramPacketIdentifiersMap.add_member(:timed_metadata_pid, Shapes::ShapeRef.new(shape: __integer, location_name: "timedMetadataPid"))
|
3411
3418
|
MultiplexProgramPacketIdentifiersMap.add_member(:video_pid, Shapes::ShapeRef.new(shape: __integer, location_name: "videoPid"))
|
3419
|
+
MultiplexProgramPacketIdentifiersMap.add_member(:arib_captions_pid, Shapes::ShapeRef.new(shape: __integer, location_name: "aribCaptionsPid"))
|
3420
|
+
MultiplexProgramPacketIdentifiersMap.add_member(:dvb_teletext_pids, Shapes::ShapeRef.new(shape: __listOf__integer, location_name: "dvbTeletextPids"))
|
3421
|
+
MultiplexProgramPacketIdentifiersMap.add_member(:ecm_pid, Shapes::ShapeRef.new(shape: __integer, location_name: "ecmPid"))
|
3422
|
+
MultiplexProgramPacketIdentifiersMap.add_member(:smpte_2038_pid, Shapes::ShapeRef.new(shape: __integer, location_name: "smpte2038Pid"))
|
3412
3423
|
MultiplexProgramPacketIdentifiersMap.struct_class = Types::MultiplexProgramPacketIdentifiersMap
|
3413
3424
|
|
3414
3425
|
MultiplexProgramPipelineDetail.add_member(:active_channel_pipeline, Shapes::ShapeRef.new(shape: __string, location_name: "activeChannelPipeline"))
|
@@ -4500,6 +4511,7 @@ module Aws::MediaLive
|
|
4500
4511
|
|
4501
4512
|
UpdateMultiplex.add_member(:multiplex_settings, Shapes::ShapeRef.new(shape: MultiplexSettings, location_name: "multiplexSettings"))
|
4502
4513
|
UpdateMultiplex.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
4514
|
+
UpdateMultiplex.add_member(:packet_identifiers_mapping, Shapes::ShapeRef.new(shape: MultiplexPacketIdentifiersMapping, location_name: "packetIdentifiersMapping"))
|
4503
4515
|
UpdateMultiplex.struct_class = Types::UpdateMultiplex
|
4504
4516
|
|
4505
4517
|
UpdateMultiplexProgram.add_member(:multiplex_program_settings, Shapes::ShapeRef.new(shape: MultiplexProgramSettings, location_name: "multiplexProgramSettings"))
|
@@ -4519,6 +4531,7 @@ module Aws::MediaLive
|
|
4519
4531
|
UpdateMultiplexRequest.add_member(:multiplex_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "multiplexId"))
|
4520
4532
|
UpdateMultiplexRequest.add_member(:multiplex_settings, Shapes::ShapeRef.new(shape: MultiplexSettings, location_name: "multiplexSettings"))
|
4521
4533
|
UpdateMultiplexRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
4534
|
+
UpdateMultiplexRequest.add_member(:packet_identifiers_mapping, Shapes::ShapeRef.new(shape: MultiplexPacketIdentifiersMapping, location_name: "packetIdentifiersMapping"))
|
4522
4535
|
UpdateMultiplexRequest.struct_class = Types::UpdateMultiplexRequest
|
4523
4536
|
|
4524
4537
|
UpdateMultiplexResponse.add_member(:multiplex, Shapes::ShapeRef.new(shape: Multiplex, location_name: "multiplex"))
|
@@ -5228,6 +5228,12 @@ module Aws::MediaLive
|
|
5228
5228
|
# Timecode burn-in settings
|
5229
5229
|
# @return [Types::TimecodeBurninSettings]
|
5230
5230
|
#
|
5231
|
+
# @!attribute [rw] min_qp
|
5232
|
+
# Sets the minimum QP. If you aren't familiar with quantization
|
5233
|
+
# adjustment, leave the field empty. MediaLive will apply an
|
5234
|
+
# appropriate value.
|
5235
|
+
# @return [Integer]
|
5236
|
+
#
|
5231
5237
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/H264Settings AWS API Documentation
|
5232
5238
|
#
|
5233
5239
|
class H264Settings < Struct.new(
|
@@ -5272,7 +5278,8 @@ module Aws::MediaLive
|
|
5272
5278
|
:syntax,
|
5273
5279
|
:temporal_aq,
|
5274
5280
|
:timecode_insertion,
|
5275
|
-
:timecode_burnin_settings
|
5281
|
+
:timecode_burnin_settings,
|
5282
|
+
:min_qp)
|
5276
5283
|
SENSITIVE = []
|
5277
5284
|
include Aws::Structure
|
5278
5285
|
end
|
@@ -5548,6 +5555,12 @@ module Aws::MediaLive
|
|
5548
5555
|
# configurations, you typically enter "auto".
|
5549
5556
|
# @return [String]
|
5550
5557
|
#
|
5558
|
+
# @!attribute [rw] min_qp
|
5559
|
+
# Sets the minimum QP. If you aren't familiar with quantization
|
5560
|
+
# adjustment, leave the field empty. MediaLive will apply an
|
5561
|
+
# appropriate value.
|
5562
|
+
# @return [Integer]
|
5563
|
+
#
|
5551
5564
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/H265Settings AWS API Documentation
|
5552
5565
|
#
|
5553
5566
|
class H265Settings < Struct.new(
|
@@ -5586,7 +5599,8 @@ module Aws::MediaLive
|
|
5586
5599
|
:tile_height,
|
5587
5600
|
:tile_padding,
|
5588
5601
|
:tile_width,
|
5589
|
-
:treeblock_size
|
5602
|
+
:treeblock_size,
|
5603
|
+
:min_qp)
|
5590
5604
|
SENSITIVE = []
|
5591
5605
|
include Aws::Structure
|
5592
5606
|
end
|
@@ -9393,6 +9407,18 @@ module Aws::MediaLive
|
|
9393
9407
|
# @!attribute [rw] video_pid
|
9394
9408
|
# @return [Integer]
|
9395
9409
|
#
|
9410
|
+
# @!attribute [rw] arib_captions_pid
|
9411
|
+
# @return [Integer]
|
9412
|
+
#
|
9413
|
+
# @!attribute [rw] dvb_teletext_pids
|
9414
|
+
# @return [Array<Integer>]
|
9415
|
+
#
|
9416
|
+
# @!attribute [rw] ecm_pid
|
9417
|
+
# @return [Integer]
|
9418
|
+
#
|
9419
|
+
# @!attribute [rw] smpte_2038_pid
|
9420
|
+
# @return [Integer]
|
9421
|
+
#
|
9396
9422
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/MultiplexProgramPacketIdentifiersMap AWS API Documentation
|
9397
9423
|
#
|
9398
9424
|
class MultiplexProgramPacketIdentifiersMap < Struct.new(
|
@@ -9408,7 +9434,11 @@ module Aws::MediaLive
|
|
9408
9434
|
:scte_27_pids,
|
9409
9435
|
:scte_35_pid,
|
9410
9436
|
:timed_metadata_pid,
|
9411
|
-
:video_pid
|
9437
|
+
:video_pid,
|
9438
|
+
:arib_captions_pid,
|
9439
|
+
:dvb_teletext_pids,
|
9440
|
+
:ecm_pid,
|
9441
|
+
:smpte_2038_pid)
|
9412
9442
|
SENSITIVE = []
|
9413
9443
|
include Aws::Structure
|
9414
9444
|
end
|
@@ -12831,11 +12861,15 @@ module Aws::MediaLive
|
|
12831
12861
|
# Name of the multiplex.
|
12832
12862
|
# @return [String]
|
12833
12863
|
#
|
12864
|
+
# @!attribute [rw] packet_identifiers_mapping
|
12865
|
+
# @return [Hash<String,Types::MultiplexProgramPacketIdentifiersMap>]
|
12866
|
+
#
|
12834
12867
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateMultiplex AWS API Documentation
|
12835
12868
|
#
|
12836
12869
|
class UpdateMultiplex < Struct.new(
|
12837
12870
|
:multiplex_settings,
|
12838
|
-
:name
|
12871
|
+
:name,
|
12872
|
+
:packet_identifiers_mapping)
|
12839
12873
|
SENSITIVE = []
|
12840
12874
|
include Aws::Structure
|
12841
12875
|
end
|
@@ -12906,12 +12940,16 @@ module Aws::MediaLive
|
|
12906
12940
|
# @!attribute [rw] name
|
12907
12941
|
# @return [String]
|
12908
12942
|
#
|
12943
|
+
# @!attribute [rw] packet_identifiers_mapping
|
12944
|
+
# @return [Hash<String,Types::MultiplexProgramPacketIdentifiersMap>]
|
12945
|
+
#
|
12909
12946
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateMultiplexRequest AWS API Documentation
|
12910
12947
|
#
|
12911
12948
|
class UpdateMultiplexRequest < Struct.new(
|
12912
12949
|
:multiplex_id,
|
12913
12950
|
:multiplex_settings,
|
12914
|
-
:name
|
12951
|
+
:name,
|
12952
|
+
:packet_identifiers_mapping)
|
12915
12953
|
SENSITIVE = []
|
12916
12954
|
include Aws::Structure
|
12917
12955
|
end
|
data/lib/aws-sdk-medialive.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -50,6 +50,7 @@ module Aws
|
|
50
50
|
?session_token: String,
|
51
51
|
?sigv4a_signing_region_set: Array[String],
|
52
52
|
?stub_responses: untyped,
|
53
|
+
?telemetry_provider: Aws::Telemetry::TelemetryProviderBase,
|
53
54
|
?token_provider: untyped,
|
54
55
|
?use_dualstack_endpoint: bool,
|
55
56
|
?use_fips_endpoint: bool,
|
@@ -1100,7 +1101,8 @@ module Aws
|
|
1100
1101
|
font_size: ("EXTRA_SMALL_10" | "LARGE_48" | "MEDIUM_32" | "SMALL_16"),
|
1101
1102
|
position: ("BOTTOM_CENTER" | "BOTTOM_LEFT" | "BOTTOM_RIGHT" | "MIDDLE_CENTER" | "MIDDLE_LEFT" | "MIDDLE_RIGHT" | "TOP_CENTER" | "TOP_LEFT" | "TOP_RIGHT"),
|
1102
1103
|
prefix: ::String?
|
1103
|
-
}
|
1104
|
+
}?,
|
1105
|
+
min_qp: ::Integer?
|
1104
1106
|
}?,
|
1105
1107
|
h265_settings: {
|
1106
1108
|
adaptive_quantization: ("AUTO" | "HIGH" | "HIGHER" | "LOW" | "MAX" | "MEDIUM" | "OFF")?,
|
@@ -1160,7 +1162,8 @@ module Aws
|
|
1160
1162
|
tile_height: ::Integer?,
|
1161
1163
|
tile_padding: ("NONE" | "PADDED")?,
|
1162
1164
|
tile_width: ::Integer?,
|
1163
|
-
treeblock_size: ("AUTO" | "TREE_SIZE_32X32")
|
1165
|
+
treeblock_size: ("AUTO" | "TREE_SIZE_32X32")?,
|
1166
|
+
min_qp: ::Integer?
|
1164
1167
|
}?,
|
1165
1168
|
mpeg_2_settings: {
|
1166
1169
|
adaptive_quantization: ("AUTO" | "HIGH" | "LOW" | "MEDIUM" | "OFF")?,
|
@@ -2969,7 +2972,8 @@ module Aws
|
|
2969
2972
|
font_size: ("EXTRA_SMALL_10" | "LARGE_48" | "MEDIUM_32" | "SMALL_16"),
|
2970
2973
|
position: ("BOTTOM_CENTER" | "BOTTOM_LEFT" | "BOTTOM_RIGHT" | "MIDDLE_CENTER" | "MIDDLE_LEFT" | "MIDDLE_RIGHT" | "TOP_CENTER" | "TOP_LEFT" | "TOP_RIGHT"),
|
2971
2974
|
prefix: ::String?
|
2972
|
-
}
|
2975
|
+
}?,
|
2976
|
+
min_qp: ::Integer?
|
2973
2977
|
}?,
|
2974
2978
|
h265_settings: {
|
2975
2979
|
adaptive_quantization: ("AUTO" | "HIGH" | "HIGHER" | "LOW" | "MAX" | "MEDIUM" | "OFF")?,
|
@@ -3029,7 +3033,8 @@ module Aws
|
|
3029
3033
|
tile_height: ::Integer?,
|
3030
3034
|
tile_padding: ("NONE" | "PADDED")?,
|
3031
3035
|
tile_width: ::Integer?,
|
3032
|
-
treeblock_size: ("AUTO" | "TREE_SIZE_32X32")
|
3036
|
+
treeblock_size: ("AUTO" | "TREE_SIZE_32X32")?,
|
3037
|
+
min_qp: ::Integer?
|
3033
3038
|
}?,
|
3034
3039
|
mpeg_2_settings: {
|
3035
3040
|
adaptive_quantization: ("AUTO" | "HIGH" | "LOW" | "MEDIUM" | "OFF")?,
|
@@ -3404,7 +3409,26 @@ module Aws
|
|
3404
3409
|
transport_stream_id: ::Integer,
|
3405
3410
|
transport_stream_reserved_bitrate: ::Integer?
|
3406
3411
|
},
|
3407
|
-
?name: ::String
|
3412
|
+
?name: ::String,
|
3413
|
+
?packet_identifiers_mapping: Hash[::String, {
|
3414
|
+
audio_pids: Array[::Integer]?,
|
3415
|
+
dvb_sub_pids: Array[::Integer]?,
|
3416
|
+
dvb_teletext_pid: ::Integer?,
|
3417
|
+
etv_platform_pid: ::Integer?,
|
3418
|
+
etv_signal_pid: ::Integer?,
|
3419
|
+
klv_data_pids: Array[::Integer]?,
|
3420
|
+
pcr_pid: ::Integer?,
|
3421
|
+
pmt_pid: ::Integer?,
|
3422
|
+
private_metadata_pid: ::Integer?,
|
3423
|
+
scte_27_pids: Array[::Integer]?,
|
3424
|
+
scte_35_pid: ::Integer?,
|
3425
|
+
timed_metadata_pid: ::Integer?,
|
3426
|
+
video_pid: ::Integer?,
|
3427
|
+
arib_captions_pid: ::Integer?,
|
3428
|
+
dvb_teletext_pids: Array[::Integer]?,
|
3429
|
+
ecm_pid: ::Integer?,
|
3430
|
+
smpte_2038_pid: ::Integer?
|
3431
|
+
}]
|
3408
3432
|
) -> _UpdateMultiplexResponseSuccess
|
3409
3433
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateMultiplexResponseSuccess
|
3410
3434
|
|
data/sig/resource.rbs
CHANGED
@@ -50,6 +50,7 @@ module Aws
|
|
50
50
|
?session_token: String,
|
51
51
|
?sigv4a_signing_region_set: Array[String],
|
52
52
|
?stub_responses: untyped,
|
53
|
+
?telemetry_provider: Aws::Telemetry::TelemetryProviderBase,
|
53
54
|
?token_provider: untyped,
|
54
55
|
?use_dualstack_endpoint: bool,
|
55
56
|
?use_fips_endpoint: bool,
|
data/sig/types.rbs
CHANGED
@@ -1384,6 +1384,7 @@ module Aws::MediaLive
|
|
1384
1384
|
attr_accessor temporal_aq: ("DISABLED" | "ENABLED")
|
1385
1385
|
attr_accessor timecode_insertion: ("DISABLED" | "PIC_TIMING_SEI")
|
1386
1386
|
attr_accessor timecode_burnin_settings: Types::TimecodeBurninSettings
|
1387
|
+
attr_accessor min_qp: ::Integer
|
1387
1388
|
SENSITIVE: []
|
1388
1389
|
end
|
1389
1390
|
|
@@ -1438,6 +1439,7 @@ module Aws::MediaLive
|
|
1438
1439
|
attr_accessor tile_padding: ("NONE" | "PADDED")
|
1439
1440
|
attr_accessor tile_width: ::Integer
|
1440
1441
|
attr_accessor treeblock_size: ("AUTO" | "TREE_SIZE_32X32")
|
1442
|
+
attr_accessor min_qp: ::Integer
|
1441
1443
|
SENSITIVE: []
|
1442
1444
|
end
|
1443
1445
|
|
@@ -2358,6 +2360,10 @@ module Aws::MediaLive
|
|
2358
2360
|
attr_accessor scte_35_pid: ::Integer
|
2359
2361
|
attr_accessor timed_metadata_pid: ::Integer
|
2360
2362
|
attr_accessor video_pid: ::Integer
|
2363
|
+
attr_accessor arib_captions_pid: ::Integer
|
2364
|
+
attr_accessor dvb_teletext_pids: ::Array[::Integer]
|
2365
|
+
attr_accessor ecm_pid: ::Integer
|
2366
|
+
attr_accessor smpte_2038_pid: ::Integer
|
2361
2367
|
SENSITIVE: []
|
2362
2368
|
end
|
2363
2369
|
|
@@ -3318,6 +3324,7 @@ module Aws::MediaLive
|
|
3318
3324
|
class UpdateMultiplex
|
3319
3325
|
attr_accessor multiplex_settings: Types::MultiplexSettings
|
3320
3326
|
attr_accessor name: ::String
|
3327
|
+
attr_accessor packet_identifiers_mapping: ::Hash[::String, Types::MultiplexProgramPacketIdentifiersMap]
|
3321
3328
|
SENSITIVE: []
|
3322
3329
|
end
|
3323
3330
|
|
@@ -3347,6 +3354,7 @@ module Aws::MediaLive
|
|
3347
3354
|
attr_accessor multiplex_id: ::String
|
3348
3355
|
attr_accessor multiplex_settings: Types::MultiplexSettings
|
3349
3356
|
attr_accessor name: ::String
|
3357
|
+
attr_accessor packet_identifiers_mapping: ::Hash[::String, Types::MultiplexProgramPacketIdentifiersMap]
|
3350
3358
|
SENSITIVE: []
|
3351
3359
|
end
|
3352
3360
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-medialive
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.129.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-09-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.203.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.203.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|