aws-sdk-transcribestreamingservice 1.12.0 → 1.13.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: 758b1432c23e0635a3b7964471e6d28962bc06ea320b32899a6254483c0c1a68
4
- data.tar.gz: 62d8b22ce5727d277dfa881ae2759618539c303d1c1e65b0604a7ac9caa28237
3
+ metadata.gz: 5a873242aac6c2f3e33d8951adb06cba49f90545fa49da41f63bf9d8de24be62
4
+ data.tar.gz: 0e8e001d99de92ece4dd9663a8cdd28fd1c3e7ba2e9892ce46e747ada887f671
5
5
  SHA512:
6
- metadata.gz: 045afc8667283208af66b42e8a9de69a0f8ca5967d3b388ea4d5899c6ac628eb488602fad86015e9e738e5eaec975eacbd729b825e61491a01cb0f9c83cc1bbd
7
- data.tar.gz: b7214059d222b1fca4b1bd943ece3c2497bc7e80261b442eea5bf888a5ef9e8c6c12732aaeed83d5333e11b753f8a741af2fbca3db31ae072304758bfee77bc7
6
+ metadata.gz: 27cb6ac9d040863b9539757e34aff0d8a8df749323176fb84c84da06537189c99f8f83aff2c1dc5ae3cec85390a97d6d9221b20bb0d8fbd31d7a5f92ae79dc23
7
+ data.tar.gz: ea205a4c18679ede0900de7f16e692fe5537e6162a6d451ccca1c2ff0e36f6024506e97d4e5ae00a3da9b3767463dbcbf918d571e05185888dd15ef01117aa5f
@@ -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.12.0'
50
+ GEM_VERSION = '1.13.0'
51
51
 
52
52
  end
@@ -88,7 +88,7 @@ module Aws::TranscribeStreamingService
88
88
  # @option options [required, String] :region
89
89
  # The AWS region to connect to. The configured `:region` is
90
90
  # used to determine the service `:endpoint`. When not passed,
91
- # a default `:region` is search for in the following locations:
91
+ # a default `:region` is searched for in the following locations:
92
92
  #
93
93
  # * `Aws.config[:region]`
94
94
  # * `ENV['AWS_REGION']`
@@ -116,7 +116,7 @@ module Aws::TranscribeStreamingService
116
116
  # @option options [String] :endpoint
117
117
  # The client endpoint is normally constructed from the `:region`
118
118
  # option. You should only configure an `:endpoint` when connecting
119
- # to test endpoints. This should be avalid HTTP(S) URI.
119
+ # to test endpoints. This should be a valid HTTP(S) URI.
120
120
  #
121
121
  # @option options [Proc] :event_stream_handler
122
122
  # 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.
@@ -453,7 +453,7 @@ module Aws::TranscribeStreamingService
453
453
  http_response: Seahorse::Client::Http::AsyncResponse.new,
454
454
  config: config)
455
455
  context[:gem_name] = 'aws-sdk-transcribestreamingservice'
456
- context[:gem_version] = '1.12.0'
456
+ context[:gem_version] = '1.13.0'
457
457
  Seahorse::Client::Request.new(handlers, context)
458
458
  end
459
459
 
@@ -107,7 +107,7 @@ module Aws::TranscribeStreamingService
107
107
  # @option options [required, String] :region
108
108
  # The AWS region to connect to. The configured `:region` is
109
109
  # used to determine the service `:endpoint`. When not passed,
110
- # a default `:region` is search for in the following locations:
110
+ # a default `:region` is searched for in the following locations:
111
111
  #
112
112
  # * `Aws.config[:region]`
113
113
  # * `ENV['AWS_REGION']`
@@ -163,7 +163,7 @@ module Aws::TranscribeStreamingService
163
163
  # @option options [String] :endpoint
164
164
  # The client endpoint is normally constructed from the `:region`
165
165
  # option. You should only configure an `:endpoint` when connecting
166
- # to test endpoints. This should be avalid HTTP(S) URI.
166
+ # to test endpoints. This should be a valid HTTP(S) URI.
167
167
  #
168
168
  # @option options [Integer] :endpoint_cache_max_entries (1000)
169
169
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -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.12.0'
335
+ context[:gem_version] = '1.13.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.12.0
4
+ version: 1.13.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-04-22 00:00:00.000000000 Z
11
+ date: 2020-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core