aws-sdk-securityhub 1.95.0 → 1.97.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-securityhub/client.rb +1672 -29
- data/lib/aws-sdk-securityhub/client_api.rb +593 -0
- data/lib/aws-sdk-securityhub/endpoint_provider.rb +1 -1
- data/lib/aws-sdk-securityhub/endpoints.rb +168 -0
- data/lib/aws-sdk-securityhub/errors.rb +21 -0
- data/lib/aws-sdk-securityhub/plugins/endpoints.rb +24 -0
- data/lib/aws-sdk-securityhub/types.rb +1681 -57
- 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: 2f9a24223dd904a6f02eab06b5ec73ea9a82625a14697394369d2c231ff0cab9
|
4
|
+
data.tar.gz: 85b6ec9d6b9bfdbd3aa7fa0c87917d3bb95cc3ba1db1aeb84e1c482b0370c455
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0714167ee308b3e3259825b8594c0f4c2ea56366ec559039efda439c4e9744ec1df3d0fe42322f388112eb5229f1bf9a7f80b7d7e511169cf90af52b1a8b0f9c
|
7
|
+
data.tar.gz: 3f2d65cef2fabec26802f0d7e5a04882e002c0874120380b0916d750e66fccc2295b4884e958427eb39b500bd4b0de9db58e6c1bc93d852aaf53fbcb6d744a5c
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.97.0 (2023-11-27)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Adds and updates APIs to support central configuration. This feature allows the Security Hub delegated administrator to configure Security Hub for their entire AWS Org across multiple regions from a home Region. With this release, findings also include account name and application metadata.
|
8
|
+
|
9
|
+
1.96.0 (2023-11-27)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* 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.
|
13
|
+
|
4
14
|
1.95.0 (2023-11-22)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.97.0
|