aws-sdk-transcribestreamingservice 1.14.0 → 1.15.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4b85b364b036d713dd14ca91ebfc8652c78a028505c69ff71f68e4dbef43fd33
|
4
|
+
data.tar.gz: 768de24cbb18579513f9ece76487647e0d3a9cb5ee915052cd3923a8cc0e2431
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 356b3671f45c94df0653b77b991b24a83b138f2085ca8e9097368e956808df68af8281b112b02fe7d0f320ac1f8f0e1efb46933a1c68eecdb29b3382d97bb19b
|
7
|
+
data.tar.gz: 11e61d542d875edb85fa8568f368adcffdc48f0ee71e8f424a5b129214397578b0861015ade55876b2485e74e4c4068718fc9d3f5823bb5f6250d98443884523
|
@@ -474,7 +474,7 @@ module Aws::TranscribeStreamingService
|
|
474
474
|
http_response: Seahorse::Client::Http::AsyncResponse.new,
|
475
475
|
config: config)
|
476
476
|
context[:gem_name] = 'aws-sdk-transcribestreamingservice'
|
477
|
-
context[:gem_version] = '1.
|
477
|
+
context[:gem_version] = '1.15.0'
|
478
478
|
Seahorse::Client::Request.new(handlers, context)
|
479
479
|
end
|
480
480
|
|
@@ -178,7 +178,7 @@ module Aws::TranscribeStreamingService
|
|
178
178
|
# requests fetching endpoints information. Defaults to 60 sec.
|
179
179
|
#
|
180
180
|
# @option options [Boolean] :endpoint_discovery (false)
|
181
|
-
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
181
|
+
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
182
182
|
#
|
183
183
|
# @option options [Proc] :event_stream_handler
|
184
184
|
# When an EventStream or Proc object is provided, it will be used as callback for each chunk of event stream response received along the way.
|
@@ -332,7 +332,7 @@ module Aws::TranscribeStreamingService
|
|
332
332
|
params: params,
|
333
333
|
config: config)
|
334
334
|
context[:gem_name] = 'aws-sdk-transcribestreamingservice'
|
335
|
-
context[:gem_version] = '1.
|
335
|
+
context[:gem_version] = '1.15.0'
|
336
336
|
Seahorse::Client::Request.new(handlers, context)
|
337
337
|
end
|
338
338
|
|
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.15.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: 2020-05-
|
11
|
+
date: 2020-05-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|