aws-sdk-sns 1.96.0 → 1.97.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sns/client.rb +1 -1
- data/lib/aws-sdk-sns/errors.rb +94 -0
- 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: 36a13bf94676f3ec3533012d65dabf6100f3ec38ab97b4ca8a1a7f8c825cea27
|
4
|
+
data.tar.gz: 610dde4772bd58232b520b2b4a1aebdf8d0988a8abe8fb6befe0d8231c9a02b5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7ba63993200978f7d936e6050fce9e76f794e85d9bee79fcbb3977e9dc024745dac1e135b0f44d5628a0cb7e9c4991e411a637f0178ce59e6d97e4cec21e45af
|
7
|
+
data.tar.gz: 117a4a586de5a590c639a10aa1c6c11d19cb43cfb82003cb93c60f45bf9cae2e8ffaa87c3054f48cbe6f1ce04066e60d3ee7680944fb37be020cc16f3a6a14d5
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.97.0
|
data/lib/aws-sdk-sns/client.rb
CHANGED
data/lib/aws-sdk-sns/errors.rb
CHANGED
@@ -28,46 +28,80 @@ module Aws::SNS
|
|
28
28
|
#
|
29
29
|
# ## Error Classes
|
30
30
|
# * {AuthorizationErrorException}
|
31
|
+
# * This error class is not used. `AuthorizationError` is used during parsing instead.
|
31
32
|
# * {BatchEntryIdsNotDistinctException}
|
33
|
+
# * This error class is not used. `BatchEntryIdsNotDistinct` is used during parsing instead.
|
32
34
|
# * {BatchRequestTooLongException}
|
35
|
+
# * This error class is not used. `BatchRequestTooLong` is used during parsing instead.
|
33
36
|
# * {ConcurrentAccessException}
|
37
|
+
# * This error class is not used. `ConcurrentAccess` is used during parsing instead.
|
34
38
|
# * {EmptyBatchRequestException}
|
39
|
+
# * This error class is not used. `EmptyBatchRequest` is used during parsing instead.
|
35
40
|
# * {EndpointDisabledException}
|
41
|
+
# * This error class is not used. `EndpointDisabled` is used during parsing instead.
|
36
42
|
# * {FilterPolicyLimitExceededException}
|
43
|
+
# * This error class is not used. `FilterPolicyLimitExceeded` is used during parsing instead.
|
37
44
|
# * {InternalErrorException}
|
45
|
+
# * This error class is not used. `InternalError` is used during parsing instead.
|
38
46
|
# * {InvalidBatchEntryIdException}
|
47
|
+
# * This error class is not used. `InvalidBatchEntryId` is used during parsing instead.
|
39
48
|
# * {InvalidParameterException}
|
49
|
+
# * This error class is not used. `InvalidParameter` is used during parsing instead.
|
40
50
|
# * {InvalidParameterValueException}
|
51
|
+
# * This error class is not used. `ParameterValueInvalid` is used during parsing instead.
|
41
52
|
# * {InvalidSecurityException}
|
53
|
+
# * This error class is not used. `InvalidSecurity` is used during parsing instead.
|
42
54
|
# * {InvalidStateException}
|
55
|
+
# * This error class is not used. `InvalidState` is used during parsing instead.
|
43
56
|
# * {KMSAccessDeniedException}
|
57
|
+
# * This error class is not used. `KMSAccessDenied` is used during parsing instead.
|
44
58
|
# * {KMSDisabledException}
|
59
|
+
# * This error class is not used. `KMSDisabled` is used during parsing instead.
|
45
60
|
# * {KMSInvalidStateException}
|
61
|
+
# * This error class is not used. `KMSInvalidState` is used during parsing instead.
|
46
62
|
# * {KMSNotFoundException}
|
63
|
+
# * This error class is not used. `KMSNotFound` is used during parsing instead.
|
47
64
|
# * {KMSOptInRequired}
|
48
65
|
# * {KMSThrottlingException}
|
66
|
+
# * This error class is not used. `KMSThrottling` is used during parsing instead.
|
49
67
|
# * {NotFoundException}
|
68
|
+
# * This error class is not used. `NotFound` is used during parsing instead.
|
50
69
|
# * {OptedOutException}
|
70
|
+
# * This error class is not used. `OptedOut` is used during parsing instead.
|
51
71
|
# * {PlatformApplicationDisabledException}
|
72
|
+
# * This error class is not used. `PlatformApplicationDisabled` is used during parsing instead.
|
52
73
|
# * {ReplayLimitExceededException}
|
74
|
+
# * This error class is not used. `ReplayLimitExceeded` is used during parsing instead.
|
53
75
|
# * {ResourceNotFoundException}
|
76
|
+
# * This error class is not used. `ResourceNotFound` is used during parsing instead.
|
54
77
|
# * {StaleTagException}
|
78
|
+
# * This error class is not used. `StaleTag` is used during parsing instead.
|
55
79
|
# * {SubscriptionLimitExceededException}
|
80
|
+
# * This error class is not used. `SubscriptionLimitExceeded` is used during parsing instead.
|
56
81
|
# * {TagLimitExceededException}
|
82
|
+
# * This error class is not used. `TagLimitExceeded` is used during parsing instead.
|
57
83
|
# * {TagPolicyException}
|
84
|
+
# * This error class is not used. `TagPolicy` is used during parsing instead.
|
58
85
|
# * {ThrottledException}
|
86
|
+
# * This error class is not used. `Throttled` is used during parsing instead.
|
59
87
|
# * {TooManyEntriesInBatchRequestException}
|
88
|
+
# * This error class is not used. `TooManyEntriesInBatchRequest` is used during parsing instead.
|
60
89
|
# * {TopicLimitExceededException}
|
90
|
+
# * This error class is not used. `TopicLimitExceeded` is used during parsing instead.
|
61
91
|
# * {UserErrorException}
|
92
|
+
# * This error class is not used. `UserError` is used during parsing instead.
|
62
93
|
# * {ValidationException}
|
63
94
|
# * {VerificationException}
|
64
95
|
#
|
65
96
|
# Additionally, error classes are dynamically generated for service errors based on the error code
|
66
97
|
# if they are not defined above.
|
98
|
+
# Some existing error classes may use a different class name than the one documented.
|
67
99
|
module Errors
|
68
100
|
|
69
101
|
extend Aws::Errors::DynamicErrors
|
70
102
|
|
103
|
+
# @deprecated This error class is not used during parsing.
|
104
|
+
# Please use `AuthorizationError` instead.
|
71
105
|
class AuthorizationErrorException < ServiceError
|
72
106
|
|
73
107
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -83,6 +117,8 @@ module Aws::SNS
|
|
83
117
|
end
|
84
118
|
end
|
85
119
|
|
120
|
+
# @deprecated This error class is not used during parsing.
|
121
|
+
# Please use `BatchEntryIdsNotDistinct` instead.
|
86
122
|
class BatchEntryIdsNotDistinctException < ServiceError
|
87
123
|
|
88
124
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -98,6 +134,8 @@ module Aws::SNS
|
|
98
134
|
end
|
99
135
|
end
|
100
136
|
|
137
|
+
# @deprecated This error class is not used during parsing.
|
138
|
+
# Please use `BatchRequestTooLong` instead.
|
101
139
|
class BatchRequestTooLongException < ServiceError
|
102
140
|
|
103
141
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -113,6 +151,8 @@ module Aws::SNS
|
|
113
151
|
end
|
114
152
|
end
|
115
153
|
|
154
|
+
# @deprecated This error class is not used during parsing.
|
155
|
+
# Please use `ConcurrentAccess` instead.
|
116
156
|
class ConcurrentAccessException < ServiceError
|
117
157
|
|
118
158
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -128,6 +168,8 @@ module Aws::SNS
|
|
128
168
|
end
|
129
169
|
end
|
130
170
|
|
171
|
+
# @deprecated This error class is not used during parsing.
|
172
|
+
# Please use `EmptyBatchRequest` instead.
|
131
173
|
class EmptyBatchRequestException < ServiceError
|
132
174
|
|
133
175
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -143,6 +185,8 @@ module Aws::SNS
|
|
143
185
|
end
|
144
186
|
end
|
145
187
|
|
188
|
+
# @deprecated This error class is not used during parsing.
|
189
|
+
# Please use `EndpointDisabled` instead.
|
146
190
|
class EndpointDisabledException < ServiceError
|
147
191
|
|
148
192
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -158,6 +202,8 @@ module Aws::SNS
|
|
158
202
|
end
|
159
203
|
end
|
160
204
|
|
205
|
+
# @deprecated This error class is not used during parsing.
|
206
|
+
# Please use `FilterPolicyLimitExceeded` instead.
|
161
207
|
class FilterPolicyLimitExceededException < ServiceError
|
162
208
|
|
163
209
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -173,6 +219,8 @@ module Aws::SNS
|
|
173
219
|
end
|
174
220
|
end
|
175
221
|
|
222
|
+
# @deprecated This error class is not used during parsing.
|
223
|
+
# Please use `InternalError` instead.
|
176
224
|
class InternalErrorException < ServiceError
|
177
225
|
|
178
226
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -188,6 +236,8 @@ module Aws::SNS
|
|
188
236
|
end
|
189
237
|
end
|
190
238
|
|
239
|
+
# @deprecated This error class is not used during parsing.
|
240
|
+
# Please use `InvalidBatchEntryId` instead.
|
191
241
|
class InvalidBatchEntryIdException < ServiceError
|
192
242
|
|
193
243
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -203,6 +253,8 @@ module Aws::SNS
|
|
203
253
|
end
|
204
254
|
end
|
205
255
|
|
256
|
+
# @deprecated This error class is not used during parsing.
|
257
|
+
# Please use `InvalidParameter` instead.
|
206
258
|
class InvalidParameterException < ServiceError
|
207
259
|
|
208
260
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -218,6 +270,8 @@ module Aws::SNS
|
|
218
270
|
end
|
219
271
|
end
|
220
272
|
|
273
|
+
# @deprecated This error class is not used during parsing.
|
274
|
+
# Please use `ParameterValueInvalid` instead.
|
221
275
|
class InvalidParameterValueException < ServiceError
|
222
276
|
|
223
277
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -233,6 +287,8 @@ module Aws::SNS
|
|
233
287
|
end
|
234
288
|
end
|
235
289
|
|
290
|
+
# @deprecated This error class is not used during parsing.
|
291
|
+
# Please use `InvalidSecurity` instead.
|
236
292
|
class InvalidSecurityException < ServiceError
|
237
293
|
|
238
294
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -248,6 +304,8 @@ module Aws::SNS
|
|
248
304
|
end
|
249
305
|
end
|
250
306
|
|
307
|
+
# @deprecated This error class is not used during parsing.
|
308
|
+
# Please use `InvalidState` instead.
|
251
309
|
class InvalidStateException < ServiceError
|
252
310
|
|
253
311
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -263,6 +321,8 @@ module Aws::SNS
|
|
263
321
|
end
|
264
322
|
end
|
265
323
|
|
324
|
+
# @deprecated This error class is not used during parsing.
|
325
|
+
# Please use `KMSAccessDenied` instead.
|
266
326
|
class KMSAccessDeniedException < ServiceError
|
267
327
|
|
268
328
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -278,6 +338,8 @@ module Aws::SNS
|
|
278
338
|
end
|
279
339
|
end
|
280
340
|
|
341
|
+
# @deprecated This error class is not used during parsing.
|
342
|
+
# Please use `KMSDisabled` instead.
|
281
343
|
class KMSDisabledException < ServiceError
|
282
344
|
|
283
345
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -293,6 +355,8 @@ module Aws::SNS
|
|
293
355
|
end
|
294
356
|
end
|
295
357
|
|
358
|
+
# @deprecated This error class is not used during parsing.
|
359
|
+
# Please use `KMSInvalidState` instead.
|
296
360
|
class KMSInvalidStateException < ServiceError
|
297
361
|
|
298
362
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -308,6 +372,8 @@ module Aws::SNS
|
|
308
372
|
end
|
309
373
|
end
|
310
374
|
|
375
|
+
# @deprecated This error class is not used during parsing.
|
376
|
+
# Please use `KMSNotFound` instead.
|
311
377
|
class KMSNotFoundException < ServiceError
|
312
378
|
|
313
379
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -338,6 +404,8 @@ module Aws::SNS
|
|
338
404
|
end
|
339
405
|
end
|
340
406
|
|
407
|
+
# @deprecated This error class is not used during parsing.
|
408
|
+
# Please use `KMSThrottling` instead.
|
341
409
|
class KMSThrottlingException < ServiceError
|
342
410
|
|
343
411
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -353,6 +421,8 @@ module Aws::SNS
|
|
353
421
|
end
|
354
422
|
end
|
355
423
|
|
424
|
+
# @deprecated This error class is not used during parsing.
|
425
|
+
# Please use `NotFound` instead.
|
356
426
|
class NotFoundException < ServiceError
|
357
427
|
|
358
428
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -368,6 +438,8 @@ module Aws::SNS
|
|
368
438
|
end
|
369
439
|
end
|
370
440
|
|
441
|
+
# @deprecated This error class is not used during parsing.
|
442
|
+
# Please use `OptedOut` instead.
|
371
443
|
class OptedOutException < ServiceError
|
372
444
|
|
373
445
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -383,6 +455,8 @@ module Aws::SNS
|
|
383
455
|
end
|
384
456
|
end
|
385
457
|
|
458
|
+
# @deprecated This error class is not used during parsing.
|
459
|
+
# Please use `PlatformApplicationDisabled` instead.
|
386
460
|
class PlatformApplicationDisabledException < ServiceError
|
387
461
|
|
388
462
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -398,6 +472,8 @@ module Aws::SNS
|
|
398
472
|
end
|
399
473
|
end
|
400
474
|
|
475
|
+
# @deprecated This error class is not used during parsing.
|
476
|
+
# Please use `ReplayLimitExceeded` instead.
|
401
477
|
class ReplayLimitExceededException < ServiceError
|
402
478
|
|
403
479
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -413,6 +489,8 @@ module Aws::SNS
|
|
413
489
|
end
|
414
490
|
end
|
415
491
|
|
492
|
+
# @deprecated This error class is not used during parsing.
|
493
|
+
# Please use `ResourceNotFound` instead.
|
416
494
|
class ResourceNotFoundException < ServiceError
|
417
495
|
|
418
496
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -428,6 +506,8 @@ module Aws::SNS
|
|
428
506
|
end
|
429
507
|
end
|
430
508
|
|
509
|
+
# @deprecated This error class is not used during parsing.
|
510
|
+
# Please use `StaleTag` instead.
|
431
511
|
class StaleTagException < ServiceError
|
432
512
|
|
433
513
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -443,6 +523,8 @@ module Aws::SNS
|
|
443
523
|
end
|
444
524
|
end
|
445
525
|
|
526
|
+
# @deprecated This error class is not used during parsing.
|
527
|
+
# Please use `SubscriptionLimitExceeded` instead.
|
446
528
|
class SubscriptionLimitExceededException < ServiceError
|
447
529
|
|
448
530
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -458,6 +540,8 @@ module Aws::SNS
|
|
458
540
|
end
|
459
541
|
end
|
460
542
|
|
543
|
+
# @deprecated This error class is not used during parsing.
|
544
|
+
# Please use `TagLimitExceeded` instead.
|
461
545
|
class TagLimitExceededException < ServiceError
|
462
546
|
|
463
547
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -473,6 +557,8 @@ module Aws::SNS
|
|
473
557
|
end
|
474
558
|
end
|
475
559
|
|
560
|
+
# @deprecated This error class is not used during parsing.
|
561
|
+
# Please use `TagPolicy` instead.
|
476
562
|
class TagPolicyException < ServiceError
|
477
563
|
|
478
564
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -488,6 +574,8 @@ module Aws::SNS
|
|
488
574
|
end
|
489
575
|
end
|
490
576
|
|
577
|
+
# @deprecated This error class is not used during parsing.
|
578
|
+
# Please use `Throttled` instead.
|
491
579
|
class ThrottledException < ServiceError
|
492
580
|
|
493
581
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -503,6 +591,8 @@ module Aws::SNS
|
|
503
591
|
end
|
504
592
|
end
|
505
593
|
|
594
|
+
# @deprecated This error class is not used during parsing.
|
595
|
+
# Please use `TooManyEntriesInBatchRequest` instead.
|
506
596
|
class TooManyEntriesInBatchRequestException < ServiceError
|
507
597
|
|
508
598
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -518,6 +608,8 @@ module Aws::SNS
|
|
518
608
|
end
|
519
609
|
end
|
520
610
|
|
611
|
+
# @deprecated This error class is not used during parsing.
|
612
|
+
# Please use `TopicLimitExceeded` instead.
|
521
613
|
class TopicLimitExceededException < ServiceError
|
522
614
|
|
523
615
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -533,6 +625,8 @@ module Aws::SNS
|
|
533
625
|
end
|
534
626
|
end
|
535
627
|
|
628
|
+
# @deprecated This error class is not used during parsing.
|
629
|
+
# Please use `UserError` instead.
|
536
630
|
class UserErrorException < ServiceError
|
537
631
|
|
538
632
|
# @param [Seahorse::Client::RequestContext] context
|
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.97.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: 2025-
|
11
|
+
date: 2025-03-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|