aws-sdk-sns 1.51.0 → 1.52.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: 627321b8dfd266acd8ef649f9c0020b559721925e1100c27ad5061462139e142
4
- data.tar.gz: 7237914ccba5f77ee0d4a21952933aeb35cec9b22bc63d646971a8a68f3a5a47
3
+ metadata.gz: fca122640e0496bbc1f8d429ac5add4dae109d7d1a69389d02f75038ae7dd475
4
+ data.tar.gz: 031475e1882e37917c18791ee95b3d410060734bd4887f7df00d859bfaef29f6
5
5
  SHA512:
6
- metadata.gz: e59b543ee975507d2ed3520152584360dd2531102fad2132e205713548fd737b88869c8d500a86a94da1eac8157f72927f5cf6f77eabc65f39918c3246f4e996
7
- data.tar.gz: b64f666ed27ad423d97b15e4954d299d48aee6a050be30bd6e1ebbd0c636a5299e1314047d5bdc70006e54e5e4abbb0a29c4661e5d92dfd5c22f07ed2ee05b2f
6
+ metadata.gz: 4c3a1daca7a28e85aa9bcb6b8ea4d7a15c18a7da2837bbae18750f4d40494c6ff109bfada357f48f50245e8e33812f73835122ced71f0f8893f8b21f106d080a
7
+ data.tar.gz: 56e93fe8a8308906678f5b04918565e7cf7c8fe594f8cba85361843780c0cae43e5ccfe46a84a8df4a7300a59114d9a33916d69b13895e42f1afee4d1e1bed69
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.52.0 (2022-02-10)
5
+ ------------------
6
+
7
+ * Feature - Customer requested typo fix in API documentation.
8
+
4
9
  1.51.0 (2022-02-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.51.0
1
+ 1.52.0
@@ -1562,7 +1562,7 @@ module Aws::SNS
1562
1562
  # endpoint.
1563
1563
  #
1564
1564
  # When a `messageId` is returned, the message is saved and Amazon SNS
1565
- # immediately deliverers it to subscribers.
1565
+ # immediately delivers it to subscribers.
1566
1566
  #
1567
1567
  # To use the `Publish` action for publishing a message to a mobile
1568
1568
  # endpoint, such as an app on a Kindle device or mobile phone, you must
@@ -2604,7 +2604,7 @@ module Aws::SNS
2604
2604
  params: params,
2605
2605
  config: config)
2606
2606
  context[:gem_name] = 'aws-sdk-sns'
2607
- context[:gem_version] = '1.51.0'
2607
+ context[:gem_version] = '1.52.0'
2608
2608
  Seahorse::Client::Request.new(handlers, context)
2609
2609
  end
2610
2610
 
data/lib/aws-sdk-sns.rb CHANGED
@@ -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.51.0'
55
+ GEM_VERSION = '1.52.0'
56
56
 
57
57
  end
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.51.0
4
+ version: 1.52.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: 2022-02-03 00:00:00.000000000 Z
11
+ date: 2022-02-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core