aws-sdk-neptune 1.41.0 → 1.42.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 +4 -2
- 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: 48f5c62e98bf75de3cf99f54f9441015ce100364eb5896a87c4b81a4cd782b80
|
4
|
+
data.tar.gz: 393ad6686fe50135dc845a7372c780e0f9edf9a35e7c44bd40d05634b4539253
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: face125e015e1b415d7b2bda6657e69149236c9c5295bea9391de40b0e16ea7b09fbdf4cc55f33f277b99a9a28f554bda724313e6851f09769f169eeb3a2c515
|
7
|
+
data.tar.gz: 903cfe7c119318ff2a09ae77585948d9852b0b595c2cf1887a096f6cc9be36e8c3994b580904be82d6f642f49d89f7375580462c46ef84443b10f152b979087e
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.42.0
|
@@ -121,7 +121,9 @@ module Aws::Neptune
|
|
121
121
|
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
122
122
|
# are very aggressive. Construct and pass an instance of
|
123
123
|
# `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
|
124
|
-
# enable retries and extended timeouts.
|
124
|
+
# enable retries and extended timeouts. Instance profile credential
|
125
|
+
# fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
|
126
|
+
# to true.
|
125
127
|
#
|
126
128
|
# @option options [required, String] :region
|
127
129
|
# The AWS region to connect to. The configured `:region` is
|
@@ -6814,7 +6816,7 @@ module Aws::Neptune
|
|
6814
6816
|
params: params,
|
6815
6817
|
config: config)
|
6816
6818
|
context[:gem_name] = 'aws-sdk-neptune'
|
6817
|
-
context[:gem_version] = '1.
|
6819
|
+
context[:gem_version] = '1.42.0'
|
6818
6820
|
Seahorse::Client::Request.new(handlers, context)
|
6819
6821
|
end
|
6820
6822
|
|
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.42.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: 2021-11-
|
11
|
+
date: 2021-11-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|