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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a42658cb6d5688417cdaaf8f1ab593b0e11d66ac1cecb9ccb1f6a6639f0093ea
4
- data.tar.gz: f84ce3abf6eda923efc3848684fe88e00060fa720d7534df4c6bbf7c2ebacd25
3
+ metadata.gz: 48f5c62e98bf75de3cf99f54f9441015ce100364eb5896a87c4b81a4cd782b80
4
+ data.tar.gz: 393ad6686fe50135dc845a7372c780e0f9edf9a35e7c44bd40d05634b4539253
5
5
  SHA512:
6
- metadata.gz: 35e5360510adadf9ed93ffbc93466b4aaaf424dc1a93f67a9e096d238c970661a4b27cbdc4828fab8d1ee16f25ae007e14b968d72930f1e3af18783d3b2d60e8
7
- data.tar.gz: e1d0a8c1a828eb8dab36c3cb3c61471b2d873e6a395185bce9c2a4f1b52da4fc829e06d8b567f19f7b6afc1e15d6c9bc3c8cf9a1fe4e0917933ae32bec3c535e
6
+ metadata.gz: face125e015e1b415d7b2bda6657e69149236c9c5295bea9391de40b0e16ea7b09fbdf4cc55f33f277b99a9a28f554bda724313e6851f09769f169eeb3a2c515
7
+ data.tar.gz: 903cfe7c119318ff2a09ae77585948d9852b0b595c2cf1887a096f6cc9be36e8c3994b580904be82d6f642f49d89f7375580462c46ef84443b10f152b979087e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.42.0 (2021-11-30)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.41.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.41.0
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.41.0'
6819
+ context[:gem_version] = '1.42.0'
6818
6820
  Seahorse::Client::Request.new(handlers, context)
6819
6821
  end
6820
6822
 
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-neptune/customizations'
49
49
  # @!group service
50
50
  module Aws::Neptune
51
51
 
52
- GEM_VERSION = '1.41.0'
52
+ GEM_VERSION = '1.42.0'
53
53
 
54
54
  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.41.0
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-04 00:00:00.000000000 Z
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