aws-sdk-neptune 1.88.0 → 1.89.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: 6a7755caf1817e3dc6a4f7930fcee45f9f2a8c4a47db0906660f98b461d43c5c
4
- data.tar.gz: d2650f04bd9f7adc52a56c8708781ce82e9cdfa100cabe9cfb69f87b1a757c6b
3
+ metadata.gz: dd4d3371e66cdf3850029023f98ff7bc2c9b5b981e176cb2f765d4fa76f68b36
4
+ data.tar.gz: 7d6e1e0c9df8f78399580b240bbf5cf7114190fcef484ea37c3195d683927206
5
5
  SHA512:
6
- metadata.gz: 21f2f709ac437cc8f20c031e54ed815c157ad6130b446db0d5141fee9fd9467f5a91cf042538a843f67df34d7ee3f254c0c0e62098c99bae18519b174123d903
7
- data.tar.gz: 3858ff68ed4aa07c70750fbbe374e53933d6fabad2ccb8fedc9691f5a1f602d11c0bfd4b5bdbc720b030f1bc3d46ec453ac41f5c21531a9baa9a19e4aaece235
6
+ metadata.gz: c265a0e91dc752a5cfb1f43e7979cc4469cae11ae3883963a7e3f0391342c3f7105cf65855df33b237e298094ee1a6554cc9333fbb0a60584965d11f8aa7883f
7
+ data.tar.gz: f3fd93809fc180b4b1f5681a6a61991113a30be4e4277d97e94c1bc1e7d46b6e1d916aca5ac4bfd9a0d83a7c1fd19c6c7bc72ba62f05d6571343323182478278
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.89.0 (2025-08-04)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.88.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.88.0
1
+ 1.89.0
@@ -97,8 +97,8 @@ module Aws::Neptune
97
97
  # class name or an instance of a plugin class.
98
98
  #
99
99
  # @option options [required, Aws::CredentialProvider] :credentials
100
- # Your AWS credentials used for authentication. This can be an instance of any one of the
101
- # following classes:
100
+ # Your AWS credentials used for authentication. This can be any class that includes and implements
101
+ # `Aws::CredentialProvider`, or instance of any one of the following classes:
102
102
  #
103
103
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
104
104
  # credentials.
@@ -126,8 +126,7 @@ module Aws::Neptune
126
126
  # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
127
127
  # from the Cognito Identity service.
128
128
  #
129
- # When `:credentials` are not configured directly, the following
130
- # locations will be searched for credentials:
129
+ # When `:credentials` are not configured directly, the following locations will be searched for credentials:
131
130
  #
132
131
  # * `Aws.config[:credentials]`
133
132
  #
@@ -141,12 +140,10 @@ module Aws::Neptune
141
140
  #
142
141
  # * `~/.aws/config`
143
142
  #
144
- # * EC2/ECS IMDS instance profile - When used by default, the timeouts
145
- # are very aggressive. Construct and pass an instance of
146
- # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
147
- # enable retries and extended timeouts. Instance profile credential
148
- # fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
149
- # to `true`.
143
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
144
+ # Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
145
+ # enable retries and extended timeouts. Instance profile credential fetching can be disabled by
146
+ # setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
150
147
  #
151
148
  # @option options [required, String] :region
152
149
  # The AWS region to connect to. The configured `:region` is
@@ -379,8 +376,8 @@ module Aws::Neptune
379
376
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
380
377
  #
381
378
  # @option options [Aws::TokenProvider] :token_provider
382
- # Your Bearer token used for authentication. This can be an instance of any one of the
383
- # following classes:
379
+ # Your Bearer token used for authentication. This can be any class that includes and implements
380
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
384
381
  #
385
382
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
386
383
  # tokens.
@@ -7760,7 +7757,7 @@ module Aws::Neptune
7760
7757
  tracer: tracer
7761
7758
  )
7762
7759
  context[:gem_name] = 'aws-sdk-neptune'
7763
- context[:gem_version] = '1.88.0'
7760
+ context[:gem_version] = '1.89.0'
7764
7761
  Seahorse::Client::Request.new(handlers, context)
7765
7762
  end
7766
7763
 
@@ -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.88.0'
58
+ GEM_VERSION = '1.89.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.88.0
4
+ version: 1.89.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services