aws-sdk-medialive 1.93.0 → 1.94.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-medialive/client.rb +93 -1972
- data/lib/aws-sdk-medialive/client_api.rb +18 -0
- data/lib/aws-sdk-medialive/types.rb +88 -17
- data/lib/aws-sdk-medialive.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 367d0514162fb3e29e80b0d3ca2ba4bdaa5013bd223d27635ccbff94b1c0a16c
|
4
|
+
data.tar.gz: a8c4bc3f3c74128b7c6a42ef9d227250ba6db14555e79e8f0a4586b54c3190ec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a5d56d252fc3cdb2f1bb699fafbf8eef3948dad6025e364fa606b79dfeb168635eab42657fa227421ae53b35e2d944e4282324e677f845767c590f6dcdb149c4
|
7
|
+
data.tar.gz: f14dd1e010cdfffea0c55abbca36f48053025e1f9a0e285f2038dc90b4fc2113b484c9113b19470d51197389aed29d02b1dcd02fd79f60a0bcebdaa1a9dc8a77
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.94.0 (2022-12-20)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds support for two new features to AWS Elemental MediaLive. First, you can now burn-in timecodes to your MediaLive outputs. Second, we now now support the ability to decode Dolby E audio when it comes in on an input.
|
8
|
+
|
4
9
|
1.93.0 (2022-12-09)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.94.0
|