aws-sdk-securityhub 1.52.0 → 1.56.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 +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-securityhub/client.rb +620 -9
- data/lib/aws-sdk-securityhub/client_api.rb +395 -0
- data/lib/aws-sdk-securityhub/types.rb +2852 -148
- data/lib/aws-sdk-securityhub.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: 5bb7424d932652bb415e2d36e96bb9acdb35bef23390aa1b3c0d47ced6cb9470
|
4
|
+
data.tar.gz: b5ad2441c9270de9d0c62ed887ed2a0cb022e83c18fc1bac280bb63d3e70ba53
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 31f58f6b2ae67afe84b961a5c1752f04ef7c17f6e65cd4dabb785930b74c1c04c96c539a9d65f9b479f255ed2b1069b4b6e40dbf3eec23d0f07f56a4076170f7
|
7
|
+
data.tar.gz: 5ca4b0db6c57886872edd6dc1a72f46c50122ade148b1abed4b8a74e77f35c1b1b9e6feb4da14138eca935028d5b03aeedc66658e630cca830e79de409a12b81
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.56.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.55.0 (2021-10-20)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Added support for cross-Region finding aggregation, which replicates findings from linked Regions to a single aggregation Region. Added operations to view, enable, update, and delete the finding aggregation.
|
13
|
+
|
14
|
+
1.54.0 (2021-10-18)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.53.0 (2021-10-08)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Added new resource details objects to ASFF, including resources for WAF rate-based rules, EC2 VPC endpoints, ECR repositories, EKS clusters, X-Ray encryption, and OpenSearch domains. Added additional details for CloudFront distributions, CodeBuild projects, ELB V2 load balancers, and S3 buckets.
|
23
|
+
|
4
24
|
1.52.0 (2021-09-02)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.56.0
|