aws-sdk-securitylake 1.13.0 → 1.15.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/resource.rbs ADDED
@@ -0,0 +1,79 @@
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
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SecurityLake/Resource.html
11
+ class Resource
12
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SecurityLake/Resource.html#initialize-instance_method
13
+ def initialize: (
14
+ ?client: Client,
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?active_endpoint_cache: bool,
19
+ ?adaptive_retry_wait_to_fill: bool,
20
+ ?client_side_monitoring: bool,
21
+ ?client_side_monitoring_client_id: String,
22
+ ?client_side_monitoring_host: String,
23
+ ?client_side_monitoring_port: Integer,
24
+ ?client_side_monitoring_publisher: untyped,
25
+ ?convert_params: bool,
26
+ ?correct_clock_skew: bool,
27
+ ?defaults_mode: String,
28
+ ?disable_host_prefix_injection: bool,
29
+ ?disable_request_compression: bool,
30
+ ?endpoint: String,
31
+ ?endpoint_cache_max_entries: Integer,
32
+ ?endpoint_cache_max_threads: Integer,
33
+ ?endpoint_cache_poll_interval: Integer,
34
+ ?endpoint_discovery: bool,
35
+ ?ignore_configured_endpoint_urls: bool,
36
+ ?log_formatter: untyped,
37
+ ?log_level: Symbol,
38
+ ?logger: untyped,
39
+ ?max_attempts: Integer,
40
+ ?profile: String,
41
+ ?request_min_compression_size_bytes: Integer,
42
+ ?retry_backoff: Proc,
43
+ ?retry_base_delay: Float,
44
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
45
+ ?retry_limit: Integer,
46
+ ?retry_max_delay: Integer,
47
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
48
+ ?sdk_ua_app_id: String,
49
+ ?secret_access_key: String,
50
+ ?session_token: String,
51
+ ?stub_responses: untyped,
52
+ ?token_provider: untyped,
53
+ ?use_dualstack_endpoint: bool,
54
+ ?use_fips_endpoint: bool,
55
+ ?validate_params: bool,
56
+ ?endpoint_provider: untyped,
57
+ ?http_proxy: String,
58
+ ?http_open_timeout: (Float | Integer),
59
+ ?http_read_timeout: (Float | Integer),
60
+ ?http_idle_timeout: (Float | Integer),
61
+ ?http_continue_timeout: (Float | Integer),
62
+ ?ssl_timeout: (Float | Integer | nil),
63
+ ?http_wire_trace: bool,
64
+ ?ssl_verify_peer: bool,
65
+ ?ssl_ca_bundle: String,
66
+ ?ssl_ca_directory: String,
67
+ ?ssl_ca_store: String,
68
+ ?on_chunk_received: Proc,
69
+ ?on_chunk_sent: Proc,
70
+ ?raise_response_errors: bool
71
+ ) -> void
72
+ | (?Hash[Symbol, untyped]) -> void
73
+
74
+ def client: () -> Client
75
+
76
+
77
+ end
78
+ end
79
+ end
data/sig/types.rbs ADDED
@@ -0,0 +1,577 @@
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::SecurityLake
9
+ module Types
10
+
11
+ class AccessDeniedException
12
+ attr_accessor error_code: ::String
13
+ attr_accessor message: ::String
14
+ SENSITIVE: []
15
+ end
16
+
17
+ class AwsIdentity
18
+ attr_accessor external_id: ::String
19
+ attr_accessor principal: ::String
20
+ SENSITIVE: []
21
+ end
22
+
23
+ class AwsLogSourceConfiguration
24
+ attr_accessor accounts: ::Array[::String]
25
+ attr_accessor regions: ::Array[::String]
26
+ attr_accessor source_name: ("ROUTE53" | "VPC_FLOW" | "SH_FINDINGS" | "CLOUD_TRAIL_MGMT" | "LAMBDA_EXECUTION" | "S3_DATA")
27
+ attr_accessor source_version: ::String
28
+ SENSITIVE: []
29
+ end
30
+
31
+ class AwsLogSourceResource
32
+ attr_accessor source_name: ("ROUTE53" | "VPC_FLOW" | "SH_FINDINGS" | "CLOUD_TRAIL_MGMT" | "LAMBDA_EXECUTION" | "S3_DATA")
33
+ attr_accessor source_version: ::String
34
+ SENSITIVE: []
35
+ end
36
+
37
+ class BadRequestException
38
+ attr_accessor message: ::String
39
+ SENSITIVE: []
40
+ end
41
+
42
+ class ConflictException
43
+ attr_accessor message: ::String
44
+ attr_accessor resource_name: ::String
45
+ attr_accessor resource_type: ::String
46
+ SENSITIVE: []
47
+ end
48
+
49
+ class CreateAwsLogSourceRequest
50
+ attr_accessor sources: ::Array[Types::AwsLogSourceConfiguration]
51
+ SENSITIVE: []
52
+ end
53
+
54
+ class CreateAwsLogSourceResponse
55
+ attr_accessor failed: ::Array[::String]
56
+ SENSITIVE: []
57
+ end
58
+
59
+ class CreateCustomLogSourceRequest
60
+ attr_accessor configuration: Types::CustomLogSourceConfiguration
61
+ attr_accessor event_classes: ::Array[::String]
62
+ attr_accessor source_name: ::String
63
+ attr_accessor source_version: ::String
64
+ SENSITIVE: []
65
+ end
66
+
67
+ class CreateCustomLogSourceResponse
68
+ attr_accessor source: Types::CustomLogSourceResource
69
+ SENSITIVE: []
70
+ end
71
+
72
+ class CreateDataLakeExceptionSubscriptionRequest
73
+ attr_accessor exception_time_to_live: ::Integer
74
+ attr_accessor notification_endpoint: ::String
75
+ attr_accessor subscription_protocol: ::String
76
+ SENSITIVE: []
77
+ end
78
+
79
+ class CreateDataLakeExceptionSubscriptionResponse < Aws::EmptyStructure
80
+ end
81
+
82
+ class CreateDataLakeOrganizationConfigurationRequest
83
+ attr_accessor auto_enable_new_account: ::Array[Types::DataLakeAutoEnableNewAccountConfiguration]
84
+ SENSITIVE: []
85
+ end
86
+
87
+ class CreateDataLakeOrganizationConfigurationResponse < Aws::EmptyStructure
88
+ end
89
+
90
+ class CreateDataLakeRequest
91
+ attr_accessor configurations: ::Array[Types::DataLakeConfiguration]
92
+ attr_accessor meta_store_manager_role_arn: ::String
93
+ attr_accessor tags: ::Array[Types::Tag]
94
+ SENSITIVE: []
95
+ end
96
+
97
+ class CreateDataLakeResponse
98
+ attr_accessor data_lakes: ::Array[Types::DataLakeResource]
99
+ SENSITIVE: []
100
+ end
101
+
102
+ class CreateSubscriberNotificationRequest
103
+ attr_accessor configuration: Types::NotificationConfiguration
104
+ attr_accessor subscriber_id: ::String
105
+ SENSITIVE: []
106
+ end
107
+
108
+ class CreateSubscriberNotificationResponse
109
+ attr_accessor subscriber_endpoint: ::String
110
+ SENSITIVE: []
111
+ end
112
+
113
+ class CreateSubscriberRequest
114
+ attr_accessor access_types: ::Array[("LAKEFORMATION" | "S3")]
115
+ attr_accessor sources: ::Array[Types::LogSourceResource]
116
+ attr_accessor subscriber_description: ::String
117
+ attr_accessor subscriber_identity: Types::AwsIdentity
118
+ attr_accessor subscriber_name: ::String
119
+ attr_accessor tags: ::Array[Types::Tag]
120
+ SENSITIVE: []
121
+ end
122
+
123
+ class CreateSubscriberResponse
124
+ attr_accessor subscriber: Types::SubscriberResource
125
+ SENSITIVE: []
126
+ end
127
+
128
+ class CustomLogSourceAttributes
129
+ attr_accessor crawler_arn: ::String
130
+ attr_accessor database_arn: ::String
131
+ attr_accessor table_arn: ::String
132
+ SENSITIVE: []
133
+ end
134
+
135
+ class CustomLogSourceConfiguration
136
+ attr_accessor crawler_configuration: Types::CustomLogSourceCrawlerConfiguration
137
+ attr_accessor provider_identity: Types::AwsIdentity
138
+ SENSITIVE: []
139
+ end
140
+
141
+ class CustomLogSourceCrawlerConfiguration
142
+ attr_accessor role_arn: ::String
143
+ SENSITIVE: []
144
+ end
145
+
146
+ class CustomLogSourceProvider
147
+ attr_accessor location: ::String
148
+ attr_accessor role_arn: ::String
149
+ SENSITIVE: []
150
+ end
151
+
152
+ class CustomLogSourceResource
153
+ attr_accessor attributes: Types::CustomLogSourceAttributes
154
+ attr_accessor provider: Types::CustomLogSourceProvider
155
+ attr_accessor source_name: ::String
156
+ attr_accessor source_version: ::String
157
+ SENSITIVE: []
158
+ end
159
+
160
+ class DataLakeAutoEnableNewAccountConfiguration
161
+ attr_accessor region: ::String
162
+ attr_accessor sources: ::Array[Types::AwsLogSourceResource]
163
+ SENSITIVE: []
164
+ end
165
+
166
+ class DataLakeConfiguration
167
+ attr_accessor encryption_configuration: Types::DataLakeEncryptionConfiguration
168
+ attr_accessor lifecycle_configuration: Types::DataLakeLifecycleConfiguration
169
+ attr_accessor region: ::String
170
+ attr_accessor replication_configuration: Types::DataLakeReplicationConfiguration
171
+ SENSITIVE: []
172
+ end
173
+
174
+ class DataLakeEncryptionConfiguration
175
+ attr_accessor kms_key_id: ::String
176
+ SENSITIVE: []
177
+ end
178
+
179
+ class DataLakeException
180
+ attr_accessor exception: ::String
181
+ attr_accessor region: ::String
182
+ attr_accessor remediation: ::String
183
+ attr_accessor timestamp: ::Time
184
+ SENSITIVE: []
185
+ end
186
+
187
+ class DataLakeLifecycleConfiguration
188
+ attr_accessor expiration: Types::DataLakeLifecycleExpiration
189
+ attr_accessor transitions: ::Array[Types::DataLakeLifecycleTransition]
190
+ SENSITIVE: []
191
+ end
192
+
193
+ class DataLakeLifecycleExpiration
194
+ attr_accessor days: ::Integer
195
+ SENSITIVE: []
196
+ end
197
+
198
+ class DataLakeLifecycleTransition
199
+ attr_accessor days: ::Integer
200
+ attr_accessor storage_class: ::String
201
+ SENSITIVE: []
202
+ end
203
+
204
+ class DataLakeReplicationConfiguration
205
+ attr_accessor regions: ::Array[::String]
206
+ attr_accessor role_arn: ::String
207
+ SENSITIVE: []
208
+ end
209
+
210
+ class DataLakeResource
211
+ attr_accessor create_status: ("INITIALIZED" | "PENDING" | "COMPLETED" | "FAILED")
212
+ attr_accessor data_lake_arn: ::String
213
+ attr_accessor encryption_configuration: Types::DataLakeEncryptionConfiguration
214
+ attr_accessor lifecycle_configuration: Types::DataLakeLifecycleConfiguration
215
+ attr_accessor region: ::String
216
+ attr_accessor replication_configuration: Types::DataLakeReplicationConfiguration
217
+ attr_accessor s3_bucket_arn: ::String
218
+ attr_accessor update_status: Types::DataLakeUpdateStatus
219
+ SENSITIVE: []
220
+ end
221
+
222
+ class DataLakeSource
223
+ attr_accessor account: ::String
224
+ attr_accessor event_classes: ::Array[::String]
225
+ attr_accessor source_name: ::String
226
+ attr_accessor source_statuses: ::Array[Types::DataLakeSourceStatus]
227
+ SENSITIVE: []
228
+ end
229
+
230
+ class DataLakeSourceStatus
231
+ attr_accessor resource: ::String
232
+ attr_accessor status: ("COLLECTING" | "MISCONFIGURED" | "NOT_COLLECTING")
233
+ SENSITIVE: []
234
+ end
235
+
236
+ class DataLakeUpdateException
237
+ attr_accessor code: ::String
238
+ attr_accessor reason: ::String
239
+ SENSITIVE: []
240
+ end
241
+
242
+ class DataLakeUpdateStatus
243
+ attr_accessor exception: Types::DataLakeUpdateException
244
+ attr_accessor request_id: ::String
245
+ attr_accessor status: ("INITIALIZED" | "PENDING" | "COMPLETED" | "FAILED")
246
+ SENSITIVE: []
247
+ end
248
+
249
+ class DeleteAwsLogSourceRequest
250
+ attr_accessor sources: ::Array[Types::AwsLogSourceConfiguration]
251
+ SENSITIVE: []
252
+ end
253
+
254
+ class DeleteAwsLogSourceResponse
255
+ attr_accessor failed: ::Array[::String]
256
+ SENSITIVE: []
257
+ end
258
+
259
+ class DeleteCustomLogSourceRequest
260
+ attr_accessor source_name: ::String
261
+ attr_accessor source_version: ::String
262
+ SENSITIVE: []
263
+ end
264
+
265
+ class DeleteCustomLogSourceResponse < Aws::EmptyStructure
266
+ end
267
+
268
+ class DeleteDataLakeExceptionSubscriptionRequest < Aws::EmptyStructure
269
+ end
270
+
271
+ class DeleteDataLakeExceptionSubscriptionResponse < Aws::EmptyStructure
272
+ end
273
+
274
+ class DeleteDataLakeOrganizationConfigurationRequest
275
+ attr_accessor auto_enable_new_account: ::Array[Types::DataLakeAutoEnableNewAccountConfiguration]
276
+ SENSITIVE: []
277
+ end
278
+
279
+ class DeleteDataLakeOrganizationConfigurationResponse < Aws::EmptyStructure
280
+ end
281
+
282
+ class DeleteDataLakeRequest
283
+ attr_accessor regions: ::Array[::String]
284
+ SENSITIVE: []
285
+ end
286
+
287
+ class DeleteDataLakeResponse < Aws::EmptyStructure
288
+ end
289
+
290
+ class DeleteSubscriberNotificationRequest
291
+ attr_accessor subscriber_id: ::String
292
+ SENSITIVE: []
293
+ end
294
+
295
+ class DeleteSubscriberNotificationResponse < Aws::EmptyStructure
296
+ end
297
+
298
+ class DeleteSubscriberRequest
299
+ attr_accessor subscriber_id: ::String
300
+ SENSITIVE: []
301
+ end
302
+
303
+ class DeleteSubscriberResponse < Aws::EmptyStructure
304
+ end
305
+
306
+ class DeregisterDataLakeDelegatedAdministratorRequest < Aws::EmptyStructure
307
+ end
308
+
309
+ class DeregisterDataLakeDelegatedAdministratorResponse < Aws::EmptyStructure
310
+ end
311
+
312
+ class GetDataLakeExceptionSubscriptionRequest < Aws::EmptyStructure
313
+ end
314
+
315
+ class GetDataLakeExceptionSubscriptionResponse
316
+ attr_accessor exception_time_to_live: ::Integer
317
+ attr_accessor notification_endpoint: ::String
318
+ attr_accessor subscription_protocol: ::String
319
+ SENSITIVE: []
320
+ end
321
+
322
+ class GetDataLakeOrganizationConfigurationRequest < Aws::EmptyStructure
323
+ end
324
+
325
+ class GetDataLakeOrganizationConfigurationResponse
326
+ attr_accessor auto_enable_new_account: ::Array[Types::DataLakeAutoEnableNewAccountConfiguration]
327
+ SENSITIVE: []
328
+ end
329
+
330
+ class GetDataLakeSourcesRequest
331
+ attr_accessor accounts: ::Array[::String]
332
+ attr_accessor max_results: ::Integer
333
+ attr_accessor next_token: ::String
334
+ SENSITIVE: []
335
+ end
336
+
337
+ class GetDataLakeSourcesResponse
338
+ attr_accessor data_lake_arn: ::String
339
+ attr_accessor data_lake_sources: ::Array[Types::DataLakeSource]
340
+ attr_accessor next_token: ::String
341
+ SENSITIVE: []
342
+ end
343
+
344
+ class GetSubscriberRequest
345
+ attr_accessor subscriber_id: ::String
346
+ SENSITIVE: []
347
+ end
348
+
349
+ class GetSubscriberResponse
350
+ attr_accessor subscriber: Types::SubscriberResource
351
+ SENSITIVE: []
352
+ end
353
+
354
+ class HttpsNotificationConfiguration
355
+ attr_accessor authorization_api_key_name: ::String
356
+ attr_accessor authorization_api_key_value: ::String
357
+ attr_accessor endpoint: ::String
358
+ attr_accessor http_method: ("POST" | "PUT")
359
+ attr_accessor target_role_arn: ::String
360
+ SENSITIVE: []
361
+ end
362
+
363
+ class InternalServerException
364
+ attr_accessor message: ::String
365
+ SENSITIVE: []
366
+ end
367
+
368
+ class ListDataLakeExceptionsRequest
369
+ attr_accessor max_results: ::Integer
370
+ attr_accessor next_token: ::String
371
+ attr_accessor regions: ::Array[::String]
372
+ SENSITIVE: []
373
+ end
374
+
375
+ class ListDataLakeExceptionsResponse
376
+ attr_accessor exceptions: ::Array[Types::DataLakeException]
377
+ attr_accessor next_token: ::String
378
+ SENSITIVE: []
379
+ end
380
+
381
+ class ListDataLakesRequest
382
+ attr_accessor regions: ::Array[::String]
383
+ SENSITIVE: []
384
+ end
385
+
386
+ class ListDataLakesResponse
387
+ attr_accessor data_lakes: ::Array[Types::DataLakeResource]
388
+ SENSITIVE: []
389
+ end
390
+
391
+ class ListLogSourcesRequest
392
+ attr_accessor accounts: ::Array[::String]
393
+ attr_accessor max_results: ::Integer
394
+ attr_accessor next_token: ::String
395
+ attr_accessor regions: ::Array[::String]
396
+ attr_accessor sources: ::Array[Types::LogSourceResource]
397
+ SENSITIVE: []
398
+ end
399
+
400
+ class ListLogSourcesResponse
401
+ attr_accessor next_token: ::String
402
+ attr_accessor sources: ::Array[Types::LogSource]
403
+ SENSITIVE: []
404
+ end
405
+
406
+ class ListSubscribersRequest
407
+ attr_accessor max_results: ::Integer
408
+ attr_accessor next_token: ::String
409
+ SENSITIVE: []
410
+ end
411
+
412
+ class ListSubscribersResponse
413
+ attr_accessor next_token: ::String
414
+ attr_accessor subscribers: ::Array[Types::SubscriberResource]
415
+ SENSITIVE: []
416
+ end
417
+
418
+ class ListTagsForResourceRequest
419
+ attr_accessor resource_arn: ::String
420
+ SENSITIVE: []
421
+ end
422
+
423
+ class ListTagsForResourceResponse
424
+ attr_accessor tags: ::Array[Types::Tag]
425
+ SENSITIVE: []
426
+ end
427
+
428
+ class LogSource
429
+ attr_accessor account: ::String
430
+ attr_accessor region: ::String
431
+ attr_accessor sources: ::Array[Types::LogSourceResource]
432
+ SENSITIVE: []
433
+ end
434
+
435
+ class LogSourceResource
436
+ attr_accessor aws_log_source: Types::AwsLogSourceResource
437
+ attr_accessor custom_log_source: Types::CustomLogSourceResource
438
+ attr_accessor unknown: untyped
439
+ SENSITIVE: []
440
+
441
+ class AwsLogSource < LogSourceResource
442
+ end
443
+ class CustomLogSource < LogSourceResource
444
+ end
445
+ class Unknown < LogSourceResource
446
+ end
447
+ end
448
+
449
+ class NotificationConfiguration
450
+ attr_accessor https_notification_configuration: Types::HttpsNotificationConfiguration
451
+ attr_accessor sqs_notification_configuration: Types::SqsNotificationConfiguration
452
+ attr_accessor unknown: untyped
453
+ SENSITIVE: []
454
+
455
+ class HttpsNotificationConfiguration < NotificationConfiguration
456
+ end
457
+ class SqsNotificationConfiguration < NotificationConfiguration
458
+ end
459
+ class Unknown < NotificationConfiguration
460
+ end
461
+ end
462
+
463
+ class RegisterDataLakeDelegatedAdministratorRequest
464
+ attr_accessor account_id: ::String
465
+ SENSITIVE: []
466
+ end
467
+
468
+ class RegisterDataLakeDelegatedAdministratorResponse < Aws::EmptyStructure
469
+ end
470
+
471
+ class ResourceNotFoundException
472
+ attr_accessor message: ::String
473
+ attr_accessor resource_name: ::String
474
+ attr_accessor resource_type: ::String
475
+ SENSITIVE: []
476
+ end
477
+
478
+ class SqsNotificationConfiguration < Aws::EmptyStructure
479
+ end
480
+
481
+ class SubscriberResource
482
+ attr_accessor access_types: ::Array[("LAKEFORMATION" | "S3")]
483
+ attr_accessor created_at: ::Time
484
+ attr_accessor resource_share_arn: ::String
485
+ attr_accessor resource_share_name: ::String
486
+ attr_accessor role_arn: ::String
487
+ attr_accessor s3_bucket_arn: ::String
488
+ attr_accessor sources: ::Array[Types::LogSourceResource]
489
+ attr_accessor subscriber_arn: ::String
490
+ attr_accessor subscriber_description: ::String
491
+ attr_accessor subscriber_endpoint: ::String
492
+ attr_accessor subscriber_id: ::String
493
+ attr_accessor subscriber_identity: Types::AwsIdentity
494
+ attr_accessor subscriber_name: ::String
495
+ attr_accessor subscriber_status: ("ACTIVE" | "DEACTIVATED" | "PENDING" | "READY")
496
+ attr_accessor updated_at: ::Time
497
+ SENSITIVE: []
498
+ end
499
+
500
+ class Tag
501
+ attr_accessor key: ::String
502
+ attr_accessor value: ::String
503
+ SENSITIVE: []
504
+ end
505
+
506
+ class TagResourceRequest
507
+ attr_accessor resource_arn: ::String
508
+ attr_accessor tags: ::Array[Types::Tag]
509
+ SENSITIVE: []
510
+ end
511
+
512
+ class TagResourceResponse < Aws::EmptyStructure
513
+ end
514
+
515
+ class ThrottlingException
516
+ attr_accessor message: ::String
517
+ attr_accessor quota_code: ::String
518
+ attr_accessor retry_after_seconds: ::Integer
519
+ attr_accessor service_code: ::String
520
+ SENSITIVE: []
521
+ end
522
+
523
+ class UntagResourceRequest
524
+ attr_accessor resource_arn: ::String
525
+ attr_accessor tag_keys: ::Array[::String]
526
+ SENSITIVE: []
527
+ end
528
+
529
+ class UntagResourceResponse < Aws::EmptyStructure
530
+ end
531
+
532
+ class UpdateDataLakeExceptionSubscriptionRequest
533
+ attr_accessor exception_time_to_live: ::Integer
534
+ attr_accessor notification_endpoint: ::String
535
+ attr_accessor subscription_protocol: ::String
536
+ SENSITIVE: []
537
+ end
538
+
539
+ class UpdateDataLakeExceptionSubscriptionResponse < Aws::EmptyStructure
540
+ end
541
+
542
+ class UpdateDataLakeRequest
543
+ attr_accessor configurations: ::Array[Types::DataLakeConfiguration]
544
+ SENSITIVE: []
545
+ end
546
+
547
+ class UpdateDataLakeResponse
548
+ attr_accessor data_lakes: ::Array[Types::DataLakeResource]
549
+ SENSITIVE: []
550
+ end
551
+
552
+ class UpdateSubscriberNotificationRequest
553
+ attr_accessor configuration: Types::NotificationConfiguration
554
+ attr_accessor subscriber_id: ::String
555
+ SENSITIVE: []
556
+ end
557
+
558
+ class UpdateSubscriberNotificationResponse
559
+ attr_accessor subscriber_endpoint: ::String
560
+ SENSITIVE: []
561
+ end
562
+
563
+ class UpdateSubscriberRequest
564
+ attr_accessor sources: ::Array[Types::LogSourceResource]
565
+ attr_accessor subscriber_description: ::String
566
+ attr_accessor subscriber_id: ::String
567
+ attr_accessor subscriber_identity: Types::AwsIdentity
568
+ attr_accessor subscriber_name: ::String
569
+ SENSITIVE: []
570
+ end
571
+
572
+ class UpdateSubscriberResponse
573
+ attr_accessor subscriber: Types::SubscriberResource
574
+ SENSITIVE: []
575
+ end
576
+ end
577
+ end
data/sig/waiters.rbs ADDED
@@ -0,0 +1,13 @@
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 Waiters
11
+ end
12
+ end
13
+ end