aws-sdk-securitylake 1.53.0 → 1.54.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: 3a2c27427414709f2356452ff9769466f3e0a75a266c30a9a5dc46012aa718c6
4
+ data.tar.gz: 59b5495d6314467265ac25aaa474f8a45528c77930501c912ed0790e809e1d98
5
5
  SHA512:
6
- metadata.gz: 9841209a9bb486d7cb08f91200453d90a090cc13e7d711d8b2ccbdb37cf4be067fa64f858ee500eded7efb2cf37fc22615786b5de0e379ff21ffb414d80fa118
7
- data.tar.gz: 743a10b6cb41510546b7ab5fa9b7c7f847b70002fe368209fdb0bf377bc45c79d8ff5914059bc8c9e075c860f64932b18fd22757270574e445d53fbed47b77bc
6
+ metadata.gz: 98c13120fcd9d920286a4cc5213c0f28ad324d790c0ffc15e405caf27a34cf30b918826ef0f08ea30435edf220129a1fa6355f7721a39f7703a51ed4cce67709
7
+ data.tar.gz: f3495e8087f148cce4f0dc257c63215a1ed00952c2996741e7e5c43b441494a36ca8cfc8a5b7368fb65063139a2cff4bc5a9c73dbaaae7b87035bc14a4673939
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.54.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.53.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.53.0
1
+ 1.54.0
@@ -2018,7 +2018,7 @@ module Aws::SecurityLake
2018
2018
  tracer: tracer
2019
2019
  )
2020
2020
  context[:gem_name] = 'aws-sdk-securitylake'
2021
- context[:gem_version] = '1.53.0'
2021
+ context[:gem_version] = '1.54.0'
2022
2022
  Seahorse::Client::Request.new(handlers, context)
2023
2023
  end
2024
2024
 
@@ -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.54.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.54.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -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