aws-sdk-wellarchitected 1.71.0 → 1.72.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-wellarchitected/client.rb +1523 -1
- data/lib/aws-sdk-wellarchitected/client_api.rb +1319 -172
- data/lib/aws-sdk-wellarchitected/types.rb +2655 -290
- data/lib/aws-sdk-wellarchitected.rb +1 -1
- data/sig/client.rbs +419 -0
- data/sig/params.rbs +32 -0
- data/sig/types.rbs +614 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2c8dae0366b79672afa7e0a2b9757333d32dff9f7274c14feb5781370f1ab466
|
|
4
|
+
data.tar.gz: c23e5385b3e672eac9dfd5172a29f745a53449075efb4ac4b93c65fd79142300
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bb23a34d6e921f87d1429e0a4acf7acc9fb380a65ce20c858f17a284d13f711a0e1f3856de8acc9e50cd942d915f603b13d08391f504e45a3ea6dbfa8412d1e7
|
|
7
|
+
data.tar.gz: fbea572fadda991f121d25d63d9766ee3b1e3ced3b97f37a7990d9340ff01679705c741587abb5eb0f3bf7f98f85cb4ae1a9a962c1bcb3468dc737d5c44b4000
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.72.0 (2026-08-12)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - This change releases the Well-Architected Agent, a generative AI service that analyzes a customer's AWS environment and delivers personalized, prioritized recommendations across cost, security, performance, and resilience.
|
|
8
|
+
|
|
4
9
|
1.71.0 (2026-07-09)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.72.0
|