aws-sdk-configservice 1.79.0 → 1.82.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 +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-configservice/client.rb +190 -81
- data/lib/aws-sdk-configservice/client_api.rb +50 -0
- data/lib/aws-sdk-configservice/types.rb +211 -49
- data/lib/aws-sdk-configservice.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: 793c3241905cc305faca0a380ae17c46b2a049508d1e61f6aa673169709e36f9
|
4
|
+
data.tar.gz: 17999ce8519aeeb36a1f68e49384d53fcddf21c88a656db39a1cb56def31c22f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9abaf77f4f97560f144b0c763170144d5ff792849cc256bde5c240f39b6a2d8bbc560555a6d94f89434bd692e13796c85899d3e6e12b9f6bb3f6a5b2b0eacf43
|
7
|
+
data.tar.gz: 0647cb52b90d7c477aeb2e1cfd98f0f4523b6ede2abfe2e8f7c42ed59f75ee190fcf8f161bbe0128a8a3090a2739fbfb3cb5b76596d571845bfa7627319b8939
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,21 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.82.0 (2022-08-04)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Add resourceType enums for Athena, GlobalAccelerator, Detective and EC2 types
|
8
|
+
|
9
|
+
1.81.0 (2022-08-01)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Documentation update for PutConfigRule and PutOrganizationConfigRule
|
13
|
+
|
14
|
+
1.80.0 (2022-07-27)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - This release adds ListConformancePackComplianceScores API to support the new compliance score feature, which provides a percentage of the number of compliant rule-resource combinations in a conformance pack compared to the number of total possible rule-resource combinations in the conformance pack.
|
18
|
+
|
4
19
|
1.79.0 (2022-07-14)
|
5
20
|
------------------
|
6
21
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.82.0
|