aws-sdk-applicationinsights 1.26.0 → 1.41.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 +78 -1
- data/VERSION +1 -1
- data/lib/aws-sdk-applicationinsights/client.rb +441 -19
- data/lib/aws-sdk-applicationinsights/client_api.rb +197 -0
- data/lib/aws-sdk-applicationinsights/endpoint_parameters.rb +66 -0
- data/lib/aws-sdk-applicationinsights/endpoint_provider.rb +54 -0
- data/lib/aws-sdk-applicationinsights/endpoints.rb +478 -0
- data/lib/aws-sdk-applicationinsights/plugins/endpoints.rb +134 -0
- data/lib/aws-sdk-applicationinsights/types.rb +504 -289
- data/lib/aws-sdk-applicationinsights.rb +6 -2
- metadata +8 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ffc5bab802e0f791d4b9193c2474061eaeb147e74a98c004bb6d2f7cc7ac8750
|
4
|
+
data.tar.gz: 9de78184b93b95f4404827bd81df75a3ae2c721cd587e550b0ab058fe57903ba
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '098e8464e2bee5ed318d3da74b68ff08fcdf3a7c934e49b98ca4fd9ac9f1f7bf16b11bbd7ee965f1bbbe600c4a98c42dbec46486be75b071fb92dc6a90a07642'
|
7
|
+
data.tar.gz: 6b59d97a64f8a246261d93dc4bf81de6d977be1765dea724bca78682e25a00aa80af11be8515ec8e5e8f293ca227dfcaec3997a7a369833b8769ec38cdb6eb3b
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,83 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.41.0 (2023-10-31)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Automate attaching managed policies
|
8
|
+
|
9
|
+
1.40.0 (2023-09-27)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.39.0 (2023-07-28)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - This release enable customer to add/remove/update more than one workload for a component
|
18
|
+
|
19
|
+
1.38.0 (2023-07-11)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
23
|
+
|
24
|
+
1.37.0 (2023-07-06)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
28
|
+
|
29
|
+
1.36.0 (2023-06-28)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
33
|
+
|
34
|
+
1.35.0 (2023-06-15)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
38
|
+
|
39
|
+
1.34.0 (2023-05-31)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
43
|
+
|
44
|
+
1.33.0 (2023-01-18)
|
45
|
+
------------------
|
46
|
+
|
47
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
48
|
+
|
49
|
+
* Issue - Replace runtime endpoint resolution approach with generated ruby code.
|
50
|
+
|
51
|
+
1.32.0 (2022-10-25)
|
52
|
+
------------------
|
53
|
+
|
54
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
55
|
+
|
56
|
+
1.31.0 (2022-06-02)
|
57
|
+
------------------
|
58
|
+
|
59
|
+
* Feature - Provide Account Level onboarding support through CFN/CLI
|
60
|
+
|
61
|
+
1.30.0 (2022-02-24)
|
62
|
+
------------------
|
63
|
+
|
64
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
65
|
+
|
66
|
+
1.29.0 (2022-02-03)
|
67
|
+
------------------
|
68
|
+
|
69
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
70
|
+
|
71
|
+
1.28.0 (2022-01-14)
|
72
|
+
------------------
|
73
|
+
|
74
|
+
* Feature - Application Insights support for Active Directory and SharePoint
|
75
|
+
|
76
|
+
1.27.0 (2021-12-21)
|
77
|
+
------------------
|
78
|
+
|
79
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
80
|
+
|
4
81
|
1.26.0 (2021-11-30)
|
5
82
|
------------------
|
6
83
|
|
@@ -140,4 +217,4 @@ Unreleased Changes
|
|
140
217
|
1.0.0 (2019-06-24)
|
141
218
|
------------------
|
142
219
|
|
143
|
-
* Feature - Initial release of `aws-sdk-applicationinsights`.
|
220
|
+
* Feature - Initial release of `aws-sdk-applicationinsights`.
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.41.0
|