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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 700050d1caca2f17f9bc2c6bce7fcd843a421567ea0544f69ded4baadf4f8f62
4
- data.tar.gz: c298ec3ac5cd53a80f243bf2230e38fc32d8a73d5791f78aa4c42759be1538e1
3
+ metadata.gz: '081a8225d23ff40296ca77fc2259309b033fc07ee5050b99368af79f0849adb2'
4
+ data.tar.gz: e0eabd31529dd7689fae3fb9ac1f12993ee20da5b8b4d199f0489e0090a7beae
5
5
  SHA512:
6
- metadata.gz: 8d157627d17d268d0f63252689a1daeff3f774dfe7f23f64f47f4c44ffc39299a6e64bd497ddad54eda66745b157bebd1c24cb6608cbcec6a89ef39e9d88276e
7
- data.tar.gz: 432750570c818e08f6d70e02821880ca44b71830959ecd98d7868534ca26602b772b5cfd4852efd339ce9bdef146c026ed27793e3a2c08e0f8b8bdfb3a8287b2
6
+ metadata.gz: 6f9755f34772967033a77e72f7af0898567aca91ced961c3aff2bc52f530e34cf2ea1e740551e6905167f1b50c082124f572d2565b0aefbbc2c3a4295d186c04
7
+ data.tar.gz: 8f0191e503e6c093e90a131fd8afeb75f136f2b114124b546e9f6f0222fced2f6cb44b98e404151f68e0dab932ba780a0c8a38e2dbbad1ad28540da76d473f17
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-sns/customizations'
52
52
  # @!group service
53
53
  module Aws::SNS
54
54
 
55
- GEM_VERSION = '1.35.0'
55
+ GEM_VERSION = '1.36.0'
56
56
 
57
57
  end
@@ -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 the `SetTopicAttributes` action uses:
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` action
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.35.0'
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 the `SetTopicAttributes` action uses:
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.
@@ -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 the `SetTopicAttributes` action
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.35.0
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-10-30 00:00:00.000000000 Z
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