aws-sdk-transcribeservice 1.76.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-transcribeservice/client.rb +308 -251
- data/lib/aws-sdk-transcribeservice/client_api.rb +4 -0
- data/lib/aws-sdk-transcribeservice/endpoint_parameters.rb +66 -0
- data/lib/aws-sdk-transcribeservice/endpoint_provider.rb +132 -0
- data/lib/aws-sdk-transcribeservice/endpoints.rb +561 -0
- data/lib/aws-sdk-transcribeservice/plugins/endpoints.rb +146 -0
- data/lib/aws-sdk-transcribeservice/types.rb +561 -590
- data/lib/aws-sdk-transcribeservice.rb +5 -1
- metadata +8 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a490daf44f9ca2d6c7ab46a532662747142d7613f33aff7dfe2812b470fd0ce0
|
4
|
+
data.tar.gz: 65262aa6a284b2120c81817d4605ffb6879d522d6c156b0c91416dddfd1006f3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '0185e612caa457e2494e3d0a437d3ab9c80ad806d7a7f82ef9a6b518d3afabfe2baee535358a77f36a58b58b4ca3a9f3ce59d0e03f8332e374381a438f5bacf9'
|
7
|
+
data.tar.gz: 3868e7d6923c41b2fef1ece61e83b82c0323e8b1dbeeb4e9131ea582f6319f908fe82d7c7fa83d4e2e0ac1437d07a2e64c796a009a2932172bb54b1af8f079cb
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.78.0 (2022-11-28)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds support for 'inputType' for post-call and real-time (streaming) Call Analytics within Amazon Transcribe.
|
8
|
+
|
9
|
+
1.77.0 (2022-10-25)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.76.0 (2022-07-22)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.78.0
|