aws-sdk-securitylake 1.33.0 → 1.34.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-securitylake/client.rb +14 -57
- data/lib/aws-sdk-securitylake/types.rb +8 -113
- 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: 64530e035006438cc0b79b3e36c4b65fe7a34b7834110c37b4d9697aafbe4c00
|
4
|
+
data.tar.gz: e077761d5f740cde33473dd39dc65aa2466b47eef7f9b0e3ef1d5246e343101e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ac4e3576878144d69a298c95a674a678531cc32f90894543dc94d6daeb7a97af91122fa05f9e42c4d6ef7921773990bb3bfdc8074802dc9f5357f93a01baec85
|
7
|
+
data.tar.gz: 5280ef551d00669111b1c9501f105000249628a5593c9330fb4eaee7c1e468b8ecbe17e062114e2605215e7d89d89b17b4356f4a337c70b11268fc8d93b87acc
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.34.0
|
@@ -510,65 +510,12 @@ module Aws::SecurityLake
|
|
510
510
|
# @option params [Array<String>] :event_classes
|
511
511
|
# The Open Cybersecurity Schema Framework (OCSF) event classes which
|
512
512
|
# describes the type of data that the custom source will send to
|
513
|
-
# Security Lake.
|
513
|
+
# Security Lake. For the list of supported event classes, see the
|
514
|
+
# [Amazon Security Lake User Guide][1].
|
514
515
|
#
|
515
|
-
# * `ACCESS_ACTIVITY`
|
516
516
|
#
|
517
|
-
# * `FILE_ACTIVITY`
|
518
517
|
#
|
519
|
-
#
|
520
|
-
#
|
521
|
-
# * `KERNEL_EXTENSION`
|
522
|
-
#
|
523
|
-
# * `MEMORY_ACTIVITY`
|
524
|
-
#
|
525
|
-
# * `MODULE_ACTIVITY`
|
526
|
-
#
|
527
|
-
# * `PROCESS_ACTIVITY`
|
528
|
-
#
|
529
|
-
# * `REGISTRY_KEY_ACTIVITY`
|
530
|
-
#
|
531
|
-
# * `REGISTRY_VALUE_ACTIVITY`
|
532
|
-
#
|
533
|
-
# * `RESOURCE_ACTIVITY`
|
534
|
-
#
|
535
|
-
# * `SCHEDULED_JOB_ACTIVITY`
|
536
|
-
#
|
537
|
-
# * `SECURITY_FINDING`
|
538
|
-
#
|
539
|
-
# * `ACCOUNT_CHANGE`
|
540
|
-
#
|
541
|
-
# * `AUTHENTICATION`
|
542
|
-
#
|
543
|
-
# * `AUTHORIZATION`
|
544
|
-
#
|
545
|
-
# * `ENTITY_MANAGEMENT_AUDIT`
|
546
|
-
#
|
547
|
-
# * `DHCP_ACTIVITY`
|
548
|
-
#
|
549
|
-
# * `NETWORK_ACTIVITY`
|
550
|
-
#
|
551
|
-
# * `DNS_ACTIVITY`
|
552
|
-
#
|
553
|
-
# * `FTP_ACTIVITY`
|
554
|
-
#
|
555
|
-
# * `HTTP_ACTIVITY`
|
556
|
-
#
|
557
|
-
# * `RDP_ACTIVITY`
|
558
|
-
#
|
559
|
-
# * `SMB_ACTIVITY`
|
560
|
-
#
|
561
|
-
# * `SSH_ACTIVITY`
|
562
|
-
#
|
563
|
-
# * `CONFIG_STATE`
|
564
|
-
#
|
565
|
-
# * `INVENTORY_INFO`
|
566
|
-
#
|
567
|
-
# * `EMAIL_ACTIVITY`
|
568
|
-
#
|
569
|
-
# * `API_ACTIVITY`
|
570
|
-
#
|
571
|
-
# * `CLOUD_API`
|
518
|
+
# [1]: https://docs.aws.amazon.com/security-lake/latest/userguide/adding-custom-sources.html#ocsf-eventclass
|
572
519
|
#
|
573
520
|
# @option params [required, String] :source_name
|
574
521
|
# Specify the name for a third-party custom source. This must be a
|
@@ -768,6 +715,16 @@ module Aws::SecurityLake
|
|
768
715
|
# your organization. Security Lake is not automatically enabled for any
|
769
716
|
# existing member accounts in your organization.
|
770
717
|
#
|
718
|
+
# This operation merges the new data lake organization configuration
|
719
|
+
# with the existing configuration for Security Lake in your
|
720
|
+
# organization. If you want to create a new data lake organization
|
721
|
+
# configuration, you must delete the existing one using
|
722
|
+
# [DeleteDataLakeOrganizationConfiguration][1].
|
723
|
+
#
|
724
|
+
#
|
725
|
+
#
|
726
|
+
# [1]: https://docs.aws.amazon.com/security-lake/latest/APIReference/API_DeleteDataLakeOrganizationConfiguration.html
|
727
|
+
#
|
771
728
|
# @option params [Array<Types::DataLakeAutoEnableNewAccountConfiguration>] :auto_enable_new_account
|
772
729
|
# Enable Security Lake with the specified configuration settings, to
|
773
730
|
# begin collecting security data for new accounts in your organization.
|
@@ -2032,7 +1989,7 @@ module Aws::SecurityLake
|
|
2032
1989
|
tracer: tracer
|
2033
1990
|
)
|
2034
1991
|
context[:gem_name] = 'aws-sdk-securitylake'
|
2035
|
-
context[:gem_version] = '1.
|
1992
|
+
context[:gem_version] = '1.34.0'
|
2036
1993
|
Seahorse::Client::Request.new(handlers, context)
|
2037
1994
|
end
|
2038
1995
|
|
@@ -183,65 +183,12 @@ module Aws::SecurityLake
|
|
183
183
|
# @!attribute [rw] event_classes
|
184
184
|
# The Open Cybersecurity Schema Framework (OCSF) event classes which
|
185
185
|
# describes the type of data that the custom source will send to
|
186
|
-
# Security Lake.
|
186
|
+
# Security Lake. For the list of supported event classes, see the
|
187
|
+
# [Amazon Security Lake User Guide][1].
|
187
188
|
#
|
188
|
-
# * `ACCESS_ACTIVITY`
|
189
189
|
#
|
190
|
-
# * `FILE_ACTIVITY`
|
191
190
|
#
|
192
|
-
#
|
193
|
-
#
|
194
|
-
# * `KERNEL_EXTENSION`
|
195
|
-
#
|
196
|
-
# * `MEMORY_ACTIVITY`
|
197
|
-
#
|
198
|
-
# * `MODULE_ACTIVITY`
|
199
|
-
#
|
200
|
-
# * `PROCESS_ACTIVITY`
|
201
|
-
#
|
202
|
-
# * `REGISTRY_KEY_ACTIVITY`
|
203
|
-
#
|
204
|
-
# * `REGISTRY_VALUE_ACTIVITY`
|
205
|
-
#
|
206
|
-
# * `RESOURCE_ACTIVITY`
|
207
|
-
#
|
208
|
-
# * `SCHEDULED_JOB_ACTIVITY`
|
209
|
-
#
|
210
|
-
# * `SECURITY_FINDING`
|
211
|
-
#
|
212
|
-
# * `ACCOUNT_CHANGE`
|
213
|
-
#
|
214
|
-
# * `AUTHENTICATION`
|
215
|
-
#
|
216
|
-
# * `AUTHORIZATION`
|
217
|
-
#
|
218
|
-
# * `ENTITY_MANAGEMENT_AUDIT`
|
219
|
-
#
|
220
|
-
# * `DHCP_ACTIVITY`
|
221
|
-
#
|
222
|
-
# * `NETWORK_ACTIVITY`
|
223
|
-
#
|
224
|
-
# * `DNS_ACTIVITY`
|
225
|
-
#
|
226
|
-
# * `FTP_ACTIVITY`
|
227
|
-
#
|
228
|
-
# * `HTTP_ACTIVITY`
|
229
|
-
#
|
230
|
-
# * `RDP_ACTIVITY`
|
231
|
-
#
|
232
|
-
# * `SMB_ACTIVITY`
|
233
|
-
#
|
234
|
-
# * `SSH_ACTIVITY`
|
235
|
-
#
|
236
|
-
# * `CONFIG_STATE`
|
237
|
-
#
|
238
|
-
# * `INVENTORY_INFO`
|
239
|
-
#
|
240
|
-
# * `EMAIL_ACTIVITY`
|
241
|
-
#
|
242
|
-
# * `API_ACTIVITY`
|
243
|
-
#
|
244
|
-
# * `CLOUD_API`
|
191
|
+
# [1]: https://docs.aws.amazon.com/security-lake/latest/userguide/adding-custom-sources.html#ocsf-eventclass
|
245
192
|
# @return [Array<String>]
|
246
193
|
#
|
247
194
|
# @!attribute [rw] source_name
|
@@ -841,67 +788,15 @@ module Aws::SecurityLake
|
|
841
788
|
# @return [String]
|
842
789
|
#
|
843
790
|
# @!attribute [rw] event_classes
|
844
|
-
# The Open Cybersecurity Schema Framework (OCSF) event classes
|
791
|
+
# The Open Cybersecurity Schema Framework (OCSF) event classes
|
845
792
|
# describes the type of data that the custom source will send to
|
846
|
-
# Security Lake.
|
847
|
-
#
|
848
|
-
#
|
849
|
-
#
|
850
|
-
# * `FILE_ACTIVITY`
|
851
|
-
#
|
852
|
-
# * `KERNEL_ACTIVITY`
|
853
|
-
#
|
854
|
-
# * `KERNEL_EXTENSION`
|
855
|
-
#
|
856
|
-
# * `MEMORY_ACTIVITY`
|
857
|
-
#
|
858
|
-
# * `MODULE_ACTIVITY`
|
859
|
-
#
|
860
|
-
# * `PROCESS_ACTIVITY`
|
861
|
-
#
|
862
|
-
# * `REGISTRY_KEY_ACTIVITY`
|
863
|
-
#
|
864
|
-
# * `REGISTRY_VALUE_ACTIVITY`
|
865
|
-
#
|
866
|
-
# * `RESOURCE_ACTIVITY`
|
867
|
-
#
|
868
|
-
# * `SCHEDULED_JOB_ACTIVITY`
|
869
|
-
#
|
870
|
-
# * `SECURITY_FINDING`
|
871
|
-
#
|
872
|
-
# * `ACCOUNT_CHANGE`
|
873
|
-
#
|
874
|
-
# * `AUTHENTICATION`
|
875
|
-
#
|
876
|
-
# * `AUTHORIZATION`
|
877
|
-
#
|
878
|
-
# * `ENTITY_MANAGEMENT_AUDIT`
|
879
|
-
#
|
880
|
-
# * `DHCP_ACTIVITY`
|
881
|
-
#
|
882
|
-
# * `NETWORK_ACTIVITY`
|
883
|
-
#
|
884
|
-
# * `DNS_ACTIVITY`
|
885
|
-
#
|
886
|
-
# * `FTP_ACTIVITY`
|
887
|
-
#
|
888
|
-
# * `HTTP_ACTIVITY`
|
889
|
-
#
|
890
|
-
# * `RDP_ACTIVITY`
|
891
|
-
#
|
892
|
-
# * `SMB_ACTIVITY`
|
893
|
-
#
|
894
|
-
# * `SSH_ACTIVITY`
|
895
|
-
#
|
896
|
-
# * `CONFIG_STATE`
|
897
|
-
#
|
898
|
-
# * `INVENTORY_INFO`
|
793
|
+
# Security Lake. For the list of supported event classes, see
|
794
|
+
# [Supported OCSF Event classes][1] in the Amazon Security Lake User
|
795
|
+
# Guide.
|
899
796
|
#
|
900
|
-
# * `EMAIL_ACTIVITY`
|
901
797
|
#
|
902
|
-
# * `API_ACTIVITY`
|
903
798
|
#
|
904
|
-
#
|
799
|
+
# [1]: https://docs.aws.amazon.com/security-lake/latest/userguide/adding-custom-sources.html#ocsf-eventclass.html
|
905
800
|
# @return [Array<String>]
|
906
801
|
#
|
907
802
|
# @!attribute [rw] source_name
|
data/lib/aws-sdk-securitylake.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-securitylake
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.34.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-01-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|