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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0301717acb08c6621054db7f469f729cdd4108b8dcd590b37557c401c815f0d3
4
- data.tar.gz: 569b5c7ad65c8b87cf4c4f85d5243adc047b2b7fa1b57f54fd07467494291954
3
+ metadata.gz: 8a464528b992b5fa761e9443e33d1ed27fa32f734c7c1a636f5db4201198d003
4
+ data.tar.gz: 2dffa86e02506165f015ac7bb28fbd02b810ecd44ee251be3fd28e12ac458383
5
5
  SHA512:
6
- metadata.gz: fdd8be65608a99993f6c772e0d45427406351a2ff43a1c1565ae3e88312193f49d5afde3ae32789234552d08538d6bef1f45fd8ac16225f10f63dafcaa2db0ba
7
- data.tar.gz: c33a4686bc0a913c22892e46730f453e0b11cb1f2b80656142a1b12d985e60b7f59237b2e1521ed5655de8e224916fda92cdb82fd9d40297a937c3573d371210
6
+ metadata.gz: ef1c21760a4a2e388f0d2ea953d8c29b7d4629a0e30908089b721a0926f26f428b72416abacb909cd1a6a03173f34b4731f948bf19159338ce6d77859283cedd
7
+ data.tar.gz: 9bab9d7eeb2c0dae4c548743dc06a56a9367afa28f165ec542043e4a2c23ac6b896abcd49b585bbc8abe8025619b8ea4cf57993b81c5d5189b963c927f49d013
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.55.0 (2023-07-11)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.54.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.54.0
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.54.0'
7454
+ context[:gem_version] = '1.55.0'
7451
7455
  Seahorse::Client::Request.new(handlers, context)
7452
7456
  end
7453
7457
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-neptune/customizations'
53
53
  # @!group service
54
54
  module Aws::Neptune
55
55
 
56
- GEM_VERSION = '1.54.0'
56
+ GEM_VERSION = '1.55.0'
57
57
 
58
58
  end
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.54.0
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-06 00:00:00.000000000 Z
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