aws-sdk-securityhub 1.65.0 → 1.69.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 +688 -1
- data/lib/aws-sdk-securityhub/client_api.rb +512 -0
- data/lib/aws-sdk-securityhub/types.rb +5525 -141
- 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: 134900b9041738cd31550a546f7fe0e09555066a07032450ea648920978e4196
|
|
4
|
+
data.tar.gz: 57bbc0293745d3686e3405521d90ccd7eabf8b75c3caa4cfccd05949751cc465
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 88ce5747392cf6bc1c7fba91ba3cdf2b5cdd2c436753ac0f15c07e65eb0f3f08b605615668af102f53b649239cca713fa4633b0aa3349622cfe1c9e7fd5037e0
|
|
7
|
+
data.tar.gz: 4f212781afabee7133aea86a985cefa1c7e32fa1324956d35111ce9a2966ed81907f5d395ab3fbc66d641b9cf501735de6003aeca6fe45d83595ce0abe1ae3c0
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,26 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.69.0 (2022-08-22)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Added new resource details objects to ASFF, including resources for AwsBackupBackupVault, AwsBackupBackupPlan and AwsBackupRecoveryPoint. Added FixAvailable, FixedInVersion and Remediation to Vulnerability.
|
|
8
|
+
|
|
9
|
+
1.68.0 (2022-07-26)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Documentation updates for AWS Security Hub
|
|
13
|
+
|
|
14
|
+
1.67.0 (2022-06-16)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* 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
|
|
18
|
+
|
|
19
|
+
1.66.0 (2022-06-16)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* 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
|
|
23
|
+
|
|
4
24
|
1.65.0 (2022-05-06)
|
|
5
25
|
------------------
|
|
6
26
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.69.0
|