aws-sdk-devopsguru 1.15.0 → 1.19.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 +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-devopsguru/client.rb +295 -34
- data/lib/aws-sdk-devopsguru/client_api.rb +161 -2
- data/lib/aws-sdk-devopsguru/types.rb +1293 -119
- data/lib/aws-sdk-devopsguru.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: beb963aabff267a7b7b95a8095289212392b733698b64e17577155da26747135
|
4
|
+
data.tar.gz: d12fe0902e523eb6027ca3e12bac89e07c64bd9d7755b2faf9c713756ce6d808
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 350ed6349741303b368e26f6736b76bd90cf6403ea3c7b51dde2a81c9b24cd26b0c763dc4fca1e0c27b1c7036f1f85cea75a8143ec0db4a6db6ecb71460ee174
|
7
|
+
data.tar.gz: e8b22cc1bfc6dbab6a8a22a4e2727e57cac18275c0e2c04e52f251ca758390a479be7cb90dd15844efc0b32e52076faadf37540f0a7ace48ee58d060fa4126db
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.19.0 (2021-12-21)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.18.0 (2021-12-20)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Adds Tags support to DescribeOrganizationResourceCollectionHealth
|
13
|
+
|
14
|
+
1.17.0 (2021-12-01)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - DevOps Guru now provides detailed, database-specific analyses of performance issues and recommends corrective actions for Amazon Aurora database instances with Performance Insights turned on. You can also use AWS tags to choose which resources to analyze and define your applications.
|
18
|
+
|
19
|
+
1.16.0 (2021-11-30)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
23
|
+
|
4
24
|
1.15.0 (2021-11-17)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.19.0
|