aws-sdk-configservice 1.129.0 → 1.131.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-configservice/client.rb +37 -37
- data/lib/aws-sdk-configservice.rb +1 -1
- data/sig/client.rbs +14 -14
- data/sig/types.rbs +16 -16
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cb64d2658c87e72c04070d5185b9c84880466ab9f2eb39387997acb0fd3ea3ec
|
4
|
+
data.tar.gz: 9146bb00a0276456027405667ef6ae84ab008d29d9d4bd68acb0f5ae8faba9f6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 690ba803df04680d9a341d8ee2a8f4f8b6d7ca9655272535af47f9888ac6fcb9d8a5790c2e731318e3fd8cd1cd2d1aa43e3a97aa3cad9c23bbe8e4176be8e8ef
|
7
|
+
data.tar.gz: 72fa7135eef70d62fe97c13139dbefc64d825e3757c89f51f1d63d18d036653cd8c046e43c54cd77d49481067423ac9f0725dcece46504f1ee01befe175cc5ba
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.131.0 (2025-06-30)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated ResourceType enum with new resource types onboarded by AWS Config as of June 2025
|
8
|
+
|
9
|
+
1.130.0 (2025-06-27)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Added important considerations to the PutConformancePack and PutOrganizationConformancPack APIs.
|
13
|
+
|
4
14
|
1.129.0 (2025-06-02)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.131.0
|