aws-sdk-auditmanager 1.11.0 → 1.15.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-auditmanager/client.rb +366 -150
- data/lib/aws-sdk-auditmanager/client_api.rb +120 -0
- data/lib/aws-sdk-auditmanager/types.rb +664 -387
- 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: c5b7351e0e69ebce85959b72d006afc249bd7f61416cd183d559576b9e5b67af
|
4
|
+
data.tar.gz: b01ad2dfc29a4fcf0a5205d82a83e788eb32d53d8eba082bb5b5238d98722cf2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0211ab5a95a8ce4582cfaeec253304f49ef6cd453e701f9a0199acad10cf2f02624c2e054b97e80e0e6b781da50d968653ffd7da3e0663a7f4475e7835242f3c
|
7
|
+
data.tar.gz: 23c6c4731a72e34af20772535fced18588ce5174a27b77c131278e3e0a61ce09399e1d90c49f5bcd0b9e155de21c970d4a619397eb9ae0c74c50abdde54acf82
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.15.0 (2021-11-04)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.14.0 (2021-10-25)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* 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.
|
13
|
+
|
14
|
+
1.13.0 (2021-10-22)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - This release introduces character restrictions for ControlSet names. We updated regex patterns for the following attributes: ControlSet, CreateAssessmentFrameworkControlSet, and UpdateAssessmentFrameworkControlSet.
|
18
|
+
|
19
|
+
1.12.0 (2021-10-18)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
23
|
+
|
4
24
|
1.11.0 (2021-09-01)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.15.0
|