aws-sdk-securityhub 1.73.0 → 1.75.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 +13 -1
- data/VERSION +1 -1
- data/lib/aws-sdk-securityhub/client.rb +1 -5522
- data/lib/aws-sdk-securityhub/client_api.rb +406 -0
- data/lib/aws-sdk-securityhub/endpoint_provider.rb +35 -96
- data/lib/aws-sdk-securityhub/types.rb +1946 -24741
- 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: aaa6faff45a268abc6ecf0c90d8bdba1fbe4a8a1bee44fbb7e19b55608ed1660
|
|
4
|
+
data.tar.gz: df8b33938c1c0c5413a558b900737d70c24ce9ebaccb2d3e7fbc1fa20233d7cd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f280edf6cdc102e0fa7775e79022cbb06227662187732de522eef8dced53cdaf04b2cb9682bab6b733b0b542eed6aa4d157fb66a2b995381ce5e79d90c7fe667
|
|
7
|
+
data.tar.gz: e461604a34deed87ccdc2c89d5073fc4024f0a059414d96295a19548c2a70bd34c36b8908d86fb0f275adffcaec46793140c6b5ff1c3edd71736b29aa621d12e
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.75.0 (2023-01-18)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
* Issue - Replace runtime endpoint resolution approach with generated ruby code.
|
|
10
|
+
|
|
11
|
+
1.74.0 (2022-12-15)
|
|
12
|
+
------------------
|
|
13
|
+
|
|
14
|
+
* Feature - Added new resource details objects to ASFF, including resources for AwsEc2LaunchTemplate, AwsSageMakerNotebookInstance, AwsWafv2WebAcl and AwsWafv2RuleGroup.
|
|
15
|
+
|
|
4
16
|
1.73.0 (2022-11-29)
|
|
5
17
|
------------------
|
|
6
18
|
|
|
@@ -375,4 +387,4 @@ Unreleased Changes
|
|
|
375
387
|
1.0.0 (2018-11-28)
|
|
376
388
|
------------------
|
|
377
389
|
|
|
378
|
-
* Feature - Initial release of `aws-sdk-securityhub`.
|
|
390
|
+
* Feature - Initial release of `aws-sdk-securityhub`.
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.75.0
|