aws-sdk-simpledb 1.77.0 → 1.78.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: 822e3efb89509195afb85b2d9b0537e7b3afca1474e820d11172528cefe14055
4
- data.tar.gz: 4293bb0b09769e626bfa98f6bc317b449e64f5df3244ee818c24037aef9a3e74
3
+ metadata.gz: cde76bf8983a18319f119b8a8179fa19d848747fb2bec6e332179252ecc159fa
4
+ data.tar.gz: 9f3a675fe36626f3cf1926007f85ee5fdd64c32cbab919782cf1358d595b0299
5
5
  SHA512:
6
- metadata.gz: '08e407fc2ff3f564522c1180a9b48f1e23fb8942f51add727cb87fa6fdb1a84e8c2c0e7491f5f3a5521e2976bdabe6f499838817962488903ac61e03a51cce58'
7
- data.tar.gz: 4aee72d3e656a9909a223d2261601224164e2e6d12b710e7a86edd1fb7d9ff7c7949cc19ca67deb61fcb8ca507e3513ef88a26ceb12ea3f5ada92dbd813ee00b
6
+ metadata.gz: 999303a963ebcf6946042a575d6360a98eed23116c0373a51c7f1cf2eab0aad90feb327929880f140cc4c1e908551fafa108be069166c310a6304718ac05d3da
7
+ data.tar.gz: c4f6ba2bea49fa7c8ba152cc8db086bd2c4eb167148cd64c98af70b1ce2460a46255702e0fff618822e9aa50b7f429bf375c7d7b26c0b7a7ee45993a7282a7cc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.78.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.77.0 (2026-05-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.77.0
1
+ 1.78.0
@@ -198,7 +198,7 @@ module Aws::SimpleDB
198
198
  # the required types.
199
199
  #
200
200
  # @option options [Boolean] :correct_clock_skew (true)
201
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
201
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
202
202
  # a clock skew correction and retry requests with skewed client clocks.
203
203
  #
204
204
  # @option options [String] :defaults_mode ("legacy")
@@ -322,17 +322,15 @@ module Aws::SimpleDB
322
322
  # @option options [String] :retry_mode ("legacy")
323
323
  # Specifies which retry algorithm to use. Values are:
324
324
  #
325
- # * `legacy` - The pre-existing retry behavior. This is default value if
326
- # no retry mode is provided.
325
+ # * `legacy` - The pre-existing retry behavior. This is the default
326
+ # value if no retry mode is provided.
327
327
  #
328
328
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
329
329
  # This includes support for retry quotas, which limit the number of
330
330
  # unsuccessful retries a client can make.
331
331
  #
332
- # * `adaptive` - An experimental retry mode that includes all the
333
- # functionality of `standard` mode along with automatic client side
334
- # throttling. This is a provisional mode that may change behavior
335
- # in the future.
332
+ # * `adaptive` - A retry mode that includes all the functionality of
333
+ # `standard` mode along with automatic client side throttling.
336
334
  #
337
335
  # @option options [String] :sdk_ua_app_id
338
336
  # A unique and opaque application ID that is appended to the
@@ -993,7 +991,7 @@ module Aws::SimpleDB
993
991
  tracer: tracer
994
992
  )
995
993
  context[:gem_name] = 'aws-sdk-simpledb'
996
- context[:gem_version] = '1.77.0'
994
+ context[:gem_version] = '1.78.0'
997
995
  Seahorse::Client::Request.new(handlers, context)
998
996
  end
999
997
 
@@ -48,7 +48,7 @@ module Aws::SimpleDB
48
48
  autoload :Errors, 'aws-sdk-simpledb/errors'
49
49
  autoload :Resource, 'aws-sdk-simpledb/resource'
50
50
 
51
- GEM_VERSION = '1.77.0'
51
+ GEM_VERSION = '1.78.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-simpledb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.77.0
4
+ version: 1.78.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-sigv2
34
34
  requirement: !ruby/object:Gem::Requirement