aws-sdk-securityhub 1.65.0 → 1.67.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 +547 -1
- data/lib/aws-sdk-securityhub/client_api.rb +404 -0
- data/lib/aws-sdk-securityhub/types.rb +3795 -70
- 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: fa2ccb7f36c49bab10f711f934733b58a6657b2575bcbc23949ac10c9c8702c7
|
4
|
+
data.tar.gz: 00b46f7d82c5fa97bf8335c355234bd6679a727f0ef9074d7fe3eb8d09d93da5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1e7b07dd99d3a923ea8bf1f824fdb7884cf1c94b3a10ffe960cfac0db025b262cef3cb7ab46fc581e3f4e653ee39529e175d18e118ea48eff537bea83056adb0
|
7
|
+
data.tar.gz: 731822e81e0d0181190b046a8d9978fc376579c98b00e2904156e7ebc797639a34e529b4136757dbdb734b5e8f7d9fb92f965b3c8b1c085452e25cbe950d666d
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.67.0 (2022-06-16)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Added Threats field for security findings. Added new resource details for ECS Container, ECS Task, RDS SecurityGroup, Kinesis Stream, EC2 TransitGateway, EFS AccessPoint, CloudFormation Stack, CloudWatch Alarm, VPC Peering Connection and WAF Rules
|
8
|
+
|
9
|
+
1.66.0 (2022-06-16)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Added Threats field for security findings. Added new resource details for ECS Container, ECS Task, RDS SecurityGroup, Kinesis Stream, EC2 TransitGateway, EFS AccessPoint, CloudFormation Stack, CloudWatch Alarm, VPC Peering Connection and WAF Rules
|
13
|
+
|
4
14
|
1.65.0 (2022-05-06)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.67.0
|