aws-sdk-ses 1.99.0 → 1.100.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: 3153fb6cd5b9b8d3ea7f2450d922492562a924e46948e51bd0ec747b77424b60
4
- data.tar.gz: 977040efa449ce6790fdbfc9a2eecc9c3627c489105251bd2cd7cce875c81c46
3
+ metadata.gz: 3d7f6930b3201199f36b33f5fd4c10ca00b3bca047c4ecb1abac631b01941083
4
+ data.tar.gz: 42e0da04ab96940c2b2d9e7eb2910dd8e6725f26f2345e2125a74c47bdd4807e
5
5
  SHA512:
6
- metadata.gz: 3f6f17307a8f82c832108a3d16141e358ab90ba3f5b4c0508859bf12c20c0c3bf44e1a6c5b3f1070ce533307d4b163c87fbe5885cc6a7651e37caf3217e0d77b
7
- data.tar.gz: cdc476457ad8f5785f7140cc83711580140bf930e007f383bdb418a687284bee0b7c8335d0ed3ea0ede1cfed94a12f08918772efdcb71b4ad4531b2862f674e6
6
+ metadata.gz: 37177aac81c34cb84af7acaf17af8112a7b65c0978e4999cf52f055c107c8f9c696a7b92ef530c72133b90d3cfe9d80529ce08a4a003d8d4532765c8e6c6c25c
7
+ data.tar.gz: 4042d0d30cf5830501c7c397ce689857bac1712cbc6558e0585c91e85391bf39b7f185a2f9095cfc21396b63e3ec84d0b179d6fc1071bc0d411894e0e7edbb0d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.100.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.99.0 (2026-05-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.99.0
1
+ 1.100.0
@@ -199,7 +199,7 @@ module Aws::SES
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::SES
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
@@ -5225,7 +5223,7 @@ module Aws::SES
5225
5223
  tracer: tracer
5226
5224
  )
5227
5225
  context[:gem_name] = 'aws-sdk-ses'
5228
- context[:gem_version] = '1.99.0'
5226
+ context[:gem_version] = '1.100.0'
5229
5227
  Seahorse::Client::Request.new(handlers, context)
5230
5228
  end
5231
5229
 
data/lib/aws-sdk-ses.rb CHANGED
@@ -55,7 +55,7 @@ module Aws::SES
55
55
  autoload :EndpointProvider, 'aws-sdk-ses/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-ses/endpoints'
57
57
 
58
- GEM_VERSION = '1.99.0'
58
+ GEM_VERSION = '1.100.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-ses
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.99.0
4
+ version: 1.100.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