aws-sdk-auditmanager 1.12.0 → 1.16.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-auditmanager/client.rb +658 -153
- data/lib/aws-sdk-auditmanager/client_api.rb +332 -0
- data/lib/aws-sdk-auditmanager/types.rb +1254 -394
- data/lib/aws-sdk-auditmanager.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 61b11dd2ff0b48a2198b4f452a28a1747fba4dcb0ea0e2822b2359aaf391a4cc
|
4
|
+
data.tar.gz: 17235a8af9e927f6f25dc98c0dc584cf907e912bd3db04f9300c4e6fb5b72086
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 456e6c46c1b8c1d9e9a08f026330c0043f12ac4cd986777a13c8a4faeac8307ba86f8193648305ed312f4165355161b672f8c031797c2ba4503216051c469281
|
7
|
+
data.tar.gz: 31d8dd4fdf6e6343526ca7fc9a4c953f4bd88fa5a67eaae6082fbaa086abc9b322565904b2a4f83f66a7c718bfa3183f6897c39716eddc38564cf63be4031d11
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.16.0 (2021-11-18)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release introduces a new feature for Audit Manager: Dashboard views. You can now view insights data for your active assessments, and quickly identify non-compliant evidence that needs to be remediated.
|
8
|
+
|
9
|
+
1.15.0 (2021-11-04)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.14.0 (2021-10-25)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - This release introduces a new feature for Audit Manager: Custom framework sharing. You can now share your custom frameworks with another AWS account, or replicate them into another AWS Region under your own account.
|
18
|
+
|
19
|
+
1.13.0 (2021-10-22)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - This release introduces character restrictions for ControlSet names. We updated regex patterns for the following attributes: ControlSet, CreateAssessmentFrameworkControlSet, and UpdateAssessmentFrameworkControlSet.
|
23
|
+
|
4
24
|
1.12.0 (2021-10-18)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.16.0
|