@aws-sdk/client-securitylake 3.341.0 → 3.342.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.
- package/README.md +39 -60
- package/dist-cjs/SecurityLake.js +36 -40
- package/dist-cjs/commands/{UpdateDatalakeCommand.js → CreateDataLakeCommand.js} +7 -7
- package/dist-cjs/commands/CreateDataLakeExceptionSubscriptionCommand.js +46 -0
- package/dist-cjs/commands/CreateDataLakeOrganizationConfigurationCommand.js +46 -0
- package/dist-cjs/commands/{DeleteDatalakeDelegatedAdminCommand.js → CreateSubscriberNotificationCommand.js} +7 -7
- package/dist-cjs/commands/{CreateDatalakeCommand.js → DeleteDataLakeCommand.js} +7 -7
- package/dist-cjs/commands/DeleteDataLakeExceptionSubscriptionCommand.js +46 -0
- package/dist-cjs/commands/DeleteDataLakeOrganizationConfigurationCommand.js +46 -0
- package/dist-cjs/commands/{CreateDatalakeDelegatedAdminCommand.js → DeleteSubscriberNotificationCommand.js} +7 -7
- package/dist-cjs/commands/DeregisterDataLakeDelegatedAdministratorCommand.js +46 -0
- package/dist-cjs/commands/{CreateDatalakeAutoEnableCommand.js → GetDataLakeExceptionSubscriptionCommand.js} +7 -7
- package/dist-cjs/commands/{DeleteDatalakeExceptionsSubscriptionCommand.js → GetDataLakeOrganizationConfigurationCommand.js} +7 -7
- package/dist-cjs/commands/{GetDatalakeStatusCommand.js → GetDataLakeSourcesCommand.js} +7 -7
- package/dist-cjs/commands/{ListDatalakeExceptionsCommand.js → ListDataLakeExceptionsCommand.js} +7 -7
- package/dist-cjs/commands/{GetDatalakeCommand.js → ListDataLakesCommand.js} +7 -7
- package/dist-cjs/commands/{CreateDatalakeExceptionsSubscriptionCommand.js → RegisterDataLakeDelegatedAdministratorCommand.js} +7 -7
- package/dist-cjs/commands/{DeleteDatalakeCommand.js → UpdateDataLakeCommand.js} +7 -7
- package/dist-cjs/commands/UpdateDataLakeExceptionSubscriptionCommand.js +46 -0
- package/dist-cjs/commands/{DeleteDatalakeAutoEnableCommand.js → UpdateSubscriberNotificationCommand.js} +7 -7
- package/dist-cjs/commands/index.js +18 -20
- package/dist-cjs/models/models_0.js +43 -235
- package/dist-cjs/pagination/{GetDatalakeStatusPaginator.js → GetDataLakeSourcesPaginator.js} +6 -6
- package/dist-cjs/pagination/{ListDatalakeExceptionsPaginator.js → ListDataLakeExceptionsPaginator.js} +6 -6
- package/dist-cjs/pagination/index.js +2 -2
- package/dist-cjs/protocols/Aws_restJson1.js +531 -769
- package/dist-es/SecurityLake.js +36 -40
- package/dist-es/commands/{UpdateDatalakeCommand.js → CreateDataLakeCommand.js} +6 -6
- package/dist-es/commands/{UpdateDatalakeExceptionsSubscriptionCommand.js → CreateDataLakeExceptionSubscriptionCommand.js} +6 -6
- package/dist-es/commands/CreateDataLakeOrganizationConfigurationCommand.js +42 -0
- package/dist-es/commands/{DeleteDatalakeDelegatedAdminCommand.js → CreateSubscriberNotificationCommand.js} +6 -6
- package/dist-es/commands/{CreateDatalakeCommand.js → DeleteDataLakeCommand.js} +6 -6
- package/dist-es/commands/{CreateDatalakeExceptionsSubscriptionCommand.js → DeleteDataLakeExceptionSubscriptionCommand.js} +6 -6
- package/dist-es/commands/DeleteDataLakeOrganizationConfigurationCommand.js +42 -0
- package/dist-es/commands/{CreateDatalakeDelegatedAdminCommand.js → DeleteSubscriberNotificationCommand.js} +6 -6
- package/dist-es/commands/DeregisterDataLakeDelegatedAdministratorCommand.js +42 -0
- package/dist-es/commands/{GetDatalakeExceptionsSubscriptionCommand.js → GetDataLakeExceptionSubscriptionCommand.js} +6 -6
- package/dist-es/commands/{DeleteDatalakeExceptionsSubscriptionCommand.js → GetDataLakeOrganizationConfigurationCommand.js} +6 -6
- package/dist-es/commands/{GetDatalakeStatusCommand.js → GetDataLakeSourcesCommand.js} +6 -6
- package/dist-es/commands/{ListDatalakeExceptionsCommand.js → ListDataLakeExceptionsCommand.js} +6 -6
- package/dist-es/commands/{GetDatalakeCommand.js → ListDataLakesCommand.js} +6 -6
- package/dist-es/commands/RegisterDataLakeDelegatedAdministratorCommand.js +42 -0
- package/dist-es/commands/{DeleteDatalakeCommand.js → UpdateDataLakeCommand.js} +6 -6
- package/dist-es/commands/{CreateDatalakeAutoEnableCommand.js → UpdateDataLakeExceptionSubscriptionCommand.js} +6 -6
- package/dist-es/commands/{GetDatalakeExceptionsExpiryCommand.js → UpdateSubscriberNotificationCommand.js} +6 -6
- package/dist-es/commands/index.js +18 -20
- package/dist-es/models/models_0.js +41 -224
- package/dist-es/pagination/{GetDatalakeStatusPaginator.js → GetDataLakeSourcesPaginator.js} +4 -4
- package/dist-es/pagination/{ListDatalakeExceptionsPaginator.js → ListDataLakeExceptionsPaginator.js} +4 -4
- package/dist-es/pagination/index.js +2 -2
- package/dist-es/protocols/Aws_restJson1.js +491 -725
- package/dist-types/SecurityLake.d.ts +96 -115
- package/dist-types/SecurityLakeClient.d.ts +24 -31
- package/dist-types/commands/CreateAwsLogSourceCommand.d.ts +22 -41
- package/dist-types/commands/CreateCustomLogSourceCommand.d.ts +39 -23
- package/dist-types/commands/CreateDataLakeCommand.d.ts +172 -0
- package/dist-types/commands/CreateDataLakeExceptionSubscriptionCommand.d.ts +99 -0
- package/dist-types/commands/CreateDataLakeOrganizationConfigurationCommand.d.ts +108 -0
- package/dist-types/commands/CreateSubscriberCommand.d.ts +78 -32
- package/dist-types/commands/CreateSubscriberNotificationCommand.d.ts +110 -0
- package/dist-types/commands/DeleteAwsLogSourceCommand.d.ts +29 -39
- package/dist-types/commands/DeleteCustomLogSourceCommand.d.ts +15 -18
- package/dist-types/commands/{DeleteDatalakeCommand.d.ts → DeleteDataLakeCommand.d.ts} +33 -33
- package/dist-types/commands/DeleteDataLakeExceptionSubscriptionCommand.d.ts +95 -0
- package/dist-types/commands/DeleteDataLakeOrganizationConfigurationCommand.d.ts +110 -0
- package/dist-types/commands/DeleteSubscriberCommand.d.ts +15 -21
- package/dist-types/commands/DeleteSubscriberNotificationCommand.d.ts +97 -0
- package/dist-types/commands/DeregisterDataLakeDelegatedAdministratorCommand.d.ts +96 -0
- package/dist-types/commands/GetDataLakeExceptionSubscriptionCommand.d.ts +98 -0
- package/dist-types/commands/GetDataLakeOrganizationConfigurationCommand.d.ts +108 -0
- package/dist-types/commands/GetDataLakeSourcesCommand.d.ts +119 -0
- package/dist-types/commands/GetSubscriberCommand.d.ts +47 -28
- package/dist-types/commands/{ListDatalakeExceptionsCommand.d.ts → ListDataLakeExceptionsCommand.d.ts} +39 -36
- package/dist-types/commands/ListDataLakesCommand.d.ts +136 -0
- package/dist-types/commands/ListLogSourcesCommand.d.ts +60 -29
- package/dist-types/commands/ListSubscribersCommand.d.ts +46 -30
- package/dist-types/commands/RegisterDataLakeDelegatedAdministratorCommand.d.ts +98 -0
- package/dist-types/commands/UpdateDataLakeCommand.d.ts +158 -0
- package/dist-types/commands/UpdateDataLakeExceptionSubscriptionCommand.d.ts +99 -0
- package/dist-types/commands/UpdateSubscriberCommand.d.ts +73 -42
- package/dist-types/commands/UpdateSubscriberNotificationCommand.d.ts +109 -0
- package/dist-types/commands/index.d.ts +18 -20
- package/dist-types/index.d.ts +4 -9
- package/dist-types/models/models_0.d.ts +985 -906
- package/dist-types/pagination/GetDataLakeSourcesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDataLakeExceptionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -2
- package/dist-types/protocols/Aws_restJson1.d.ts +94 -112
- package/dist-types/ts3.4/SecurityLake.d.ts +243 -271
- package/dist-types/ts3.4/SecurityLakeClient.d.ts +91 -103
- package/dist-types/ts3.4/commands/{CreateDatalakeCommand.d.ts → CreateDataLakeCommand.d.ts} +11 -11
- package/dist-types/ts3.4/commands/{GetDatalakeExceptionsSubscriptionCommand.d.ts → CreateDataLakeExceptionSubscriptionCommand.d.ts} +13 -13
- package/dist-types/ts3.4/commands/{CreateDatalakeExceptionsSubscriptionCommand.d.ts → CreateDataLakeOrganizationConfigurationCommand.d.ts} +13 -13
- package/dist-types/ts3.4/commands/{DeleteDatalakeDelegatedAdminCommand.d.ts → CreateSubscriberNotificationCommand.d.ts} +13 -13
- package/dist-types/ts3.4/commands/{DeleteDatalakeCommand.d.ts → DeleteDataLakeCommand.d.ts} +11 -11
- package/dist-types/ts3.4/commands/DeleteDataLakeExceptionSubscriptionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteDataLakeOrganizationConfigurationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/{CreateDatalakeDelegatedAdminCommand.d.ts → DeleteSubscriberNotificationCommand.d.ts} +13 -13
- package/dist-types/ts3.4/commands/DeregisterDataLakeDelegatedAdministratorCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/{DeleteDatalakeAutoEnableCommand.d.ts → GetDataLakeExceptionSubscriptionCommand.d.ts} +13 -13
- package/dist-types/ts3.4/commands/{DeleteDatalakeExceptionsSubscriptionCommand.d.ts → GetDataLakeOrganizationConfigurationCommand.d.ts} +13 -13
- package/dist-types/ts3.4/commands/GetDataLakeSourcesCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/{ListDatalakeExceptionsCommand.d.ts → ListDataLakeExceptionsCommand.d.ts} +13 -13
- package/dist-types/ts3.4/commands/{GetDatalakeStatusCommand.d.ts → ListDataLakesCommand.d.ts} +11 -12
- package/dist-types/ts3.4/commands/RegisterDataLakeDelegatedAdministratorCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/{UpdateDatalakeCommand.d.ts → UpdateDataLakeCommand.d.ts} +11 -11
- package/dist-types/ts3.4/commands/UpdateDataLakeExceptionSubscriptionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/{CreateDatalakeAutoEnableCommand.d.ts → UpdateSubscriberNotificationCommand.d.ts} +13 -13
- package/dist-types/ts3.4/commands/index.d.ts +18 -20
- package/dist-types/ts3.4/models/models_0.d.ts +315 -431
- package/dist-types/ts3.4/pagination/GetDataLakeSourcesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDataLakeExceptionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -2
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +131 -155
- package/package.json +28 -28
- package/dist-cjs/commands/CreateSubscriptionNotificationConfigurationCommand.js +0 -46
- package/dist-cjs/commands/DeleteSubscriptionNotificationConfigurationCommand.js +0 -46
- package/dist-cjs/commands/GetDatalakeAutoEnableCommand.js +0 -46
- package/dist-cjs/commands/GetDatalakeExceptionsExpiryCommand.js +0 -46
- package/dist-cjs/commands/GetDatalakeExceptionsSubscriptionCommand.js +0 -46
- package/dist-cjs/commands/UpdateDatalakeExceptionsExpiryCommand.js +0 -46
- package/dist-cjs/commands/UpdateDatalakeExceptionsSubscriptionCommand.js +0 -46
- package/dist-cjs/commands/UpdateSubscriptionNotificationConfigurationCommand.js +0 -46
- package/dist-es/commands/CreateSubscriptionNotificationConfigurationCommand.js +0 -42
- package/dist-es/commands/DeleteDatalakeAutoEnableCommand.js +0 -42
- package/dist-es/commands/DeleteSubscriptionNotificationConfigurationCommand.js +0 -42
- package/dist-es/commands/GetDatalakeAutoEnableCommand.js +0 -42
- package/dist-es/commands/UpdateDatalakeExceptionsExpiryCommand.js +0 -42
- package/dist-es/commands/UpdateSubscriptionNotificationConfigurationCommand.js +0 -42
- package/dist-types/commands/CreateDatalakeAutoEnableCommand.d.ts +0 -98
- package/dist-types/commands/CreateDatalakeCommand.d.ts +0 -137
- package/dist-types/commands/CreateDatalakeDelegatedAdminCommand.d.ts +0 -89
- package/dist-types/commands/CreateDatalakeExceptionsSubscriptionCommand.d.ts +0 -91
- package/dist-types/commands/CreateSubscriptionNotificationConfigurationCommand.d.ts +0 -109
- package/dist-types/commands/DeleteDatalakeAutoEnableCommand.d.ts +0 -101
- package/dist-types/commands/DeleteDatalakeDelegatedAdminCommand.d.ts +0 -89
- package/dist-types/commands/DeleteDatalakeExceptionsSubscriptionCommand.d.ts +0 -90
- package/dist-types/commands/DeleteSubscriptionNotificationConfigurationCommand.d.ts +0 -100
- package/dist-types/commands/GetDatalakeAutoEnableCommand.d.ts +0 -98
- package/dist-types/commands/GetDatalakeCommand.d.ts +0 -120
- package/dist-types/commands/GetDatalakeExceptionsExpiryCommand.d.ts +0 -91
- package/dist-types/commands/GetDatalakeExceptionsSubscriptionCommand.d.ts +0 -92
- package/dist-types/commands/GetDatalakeStatusCommand.d.ts +0 -109
- package/dist-types/commands/UpdateDatalakeCommand.d.ts +0 -108
- package/dist-types/commands/UpdateDatalakeExceptionsExpiryCommand.d.ts +0 -91
- package/dist-types/commands/UpdateDatalakeExceptionsSubscriptionCommand.d.ts +0 -91
- package/dist-types/commands/UpdateSubscriptionNotificationConfigurationCommand.d.ts +0 -108
- package/dist-types/pagination/GetDatalakeStatusPaginator.d.ts +0 -7
- package/dist-types/pagination/ListDatalakeExceptionsPaginator.d.ts +0 -7
- package/dist-types/ts3.4/commands/CreateSubscriptionNotificationConfigurationCommand.d.ts +0 -42
- package/dist-types/ts3.4/commands/DeleteSubscriptionNotificationConfigurationCommand.d.ts +0 -42
- package/dist-types/ts3.4/commands/GetDatalakeAutoEnableCommand.d.ts +0 -42
- package/dist-types/ts3.4/commands/GetDatalakeCommand.d.ts +0 -35
- package/dist-types/ts3.4/commands/GetDatalakeExceptionsExpiryCommand.d.ts +0 -42
- package/dist-types/ts3.4/commands/UpdateDatalakeExceptionsExpiryCommand.d.ts +0 -42
- package/dist-types/ts3.4/commands/UpdateDatalakeExceptionsSubscriptionCommand.d.ts +0 -42
- package/dist-types/ts3.4/commands/UpdateSubscriptionNotificationConfigurationCommand.d.ts +0 -42
- package/dist-types/ts3.4/pagination/GetDatalakeStatusPaginator.d.ts +0 -11
- package/dist-types/ts3.4/pagination/ListDatalakeExceptionsPaginator.d.ts +0 -11
package/README.md
CHANGED
|
@@ -6,14 +6,9 @@
|
|
|
6
6
|
|
|
7
7
|
AWS SDK for JavaScript SecurityLake Client for Node.js, Browser and React Native.
|
|
8
8
|
|
|
9
|
-
<note>
|
|
10
|
-
<p>Amazon Security Lake is in preview release. Your use of the Security Lake preview is subject to
|
|
11
|
-
Section 2 of the <a href="http://aws.amazon.com/service-terms/">Amazon Web Services Service
|
|
12
|
-
Terms</a>("Betas and Previews").</p>
|
|
13
|
-
</note>
|
|
14
9
|
<p>Amazon Security Lake is a fully managed security data lake service. You can use Security Lake to
|
|
15
10
|
automatically centralize security data from cloud, on-premises, and custom sources into a
|
|
16
|
-
data lake that's stored in your Amazon Web
|
|
11
|
+
data lake that's stored in your Amazon Web Services account. Amazon Web Services Organizations
|
|
17
12
|
is an account management service that lets you consolidate multiple Amazon Web Services
|
|
18
13
|
accounts into an organization that you create and centrally manage. With Organizations, you
|
|
19
14
|
can create member accounts and invite existing accounts to join your organization.
|
|
@@ -21,9 +16,9 @@ Security Lake helps you analyze security data for a more complete understanding
|
|
|
21
16
|
security posture across the entire organization. It can also help you improve the
|
|
22
17
|
protection of your workloads, applications, and data.</p>
|
|
23
18
|
<p>The data lake is backed by Amazon Simple Storage Service (Amazon S3) buckets, and you
|
|
24
|
-
retain ownership over your data
|
|
19
|
+
retain ownership over your data.</p>
|
|
25
20
|
<p>Amazon Security Lake integrates with CloudTrail, a service that provides a record of
|
|
26
|
-
actions taken by a user, role, or an Amazon Web Services service
|
|
21
|
+
actions taken by a user, role, or an Amazon Web Services service. In Security Lake, CloudTrail captures API calls for Security Lake as events. The calls captured include calls
|
|
27
22
|
from the Security Lake console and code calls to the Security Lake API operations. If you create a
|
|
28
23
|
trail, you can enable continuous delivery of CloudTrail events to an Amazon S3 bucket, including events for Security Lake. If you don't configure a trail, you can still
|
|
29
24
|
view the most recent events in the CloudTrail console in Event history. Using the
|
|
@@ -251,7 +246,7 @@ CreateCustomLogSource
|
|
|
251
246
|
</details>
|
|
252
247
|
<details>
|
|
253
248
|
<summary>
|
|
254
|
-
|
|
249
|
+
CreateDataLake
|
|
255
250
|
</summary>
|
|
256
251
|
|
|
257
252
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/classes/createdatalakecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/createdatalakecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/createdatalakecommandoutput.html)
|
|
@@ -259,26 +254,18 @@ CreateDatalake
|
|
|
259
254
|
</details>
|
|
260
255
|
<details>
|
|
261
256
|
<summary>
|
|
262
|
-
|
|
257
|
+
CreateDataLakeExceptionSubscription
|
|
263
258
|
</summary>
|
|
264
259
|
|
|
265
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/classes/
|
|
260
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/classes/createdatalakeexceptionsubscriptioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/createdatalakeexceptionsubscriptioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/createdatalakeexceptionsubscriptioncommandoutput.html)
|
|
266
261
|
|
|
267
262
|
</details>
|
|
268
263
|
<details>
|
|
269
264
|
<summary>
|
|
270
|
-
|
|
265
|
+
CreateDataLakeOrganizationConfiguration
|
|
271
266
|
</summary>
|
|
272
267
|
|
|
273
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/classes/
|
|
274
|
-
|
|
275
|
-
</details>
|
|
276
|
-
<details>
|
|
277
|
-
<summary>
|
|
278
|
-
CreateDatalakeExceptionsSubscription
|
|
279
|
-
</summary>
|
|
280
|
-
|
|
281
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/classes/createdatalakeexceptionssubscriptioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/createdatalakeexceptionssubscriptioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/createdatalakeexceptionssubscriptioncommandoutput.html)
|
|
268
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/classes/createdatalakeorganizationconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/createdatalakeorganizationconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/createdatalakeorganizationconfigurationcommandoutput.html)
|
|
282
269
|
|
|
283
270
|
</details>
|
|
284
271
|
<details>
|
|
@@ -291,10 +278,10 @@ CreateSubscriber
|
|
|
291
278
|
</details>
|
|
292
279
|
<details>
|
|
293
280
|
<summary>
|
|
294
|
-
|
|
281
|
+
CreateSubscriberNotification
|
|
295
282
|
</summary>
|
|
296
283
|
|
|
297
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/classes/
|
|
284
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/classes/createsubscribernotificationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/createsubscribernotificationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/createsubscribernotificationcommandoutput.html)
|
|
298
285
|
|
|
299
286
|
</details>
|
|
300
287
|
<details>
|
|
@@ -315,7 +302,7 @@ DeleteCustomLogSource
|
|
|
315
302
|
</details>
|
|
316
303
|
<details>
|
|
317
304
|
<summary>
|
|
318
|
-
|
|
305
|
+
DeleteDataLake
|
|
319
306
|
</summary>
|
|
320
307
|
|
|
321
308
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/classes/deletedatalakecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/deletedatalakecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/deletedatalakecommandoutput.html)
|
|
@@ -323,26 +310,18 @@ DeleteDatalake
|
|
|
323
310
|
</details>
|
|
324
311
|
<details>
|
|
325
312
|
<summary>
|
|
326
|
-
|
|
327
|
-
</summary>
|
|
328
|
-
|
|
329
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/classes/deletedatalakeautoenablecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/deletedatalakeautoenablecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/deletedatalakeautoenablecommandoutput.html)
|
|
330
|
-
|
|
331
|
-
</details>
|
|
332
|
-
<details>
|
|
333
|
-
<summary>
|
|
334
|
-
DeleteDatalakeDelegatedAdmin
|
|
313
|
+
DeleteDataLakeExceptionSubscription
|
|
335
314
|
</summary>
|
|
336
315
|
|
|
337
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/classes/
|
|
316
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/classes/deletedatalakeexceptionsubscriptioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/deletedatalakeexceptionsubscriptioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/deletedatalakeexceptionsubscriptioncommandoutput.html)
|
|
338
317
|
|
|
339
318
|
</details>
|
|
340
319
|
<details>
|
|
341
320
|
<summary>
|
|
342
|
-
|
|
321
|
+
DeleteDataLakeOrganizationConfiguration
|
|
343
322
|
</summary>
|
|
344
323
|
|
|
345
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/classes/
|
|
324
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/classes/deletedatalakeorganizationconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/deletedatalakeorganizationconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/deletedatalakeorganizationconfigurationcommandoutput.html)
|
|
346
325
|
|
|
347
326
|
</details>
|
|
348
327
|
<details>
|
|
@@ -355,66 +334,66 @@ DeleteSubscriber
|
|
|
355
334
|
</details>
|
|
356
335
|
<details>
|
|
357
336
|
<summary>
|
|
358
|
-
|
|
337
|
+
DeleteSubscriberNotification
|
|
359
338
|
</summary>
|
|
360
339
|
|
|
361
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/classes/
|
|
340
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/classes/deletesubscribernotificationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/deletesubscribernotificationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/deletesubscribernotificationcommandoutput.html)
|
|
362
341
|
|
|
363
342
|
</details>
|
|
364
343
|
<details>
|
|
365
344
|
<summary>
|
|
366
|
-
|
|
345
|
+
DeregisterDataLakeDelegatedAdministrator
|
|
367
346
|
</summary>
|
|
368
347
|
|
|
369
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/classes/
|
|
348
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/classes/deregisterdatalakedelegatedadministratorcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/deregisterdatalakedelegatedadministratorcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/deregisterdatalakedelegatedadministratorcommandoutput.html)
|
|
370
349
|
|
|
371
350
|
</details>
|
|
372
351
|
<details>
|
|
373
352
|
<summary>
|
|
374
|
-
|
|
353
|
+
GetDataLakeExceptionSubscription
|
|
375
354
|
</summary>
|
|
376
355
|
|
|
377
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/classes/
|
|
356
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/classes/getdatalakeexceptionsubscriptioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/getdatalakeexceptionsubscriptioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/getdatalakeexceptionsubscriptioncommandoutput.html)
|
|
378
357
|
|
|
379
358
|
</details>
|
|
380
359
|
<details>
|
|
381
360
|
<summary>
|
|
382
|
-
|
|
361
|
+
GetDataLakeOrganizationConfiguration
|
|
383
362
|
</summary>
|
|
384
363
|
|
|
385
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/classes/
|
|
364
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/classes/getdatalakeorganizationconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/getdatalakeorganizationconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/getdatalakeorganizationconfigurationcommandoutput.html)
|
|
386
365
|
|
|
387
366
|
</details>
|
|
388
367
|
<details>
|
|
389
368
|
<summary>
|
|
390
|
-
|
|
369
|
+
GetDataLakeSources
|
|
391
370
|
</summary>
|
|
392
371
|
|
|
393
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/classes/
|
|
372
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/classes/getdatalakesourcescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/getdatalakesourcescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/getdatalakesourcescommandoutput.html)
|
|
394
373
|
|
|
395
374
|
</details>
|
|
396
375
|
<details>
|
|
397
376
|
<summary>
|
|
398
|
-
|
|
377
|
+
GetSubscriber
|
|
399
378
|
</summary>
|
|
400
379
|
|
|
401
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/classes/
|
|
380
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/classes/getsubscribercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/getsubscribercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/getsubscribercommandoutput.html)
|
|
402
381
|
|
|
403
382
|
</details>
|
|
404
383
|
<details>
|
|
405
384
|
<summary>
|
|
406
|
-
|
|
385
|
+
ListDataLakeExceptions
|
|
407
386
|
</summary>
|
|
408
387
|
|
|
409
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/classes/
|
|
388
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/classes/listdatalakeexceptionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/listdatalakeexceptionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/listdatalakeexceptionscommandoutput.html)
|
|
410
389
|
|
|
411
390
|
</details>
|
|
412
391
|
<details>
|
|
413
392
|
<summary>
|
|
414
|
-
|
|
393
|
+
ListDataLakes
|
|
415
394
|
</summary>
|
|
416
395
|
|
|
417
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/classes/
|
|
396
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/classes/listdatalakescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/listdatalakescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/listdatalakescommandoutput.html)
|
|
418
397
|
|
|
419
398
|
</details>
|
|
420
399
|
<details>
|
|
@@ -435,26 +414,26 @@ ListSubscribers
|
|
|
435
414
|
</details>
|
|
436
415
|
<details>
|
|
437
416
|
<summary>
|
|
438
|
-
|
|
417
|
+
RegisterDataLakeDelegatedAdministrator
|
|
439
418
|
</summary>
|
|
440
419
|
|
|
441
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/classes/
|
|
420
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/classes/registerdatalakedelegatedadministratorcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/registerdatalakedelegatedadministratorcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/registerdatalakedelegatedadministratorcommandoutput.html)
|
|
442
421
|
|
|
443
422
|
</details>
|
|
444
423
|
<details>
|
|
445
424
|
<summary>
|
|
446
|
-
|
|
425
|
+
UpdateDataLake
|
|
447
426
|
</summary>
|
|
448
427
|
|
|
449
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/classes/
|
|
428
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/classes/updatedatalakecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/updatedatalakecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/updatedatalakecommandoutput.html)
|
|
450
429
|
|
|
451
430
|
</details>
|
|
452
431
|
<details>
|
|
453
432
|
<summary>
|
|
454
|
-
|
|
433
|
+
UpdateDataLakeExceptionSubscription
|
|
455
434
|
</summary>
|
|
456
435
|
|
|
457
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/classes/
|
|
436
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/classes/updatedatalakeexceptionsubscriptioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/updatedatalakeexceptionsubscriptioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/updatedatalakeexceptionsubscriptioncommandoutput.html)
|
|
458
437
|
|
|
459
438
|
</details>
|
|
460
439
|
<details>
|
|
@@ -467,9 +446,9 @@ UpdateSubscriber
|
|
|
467
446
|
</details>
|
|
468
447
|
<details>
|
|
469
448
|
<summary>
|
|
470
|
-
|
|
449
|
+
UpdateSubscriberNotification
|
|
471
450
|
</summary>
|
|
472
451
|
|
|
473
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/classes/
|
|
452
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/classes/updatesubscribernotificationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/updatesubscribernotificationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/updatesubscribernotificationcommandoutput.html)
|
|
474
453
|
|
|
475
454
|
</details>
|
package/dist-cjs/SecurityLake.js
CHANGED
|
@@ -4,66 +4,62 @@ exports.SecurityLake = void 0;
|
|
|
4
4
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
5
|
const CreateAwsLogSourceCommand_1 = require("./commands/CreateAwsLogSourceCommand");
|
|
6
6
|
const CreateCustomLogSourceCommand_1 = require("./commands/CreateCustomLogSourceCommand");
|
|
7
|
-
const
|
|
8
|
-
const
|
|
9
|
-
const
|
|
10
|
-
const CreateDatalakeExceptionsSubscriptionCommand_1 = require("./commands/CreateDatalakeExceptionsSubscriptionCommand");
|
|
7
|
+
const CreateDataLakeCommand_1 = require("./commands/CreateDataLakeCommand");
|
|
8
|
+
const CreateDataLakeExceptionSubscriptionCommand_1 = require("./commands/CreateDataLakeExceptionSubscriptionCommand");
|
|
9
|
+
const CreateDataLakeOrganizationConfigurationCommand_1 = require("./commands/CreateDataLakeOrganizationConfigurationCommand");
|
|
11
10
|
const CreateSubscriberCommand_1 = require("./commands/CreateSubscriberCommand");
|
|
12
|
-
const
|
|
11
|
+
const CreateSubscriberNotificationCommand_1 = require("./commands/CreateSubscriberNotificationCommand");
|
|
13
12
|
const DeleteAwsLogSourceCommand_1 = require("./commands/DeleteAwsLogSourceCommand");
|
|
14
13
|
const DeleteCustomLogSourceCommand_1 = require("./commands/DeleteCustomLogSourceCommand");
|
|
15
|
-
const
|
|
16
|
-
const
|
|
17
|
-
const
|
|
18
|
-
const DeleteDatalakeExceptionsSubscriptionCommand_1 = require("./commands/DeleteDatalakeExceptionsSubscriptionCommand");
|
|
14
|
+
const DeleteDataLakeCommand_1 = require("./commands/DeleteDataLakeCommand");
|
|
15
|
+
const DeleteDataLakeExceptionSubscriptionCommand_1 = require("./commands/DeleteDataLakeExceptionSubscriptionCommand");
|
|
16
|
+
const DeleteDataLakeOrganizationConfigurationCommand_1 = require("./commands/DeleteDataLakeOrganizationConfigurationCommand");
|
|
19
17
|
const DeleteSubscriberCommand_1 = require("./commands/DeleteSubscriberCommand");
|
|
20
|
-
const
|
|
21
|
-
const
|
|
22
|
-
const
|
|
23
|
-
const
|
|
24
|
-
const
|
|
25
|
-
const GetDatalakeStatusCommand_1 = require("./commands/GetDatalakeStatusCommand");
|
|
18
|
+
const DeleteSubscriberNotificationCommand_1 = require("./commands/DeleteSubscriberNotificationCommand");
|
|
19
|
+
const DeregisterDataLakeDelegatedAdministratorCommand_1 = require("./commands/DeregisterDataLakeDelegatedAdministratorCommand");
|
|
20
|
+
const GetDataLakeExceptionSubscriptionCommand_1 = require("./commands/GetDataLakeExceptionSubscriptionCommand");
|
|
21
|
+
const GetDataLakeOrganizationConfigurationCommand_1 = require("./commands/GetDataLakeOrganizationConfigurationCommand");
|
|
22
|
+
const GetDataLakeSourcesCommand_1 = require("./commands/GetDataLakeSourcesCommand");
|
|
26
23
|
const GetSubscriberCommand_1 = require("./commands/GetSubscriberCommand");
|
|
27
|
-
const
|
|
24
|
+
const ListDataLakeExceptionsCommand_1 = require("./commands/ListDataLakeExceptionsCommand");
|
|
25
|
+
const ListDataLakesCommand_1 = require("./commands/ListDataLakesCommand");
|
|
28
26
|
const ListLogSourcesCommand_1 = require("./commands/ListLogSourcesCommand");
|
|
29
27
|
const ListSubscribersCommand_1 = require("./commands/ListSubscribersCommand");
|
|
30
|
-
const
|
|
31
|
-
const
|
|
32
|
-
const
|
|
28
|
+
const RegisterDataLakeDelegatedAdministratorCommand_1 = require("./commands/RegisterDataLakeDelegatedAdministratorCommand");
|
|
29
|
+
const UpdateDataLakeCommand_1 = require("./commands/UpdateDataLakeCommand");
|
|
30
|
+
const UpdateDataLakeExceptionSubscriptionCommand_1 = require("./commands/UpdateDataLakeExceptionSubscriptionCommand");
|
|
33
31
|
const UpdateSubscriberCommand_1 = require("./commands/UpdateSubscriberCommand");
|
|
34
|
-
const
|
|
32
|
+
const UpdateSubscriberNotificationCommand_1 = require("./commands/UpdateSubscriberNotificationCommand");
|
|
35
33
|
const SecurityLakeClient_1 = require("./SecurityLakeClient");
|
|
36
34
|
const commands = {
|
|
37
35
|
CreateAwsLogSourceCommand: CreateAwsLogSourceCommand_1.CreateAwsLogSourceCommand,
|
|
38
36
|
CreateCustomLogSourceCommand: CreateCustomLogSourceCommand_1.CreateCustomLogSourceCommand,
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
CreateDatalakeExceptionsSubscriptionCommand: CreateDatalakeExceptionsSubscriptionCommand_1.CreateDatalakeExceptionsSubscriptionCommand,
|
|
37
|
+
CreateDataLakeCommand: CreateDataLakeCommand_1.CreateDataLakeCommand,
|
|
38
|
+
CreateDataLakeExceptionSubscriptionCommand: CreateDataLakeExceptionSubscriptionCommand_1.CreateDataLakeExceptionSubscriptionCommand,
|
|
39
|
+
CreateDataLakeOrganizationConfigurationCommand: CreateDataLakeOrganizationConfigurationCommand_1.CreateDataLakeOrganizationConfigurationCommand,
|
|
43
40
|
CreateSubscriberCommand: CreateSubscriberCommand_1.CreateSubscriberCommand,
|
|
44
|
-
|
|
41
|
+
CreateSubscriberNotificationCommand: CreateSubscriberNotificationCommand_1.CreateSubscriberNotificationCommand,
|
|
45
42
|
DeleteAwsLogSourceCommand: DeleteAwsLogSourceCommand_1.DeleteAwsLogSourceCommand,
|
|
46
43
|
DeleteCustomLogSourceCommand: DeleteCustomLogSourceCommand_1.DeleteCustomLogSourceCommand,
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
DeleteDatalakeExceptionsSubscriptionCommand: DeleteDatalakeExceptionsSubscriptionCommand_1.DeleteDatalakeExceptionsSubscriptionCommand,
|
|
44
|
+
DeleteDataLakeCommand: DeleteDataLakeCommand_1.DeleteDataLakeCommand,
|
|
45
|
+
DeleteDataLakeExceptionSubscriptionCommand: DeleteDataLakeExceptionSubscriptionCommand_1.DeleteDataLakeExceptionSubscriptionCommand,
|
|
46
|
+
DeleteDataLakeOrganizationConfigurationCommand: DeleteDataLakeOrganizationConfigurationCommand_1.DeleteDataLakeOrganizationConfigurationCommand,
|
|
51
47
|
DeleteSubscriberCommand: DeleteSubscriberCommand_1.DeleteSubscriberCommand,
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
GetDatalakeStatusCommand: GetDatalakeStatusCommand_1.GetDatalakeStatusCommand,
|
|
48
|
+
DeleteSubscriberNotificationCommand: DeleteSubscriberNotificationCommand_1.DeleteSubscriberNotificationCommand,
|
|
49
|
+
DeregisterDataLakeDelegatedAdministratorCommand: DeregisterDataLakeDelegatedAdministratorCommand_1.DeregisterDataLakeDelegatedAdministratorCommand,
|
|
50
|
+
GetDataLakeExceptionSubscriptionCommand: GetDataLakeExceptionSubscriptionCommand_1.GetDataLakeExceptionSubscriptionCommand,
|
|
51
|
+
GetDataLakeOrganizationConfigurationCommand: GetDataLakeOrganizationConfigurationCommand_1.GetDataLakeOrganizationConfigurationCommand,
|
|
52
|
+
GetDataLakeSourcesCommand: GetDataLakeSourcesCommand_1.GetDataLakeSourcesCommand,
|
|
58
53
|
GetSubscriberCommand: GetSubscriberCommand_1.GetSubscriberCommand,
|
|
59
|
-
|
|
54
|
+
ListDataLakeExceptionsCommand: ListDataLakeExceptionsCommand_1.ListDataLakeExceptionsCommand,
|
|
55
|
+
ListDataLakesCommand: ListDataLakesCommand_1.ListDataLakesCommand,
|
|
60
56
|
ListLogSourcesCommand: ListLogSourcesCommand_1.ListLogSourcesCommand,
|
|
61
57
|
ListSubscribersCommand: ListSubscribersCommand_1.ListSubscribersCommand,
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
58
|
+
RegisterDataLakeDelegatedAdministratorCommand: RegisterDataLakeDelegatedAdministratorCommand_1.RegisterDataLakeDelegatedAdministratorCommand,
|
|
59
|
+
UpdateDataLakeCommand: UpdateDataLakeCommand_1.UpdateDataLakeCommand,
|
|
60
|
+
UpdateDataLakeExceptionSubscriptionCommand: UpdateDataLakeExceptionSubscriptionCommand_1.UpdateDataLakeExceptionSubscriptionCommand,
|
|
65
61
|
UpdateSubscriberCommand: UpdateSubscriberCommand_1.UpdateSubscriberCommand,
|
|
66
|
-
|
|
62
|
+
UpdateSubscriberNotificationCommand: UpdateSubscriberNotificationCommand_1.UpdateSubscriberNotificationCommand,
|
|
67
63
|
};
|
|
68
64
|
class SecurityLake extends SecurityLakeClient_1.SecurityLakeClient {
|
|
69
65
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.CreateDataLakeCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
|
-
class
|
|
9
|
+
class CreateDataLakeCommand extends smithy_client_1.Command {
|
|
10
10
|
static getEndpointParameterInstructions() {
|
|
11
11
|
return {
|
|
12
12
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -21,11 +21,11 @@ class UpdateDatalakeCommand extends smithy_client_1.Command {
|
|
|
21
21
|
}
|
|
22
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
23
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
-
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration,
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateDataLakeCommand.getEndpointParameterInstructions()));
|
|
25
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
26
26
|
const { logger } = configuration;
|
|
27
27
|
const clientName = "SecurityLakeClient";
|
|
28
|
-
const commandName = "
|
|
28
|
+
const commandName = "CreateDataLakeCommand";
|
|
29
29
|
const handlerExecutionContext = {
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
@@ -37,10 +37,10 @@ class UpdateDatalakeCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_restJson1_1.
|
|
40
|
+
return (0, Aws_restJson1_1.se_CreateDataLakeCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_restJson1_1.
|
|
43
|
+
return (0, Aws_restJson1_1.de_CreateDataLakeCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
|
-
exports.
|
|
46
|
+
exports.CreateDataLakeCommand = CreateDataLakeCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateDataLakeExceptionSubscriptionCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
|
+
class CreateDataLakeExceptionSubscriptionCommand extends smithy_client_1.Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
+
Region: { type: "builtInParams", name: "region" },
|
|
15
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
constructor(input) {
|
|
19
|
+
super();
|
|
20
|
+
this.input = input;
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateDataLakeExceptionSubscriptionCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "SecurityLakeClient";
|
|
28
|
+
const commandName = "CreateDataLakeExceptionSubscriptionCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_restJson1_1.se_CreateDataLakeExceptionSubscriptionCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_restJson1_1.de_CreateDataLakeExceptionSubscriptionCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.CreateDataLakeExceptionSubscriptionCommand = CreateDataLakeExceptionSubscriptionCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateDataLakeOrganizationConfigurationCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
|
+
class CreateDataLakeOrganizationConfigurationCommand extends smithy_client_1.Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
+
Region: { type: "builtInParams", name: "region" },
|
|
15
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
constructor(input) {
|
|
19
|
+
super();
|
|
20
|
+
this.input = input;
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateDataLakeOrganizationConfigurationCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "SecurityLakeClient";
|
|
28
|
+
const commandName = "CreateDataLakeOrganizationConfigurationCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_restJson1_1.se_CreateDataLakeOrganizationConfigurationCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_restJson1_1.de_CreateDataLakeOrganizationConfigurationCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.CreateDataLakeOrganizationConfigurationCommand = CreateDataLakeOrganizationConfigurationCommand;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.CreateSubscriberNotificationCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
|
-
class
|
|
9
|
+
class CreateSubscriberNotificationCommand extends smithy_client_1.Command {
|
|
10
10
|
static getEndpointParameterInstructions() {
|
|
11
11
|
return {
|
|
12
12
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -21,11 +21,11 @@ class DeleteDatalakeDelegatedAdminCommand extends smithy_client_1.Command {
|
|
|
21
21
|
}
|
|
22
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
23
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
-
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration,
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateSubscriberNotificationCommand.getEndpointParameterInstructions()));
|
|
25
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
26
26
|
const { logger } = configuration;
|
|
27
27
|
const clientName = "SecurityLakeClient";
|
|
28
|
-
const commandName = "
|
|
28
|
+
const commandName = "CreateSubscriberNotificationCommand";
|
|
29
29
|
const handlerExecutionContext = {
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
@@ -37,10 +37,10 @@ class DeleteDatalakeDelegatedAdminCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_restJson1_1.
|
|
40
|
+
return (0, Aws_restJson1_1.se_CreateSubscriberNotificationCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_restJson1_1.
|
|
43
|
+
return (0, Aws_restJson1_1.de_CreateSubscriberNotificationCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
|
-
exports.
|
|
46
|
+
exports.CreateSubscriberNotificationCommand = CreateSubscriberNotificationCommand;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.DeleteDataLakeCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
|
-
class
|
|
9
|
+
class DeleteDataLakeCommand extends smithy_client_1.Command {
|
|
10
10
|
static getEndpointParameterInstructions() {
|
|
11
11
|
return {
|
|
12
12
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -21,11 +21,11 @@ class CreateDatalakeCommand extends smithy_client_1.Command {
|
|
|
21
21
|
}
|
|
22
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
23
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
-
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration,
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteDataLakeCommand.getEndpointParameterInstructions()));
|
|
25
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
26
26
|
const { logger } = configuration;
|
|
27
27
|
const clientName = "SecurityLakeClient";
|
|
28
|
-
const commandName = "
|
|
28
|
+
const commandName = "DeleteDataLakeCommand";
|
|
29
29
|
const handlerExecutionContext = {
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
@@ -37,10 +37,10 @@ class CreateDatalakeCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_restJson1_1.
|
|
40
|
+
return (0, Aws_restJson1_1.se_DeleteDataLakeCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_restJson1_1.
|
|
43
|
+
return (0, Aws_restJson1_1.de_DeleteDataLakeCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
|
-
exports.
|
|
46
|
+
exports.DeleteDataLakeCommand = DeleteDataLakeCommand;
|