aws-sdk-notifications 1.14.0 → 1.15.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: 1b820e240ec3f44b707c2ebee4e908f2c428b74db41a40191f5ea2374f55ec22
4
- data.tar.gz: 4df36b478b3debdf6d39fd68bbc9b4f4d5d2e586b435ea86e74565fbd348439d
3
+ metadata.gz: a29a251346b6f3128f3f5f8b48bbb260a0e5b2f2024125cf45127b117a4ad52e
4
+ data.tar.gz: c7185c7f04d21e2eab1b89654dfd70a6858c4ce934fcb0756e1f9afad907c1cc
5
5
  SHA512:
6
- metadata.gz: 97c48c8792ea0c1814392797176d6bf4145c03b01f76de968afe7ff798432dc71298282ab1adf2fae558498e55170ab26e5551d99204218ad3e87c48b7b99344
7
- data.tar.gz: 26d6269a1afefd82f2189d301caa99ea514397904b45dcd61b2057ded9616e4c4218d75d43016550e77133c5e3b19328be935d5649638ac0a868c59bff0a9643
6
+ metadata.gz: 87bf51d878bbaf9f3099f3ea5e6fae9a9701431e7379ded96aed796b3d7a52cbb2f7f18b3d5ae9aa8085acbe6fdb73d017f721ee6238af77de90cbae6fd71b3c
7
+ data.tar.gz: 27acbfb2eb211697f65ead82999a47a2c76478024a1278998668af18c569a4c7700ee0b871050b7ebad3479ed38b50e499f4b97025e117e44c00aa8800dc2b89
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.15.0 (2025-10-28)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.14.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.14.0
1
+ 1.15.0
@@ -2433,7 +2433,7 @@ module Aws::Notifications
2433
2433
  tracer: tracer
2434
2434
  )
2435
2435
  context[:gem_name] = 'aws-sdk-notifications'
2436
- context[:gem_version] = '1.14.0'
2436
+ context[:gem_version] = '1.15.0'
2437
2437
  Seahorse::Client::Request.new(handlers, context)
2438
2438
  end
2439
2439
 
@@ -13,17 +13,17 @@ module Aws::Notifications
13
13
  # @!attribute use_fips
14
14
  # 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.
15
15
  #
16
- # @return [Boolean]
16
+ # @return [boolean]
17
17
  #
18
18
  # @!attribute endpoint
19
19
  # Override the endpoint used to send this request
20
20
  #
21
- # @return [String]
21
+ # @return [string]
22
22
  #
23
23
  # @!attribute region
24
24
  # The AWS region used to dispatch the request.
25
25
  #
26
- # @return [String]
26
+ # @return [string]
27
27
  #
28
28
  EndpointParameters = Struct.new(
29
29
  :use_fips,
@@ -55,7 +55,7 @@ module Aws::Notifications
55
55
  autoload :EndpointProvider, 'aws-sdk-notifications/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-notifications/endpoints'
57
57
 
58
- GEM_VERSION = '1.14.0'
58
+ GEM_VERSION = '1.15.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-notifications
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.14.0
4
+ version: 1.15.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services