aws-sdk-sns 1.89.0 → 1.90.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/client.rb +3 -3
- data/lib/aws-sdk-sns/platform_endpoint.rb +2 -2
- data/lib/aws-sdk-sns/topic.rb +2 -2
- data/lib/aws-sdk-sns/types.rb +4 -5
- data/lib/aws-sdk-sns.rb +1 -1
- 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: 2aa57a3c8fd94114d0d5bfb68d4b877eb477320c701cb100e8da6ffe70a680eb
|
4
|
+
data.tar.gz: e8fc9e619d0678e8e98c051ece1260d38ad9c9c42fefe7c431bb1aa46b326478
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6a4605fdbfd28048b7d85890b98af1e7d317711453236fdf24acdb498e84c18cb8a05614d35fb458ed3f2737087426aefa7d44971bc503096a8de80af14f432e
|
7
|
+
data.tar.gz: 19f19f7d8abc081410b3548346cffd15ecbc13b42b32258a9c7f48db5781c97313c9b88a09d0b07cff95d2f936595946bc9eb7430f436f459753ebce96f24ff4
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.90.0
|
data/lib/aws-sdk-sns/client.rb
CHANGED
@@ -1862,7 +1862,7 @@ module Aws::SNS
|
|
1862
1862
|
# This parameter applies only to FIFO (first-in-first-out) topics. The
|
1863
1863
|
# `MessageDeduplicationId` can contain up to 128 alphanumeric characters
|
1864
1864
|
# `(a-z, A-Z, 0-9)` and punctuation ``
|
1865
|
-
# (!"#$%&'()*+,-./:;<=>?@[\]^_
|
1865
|
+
# (!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~) ``.
|
1866
1866
|
#
|
1867
1867
|
# Every message must have a unique `MessageDeduplicationId`, which is a
|
1868
1868
|
# token used for deduplication of sent messages. If a message with a
|
@@ -1877,7 +1877,7 @@ module Aws::SNS
|
|
1877
1877
|
# @option params [String] :message_group_id
|
1878
1878
|
# This parameter applies only to FIFO (first-in-first-out) topics. The
|
1879
1879
|
# `MessageGroupId` can contain up to 128 alphanumeric characters `(a-z,
|
1880
|
-
# A-Z, 0-9)` and punctuation `` (!"#$%&'()*+,-./:;<=>?@[\]^_
|
1880
|
+
# A-Z, 0-9)` and punctuation `` (!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~) ``.
|
1881
1881
|
#
|
1882
1882
|
# The `MessageGroupId` is a tag that specifies that a message belongs to
|
1883
1883
|
# a specific message group. Messages that belong to the same message
|
@@ -2995,7 +2995,7 @@ module Aws::SNS
|
|
2995
2995
|
tracer: tracer
|
2996
2996
|
)
|
2997
2997
|
context[:gem_name] = 'aws-sdk-sns'
|
2998
|
-
context[:gem_version] = '1.
|
2998
|
+
context[:gem_version] = '1.90.0'
|
2999
2999
|
Seahorse::Client::Request.new(handlers, context)
|
3000
3000
|
end
|
3001
3001
|
|
@@ -224,7 +224,7 @@ module Aws::SNS
|
|
224
224
|
# This parameter applies only to FIFO (first-in-first-out) topics. The
|
225
225
|
# `MessageDeduplicationId` can contain up to 128 alphanumeric characters
|
226
226
|
# `(a-z, A-Z, 0-9)` and punctuation ``
|
227
|
-
# (!"#$%&'()*+,-./:;<=>?@[\]^_
|
227
|
+
# (!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~) ``.
|
228
228
|
#
|
229
229
|
# Every message must have a unique `MessageDeduplicationId`, which is a
|
230
230
|
# token used for deduplication of sent messages. If a message with a
|
@@ -238,7 +238,7 @@ module Aws::SNS
|
|
238
238
|
# @option options [String] :message_group_id
|
239
239
|
# This parameter applies only to FIFO (first-in-first-out) topics. The
|
240
240
|
# `MessageGroupId` can contain up to 128 alphanumeric characters `(a-z,
|
241
|
-
# A-Z, 0-9)` and punctuation `` (!"#$%&'()*+,-./:;<=>?@[\]^_
|
241
|
+
# A-Z, 0-9)` and punctuation `` (!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~) ``.
|
242
242
|
#
|
243
243
|
# The `MessageGroupId` is a tag that specifies that a message belongs to
|
244
244
|
# a specific message group. Messages that belong to the same message
|
data/lib/aws-sdk-sns/topic.rb
CHANGED
@@ -346,7 +346,7 @@ module Aws::SNS
|
|
346
346
|
# This parameter applies only to FIFO (first-in-first-out) topics. The
|
347
347
|
# `MessageDeduplicationId` can contain up to 128 alphanumeric characters
|
348
348
|
# `(a-z, A-Z, 0-9)` and punctuation ``
|
349
|
-
# (!"#$%&'()*+,-./:;<=>?@[\]^_
|
349
|
+
# (!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~) ``.
|
350
350
|
#
|
351
351
|
# Every message must have a unique `MessageDeduplicationId`, which is a
|
352
352
|
# token used for deduplication of sent messages. If a message with a
|
@@ -360,7 +360,7 @@ module Aws::SNS
|
|
360
360
|
# @option options [String] :message_group_id
|
361
361
|
# This parameter applies only to FIFO (first-in-first-out) topics. The
|
362
362
|
# `MessageGroupId` can contain up to 128 alphanumeric characters `(a-z,
|
363
|
-
# A-Z, 0-9)` and punctuation `` (!"#$%&'()*+,-./:;<=>?@[\]^_
|
363
|
+
# A-Z, 0-9)` and punctuation `` (!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~) ``.
|
364
364
|
#
|
365
365
|
# The `MessageGroupId` is a tag that specifies that a message belongs to
|
366
366
|
# a specific message group. Messages that belong to the same message
|
data/lib/aws-sdk-sns/types.rb
CHANGED
@@ -1783,8 +1783,7 @@ module Aws::SNS
|
|
1783
1783
|
# The length of `MessageDeduplicationId` is 128 characters.
|
1784
1784
|
#
|
1785
1785
|
# `MessageDeduplicationId` can contain alphanumeric characters `(a-z,
|
1786
|
-
# A-Z, 0-9)` and punctuation `` (!"#$%&'()*+,-./:;<=>?@[\]^_
|
1787
|
-
# ``.
|
1786
|
+
# A-Z, 0-9)` and punctuation `` (!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~) ``.
|
1788
1787
|
# @return [String]
|
1789
1788
|
#
|
1790
1789
|
# @!attribute [rw] message_group_id
|
@@ -1805,7 +1804,7 @@ module Aws::SNS
|
|
1805
1804
|
# The length of `MessageGroupId` is 128 characters.
|
1806
1805
|
#
|
1807
1806
|
# `MessageGroupId` can contain alphanumeric characters `(a-z, A-Z,
|
1808
|
-
# 0-9)` and punctuation `` (!"#$%&'()*+,-./:;<=>?@[\]^_
|
1807
|
+
# 0-9)` and punctuation `` (!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~) ``.
|
1809
1808
|
#
|
1810
1809
|
# `MessageGroupId` is required for FIFO topics. You can't use it for
|
1811
1810
|
# standard topics.
|
@@ -1990,7 +1989,7 @@ module Aws::SNS
|
|
1990
1989
|
# This parameter applies only to FIFO (first-in-first-out) topics. The
|
1991
1990
|
# `MessageDeduplicationId` can contain up to 128 alphanumeric
|
1992
1991
|
# characters `(a-z, A-Z, 0-9)` and punctuation ``
|
1993
|
-
# (!"#$%&'()*+,-./:;<=>?@[\]^_
|
1992
|
+
# (!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~) ``.
|
1994
1993
|
#
|
1995
1994
|
# Every message must have a unique `MessageDeduplicationId`, which is
|
1996
1995
|
# a token used for deduplication of sent messages. If a message with a
|
@@ -2007,7 +2006,7 @@ module Aws::SNS
|
|
2007
2006
|
# This parameter applies only to FIFO (first-in-first-out) topics. The
|
2008
2007
|
# `MessageGroupId` can contain up to 128 alphanumeric characters
|
2009
2008
|
# `(a-z, A-Z, 0-9)` and punctuation ``
|
2010
|
-
# (!"#$%&'()*+,-./:;<=>?@[\]^_
|
2009
|
+
# (!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~) ``.
|
2011
2010
|
#
|
2012
2011
|
# The `MessageGroupId` is a tag that specifies that a message belongs
|
2013
2012
|
# to a specific message group. Messages that belong to the same
|
data/lib/aws-sdk-sns.rb
CHANGED
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.90.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: 2024-
|
11
|
+
date: 2024-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|