aws-sdk-finspace 1.7.0 → 1.8.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-finspace/client.rb +4 -2
- data/lib/aws-sdk-finspace.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: 8d4862600d7c303f1040398f871bd8c3b0b045657445415d2c8850b3aeb4d510
|
|
4
|
+
data.tar.gz: bfa72f9a222123a73e9b65d2e92e851f3eadf71471aca2334db7a1cec2ea8dba
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 979b7a8bb3f321f89a98c781e4439fc4c7641aa62e6c62b0690d4ed12c1f1467db658ce9dc1a2d41244bb756e78720108a3c1e9ee22b2032e85f27201afb87aa
|
|
7
|
+
data.tar.gz: 5b5fb4392e91327cc24351632c05aa3ec3ac1aeaf3780c1adfcaf1ee0d1a027f4f5441d5ca840b4aa247cf105acc1a4d9d7ce7feef26a4b7378f99a767c482ed
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.8.0
|
|
@@ -121,7 +121,9 @@ module Aws::Finspace
|
|
|
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
|
|
@@ -722,7 +724,7 @@ module Aws::Finspace
|
|
|
722
724
|
params: params,
|
|
723
725
|
config: config)
|
|
724
726
|
context[:gem_name] = 'aws-sdk-finspace'
|
|
725
|
-
context[:gem_version] = '1.
|
|
727
|
+
context[:gem_version] = '1.8.0'
|
|
726
728
|
Seahorse::Client::Request.new(handlers, context)
|
|
727
729
|
end
|
|
728
730
|
|
data/lib/aws-sdk-finspace.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-finspace
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.8.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
|