aws-sdk-sns 1.42.0 → 1.77.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 +182 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sns/client.rb +684 -180
- data/lib/aws-sdk-sns/client_api.rb +173 -28
- data/lib/aws-sdk-sns/endpoint_parameters.rb +66 -0
- data/lib/aws-sdk-sns/endpoint_provider.rb +60 -0
- data/lib/aws-sdk-sns/endpoints.rb +604 -0
- data/lib/aws-sdk-sns/errors.rb +112 -0
- data/lib/aws-sdk-sns/message_verifier.rb +32 -5
- data/lib/aws-sdk-sns/platform_application.rb +76 -13
- data/lib/aws-sdk-sns/platform_endpoint.rb +18 -11
- data/lib/aws-sdk-sns/plugins/endpoints.rb +154 -0
- data/lib/aws-sdk-sns/resource.rb +49 -10
- data/lib/aws-sdk-sns/subscription.rb +39 -18
- data/lib/aws-sdk-sns/topic.rb +220 -41
- data/lib/aws-sdk-sns/types.rb +793 -479
- data/lib/aws-sdk-sns.rb +5 -1
- data/sig/client.rbs +525 -0
- data/sig/errors.rbs +119 -0
- data/sig/platform_application.rbs +64 -0
- data/sig/platform_endpoint.rbs +68 -0
- data/sig/resource.rbs +128 -0
- data/sig/subscription.rbs +52 -0
- data/sig/topic.rbs +104 -0
- data/sig/types.rbs +664 -0
- data/sig/waiters.rbs +13 -0
- metadata +22 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f8052f2e801d8718791670cb9dc1143b2174aba07f235dddfccdbc3808312796
|
4
|
+
data.tar.gz: afcdba89a06e9ae37f490dc05ec6ad56cde6119433b32bf54049334f2fdf2980
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4f7ff98e7db86dc18bd00d1fd4bf62e634f9d14245d873ad03021257364472b1caf476fe0d5c003f45a6b86a72cdb61e998dcc35d32998afb448b1615220d32a
|
7
|
+
data.tar.gz: 547f429b0fd886a25ae9d704f7344a476027b4c00652be2e037f05c5c433f87015af408ec664be1437532bd9b9563a169fc05e6d45ff9dfec544f2a37dfbb3c8
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,188 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.77.0 (2024-06-06)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Doc-only update for SNS. These changes include customer-reported issues and TXC3 updates.
|
8
|
+
|
9
|
+
1.76.0 (2024-06-05)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.75.0 (2024-05-13)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.74.0 (2024-04-25)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
23
|
+
|
24
|
+
1.73.0 (2024-04-16)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
28
|
+
|
29
|
+
1.72.0 (2024-02-16)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - This release marks phone numbers as sensitive inputs.
|
33
|
+
|
34
|
+
1.71.0 (2024-01-26)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
38
|
+
|
39
|
+
1.70.0 (2023-11-28)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
43
|
+
|
44
|
+
1.69.0 (2023-11-22)
|
45
|
+
------------------
|
46
|
+
|
47
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
48
|
+
|
49
|
+
1.68.0 (2023-10-26)
|
50
|
+
------------------
|
51
|
+
|
52
|
+
* Feature - Message Archiving and Replay is now supported in Amazon SNS for FIFO topics.
|
53
|
+
|
54
|
+
1.67.0 (2023-09-27)
|
55
|
+
------------------
|
56
|
+
|
57
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
58
|
+
|
59
|
+
1.66.0 (2023-09-19)
|
60
|
+
------------------
|
61
|
+
|
62
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
63
|
+
|
64
|
+
1.65.0 (2023-07-11)
|
65
|
+
------------------
|
66
|
+
|
67
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
68
|
+
|
69
|
+
1.64.0 (2023-07-06)
|
70
|
+
------------------
|
71
|
+
|
72
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
73
|
+
|
74
|
+
1.63.0 (2023-06-28)
|
75
|
+
------------------
|
76
|
+
|
77
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
78
|
+
|
79
|
+
1.62.0 (2023-06-15)
|
80
|
+
------------------
|
81
|
+
|
82
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
83
|
+
|
84
|
+
1.61.0 (2023-05-31)
|
85
|
+
------------------
|
86
|
+
|
87
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
88
|
+
|
89
|
+
1.60.0 (2023-02-10)
|
90
|
+
------------------
|
91
|
+
|
92
|
+
* Feature - This release adds support for SNS X-Ray active tracing as well as other updates.
|
93
|
+
|
94
|
+
1.59.0 (2023-02-01)
|
95
|
+
------------------
|
96
|
+
|
97
|
+
* Feature - Additional attributes added for set-topic-attributes.
|
98
|
+
|
99
|
+
1.58.0 (2023-01-18)
|
100
|
+
------------------
|
101
|
+
|
102
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
103
|
+
|
104
|
+
* Issue - Replace runtime endpoint resolution approach with generated ruby code.
|
105
|
+
|
106
|
+
1.57.0 (2022-12-02)
|
107
|
+
------------------
|
108
|
+
|
109
|
+
* Feature - This release adds the message payload-filtering feature to the SNS Subscribe, SetSubscriptionAttributes, and GetSubscriptionAttributes API actions
|
110
|
+
|
111
|
+
1.56.0 (2022-10-25)
|
112
|
+
------------------
|
113
|
+
|
114
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
115
|
+
|
116
|
+
1.55.0 (2022-09-07)
|
117
|
+
------------------
|
118
|
+
|
119
|
+
* Feature - Amazon SNS introduces the Data Protection Policy APIs, which enable customers to attach a data protection policy to an SNS topic. This allows topic owners to enable the new message data protection feature to audit and block sensitive data that is exchanged through their topics.
|
120
|
+
|
121
|
+
1.54.0 (2022-08-22)
|
122
|
+
------------------
|
123
|
+
|
124
|
+
* Feature - Adding SHA256 message verification
|
125
|
+
|
126
|
+
1.53.0 (2022-02-24)
|
127
|
+
------------------
|
128
|
+
|
129
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
130
|
+
|
131
|
+
1.52.0 (2022-02-10)
|
132
|
+
------------------
|
133
|
+
|
134
|
+
* Feature - Customer requested typo fix in API documentation.
|
135
|
+
|
136
|
+
1.51.0 (2022-02-03)
|
137
|
+
------------------
|
138
|
+
|
139
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
140
|
+
|
141
|
+
1.50.0 (2021-12-21)
|
142
|
+
------------------
|
143
|
+
|
144
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
145
|
+
|
146
|
+
1.49.0 (2021-11-30)
|
147
|
+
------------------
|
148
|
+
|
149
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
150
|
+
|
151
|
+
1.48.0 (2021-11-17)
|
152
|
+
------------------
|
153
|
+
|
154
|
+
* Feature - Amazon SNS introduces the PublishBatch API, which enables customers to publish up to 10 messages per API request. The new API is valid for Standard and FIFO topics.
|
155
|
+
|
156
|
+
1.47.0 (2021-11-04)
|
157
|
+
------------------
|
158
|
+
|
159
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
160
|
+
|
161
|
+
1.46.0 (2021-10-18)
|
162
|
+
------------------
|
163
|
+
|
164
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
165
|
+
|
166
|
+
1.45.1 (2021-10-15)
|
167
|
+
------------------
|
168
|
+
|
169
|
+
* Issue - Add additional validation to the SNS SigningCert.
|
170
|
+
|
171
|
+
1.45.0 (2021-09-01)
|
172
|
+
------------------
|
173
|
+
|
174
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
175
|
+
|
176
|
+
1.44.0 (2021-07-30)
|
177
|
+
------------------
|
178
|
+
|
179
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
180
|
+
|
181
|
+
1.43.0 (2021-07-28)
|
182
|
+
------------------
|
183
|
+
|
184
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
185
|
+
|
4
186
|
1.42.0 (2021-07-06)
|
5
187
|
------------------
|
6
188
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.77.0
|