aws-sdk-simspaceweaver 1.46.0 → 1.47.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: a8c47fde743fb9a27a4f75c4884a6cbd5cc646915f88a9f1545e178deb7b926c
4
- data.tar.gz: bc693a0e427ab8047d41d3d1ab5df0ed42eddcf98f8dfe1a24bf6df8ddf53566
3
+ metadata.gz: e402a37aeb0eb4927207f4d519fe813bd4ebcc51a95d5ddd4702f3ba8b315c79
4
+ data.tar.gz: e5d12cbedabdb2e1b736bb5e2dc786a7fa2e9cd621a4f9b62980a2ef7cbd9f74
5
5
  SHA512:
6
- metadata.gz: cc55b47d67ca5df282fb3d5af685c1ef2c4d554e1cf567419376bc296511f6df9f29dc12c4267b321dc92462eb974087e2ebaa105d8d64222ac2f58bbd067a71
7
- data.tar.gz: 313cec58d6b41f69cc028a14187e176bbba80596834fad906a06a0edda392777b18130993bec1250c4c959384d8c6cf7d5433bd9a9999ae02bbbdb081adf602d
6
+ metadata.gz: 7d0cdaa8c56aeebb24ebe389c5e6b8bbdefb5fc77b0be65c74f76e0cc53b3a67527500c35d2d48bb664a3cc8cfc84afc35f59377aad2fb49d42104edad1821d8
7
+ data.tar.gz: 448f035e607328c29f5624ba1b8586f871093306e39c91f2d41208498d71f77ed5f39d1b7b28ddbd996e3e5927e12a7ec3f4eba6b8a266feb141a46d5b7904a3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.47.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.46.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.46.0
1
+ 1.47.0
@@ -199,7 +199,7 @@ module Aws::SimSpaceWeaver
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::SimSpaceWeaver
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -1245,7 +1243,7 @@ module Aws::SimSpaceWeaver
1245
1243
  tracer: tracer
1246
1244
  )
1247
1245
  context[:gem_name] = 'aws-sdk-simspaceweaver'
1248
- context[:gem_version] = '1.46.0'
1246
+ context[:gem_version] = '1.47.0'
1249
1247
  Seahorse::Client::Request.new(handlers, context)
1250
1248
  end
1251
1249
 
@@ -54,7 +54,7 @@ module Aws::SimSpaceWeaver
54
54
  autoload :EndpointProvider, 'aws-sdk-simspaceweaver/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-simspaceweaver/endpoints'
56
56
 
57
- GEM_VERSION = '1.46.0'
57
+ GEM_VERSION = '1.47.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-simspaceweaver
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.46.0
4
+ version: 1.47.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