aws-sdk-notificationscontacts 1.20.0 → 1.21.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: ef10e4a7893e38830dc2c8fb9c04c52b21cbb30342e14003979d6148da5787ea
4
- data.tar.gz: 79cfb20abb3a6656d6b06e2d236383314710e41f4f6089b2ea69af6c72958f09
3
+ metadata.gz: 8b9fbafb207720ca9502267e675cc5a0312a9c99100d974eba6a0354f02ae6d6
4
+ data.tar.gz: 77198820b7272592a3095af3a431c4023335186d1179fa9bd66148cc703771e7
5
5
  SHA512:
6
- metadata.gz: d27080ff4eb88542a889f91d83251e80829ee854f3e1f71720c7815648f8885ef539dd58923b2c5ba9477aff0139e1b02c31d701e1cd120bbc95d1d0481f9fa7
7
- data.tar.gz: 7e93565b8b31d23e760ad6ab0b1cf590ee0f6f18e35e9f9fed59a673a86e6e98ac3011b8ba96c4ae3433825c2241b25d80d0688168bff57c7b5040caf1bff2dc
6
+ metadata.gz: 86a46881b8a0e2979725f1bc581b7ee2b05c0eda866fcc343cda72dd149f55dfac15d32e090590feca8c4c62f5d2dcc49e56223a33928d6f56fbed0a7d3e31d6
7
+ data.tar.gz: 585492e812d03f025b4958e107c6ac2ccfe19382762d137751b4b1e12f5d72cdc10bb6abc5e160fe00712f30d48924d577ee345e12e01aa5f3e03f3869aa2b43
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.21.0 (2026-05-22)
5
+ ------------------
6
+
7
+ * Feature - Adding new BDD representation of endpoint ruleset
8
+
4
9
  1.20.0 (2026-05-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.20.0
1
+ 1.21.0
@@ -799,7 +799,7 @@ module Aws::NotificationsContacts
799
799
  tracer: tracer
800
800
  )
801
801
  context[:gem_name] = 'aws-sdk-notificationscontacts'
802
- context[:gem_version] = '1.20.0'
802
+ context[:gem_version] = '1.21.0'
803
803
  Seahorse::Client::Request.new(handlers, context)
804
804
  end
805
805
 
@@ -55,7 +55,7 @@ module Aws::NotificationsContacts
55
55
  autoload :EndpointProvider, 'aws-sdk-notificationscontacts/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-notificationscontacts/endpoints'
57
57
 
58
- GEM_VERSION = '1.20.0'
58
+ GEM_VERSION = '1.21.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-notificationscontacts
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.20.0
4
+ version: 1.21.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services