aws-sdk-sns 1.88.0 → 1.112.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 +120 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sns/client.rb +309 -133
- data/lib/aws-sdk-sns/client_api.rb +33 -33
- data/lib/aws-sdk-sns/customizations.rb +0 -1
- data/lib/aws-sdk-sns/endpoint_parameters.rb +13 -10
- data/lib/aws-sdk-sns/endpoint_provider.rb +15 -19
- data/lib/aws-sdk-sns/endpoints.rb +2 -460
- data/lib/aws-sdk-sns/errors.rb +93 -0
- data/lib/aws-sdk-sns/platform_application.rb +0 -1
- data/lib/aws-sdk-sns/platform_endpoint.rb +61 -21
- data/lib/aws-sdk-sns/plugins/endpoints.rb +1 -90
- data/lib/aws-sdk-sns/resource.rb +117 -24
- data/lib/aws-sdk-sns/subscription.rb +0 -4
- data/lib/aws-sdk-sns/topic.rb +99 -43
- data/lib/aws-sdk-sns/types.rb +264 -105
- data/lib/aws-sdk-sns.rb +1 -1
- data/sig/client.rbs +3 -0
- data/sig/resource.rbs +3 -0
- metadata +6 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e6df204947f329af579b30adfb8be645563cb7a1c16259209d5bc95b896b8b1e
|
|
4
|
+
data.tar.gz: 4b60e362ee4a77c879285bba4d027289a195c44542269963fd7ceb3bcd0dd00e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2744441dfd146004cf567b59fe31005dae847a8bd5b2acc37c3f33aea21dd51a2aa4bc265bbf22920e8e81d65e4895a3bccf6e37e706218d4c99092581450c85
|
|
7
|
+
data.tar.gz: 01647d3c4fa0482be52c3bf398dc076ad2fcb121e1e417995e898b930e37027d70301af1af3f5a2e0e80d9c23a7c6ba323a99733f9fec28f3275a5e883c533ba
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,126 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.112.0 (2026-01-16)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.111.0 (2026-01-08)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
14
|
+
1.110.0 (2026-01-05)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
18
|
+
|
|
19
|
+
1.109.0 (2025-11-21)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
23
|
+
|
|
24
|
+
1.108.0 (2025-10-22)
|
|
25
|
+
------------------
|
|
26
|
+
|
|
27
|
+
* Feature - Update endpoint ruleset parameters casing
|
|
28
|
+
|
|
29
|
+
1.107.0 (2025-10-21)
|
|
30
|
+
------------------
|
|
31
|
+
|
|
32
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
33
|
+
|
|
34
|
+
1.106.0 (2025-08-27)
|
|
35
|
+
------------------
|
|
36
|
+
|
|
37
|
+
* Feature - Remove incorrect endpoint tests
|
|
38
|
+
|
|
39
|
+
1.105.0 (2025-08-26)
|
|
40
|
+
------------------
|
|
41
|
+
|
|
42
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
43
|
+
|
|
44
|
+
1.104.0 (2025-08-04)
|
|
45
|
+
------------------
|
|
46
|
+
|
|
47
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
48
|
+
|
|
49
|
+
1.103.0 (2025-08-01)
|
|
50
|
+
------------------
|
|
51
|
+
|
|
52
|
+
* Feature - Amazon SNS support for Amazon SQS fair queues
|
|
53
|
+
|
|
54
|
+
1.102.0 (2025-07-31)
|
|
55
|
+
------------------
|
|
56
|
+
|
|
57
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
58
|
+
|
|
59
|
+
1.101.0 (2025-07-21)
|
|
60
|
+
------------------
|
|
61
|
+
|
|
62
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
63
|
+
|
|
64
|
+
1.100.0 (2025-06-02)
|
|
65
|
+
------------------
|
|
66
|
+
|
|
67
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
68
|
+
|
|
69
|
+
1.99.0 (2025-05-12)
|
|
70
|
+
------------------
|
|
71
|
+
|
|
72
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
73
|
+
|
|
74
|
+
1.98.0 (2025-05-01)
|
|
75
|
+
------------------
|
|
76
|
+
|
|
77
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
78
|
+
|
|
79
|
+
1.97.0 (2025-03-04)
|
|
80
|
+
------------------
|
|
81
|
+
|
|
82
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
83
|
+
|
|
84
|
+
1.96.0 (2025-02-18)
|
|
85
|
+
------------------
|
|
86
|
+
|
|
87
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
88
|
+
|
|
89
|
+
1.95.0 (2025-02-06)
|
|
90
|
+
------------------
|
|
91
|
+
|
|
92
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
93
|
+
|
|
94
|
+
1.94.0 (2025-01-21)
|
|
95
|
+
------------------
|
|
96
|
+
|
|
97
|
+
* Feature - This release adds support for the topic attribute FifoThroughputScope for SNS FIFO topics. For details, see the documentation history in the Amazon Simple Notification Service Developer Guide.
|
|
98
|
+
|
|
99
|
+
1.93.0 (2025-01-15)
|
|
100
|
+
------------------
|
|
101
|
+
|
|
102
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
103
|
+
|
|
104
|
+
1.92.0 (2024-11-22)
|
|
105
|
+
------------------
|
|
106
|
+
|
|
107
|
+
* Feature - ArchivePolicy attribute added to Archive and Replay feature
|
|
108
|
+
|
|
109
|
+
1.91.0 (2024-11-18)
|
|
110
|
+
------------------
|
|
111
|
+
|
|
112
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
113
|
+
|
|
114
|
+
1.90.0 (2024-11-06)
|
|
115
|
+
------------------
|
|
116
|
+
|
|
117
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
118
|
+
|
|
119
|
+
1.89.0 (2024-10-18)
|
|
120
|
+
------------------
|
|
121
|
+
|
|
122
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
123
|
+
|
|
4
124
|
1.88.0 (2024-09-24)
|
|
5
125
|
------------------
|
|
6
126
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.112.0
|