aws-sdk-ses 1.91.0 → 1.92.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: 237e25017b8d3664c7436d3b53e5650667c801cf00db20b3d52b193219b480bb
4
- data.tar.gz: 4ef86d2f7a221335c3f154c24e8b6f7828fc1a797badc78c435e95e53bd5a1f2
3
+ metadata.gz: f8cf54e670b46dffcf67a43fd7ff2fa90baa2b23c776730c0337665a81165470
4
+ data.tar.gz: 2b17e861ca1caa301ef27722a68d9086cd452284f6c2575bdbe02bb9f41ca5b8
5
5
  SHA512:
6
- metadata.gz: defd573558c934a3ebbd3ca74e0faf5eaccb487bfb20b21760b168f905140c2d530e22ed2ef7e38e86e8573c4a0138051920018f5d8bf2530b2906856192aa9b
7
- data.tar.gz: 4a1db3516e6845aa9404fc1760c96f1ce9ba2fc4a96961fac4ffe979c684c3a4f3541829e740030a0ad78892116248e8ba618599c5bcb9a4ada45a8761bb836b
6
+ metadata.gz: 15961ae0b64d41d4bdc5903bc8571f697c996cdb6bd3edc9a990e42b404f5fbf398033c87b3bb2a2c98c02f8185eeb83c7b6626605ecc9293ec9996ce9ccabc9
7
+ data.tar.gz: 79e1ea92fa08ee68657f054bc0259e12c94b196ef4e0b044b572736a01eb25f723af6356c97f6d30744a63fe0e0a4a9d4190643ada65aecc274fe21589d4d249
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.92.0 (2025-10-27)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.91.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.91.0
1
+ 1.92.0
@@ -5225,7 +5225,7 @@ module Aws::SES
5225
5225
  tracer: tracer
5226
5226
  )
5227
5227
  context[:gem_name] = 'aws-sdk-ses'
5228
- context[:gem_version] = '1.91.0'
5228
+ context[:gem_version] = '1.92.0'
5229
5229
  Seahorse::Client::Request.new(handlers, context)
5230
5230
  end
5231
5231
 
@@ -13,22 +13,22 @@ module Aws::SES
13
13
  # @!attribute region
14
14
  # The AWS region used to dispatch the request.
15
15
  #
16
- # @return [String]
16
+ # @return [string]
17
17
  #
18
18
  # @!attribute use_dual_stack
19
19
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute use_fips
24
24
  # When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
25
25
  #
26
- # @return [Boolean]
26
+ # @return [boolean]
27
27
  #
28
28
  # @!attribute endpoint
29
29
  # Override the endpoint used to send this request
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :region,
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.91.0'
58
+ GEM_VERSION = '1.92.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.91.0
4
+ version: 1.92.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services