aws-sdk-dynamodb 1.26.0 → 1.27.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
  SHA1:
3
- metadata.gz: f0840198ec3418a06260e64da7ac9a141105434d
4
- data.tar.gz: 2963d94a05247894c8ebe152071035a013668afd
3
+ metadata.gz: 366f5d9b676d897ebf3d922d4bfba7f04bc56df8
4
+ data.tar.gz: 37abe2d187adea73378151d51a4fe87a5276c884
5
5
  SHA512:
6
- metadata.gz: 88c3d45df4f0c47fd88cb2db72d639c447e15c47921c741ba3c6ee510a5f5e41fe6afdd4f8cdcb2c62b105547d119998bfb88457685a4802edcd34db3445bad1
7
- data.tar.gz: b0fe4f0ffb6d1bd7d6d8b0ebd837491bf804eadf968af05c156bcde6f1ac8e69239decc071b88f4f56ccb0d2b7118a59956e15d37002d96b4f27a0d96d601baf
6
+ metadata.gz: f588aa1bbded54ad673995fbd75b4145bf92f4dca8f1afd4794cd5aba4035dd6bf54392ceb80ef5bc7e91399bf45767566f38cbaf824386bd49767305fc25aa6
7
+ data.tar.gz: 5d4e0f97b41cb4c87968eae1e696a65ec963dc5d1b67f76970a21bd11b875851ee28c48e616cf8fa0786e9bc420cbb1fcc8aeccb48c5070b3dd6ebda1b748d63
@@ -44,6 +44,6 @@ require_relative 'aws-sdk-dynamodb/customizations'
44
44
  # @service
45
45
  module Aws::DynamoDB
46
46
 
47
- GEM_VERSION = '1.26.0'
47
+ GEM_VERSION = '1.27.0'
48
48
 
49
49
  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
  require 'aws-sdk-dynamodb/plugins/extended_retries.rb'
@@ -58,6 +59,7 @@ module Aws::DynamoDB
58
59
  add_plugin(Aws::Plugins::JsonvalueConverter)
59
60
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
60
61
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
62
+ add_plugin(Aws::Plugins::TransferEncoding)
61
63
  add_plugin(Aws::Plugins::SignatureV4)
62
64
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
63
65
  add_plugin(Aws::DynamoDB::Plugins::ExtendedRetries)
@@ -5810,7 +5812,7 @@ module Aws::DynamoDB
5810
5812
  params: params,
5811
5813
  config: config)
5812
5814
  context[:gem_name] = 'aws-sdk-dynamodb'
5813
- context[:gem_version] = '1.26.0'
5815
+ context[:gem_version] = '1.27.0'
5814
5816
  Seahorse::Client::Request.new(handlers, context)
5815
5817
  end
5816
5818
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-dynamodb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.26.0
4
+ version: 1.27.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-04-25 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