aws-sdk-applicationinsights 1.46.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 +180 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-applicationinsights/client.rb +179 -96
- data/lib/aws-sdk-applicationinsights/client_api.rb +12 -0
- data/lib/aws-sdk-applicationinsights/endpoint_parameters.rb +13 -10
- data/lib/aws-sdk-applicationinsights/endpoint_provider.rb +13 -17
- data/lib/aws-sdk-applicationinsights/endpoints.rb +2 -460
- data/lib/aws-sdk-applicationinsights/plugins/endpoints.rb +19 -78
- data/lib/aws-sdk-applicationinsights/types.rb +79 -40
- data/lib/aws-sdk-applicationinsights.rb +15 -11
- data/sig/client.rbs +16 -7
- data/sig/resource.rbs +6 -0
- data/sig/types.rbs +13 -7
- metadata +8 -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,186 @@
|
|
|
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
|
+
|
|
4
184
|
1.46.0 (2024-05-13)
|
|
5
185
|
------------------
|
|
6
186
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.82.0
|