aws-sdk-arcregionswitch 1.16.0 → 1.17.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: 933540d7457e02987828ca37838bd6caba7b63248dfbc4e3f29405c38e637dd8
4
- data.tar.gz: 88a91aec03f796eee588db6cf1a632f270e7e7d02604b81c9906294e20b29bc7
3
+ metadata.gz: efe7cab957db3eae7df86d3ed6bb6ccbff980bbc2e00f3a90b929250af1ceec8
4
+ data.tar.gz: 51340a1e81199a7afdb5e533bf442693a6d742b45611e2fa6b9fc395fb064555
5
5
  SHA512:
6
- metadata.gz: 9396c5fe6ffa6ca990fd8b489a732e533a017612d2129509822e10e7547f1edd6898c1bf89947acfe7d7670ff024a1745097f937fee714fb21c6f990afd376d0
7
- data.tar.gz: c45933824f211de5d0d0f1aee86adadee373bc935af4cd7f0cb67f0ebd8039a2cb12762729868284d46feb9549d9571997783becd90eb61fe26c274dba1333e8
6
+ metadata.gz: b3a1987a073476fa9987324b6a0355e2a370f9cdd5ee3a975108472f0833ad5a014234c6ca63172dba3e21bb5777f249a110b4fbbbbde2829310a74b9d5263f1
7
+ data.tar.gz: f2af402acf6ccb23d546e068d30e7f58ef6adc0df19f9e6383bd7008005f8aa7170e91c90eecd0a21ac66716070370e07e14ff55097b0096eeb6a7c0a9575d55
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.17.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.16.0 (2026-05-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.16.0
1
+ 1.17.0
@@ -199,7 +199,7 @@ module Aws::ARCRegionswitch
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::ARCRegionswitch
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
@@ -2672,7 +2670,7 @@ module Aws::ARCRegionswitch
2672
2670
  tracer: tracer
2673
2671
  )
2674
2672
  context[:gem_name] = 'aws-sdk-arcregionswitch'
2675
- context[:gem_version] = '1.16.0'
2673
+ context[:gem_version] = '1.17.0'
2676
2674
  Seahorse::Client::Request.new(handlers, context)
2677
2675
  end
2678
2676
 
@@ -55,7 +55,7 @@ module Aws::ARCRegionswitch
55
55
  autoload :EndpointProvider, 'aws-sdk-arcregionswitch/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-arcregionswitch/endpoints'
57
57
 
58
- GEM_VERSION = '1.16.0'
58
+ GEM_VERSION = '1.17.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-arcregionswitch
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.16.0
4
+ version: 1.17.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