aws-sdk-transcribestreamingservice 1.58.0 → 1.60.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ca43f89fb5d7d2d82af44b201775ac17f37d979bd1620b3341bb5e47792bcc05
|
4
|
+
data.tar.gz: a496c1b76d1c4cd94312f5dbbd2f05928dc4eb6a83a4addcf17b459f0624f254
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8d0fe5a43b3f397c7863f4bef1dd6e2ba0493639c37932620eea18918e8581c05ddf4f6aefb6d0edb6047c89af73efd639af847920df2622f17119f6de7202b9
|
7
|
+
data.tar.gz: 51f54bec1405be44d30275166d28d9809e948f335d6bb8e24d5671b43669f37a47248a85b77ba14ceb681251f19e21828c0ffeba066fcff9dbf903cded9b9254
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.60.0 (2024-06-05)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.59.0 (2024-05-13)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.58.0 (2024-04-25)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.60.0
|
@@ -244,8 +244,9 @@ module Aws::TranscribeStreamingService
|
|
244
244
|
#
|
245
245
|
# @option options [String] :sdk_ua_app_id
|
246
246
|
# A unique and opaque application ID that is appended to the
|
247
|
-
# User-Agent header as app
|
248
|
-
# maximum length of 50.
|
247
|
+
# User-Agent header as app/sdk_ua_app_id. It should have a
|
248
|
+
# maximum length of 50. This variable is sourced from environment
|
249
|
+
# variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
|
249
250
|
#
|
250
251
|
# @option options [String] :secret_access_key
|
251
252
|
#
|
@@ -1720,7 +1721,7 @@ module Aws::TranscribeStreamingService
|
|
1720
1721
|
http_response: Seahorse::Client::Http::AsyncResponse.new,
|
1721
1722
|
config: config)
|
1722
1723
|
context[:gem_name] = 'aws-sdk-transcribestreamingservice'
|
1723
|
-
context[:gem_version] = '1.
|
1724
|
+
context[:gem_version] = '1.60.0'
|
1724
1725
|
Seahorse::Client::Request.new(handlers, context)
|
1725
1726
|
end
|
1726
1727
|
|
@@ -312,8 +312,9 @@ module Aws::TranscribeStreamingService
|
|
312
312
|
#
|
313
313
|
# @option options [String] :sdk_ua_app_id
|
314
314
|
# A unique and opaque application ID that is appended to the
|
315
|
-
# User-Agent header as app
|
316
|
-
# maximum length of 50.
|
315
|
+
# User-Agent header as app/sdk_ua_app_id. It should have a
|
316
|
+
# maximum length of 50. This variable is sourced from environment
|
317
|
+
# variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
|
317
318
|
#
|
318
319
|
# @option options [String] :secret_access_key
|
319
320
|
#
|
@@ -436,7 +437,7 @@ module Aws::TranscribeStreamingService
|
|
436
437
|
params: params,
|
437
438
|
config: config)
|
438
439
|
context[:gem_name] = 'aws-sdk-transcribestreamingservice'
|
439
|
-
context[:gem_version] = '1.
|
440
|
+
context[:gem_version] = '1.60.0'
|
440
441
|
Seahorse::Client::Request.new(handlers, context)
|
441
442
|
end
|
442
443
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-transcribestreamingservice
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.60.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-06-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.197.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.197.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|