@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.
Files changed (159) hide show
  1. package/README.md +39 -60
  2. package/dist-cjs/SecurityLake.js +36 -40
  3. package/dist-cjs/commands/{UpdateDatalakeCommand.js → CreateDataLakeCommand.js} +7 -7
  4. package/dist-cjs/commands/CreateDataLakeExceptionSubscriptionCommand.js +46 -0
  5. package/dist-cjs/commands/CreateDataLakeOrganizationConfigurationCommand.js +46 -0
  6. package/dist-cjs/commands/{DeleteDatalakeDelegatedAdminCommand.js → CreateSubscriberNotificationCommand.js} +7 -7
  7. package/dist-cjs/commands/{CreateDatalakeCommand.js → DeleteDataLakeCommand.js} +7 -7
  8. package/dist-cjs/commands/DeleteDataLakeExceptionSubscriptionCommand.js +46 -0
  9. package/dist-cjs/commands/DeleteDataLakeOrganizationConfigurationCommand.js +46 -0
  10. package/dist-cjs/commands/{CreateDatalakeDelegatedAdminCommand.js → DeleteSubscriberNotificationCommand.js} +7 -7
  11. package/dist-cjs/commands/DeregisterDataLakeDelegatedAdministratorCommand.js +46 -0
  12. package/dist-cjs/commands/{CreateDatalakeAutoEnableCommand.js → GetDataLakeExceptionSubscriptionCommand.js} +7 -7
  13. package/dist-cjs/commands/{DeleteDatalakeExceptionsSubscriptionCommand.js → GetDataLakeOrganizationConfigurationCommand.js} +7 -7
  14. package/dist-cjs/commands/{GetDatalakeStatusCommand.js → GetDataLakeSourcesCommand.js} +7 -7
  15. package/dist-cjs/commands/{ListDatalakeExceptionsCommand.js → ListDataLakeExceptionsCommand.js} +7 -7
  16. package/dist-cjs/commands/{GetDatalakeCommand.js → ListDataLakesCommand.js} +7 -7
  17. package/dist-cjs/commands/{CreateDatalakeExceptionsSubscriptionCommand.js → RegisterDataLakeDelegatedAdministratorCommand.js} +7 -7
  18. package/dist-cjs/commands/{DeleteDatalakeCommand.js → UpdateDataLakeCommand.js} +7 -7
  19. package/dist-cjs/commands/UpdateDataLakeExceptionSubscriptionCommand.js +46 -0
  20. package/dist-cjs/commands/{DeleteDatalakeAutoEnableCommand.js → UpdateSubscriberNotificationCommand.js} +7 -7
  21. package/dist-cjs/commands/index.js +18 -20
  22. package/dist-cjs/models/models_0.js +43 -235
  23. package/dist-cjs/pagination/{GetDatalakeStatusPaginator.js → GetDataLakeSourcesPaginator.js} +6 -6
  24. package/dist-cjs/pagination/{ListDatalakeExceptionsPaginator.js → ListDataLakeExceptionsPaginator.js} +6 -6
  25. package/dist-cjs/pagination/index.js +2 -2
  26. package/dist-cjs/protocols/Aws_restJson1.js +531 -769
  27. package/dist-es/SecurityLake.js +36 -40
  28. package/dist-es/commands/{UpdateDatalakeCommand.js → CreateDataLakeCommand.js} +6 -6
  29. package/dist-es/commands/{UpdateDatalakeExceptionsSubscriptionCommand.js → CreateDataLakeExceptionSubscriptionCommand.js} +6 -6
  30. package/dist-es/commands/CreateDataLakeOrganizationConfigurationCommand.js +42 -0
  31. package/dist-es/commands/{DeleteDatalakeDelegatedAdminCommand.js → CreateSubscriberNotificationCommand.js} +6 -6
  32. package/dist-es/commands/{CreateDatalakeCommand.js → DeleteDataLakeCommand.js} +6 -6
  33. package/dist-es/commands/{CreateDatalakeExceptionsSubscriptionCommand.js → DeleteDataLakeExceptionSubscriptionCommand.js} +6 -6
  34. package/dist-es/commands/DeleteDataLakeOrganizationConfigurationCommand.js +42 -0
  35. package/dist-es/commands/{CreateDatalakeDelegatedAdminCommand.js → DeleteSubscriberNotificationCommand.js} +6 -6
  36. package/dist-es/commands/DeregisterDataLakeDelegatedAdministratorCommand.js +42 -0
  37. package/dist-es/commands/{GetDatalakeExceptionsSubscriptionCommand.js → GetDataLakeExceptionSubscriptionCommand.js} +6 -6
  38. package/dist-es/commands/{DeleteDatalakeExceptionsSubscriptionCommand.js → GetDataLakeOrganizationConfigurationCommand.js} +6 -6
  39. package/dist-es/commands/{GetDatalakeStatusCommand.js → GetDataLakeSourcesCommand.js} +6 -6
  40. package/dist-es/commands/{ListDatalakeExceptionsCommand.js → ListDataLakeExceptionsCommand.js} +6 -6
  41. package/dist-es/commands/{GetDatalakeCommand.js → ListDataLakesCommand.js} +6 -6
  42. package/dist-es/commands/RegisterDataLakeDelegatedAdministratorCommand.js +42 -0
  43. package/dist-es/commands/{DeleteDatalakeCommand.js → UpdateDataLakeCommand.js} +6 -6
  44. package/dist-es/commands/{CreateDatalakeAutoEnableCommand.js → UpdateDataLakeExceptionSubscriptionCommand.js} +6 -6
  45. package/dist-es/commands/{GetDatalakeExceptionsExpiryCommand.js → UpdateSubscriberNotificationCommand.js} +6 -6
  46. package/dist-es/commands/index.js +18 -20
  47. package/dist-es/models/models_0.js +41 -224
  48. package/dist-es/pagination/{GetDatalakeStatusPaginator.js → GetDataLakeSourcesPaginator.js} +4 -4
  49. package/dist-es/pagination/{ListDatalakeExceptionsPaginator.js → ListDataLakeExceptionsPaginator.js} +4 -4
  50. package/dist-es/pagination/index.js +2 -2
  51. package/dist-es/protocols/Aws_restJson1.js +491 -725
  52. package/dist-types/SecurityLake.d.ts +96 -115
  53. package/dist-types/SecurityLakeClient.d.ts +24 -31
  54. package/dist-types/commands/CreateAwsLogSourceCommand.d.ts +22 -41
  55. package/dist-types/commands/CreateCustomLogSourceCommand.d.ts +39 -23
  56. package/dist-types/commands/CreateDataLakeCommand.d.ts +172 -0
  57. package/dist-types/commands/CreateDataLakeExceptionSubscriptionCommand.d.ts +99 -0
  58. package/dist-types/commands/CreateDataLakeOrganizationConfigurationCommand.d.ts +108 -0
  59. package/dist-types/commands/CreateSubscriberCommand.d.ts +78 -32
  60. package/dist-types/commands/CreateSubscriberNotificationCommand.d.ts +110 -0
  61. package/dist-types/commands/DeleteAwsLogSourceCommand.d.ts +29 -39
  62. package/dist-types/commands/DeleteCustomLogSourceCommand.d.ts +15 -18
  63. package/dist-types/commands/{DeleteDatalakeCommand.d.ts → DeleteDataLakeCommand.d.ts} +33 -33
  64. package/dist-types/commands/DeleteDataLakeExceptionSubscriptionCommand.d.ts +95 -0
  65. package/dist-types/commands/DeleteDataLakeOrganizationConfigurationCommand.d.ts +110 -0
  66. package/dist-types/commands/DeleteSubscriberCommand.d.ts +15 -21
  67. package/dist-types/commands/DeleteSubscriberNotificationCommand.d.ts +97 -0
  68. package/dist-types/commands/DeregisterDataLakeDelegatedAdministratorCommand.d.ts +96 -0
  69. package/dist-types/commands/GetDataLakeExceptionSubscriptionCommand.d.ts +98 -0
  70. package/dist-types/commands/GetDataLakeOrganizationConfigurationCommand.d.ts +108 -0
  71. package/dist-types/commands/GetDataLakeSourcesCommand.d.ts +119 -0
  72. package/dist-types/commands/GetSubscriberCommand.d.ts +47 -28
  73. package/dist-types/commands/{ListDatalakeExceptionsCommand.d.ts → ListDataLakeExceptionsCommand.d.ts} +39 -36
  74. package/dist-types/commands/ListDataLakesCommand.d.ts +136 -0
  75. package/dist-types/commands/ListLogSourcesCommand.d.ts +60 -29
  76. package/dist-types/commands/ListSubscribersCommand.d.ts +46 -30
  77. package/dist-types/commands/RegisterDataLakeDelegatedAdministratorCommand.d.ts +98 -0
  78. package/dist-types/commands/UpdateDataLakeCommand.d.ts +158 -0
  79. package/dist-types/commands/UpdateDataLakeExceptionSubscriptionCommand.d.ts +99 -0
  80. package/dist-types/commands/UpdateSubscriberCommand.d.ts +73 -42
  81. package/dist-types/commands/UpdateSubscriberNotificationCommand.d.ts +109 -0
  82. package/dist-types/commands/index.d.ts +18 -20
  83. package/dist-types/index.d.ts +4 -9
  84. package/dist-types/models/models_0.d.ts +985 -906
  85. package/dist-types/pagination/GetDataLakeSourcesPaginator.d.ts +7 -0
  86. package/dist-types/pagination/ListDataLakeExceptionsPaginator.d.ts +7 -0
  87. package/dist-types/pagination/index.d.ts +2 -2
  88. package/dist-types/protocols/Aws_restJson1.d.ts +94 -112
  89. package/dist-types/ts3.4/SecurityLake.d.ts +243 -271
  90. package/dist-types/ts3.4/SecurityLakeClient.d.ts +91 -103
  91. package/dist-types/ts3.4/commands/{CreateDatalakeCommand.d.ts → CreateDataLakeCommand.d.ts} +11 -11
  92. package/dist-types/ts3.4/commands/{GetDatalakeExceptionsSubscriptionCommand.d.ts → CreateDataLakeExceptionSubscriptionCommand.d.ts} +13 -13
  93. package/dist-types/ts3.4/commands/{CreateDatalakeExceptionsSubscriptionCommand.d.ts → CreateDataLakeOrganizationConfigurationCommand.d.ts} +13 -13
  94. package/dist-types/ts3.4/commands/{DeleteDatalakeDelegatedAdminCommand.d.ts → CreateSubscriberNotificationCommand.d.ts} +13 -13
  95. package/dist-types/ts3.4/commands/{DeleteDatalakeCommand.d.ts → DeleteDataLakeCommand.d.ts} +11 -11
  96. package/dist-types/ts3.4/commands/DeleteDataLakeExceptionSubscriptionCommand.d.ts +42 -0
  97. package/dist-types/ts3.4/commands/DeleteDataLakeOrganizationConfigurationCommand.d.ts +42 -0
  98. package/dist-types/ts3.4/commands/{CreateDatalakeDelegatedAdminCommand.d.ts → DeleteSubscriberNotificationCommand.d.ts} +13 -13
  99. package/dist-types/ts3.4/commands/DeregisterDataLakeDelegatedAdministratorCommand.d.ts +42 -0
  100. package/dist-types/ts3.4/commands/{DeleteDatalakeAutoEnableCommand.d.ts → GetDataLakeExceptionSubscriptionCommand.d.ts} +13 -13
  101. package/dist-types/ts3.4/commands/{DeleteDatalakeExceptionsSubscriptionCommand.d.ts → GetDataLakeOrganizationConfigurationCommand.d.ts} +13 -13
  102. package/dist-types/ts3.4/commands/GetDataLakeSourcesCommand.d.ts +39 -0
  103. package/dist-types/ts3.4/commands/{ListDatalakeExceptionsCommand.d.ts → ListDataLakeExceptionsCommand.d.ts} +13 -13
  104. package/dist-types/ts3.4/commands/{GetDatalakeStatusCommand.d.ts → ListDataLakesCommand.d.ts} +11 -12
  105. package/dist-types/ts3.4/commands/RegisterDataLakeDelegatedAdministratorCommand.d.ts +42 -0
  106. package/dist-types/ts3.4/commands/{UpdateDatalakeCommand.d.ts → UpdateDataLakeCommand.d.ts} +11 -11
  107. package/dist-types/ts3.4/commands/UpdateDataLakeExceptionSubscriptionCommand.d.ts +42 -0
  108. package/dist-types/ts3.4/commands/{CreateDatalakeAutoEnableCommand.d.ts → UpdateSubscriberNotificationCommand.d.ts} +13 -13
  109. package/dist-types/ts3.4/commands/index.d.ts +18 -20
  110. package/dist-types/ts3.4/models/models_0.d.ts +315 -431
  111. package/dist-types/ts3.4/pagination/GetDataLakeSourcesPaginator.d.ts +11 -0
  112. package/dist-types/ts3.4/pagination/ListDataLakeExceptionsPaginator.d.ts +11 -0
  113. package/dist-types/ts3.4/pagination/index.d.ts +2 -2
  114. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +131 -155
  115. package/package.json +28 -28
  116. package/dist-cjs/commands/CreateSubscriptionNotificationConfigurationCommand.js +0 -46
  117. package/dist-cjs/commands/DeleteSubscriptionNotificationConfigurationCommand.js +0 -46
  118. package/dist-cjs/commands/GetDatalakeAutoEnableCommand.js +0 -46
  119. package/dist-cjs/commands/GetDatalakeExceptionsExpiryCommand.js +0 -46
  120. package/dist-cjs/commands/GetDatalakeExceptionsSubscriptionCommand.js +0 -46
  121. package/dist-cjs/commands/UpdateDatalakeExceptionsExpiryCommand.js +0 -46
  122. package/dist-cjs/commands/UpdateDatalakeExceptionsSubscriptionCommand.js +0 -46
  123. package/dist-cjs/commands/UpdateSubscriptionNotificationConfigurationCommand.js +0 -46
  124. package/dist-es/commands/CreateSubscriptionNotificationConfigurationCommand.js +0 -42
  125. package/dist-es/commands/DeleteDatalakeAutoEnableCommand.js +0 -42
  126. package/dist-es/commands/DeleteSubscriptionNotificationConfigurationCommand.js +0 -42
  127. package/dist-es/commands/GetDatalakeAutoEnableCommand.js +0 -42
  128. package/dist-es/commands/UpdateDatalakeExceptionsExpiryCommand.js +0 -42
  129. package/dist-es/commands/UpdateSubscriptionNotificationConfigurationCommand.js +0 -42
  130. package/dist-types/commands/CreateDatalakeAutoEnableCommand.d.ts +0 -98
  131. package/dist-types/commands/CreateDatalakeCommand.d.ts +0 -137
  132. package/dist-types/commands/CreateDatalakeDelegatedAdminCommand.d.ts +0 -89
  133. package/dist-types/commands/CreateDatalakeExceptionsSubscriptionCommand.d.ts +0 -91
  134. package/dist-types/commands/CreateSubscriptionNotificationConfigurationCommand.d.ts +0 -109
  135. package/dist-types/commands/DeleteDatalakeAutoEnableCommand.d.ts +0 -101
  136. package/dist-types/commands/DeleteDatalakeDelegatedAdminCommand.d.ts +0 -89
  137. package/dist-types/commands/DeleteDatalakeExceptionsSubscriptionCommand.d.ts +0 -90
  138. package/dist-types/commands/DeleteSubscriptionNotificationConfigurationCommand.d.ts +0 -100
  139. package/dist-types/commands/GetDatalakeAutoEnableCommand.d.ts +0 -98
  140. package/dist-types/commands/GetDatalakeCommand.d.ts +0 -120
  141. package/dist-types/commands/GetDatalakeExceptionsExpiryCommand.d.ts +0 -91
  142. package/dist-types/commands/GetDatalakeExceptionsSubscriptionCommand.d.ts +0 -92
  143. package/dist-types/commands/GetDatalakeStatusCommand.d.ts +0 -109
  144. package/dist-types/commands/UpdateDatalakeCommand.d.ts +0 -108
  145. package/dist-types/commands/UpdateDatalakeExceptionsExpiryCommand.d.ts +0 -91
  146. package/dist-types/commands/UpdateDatalakeExceptionsSubscriptionCommand.d.ts +0 -91
  147. package/dist-types/commands/UpdateSubscriptionNotificationConfigurationCommand.d.ts +0 -108
  148. package/dist-types/pagination/GetDatalakeStatusPaginator.d.ts +0 -7
  149. package/dist-types/pagination/ListDatalakeExceptionsPaginator.d.ts +0 -7
  150. package/dist-types/ts3.4/commands/CreateSubscriptionNotificationConfigurationCommand.d.ts +0 -42
  151. package/dist-types/ts3.4/commands/DeleteSubscriptionNotificationConfigurationCommand.d.ts +0 -42
  152. package/dist-types/ts3.4/commands/GetDatalakeAutoEnableCommand.d.ts +0 -42
  153. package/dist-types/ts3.4/commands/GetDatalakeCommand.d.ts +0 -35
  154. package/dist-types/ts3.4/commands/GetDatalakeExceptionsExpiryCommand.d.ts +0 -42
  155. package/dist-types/ts3.4/commands/UpdateDatalakeExceptionsExpiryCommand.d.ts +0 -42
  156. package/dist-types/ts3.4/commands/UpdateDatalakeExceptionsSubscriptionCommand.d.ts +0 -42
  157. package/dist-types/ts3.4/commands/UpdateSubscriptionNotificationConfigurationCommand.d.ts +0 -42
  158. package/dist-types/ts3.4/pagination/GetDatalakeStatusPaginator.d.ts +0 -11
  159. 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 Servicesaccount. Amazon Web Services Organizations
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. </p>
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 in Security Lake CloudTrail captures API calls for Security Lake as events. The calls captured include calls
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
- CreateDatalake
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
- CreateDatalakeAutoEnable
257
+ CreateDataLakeExceptionSubscription
263
258
  </summary>
264
259
 
265
- [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/classes/createdatalakeautoenablecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/createdatalakeautoenablecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/createdatalakeautoenablecommandoutput.html)
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
- CreateDatalakeDelegatedAdmin
265
+ CreateDataLakeOrganizationConfiguration
271
266
  </summary>
272
267
 
273
- [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/classes/createdatalakedelegatedadmincommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/createdatalakedelegatedadmincommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/createdatalakedelegatedadmincommandoutput.html)
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
- CreateSubscriptionNotificationConfiguration
281
+ CreateSubscriberNotification
295
282
  </summary>
296
283
 
297
- [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/classes/createsubscriptionnotificationconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/createsubscriptionnotificationconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/createsubscriptionnotificationconfigurationcommandoutput.html)
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
- DeleteDatalake
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
- DeleteDatalakeAutoEnable
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/deletedatalakedelegatedadmincommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/deletedatalakedelegatedadmincommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/deletedatalakedelegatedadmincommandoutput.html)
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
- DeleteDatalakeExceptionsSubscription
321
+ DeleteDataLakeOrganizationConfiguration
343
322
  </summary>
344
323
 
345
- [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/classes/deletedatalakeexceptionssubscriptioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/deletedatalakeexceptionssubscriptioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/deletedatalakeexceptionssubscriptioncommandoutput.html)
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
- DeleteSubscriptionNotificationConfiguration
337
+ DeleteSubscriberNotification
359
338
  </summary>
360
339
 
361
- [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/classes/deletesubscriptionnotificationconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/deletesubscriptionnotificationconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/deletesubscriptionnotificationconfigurationcommandoutput.html)
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
- GetDatalake
345
+ DeregisterDataLakeDelegatedAdministrator
367
346
  </summary>
368
347
 
369
- [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/classes/getdatalakecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/getdatalakecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/getdatalakecommandoutput.html)
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
- GetDatalakeAutoEnable
353
+ GetDataLakeExceptionSubscription
375
354
  </summary>
376
355
 
377
- [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/classes/getdatalakeautoenablecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/getdatalakeautoenablecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/getdatalakeautoenablecommandoutput.html)
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
- GetDatalakeExceptionsExpiry
361
+ GetDataLakeOrganizationConfiguration
383
362
  </summary>
384
363
 
385
- [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/classes/getdatalakeexceptionsexpirycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/getdatalakeexceptionsexpirycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/getdatalakeexceptionsexpirycommandoutput.html)
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
- GetDatalakeExceptionsSubscription
369
+ GetDataLakeSources
391
370
  </summary>
392
371
 
393
- [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/classes/getdatalakeexceptionssubscriptioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/getdatalakeexceptionssubscriptioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/getdatalakeexceptionssubscriptioncommandoutput.html)
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
- GetDatalakeStatus
377
+ GetSubscriber
399
378
  </summary>
400
379
 
401
- [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/classes/getdatalakestatuscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/getdatalakestatuscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/getdatalakestatuscommandoutput.html)
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
- GetSubscriber
385
+ ListDataLakeExceptions
407
386
  </summary>
408
387
 
409
- [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)
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
- ListDatalakeExceptions
393
+ ListDataLakes
415
394
  </summary>
416
395
 
417
- [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)
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
- UpdateDatalake
417
+ RegisterDataLakeDelegatedAdministrator
439
418
  </summary>
440
419
 
441
- [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)
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
- UpdateDatalakeExceptionsExpiry
425
+ UpdateDataLake
447
426
  </summary>
448
427
 
449
- [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/classes/updatedatalakeexceptionsexpirycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/updatedatalakeexceptionsexpirycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/updatedatalakeexceptionsexpirycommandoutput.html)
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
- UpdateDatalakeExceptionsSubscription
433
+ UpdateDataLakeExceptionSubscription
455
434
  </summary>
456
435
 
457
- [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/classes/updatedatalakeexceptionssubscriptioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/updatedatalakeexceptionssubscriptioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/updatedatalakeexceptionssubscriptioncommandoutput.html)
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
- UpdateSubscriptionNotificationConfiguration
449
+ UpdateSubscriberNotification
471
450
  </summary>
472
451
 
473
- [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/classes/updatesubscriptionnotificationconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/updatesubscriptionnotificationconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-securitylake/interfaces/updatesubscriptionnotificationconfigurationcommandoutput.html)
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>
@@ -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 CreateDatalakeAutoEnableCommand_1 = require("./commands/CreateDatalakeAutoEnableCommand");
8
- const CreateDatalakeCommand_1 = require("./commands/CreateDatalakeCommand");
9
- const CreateDatalakeDelegatedAdminCommand_1 = require("./commands/CreateDatalakeDelegatedAdminCommand");
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 CreateSubscriptionNotificationConfigurationCommand_1 = require("./commands/CreateSubscriptionNotificationConfigurationCommand");
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 DeleteDatalakeAutoEnableCommand_1 = require("./commands/DeleteDatalakeAutoEnableCommand");
16
- const DeleteDatalakeCommand_1 = require("./commands/DeleteDatalakeCommand");
17
- const DeleteDatalakeDelegatedAdminCommand_1 = require("./commands/DeleteDatalakeDelegatedAdminCommand");
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 DeleteSubscriptionNotificationConfigurationCommand_1 = require("./commands/DeleteSubscriptionNotificationConfigurationCommand");
21
- const GetDatalakeAutoEnableCommand_1 = require("./commands/GetDatalakeAutoEnableCommand");
22
- const GetDatalakeCommand_1 = require("./commands/GetDatalakeCommand");
23
- const GetDatalakeExceptionsExpiryCommand_1 = require("./commands/GetDatalakeExceptionsExpiryCommand");
24
- const GetDatalakeExceptionsSubscriptionCommand_1 = require("./commands/GetDatalakeExceptionsSubscriptionCommand");
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 ListDatalakeExceptionsCommand_1 = require("./commands/ListDatalakeExceptionsCommand");
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 UpdateDatalakeCommand_1 = require("./commands/UpdateDatalakeCommand");
31
- const UpdateDatalakeExceptionsExpiryCommand_1 = require("./commands/UpdateDatalakeExceptionsExpiryCommand");
32
- const UpdateDatalakeExceptionsSubscriptionCommand_1 = require("./commands/UpdateDatalakeExceptionsSubscriptionCommand");
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 UpdateSubscriptionNotificationConfigurationCommand_1 = require("./commands/UpdateSubscriptionNotificationConfigurationCommand");
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
- CreateDatalakeCommand: CreateDatalakeCommand_1.CreateDatalakeCommand,
40
- CreateDatalakeAutoEnableCommand: CreateDatalakeAutoEnableCommand_1.CreateDatalakeAutoEnableCommand,
41
- CreateDatalakeDelegatedAdminCommand: CreateDatalakeDelegatedAdminCommand_1.CreateDatalakeDelegatedAdminCommand,
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
- CreateSubscriptionNotificationConfigurationCommand: CreateSubscriptionNotificationConfigurationCommand_1.CreateSubscriptionNotificationConfigurationCommand,
41
+ CreateSubscriberNotificationCommand: CreateSubscriberNotificationCommand_1.CreateSubscriberNotificationCommand,
45
42
  DeleteAwsLogSourceCommand: DeleteAwsLogSourceCommand_1.DeleteAwsLogSourceCommand,
46
43
  DeleteCustomLogSourceCommand: DeleteCustomLogSourceCommand_1.DeleteCustomLogSourceCommand,
47
- DeleteDatalakeCommand: DeleteDatalakeCommand_1.DeleteDatalakeCommand,
48
- DeleteDatalakeAutoEnableCommand: DeleteDatalakeAutoEnableCommand_1.DeleteDatalakeAutoEnableCommand,
49
- DeleteDatalakeDelegatedAdminCommand: DeleteDatalakeDelegatedAdminCommand_1.DeleteDatalakeDelegatedAdminCommand,
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
- DeleteSubscriptionNotificationConfigurationCommand: DeleteSubscriptionNotificationConfigurationCommand_1.DeleteSubscriptionNotificationConfigurationCommand,
53
- GetDatalakeCommand: GetDatalakeCommand_1.GetDatalakeCommand,
54
- GetDatalakeAutoEnableCommand: GetDatalakeAutoEnableCommand_1.GetDatalakeAutoEnableCommand,
55
- GetDatalakeExceptionsExpiryCommand: GetDatalakeExceptionsExpiryCommand_1.GetDatalakeExceptionsExpiryCommand,
56
- GetDatalakeExceptionsSubscriptionCommand: GetDatalakeExceptionsSubscriptionCommand_1.GetDatalakeExceptionsSubscriptionCommand,
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
- ListDatalakeExceptionsCommand: ListDatalakeExceptionsCommand_1.ListDatalakeExceptionsCommand,
54
+ ListDataLakeExceptionsCommand: ListDataLakeExceptionsCommand_1.ListDataLakeExceptionsCommand,
55
+ ListDataLakesCommand: ListDataLakesCommand_1.ListDataLakesCommand,
60
56
  ListLogSourcesCommand: ListLogSourcesCommand_1.ListLogSourcesCommand,
61
57
  ListSubscribersCommand: ListSubscribersCommand_1.ListSubscribersCommand,
62
- UpdateDatalakeCommand: UpdateDatalakeCommand_1.UpdateDatalakeCommand,
63
- UpdateDatalakeExceptionsExpiryCommand: UpdateDatalakeExceptionsExpiryCommand_1.UpdateDatalakeExceptionsExpiryCommand,
64
- UpdateDatalakeExceptionsSubscriptionCommand: UpdateDatalakeExceptionsSubscriptionCommand_1.UpdateDatalakeExceptionsSubscriptionCommand,
58
+ RegisterDataLakeDelegatedAdministratorCommand: RegisterDataLakeDelegatedAdministratorCommand_1.RegisterDataLakeDelegatedAdministratorCommand,
59
+ UpdateDataLakeCommand: UpdateDataLakeCommand_1.UpdateDataLakeCommand,
60
+ UpdateDataLakeExceptionSubscriptionCommand: UpdateDataLakeExceptionSubscriptionCommand_1.UpdateDataLakeExceptionSubscriptionCommand,
65
61
  UpdateSubscriberCommand: UpdateSubscriberCommand_1.UpdateSubscriberCommand,
66
- UpdateSubscriptionNotificationConfigurationCommand: UpdateSubscriptionNotificationConfigurationCommand_1.UpdateSubscriptionNotificationConfigurationCommand,
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.UpdateDatalakeCommand = exports.$Command = void 0;
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 UpdateDatalakeCommand extends smithy_client_1.Command {
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, UpdateDatalakeCommand.getEndpointParameterInstructions()));
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 = "UpdateDatalakeCommand";
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.se_UpdateDatalakeCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_CreateDataLakeCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.de_UpdateDatalakeCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_CreateDataLakeCommand)(output, context);
44
44
  }
45
45
  }
46
- exports.UpdateDatalakeCommand = UpdateDatalakeCommand;
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.DeleteDatalakeDelegatedAdminCommand = exports.$Command = void 0;
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 DeleteDatalakeDelegatedAdminCommand extends smithy_client_1.Command {
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, DeleteDatalakeDelegatedAdminCommand.getEndpointParameterInstructions()));
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 = "DeleteDatalakeDelegatedAdminCommand";
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.se_DeleteDatalakeDelegatedAdminCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_CreateSubscriberNotificationCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.de_DeleteDatalakeDelegatedAdminCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_CreateSubscriberNotificationCommand)(output, context);
44
44
  }
45
45
  }
46
- exports.DeleteDatalakeDelegatedAdminCommand = DeleteDatalakeDelegatedAdminCommand;
46
+ exports.CreateSubscriberNotificationCommand = CreateSubscriberNotificationCommand;
@@ -1,12 +1,12 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateDatalakeCommand = exports.$Command = void 0;
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 CreateDatalakeCommand extends smithy_client_1.Command {
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, CreateDatalakeCommand.getEndpointParameterInstructions()));
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 = "CreateDatalakeCommand";
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.se_CreateDatalakeCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_DeleteDataLakeCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.de_CreateDatalakeCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_DeleteDataLakeCommand)(output, context);
44
44
  }
45
45
  }
46
- exports.CreateDatalakeCommand = CreateDatalakeCommand;
46
+ exports.DeleteDataLakeCommand = DeleteDataLakeCommand;