aws-sdk-transcribeservice 1.91.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-transcribeservice/client.rb +479 -69
- data/lib/aws-sdk-transcribeservice/client_api.rb +153 -0
- data/lib/aws-sdk-transcribeservice/endpoint_provider.rb +3 -3
- data/lib/aws-sdk-transcribeservice/endpoints.rb +56 -0
- data/lib/aws-sdk-transcribeservice/plugins/endpoints.rb +8 -0
- data/lib/aws-sdk-transcribeservice/types.rb +743 -86
- data/lib/aws-sdk-transcribeservice.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: f4a8afa91e4b9e70c81a854ddf96553920e3fae2b89aec640ece229088a8d409
|
4
|
+
data.tar.gz: cf8de344c54e608d7411f20eabfbb57263ea0cac8abf25830cf203b470b513ea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c27bc25de27f726fdfda091eeaf080819386bebcb64bb352b2df98ad148fdddcebc93c7175b3ece56ac5b3e60965d555600d2bea3f9e4ebcd56cd30c740ad338
|
7
|
+
data.tar.gz: 9e6b7ea776822d79aa2e4bd4c654fed7bb32eaaaecab76fb066ce81e83af774a47c0120cd5094ae76513e8fda5fdb944c1e770a76c80c5ecf5dfcbdeb454751a
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.93.0 (2023-11-27)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds support for AWS HealthScribe APIs within Amazon Transcribe
|
8
|
+
|
9
|
+
1.92.0 (2023-11-27)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release adds support for transcriptions from audio sources in 64 new languages and introduces generative call summarization in Transcribe Call Analytics (Post call)
|
13
|
+
|
4
14
|
1.91.0 (2023-11-22)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.93.0
|