aws-sdk-mediatailor 1.92.0 → 1.93.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-mediatailor/client.rb +246 -233
- data/lib/aws-sdk-mediatailor/client_api.rb +50 -40
- data/lib/aws-sdk-mediatailor/types.rb +295 -241
- data/lib/aws-sdk-mediatailor.rb +1 -1
- data/sig/client.rbs +127 -122
- data/sig/types.rbs +48 -39
- 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: 46e90916db7049ad3aaedeef1967aa53d0e02d7a2b675808664975ab2d25e148
|
4
|
+
data.tar.gz: 262e1216c17010ae51b877e175a0fb6862c99fb34cd1b8b8d41992cb0f04871f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f1691c03ce17b3fee82a968adfc83a0fe8e646d3a2584ff39a5cdabe80d445d984489c69ea1cd6474a1dd76df28cee896753058a55b50d28fcd48ce043807d68
|
7
|
+
data.tar.gz: 6342a26fc4f8f97b2909231621c4f202e9d189d01506cf19cb938cc437b63a9544d3a78721d9af6e7f05cfdc6cedfd063b5acfa2982ec185522a5464a9570bd0
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.93.0 (2025-01-30)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Adds options for configuring how MediaTailor conditions ads before inserting them into the content stream. Based on the new settings, MediaTailor will either transcode ads to match the content stream as it has in the past, or it will insert ads without first transcoding them.
|
8
|
+
|
4
9
|
1.92.0 (2025-01-15)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.93.0
|