aws-sdk-finspace 1.67.0 → 1.68.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: f61952c7a50105ffb4046ac06159091cf6613de7a010f259319a419f5bd55783
4
- data.tar.gz: c5cb2409543dfda4fee634c26c3a58e1f11ddf6203b40141d9fc3469ea4bd18e
3
+ metadata.gz: '082de99b86231420c6e848ecee77567468e68163ec53b162b81d7a567af1f4c2'
4
+ data.tar.gz: 505de3e40c1411eeaa97f36c1edb0dc2018cca1e9610a982df7f8e7039676333
5
5
  SHA512:
6
- metadata.gz: 51ea75fc5ddf705209318ca0bb2209f853ccf4688c9fc108dcb58ce72ebc5e56911e2b0b47b1272b3511a632cf91e5c44d3b9644ba26752d6dde1bd60c9e019e
7
- data.tar.gz: f886db9e5b14e9bcded3444b05c1854866e717c959ca3871eb0bf25cea12b2690b4a2fae2018772e0d01b55e487175649fbb3a1a6044bc303014fdd530d3f8f7
6
+ metadata.gz: 692bc9f19121d52dc52af493c8fa257c08798ea2eafea30186ed45b0d70794ae9c224cc3ad23c26695983bc725185e5f59f52bc8bcd3aac386b1af73533952b0
7
+ data.tar.gz: c15cf50179ec38e0258287cf45725a0f8423311e6dd693f9dc890eaee55cf76cbda993d49b99a48a18bf712a12f28e59505a1ad816aaf13784b6fbf5f014f43b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.68.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.67.0 (2026-05-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.67.0
1
+ 1.68.0
@@ -201,7 +201,7 @@ module Aws::Finspace
201
201
  # the required types.
202
202
  #
203
203
  # @option options [Boolean] :correct_clock_skew (true)
204
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
204
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
205
205
  # a clock skew correction and retry requests with skewed client clocks.
206
206
  #
207
207
  # @option options [String] :defaults_mode ("legacy")
@@ -325,17 +325,15 @@ module Aws::Finspace
325
325
  # @option options [String] :retry_mode ("legacy")
326
326
  # Specifies which retry algorithm to use. Values are:
327
327
  #
328
- # * `legacy` - The pre-existing retry behavior. This is default value if
329
- # no retry mode is provided.
328
+ # * `legacy` - The pre-existing retry behavior. This is the default
329
+ # value if no retry mode is provided.
330
330
  #
331
331
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
332
332
  # This includes support for retry quotas, which limit the number of
333
333
  # unsuccessful retries a client can make.
334
334
  #
335
- # * `adaptive` - An experimental retry mode that includes all the
336
- # functionality of `standard` mode along with automatic client side
337
- # throttling. This is a provisional mode that may change behavior
338
- # in the future.
335
+ # * `adaptive` - A retry mode that includes all the functionality of
336
+ # `standard` mode along with automatic client side throttling.
339
337
  #
340
338
  # @option options [String] :sdk_ua_app_id
341
339
  # A unique and opaque application ID that is appended to the
@@ -3824,7 +3822,7 @@ module Aws::Finspace
3824
3822
  tracer: tracer
3825
3823
  )
3826
3824
  context[:gem_name] = 'aws-sdk-finspace'
3827
- context[:gem_version] = '1.67.0'
3825
+ context[:gem_version] = '1.68.0'
3828
3826
  Seahorse::Client::Request.new(handlers, context)
3829
3827
  end
3830
3828
 
@@ -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.67.0'
57
+ GEM_VERSION = '1.68.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.67.0
4
+ version: 1.68.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.247.0
21
+ version: 3.248.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.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement