aws-sdk-sns 1.32.1 → 1.33.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-sns.rb +1 -1
- data/lib/aws-sdk-sns/client.rb +7 -10
- data/lib/aws-sdk-sns/topic.rb +6 -9
- data/lib/aws-sdk-sns/types.rb +7 -9
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b390099af9da27241a7bf31dacae9567b22709ce5428a166dade893121da02f4
|
4
|
+
data.tar.gz: 20a343e906d29214f10b5545749a7b0e8bc887b18c032de04d0f78268e3fc5f8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b5bbbf8d705ed1e0ef3ece707714b51ea192d3076f9a38222e8869ec496b8f52ecb364d0a75052e195c02a59a76cea6618fcf9f907e45e9075a74e751fb4d095
|
7
|
+
data.tar.gz: 860ec6364dd8da8f7ca890afaa3af60b75d60f40aff464fe5e681bc8a437a9452fc19f77f20192a10b58d9c9b524fe1bed9c15fc627bf961cd103c2acadaddc2
|
data/lib/aws-sdk-sns.rb
CHANGED
data/lib/aws-sdk-sns/client.rb
CHANGED
@@ -1900,15 +1900,12 @@ module Aws::SNS
|
|
1900
1900
|
# Sets whether the response from the `Subscribe` request includes the
|
1901
1901
|
# subscription ARN, even if the subscription is not yet confirmed.
|
1902
1902
|
#
|
1903
|
-
#
|
1904
|
-
#
|
1905
|
-
#
|
1906
|
-
#
|
1907
|
-
#
|
1908
|
-
#
|
1909
|
-
# confirmation token.
|
1910
|
-
#
|
1911
|
-
# ^
|
1903
|
+
# If you set this parameter to `true`, the response includes the ARN in
|
1904
|
+
# all cases, even if the subscription is not yet confirmed. In addition
|
1905
|
+
# to the ARN for confirmed subscriptions, the response also includes the
|
1906
|
+
# `pending subscription` ARN value for subscriptions that aren't yet
|
1907
|
+
# confirmed. A subscription becomes confirmed when the subscriber calls
|
1908
|
+
# the `ConfirmSubscription` action with a confirmation token.
|
1912
1909
|
#
|
1913
1910
|
#
|
1914
1911
|
#
|
@@ -2071,7 +2068,7 @@ module Aws::SNS
|
|
2071
2068
|
params: params,
|
2072
2069
|
config: config)
|
2073
2070
|
context[:gem_name] = 'aws-sdk-sns'
|
2074
|
-
context[:gem_version] = '1.
|
2071
|
+
context[:gem_version] = '1.33.0'
|
2075
2072
|
Seahorse::Client::Request.new(handlers, context)
|
2076
2073
|
end
|
2077
2074
|
|
data/lib/aws-sdk-sns/topic.rb
CHANGED
@@ -437,15 +437,12 @@ module Aws::SNS
|
|
437
437
|
# Sets whether the response from the `Subscribe` request includes the
|
438
438
|
# subscription ARN, even if the subscription is not yet confirmed.
|
439
439
|
#
|
440
|
-
#
|
441
|
-
#
|
442
|
-
#
|
443
|
-
#
|
444
|
-
#
|
445
|
-
#
|
446
|
-
# confirmation token.
|
447
|
-
#
|
448
|
-
# ^
|
440
|
+
# If you set this parameter to `true`, the response includes the ARN in
|
441
|
+
# all cases, even if the subscription is not yet confirmed. In addition
|
442
|
+
# to the ARN for confirmed subscriptions, the response also includes the
|
443
|
+
# `pending subscription` ARN value for subscriptions that aren't yet
|
444
|
+
# confirmed. A subscription becomes confirmed when the subscriber calls
|
445
|
+
# the `ConfirmSubscription` action with a confirmation token.
|
449
446
|
#
|
450
447
|
#
|
451
448
|
#
|
data/lib/aws-sdk-sns/types.rb
CHANGED
@@ -2033,15 +2033,13 @@ module Aws::SNS
|
|
2033
2033
|
# Sets whether the response from the `Subscribe` request includes the
|
2034
2034
|
# subscription ARN, even if the subscription is not yet confirmed.
|
2035
2035
|
#
|
2036
|
-
#
|
2037
|
-
#
|
2038
|
-
#
|
2039
|
-
#
|
2040
|
-
#
|
2041
|
-
#
|
2042
|
-
#
|
2043
|
-
#
|
2044
|
-
# ^
|
2036
|
+
# If you set this parameter to `true`, the response includes the ARN
|
2037
|
+
# in all cases, even if the subscription is not yet confirmed. In
|
2038
|
+
# addition to the ARN for confirmed subscriptions, the response also
|
2039
|
+
# includes the `pending subscription` ARN value for subscriptions that
|
2040
|
+
# aren't yet confirmed. A subscription becomes confirmed when the
|
2041
|
+
# subscriber calls the `ConfirmSubscription` action with a
|
2042
|
+
# confirmation token.
|
2045
2043
|
#
|
2046
2044
|
#
|
2047
2045
|
#
|
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.33.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: 2020-10-
|
11
|
+
date: 2020-10-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|