aws-sdk-securitylake 1.3.0 → 1.5.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-securitylake/client.rb +735 -665
- data/lib/aws-sdk-securitylake/client_api.rb +577 -614
- data/lib/aws-sdk-securitylake/endpoints.rb +19 -47
- data/lib/aws-sdk-securitylake/errors.rb +7 -190
- data/lib/aws-sdk-securitylake/plugins/endpoints.rb +36 -40
- data/lib/aws-sdk-securitylake/types.rb +1046 -1018
- data/lib/aws-sdk-securitylake.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: 52b0b87fbf135bbc6376608e75219f0152a36ada3e248f228aa086decd6de0b2
|
4
|
+
data.tar.gz: 7292413bbf5b96b8ac0af4f3377eba2aa38fb9f2e2d7cb15a986684c642e3a39
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 35b157365dd2aee117c92d361c51416fee58da791939286da5e8350ec32af4a3c59abf54689ab07f872892b857fe1126222a5a25fe3f4383aa2201c17bfeb9b4
|
7
|
+
data.tar.gz: 5a6eac14018d95fd2e939328b1f3fdb7bec5f5edfcb373166db291d1a58d963b35bc23f5b2f570d64edf7b4f7e82964d00a3b18c7fe8c7b20e73b6f1e745f3a6
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.5.0 (2023-05-31)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.4.0 (2023-05-30)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Log sources are now versioned. AWS log sources and custom sources will now come with a version identifier that enables producers to vend multiple schema versions to subscribers. Security Lake API have been refactored to more closely align with AWS API conventions.
|
13
|
+
|
4
14
|
1.3.0 (2023-03-15)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.5.0
|