aws-sdk-resiliencehub 1.9.0 → 1.11.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-resiliencehub/client.rb +1490 -148
- data/lib/aws-sdk-resiliencehub/client_api.rb +435 -0
- data/lib/aws-sdk-resiliencehub/endpoint_provider.rb +27 -24
- data/lib/aws-sdk-resiliencehub/endpoints.rb +182 -0
- data/lib/aws-sdk-resiliencehub/plugins/endpoints.rb +26 -0
- data/lib/aws-sdk-resiliencehub/types.rb +1981 -364
- data/lib/aws-sdk-resiliencehub.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: 3334d94598952d00d0436e657763acca31ac306131917abef9b41c30601e272c
|
4
|
+
data.tar.gz: 27d9a4fe818da9fe6df737a34d9617846aa8a96b1d45c4ce9f1ca541b34b179b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 37c824b9e1e2c988bef03f7e2b2fcca933b23dbb8dfafa713bc14b0f480ae7701540e6d0085569bef138fb0cca60e3ae645144a6c1187a7fcbdb548bcfc17eea
|
7
|
+
data.tar.gz: b598d5306b8e1800a31640b10b3430a69356083b74e28e41662ba2875baa90c51b2fab91cf25418f2fb4d74921a77aaa752d421fc6c77ec3c741bb94496b854a
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.11.0 (2023-03-22)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release provides customers with the ability to import resources from within an EKS cluster and assess the resiliency of EKS cluster workloads.
|
8
|
+
|
9
|
+
1.10.0 (2023-02-21)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - In this release we improved resilience hub application creation and maintenance by introducing new resource and app component crud APIs, improving visibility and maintenance of application input sources and added support for additional information attributes to be provided by customers.
|
13
|
+
|
4
14
|
1.9.0 (2023-01-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.11.0
|