aws-sdk-cloudsearchdomain 1.71.0 → 1.72.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: 843f15d7f6e5755edab361198e5711a88c16be04ab4ac9e37e8ed8f5e01b0bf6
4
- data.tar.gz: 8d88781c3c1bd48ab704f264a06b3c4dd04c771c11e6c0225d2701a083693ac5
3
+ metadata.gz: e32217885153dae5a51db2b331da7a305f79f5d47c3700095973c3666c8f5691
4
+ data.tar.gz: 9c4cd6ed3940050c315a7d8c34b052daf5961cdf17b0f54e19a9b2cd0bdcb60b
5
5
  SHA512:
6
- metadata.gz: a8e0733d4f1db0e4c66950a4e330a84c7c953f6edd8811ffa213b9ea70bf6f76d049e64e845bec526dd284d44379cc1cace506bc1c4087bf5c48016c9cb291f8
7
- data.tar.gz: 6ec7b2f9ecb3f9b0c4ee88596706bd63f29742c95536a537aa406bd776afcb5683db030165f08644912808138e9799dca3679a713e8dbd2b8269d98efbbc9916
6
+ metadata.gz: f30240c94554a388eb5a3471beb91b043696d568777f4d2ef9e89c4682ade874fad2ff1774a5b36aa4b4a2d3294e8763cd7d0655528f338d32a9ed9d700e6a49
7
+ data.tar.gz: a1a55b50416d9e84b948b237f6e268d21875588571feddb0ac636b009616ab3fac5d24c85067a715bda3482b3632253fd0476ca8a4de5ef58858e1efa70d083d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.72.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.71.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.71.0
1
+ 1.72.0
@@ -180,7 +180,7 @@ module Aws::CloudSearchDomain
180
180
  # the required types.
181
181
  #
182
182
  # @option options [Boolean] :correct_clock_skew (true)
183
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
183
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
184
184
  # a clock skew correction and retry requests with skewed client clocks.
185
185
  #
186
186
  # @option options [String] :defaults_mode ("legacy")
@@ -271,17 +271,15 @@ module Aws::CloudSearchDomain
271
271
  # @option options [String] :retry_mode ("legacy")
272
272
  # Specifies which retry algorithm to use. Values are:
273
273
  #
274
- # * `legacy` - The pre-existing retry behavior. This is default value if
275
- # no retry mode is provided.
274
+ # * `legacy` - The pre-existing retry behavior. This is the default
275
+ # value if no retry mode is provided.
276
276
  #
277
277
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
278
278
  # This includes support for retry quotas, which limit the number of
279
279
  # unsuccessful retries a client can make.
280
280
  #
281
- # * `adaptive` - An experimental retry mode that includes all the
282
- # functionality of `standard` mode along with automatic client side
283
- # throttling. This is a provisional mode that may change behavior
284
- # in the future.
281
+ # * `adaptive` - A retry mode that includes all the functionality of
282
+ # `standard` mode along with automatic client side throttling.
285
283
  #
286
284
  # @option options [String] :sdk_ua_app_id
287
285
  # A unique and opaque application ID that is appended to the
@@ -1020,7 +1018,7 @@ module Aws::CloudSearchDomain
1020
1018
  tracer: tracer
1021
1019
  )
1022
1020
  context[:gem_name] = 'aws-sdk-cloudsearchdomain'
1023
- context[:gem_version] = '1.71.0'
1021
+ context[:gem_version] = '1.72.0'
1024
1022
  Seahorse::Client::Request.new(handlers, context)
1025
1023
  end
1026
1024
 
@@ -48,7 +48,7 @@ module Aws::CloudSearchDomain
48
48
  autoload :Errors, 'aws-sdk-cloudsearchdomain/errors'
49
49
  autoload :Resource, 'aws-sdk-cloudsearchdomain/resource'
50
50
 
51
- GEM_VERSION = '1.71.0'
51
+ GEM_VERSION = '1.72.0'
52
52
 
53
53
  end
54
54
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudsearchdomain
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.71.0
4
+ version: 1.72.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