aws-sdk-securitylake 1.53.0 → 1.55.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: 6ddbe45b38cc11aafa58b94397c08aa8eee2ff1de61ccb93effdbc68dca02c68
4
- data.tar.gz: 68e8c9c877e41dd75fbce2edada93b052aa47c9023a1c79d70e8fea9eacb55fe
3
+ metadata.gz: a5cf68ca0a314e9bf5870236c61216e1273e9d779f418a348fb7f953cc9a39bb
4
+ data.tar.gz: c74113915f2ca6f6111bf701a576ceaa5e588e1e0bc059f0fdf1e28a13af3bbd
5
5
  SHA512:
6
- metadata.gz: 9841209a9bb486d7cb08f91200453d90a090cc13e7d711d8b2ccbdb37cf4be067fa64f858ee500eded7efb2cf37fc22615786b5de0e379ff21ffb414d80fa118
7
- data.tar.gz: 743a10b6cb41510546b7ab5fa9b7c7f847b70002fe368209fdb0bf377bc45c79d8ff5914059bc8c9e075c860f64932b18fd22757270574e445d53fbed47b77bc
6
+ metadata.gz: 61994110f777b91353bcc64206aa1eba9c8d1ffe2b4f44a58aab5bbbf12ffed9db711c19eef7654e595530ebaabde8ba7d336a2cf05a6834b32dad8fb05b8f17
7
+ data.tar.gz: 2b89bce3974999cb4e60bf09f6420e0163c6deb79ba2404eb70018d3a7d5ab8df238a7c6a5798401c14bdf7a698e9e5b359f74881af525181002884616a7ebc4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.55.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.54.0 (2026-05-19)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.53.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.53.0
1
+ 1.55.0
@@ -199,7 +199,7 @@ module Aws::SecurityLake
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::SecurityLake
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -2018,7 +2016,7 @@ module Aws::SecurityLake
2018
2016
  tracer: tracer
2019
2017
  )
2020
2018
  context[:gem_name] = 'aws-sdk-securitylake'
2021
- context[:gem_version] = '1.53.0'
2019
+ context[:gem_version] = '1.55.0'
2022
2020
  Seahorse::Client::Request.new(handlers, context)
2023
2021
  end
2024
2022
 
@@ -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.53.0'
57
+ GEM_VERSION = '1.55.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -90,7 +90,7 @@ module Aws
90
90
  regions: Array[::String],
91
91
  source_name: ("ROUTE53" | "VPC_FLOW" | "SH_FINDINGS" | "CLOUD_TRAIL_MGMT" | "LAMBDA_EXECUTION" | "S3_DATA" | "EKS_AUDIT" | "WAF"),
92
92
  source_version: ::String?
93
- },
93
+ }
94
94
  ]
95
95
  ) -> _CreateAwsLogSourceResponseSuccess
96
96
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAwsLogSourceResponseSuccess
@@ -123,34 +123,14 @@ module Aws
123
123
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SecurityLake/Client.html#create_data_lake-instance_method
124
124
  def create_data_lake: (
125
125
  configurations: Array[
126
- {
127
- encryption_configuration: {
128
- kms_key_id: ::String?
129
- }?,
130
- lifecycle_configuration: {
131
- expiration: {
132
- days: ::Integer?
133
- }?,
134
- transitions: Array[
135
- {
136
- days: ::Integer?,
137
- storage_class: ::String?
138
- },
139
- ]?
140
- }?,
141
- region: ::String,
142
- replication_configuration: {
143
- regions: Array[::String]?,
144
- role_arn: ::String?
145
- }?
146
- },
126
+ Params::data_lake_configuration
147
127
  ],
148
128
  meta_store_manager_role_arn: ::String,
149
129
  ?tags: Array[
150
130
  {
151
131
  key: ::String,
152
132
  value: ::String
153
- },
133
+ }
154
134
  ]
155
135
  ) -> _CreateDataLakeResponseSuccess
156
136
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDataLakeResponseSuccess
@@ -178,9 +158,9 @@ module Aws
178
158
  {
179
159
  source_name: ("ROUTE53" | "VPC_FLOW" | "SH_FINDINGS" | "CLOUD_TRAIL_MGMT" | "LAMBDA_EXECUTION" | "S3_DATA" | "EKS_AUDIT" | "WAF")?,
180
160
  source_version: ::String?
181
- },
161
+ }
182
162
  ]
183
- },
163
+ }
184
164
  ]
185
165
  ) -> _CreateDataLakeOrganizationConfigurationResponseSuccess
186
166
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDataLakeOrganizationConfigurationResponseSuccess
@@ -193,25 +173,7 @@ module Aws
193
173
  def create_subscriber: (
194
174
  ?access_types: Array[("LAKEFORMATION" | "S3")],
195
175
  sources: Array[
196
- {
197
- aws_log_source: {
198
- source_name: ("ROUTE53" | "VPC_FLOW" | "SH_FINDINGS" | "CLOUD_TRAIL_MGMT" | "LAMBDA_EXECUTION" | "S3_DATA" | "EKS_AUDIT" | "WAF")?,
199
- source_version: ::String?
200
- }?,
201
- custom_log_source: {
202
- attributes: {
203
- crawler_arn: ::String?,
204
- database_arn: ::String?,
205
- table_arn: ::String?
206
- }?,
207
- provider: {
208
- location: ::String?,
209
- role_arn: ::String?
210
- }?,
211
- source_name: ::String?,
212
- source_version: ::String?
213
- }?
214
- },
176
+ Params::log_source_resource
215
177
  ],
216
178
  ?subscriber_description: ::String,
217
179
  subscriber_identity: {
@@ -223,7 +185,7 @@ module Aws
223
185
  {
224
186
  key: ::String,
225
187
  value: ::String
226
- },
188
+ }
227
189
  ]
228
190
  ) -> _CreateSubscriberResponseSuccess
229
191
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateSubscriberResponseSuccess
@@ -234,17 +196,7 @@ module Aws
234
196
  end
235
197
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SecurityLake/Client.html#create_subscriber_notification-instance_method
236
198
  def create_subscriber_notification: (
237
- configuration: {
238
- https_notification_configuration: {
239
- authorization_api_key_name: ::String?,
240
- authorization_api_key_value: ::String?,
241
- endpoint: ::String,
242
- http_method: ("POST" | "PUT")?,
243
- target_role_arn: ::String
244
- }?,
245
- sqs_notification_configuration: {
246
- }?
247
- },
199
+ configuration: Params::notification_configuration,
248
200
  subscriber_id: ::String
249
201
  ) -> _CreateSubscriberNotificationResponseSuccess
250
202
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateSubscriberNotificationResponseSuccess
@@ -261,7 +213,7 @@ module Aws
261
213
  regions: Array[::String],
262
214
  source_name: ("ROUTE53" | "VPC_FLOW" | "SH_FINDINGS" | "CLOUD_TRAIL_MGMT" | "LAMBDA_EXECUTION" | "S3_DATA" | "EKS_AUDIT" | "WAF"),
263
215
  source_version: ::String?
264
- },
216
+ }
265
217
  ]
266
218
  ) -> _DeleteAwsLogSourceResponseSuccess
267
219
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteAwsLogSourceResponseSuccess
@@ -305,9 +257,9 @@ module Aws
305
257
  {
306
258
  source_name: ("ROUTE53" | "VPC_FLOW" | "SH_FINDINGS" | "CLOUD_TRAIL_MGMT" | "LAMBDA_EXECUTION" | "S3_DATA" | "EKS_AUDIT" | "WAF")?,
307
259
  source_version: ::String?
308
- },
260
+ }
309
261
  ]
310
- },
262
+ }
311
263
  ]
312
264
  ) -> _DeleteDataLakeOrganizationConfigurationResponseSuccess
313
265
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteDataLakeOrganizationConfigurationResponseSuccess
@@ -417,25 +369,7 @@ module Aws
417
369
  ?next_token: ::String,
418
370
  ?regions: Array[::String],
419
371
  ?sources: Array[
420
- {
421
- aws_log_source: {
422
- source_name: ("ROUTE53" | "VPC_FLOW" | "SH_FINDINGS" | "CLOUD_TRAIL_MGMT" | "LAMBDA_EXECUTION" | "S3_DATA" | "EKS_AUDIT" | "WAF")?,
423
- source_version: ::String?
424
- }?,
425
- custom_log_source: {
426
- attributes: {
427
- crawler_arn: ::String?,
428
- database_arn: ::String?,
429
- table_arn: ::String?
430
- }?,
431
- provider: {
432
- location: ::String?,
433
- role_arn: ::String?
434
- }?,
435
- source_name: ::String?,
436
- source_version: ::String?
437
- }?
438
- },
372
+ Params::log_source_resource
439
373
  ]
440
374
  ) -> _ListLogSourcesResponseSuccess
441
375
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListLogSourcesResponseSuccess
@@ -481,7 +415,7 @@ module Aws
481
415
  {
482
416
  key: ::String,
483
417
  value: ::String
484
- },
418
+ }
485
419
  ]
486
420
  ) -> _TagResourceResponseSuccess
487
421
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
@@ -503,27 +437,7 @@ module Aws
503
437
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SecurityLake/Client.html#update_data_lake-instance_method
504
438
  def update_data_lake: (
505
439
  configurations: Array[
506
- {
507
- encryption_configuration: {
508
- kms_key_id: ::String?
509
- }?,
510
- lifecycle_configuration: {
511
- expiration: {
512
- days: ::Integer?
513
- }?,
514
- transitions: Array[
515
- {
516
- days: ::Integer?,
517
- storage_class: ::String?
518
- },
519
- ]?
520
- }?,
521
- region: ::String,
522
- replication_configuration: {
523
- regions: Array[::String]?,
524
- role_arn: ::String?
525
- }?
526
- },
440
+ Params::data_lake_configuration
527
441
  ],
528
442
  ?meta_store_manager_role_arn: ::String
529
443
  ) -> _UpdateDataLakeResponseSuccess
@@ -547,25 +461,7 @@ module Aws
547
461
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SecurityLake/Client.html#update_subscriber-instance_method
548
462
  def update_subscriber: (
549
463
  ?sources: Array[
550
- {
551
- aws_log_source: {
552
- source_name: ("ROUTE53" | "VPC_FLOW" | "SH_FINDINGS" | "CLOUD_TRAIL_MGMT" | "LAMBDA_EXECUTION" | "S3_DATA" | "EKS_AUDIT" | "WAF")?,
553
- source_version: ::String?
554
- }?,
555
- custom_log_source: {
556
- attributes: {
557
- crawler_arn: ::String?,
558
- database_arn: ::String?,
559
- table_arn: ::String?
560
- }?,
561
- provider: {
562
- location: ::String?,
563
- role_arn: ::String?
564
- }?,
565
- source_name: ::String?,
566
- source_version: ::String?
567
- }?
568
- },
464
+ Params::log_source_resource
569
465
  ],
570
466
  ?subscriber_description: ::String,
571
467
  subscriber_id: ::String,
@@ -583,17 +479,7 @@ module Aws
583
479
  end
584
480
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SecurityLake/Client.html#update_subscriber_notification-instance_method
585
481
  def update_subscriber_notification: (
586
- configuration: {
587
- https_notification_configuration: {
588
- authorization_api_key_name: ::String?,
589
- authorization_api_key_value: ::String?,
590
- endpoint: ::String,
591
- http_method: ("POST" | "PUT")?,
592
- target_role_arn: ::String
593
- }?,
594
- sqs_notification_configuration: {
595
- }?
596
- },
482
+ configuration: Params::notification_configuration,
597
483
  subscriber_id: ::String
598
484
  ) -> _UpdateSubscriberNotificationResponseSuccess
599
485
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateSubscriberNotificationResponseSuccess
data/sig/params.rbs ADDED
@@ -0,0 +1,71 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module SecurityLake
10
+ module Params
11
+ type data_lake_lifecycle_configuration = {
12
+ expiration: {
13
+ days: ::Integer?
14
+ }?,
15
+ transitions: Array[
16
+ {
17
+ days: ::Integer?,
18
+ storage_class: ::String?
19
+ }
20
+ ]?
21
+ }
22
+
23
+ type data_lake_configuration = {
24
+ encryption_configuration: {
25
+ kms_key_id: ::String?
26
+ }?,
27
+ lifecycle_configuration: Params::data_lake_lifecycle_configuration?,
28
+ region: ::String,
29
+ replication_configuration: {
30
+ regions: Array[::String]?,
31
+ role_arn: ::String?
32
+ }?
33
+ }
34
+
35
+ type custom_log_source_resource = {
36
+ attributes: {
37
+ crawler_arn: ::String?,
38
+ database_arn: ::String?,
39
+ table_arn: ::String?
40
+ }?,
41
+ provider: {
42
+ location: ::String?,
43
+ role_arn: ::String?
44
+ }?,
45
+ source_name: ::String?,
46
+ source_version: ::String?
47
+ }
48
+
49
+ type log_source_resource = {
50
+ aws_log_source: {
51
+ source_name: ("ROUTE53" | "VPC_FLOW" | "SH_FINDINGS" | "CLOUD_TRAIL_MGMT" | "LAMBDA_EXECUTION" | "S3_DATA" | "EKS_AUDIT" | "WAF")?,
52
+ source_version: ::String?
53
+ }?,
54
+ custom_log_source: Params::custom_log_source_resource?
55
+ }
56
+
57
+ type notification_configuration = {
58
+ https_notification_configuration: {
59
+ authorization_api_key_name: ::String?,
60
+ authorization_api_key_value: ::String?,
61
+ endpoint: ::String,
62
+ http_method: ("POST" | "PUT")?,
63
+ target_role_arn: ::String
64
+ }?,
65
+ sqs_notification_configuration: {
66
+ }?
67
+ }
68
+
69
+ end
70
+ end
71
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-securitylake
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.53.0
4
+ version: 1.55.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -67,6 +67,7 @@ files:
67
67
  - lib/aws-sdk-securitylake/types.rb
68
68
  - sig/client.rbs
69
69
  - sig/errors.rbs
70
+ - sig/params.rbs
70
71
  - sig/resource.rbs
71
72
  - sig/types.rbs
72
73
  - sig/waiters.rbs