aws-sdk-securitylake 1.33.0 → 1.34.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f2a4af2153535d149cea18dce2771a8051dbbf57bbcfcde2ddbfd375372addb2
4
- data.tar.gz: 47b57346ca2bcd163689607f114611a4b3b61baf8f5ffb5893fb8ac64e0b7ad1
3
+ metadata.gz: 64530e035006438cc0b79b3e36c4b65fe7a34b7834110c37b4d9697aafbe4c00
4
+ data.tar.gz: e077761d5f740cde33473dd39dc65aa2466b47eef7f9b0e3ef1d5246e343101e
5
5
  SHA512:
6
- metadata.gz: 2dd101369fc49fdd23a1c628db2b92f132dad88da50238e0cf316e7d6ff7a45076d2d0a30c73759f601862f899ac1eef21f738400d513e32843950e2fef800ab
7
- data.tar.gz: 4d30bee8dcaa59de4599fc34f17acd897113fecc1371b5f5f5a8a9d637e5f90e31de0c257e579774a6e11c5ec46dfc5e93cd6cd1b29df3d9a6915bcb7f0b92e7
6
+ metadata.gz: ac4e3576878144d69a298c95a674a678531cc32f90894543dc94d6daeb7a97af91122fa05f9e42c4d6ef7921773990bb3bfdc8074802dc9f5357f93a01baec85
7
+ data.tar.gz: 5280ef551d00669111b1c9501f105000249628a5593c9330fb4eaee7c1e468b8ecbe17e062114e2605215e7d89d89b17b4356f4a337c70b11268fc8d93b87acc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.34.0 (2025-01-10)
5
+ ------------------
6
+
7
+ * Feature - Doc only update for ServiceName that fixes several customer-reported issues
8
+
4
9
  1.33.0 (2024-11-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.33.0
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. The supported event classes are:
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
- # * `KERNEL_ACTIVITY`
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.33.0'
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. The supported event classes are:
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
- # * `KERNEL_ACTIVITY`
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 which
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. The supported event classes are:
847
- #
848
- # * `ACCESS_ACTIVITY`
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
- # * `CLOUD_API`
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
@@ -54,7 +54,7 @@ module Aws::SecurityLake
54
54
  autoload :EndpointProvider, 'aws-sdk-securitylake/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-securitylake/endpoints'
56
56
 
57
- GEM_VERSION = '1.33.0'
57
+ GEM_VERSION = '1.34.0'
58
58
 
59
59
  end
60
60
 
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.33.0
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: 2024-11-06 00:00:00.000000000 Z
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