aws-sdk-sns 1.116.0 → 1.117.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: 498f211dce69892a35e74620ebacf68590b907bbb9d80cdb887f71f2cd13946e
4
- data.tar.gz: 0c23b9a80bf1edb7f8e226f176ec8352b755572cc2147aecf53e9c8c86a7ccf0
3
+ metadata.gz: 9d3a340ded0cb2b4a020b18c35b9f9a8c997efbc1ac6af05ccf1096ff0fb3024
4
+ data.tar.gz: ae6f943b55c9c23cf3e7e98c950c634b525578ab71c0d4b2b8f8b1d373547522
5
5
  SHA512:
6
- metadata.gz: cb679863c228f9a483782cbb91930567c55c2383873007ed5cdd673e285d0488191ea5aa1e549fcbac0b8faf36837cb38d8d3d54ab3951d88012c282262abe6b
7
- data.tar.gz: d2c48b7148552d0575b0d7fa0a4f057ca2fa5eaec1ea9ce1dfceaf6066948f56b8b2e33330559502d850892118a1e60656e6f7cb66e8e1848fdc0a6ba7cdb450
6
+ metadata.gz: b140c7fafb2a754a654e3a6f1e313c2d908ab8db0f9a816dd024ef004ec5aff5003b31b6730cd7e59cda8a107556947fb431e68c4634b565dbed55f6a7a2cf9c
7
+ data.tar.gz: 2ff59bdbf691f8fba2136bf94d42e2063e3b130ea22b2fa54d9cbad68c33c3903321008ead7db315b5ce2a2c9e190d40e6e76639c58f14084e3ff9125b4256aa
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.117.0 (2026-06-04)
5
+ ------------------
6
+
7
+ * Feature - Adding new BDD representation of endpoint ruleset
8
+
4
9
  1.116.0 (2026-05-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.116.0
1
+ 1.117.0
@@ -3169,7 +3169,7 @@ module Aws::SNS
3169
3169
  tracer: tracer
3170
3170
  )
3171
3171
  context[:gem_name] = 'aws-sdk-sns'
3172
- context[:gem_version] = '1.116.0'
3172
+ context[:gem_version] = '1.117.0'
3173
3173
  Seahorse::Client::Request.new(handlers, context)
3174
3174
  end
3175
3175
 
@@ -661,7 +661,7 @@ module Aws::SNS
661
661
 
662
662
  # Indicates that the number of filter polices in your Amazon Web
663
663
  # Services account exceeds the limit. To add more filter polices, submit
664
- # an Amazon SNS Limit Increase case in the Amazon Web ServicesSupport
664
+ # an Amazon SNS Limit Increase case in the Amazon Web Services Support
665
665
  # Center.
666
666
  #
667
667
  # @!attribute [rw] message
data/lib/aws-sdk-sns.rb CHANGED
@@ -58,7 +58,7 @@ module Aws::SNS
58
58
  autoload :Subscription, 'aws-sdk-sns/subscription'
59
59
  autoload :Topic, 'aws-sdk-sns/topic'
60
60
 
61
- GEM_VERSION = '1.116.0'
61
+ GEM_VERSION = '1.117.0'
62
62
 
63
63
  end
64
64
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-sns
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.116.0
4
+ version: 1.117.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services