aws-sdk-kinesisanalytics 1.13.0 → 1.14.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
  SHA1:
3
- metadata.gz: cd82be68b20da3506db2eec67601f5770809c80c
4
- data.tar.gz: 81087b0c72784b633f571a79daa26bcab763f7f4
3
+ metadata.gz: 89089773c49492fc7ba8c5a5ea6381fb28a01f56
4
+ data.tar.gz: 826141a2f1f608ad0cf9c6fa79e761e229b6dbe6
5
5
  SHA512:
6
- metadata.gz: b86e980ac79b8c047a055476649e1bb06d6d356a8e1781a975668b256ace69153c4006b0bff558361f3ed95976a02b44172722b264407b34d7c227fb9d9491c1
7
- data.tar.gz: 37a40a533a7cf9621f0408f100403eec9cec5b88eab57bd72bd8175c2382f372056a5d37acab964a37bbb5933b54d7d1fe89aa2fb1bbe8b701e4c70f61b23276
6
+ metadata.gz: de4f4483c2a0c206c5beaca58d39bc57bfc49a9e0406f80298422b112f350f02e539b29308e40b11252352fdd8fa4d1195b60add53d0399c47e506acfd018505
7
+ data.tar.gz: 409bc1cf0e17ee7dcbce7f827465e76c2c54d9c5af4bf1c03e32e9117dea9a7248b7efa30814441f7923691be90dfdcf0af66a47f18d9440e664d581a5c6f5dd
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-kinesisanalytics/customizations'
42
42
  # @service
43
43
  module Aws::KinesisAnalytics
44
44
 
45
- GEM_VERSION = '1.13.0'
45
+ GEM_VERSION = '1.14.0'
46
46
 
47
47
  end
@@ -23,6 +23,7 @@ require 'aws-sdk-core/plugins/idempotency_token.rb'
23
23
  require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
24
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
25
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
+ require 'aws-sdk-core/plugins/transfer_encoding.rb'
26
27
  require 'aws-sdk-core/plugins/signature_v4.rb'
27
28
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
28
29
 
@@ -55,6 +56,7 @@ module Aws::KinesisAnalytics
55
56
  add_plugin(Aws::Plugins::JsonvalueConverter)
56
57
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
57
58
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
59
+ add_plugin(Aws::Plugins::TransferEncoding)
58
60
  add_plugin(Aws::Plugins::SignatureV4)
59
61
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
60
62
 
@@ -1837,7 +1839,7 @@ module Aws::KinesisAnalytics
1837
1839
  params: params,
1838
1840
  config: config)
1839
1841
  context[:gem_name] = 'aws-sdk-kinesisanalytics'
1840
- context[:gem_version] = '1.13.0'
1842
+ context[:gem_version] = '1.14.0'
1841
1843
  Seahorse::Client::Request.new(handlers, context)
1842
1844
  end
1843
1845
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-kinesisanalytics
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.13.0
4
+ version: 1.14.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: 2019-05-08 00:00:00.000000000 Z
11
+ date: 2019-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core