aws-sdk-cloudwatchlogs 1.152.0 → 1.153.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: e362d8597cd670ee3c9a8c8defdaf7915d6c3709662a803df5e22cf9a4027c67
4
- data.tar.gz: ac75dca82813fcef9e2872d2149d0e9873ebbdfb427725b80dfc46232caea4d0
3
+ metadata.gz: c403b28d04e72ad7ade586c470455bccd4f2d8ce387db1bb17da64868b003d96
4
+ data.tar.gz: c2d45d87e9324f0602b2770c759f6fe1e2335473b4eba9c974fb9281802d6cbe
5
5
  SHA512:
6
- metadata.gz: 42beb884978d8a65b0bb72e0197a9a0b54193103804e442296a2df89a413b8ca049f93198ecda449131e411c4664890980949f1da30e398022440fdcf68c5b3f
7
- data.tar.gz: 3008a7b72eec85dd8bed431f033ef90ac0f6a8d507be304fb83fbd98c89ba36e231bea3260dd2cf96e83645cfb02382eaa8a6768e0fa9cbf62bf7c457dcb53b0
6
+ metadata.gz: 5d14adbdf7cc492a23c098c152ae14c9b86f736ee070f0a558d173d0d7293c4f4967c8563ed3d4a713cdf5f0b4be188478143ce55dd349008b0306ac595b67b1
7
+ data.tar.gz: a711b1eae361a19a9e99496c461321d09bffaf6302828fcd071490094f4f38fb1164263598f8a5f063dabe0a411f8608ef58aed9cad4156a96c7d2ba1a9dc7cc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.153.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.152.0 (2026-05-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.152.0
1
+ 1.153.0
@@ -201,7 +201,7 @@ module Aws::CloudWatchLogs
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::CloudWatchLogs
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
@@ -9299,7 +9297,7 @@ module Aws::CloudWatchLogs
9299
9297
  tracer: tracer
9300
9298
  )
9301
9299
  context[:gem_name] = 'aws-sdk-cloudwatchlogs'
9302
- context[:gem_version] = '1.152.0'
9300
+ context[:gem_version] = '1.153.0'
9303
9301
  Seahorse::Client::Request.new(handlers, context)
9304
9302
  end
9305
9303
 
@@ -55,7 +55,7 @@ module Aws::CloudWatchLogs
55
55
  autoload :Endpoints, 'aws-sdk-cloudwatchlogs/endpoints'
56
56
  autoload :EventStreams, 'aws-sdk-cloudwatchlogs/event_streams'
57
57
 
58
- GEM_VERSION = '1.152.0'
58
+ GEM_VERSION = '1.153.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-cloudwatchlogs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.152.0
4
+ version: 1.153.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