aws-sdk-sns 1.35.0 → 1.36.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 +4 -4
- data/lib/aws-sdk-sns/subscription.rb +1 -1
- data/lib/aws-sdk-sns/types.rb +1 -2
- 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: '081a8225d23ff40296ca77fc2259309b033fc07ee5050b99368af79f0849adb2'
|
4
|
+
data.tar.gz: e0eabd31529dd7689fae3fb9ac1f12993ee20da5b8b4d199f0489e0090a7beae
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6f9755f34772967033a77e72f7af0898567aca91ced961c3aff2bc52f530e34cf2ea1e740551e6905167f1b50c082124f572d2565b0aefbbc2c3a4295d186c04
|
7
|
+
data.tar.gz: 8f0191e503e6c093e90a131fd8afeb75f136f2b114124b546e9f6f0222fced2f6cb44b98e404151f68e0dab932ba780a0c8a38e2dbbad1ad28540da76d473f17
|
data/lib/aws-sdk-sns.rb
CHANGED
data/lib/aws-sdk-sns/client.rb
CHANGED
@@ -1770,7 +1770,7 @@ module Aws::SNS
|
|
1770
1770
|
# A map of attributes with their corresponding values.
|
1771
1771
|
#
|
1772
1772
|
# The following lists the names, descriptions, and values of the special
|
1773
|
-
# request parameters that
|
1773
|
+
# request parameters that this action uses:
|
1774
1774
|
#
|
1775
1775
|
# * `DeliveryPolicy` – The policy that defines how Amazon SNS retries
|
1776
1776
|
# failed deliveries to HTTP/S endpoints.
|
@@ -1892,8 +1892,8 @@ module Aws::SNS
|
|
1892
1892
|
|
1893
1893
|
# Subscribes an endpoint to an Amazon SNS topic. If the endpoint type is
|
1894
1894
|
# HTTP/S or email, or if the endpoint and the topic are not in the same
|
1895
|
-
# AWS account, the endpoint owner must the `ConfirmSubscription`
|
1896
|
-
# to confirm the subscription.
|
1895
|
+
# AWS account, the endpoint owner must run the `ConfirmSubscription`
|
1896
|
+
# action to confirm the subscription.
|
1897
1897
|
#
|
1898
1898
|
# You call the `ConfirmSubscription` action with the token from the
|
1899
1899
|
# subscription response. Confirmation tokens are valid for three days.
|
@@ -2147,7 +2147,7 @@ module Aws::SNS
|
|
2147
2147
|
params: params,
|
2148
2148
|
config: config)
|
2149
2149
|
context[:gem_name] = 'aws-sdk-sns'
|
2150
|
-
context[:gem_version] = '1.
|
2150
|
+
context[:gem_version] = '1.36.0'
|
2151
2151
|
Seahorse::Client::Request.new(handlers, context)
|
2152
2152
|
end
|
2153
2153
|
|
@@ -139,7 +139,7 @@ module Aws::SNS
|
|
139
139
|
# A map of attributes with their corresponding values.
|
140
140
|
#
|
141
141
|
# The following lists the names, descriptions, and values of the special
|
142
|
-
# request parameters that
|
142
|
+
# request parameters that this action uses:
|
143
143
|
#
|
144
144
|
# * `DeliveryPolicy` – The policy that defines how Amazon SNS retries
|
145
145
|
# failed deliveries to HTTP/S endpoints.
|
data/lib/aws-sdk-sns/types.rb
CHANGED
@@ -1916,8 +1916,7 @@ module Aws::SNS
|
|
1916
1916
|
# A map of attributes with their corresponding values.
|
1917
1917
|
#
|
1918
1918
|
# The following lists the names, descriptions, and values of the
|
1919
|
-
# special request parameters that
|
1920
|
-
# uses:
|
1919
|
+
# special request parameters that this action uses:
|
1921
1920
|
#
|
1922
1921
|
# * `DeliveryPolicy` – The policy that defines how Amazon SNS retries
|
1923
1922
|
# failed deliveries to HTTP/S endpoints.
|
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.36.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-
|
11
|
+
date: 2020-11-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|