aws-sdk-transcribestreamingservice 1.29.0 → 1.29.1

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: ab1bc6d3004e5760660539b8b283a9d312d182a91dd8a5c83a4efba1ccf1333b
4
- data.tar.gz: 74053acacbe3857ea54716cad3ca1b4b42e3c3d7c900e342d37954e69bda3c1e
3
+ metadata.gz: a3b5d4cfaa51a687157a45c7b4cb86282228d0c2026bf18354154c28dccff8e2
4
+ data.tar.gz: 67069ad82e1d59cce01fb7a3b2ccfdc0fb9634c4cd5d8d9eabbc626ec4292786
5
5
  SHA512:
6
- metadata.gz: afc7be8799e8185db1b19f567f5cc8e03ea515409c542693e7de8fcff2727046deb3f37e637e59fddfd1cbd7ebfcafacc96b56b32544c94886d8c6e607d96d47
7
- data.tar.gz: cb3bebee438b98e76502fdc917b671bf41e8db994d3eebde7bb42866b2e8907d08f19bdc7e3412e1b79cba11ceab147d47aa12838eca142874ccd12a9a38bc3e
6
+ metadata.gz: d0ef9b633b10abdaa69bfc3c7b07f85804c323af12f23d272af43aac32620cfcfee5218f5a970efe83d5141a34cef0ce6698c9cd54d145e021ed1ce5d85585a6
7
+ data.tar.gz: 5cf0813c13e6b7762b5865be4665987544071dfe4074a6f32238a4fc84032fc49ebb37ff85a2de26c903c01cfaed405460fe4a76b31fde7e9fa9c77344768cae
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.29.1 (2021-07-14)
5
+ ------------------
6
+
7
+ * Issue - Remove `content-length` header from `AsyncClient`.
8
+
4
9
  1.29.0 (2021-05-11)
5
10
  ------------------
6
11
 
@@ -160,4 +165,4 @@ Unreleased Changes
160
165
  1.0.0 (2019-03-21)
161
166
  ------------------
162
167
 
163
- * Feature - Initial release of `aws-sdk-transcribestreamingservice`.
168
+ * Feature - Initial release of `aws-sdk-transcribestreamingservice`.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.29.0
1
+ 1.29.1
@@ -50,6 +50,6 @@ require_relative 'aws-sdk-transcribestreamingservice/event_streams'
50
50
  # @!group service
51
51
  module Aws::TranscribeStreamingService
52
52
 
53
- GEM_VERSION = '1.29.0'
53
+ GEM_VERSION = '1.29.1'
54
54
 
55
55
  end
@@ -12,7 +12,6 @@ if RUBY_VERSION >= '2.1'
12
12
  require 'http/2'
13
13
  rescue LoadError; end
14
14
  end
15
- require 'seahorse/client/plugins/content_length.rb'
16
15
  require 'aws-sdk-core/plugins/credentials_configuration.rb'
17
16
  require 'aws-sdk-core/plugins/logging.rb'
18
17
  require 'aws-sdk-core/plugins/param_converter.rb'
@@ -42,7 +41,6 @@ module Aws::TranscribeStreamingService
42
41
 
43
42
  set_api(ClientApi::API)
44
43
 
45
- add_plugin(Seahorse::Client::Plugins::ContentLength)
46
44
  add_plugin(Aws::Plugins::CredentialsConfiguration)
47
45
  add_plugin(Aws::Plugins::Logging)
48
46
  add_plugin(Aws::Plugins::ParamConverter)
@@ -813,7 +811,7 @@ module Aws::TranscribeStreamingService
813
811
  http_response: Seahorse::Client::Http::AsyncResponse.new,
814
812
  config: config)
815
813
  context[:gem_name] = 'aws-sdk-transcribestreamingservice'
816
- context[:gem_version] = '1.29.0'
814
+ context[:gem_version] = '1.29.1'
817
815
  Seahorse::Client::Request.new(handlers, context)
818
816
  end
819
817
 
@@ -351,7 +351,7 @@ module Aws::TranscribeStreamingService
351
351
  params: params,
352
352
  config: config)
353
353
  context[:gem_name] = 'aws-sdk-transcribestreamingservice'
354
- context[:gem_version] = '1.29.0'
354
+ context[:gem_version] = '1.29.1'
355
355
  Seahorse::Client::Request.new(handlers, context)
356
356
  end
357
357
 
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.29.0
4
+ version: 1.29.1
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: 2021-05-11 00:00:00.000000000 Z
11
+ date: 2021-07-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core