aws-sdk-medialive 1.148.0 → 1.151.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 +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-medialive/client.rb +446 -7
- data/lib/aws-sdk-medialive/client_api.rb +238 -0
- data/lib/aws-sdk-medialive/types.rb +610 -17
- data/lib/aws-sdk-medialive.rb +1 -1
- data/sig/client.rbs +152 -9
- data/sig/types.rbs +154 -4
- 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: 6f810638103693d7fcde2351b07ef9796ca5afae18bc87073131f71783a00b1b
|
4
|
+
data.tar.gz: a422612d519ab4ad3b821ccb13a3e382245b2308d4cb1cd0fea3f1f6440a6756
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9c42989776b02fcd409094ccc38594662e3102d6278218cbd9b1acee2742d23ed18f78fc1798db3eb2c00fb94e7eae4f3bd9199ca942cb82ed9ef35570457280
|
7
|
+
data.tar.gz: e204f6d43743a2c5f4c38ff6270cdae234205ce844b1c348c59cba2f79d1fea829118a033170791b3971648d225f2cfef2d1ff0ff56aecce7d6b08d5879681ea
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,21 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.151.0 (2025-04-10)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - AWS Elemental MediaLive / Features : Add support for CMAF Ingest CaptionLanguageMappings, TimedMetadataId3 settings, and Link InputResolution.
|
8
|
+
|
9
|
+
1.150.0 (2025-04-07)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - AWS Elemental MediaLive now supports SDI inputs to MediaLive Anywhere Channels in workflows that use AWS SDKs.
|
13
|
+
|
14
|
+
1.149.0 (2025-04-02)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Added support for SMPTE 2110 inputs when running a channel in a MediaLive Anywhere cluster. This feature enables ingestion of SMPTE 2110-compliant video, audio, and ancillary streams by reading SDP files that AWS Elemental MediaLive can retrieve from a network source.
|
18
|
+
|
4
19
|
1.148.0 (2025-03-11)
|
5
20
|
------------------
|
6
21
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.151.0
|