aws-sdk-medialive 1.128.0 → 1.130.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 +41 -2
- data/lib/aws-sdk-medialive/client_api.rb +3 -0
- data/lib/aws-sdk-medialive/types.rb +16 -2
- data/lib/aws-sdk-medialive.rb +1 -1
- data/sig/client.rbs +9 -4
- data/sig/resource.rbs +1 -0
- data/sig/types.rbs +2 -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: 9ac2a84a3982a77cad9861badfcae81f657c2ab840a013f5c85a7e458a3ccbe0
|
4
|
+
data.tar.gz: 9643e4bda5edd1135e64c8792538ac8225a4c9f2e20e3a0f2f9ed37e8bcc3cc6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7bfa495f51689b1066df0653b4f83eb31f8b88bc09669c1855857df5e152392c2e8beecaf7af5f0ceeb682f45f5740ba54ebaeb7843f753aabd29d23e6c01da6
|
7
|
+
data.tar.gz: f7987086bc972ed533f76939749cb2537428eb7982a934a0d3902aaa89e2b3b3326381cccd983f67af174ff7a9a412b926fbe291b186e8116e676228c7512637
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.130.0 (2024-09-10)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.129.0 (2024-09-03)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Added MinQP as a Rate Control option for H264 and H265 encodes.
|
13
|
+
|
4
14
|
1.128.0 (2024-08-12)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.130.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:
|
@@ -413,6 +425,12 @@ module Aws::MediaLive
|
|
413
425
|
# @option options [String] :ssl_ca_store
|
414
426
|
# Sets the X509::Store to verify peer certificate.
|
415
427
|
#
|
428
|
+
# @option options [OpenSSL::X509::Certificate] :ssl_cert
|
429
|
+
# Sets a client certificate when creating http connections.
|
430
|
+
#
|
431
|
+
# @option options [OpenSSL::PKey] :ssl_key
|
432
|
+
# Sets a client key when creating http connections.
|
433
|
+
#
|
416
434
|
# @option options [Float] :ssl_timeout
|
417
435
|
# Sets the SSL timeout in seconds
|
418
436
|
#
|
@@ -1526,6 +1544,7 @@ module Aws::MediaLive
|
|
1526
1544
|
# 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
1545
|
# 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
1546
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_burnin_settings.prefix #=> String
|
1547
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.min_qp #=> Integer
|
1529
1548
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
1530
1549
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
1531
1550
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.alternative_transfer_function #=> String, one of "INSERT", "OMIT"
|
@@ -1566,6 +1585,7 @@ module Aws::MediaLive
|
|
1566
1585
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_padding #=> String, one of "NONE", "PADDED"
|
1567
1586
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_width #=> Integer
|
1568
1587
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.treeblock_size #=> String, one of "AUTO", "TREE_SIZE_32X32"
|
1588
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.min_qp #=> Integer
|
1569
1589
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "LOW", "MEDIUM", "OFF"
|
1570
1590
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
1571
1591
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
|
@@ -2688,6 +2708,7 @@ module Aws::MediaLive
|
|
2688
2708
|
# 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"
|
2689
2709
|
# 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"
|
2690
2710
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_burnin_settings.prefix #=> String
|
2711
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.min_qp #=> Integer
|
2691
2712
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
2692
2713
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
2693
2714
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.alternative_transfer_function #=> String, one of "INSERT", "OMIT"
|
@@ -2728,6 +2749,7 @@ module Aws::MediaLive
|
|
2728
2749
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_padding #=> String, one of "NONE", "PADDED"
|
2729
2750
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_width #=> Integer
|
2730
2751
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.treeblock_size #=> String, one of "AUTO", "TREE_SIZE_32X32"
|
2752
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.min_qp #=> Integer
|
2731
2753
|
# resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "LOW", "MEDIUM", "OFF"
|
2732
2754
|
# resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
2733
2755
|
# resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
|
@@ -3709,6 +3731,7 @@ module Aws::MediaLive
|
|
3709
3731
|
# 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"
|
3710
3732
|
# 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"
|
3711
3733
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_burnin_settings.prefix #=> String
|
3734
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.min_qp #=> Integer
|
3712
3735
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
3713
3736
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
3714
3737
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.alternative_transfer_function #=> String, one of "INSERT", "OMIT"
|
@@ -3749,6 +3772,7 @@ module Aws::MediaLive
|
|
3749
3772
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_padding #=> String, one of "NONE", "PADDED"
|
3750
3773
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_width #=> Integer
|
3751
3774
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.treeblock_size #=> String, one of "AUTO", "TREE_SIZE_32X32"
|
3775
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.min_qp #=> Integer
|
3752
3776
|
# resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "LOW", "MEDIUM", "OFF"
|
3753
3777
|
# resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
3754
3778
|
# resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
|
@@ -5882,6 +5906,7 @@ module Aws::MediaLive
|
|
5882
5906
|
# 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"
|
5883
5907
|
# 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"
|
5884
5908
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_burnin_settings.prefix #=> String
|
5909
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.min_qp #=> Integer
|
5885
5910
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
5886
5911
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
5887
5912
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.alternative_transfer_function #=> String, one of "INSERT", "OMIT"
|
@@ -5922,6 +5947,7 @@ module Aws::MediaLive
|
|
5922
5947
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_padding #=> String, one of "NONE", "PADDED"
|
5923
5948
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_width #=> Integer
|
5924
5949
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.treeblock_size #=> String, one of "AUTO", "TREE_SIZE_32X32"
|
5950
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.min_qp #=> Integer
|
5925
5951
|
# resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "LOW", "MEDIUM", "OFF"
|
5926
5952
|
# resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
5927
5953
|
# resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
|
@@ -6710,6 +6736,7 @@ module Aws::MediaLive
|
|
6710
6736
|
# 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"
|
6711
6737
|
# 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"
|
6712
6738
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_burnin_settings.prefix #=> String
|
6739
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.min_qp #=> Integer
|
6713
6740
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
6714
6741
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
6715
6742
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.alternative_transfer_function #=> String, one of "INSERT", "OMIT"
|
@@ -6750,6 +6777,7 @@ module Aws::MediaLive
|
|
6750
6777
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_padding #=> String, one of "NONE", "PADDED"
|
6751
6778
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_width #=> Integer
|
6752
6779
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.treeblock_size #=> String, one of "AUTO", "TREE_SIZE_32X32"
|
6780
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.min_qp #=> Integer
|
6753
6781
|
# resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "LOW", "MEDIUM", "OFF"
|
6754
6782
|
# resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
6755
6783
|
# resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
|
@@ -7566,6 +7594,7 @@ module Aws::MediaLive
|
|
7566
7594
|
# 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"
|
7567
7595
|
# 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"
|
7568
7596
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_burnin_settings.prefix #=> String
|
7597
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.min_qp #=> Integer
|
7569
7598
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
7570
7599
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
7571
7600
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.alternative_transfer_function #=> String, one of "INSERT", "OMIT"
|
@@ -7606,6 +7635,7 @@ module Aws::MediaLive
|
|
7606
7635
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_padding #=> String, one of "NONE", "PADDED"
|
7607
7636
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_width #=> Integer
|
7608
7637
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.treeblock_size #=> String, one of "AUTO", "TREE_SIZE_32X32"
|
7638
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.min_qp #=> Integer
|
7609
7639
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "LOW", "MEDIUM", "OFF"
|
7610
7640
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
7611
7641
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
|
@@ -8302,6 +8332,7 @@ module Aws::MediaLive
|
|
8302
8332
|
# 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"
|
8303
8333
|
# 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"
|
8304
8334
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_burnin_settings.prefix #=> String
|
8335
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.min_qp #=> Integer
|
8305
8336
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
8306
8337
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
8307
8338
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.alternative_transfer_function #=> String, one of "INSERT", "OMIT"
|
@@ -8342,6 +8373,7 @@ module Aws::MediaLive
|
|
8342
8373
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_padding #=> String, one of "NONE", "PADDED"
|
8343
8374
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_width #=> Integer
|
8344
8375
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.treeblock_size #=> String, one of "AUTO", "TREE_SIZE_32X32"
|
8376
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.min_qp #=> Integer
|
8345
8377
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "LOW", "MEDIUM", "OFF"
|
8346
8378
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
8347
8379
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
|
@@ -9560,6 +9592,7 @@ module Aws::MediaLive
|
|
9560
9592
|
# 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"
|
9561
9593
|
# 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"
|
9562
9594
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_burnin_settings.prefix #=> String
|
9595
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.min_qp #=> Integer
|
9563
9596
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
9564
9597
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
9565
9598
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.alternative_transfer_function #=> String, one of "INSERT", "OMIT"
|
@@ -9600,6 +9633,7 @@ module Aws::MediaLive
|
|
9600
9633
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_padding #=> String, one of "NONE", "PADDED"
|
9601
9634
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tile_width #=> Integer
|
9602
9635
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.treeblock_size #=> String, one of "AUTO", "TREE_SIZE_32X32"
|
9636
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.min_qp #=> Integer
|
9603
9637
|
# resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "LOW", "MEDIUM", "OFF"
|
9604
9638
|
# resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
9605
9639
|
# resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
|
@@ -11282,14 +11316,19 @@ module Aws::MediaLive
|
|
11282
11316
|
# @api private
|
11283
11317
|
def build_request(operation_name, params = {})
|
11284
11318
|
handlers = @handlers.for(operation_name)
|
11319
|
+
tracer = config.telemetry_provider.tracer_provider.tracer(
|
11320
|
+
Aws::Telemetry.module_to_tracer_name('Aws::MediaLive')
|
11321
|
+
)
|
11285
11322
|
context = Seahorse::Client::RequestContext.new(
|
11286
11323
|
operation_name: operation_name,
|
11287
11324
|
operation: config.api.operation(operation_name),
|
11288
11325
|
client: self,
|
11289
11326
|
params: params,
|
11290
|
-
config: config
|
11327
|
+
config: config,
|
11328
|
+
tracer: tracer
|
11329
|
+
)
|
11291
11330
|
context[:gem_name] = 'aws-sdk-medialive'
|
11292
|
-
context[:gem_version] = '1.
|
11331
|
+
context[:gem_version] = '1.130.0'
|
11293
11332
|
Seahorse::Client::Request.new(handlers, context)
|
11294
11333
|
end
|
11295
11334
|
|
@@ -930,6 +930,7 @@ module Aws::MediaLive
|
|
930
930
|
__integerMin1Max3600000 = Shapes::IntegerShape.new(name: '__integerMin1Max3600000')
|
931
931
|
__integerMin1Max4 = Shapes::IntegerShape.new(name: '__integerMin1Max4')
|
932
932
|
__integerMin1Max5 = Shapes::IntegerShape.new(name: '__integerMin1Max5')
|
933
|
+
__integerMin1Max51 = Shapes::IntegerShape.new(name: '__integerMin1Max51')
|
933
934
|
__integerMin1Max6 = Shapes::IntegerShape.new(name: '__integerMin1Max6')
|
934
935
|
__integerMin1Max8 = Shapes::IntegerShape.new(name: '__integerMin1Max8')
|
935
936
|
__integerMin256Max3840 = Shapes::IntegerShape.new(name: '__integerMin256Max3840')
|
@@ -2557,6 +2558,7 @@ module Aws::MediaLive
|
|
2557
2558
|
H264Settings.add_member(:temporal_aq, Shapes::ShapeRef.new(shape: H264TemporalAq, location_name: "temporalAq"))
|
2558
2559
|
H264Settings.add_member(:timecode_insertion, Shapes::ShapeRef.new(shape: H264TimecodeInsertionBehavior, location_name: "timecodeInsertion"))
|
2559
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"))
|
2560
2562
|
H264Settings.struct_class = Types::H264Settings
|
2561
2563
|
|
2562
2564
|
H265ColorSpaceSettings.add_member(:color_space_passthrough_settings, Shapes::ShapeRef.new(shape: ColorSpacePassthroughSettings, location_name: "colorSpacePassthroughSettings"))
|
@@ -2605,6 +2607,7 @@ module Aws::MediaLive
|
|
2605
2607
|
H265Settings.add_member(:tile_padding, Shapes::ShapeRef.new(shape: H265TilePadding, location_name: "tilePadding"))
|
2606
2608
|
H265Settings.add_member(:tile_width, Shapes::ShapeRef.new(shape: __integerMin256Max3840, location_name: "tileWidth"))
|
2607
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"))
|
2608
2611
|
H265Settings.struct_class = Types::H265Settings
|
2609
2612
|
|
2610
2613
|
Hdr10Settings.add_member(:max_cll, Shapes::ShapeRef.new(shape: __integerMin0Max32768, location_name: "maxCll"))
|
@@ -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
|
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")?,
|
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
|
|
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.130.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-10 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
|