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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dc8615652bfc1c8077273fd0d78b0a4da266decb8abb73e63d03803574a500bd
4
- data.tar.gz: 83c44838b490b19d951a1b457d9ac0b6476ba20646d4987dc5edb657d3438725
3
+ metadata.gz: 746147ac31146ca2c5be27607d3a59b8fffd832eb72d508baa1a2425b211ab7c
4
+ data.tar.gz: 0a31a900c29ece7d1122d7e2a5bbafb2bab65463093058aef20965d2be462102
5
5
  SHA512:
6
- metadata.gz: b4e4140658888e4ea83fe8896cb8715ea84ba8bfa26bbcc2a427e5f2cf52bc2558953aa0179244e1627f8ed8d61c5c3ed94d83df661e2b24be84b12e39706442
7
- data.tar.gz: bf949ea4b0b3498836621be3288291190adfd531d1e5f67c539d6c250ce869d2e271557574f39f1c190851c7fa9c048e51f71dc5ecbd69560152f26a730223d8
6
+ metadata.gz: f685236467a778306a46e9e92cb59a29dd1d8982b837a51ec2d6b65fb259fbf7d18b4901e4b4c415bb3a2eb95e68f7070eb49ffc412fea4b10f878e33665842e
7
+ data.tar.gz: 52cb4af210b1e280556c8c9abbc884cfc291adf13c95d3567a2ab402cf9ff600c85ef7df8772b86dcb4d2cb6fbbcbc4c2aaec80fcdfcdbe0f970de768fefe27d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.84.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.83.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.83.0
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
- # Set to true to disable SDK automatically adding host prefix
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.83.0'
7634
+ context[:gem_version] = '1.84.0'
7636
7635
  Seahorse::Client::Request.new(handlers, context)
7637
7636
  end
7638
7637
 
@@ -55,7 +55,7 @@ module Aws::Neptune
55
55
  autoload :EndpointProvider, 'aws-sdk-neptune/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-neptune/endpoints'
57
57
 
58
- GEM_VERSION = '1.83.0'
58
+ GEM_VERSION = '1.84.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-neptune
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.83.0
4
+ version: 1.84.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services