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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sns/client.rb +1 -1
- data/lib/aws-sdk-sns/types.rb +1 -1
- data/lib/aws-sdk-sns.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9d3a340ded0cb2b4a020b18c35b9f9a8c997efbc1ac6af05ccf1096ff0fb3024
|
|
4
|
+
data.tar.gz: ae6f943b55c9c23cf3e7e98c950c634b525578ab71c0d4b2b8f8b1d373547522
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b140c7fafb2a754a654e3a6f1e313c2d908ab8db0f9a816dd024ef004ec5aff5003b31b6730cd7e59cda8a107556947fb431e68c4634b565dbed55f6a7a2cf9c
|
|
7
|
+
data.tar.gz: 2ff59bdbf691f8fba2136bf94d42e2063e3b130ea22b2fa54d9cbad68c33c3903321008ead7db315b5ce2a2c9e190d40e6e76639c58f14084e3ff9125b4256aa
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.117.0
|
data/lib/aws-sdk-sns/client.rb
CHANGED
data/lib/aws-sdk-sns/types.rb
CHANGED
|
@@ -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
|
|
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