aws-sdk-connecthealth 1.4.0 → 1.5.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: 4b59999926bab5500c76e74bd9e72162396badca0b373d34c03eb7e52569cce8
4
- data.tar.gz: a2254cce6efcc6017118ad5b404277dc22d7a85851ef4b027a20b48011349b04
3
+ metadata.gz: 379cc09461fae7a250803edf7a6929939a6427d5e45a7764c16ee1db52fde7f8
4
+ data.tar.gz: 3c526f0902044bda39e8e7354a14b902c595ac1fbb77e71ec2bb9c36da56fea7
5
5
  SHA512:
6
- metadata.gz: 607bcd1ccd50b7715ec211b38e0e6c6fcb750827951bec7d2d5200d4fb46eec38298c6efab6b33a50ddb60fd03ebbf3451d9f3dfe12a88dce93cd154eafcaa8e
7
- data.tar.gz: 2c8e39c68fdfee61861128846d25420b9ffd88bb223b1824775ff3f6a5e4abde1a740099d5619a7403b23c699640fad671158e1526f2c408377bac8bd4b6b1c2
6
+ metadata.gz: c5173786ff66282167136d55eee21ee741c4e161bb6714ebc74588b69621b700477a43d3433a8bf49526cef6e1841bae9c2e9d408b61801bfd06b60c15f2a0ea
7
+ data.tar.gz: 89279c8be150cd71510bd1cf63cd21abf832014484bd21d6ee9b1e38378a2bf105c0251090a781e78369dd0e9bc6d0ac69e0599e7d2e871308955d374fcf1bab
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.5.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.4.0 (2026-05-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.4.0
1
+ 1.5.0
@@ -168,7 +168,7 @@ module Aws::ConnectHealth
168
168
  # the required types.
169
169
  #
170
170
  # @option options [Boolean] :correct_clock_skew (true)
171
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
171
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
172
172
  # a clock skew correction and retry requests with skewed client clocks.
173
173
  #
174
174
  # @option options [String] :defaults_mode ("legacy")
@@ -283,17 +283,15 @@ module Aws::ConnectHealth
283
283
  # @option options [String] :retry_mode ("legacy")
284
284
  # Specifies which retry algorithm to use. Values are:
285
285
  #
286
- # * `legacy` - The pre-existing retry behavior. This is default value if
287
- # no retry mode is provided.
286
+ # * `legacy` - The pre-existing retry behavior. This is the default
287
+ # value if no retry mode is provided.
288
288
  #
289
289
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
290
290
  # This includes support for retry quotas, which limit the number of
291
291
  # unsuccessful retries a client can make.
292
292
  #
293
- # * `adaptive` - An experimental retry mode that includes all the
294
- # functionality of `standard` mode along with automatic client side
295
- # throttling. This is a provisional mode that may change behavior
296
- # in the future.
293
+ # * `adaptive` - A retry mode that includes all the functionality of
294
+ # `standard` mode along with automatic client side throttling.
297
295
  #
298
296
  # @option options [String] :sdk_ua_app_id
299
297
  # A unique and opaque application ID that is appended to the
@@ -616,7 +614,7 @@ module Aws::ConnectHealth
616
614
  tracer: tracer
617
615
  )
618
616
  context[:gem_name] = 'aws-sdk-connecthealth'
619
- context[:gem_version] = '1.4.0'
617
+ context[:gem_version] = '1.5.0'
620
618
  Seahorse::Client::Request.new(handlers, context)
621
619
  end
622
620
 
@@ -201,7 +201,7 @@ module Aws::ConnectHealth
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")
@@ -334,17 +334,15 @@ module Aws::ConnectHealth
334
334
  # @option options [String] :retry_mode ("legacy")
335
335
  # Specifies which retry algorithm to use. Values are:
336
336
  #
337
- # * `legacy` - The pre-existing retry behavior. This is default value if
338
- # no retry mode is provided.
337
+ # * `legacy` - The pre-existing retry behavior. This is the default
338
+ # value if no retry mode is provided.
339
339
  #
340
340
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
341
341
  # This includes support for retry quotas, which limit the number of
342
342
  # unsuccessful retries a client can make.
343
343
  #
344
- # * `adaptive` - An experimental retry mode that includes all the
345
- # functionality of `standard` mode along with automatic client side
346
- # throttling. This is a provisional mode that may change behavior
347
- # in the future.
344
+ # * `adaptive` - A retry mode that includes all the functionality of
345
+ # `standard` mode along with automatic client side throttling.
348
346
  #
349
347
  # @option options [String] :sdk_ua_app_id
350
348
  # A unique and opaque application ID that is appended to the
@@ -1191,7 +1189,7 @@ module Aws::ConnectHealth
1191
1189
  tracer: tracer
1192
1190
  )
1193
1191
  context[:gem_name] = 'aws-sdk-connecthealth'
1194
- context[:gem_version] = '1.4.0'
1192
+ context[:gem_version] = '1.5.0'
1195
1193
  Seahorse::Client::Request.new(handlers, context)
1196
1194
  end
1197
1195
 
@@ -73,7 +73,7 @@ module Aws::ConnectHealth
73
73
  autoload :AsyncClient, 'aws-sdk-connecthealth/async_client'
74
74
  autoload :EventStreams, 'aws-sdk-connecthealth/event_streams'
75
75
 
76
- GEM_VERSION = '1.4.0'
76
+ GEM_VERSION = '1.5.0'
77
77
 
78
78
  end
79
79
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-connecthealth
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.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