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: bc7ae51406aaf873d2039757ba77120ad42a430e4b45e41e7d263c795bca749f
4
- data.tar.gz: 6962deebc6fbd1f6c1c97fe9393238e5fc0febd4bbc7bfc01241e2a449681349
3
+ metadata.gz: 4b85b364b036d713dd14ca91ebfc8652c78a028505c69ff71f68e4dbef43fd33
4
+ data.tar.gz: 768de24cbb18579513f9ece76487647e0d3a9cb5ee915052cd3923a8cc0e2431
5
5
  SHA512:
6
- metadata.gz: 72ef592700ba4f5bf65eabb5077cfea4d250d44428aa6831f113293b0f1f658ff09eb2f893036b020f67dbf58e0338ea47fb232c9221d49d8ae42110b7a7c3b0
7
- data.tar.gz: c8a75c669caf72e20f0487498bab12106e8f554a9977e608b53e6ab847677beebb058d005e2fa50a4e2197fb1957365f0ef24ba8d16662027bf936624b67ffd2
6
+ metadata.gz: 356b3671f45c94df0653b77b991b24a83b138f2085ca8e9097368e956808df68af8281b112b02fe7d0f320ac1f8f0e1efb46933a1c68eecdb29b3382d97bb19b
7
+ data.tar.gz: 11e61d542d875edb85fa8568f368adcffdc48f0ee71e8f424a5b129214397578b0861015ade55876b2485e74e4c4068718fc9d3f5823bb5f6250d98443884523
@@ -47,6 +47,6 @@ require_relative 'aws-sdk-transcribestreamingservice/event_streams'
47
47
  # @service
48
48
  module Aws::TranscribeStreamingService
49
49
 
50
- GEM_VERSION = '1.14.0'
50
+ GEM_VERSION = '1.15.0'
51
51
 
52
52
  end
@@ -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.14.0'
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. Defaults to `false`.
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.14.0'
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.14.0
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-20 00:00:00.000000000 Z
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