aws-sdk-securityhub 1.95.0 → 1.96.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-securityhub/client.rb +463 -1
- data/lib/aws-sdk-securityhub/client_api.rb +183 -0
- data/lib/aws-sdk-securityhub/endpoint_provider.rb +1 -1
- data/lib/aws-sdk-securityhub/endpoints.rb +28 -0
- data/lib/aws-sdk-securityhub/errors.rb +21 -0
- data/lib/aws-sdk-securityhub/plugins/endpoints.rb +4 -0
- data/lib/aws-sdk-securityhub/types.rb +582 -16
- data/lib/aws-sdk-securityhub.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: 7dc4f5f7c70352fb8b7010f2a249fdd03908ad533293beee6c0e2ea9ba1f4a13
|
4
|
+
data.tar.gz: e3801a1851815a0f1095ce89b6c90a7e096713d17da008b47a1f5bdc5989f624
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3d2136d87785973dd9da51f2034e94a3d5427082b8a41bfac083c5fc35ec09975bcc2899cf1f6744375f90ee44e5f720b867661492fc7f96bfd3cb325b697d4e
|
7
|
+
data.tar.gz: 25f419f8a4f7dcfdb4bf1e90b40a1e249299fe1e47c266c0ec5b8be02234241288e8113f00fd125d3cc7799bca77fcd26b7b2598a8d1902eb2887a81d861d2b8
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.96.0 (2023-11-27)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Adds and updates APIs to support customizable security controls. This feature allows Security Hub customers to provide custom parameters for security controls. With this release, findings for controls that support custom parameters will include the parameters used to generate the findings.
|
8
|
+
|
4
9
|
1.95.0 (2023-11-22)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.96.0
|