aws-sdk-applicationinsights 1.31.0 → 1.82.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 +258 -1
- data/VERSION +1 -1
- data/lib/aws-sdk-applicationinsights/client.rb +619 -112
- data/lib/aws-sdk-applicationinsights/client_api.rb +207 -0
- data/lib/aws-sdk-applicationinsights/endpoint_parameters.rb +69 -0
- data/lib/aws-sdk-applicationinsights/endpoint_provider.rb +50 -0
- data/lib/aws-sdk-applicationinsights/endpoints.rb +20 -0
- data/lib/aws-sdk-applicationinsights/plugins/endpoints.rb +77 -0
- data/lib/aws-sdk-applicationinsights/types.rb +531 -297
- data/lib/aws-sdk-applicationinsights.rb +16 -8
- data/sig/client.rbs +542 -0
- data/sig/errors.rbs +41 -0
- data/sig/resource.rbs +86 -0
- data/sig/types.rbs +625 -0
- data/sig/waiters.rbs +13 -0
- metadata +17 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 98a5165ef43e1dc8c3e318a7cdbdd2cf3315e5b70271583467df594cb8bf5793
|
|
4
|
+
data.tar.gz: d0be1a12eb5ccdd3f2491ee50bb27a6391f315f2b75306fa48f958fea7cd6642
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dc4179d29982aaf644d83682e56e0286bef6461cc4b956b94b5a637be6cf19ff99146c41664e984adc8d7835f056a3461840e530983b39c31ddd8c47227830fa
|
|
7
|
+
data.tar.gz: 94356ef92347912ada9c639131d0d35bc5d697f3dc3e7bb6e1f8bcc5af793b2ef320f4ebb923927a9560df0b5d9d4efd39d94ec72b8543daf3e7d17fa9407920
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,263 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.82.0 (2026-07-09)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.81.0 (2026-05-29)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Adding new BDD representation of endpoint ruleset
|
|
13
|
+
|
|
14
|
+
1.80.0 (2026-05-21)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
18
|
+
|
|
19
|
+
1.79.0 (2026-05-19)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
23
|
+
|
|
24
|
+
1.78.0 (2026-05-13)
|
|
25
|
+
------------------
|
|
26
|
+
|
|
27
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
28
|
+
|
|
29
|
+
1.77.0 (2026-03-18)
|
|
30
|
+
------------------
|
|
31
|
+
|
|
32
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
33
|
+
|
|
34
|
+
1.76.0 (2026-01-16)
|
|
35
|
+
------------------
|
|
36
|
+
|
|
37
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
38
|
+
|
|
39
|
+
1.75.0 (2026-01-08)
|
|
40
|
+
------------------
|
|
41
|
+
|
|
42
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
43
|
+
|
|
44
|
+
1.74.0 (2026-01-05)
|
|
45
|
+
------------------
|
|
46
|
+
|
|
47
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
48
|
+
|
|
49
|
+
1.73.0 (2025-11-21)
|
|
50
|
+
------------------
|
|
51
|
+
|
|
52
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
53
|
+
|
|
54
|
+
1.72.0 (2025-10-21)
|
|
55
|
+
------------------
|
|
56
|
+
|
|
57
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
58
|
+
|
|
59
|
+
1.71.0 (2025-10-17)
|
|
60
|
+
------------------
|
|
61
|
+
|
|
62
|
+
* Feature - Update endpoint ruleset parameters casing
|
|
63
|
+
|
|
64
|
+
1.70.0 (2025-08-27)
|
|
65
|
+
------------------
|
|
66
|
+
|
|
67
|
+
* Feature - Remove incorrect endpoint tests
|
|
68
|
+
|
|
69
|
+
1.69.0 (2025-08-26)
|
|
70
|
+
------------------
|
|
71
|
+
|
|
72
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
73
|
+
|
|
74
|
+
1.68.0 (2025-08-04)
|
|
75
|
+
------------------
|
|
76
|
+
|
|
77
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
78
|
+
|
|
79
|
+
1.67.0 (2025-07-31)
|
|
80
|
+
------------------
|
|
81
|
+
|
|
82
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
83
|
+
|
|
84
|
+
1.66.0 (2025-07-21)
|
|
85
|
+
------------------
|
|
86
|
+
|
|
87
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
88
|
+
|
|
89
|
+
1.65.0 (2025-06-02)
|
|
90
|
+
------------------
|
|
91
|
+
|
|
92
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
93
|
+
|
|
94
|
+
1.64.0 (2025-05-12)
|
|
95
|
+
------------------
|
|
96
|
+
|
|
97
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
98
|
+
|
|
99
|
+
1.63.0 (2025-05-01)
|
|
100
|
+
------------------
|
|
101
|
+
|
|
102
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
103
|
+
|
|
104
|
+
1.62.0 (2025-02-18)
|
|
105
|
+
------------------
|
|
106
|
+
|
|
107
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
108
|
+
|
|
109
|
+
1.61.0 (2025-02-06)
|
|
110
|
+
------------------
|
|
111
|
+
|
|
112
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
113
|
+
|
|
114
|
+
1.60.0 (2025-01-15)
|
|
115
|
+
------------------
|
|
116
|
+
|
|
117
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
118
|
+
|
|
119
|
+
1.59.0 (2024-10-21)
|
|
120
|
+
------------------
|
|
121
|
+
|
|
122
|
+
* Feature - This feature enables customers to specify SNS Topic ARN. CloudWatch Application Insights (CWAI) will utilize this ARN to send problem notifications.
|
|
123
|
+
|
|
124
|
+
1.58.0 (2024-10-18)
|
|
125
|
+
------------------
|
|
126
|
+
|
|
127
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
128
|
+
|
|
129
|
+
1.57.0 (2024-09-24)
|
|
130
|
+
------------------
|
|
131
|
+
|
|
132
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
133
|
+
|
|
134
|
+
1.56.0 (2024-09-23)
|
|
135
|
+
------------------
|
|
136
|
+
|
|
137
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
138
|
+
|
|
139
|
+
1.55.0 (2024-09-20)
|
|
140
|
+
------------------
|
|
141
|
+
|
|
142
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
143
|
+
|
|
144
|
+
1.54.0 (2024-09-11)
|
|
145
|
+
------------------
|
|
146
|
+
|
|
147
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
148
|
+
|
|
149
|
+
1.53.0 (2024-09-10)
|
|
150
|
+
------------------
|
|
151
|
+
|
|
152
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
153
|
+
|
|
154
|
+
1.52.0 (2024-09-03)
|
|
155
|
+
------------------
|
|
156
|
+
|
|
157
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
158
|
+
|
|
159
|
+
1.51.0 (2024-07-02)
|
|
160
|
+
------------------
|
|
161
|
+
|
|
162
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
163
|
+
|
|
164
|
+
1.50.0 (2024-06-28)
|
|
165
|
+
------------------
|
|
166
|
+
|
|
167
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
168
|
+
|
|
169
|
+
1.49.0 (2024-06-25)
|
|
170
|
+
------------------
|
|
171
|
+
|
|
172
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
173
|
+
|
|
174
|
+
1.48.0 (2024-06-24)
|
|
175
|
+
------------------
|
|
176
|
+
|
|
177
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
178
|
+
|
|
179
|
+
1.47.0 (2024-06-05)
|
|
180
|
+
------------------
|
|
181
|
+
|
|
182
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
183
|
+
|
|
184
|
+
1.46.0 (2024-05-13)
|
|
185
|
+
------------------
|
|
186
|
+
|
|
187
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
188
|
+
|
|
189
|
+
1.45.0 (2024-04-25)
|
|
190
|
+
------------------
|
|
191
|
+
|
|
192
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
193
|
+
|
|
194
|
+
1.44.0 (2024-01-26)
|
|
195
|
+
------------------
|
|
196
|
+
|
|
197
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
198
|
+
|
|
199
|
+
1.43.0 (2023-11-28)
|
|
200
|
+
------------------
|
|
201
|
+
|
|
202
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
203
|
+
|
|
204
|
+
1.42.0 (2023-11-22)
|
|
205
|
+
------------------
|
|
206
|
+
|
|
207
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
208
|
+
|
|
209
|
+
1.41.0 (2023-10-31)
|
|
210
|
+
------------------
|
|
211
|
+
|
|
212
|
+
* Feature - Automate attaching managed policies
|
|
213
|
+
|
|
214
|
+
1.40.0 (2023-09-27)
|
|
215
|
+
------------------
|
|
216
|
+
|
|
217
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
218
|
+
|
|
219
|
+
1.39.0 (2023-07-28)
|
|
220
|
+
------------------
|
|
221
|
+
|
|
222
|
+
* Feature - This release enable customer to add/remove/update more than one workload for a component
|
|
223
|
+
|
|
224
|
+
1.38.0 (2023-07-11)
|
|
225
|
+
------------------
|
|
226
|
+
|
|
227
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
228
|
+
|
|
229
|
+
1.37.0 (2023-07-06)
|
|
230
|
+
------------------
|
|
231
|
+
|
|
232
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
233
|
+
|
|
234
|
+
1.36.0 (2023-06-28)
|
|
235
|
+
------------------
|
|
236
|
+
|
|
237
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
238
|
+
|
|
239
|
+
1.35.0 (2023-06-15)
|
|
240
|
+
------------------
|
|
241
|
+
|
|
242
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
243
|
+
|
|
244
|
+
1.34.0 (2023-05-31)
|
|
245
|
+
------------------
|
|
246
|
+
|
|
247
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
248
|
+
|
|
249
|
+
1.33.0 (2023-01-18)
|
|
250
|
+
------------------
|
|
251
|
+
|
|
252
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
253
|
+
|
|
254
|
+
* Issue - Replace runtime endpoint resolution approach with generated ruby code.
|
|
255
|
+
|
|
256
|
+
1.32.0 (2022-10-25)
|
|
257
|
+
------------------
|
|
258
|
+
|
|
259
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
260
|
+
|
|
4
261
|
1.31.0 (2022-06-02)
|
|
5
262
|
------------------
|
|
6
263
|
|
|
@@ -165,4 +422,4 @@ Unreleased Changes
|
|
|
165
422
|
1.0.0 (2019-06-24)
|
|
166
423
|
------------------
|
|
167
424
|
|
|
168
|
-
* Feature - Initial release of `aws-sdk-applicationinsights`.
|
|
425
|
+
* Feature - Initial release of `aws-sdk-applicationinsights`.
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.82.0
|