aws-sdk-neptunegraph 1.32.0 → 1.33.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: d8c814e262d9962e3b1f30688e1fbf0c8b266190b059da3679547f2c04b67bd7
4
- data.tar.gz: 057d2d718c857f331ede7c3253e0d24a66e3b8b000cab4a371f1fecfc0349b46
3
+ metadata.gz: 2faf352da8ac567cb7b00cbb31bc38702183963a65a7d82b07016416933bb0db
4
+ data.tar.gz: a64c03d19736d44ac6d14940e35e5586ca3b43031bfa9b5901431e50ac5a9afa
5
5
  SHA512:
6
- metadata.gz: e61bc5fca4ef02a348bfbecf3ffe114fa981067112c85de24758ef7f57e4d65251396951c57bfbdfcdaf5fe2944b5416646484910ee35c7ff9a0a45b9ecbcee3
7
- data.tar.gz: 771260f23f14749319ebc59d685b634e5dd9543c35cabaa9a58cf1403ec0ba655b6dbb68f82673e4adb5701b8e920c5d597503c9fef4df1f29cca7c045ceb991
6
+ metadata.gz: 8124e31d8218417d9de8b99ca4313008f8f999a3dbd2d936315ef37fd6bf41ea326c7bda6e21022c16aff986388891e2d6502d597b1befb0bab256ff0c39f7b2
7
+ data.tar.gz: be0812f345f4e7908a190c8bdea6eb585083d8a5fa6325a33770292d47459fb7c451d17fc44b1b07382f95492c96971cb107fd791405d2eee48507927d91fc40
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.33.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.32.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.32.0
1
+ 1.33.0
@@ -200,8 +200,7 @@ module Aws::NeptuneGraph
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -2448,7 +2447,7 @@ module Aws::NeptuneGraph
2448
2447
  tracer: tracer
2449
2448
  )
2450
2449
  context[:gem_name] = 'aws-sdk-neptunegraph'
2451
- context[:gem_version] = '1.32.0'
2450
+ context[:gem_version] = '1.33.0'
2452
2451
  Seahorse::Client::Request.new(handlers, context)
2453
2452
  end
2454
2453
 
@@ -55,7 +55,7 @@ module Aws::NeptuneGraph
55
55
  autoload :EndpointProvider, 'aws-sdk-neptunegraph/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-neptunegraph/endpoints'
57
57
 
58
- GEM_VERSION = '1.32.0'
58
+ GEM_VERSION = '1.33.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-neptunegraph
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.32.0
4
+ version: 1.33.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services