aws-sdk-securityagent 1.0.0 → 1.2.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-securityagent/client.rb +1040 -234
- data/lib/aws-sdk-securityagent/client_api.rb +381 -2
- data/lib/aws-sdk-securityagent/types.rb +1940 -713
- data/lib/aws-sdk-securityagent.rb +1 -1
- data/sig/client.rbs +248 -4
- data/sig/types.rbs +273 -3
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f2e405e968476126e9c91c5f6d84a769ee8e16f7f89b255ec37f487c847e61a3
|
|
4
|
+
data.tar.gz: 8c3a5c127ac3d00d575fb6def2086777f8563f2fb4d7ed2f1d00fbd9184b5e1b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 227cd1486e24b957ccbe11a7159e6bed7a5502dab909caf638c43821af142f9349f2121ec79854a28513a61896264f2855d30a4e6411287916cee905a57c998b
|
|
7
|
+
data.tar.gz: e556ab6b6588cb56141185933eb1cb95a1a24a66335871c60fee2476a743d0f59ec29c08cdb6bbcbc6af6963a2c80c3e02251cea6a90018f2883d7e3f9f05f18
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.2.0 (2026-05-13)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Add support for code reviews, a new resource type that enables automated security-focused static analysis of source code repositories.
|
|
8
|
+
|
|
9
|
+
1.1.0 (2026-05-04)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - AWS Security Agent is adding a new target domain verification method for private VPC penetration testing. Additionally, the target domain resource will now have a verification status reason field to surface additional details about domain verification
|
|
13
|
+
|
|
4
14
|
1.0.0 (2026-03-31)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.2.0
|