aws-sdk-simpledb 1.63.0 → 1.64.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-simpledb/client.rb +2 -3
- data/lib/aws-sdk-simpledb.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ed09732a8c7bcad49e6aea8fe18f35e406e8a9a21234ecafc1a313b315840df8
|
4
|
+
data.tar.gz: 5171825265cfdb625d94999dfba886acf479a654f41875fd7ab51af90b06108d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1619b03f5ed65546837c89e4022534c4736c35e2857fde50b0c8c7ce5fc130d1c40894438f1bc7efecbc3a50956358bfc73a5f69e5b714a86a1acee3b51ff89e
|
7
|
+
data.tar.gz: 66d4ec0c1fd90a1a52484cece8cfe359c4710a3dc7c8f5d60f342e86dff1a97748cf94bb014cfa1a76deb8ff2dbfeddc3503188c9637c552e380dc99479207eb
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.64.0
|
@@ -199,8 +199,7 @@ module Aws::SimpleDB
|
|
199
199
|
# accepted modes and the configuration defaults that are included.
|
200
200
|
#
|
201
201
|
# @option options [Boolean] :disable_host_prefix_injection (false)
|
202
|
-
#
|
203
|
-
# to default service endpoint when available.
|
202
|
+
# When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
|
204
203
|
#
|
205
204
|
# @option options [Boolean] :disable_request_compression (false)
|
206
205
|
# When set to 'true' the request body will not be compressed
|
@@ -987,7 +986,7 @@ module Aws::SimpleDB
|
|
987
986
|
tracer: tracer
|
988
987
|
)
|
989
988
|
context[:gem_name] = 'aws-sdk-simpledb'
|
990
|
-
context[:gem_version] = '1.
|
989
|
+
context[:gem_version] = '1.64.0'
|
991
990
|
Seahorse::Client::Request.new(handlers, context)
|
992
991
|
end
|
993
992
|
|
data/lib/aws-sdk-simpledb.rb
CHANGED