aws-sdk-dynamodb 1.16.0 → 1.17.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: 1f537f09e796ddf3a046ff35eecdcb42071ba330
4
- data.tar.gz: 8fcf2afa41439ecca1180d0d7360aa633981d7da
3
+ metadata.gz: 872fa31bfe14f07f07ea9095ece16937410fd346
4
+ data.tar.gz: ce76b114c5e81c1df1eaec2aa575bc9fe16c746b
5
5
  SHA512:
6
- metadata.gz: 7a08e2cf885466eb967cca505f59c254dd2e61b8f6e352d8a25b6c9b8e238dcbf9f13c88df3669a4a668bc1422a5212b8390f9feba36463f8d4a4e5ecf50553d
7
- data.tar.gz: e5e3be375d0856579a9a4c2e3f6972ba3bab4762ec86b28dc80e4adc446646c56baf8aa19212886469081864674297fc3e7461c1df948c408dc30b976f2ee6dd
6
+ metadata.gz: 99176827c46f11d45a34512e637c693d64cb4e510c4298c4fba746797ef3196bb6d3d8896901c1ad6fcf334098b533cb3f636eb81b9b048f975f03dfbc0b440c
7
+ data.tar.gz: 82d3a827eb377e66ba4d26af52f3d1be594110fdc9ff169faedfb8102dd69e9f44fd31215ed7fa906c0085c416e168e3ff29d1b48adf59ae567062b620106a7d
@@ -44,6 +44,6 @@ require_relative 'aws-sdk-dynamodb/customizations'
44
44
  # @service
45
45
  module Aws::DynamoDB
46
46
 
47
- GEM_VERSION = '1.16.0'
47
+ GEM_VERSION = '1.17.0'
48
48
 
49
49
  end
@@ -16,6 +16,7 @@ require 'aws-sdk-core/plugins/retry_errors.rb'
16
16
  require 'aws-sdk-core/plugins/global_configuration.rb'
17
17
  require 'aws-sdk-core/plugins/regional_endpoint.rb'
18
18
  require 'aws-sdk-core/plugins/endpoint_discovery.rb'
19
+ require 'aws-sdk-core/plugins/endpoint_pattern.rb'
19
20
  require 'aws-sdk-core/plugins/response_paging.rb'
20
21
  require 'aws-sdk-core/plugins/stub_responses.rb'
21
22
  require 'aws-sdk-core/plugins/idempotency_token.rb'
@@ -50,6 +51,7 @@ module Aws::DynamoDB
50
51
  add_plugin(Aws::Plugins::GlobalConfiguration)
51
52
  add_plugin(Aws::Plugins::RegionalEndpoint)
52
53
  add_plugin(Aws::Plugins::EndpointDiscovery)
54
+ add_plugin(Aws::Plugins::EndpointPattern)
53
55
  add_plugin(Aws::Plugins::ResponsePaging)
54
56
  add_plugin(Aws::Plugins::StubResponses)
55
57
  add_plugin(Aws::Plugins::IdempotencyToken)
@@ -136,6 +138,10 @@ module Aws::DynamoDB
136
138
  # When `true`, an attempt is made to coerce request parameters into
137
139
  # the required types.
138
140
  #
141
+ # @option options [Boolean] :disable_host_prefix_injection (false)
142
+ # Set to true to disable SDK automatically adding host prefix
143
+ # to default service endpoint when available.
144
+ #
139
145
  # @option options [String] :endpoint
140
146
  # The client endpoint is normally constructed from the `:region`
141
147
  # option. You should only configure an `:endpoint` when connecting
@@ -5410,7 +5416,7 @@ module Aws::DynamoDB
5410
5416
  params: params,
5411
5417
  config: config)
5412
5418
  context[:gem_name] = 'aws-sdk-dynamodb'
5413
- context[:gem_version] = '1.16.0'
5419
+ context[:gem_version] = '1.17.0'
5414
5420
  Seahorse::Client::Request.new(handlers, context)
5415
5421
  end
5416
5422
 
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.16.0
4
+ version: 1.17.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: 2018-11-08 00:00:00.000000000 Z
11
+ date: 2018-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.26.0
22
+ version: 3.39.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.26.0
32
+ version: 3.39.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement