aws-sdk-securitylake 1.33.0 → 1.35.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f2a4af2153535d149cea18dce2771a8051dbbf57bbcfcde2ddbfd375372addb2
4
- data.tar.gz: 47b57346ca2bcd163689607f114611a4b3b61baf8f5ffb5893fb8ac64e0b7ad1
3
+ metadata.gz: 5bed2d9744552774ff6e3f5795e0d592a2b1e105cf155c1e16751790c934c8b8
4
+ data.tar.gz: 71a6ac96859461b8d6f0e7793cd9bb02ffa8e051917dd041513a73702c97d855
5
5
  SHA512:
6
- metadata.gz: 2dd101369fc49fdd23a1c628db2b92f132dad88da50238e0cf316e7d6ff7a45076d2d0a30c73759f601862f899ac1eef21f738400d513e32843950e2fef800ab
7
- data.tar.gz: 4d30bee8dcaa59de4599fc34f17acd897113fecc1371b5f5f5a8a9d637e5f90e31de0c257e579774a6e11c5ec46dfc5e93cd6cd1b29df3d9a6915bcb7f0b92e7
6
+ metadata.gz: cf93a2ce952b1daf69d080b295659177c15e3e52f9e116026d789641b5b09b4886959ea44f446a5a1ec97cff1fe7a539b22d84e99cc83c4739e31e457cdb6991
7
+ data.tar.gz: a5457a43d6df286b230045631852fffc0114018ebcf9879a941c6e2a04199e516fab194ac71bf7a88870f476cdde20c7ab27d09b48b85b3e7867c1917f656a62
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.35.0 (2025-01-15)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.34.0 (2025-01-10)
10
+ ------------------
11
+
12
+ * Feature - Doc only update for ServiceName that fixes several customer-reported issues
13
+
4
14
  1.33.0 (2024-11-06)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.33.0
1
+ 1.35.0
@@ -257,11 +257,34 @@ module Aws::SecurityLake
257
257
  # Used when loading credentials from the shared credentials file
258
258
  # at HOME/.aws/credentials. When not specified, 'default' is used.
259
259
  #
260
+ # @option options [String] :request_checksum_calculation ("when_supported")
261
+ # Determines when a checksum will be calculated for request payloads. Values are:
262
+ #
263
+ # * `when_supported` - (default) When set, a checksum will be
264
+ # calculated for all request payloads of operations modeled with the
265
+ # `httpChecksum` trait where `requestChecksumRequired` is `true` and/or a
266
+ # `requestAlgorithmMember` is modeled.
267
+ # * `when_required` - When set, a checksum will only be calculated for
268
+ # request payloads of operations modeled with the `httpChecksum` trait where
269
+ # `requestChecksumRequired` is `true` or where a `requestAlgorithmMember`
270
+ # is modeled and supplied.
271
+ #
260
272
  # @option options [Integer] :request_min_compression_size_bytes (10240)
261
273
  # The minimum size in bytes that triggers compression for request
262
274
  # bodies. The value must be non-negative integer value between 0
263
275
  # and 10485780 bytes inclusive.
264
276
  #
277
+ # @option options [String] :response_checksum_validation ("when_supported")
278
+ # Determines when checksum validation will be performed on response payloads. Values are:
279
+ #
280
+ # * `when_supported` - (default) When set, checksum validation is performed on all
281
+ # response payloads of operations modeled with the `httpChecksum` trait where
282
+ # `responseAlgorithms` is modeled, except when no modeled checksum algorithms
283
+ # are supported.
284
+ # * `when_required` - When set, checksum validation is not performed on
285
+ # response payloads of operations unless the checksum algorithm is supported and
286
+ # the `requestValidationModeMember` member is set to `ENABLED`.
287
+ #
265
288
  # @option options [Proc] :retry_backoff
266
289
  # A proc or lambda used for backoff. Defaults to 2**retries * retry_base_delay.
267
290
  # This option is only used in the `legacy` retry mode.
@@ -510,65 +533,12 @@ module Aws::SecurityLake
510
533
  # @option params [Array<String>] :event_classes
511
534
  # The Open Cybersecurity Schema Framework (OCSF) event classes which
512
535
  # describes the type of data that the custom source will send to
513
- # Security Lake. The supported event classes are:
514
- #
515
- # * `ACCESS_ACTIVITY`
516
- #
517
- # * `FILE_ACTIVITY`
518
- #
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`
536
+ # Security Lake. For the list of supported event classes, see the
537
+ # [Amazon Security Lake User Guide][1].
542
538
  #
543
- # * `AUTHORIZATION`
544
539
  #
545
- # * `ENTITY_MANAGEMENT_AUDIT`
546
540
  #
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`
541
+ # [1]: https://docs.aws.amazon.com/security-lake/latest/userguide/adding-custom-sources.html#ocsf-eventclass
572
542
  #
573
543
  # @option params [required, String] :source_name
574
544
  # Specify the name for a third-party custom source. This must be a
@@ -768,6 +738,16 @@ module Aws::SecurityLake
768
738
  # your organization. Security Lake is not automatically enabled for any
769
739
  # existing member accounts in your organization.
770
740
  #
741
+ # This operation merges the new data lake organization configuration
742
+ # with the existing configuration for Security Lake in your
743
+ # organization. If you want to create a new data lake organization
744
+ # configuration, you must delete the existing one using
745
+ # [DeleteDataLakeOrganizationConfiguration][1].
746
+ #
747
+ #
748
+ #
749
+ # [1]: https://docs.aws.amazon.com/security-lake/latest/APIReference/API_DeleteDataLakeOrganizationConfiguration.html
750
+ #
771
751
  # @option params [Array<Types::DataLakeAutoEnableNewAccountConfiguration>] :auto_enable_new_account
772
752
  # Enable Security Lake with the specified configuration settings, to
773
753
  # begin collecting security data for new accounts in your organization.
@@ -2032,7 +2012,7 @@ module Aws::SecurityLake
2032
2012
  tracer: tracer
2033
2013
  )
2034
2014
  context[:gem_name] = 'aws-sdk-securitylake'
2035
- context[:gem_version] = '1.33.0'
2015
+ context[:gem_version] = '1.35.0'
2036
2016
  Seahorse::Client::Request.new(handlers, context)
2037
2017
  end
2038
2018
 
@@ -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.35.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -39,7 +39,9 @@ module Aws
39
39
  ?logger: untyped,
40
40
  ?max_attempts: Integer,
41
41
  ?profile: String,
42
+ ?request_checksum_calculation: String,
42
43
  ?request_min_compression_size_bytes: Integer,
44
+ ?response_checksum_validation: String,
43
45
  ?retry_backoff: Proc,
44
46
  ?retry_base_delay: Float,
45
47
  ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
data/sig/resource.rbs CHANGED
@@ -39,7 +39,9 @@ module Aws
39
39
  ?logger: untyped,
40
40
  ?max_attempts: Integer,
41
41
  ?profile: String,
42
+ ?request_checksum_calculation: String,
42
43
  ?request_min_compression_size_bytes: Integer,
44
+ ?response_checksum_validation: String,
43
45
  ?retry_backoff: Proc,
44
46
  ?retry_base_delay: Float,
45
47
  ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
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.35.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-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.210.0
22
+ version: 3.216.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.210.0
32
+ version: 3.216.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement