aws-sdk-securitylake 1.2.0 → 1.4.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 +741 -656
- data/lib/aws-sdk-securitylake/client_api.rb +583 -601
- data/lib/aws-sdk-securitylake/endpoint_parameters.rb +0 -3
- data/lib/aws-sdk-securitylake/endpoint_provider.rb +27 -24
- data/lib/aws-sdk-securitylake/endpoints.rb +19 -47
- data/lib/aws-sdk-securitylake/errors.rb +9 -187
- data/lib/aws-sdk-securitylake/plugins/endpoints.rb +36 -40
- data/lib/aws-sdk-securitylake/types.rb +1059 -928
- data/lib/aws-sdk-securitylake.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: d80ab3537b6e2373779eb050762139d9c57f2f8778b3a67e365a4a8cda378185
|
4
|
+
data.tar.gz: eb44adf39e95acacecdd02d0482bd2c1babf1c5b95e74713d47117d14fe34063
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: af1c72ce1c2f4c2e1a983ca4ec8cadc4cadfb3001d7bd68dcba075243ff177f8b4466ecf133df4ecc4ee431dcc95be59056ea4a30174d9314c48f86cf26f2d2c
|
7
|
+
data.tar.gz: 2846c60a66a6da5768062bb24c80827d44d176f4fbc9573be74da6fbf03b5276a637b611ca447855059e611cb6779554ec3d50a6e99d78ebaecaec70f5a3e96b
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.4.0 (2023-05-30)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* 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.
|
8
|
+
|
9
|
+
1.3.0 (2023-03-15)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Make Create/Get/ListSubscribers APIs return resource share ARN and name so they can be used to validate the RAM resource share to accept. GetDatalake can be used to track status of UpdateDatalake and DeleteDatalake requests.
|
13
|
+
|
4
14
|
1.2.0 (2023-01-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.4.0
|