aws-sdk-transcribeservice 1.119.0 → 1.122.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-transcribeservice/client.rb +41 -41
- data/lib/aws-sdk-transcribeservice/types.rb +18 -0
- data/lib/aws-sdk-transcribeservice.rb +1 -1
- data/sig/client.rbs +21 -21
- data/sig/types.rbs +32 -32
- 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: 8e788c0976d04dd1cf152f7b07735b2ffd15b2592d1c9fa3d09de2f115f6e0ab
|
4
|
+
data.tar.gz: 3bc592b30315d06c81aa5938327862b939c64386172eefc7376ed3f44a94734c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d25d1d612cbb8d18857be28bb599144b25d39dca7e1ef61be34e9d4b0165c5a0efaf95482337b4038567ce55890bdfb3fa3f8c5f58bd2e2c894be05d643bc2f9
|
7
|
+
data.tar.gz: 7107cc899faef829759e9a1d0d45da7c9b009fe07b0fb846020e21ba6f0cd31c3f13d36eb9a904308a45c91c4f4774cc8087b6fbc86e2c0a055b2c828abe75cc
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,21 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.122.0 (2025-06-24)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This Feature Adds Support for the "et-EE" Locale for Batch Operations
|
8
|
+
|
9
|
+
1.121.0 (2025-06-04)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - AWS Healthscribe now supports new templates for the clinical note summary: BIRP, SIRP, DAP, BEHAVIORAL_SOAP, and PHYSICAL_SOAP
|
13
|
+
|
14
|
+
1.120.0 (2025-06-02)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
4
19
|
1.119.0 (2025-05-12)
|
5
20
|
------------------
|
6
21
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.122.0
|