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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 86b291eed670248022f5e5b518f735f2a01e6d89e6b3bdb2ddbe31759c9c0969
4
- data.tar.gz: 196320d147f4175a18a8854b1e86cca3b5b314707ef824037ea51a0986563c43
3
+ metadata.gz: 8d4862600d7c303f1040398f871bd8c3b0b045657445415d2c8850b3aeb4d510
4
+ data.tar.gz: bfa72f9a222123a73e9b65d2e92e851f3eadf71471aca2334db7a1cec2ea8dba
5
5
  SHA512:
6
- metadata.gz: 14d4241c7667a7d19ed61b3843ef0ab1b58d892ff391dc711cc83cb8b65f36d3f9427052c1b3408177b3a6239fc73ba50e7e336b1394bada36d3d440c5010211
7
- data.tar.gz: 7c9d0c665adb67bd7d19ba96eec389268c45816cf0852c8150ee6405b96539cf742911d8901ef53b98843f689b194f870dceacabd1d333c8251073ff0e14b66f
6
+ metadata.gz: 979b7a8bb3f321f89a98c781e4439fc4c7641aa62e6c62b0690d4ed12c1f1467db658ce9dc1a2d41244bb756e78720108a3c1e9ee22b2032e85f27201afb87aa
7
+ data.tar.gz: 5b5fb4392e91327cc24351632c05aa3ec3ac1aeaf3780c1adfcaf1ee0d1a027f4f5441d5ca840b4aa247cf105acc1a4d9d7ce7feef26a4b7378f99a767c482ed
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.8.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.7.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.7.0
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.7.0'
727
+ context[:gem_version] = '1.8.0'
726
728
  Seahorse::Client::Request.new(handlers, context)
727
729
  end
728
730
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-finspace/customizations'
48
48
  # @!group service
49
49
  module Aws::Finspace
50
50
 
51
- GEM_VERSION = '1.7.0'
51
+ GEM_VERSION = '1.8.0'
52
52
 
53
53
  end
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.7.0
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-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