aws-sdk-neptune 1.83.0 → 1.84.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-neptune/client.rb +2 -3
- data/lib/aws-sdk-neptune.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: 746147ac31146ca2c5be27607d3a59b8fffd832eb72d508baa1a2425b211ab7c
|
4
|
+
data.tar.gz: 0a31a900c29ece7d1122d7e2a5bbafb2bab65463093058aef20965d2be462102
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f685236467a778306a46e9e92cb59a29dd1d8982b837a51ec2d6b65fb259fbf7d18b4901e4b4c415bb3a2eb95e68f7070eb49ffc412fea4b10f878e33665842e
|
7
|
+
data.tar.gz: 52cb4af210b1e280556c8c9abbc884cfc291adf13c95d3567a2ab402cf9ff600c85ef7df8772b86dcb4d2cb6fbbcbc4c2aaec80fcdfcdbe0f970de768fefe27d
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.84.0
|
@@ -202,8 +202,7 @@ module Aws::Neptune
|
|
202
202
|
# accepted modes and the configuration defaults that are included.
|
203
203
|
#
|
204
204
|
# @option options [Boolean] :disable_host_prefix_injection (false)
|
205
|
-
#
|
206
|
-
# to default service endpoint when available.
|
205
|
+
# When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
|
207
206
|
#
|
208
207
|
# @option options [Boolean] :disable_request_compression (false)
|
209
208
|
# When set to 'true' the request body will not be compressed
|
@@ -7632,7 +7631,7 @@ module Aws::Neptune
|
|
7632
7631
|
tracer: tracer
|
7633
7632
|
)
|
7634
7633
|
context[:gem_name] = 'aws-sdk-neptune'
|
7635
|
-
context[:gem_version] = '1.
|
7634
|
+
context[:gem_version] = '1.84.0'
|
7636
7635
|
Seahorse::Client::Request.new(handlers, context)
|
7637
7636
|
end
|
7638
7637
|
|
data/lib/aws-sdk-neptune.rb
CHANGED