aws-sdk-mediaconvert 1.74.0 → 1.78.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 +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mediaconvert/client.rb +632 -223
- data/lib/aws-sdk-mediaconvert/client_api.rb +125 -0
- data/lib/aws-sdk-mediaconvert/types.rb +1218 -382
- data/lib/aws-sdk-mediaconvert.rb +1 -1
- 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: 8b62a07e18cdece36751904e1ca51b230f4991bb5184f64e9c499c188baa238c
|
|
4
|
+
data.tar.gz: 5541892511a171a8adcaf04a78c28e171594c3b0c96440846269b7e4016da9b8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4ec0297a8f983208304c782442b5c0f2794f0b907d9326bbc2eee66388e1df9d4fa6da1e882a58966441ba895d8a5e59c19495c5422f632fd52c622d32bd63cb
|
|
7
|
+
data.tar.gz: '094232e552dd300789826674aaebc0f18b7f038d0ebcf4226dbdd7279dc044a94e3196ecc2bef191eddcea77c7e6ff98adbfb5543294ad6f0a8b70c09fbf9e73'
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,26 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.78.0 (2021-10-20)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - AWS Elemental MediaConvert SDK has added support for specifying caption time delta in milliseconds and the ability to apply color range legalization to source content other than AVC video.
|
|
8
|
+
|
|
9
|
+
1.77.0 (2021-10-18)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
14
|
+
1.76.0 (2021-10-08)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - AWS Elemental MediaConvert has added the ability to set account policies which control access restrictions for HTTP, HTTPS, and S3 content sources.
|
|
18
|
+
|
|
19
|
+
1.75.0 (2021-09-23)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - This release adds style and positioning support for caption or subtitle burn-in from rich text sources such as TTML. This release also introduces configurable image-based trick play track generation.
|
|
23
|
+
|
|
4
24
|
1.74.0 (2021-09-01)
|
|
5
25
|
------------------
|
|
6
26
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.78.0
|