aws-sdk-securityhub 1.63.0 → 1.67.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-securityhub/client.rb +585 -10
- data/lib/aws-sdk-securityhub/client_api.rb +407 -0
- data/lib/aws-sdk-securityhub/types.rb +3842 -102
- 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,26 @@
|
|
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
|
+
|
14
|
+
1.65.0 (2022-05-06)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Documentation updates for Security Hub API reference
|
18
|
+
|
19
|
+
1.64.0 (2022-04-25)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Security Hub now lets you opt-out of auto-enabling the defaults standards (CIS and FSBP) in accounts that are auto-enabled with Security Hub via Security Hub's integration with AWS Organizations.
|
23
|
+
|
4
24
|
1.63.0 (2022-04-05)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.67.0
|