aws-sdk-securitylake 1.32.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: 3fe04ee4b77db2fb41775ea28284cfa2fde99c2d40800469b2b555477f7f5536
4
- data.tar.gz: f97e513c58f0a440901d63b9983a0cfacf081bcea208a2a9d09a001c11e823ff
3
+ metadata.gz: 64530e035006438cc0b79b3e36c4b65fe7a34b7834110c37b4d9697aafbe4c00
4
+ data.tar.gz: e077761d5f740cde33473dd39dc65aa2466b47eef7f9b0e3ef1d5246e343101e
5
5
  SHA512:
6
- metadata.gz: db127a2bcd6cb46446256a2b27f796613e4f0e25983a6919b6de200964e800aa330314339ec5a0cf8aee77a10c6749633df11f72be37dafa4f89e248923b8dda
7
- data.tar.gz: f5edfb212613afb75662ebfcf0c3140cfd733a32fd43d10d3f4e6159b9a3152a122d0d059ec377ce68fb4444f82138eea45900823a73d6082bf692d3b3fa2e7b
6
+ metadata.gz: ac4e3576878144d69a298c95a674a678531cc32f90894543dc94d6daeb7a97af91122fa05f9e42c4d6ef7921773990bb3bfdc8074802dc9f5357f93a01baec85
7
+ data.tar.gz: 5280ef551d00669111b1c9501f105000249628a5593c9330fb4eaee7c1e468b8ecbe17e062114e2605215e7d89d89b17b4356f4a337c70b11268fc8d93b87acc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.33.0 (2024-11-06)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.32.0 (2024-10-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.32.0
1
+ 1.34.0
@@ -510,74 +510,21 @@ 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
575
522
  # Regionally unique value. The `sourceName` you enter here, is used in
576
523
  # the `LogProviderRole` name which follows the convention
577
- # `AmazonSecurityLake-Provider-\{name of the custom
578
- # source\}-\{region\}`. You must use a `CustomLogSource` name that is
579
- # shorter than or equal to 20 characters. This ensures that the
580
- # `LogProviderRole` name is below the 64 character limit.
524
+ # `AmazonSecurityLake-Provider-{name of the custom source}-{region}`.
525
+ # You must use a `CustomLogSource` name that is shorter than or equal to
526
+ # 20 characters. This ensures that the `LogProviderRole` name is below
527
+ # the 64 character limit.
581
528
  #
582
529
  # @option params [String] :source_version
583
530
  # Specify the source version for the third-party custom source, to limit
@@ -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.
@@ -1751,8 +1708,8 @@ module Aws::SecurityLake
1751
1708
  # For example, omitting the key `encryptionConfiguration` from a Region
1752
1709
  # that is included in an update call that currently uses KMS will leave
1753
1710
  # that Region's KMS key in place, but specifying
1754
- # `encryptionConfiguration: \{kmsKeyId: 'S3_MANAGED_KEY'\}` for that
1755
- # same Region will reset the key to `S3-managed`.
1711
+ # `encryptionConfiguration: {kmsKeyId: 'S3_MANAGED_KEY'}` for that same
1712
+ # Region will reset the key to `S3-managed`.
1756
1713
  #
1757
1714
  # For more details about lifecycle management and how to update
1758
1715
  # retention settings for one or more Regions after enabling Security
@@ -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.32.0'
1992
+ context[:gem_version] = '1.34.0'
2036
1993
  Seahorse::Client::Request.new(handlers, context)
2037
1994
  end
2038
1995
 
@@ -183,75 +183,22 @@ 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
248
195
  # Specify the name for a third-party custom source. This must be a
249
196
  # Regionally unique value. The `sourceName` you enter here, is used in
250
197
  # the `LogProviderRole` name which follows the convention
251
- # `AmazonSecurityLake-Provider-\{name of the custom
252
- # source\}-\{region\}`. You must use a `CustomLogSource` name that is
253
- # shorter than or equal to 20 characters. This ensures that the
254
- # `LogProviderRole` name is below the 64 character limit.
198
+ # `AmazonSecurityLake-Provider-{name of the custom source}-{region}`.
199
+ # You must use a `CustomLogSource` name that is shorter than or equal
200
+ # to 20 characters. This ensures that the `LogProviderRole` name is
201
+ # below the 64 character limit.
255
202
  # @return [String]
256
203
  #
257
204
  # @!attribute [rw] source_version
@@ -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.32.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.32.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-10-18 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