aws-sdk-dynamodb 1.16.0 → 1.17.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 +4 -4
- data/lib/aws-sdk-dynamodb.rb +1 -1
- data/lib/aws-sdk-dynamodb/client.rb +7 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 872fa31bfe14f07f07ea9095ece16937410fd346
|
|
4
|
+
data.tar.gz: ce76b114c5e81c1df1eaec2aa575bc9fe16c746b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 99176827c46f11d45a34512e637c693d64cb4e510c4298c4fba746797ef3196bb6d3d8896901c1ad6fcf334098b533cb3f636eb81b9b048f975f03dfbc0b440c
|
|
7
|
+
data.tar.gz: 82d3a827eb377e66ba4d26af52f3d1be594110fdc9ff169faedfb8102dd69e9f44fd31215ed7fa906c0085c416e168e3ff29d1b48adf59ae567062b620106a7d
|
data/lib/aws-sdk-dynamodb.rb
CHANGED
|
@@ -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.
|
|
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.
|
|
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-
|
|
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.
|
|
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.
|
|
32
|
+
version: 3.39.0
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: aws-sigv4
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|