aws-sdk-neptunedata 1.43.0 → 1.44.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: 2234c9ea07737e85efe70d405d7423c33b7f0f21899bc343a9996245c511669d
4
- data.tar.gz: 469c3a73b52e1bfaca8bb3c44b3284097ab4ca4b7aeca1b25313f9ab7bb950b2
3
+ metadata.gz: de1c4ed39ddad70a9fb48be81d7a1ec1cfdfe9cb7f1ce69c7815dd6e4d0a33e3
4
+ data.tar.gz: a0b9cf96c90b09e28b0f845b6b5c57b129786b26155663e82a7675aa7579b0e3
5
5
  SHA512:
6
- metadata.gz: '05891fdf7c597663328b5433fcb3052d45f09bb31755911644bc409914141dfc5132bbc749068bbdc48a560b366857c2016352de0d276f3014d0877d71992814'
7
- data.tar.gz: 00c8a5929d18137b14b32c35032ccaf0e53be93145ea0630c644bc6a25423436f45cf5e2ff9dc6794cf4d6dfc0b157d65c745cad15d4bb18f93f1165fc154b6e
6
+ metadata.gz: 6474b2831fc1170cee9a5f2f7f2eb5f229d65e8cf94e2a5a41714a6ddf164a3be8aec111e017176791785a23d81ab88e61fcd51292841a5a58ccef8792abd32f
7
+ data.tar.gz: 0c08aaf42fd7d61c072e713f9995ac8fc65a09ea4e942d6243977584411bcde2a5737a50b67baf3757a912f242159b6bea872f9f3db93c41968cdbc476e8ae9b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.44.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.43.0 (2026-05-15)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.43.0
1
+ 1.44.0
@@ -199,7 +199,7 @@ module Aws::Neptunedata
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::Neptunedata
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -3443,7 +3441,7 @@ module Aws::Neptunedata
3443
3441
  tracer: tracer
3444
3442
  )
3445
3443
  context[:gem_name] = 'aws-sdk-neptunedata'
3446
- context[:gem_version] = '1.43.0'
3444
+ context[:gem_version] = '1.44.0'
3447
3445
  Seahorse::Client::Request.new(handlers, context)
3448
3446
  end
3449
3447
 
@@ -54,7 +54,7 @@ module Aws::Neptunedata
54
54
  autoload :EndpointProvider, 'aws-sdk-neptunedata/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-neptunedata/endpoints'
56
56
 
57
- GEM_VERSION = '1.43.0'
57
+ GEM_VERSION = '1.44.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-neptunedata
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.43.0
4
+ version: 1.44.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement