aws-sdk-finspace 1.55.0 → 1.57.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: 8d0bf3c942fca5df400b81b087bfd2298816ee65ec41e08a3ee44256d7774e5b
4
- data.tar.gz: 4c9e2c25d9fb87be79d67b9d8541a047705cb4822e09ffb5fcf192ff66575b23
3
+ metadata.gz: 7f6d4715a6214a84837ddbdce9ce7e7b02b2fe127bae755736555d1b0e4fd665
4
+ data.tar.gz: b669f737f619a8fd07640bd1471cb9252c54ab08e7aead3abbc7b51abd2c3823
5
5
  SHA512:
6
- metadata.gz: 02e9e98c863e3db6b98d4aeff25de480981eebe4d95c3ce9a157fb265343aa953be987ebe399e603e6906bb8c91b6faf3cd9abfee417122b3edfc1dada40900f
7
- data.tar.gz: aed1a2e3a35173870ad07eea81fc8f4945e6e6df80949455d686e064a60334df8f54a309f17fa3d1fd7fb6ab7bd309dd0d41a808429212b2d45f90f2eb9fa609
6
+ metadata.gz: 8d490e5a05596d14d2e67ee20b58dc0675f0762140bab5061717a56f44182cd509a8c74c4f36d43dac36b83a31eca9ff7158e8f6187780518265e0b913c4a304
7
+ data.tar.gz: aade8db8fef11b440d1e8e4c921e2963b4580ead5dd072a60a8509477214d29e09ce804b43a395e01b10d28eb4a6ba018795a1f293b4963088dbc09e28c77663
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.57.0 (2025-08-04)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.56.0 (2025-07-31)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.55.0 (2025-07-21)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.55.0
1
+ 1.57.0
@@ -97,8 +97,8 @@ module Aws::Finspace
97
97
  # class name or an instance of a plugin class.
98
98
  #
99
99
  # @option options [required, Aws::CredentialProvider] :credentials
100
- # Your AWS credentials used for authentication. This can be an instance of any one of the
101
- # following classes:
100
+ # Your AWS credentials used for authentication. This can be any class that includes and implements
101
+ # `Aws::CredentialProvider`, or instance of any one of the following classes:
102
102
  #
103
103
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
104
104
  # credentials.
@@ -126,8 +126,7 @@ module Aws::Finspace
126
126
  # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
127
127
  # from the Cognito Identity service.
128
128
  #
129
- # When `:credentials` are not configured directly, the following
130
- # locations will be searched for credentials:
129
+ # When `:credentials` are not configured directly, the following locations will be searched for credentials:
131
130
  #
132
131
  # * `Aws.config[:credentials]`
133
132
  #
@@ -141,12 +140,10 @@ module Aws::Finspace
141
140
  #
142
141
  # * `~/.aws/config`
143
142
  #
144
- # * EC2/ECS IMDS instance profile - When used by default, the timeouts
145
- # are very aggressive. Construct and pass an instance of
146
- # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
147
- # enable retries and extended timeouts. Instance profile credential
148
- # fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
149
- # to `true`.
143
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
144
+ # Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
145
+ # enable retries and extended timeouts. Instance profile credential fetching can be disabled by
146
+ # setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
150
147
  #
151
148
  # @option options [required, String] :region
152
149
  # The AWS region to connect to. The configured `:region` is
@@ -379,8 +376,8 @@ module Aws::Finspace
379
376
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
380
377
  #
381
378
  # @option options [Aws::TokenProvider] :token_provider
382
- # Your Bearer token used for authentication. This can be an instance of any one of the
383
- # following classes:
379
+ # Your Bearer token used for authentication. This can be any class that includes and implements
380
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
384
381
  #
385
382
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
386
383
  # tokens.
@@ -3827,7 +3824,7 @@ module Aws::Finspace
3827
3824
  tracer: tracer
3828
3825
  )
3829
3826
  context[:gem_name] = 'aws-sdk-finspace'
3830
- context[:gem_version] = '1.55.0'
3827
+ context[:gem_version] = '1.57.0'
3831
3828
  Seahorse::Client::Request.new(handlers, context)
3832
3829
  end
3833
3830
 
@@ -54,7 +54,7 @@ module Aws::Finspace
54
54
  autoload :EndpointProvider, 'aws-sdk-finspace/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-finspace/endpoints'
56
56
 
57
- GEM_VERSION = '1.55.0'
57
+ GEM_VERSION = '1.57.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-finspace
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.55.0
4
+ version: 1.57.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.227.0
21
+ version: 3.228.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.227.0
31
+ version: 3.228.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement