aws-sdk-sns 1.39.0 → 1.40.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sns.rb +1 -1
- data/lib/aws-sdk-sns/client.rb +4 -4
- data/lib/aws-sdk-sns/subscription.rb +2 -2
- data/lib/aws-sdk-sns/topic.rb +1 -1
- data/lib/aws-sdk-sns/types.rb +4 -4
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6e590f9e08b6eafc33012fa36e3e23c634e506ff0055a24e96c16a65f0cc1cf3
|
4
|
+
data.tar.gz: bc930a580a56f0ff84da8c3abd579c49d2c5963d45661931cc5a8ff3f0841e9b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 50e2eddd12e240bab514df1ec1e4da4b04e90807ed696fc49a496e9129390fdf61d3351ae9f4b41421700ff92bdca53ae672ee7d3b38daaa1c66fb85205f3dc2
|
7
|
+
data.tar.gz: 48f4ad1708159e8fd6df1cc38f93a8cf15e961b1ec6cd7d92f7705272938422db4bb7e4ed5b0bded3976ce08e8c170ab1177227beedcfa50a3c58d06d75eab22
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.40.0 (2021-04-23)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Amazon SNS adds two new attributes, TemplateId and EntityId, for using sender IDs to send SMS messages to destinations in India.
|
8
|
+
|
4
9
|
1.39.0 (2021-03-10)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.40.0
|
data/lib/aws-sdk-sns.rb
CHANGED
data/lib/aws-sdk-sns/client.rb
CHANGED
@@ -1282,7 +1282,7 @@ module Aws::SNS
|
|
1282
1282
|
# You can opt in a phone number only once every 30 days.
|
1283
1283
|
#
|
1284
1284
|
# @option params [required, String] :phone_number
|
1285
|
-
# The phone number to opt in.
|
1285
|
+
# The phone number to opt in. Use E.164 format.
|
1286
1286
|
#
|
1287
1287
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
1288
1288
|
#
|
@@ -1814,7 +1814,7 @@ module Aws::SNS
|
|
1814
1814
|
#
|
1815
1815
|
#
|
1816
1816
|
#
|
1817
|
-
# [1]: https://docs.aws.amazon.com/sns/latest/dg/sns-
|
1817
|
+
# [1]: https://docs.aws.amazon.com/sns/latest/dg/sns-firehose-as-subscriber.html
|
1818
1818
|
#
|
1819
1819
|
# @option params [String] :attribute_value
|
1820
1820
|
# The new value for the attribute in JSON format.
|
@@ -2023,7 +2023,7 @@ module Aws::SNS
|
|
2023
2023
|
#
|
2024
2024
|
#
|
2025
2025
|
#
|
2026
|
-
# [1]: https://docs.aws.amazon.com/sns/latest/dg/sns-
|
2026
|
+
# [1]: https://docs.aws.amazon.com/sns/latest/dg/sns-firehose-as-subscriber.html
|
2027
2027
|
#
|
2028
2028
|
# @option params [Boolean] :return_subscription_arn
|
2029
2029
|
# Sets whether the response from the `Subscribe` request includes the
|
@@ -2197,7 +2197,7 @@ module Aws::SNS
|
|
2197
2197
|
params: params,
|
2198
2198
|
config: config)
|
2199
2199
|
context[:gem_name] = 'aws-sdk-sns'
|
2200
|
-
context[:gem_version] = '1.
|
2200
|
+
context[:gem_version] = '1.40.0'
|
2201
2201
|
Seahorse::Client::Request.new(handlers, context)
|
2202
2202
|
end
|
2203
2203
|
|
@@ -90,7 +90,7 @@ module Aws::SNS
|
|
90
90
|
#
|
91
91
|
#
|
92
92
|
# [1]: https://docs.aws.amazon.com/sns/latest/dg/sns-message-filtering.html
|
93
|
-
# [2]: https://docs.aws.amazon.com/sns/latest/dg/sns-
|
93
|
+
# [2]: https://docs.aws.amazon.com/sns/latest/dg/sns-firehose-as-subscriber.html
|
94
94
|
# @return [Hash<String,String>]
|
95
95
|
def attributes
|
96
96
|
data[:attributes]
|
@@ -193,7 +193,7 @@ module Aws::SNS
|
|
193
193
|
#
|
194
194
|
#
|
195
195
|
#
|
196
|
-
# [1]: https://docs.aws.amazon.com/sns/latest/dg/sns-
|
196
|
+
# [1]: https://docs.aws.amazon.com/sns/latest/dg/sns-firehose-as-subscriber.html
|
197
197
|
# @option options [String] :attribute_value
|
198
198
|
# The new value for the attribute in JSON format.
|
199
199
|
# @return [EmptyStructure]
|
data/lib/aws-sdk-sns/topic.rb
CHANGED
@@ -526,7 +526,7 @@ module Aws::SNS
|
|
526
526
|
#
|
527
527
|
#
|
528
528
|
#
|
529
|
-
# [1]: https://docs.aws.amazon.com/sns/latest/dg/sns-
|
529
|
+
# [1]: https://docs.aws.amazon.com/sns/latest/dg/sns-firehose-as-subscriber.html
|
530
530
|
# @option options [Boolean] :return_subscription_arn
|
531
531
|
# Sets whether the response from the `Subscribe` request includes the
|
532
532
|
# subscription ARN, even if the subscription is not yet confirmed.
|
data/lib/aws-sdk-sns/types.rb
CHANGED
@@ -752,7 +752,7 @@ module Aws::SNS
|
|
752
752
|
#
|
753
753
|
#
|
754
754
|
# [1]: https://docs.aws.amazon.com/sns/latest/dg/sns-message-filtering.html
|
755
|
-
# [2]: https://docs.aws.amazon.com/sns/latest/dg/sns-
|
755
|
+
# [2]: https://docs.aws.amazon.com/sns/latest/dg/sns-firehose-as-subscriber.html
|
756
756
|
# @return [Hash<String,String>]
|
757
757
|
#
|
758
758
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/GetSubscriptionAttributesResponse AWS API Documentation
|
@@ -1397,7 +1397,7 @@ module Aws::SNS
|
|
1397
1397
|
# }
|
1398
1398
|
#
|
1399
1399
|
# @!attribute [rw] phone_number
|
1400
|
-
# The phone number to opt in.
|
1400
|
+
# The phone number to opt in. Use E.164 format.
|
1401
1401
|
# @return [String]
|
1402
1402
|
#
|
1403
1403
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/OptInPhoneNumberInput AWS API Documentation
|
@@ -1971,7 +1971,7 @@ module Aws::SNS
|
|
1971
1971
|
#
|
1972
1972
|
#
|
1973
1973
|
#
|
1974
|
-
# [1]: https://docs.aws.amazon.com/sns/latest/dg/sns-
|
1974
|
+
# [1]: https://docs.aws.amazon.com/sns/latest/dg/sns-firehose-as-subscriber.html
|
1975
1975
|
# @return [String]
|
1976
1976
|
#
|
1977
1977
|
# @!attribute [rw] attribute_value
|
@@ -2204,7 +2204,7 @@ module Aws::SNS
|
|
2204
2204
|
#
|
2205
2205
|
#
|
2206
2206
|
#
|
2207
|
-
# [1]: https://docs.aws.amazon.com/sns/latest/dg/sns-
|
2207
|
+
# [1]: https://docs.aws.amazon.com/sns/latest/dg/sns-firehose-as-subscriber.html
|
2208
2208
|
# @return [Hash<String,String>]
|
2209
2209
|
#
|
2210
2210
|
# @!attribute [rw] return_subscription_arn
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-sns
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.40.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-04-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -71,8 +71,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
|
|
71
71
|
licenses:
|
72
72
|
- Apache-2.0
|
73
73
|
metadata:
|
74
|
-
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
75
|
-
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
74
|
+
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-sns
|
75
|
+
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-sns/CHANGELOG.md
|
76
76
|
post_install_message:
|
77
77
|
rdoc_options: []
|
78
78
|
require_paths:
|
@@ -89,7 +89,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
89
89
|
version: '0'
|
90
90
|
requirements: []
|
91
91
|
rubyforge_project:
|
92
|
-
rubygems_version: 2.7.6.
|
92
|
+
rubygems_version: 2.7.6.3
|
93
93
|
signing_key:
|
94
94
|
specification_version: 4
|
95
95
|
summary: AWS SDK for Ruby - Amazon SNS
|