aws-sdk-devopsguru 1.13.0 → 1.17.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 +705 -53
- data/lib/aws-sdk-devopsguru/client_api.rb +396 -1
- data/lib/aws-sdk-devopsguru/types.rb +2119 -251
- data/lib/aws-sdk-devopsguru.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bdfa3b9f654818adb10b75632080c286987671dbb9232e9f1e0199724861e1dc
|
4
|
+
data.tar.gz: d1b50fde03df6e3cedf8798d41e66f6e20073858799b4612f0a55b08a8b5db83
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 553beef6a69958ab4a411f83a136ac045a4619be084e494ea6fe5f67486925968d6868d5e9473bc572df925ece05370a65409dca13e4cdc0bbb39b1040d91273
|
7
|
+
data.tar.gz: 1f039f9e4949265cbe2ecfe448237836aa6eb5a12675020b8d1c35120934c1b025cf5f3717b3555f445929799949bf7e71dd5cfbb240baed362d3a66b4159084
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.17.0 (2021-12-01)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* 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.
|
8
|
+
|
9
|
+
1.16.0 (2021-11-30)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.15.0 (2021-11-17)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Add paginator for DescribeResourceCollectionHealth
|
18
|
+
|
19
|
+
1.14.0 (2021-11-12)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Add support for cross account APIs.
|
23
|
+
|
4
24
|
1.13.0 (2021-11-04)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.17.0
|