aws-sdk-inspector2 1.55.0 → 1.57.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-inspector2/client.rb +2032 -1653
- data/lib/aws-sdk-inspector2/client_api.rb +431 -432
- data/lib/aws-sdk-inspector2/errors.rb +5 -5
- data/lib/aws-sdk-inspector2/types.rb +2172 -2172
- data/lib/aws-sdk-inspector2.rb +1 -1
- data/sig/client.rbs +892 -892
- data/sig/errors.rbs +1 -1
- data/sig/types.rbs +436 -436
- 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: 2b3db5caf42c59c839591c4e50d17d8f638dabd54d6632479281c83b66e0c429
|
4
|
+
data.tar.gz: e6499efedd1d6269190c27ee4b6a56aa9831abbf0025d811275d931b7752c88b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 34ce6abdf7e278273017a5365a598a49924d1a4e022ac7fd90eadd51f08d2e6ead15fccb0f5f18776b5f0e1c0c94669cc1a13273d4cbdc7150e55f56e638de1a
|
7
|
+
data.tar.gz: 064e483b8486d19f269c93ac20c8660ee3742c4e69f17061466d433ce1602f3e421f9ab15c9ed10cf3dfe46d9f5ac8c9abc168aade8eff8ed459a4e6640500a2
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.57.0 (2025-08-04)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.56.0 (2025-07-31)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Extend usage to include agentless hours and add CODE_REPOSITORY to aggregation resource type
|
13
|
+
|
4
14
|
1.55.0 (2025-07-21)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.57.0
|