aws-sdk-neptune 1.54.0 → 1.55.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 +5 -1
- data/lib/aws-sdk-neptune.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8a464528b992b5fa761e9443e33d1ed27fa32f734c7c1a636f5db4201198d003
|
|
4
|
+
data.tar.gz: 2dffa86e02506165f015ac7bb28fbd02b810ecd44ee251be3fd28e12ac458383
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ef1c21760a4a2e388f0d2ea953d8c29b7d4629a0e30908089b721a0926f26f428b72416abacb909cd1a6a03173f34b4731f948bf19159338ce6d77859283cedd
|
|
7
|
+
data.tar.gz: 9bab9d7eeb2c0dae4c548743dc06a56a9367afa28f165ec542043e4a2c23ac6b896abcd49b585bbc8abe8025619b8ea4cf57993b81c5d5189b963c927f49d013
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.55.0
|
|
@@ -218,6 +218,10 @@ module Aws::Neptune
|
|
|
218
218
|
# @option options [Boolean] :endpoint_discovery (false)
|
|
219
219
|
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
|
220
220
|
#
|
|
221
|
+
# @option options [Boolean] :ignore_configured_endpoint_urls
|
|
222
|
+
# Setting to true disables use of endpoint URLs provided via environment
|
|
223
|
+
# variables and the shared configuration file.
|
|
224
|
+
#
|
|
221
225
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
|
222
226
|
# The log formatter.
|
|
223
227
|
#
|
|
@@ -7447,7 +7451,7 @@ module Aws::Neptune
|
|
|
7447
7451
|
params: params,
|
|
7448
7452
|
config: config)
|
|
7449
7453
|
context[:gem_name] = 'aws-sdk-neptune'
|
|
7450
|
-
context[:gem_version] = '1.
|
|
7454
|
+
context[:gem_version] = '1.55.0'
|
|
7451
7455
|
Seahorse::Client::Request.new(handlers, context)
|
|
7452
7456
|
end
|
|
7453
7457
|
|
data/lib/aws-sdk-neptune.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-neptune
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.55.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-07-
|
|
11
|
+
date: 2023-07-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|