aws-sdk-transcribeservice 1.115.0 → 1.117.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-transcribeservice/client.rb +42 -43
- data/lib/aws-sdk-transcribeservice/types.rb +5 -5
- data/lib/aws-sdk-transcribeservice.rb +1 -1
- data/sig/client.rbs +20 -20
- data/sig/types.rbs +31 -31
- 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: a4e5ef95887c01202215c353162cdb29f200157d7307064e68040a940c9e0360
|
4
|
+
data.tar.gz: 5802859edb32b511c45525d3db68802f6f01d769710fc23db2e56d9298c4c80a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a5a0bf79c15478bdbd5575a94f167a9d4647494308fcf28a00944b879492127fa5c27c3e8c4af61edb945338b31ee0d32a989b8355ef06177a821b2c894934d0
|
7
|
+
data.tar.gz: ff0b7d0e0978baf1496c78d342cfeaeda9f3c82535544c57ed5d17109d66a164422481f9e2866d4dfdcfaf0f01f5f45648d3e15651478e2dd87ffe0e1653c89d
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.117.0 (2025-04-03)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This Feature Adds Support for the "zh-HK" Locale for Batch Operations
|
8
|
+
|
9
|
+
1.116.0 (2025-03-03)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updating documentation for post call analytics job queueing.
|
13
|
+
|
4
14
|
1.115.0 (2025-02-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.117.0
|