@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
@@ -1,34 +1,32 @@
1
1
  import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
2
  import { CreateAwsLogSourceCommandInput, CreateAwsLogSourceCommandOutput } from "./commands/CreateAwsLogSourceCommand";
3
3
  import { CreateCustomLogSourceCommandInput, CreateCustomLogSourceCommandOutput } from "./commands/CreateCustomLogSourceCommand";
4
- import { CreateDatalakeAutoEnableCommandInput, CreateDatalakeAutoEnableCommandOutput } from "./commands/CreateDatalakeAutoEnableCommand";
5
- import { CreateDatalakeCommandInput, CreateDatalakeCommandOutput } from "./commands/CreateDatalakeCommand";
6
- import { CreateDatalakeDelegatedAdminCommandInput, CreateDatalakeDelegatedAdminCommandOutput } from "./commands/CreateDatalakeDelegatedAdminCommand";
7
- import { CreateDatalakeExceptionsSubscriptionCommandInput, CreateDatalakeExceptionsSubscriptionCommandOutput } from "./commands/CreateDatalakeExceptionsSubscriptionCommand";
4
+ import { CreateDataLakeCommandInput, CreateDataLakeCommandOutput } from "./commands/CreateDataLakeCommand";
5
+ import { CreateDataLakeExceptionSubscriptionCommandInput, CreateDataLakeExceptionSubscriptionCommandOutput } from "./commands/CreateDataLakeExceptionSubscriptionCommand";
6
+ import { CreateDataLakeOrganizationConfigurationCommandInput, CreateDataLakeOrganizationConfigurationCommandOutput } from "./commands/CreateDataLakeOrganizationConfigurationCommand";
8
7
  import { CreateSubscriberCommandInput, CreateSubscriberCommandOutput } from "./commands/CreateSubscriberCommand";
9
- import { CreateSubscriptionNotificationConfigurationCommandInput, CreateSubscriptionNotificationConfigurationCommandOutput } from "./commands/CreateSubscriptionNotificationConfigurationCommand";
8
+ import { CreateSubscriberNotificationCommandInput, CreateSubscriberNotificationCommandOutput } from "./commands/CreateSubscriberNotificationCommand";
10
9
  import { DeleteAwsLogSourceCommandInput, DeleteAwsLogSourceCommandOutput } from "./commands/DeleteAwsLogSourceCommand";
11
10
  import { DeleteCustomLogSourceCommandInput, DeleteCustomLogSourceCommandOutput } from "./commands/DeleteCustomLogSourceCommand";
12
- import { DeleteDatalakeAutoEnableCommandInput, DeleteDatalakeAutoEnableCommandOutput } from "./commands/DeleteDatalakeAutoEnableCommand";
13
- import { DeleteDatalakeCommandInput, DeleteDatalakeCommandOutput } from "./commands/DeleteDatalakeCommand";
14
- import { DeleteDatalakeDelegatedAdminCommandInput, DeleteDatalakeDelegatedAdminCommandOutput } from "./commands/DeleteDatalakeDelegatedAdminCommand";
15
- import { DeleteDatalakeExceptionsSubscriptionCommandInput, DeleteDatalakeExceptionsSubscriptionCommandOutput } from "./commands/DeleteDatalakeExceptionsSubscriptionCommand";
11
+ import { DeleteDataLakeCommandInput, DeleteDataLakeCommandOutput } from "./commands/DeleteDataLakeCommand";
12
+ import { DeleteDataLakeExceptionSubscriptionCommandInput, DeleteDataLakeExceptionSubscriptionCommandOutput } from "./commands/DeleteDataLakeExceptionSubscriptionCommand";
13
+ import { DeleteDataLakeOrganizationConfigurationCommandInput, DeleteDataLakeOrganizationConfigurationCommandOutput } from "./commands/DeleteDataLakeOrganizationConfigurationCommand";
16
14
  import { DeleteSubscriberCommandInput, DeleteSubscriberCommandOutput } from "./commands/DeleteSubscriberCommand";
17
- import { DeleteSubscriptionNotificationConfigurationCommandInput, DeleteSubscriptionNotificationConfigurationCommandOutput } from "./commands/DeleteSubscriptionNotificationConfigurationCommand";
18
- import { GetDatalakeAutoEnableCommandInput, GetDatalakeAutoEnableCommandOutput } from "./commands/GetDatalakeAutoEnableCommand";
19
- import { GetDatalakeCommandInput, GetDatalakeCommandOutput } from "./commands/GetDatalakeCommand";
20
- import { GetDatalakeExceptionsExpiryCommandInput, GetDatalakeExceptionsExpiryCommandOutput } from "./commands/GetDatalakeExceptionsExpiryCommand";
21
- import { GetDatalakeExceptionsSubscriptionCommandInput, GetDatalakeExceptionsSubscriptionCommandOutput } from "./commands/GetDatalakeExceptionsSubscriptionCommand";
22
- import { GetDatalakeStatusCommandInput, GetDatalakeStatusCommandOutput } from "./commands/GetDatalakeStatusCommand";
15
+ import { DeleteSubscriberNotificationCommandInput, DeleteSubscriberNotificationCommandOutput } from "./commands/DeleteSubscriberNotificationCommand";
16
+ import { DeregisterDataLakeDelegatedAdministratorCommandInput, DeregisterDataLakeDelegatedAdministratorCommandOutput } from "./commands/DeregisterDataLakeDelegatedAdministratorCommand";
17
+ import { GetDataLakeExceptionSubscriptionCommandInput, GetDataLakeExceptionSubscriptionCommandOutput } from "./commands/GetDataLakeExceptionSubscriptionCommand";
18
+ import { GetDataLakeOrganizationConfigurationCommandInput, GetDataLakeOrganizationConfigurationCommandOutput } from "./commands/GetDataLakeOrganizationConfigurationCommand";
19
+ import { GetDataLakeSourcesCommandInput, GetDataLakeSourcesCommandOutput } from "./commands/GetDataLakeSourcesCommand";
23
20
  import { GetSubscriberCommandInput, GetSubscriberCommandOutput } from "./commands/GetSubscriberCommand";
24
- import { ListDatalakeExceptionsCommandInput, ListDatalakeExceptionsCommandOutput } from "./commands/ListDatalakeExceptionsCommand";
21
+ import { ListDataLakeExceptionsCommandInput, ListDataLakeExceptionsCommandOutput } from "./commands/ListDataLakeExceptionsCommand";
22
+ import { ListDataLakesCommandInput, ListDataLakesCommandOutput } from "./commands/ListDataLakesCommand";
25
23
  import { ListLogSourcesCommandInput, ListLogSourcesCommandOutput } from "./commands/ListLogSourcesCommand";
26
24
  import { ListSubscribersCommandInput, ListSubscribersCommandOutput } from "./commands/ListSubscribersCommand";
27
- import { UpdateDatalakeCommandInput, UpdateDatalakeCommandOutput } from "./commands/UpdateDatalakeCommand";
28
- import { UpdateDatalakeExceptionsExpiryCommandInput, UpdateDatalakeExceptionsExpiryCommandOutput } from "./commands/UpdateDatalakeExceptionsExpiryCommand";
29
- import { UpdateDatalakeExceptionsSubscriptionCommandInput, UpdateDatalakeExceptionsSubscriptionCommandOutput } from "./commands/UpdateDatalakeExceptionsSubscriptionCommand";
25
+ import { RegisterDataLakeDelegatedAdministratorCommandInput, RegisterDataLakeDelegatedAdministratorCommandOutput } from "./commands/RegisterDataLakeDelegatedAdministratorCommand";
26
+ import { UpdateDataLakeCommandInput, UpdateDataLakeCommandOutput } from "./commands/UpdateDataLakeCommand";
27
+ import { UpdateDataLakeExceptionSubscriptionCommandInput, UpdateDataLakeExceptionSubscriptionCommandOutput } from "./commands/UpdateDataLakeExceptionSubscriptionCommand";
30
28
  import { UpdateSubscriberCommandInput, UpdateSubscriberCommandOutput } from "./commands/UpdateSubscriberCommand";
31
- import { UpdateSubscriptionNotificationConfigurationCommandInput, UpdateSubscriptionNotificationConfigurationCommandOutput } from "./commands/UpdateSubscriptionNotificationConfigurationCommand";
29
+ import { UpdateSubscriberNotificationCommandInput, UpdateSubscriberNotificationCommandOutput } from "./commands/UpdateSubscriberNotificationCommand";
32
30
  import { SecurityLakeClient } from "./SecurityLakeClient";
33
31
  export interface SecurityLake {
34
32
  /**
@@ -44,29 +42,23 @@ export interface SecurityLake {
44
42
  createCustomLogSource(args: CreateCustomLogSourceCommandInput, cb: (err: any, data?: CreateCustomLogSourceCommandOutput) => void): void;
45
43
  createCustomLogSource(args: CreateCustomLogSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCustomLogSourceCommandOutput) => void): void;
46
44
  /**
47
- * @see {@link CreateDatalakeCommand}
45
+ * @see {@link CreateDataLakeCommand}
48
46
  */
49
- createDatalake(args: CreateDatalakeCommandInput, options?: __HttpHandlerOptions): Promise<CreateDatalakeCommandOutput>;
50
- createDatalake(args: CreateDatalakeCommandInput, cb: (err: any, data?: CreateDatalakeCommandOutput) => void): void;
51
- createDatalake(args: CreateDatalakeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDatalakeCommandOutput) => void): void;
47
+ createDataLake(args: CreateDataLakeCommandInput, options?: __HttpHandlerOptions): Promise<CreateDataLakeCommandOutput>;
48
+ createDataLake(args: CreateDataLakeCommandInput, cb: (err: any, data?: CreateDataLakeCommandOutput) => void): void;
49
+ createDataLake(args: CreateDataLakeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDataLakeCommandOutput) => void): void;
52
50
  /**
53
- * @see {@link CreateDatalakeAutoEnableCommand}
51
+ * @see {@link CreateDataLakeExceptionSubscriptionCommand}
54
52
  */
55
- createDatalakeAutoEnable(args: CreateDatalakeAutoEnableCommandInput, options?: __HttpHandlerOptions): Promise<CreateDatalakeAutoEnableCommandOutput>;
56
- createDatalakeAutoEnable(args: CreateDatalakeAutoEnableCommandInput, cb: (err: any, data?: CreateDatalakeAutoEnableCommandOutput) => void): void;
57
- createDatalakeAutoEnable(args: CreateDatalakeAutoEnableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDatalakeAutoEnableCommandOutput) => void): void;
53
+ createDataLakeExceptionSubscription(args: CreateDataLakeExceptionSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<CreateDataLakeExceptionSubscriptionCommandOutput>;
54
+ createDataLakeExceptionSubscription(args: CreateDataLakeExceptionSubscriptionCommandInput, cb: (err: any, data?: CreateDataLakeExceptionSubscriptionCommandOutput) => void): void;
55
+ createDataLakeExceptionSubscription(args: CreateDataLakeExceptionSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDataLakeExceptionSubscriptionCommandOutput) => void): void;
58
56
  /**
59
- * @see {@link CreateDatalakeDelegatedAdminCommand}
57
+ * @see {@link CreateDataLakeOrganizationConfigurationCommand}
60
58
  */
61
- createDatalakeDelegatedAdmin(args: CreateDatalakeDelegatedAdminCommandInput, options?: __HttpHandlerOptions): Promise<CreateDatalakeDelegatedAdminCommandOutput>;
62
- createDatalakeDelegatedAdmin(args: CreateDatalakeDelegatedAdminCommandInput, cb: (err: any, data?: CreateDatalakeDelegatedAdminCommandOutput) => void): void;
63
- createDatalakeDelegatedAdmin(args: CreateDatalakeDelegatedAdminCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDatalakeDelegatedAdminCommandOutput) => void): void;
64
- /**
65
- * @see {@link CreateDatalakeExceptionsSubscriptionCommand}
66
- */
67
- createDatalakeExceptionsSubscription(args: CreateDatalakeExceptionsSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<CreateDatalakeExceptionsSubscriptionCommandOutput>;
68
- createDatalakeExceptionsSubscription(args: CreateDatalakeExceptionsSubscriptionCommandInput, cb: (err: any, data?: CreateDatalakeExceptionsSubscriptionCommandOutput) => void): void;
69
- createDatalakeExceptionsSubscription(args: CreateDatalakeExceptionsSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDatalakeExceptionsSubscriptionCommandOutput) => void): void;
59
+ createDataLakeOrganizationConfiguration(args: CreateDataLakeOrganizationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<CreateDataLakeOrganizationConfigurationCommandOutput>;
60
+ createDataLakeOrganizationConfiguration(args: CreateDataLakeOrganizationConfigurationCommandInput, cb: (err: any, data?: CreateDataLakeOrganizationConfigurationCommandOutput) => void): void;
61
+ createDataLakeOrganizationConfiguration(args: CreateDataLakeOrganizationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDataLakeOrganizationConfigurationCommandOutput) => void): void;
70
62
  /**
71
63
  * @see {@link CreateSubscriberCommand}
72
64
  */
@@ -74,11 +66,11 @@ export interface SecurityLake {
74
66
  createSubscriber(args: CreateSubscriberCommandInput, cb: (err: any, data?: CreateSubscriberCommandOutput) => void): void;
75
67
  createSubscriber(args: CreateSubscriberCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSubscriberCommandOutput) => void): void;
76
68
  /**
77
- * @see {@link CreateSubscriptionNotificationConfigurationCommand}
69
+ * @see {@link CreateSubscriberNotificationCommand}
78
70
  */
79
- createSubscriptionNotificationConfiguration(args: CreateSubscriptionNotificationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<CreateSubscriptionNotificationConfigurationCommandOutput>;
80
- createSubscriptionNotificationConfiguration(args: CreateSubscriptionNotificationConfigurationCommandInput, cb: (err: any, data?: CreateSubscriptionNotificationConfigurationCommandOutput) => void): void;
81
- createSubscriptionNotificationConfiguration(args: CreateSubscriptionNotificationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSubscriptionNotificationConfigurationCommandOutput) => void): void;
71
+ createSubscriberNotification(args: CreateSubscriberNotificationCommandInput, options?: __HttpHandlerOptions): Promise<CreateSubscriberNotificationCommandOutput>;
72
+ createSubscriberNotification(args: CreateSubscriberNotificationCommandInput, cb: (err: any, data?: CreateSubscriberNotificationCommandOutput) => void): void;
73
+ createSubscriberNotification(args: CreateSubscriberNotificationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSubscriberNotificationCommandOutput) => void): void;
82
74
  /**
83
75
  * @see {@link DeleteAwsLogSourceCommand}
84
76
  */
@@ -92,29 +84,23 @@ export interface SecurityLake {
92
84
  deleteCustomLogSource(args: DeleteCustomLogSourceCommandInput, cb: (err: any, data?: DeleteCustomLogSourceCommandOutput) => void): void;
93
85
  deleteCustomLogSource(args: DeleteCustomLogSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCustomLogSourceCommandOutput) => void): void;
94
86
  /**
95
- * @see {@link DeleteDatalakeCommand}
96
- */
97
- deleteDatalake(args: DeleteDatalakeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDatalakeCommandOutput>;
98
- deleteDatalake(args: DeleteDatalakeCommandInput, cb: (err: any, data?: DeleteDatalakeCommandOutput) => void): void;
99
- deleteDatalake(args: DeleteDatalakeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDatalakeCommandOutput) => void): void;
100
- /**
101
- * @see {@link DeleteDatalakeAutoEnableCommand}
87
+ * @see {@link DeleteDataLakeCommand}
102
88
  */
103
- deleteDatalakeAutoEnable(args: DeleteDatalakeAutoEnableCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDatalakeAutoEnableCommandOutput>;
104
- deleteDatalakeAutoEnable(args: DeleteDatalakeAutoEnableCommandInput, cb: (err: any, data?: DeleteDatalakeAutoEnableCommandOutput) => void): void;
105
- deleteDatalakeAutoEnable(args: DeleteDatalakeAutoEnableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDatalakeAutoEnableCommandOutput) => void): void;
89
+ deleteDataLake(args: DeleteDataLakeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDataLakeCommandOutput>;
90
+ deleteDataLake(args: DeleteDataLakeCommandInput, cb: (err: any, data?: DeleteDataLakeCommandOutput) => void): void;
91
+ deleteDataLake(args: DeleteDataLakeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDataLakeCommandOutput) => void): void;
106
92
  /**
107
- * @see {@link DeleteDatalakeDelegatedAdminCommand}
93
+ * @see {@link DeleteDataLakeExceptionSubscriptionCommand}
108
94
  */
109
- deleteDatalakeDelegatedAdmin(args: DeleteDatalakeDelegatedAdminCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDatalakeDelegatedAdminCommandOutput>;
110
- deleteDatalakeDelegatedAdmin(args: DeleteDatalakeDelegatedAdminCommandInput, cb: (err: any, data?: DeleteDatalakeDelegatedAdminCommandOutput) => void): void;
111
- deleteDatalakeDelegatedAdmin(args: DeleteDatalakeDelegatedAdminCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDatalakeDelegatedAdminCommandOutput) => void): void;
95
+ deleteDataLakeExceptionSubscription(args: DeleteDataLakeExceptionSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDataLakeExceptionSubscriptionCommandOutput>;
96
+ deleteDataLakeExceptionSubscription(args: DeleteDataLakeExceptionSubscriptionCommandInput, cb: (err: any, data?: DeleteDataLakeExceptionSubscriptionCommandOutput) => void): void;
97
+ deleteDataLakeExceptionSubscription(args: DeleteDataLakeExceptionSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDataLakeExceptionSubscriptionCommandOutput) => void): void;
112
98
  /**
113
- * @see {@link DeleteDatalakeExceptionsSubscriptionCommand}
99
+ * @see {@link DeleteDataLakeOrganizationConfigurationCommand}
114
100
  */
115
- deleteDatalakeExceptionsSubscription(args: DeleteDatalakeExceptionsSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDatalakeExceptionsSubscriptionCommandOutput>;
116
- deleteDatalakeExceptionsSubscription(args: DeleteDatalakeExceptionsSubscriptionCommandInput, cb: (err: any, data?: DeleteDatalakeExceptionsSubscriptionCommandOutput) => void): void;
117
- deleteDatalakeExceptionsSubscription(args: DeleteDatalakeExceptionsSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDatalakeExceptionsSubscriptionCommandOutput) => void): void;
101
+ deleteDataLakeOrganizationConfiguration(args: DeleteDataLakeOrganizationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDataLakeOrganizationConfigurationCommandOutput>;
102
+ deleteDataLakeOrganizationConfiguration(args: DeleteDataLakeOrganizationConfigurationCommandInput, cb: (err: any, data?: DeleteDataLakeOrganizationConfigurationCommandOutput) => void): void;
103
+ deleteDataLakeOrganizationConfiguration(args: DeleteDataLakeOrganizationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDataLakeOrganizationConfigurationCommandOutput) => void): void;
118
104
  /**
119
105
  * @see {@link DeleteSubscriberCommand}
120
106
  */
@@ -122,41 +108,35 @@ export interface SecurityLake {
122
108
  deleteSubscriber(args: DeleteSubscriberCommandInput, cb: (err: any, data?: DeleteSubscriberCommandOutput) => void): void;
123
109
  deleteSubscriber(args: DeleteSubscriberCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSubscriberCommandOutput) => void): void;
124
110
  /**
125
- * @see {@link DeleteSubscriptionNotificationConfigurationCommand}
111
+ * @see {@link DeleteSubscriberNotificationCommand}
126
112
  */
127
- deleteSubscriptionNotificationConfiguration(args: DeleteSubscriptionNotificationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSubscriptionNotificationConfigurationCommandOutput>;
128
- deleteSubscriptionNotificationConfiguration(args: DeleteSubscriptionNotificationConfigurationCommandInput, cb: (err: any, data?: DeleteSubscriptionNotificationConfigurationCommandOutput) => void): void;
129
- deleteSubscriptionNotificationConfiguration(args: DeleteSubscriptionNotificationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSubscriptionNotificationConfigurationCommandOutput) => void): void;
113
+ deleteSubscriberNotification(args: DeleteSubscriberNotificationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSubscriberNotificationCommandOutput>;
114
+ deleteSubscriberNotification(args: DeleteSubscriberNotificationCommandInput, cb: (err: any, data?: DeleteSubscriberNotificationCommandOutput) => void): void;
115
+ deleteSubscriberNotification(args: DeleteSubscriberNotificationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSubscriberNotificationCommandOutput) => void): void;
130
116
  /**
131
- * @see {@link GetDatalakeCommand}
117
+ * @see {@link DeregisterDataLakeDelegatedAdministratorCommand}
132
118
  */
133
- getDatalake(args: GetDatalakeCommandInput, options?: __HttpHandlerOptions): Promise<GetDatalakeCommandOutput>;
134
- getDatalake(args: GetDatalakeCommandInput, cb: (err: any, data?: GetDatalakeCommandOutput) => void): void;
135
- getDatalake(args: GetDatalakeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDatalakeCommandOutput) => void): void;
119
+ deregisterDataLakeDelegatedAdministrator(args: DeregisterDataLakeDelegatedAdministratorCommandInput, options?: __HttpHandlerOptions): Promise<DeregisterDataLakeDelegatedAdministratorCommandOutput>;
120
+ deregisterDataLakeDelegatedAdministrator(args: DeregisterDataLakeDelegatedAdministratorCommandInput, cb: (err: any, data?: DeregisterDataLakeDelegatedAdministratorCommandOutput) => void): void;
121
+ deregisterDataLakeDelegatedAdministrator(args: DeregisterDataLakeDelegatedAdministratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterDataLakeDelegatedAdministratorCommandOutput) => void): void;
136
122
  /**
137
- * @see {@link GetDatalakeAutoEnableCommand}
123
+ * @see {@link GetDataLakeExceptionSubscriptionCommand}
138
124
  */
139
- getDatalakeAutoEnable(args: GetDatalakeAutoEnableCommandInput, options?: __HttpHandlerOptions): Promise<GetDatalakeAutoEnableCommandOutput>;
140
- getDatalakeAutoEnable(args: GetDatalakeAutoEnableCommandInput, cb: (err: any, data?: GetDatalakeAutoEnableCommandOutput) => void): void;
141
- getDatalakeAutoEnable(args: GetDatalakeAutoEnableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDatalakeAutoEnableCommandOutput) => void): void;
125
+ getDataLakeExceptionSubscription(args: GetDataLakeExceptionSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<GetDataLakeExceptionSubscriptionCommandOutput>;
126
+ getDataLakeExceptionSubscription(args: GetDataLakeExceptionSubscriptionCommandInput, cb: (err: any, data?: GetDataLakeExceptionSubscriptionCommandOutput) => void): void;
127
+ getDataLakeExceptionSubscription(args: GetDataLakeExceptionSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDataLakeExceptionSubscriptionCommandOutput) => void): void;
142
128
  /**
143
- * @see {@link GetDatalakeExceptionsExpiryCommand}
129
+ * @see {@link GetDataLakeOrganizationConfigurationCommand}
144
130
  */
145
- getDatalakeExceptionsExpiry(args: GetDatalakeExceptionsExpiryCommandInput, options?: __HttpHandlerOptions): Promise<GetDatalakeExceptionsExpiryCommandOutput>;
146
- getDatalakeExceptionsExpiry(args: GetDatalakeExceptionsExpiryCommandInput, cb: (err: any, data?: GetDatalakeExceptionsExpiryCommandOutput) => void): void;
147
- getDatalakeExceptionsExpiry(args: GetDatalakeExceptionsExpiryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDatalakeExceptionsExpiryCommandOutput) => void): void;
131
+ getDataLakeOrganizationConfiguration(args: GetDataLakeOrganizationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetDataLakeOrganizationConfigurationCommandOutput>;
132
+ getDataLakeOrganizationConfiguration(args: GetDataLakeOrganizationConfigurationCommandInput, cb: (err: any, data?: GetDataLakeOrganizationConfigurationCommandOutput) => void): void;
133
+ getDataLakeOrganizationConfiguration(args: GetDataLakeOrganizationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDataLakeOrganizationConfigurationCommandOutput) => void): void;
148
134
  /**
149
- * @see {@link GetDatalakeExceptionsSubscriptionCommand}
135
+ * @see {@link GetDataLakeSourcesCommand}
150
136
  */
151
- getDatalakeExceptionsSubscription(args: GetDatalakeExceptionsSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<GetDatalakeExceptionsSubscriptionCommandOutput>;
152
- getDatalakeExceptionsSubscription(args: GetDatalakeExceptionsSubscriptionCommandInput, cb: (err: any, data?: GetDatalakeExceptionsSubscriptionCommandOutput) => void): void;
153
- getDatalakeExceptionsSubscription(args: GetDatalakeExceptionsSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDatalakeExceptionsSubscriptionCommandOutput) => void): void;
154
- /**
155
- * @see {@link GetDatalakeStatusCommand}
156
- */
157
- getDatalakeStatus(args: GetDatalakeStatusCommandInput, options?: __HttpHandlerOptions): Promise<GetDatalakeStatusCommandOutput>;
158
- getDatalakeStatus(args: GetDatalakeStatusCommandInput, cb: (err: any, data?: GetDatalakeStatusCommandOutput) => void): void;
159
- getDatalakeStatus(args: GetDatalakeStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDatalakeStatusCommandOutput) => void): void;
137
+ getDataLakeSources(args: GetDataLakeSourcesCommandInput, options?: __HttpHandlerOptions): Promise<GetDataLakeSourcesCommandOutput>;
138
+ getDataLakeSources(args: GetDataLakeSourcesCommandInput, cb: (err: any, data?: GetDataLakeSourcesCommandOutput) => void): void;
139
+ getDataLakeSources(args: GetDataLakeSourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDataLakeSourcesCommandOutput) => void): void;
160
140
  /**
161
141
  * @see {@link GetSubscriberCommand}
162
142
  */
@@ -164,11 +144,17 @@ export interface SecurityLake {
164
144
  getSubscriber(args: GetSubscriberCommandInput, cb: (err: any, data?: GetSubscriberCommandOutput) => void): void;
165
145
  getSubscriber(args: GetSubscriberCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSubscriberCommandOutput) => void): void;
166
146
  /**
167
- * @see {@link ListDatalakeExceptionsCommand}
147
+ * @see {@link ListDataLakeExceptionsCommand}
148
+ */
149
+ listDataLakeExceptions(args: ListDataLakeExceptionsCommandInput, options?: __HttpHandlerOptions): Promise<ListDataLakeExceptionsCommandOutput>;
150
+ listDataLakeExceptions(args: ListDataLakeExceptionsCommandInput, cb: (err: any, data?: ListDataLakeExceptionsCommandOutput) => void): void;
151
+ listDataLakeExceptions(args: ListDataLakeExceptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDataLakeExceptionsCommandOutput) => void): void;
152
+ /**
153
+ * @see {@link ListDataLakesCommand}
168
154
  */
169
- listDatalakeExceptions(args: ListDatalakeExceptionsCommandInput, options?: __HttpHandlerOptions): Promise<ListDatalakeExceptionsCommandOutput>;
170
- listDatalakeExceptions(args: ListDatalakeExceptionsCommandInput, cb: (err: any, data?: ListDatalakeExceptionsCommandOutput) => void): void;
171
- listDatalakeExceptions(args: ListDatalakeExceptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDatalakeExceptionsCommandOutput) => void): void;
155
+ listDataLakes(args: ListDataLakesCommandInput, options?: __HttpHandlerOptions): Promise<ListDataLakesCommandOutput>;
156
+ listDataLakes(args: ListDataLakesCommandInput, cb: (err: any, data?: ListDataLakesCommandOutput) => void): void;
157
+ listDataLakes(args: ListDataLakesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDataLakesCommandOutput) => void): void;
172
158
  /**
173
159
  * @see {@link ListLogSourcesCommand}
174
160
  */
@@ -182,23 +168,23 @@ export interface SecurityLake {
182
168
  listSubscribers(args: ListSubscribersCommandInput, cb: (err: any, data?: ListSubscribersCommandOutput) => void): void;
183
169
  listSubscribers(args: ListSubscribersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSubscribersCommandOutput) => void): void;
184
170
  /**
185
- * @see {@link UpdateDatalakeCommand}
171
+ * @see {@link RegisterDataLakeDelegatedAdministratorCommand}
186
172
  */
187
- updateDatalake(args: UpdateDatalakeCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDatalakeCommandOutput>;
188
- updateDatalake(args: UpdateDatalakeCommandInput, cb: (err: any, data?: UpdateDatalakeCommandOutput) => void): void;
189
- updateDatalake(args: UpdateDatalakeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDatalakeCommandOutput) => void): void;
173
+ registerDataLakeDelegatedAdministrator(args: RegisterDataLakeDelegatedAdministratorCommandInput, options?: __HttpHandlerOptions): Promise<RegisterDataLakeDelegatedAdministratorCommandOutput>;
174
+ registerDataLakeDelegatedAdministrator(args: RegisterDataLakeDelegatedAdministratorCommandInput, cb: (err: any, data?: RegisterDataLakeDelegatedAdministratorCommandOutput) => void): void;
175
+ registerDataLakeDelegatedAdministrator(args: RegisterDataLakeDelegatedAdministratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterDataLakeDelegatedAdministratorCommandOutput) => void): void;
190
176
  /**
191
- * @see {@link UpdateDatalakeExceptionsExpiryCommand}
177
+ * @see {@link UpdateDataLakeCommand}
192
178
  */
193
- updateDatalakeExceptionsExpiry(args: UpdateDatalakeExceptionsExpiryCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDatalakeExceptionsExpiryCommandOutput>;
194
- updateDatalakeExceptionsExpiry(args: UpdateDatalakeExceptionsExpiryCommandInput, cb: (err: any, data?: UpdateDatalakeExceptionsExpiryCommandOutput) => void): void;
195
- updateDatalakeExceptionsExpiry(args: UpdateDatalakeExceptionsExpiryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDatalakeExceptionsExpiryCommandOutput) => void): void;
179
+ updateDataLake(args: UpdateDataLakeCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDataLakeCommandOutput>;
180
+ updateDataLake(args: UpdateDataLakeCommandInput, cb: (err: any, data?: UpdateDataLakeCommandOutput) => void): void;
181
+ updateDataLake(args: UpdateDataLakeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDataLakeCommandOutput) => void): void;
196
182
  /**
197
- * @see {@link UpdateDatalakeExceptionsSubscriptionCommand}
183
+ * @see {@link UpdateDataLakeExceptionSubscriptionCommand}
198
184
  */
199
- updateDatalakeExceptionsSubscription(args: UpdateDatalakeExceptionsSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDatalakeExceptionsSubscriptionCommandOutput>;
200
- updateDatalakeExceptionsSubscription(args: UpdateDatalakeExceptionsSubscriptionCommandInput, cb: (err: any, data?: UpdateDatalakeExceptionsSubscriptionCommandOutput) => void): void;
201
- updateDatalakeExceptionsSubscription(args: UpdateDatalakeExceptionsSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDatalakeExceptionsSubscriptionCommandOutput) => void): void;
185
+ updateDataLakeExceptionSubscription(args: UpdateDataLakeExceptionSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDataLakeExceptionSubscriptionCommandOutput>;
186
+ updateDataLakeExceptionSubscription(args: UpdateDataLakeExceptionSubscriptionCommandInput, cb: (err: any, data?: UpdateDataLakeExceptionSubscriptionCommandOutput) => void): void;
187
+ updateDataLakeExceptionSubscription(args: UpdateDataLakeExceptionSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDataLakeExceptionSubscriptionCommandOutput) => void): void;
202
188
  /**
203
189
  * @see {@link UpdateSubscriberCommand}
204
190
  */
@@ -206,22 +192,17 @@ export interface SecurityLake {
206
192
  updateSubscriber(args: UpdateSubscriberCommandInput, cb: (err: any, data?: UpdateSubscriberCommandOutput) => void): void;
207
193
  updateSubscriber(args: UpdateSubscriberCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSubscriberCommandOutput) => void): void;
208
194
  /**
209
- * @see {@link UpdateSubscriptionNotificationConfigurationCommand}
195
+ * @see {@link UpdateSubscriberNotificationCommand}
210
196
  */
211
- updateSubscriptionNotificationConfiguration(args: UpdateSubscriptionNotificationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSubscriptionNotificationConfigurationCommandOutput>;
212
- updateSubscriptionNotificationConfiguration(args: UpdateSubscriptionNotificationConfigurationCommandInput, cb: (err: any, data?: UpdateSubscriptionNotificationConfigurationCommandOutput) => void): void;
213
- updateSubscriptionNotificationConfiguration(args: UpdateSubscriptionNotificationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSubscriptionNotificationConfigurationCommandOutput) => void): void;
197
+ updateSubscriberNotification(args: UpdateSubscriberNotificationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSubscriberNotificationCommandOutput>;
198
+ updateSubscriberNotification(args: UpdateSubscriberNotificationCommandInput, cb: (err: any, data?: UpdateSubscriberNotificationCommandOutput) => void): void;
199
+ updateSubscriberNotification(args: UpdateSubscriberNotificationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSubscriberNotificationCommandOutput) => void): void;
214
200
  }
215
201
  /**
216
202
  * @public
217
- * <note>
218
- * <p>Amazon Security Lake is in preview release. Your use of the Security Lake preview is subject to
219
- * Section 2 of the <a href="http://aws.amazon.com/service-terms/">Amazon Web Services Service
220
- * Terms</a>("Betas and Previews").</p>
221
- * </note>
222
- * <p>Amazon Security Lake is a fully managed security data lake service. You can use Security Lake to
203
+ * <p>Amazon Security Lake is a fully managed security data lake service. You can use Security Lake to
223
204
  * automatically centralize security data from cloud, on-premises, and custom sources into a
224
- * data lake that's stored in your Amazon Web Servicesaccount. Amazon Web Services Organizations
205
+ * data lake that's stored in your Amazon Web Services account. Amazon Web Services Organizations
225
206
  * is an account management service that lets you consolidate multiple Amazon Web Services
226
207
  * accounts into an organization that you create and centrally manage. With Organizations, you
227
208
  * can create member accounts and invite existing accounts to join your organization.
@@ -229,9 +210,9 @@ export interface SecurityLake {
229
210
  * security posture across the entire organization. It can also help you improve the
230
211
  * protection of your workloads, applications, and data.</p>
231
212
  * <p>The data lake is backed by Amazon Simple Storage Service (Amazon S3) buckets, and you
232
- * retain ownership over your data. </p>
213
+ * retain ownership over your data.</p>
233
214
  * <p>Amazon Security Lake integrates with CloudTrail, a service that provides a record of
234
- * 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
215
+ * 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
235
216
  * from the Security Lake console and code calls to the Security Lake API operations. If you create a
236
217
  * 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
237
218
  * view the most recent events in the CloudTrail console in Event history. Using the
@@ -10,44 +10,42 @@ import { HttpHandler as __HttpHandler } from "@smithy/protocol-http";
10
10
  import { Decoder as __Decoder, Encoder as __Encoder, Provider as __Provider, StreamCollector as __StreamCollector } from "@smithy/types";
11
11
  import { CreateAwsLogSourceCommandInput, CreateAwsLogSourceCommandOutput } from "./commands/CreateAwsLogSourceCommand";
12
12
  import { CreateCustomLogSourceCommandInput, CreateCustomLogSourceCommandOutput } from "./commands/CreateCustomLogSourceCommand";
13
- import { CreateDatalakeAutoEnableCommandInput, CreateDatalakeAutoEnableCommandOutput } from "./commands/CreateDatalakeAutoEnableCommand";
14
- import { CreateDatalakeCommandInput, CreateDatalakeCommandOutput } from "./commands/CreateDatalakeCommand";
15
- import { CreateDatalakeDelegatedAdminCommandInput, CreateDatalakeDelegatedAdminCommandOutput } from "./commands/CreateDatalakeDelegatedAdminCommand";
16
- import { CreateDatalakeExceptionsSubscriptionCommandInput, CreateDatalakeExceptionsSubscriptionCommandOutput } from "./commands/CreateDatalakeExceptionsSubscriptionCommand";
13
+ import { CreateDataLakeCommandInput, CreateDataLakeCommandOutput } from "./commands/CreateDataLakeCommand";
14
+ import { CreateDataLakeExceptionSubscriptionCommandInput, CreateDataLakeExceptionSubscriptionCommandOutput } from "./commands/CreateDataLakeExceptionSubscriptionCommand";
15
+ import { CreateDataLakeOrganizationConfigurationCommandInput, CreateDataLakeOrganizationConfigurationCommandOutput } from "./commands/CreateDataLakeOrganizationConfigurationCommand";
17
16
  import { CreateSubscriberCommandInput, CreateSubscriberCommandOutput } from "./commands/CreateSubscriberCommand";
18
- import { CreateSubscriptionNotificationConfigurationCommandInput, CreateSubscriptionNotificationConfigurationCommandOutput } from "./commands/CreateSubscriptionNotificationConfigurationCommand";
17
+ import { CreateSubscriberNotificationCommandInput, CreateSubscriberNotificationCommandOutput } from "./commands/CreateSubscriberNotificationCommand";
19
18
  import { DeleteAwsLogSourceCommandInput, DeleteAwsLogSourceCommandOutput } from "./commands/DeleteAwsLogSourceCommand";
20
19
  import { DeleteCustomLogSourceCommandInput, DeleteCustomLogSourceCommandOutput } from "./commands/DeleteCustomLogSourceCommand";
21
- import { DeleteDatalakeAutoEnableCommandInput, DeleteDatalakeAutoEnableCommandOutput } from "./commands/DeleteDatalakeAutoEnableCommand";
22
- import { DeleteDatalakeCommandInput, DeleteDatalakeCommandOutput } from "./commands/DeleteDatalakeCommand";
23
- import { DeleteDatalakeDelegatedAdminCommandInput, DeleteDatalakeDelegatedAdminCommandOutput } from "./commands/DeleteDatalakeDelegatedAdminCommand";
24
- import { DeleteDatalakeExceptionsSubscriptionCommandInput, DeleteDatalakeExceptionsSubscriptionCommandOutput } from "./commands/DeleteDatalakeExceptionsSubscriptionCommand";
20
+ import { DeleteDataLakeCommandInput, DeleteDataLakeCommandOutput } from "./commands/DeleteDataLakeCommand";
21
+ import { DeleteDataLakeExceptionSubscriptionCommandInput, DeleteDataLakeExceptionSubscriptionCommandOutput } from "./commands/DeleteDataLakeExceptionSubscriptionCommand";
22
+ import { DeleteDataLakeOrganizationConfigurationCommandInput, DeleteDataLakeOrganizationConfigurationCommandOutput } from "./commands/DeleteDataLakeOrganizationConfigurationCommand";
25
23
  import { DeleteSubscriberCommandInput, DeleteSubscriberCommandOutput } from "./commands/DeleteSubscriberCommand";
26
- import { DeleteSubscriptionNotificationConfigurationCommandInput, DeleteSubscriptionNotificationConfigurationCommandOutput } from "./commands/DeleteSubscriptionNotificationConfigurationCommand";
27
- import { GetDatalakeAutoEnableCommandInput, GetDatalakeAutoEnableCommandOutput } from "./commands/GetDatalakeAutoEnableCommand";
28
- import { GetDatalakeCommandInput, GetDatalakeCommandOutput } from "./commands/GetDatalakeCommand";
29
- import { GetDatalakeExceptionsExpiryCommandInput, GetDatalakeExceptionsExpiryCommandOutput } from "./commands/GetDatalakeExceptionsExpiryCommand";
30
- import { GetDatalakeExceptionsSubscriptionCommandInput, GetDatalakeExceptionsSubscriptionCommandOutput } from "./commands/GetDatalakeExceptionsSubscriptionCommand";
31
- import { GetDatalakeStatusCommandInput, GetDatalakeStatusCommandOutput } from "./commands/GetDatalakeStatusCommand";
24
+ import { DeleteSubscriberNotificationCommandInput, DeleteSubscriberNotificationCommandOutput } from "./commands/DeleteSubscriberNotificationCommand";
25
+ import { DeregisterDataLakeDelegatedAdministratorCommandInput, DeregisterDataLakeDelegatedAdministratorCommandOutput } from "./commands/DeregisterDataLakeDelegatedAdministratorCommand";
26
+ import { GetDataLakeExceptionSubscriptionCommandInput, GetDataLakeExceptionSubscriptionCommandOutput } from "./commands/GetDataLakeExceptionSubscriptionCommand";
27
+ import { GetDataLakeOrganizationConfigurationCommandInput, GetDataLakeOrganizationConfigurationCommandOutput } from "./commands/GetDataLakeOrganizationConfigurationCommand";
28
+ import { GetDataLakeSourcesCommandInput, GetDataLakeSourcesCommandOutput } from "./commands/GetDataLakeSourcesCommand";
32
29
  import { GetSubscriberCommandInput, GetSubscriberCommandOutput } from "./commands/GetSubscriberCommand";
33
- import { ListDatalakeExceptionsCommandInput, ListDatalakeExceptionsCommandOutput } from "./commands/ListDatalakeExceptionsCommand";
30
+ import { ListDataLakeExceptionsCommandInput, ListDataLakeExceptionsCommandOutput } from "./commands/ListDataLakeExceptionsCommand";
31
+ import { ListDataLakesCommandInput, ListDataLakesCommandOutput } from "./commands/ListDataLakesCommand";
34
32
  import { ListLogSourcesCommandInput, ListLogSourcesCommandOutput } from "./commands/ListLogSourcesCommand";
35
33
  import { ListSubscribersCommandInput, ListSubscribersCommandOutput } from "./commands/ListSubscribersCommand";
36
- import { UpdateDatalakeCommandInput, UpdateDatalakeCommandOutput } from "./commands/UpdateDatalakeCommand";
37
- import { UpdateDatalakeExceptionsExpiryCommandInput, UpdateDatalakeExceptionsExpiryCommandOutput } from "./commands/UpdateDatalakeExceptionsExpiryCommand";
38
- import { UpdateDatalakeExceptionsSubscriptionCommandInput, UpdateDatalakeExceptionsSubscriptionCommandOutput } from "./commands/UpdateDatalakeExceptionsSubscriptionCommand";
34
+ import { RegisterDataLakeDelegatedAdministratorCommandInput, RegisterDataLakeDelegatedAdministratorCommandOutput } from "./commands/RegisterDataLakeDelegatedAdministratorCommand";
35
+ import { UpdateDataLakeCommandInput, UpdateDataLakeCommandOutput } from "./commands/UpdateDataLakeCommand";
36
+ import { UpdateDataLakeExceptionSubscriptionCommandInput, UpdateDataLakeExceptionSubscriptionCommandOutput } from "./commands/UpdateDataLakeExceptionSubscriptionCommand";
39
37
  import { UpdateSubscriberCommandInput, UpdateSubscriberCommandOutput } from "./commands/UpdateSubscriberCommand";
40
- import { UpdateSubscriptionNotificationConfigurationCommandInput, UpdateSubscriptionNotificationConfigurationCommandOutput } from "./commands/UpdateSubscriptionNotificationConfigurationCommand";
38
+ import { UpdateSubscriberNotificationCommandInput, UpdateSubscriberNotificationCommandOutput } from "./commands/UpdateSubscriberNotificationCommand";
41
39
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
42
40
  export { __Client };
43
41
  /**
44
42
  * @public
45
43
  */
46
- export type ServiceInputTypes = CreateAwsLogSourceCommandInput | CreateCustomLogSourceCommandInput | CreateDatalakeAutoEnableCommandInput | CreateDatalakeCommandInput | CreateDatalakeDelegatedAdminCommandInput | CreateDatalakeExceptionsSubscriptionCommandInput | CreateSubscriberCommandInput | CreateSubscriptionNotificationConfigurationCommandInput | DeleteAwsLogSourceCommandInput | DeleteCustomLogSourceCommandInput | DeleteDatalakeAutoEnableCommandInput | DeleteDatalakeCommandInput | DeleteDatalakeDelegatedAdminCommandInput | DeleteDatalakeExceptionsSubscriptionCommandInput | DeleteSubscriberCommandInput | DeleteSubscriptionNotificationConfigurationCommandInput | GetDatalakeAutoEnableCommandInput | GetDatalakeCommandInput | GetDatalakeExceptionsExpiryCommandInput | GetDatalakeExceptionsSubscriptionCommandInput | GetDatalakeStatusCommandInput | GetSubscriberCommandInput | ListDatalakeExceptionsCommandInput | ListLogSourcesCommandInput | ListSubscribersCommandInput | UpdateDatalakeCommandInput | UpdateDatalakeExceptionsExpiryCommandInput | UpdateDatalakeExceptionsSubscriptionCommandInput | UpdateSubscriberCommandInput | UpdateSubscriptionNotificationConfigurationCommandInput;
44
+ export type ServiceInputTypes = CreateAwsLogSourceCommandInput | CreateCustomLogSourceCommandInput | CreateDataLakeCommandInput | CreateDataLakeExceptionSubscriptionCommandInput | CreateDataLakeOrganizationConfigurationCommandInput | CreateSubscriberCommandInput | CreateSubscriberNotificationCommandInput | DeleteAwsLogSourceCommandInput | DeleteCustomLogSourceCommandInput | DeleteDataLakeCommandInput | DeleteDataLakeExceptionSubscriptionCommandInput | DeleteDataLakeOrganizationConfigurationCommandInput | DeleteSubscriberCommandInput | DeleteSubscriberNotificationCommandInput | DeregisterDataLakeDelegatedAdministratorCommandInput | GetDataLakeExceptionSubscriptionCommandInput | GetDataLakeOrganizationConfigurationCommandInput | GetDataLakeSourcesCommandInput | GetSubscriberCommandInput | ListDataLakeExceptionsCommandInput | ListDataLakesCommandInput | ListLogSourcesCommandInput | ListSubscribersCommandInput | RegisterDataLakeDelegatedAdministratorCommandInput | UpdateDataLakeCommandInput | UpdateDataLakeExceptionSubscriptionCommandInput | UpdateSubscriberCommandInput | UpdateSubscriberNotificationCommandInput;
47
45
  /**
48
46
  * @public
49
47
  */
50
- export type ServiceOutputTypes = CreateAwsLogSourceCommandOutput | CreateCustomLogSourceCommandOutput | CreateDatalakeAutoEnableCommandOutput | CreateDatalakeCommandOutput | CreateDatalakeDelegatedAdminCommandOutput | CreateDatalakeExceptionsSubscriptionCommandOutput | CreateSubscriberCommandOutput | CreateSubscriptionNotificationConfigurationCommandOutput | DeleteAwsLogSourceCommandOutput | DeleteCustomLogSourceCommandOutput | DeleteDatalakeAutoEnableCommandOutput | DeleteDatalakeCommandOutput | DeleteDatalakeDelegatedAdminCommandOutput | DeleteDatalakeExceptionsSubscriptionCommandOutput | DeleteSubscriberCommandOutput | DeleteSubscriptionNotificationConfigurationCommandOutput | GetDatalakeAutoEnableCommandOutput | GetDatalakeCommandOutput | GetDatalakeExceptionsExpiryCommandOutput | GetDatalakeExceptionsSubscriptionCommandOutput | GetDatalakeStatusCommandOutput | GetSubscriberCommandOutput | ListDatalakeExceptionsCommandOutput | ListLogSourcesCommandOutput | ListSubscribersCommandOutput | UpdateDatalakeCommandOutput | UpdateDatalakeExceptionsExpiryCommandOutput | UpdateDatalakeExceptionsSubscriptionCommandOutput | UpdateSubscriberCommandOutput | UpdateSubscriptionNotificationConfigurationCommandOutput;
48
+ export type ServiceOutputTypes = CreateAwsLogSourceCommandOutput | CreateCustomLogSourceCommandOutput | CreateDataLakeCommandOutput | CreateDataLakeExceptionSubscriptionCommandOutput | CreateDataLakeOrganizationConfigurationCommandOutput | CreateSubscriberCommandOutput | CreateSubscriberNotificationCommandOutput | DeleteAwsLogSourceCommandOutput | DeleteCustomLogSourceCommandOutput | DeleteDataLakeCommandOutput | DeleteDataLakeExceptionSubscriptionCommandOutput | DeleteDataLakeOrganizationConfigurationCommandOutput | DeleteSubscriberCommandOutput | DeleteSubscriberNotificationCommandOutput | DeregisterDataLakeDelegatedAdministratorCommandOutput | GetDataLakeExceptionSubscriptionCommandOutput | GetDataLakeOrganizationConfigurationCommandOutput | GetDataLakeSourcesCommandOutput | GetSubscriberCommandOutput | ListDataLakeExceptionsCommandOutput | ListDataLakesCommandOutput | ListLogSourcesCommandOutput | ListSubscribersCommandOutput | RegisterDataLakeDelegatedAdministratorCommandOutput | UpdateDataLakeCommandOutput | UpdateDataLakeExceptionSubscriptionCommandOutput | UpdateSubscriberCommandOutput | UpdateSubscriberNotificationCommandOutput;
51
49
  /**
52
50
  * @public
53
51
  */
@@ -175,14 +173,9 @@ export interface SecurityLakeClientResolvedConfig extends SecurityLakeClientReso
175
173
  }
176
174
  /**
177
175
  * @public
178
- * <note>
179
- * <p>Amazon Security Lake is in preview release. Your use of the Security Lake preview is subject to
180
- * Section 2 of the <a href="http://aws.amazon.com/service-terms/">Amazon Web Services Service
181
- * Terms</a>("Betas and Previews").</p>
182
- * </note>
183
- * <p>Amazon Security Lake is a fully managed security data lake service. You can use Security Lake to
176
+ * <p>Amazon Security Lake is a fully managed security data lake service. You can use Security Lake to
184
177
  * automatically centralize security data from cloud, on-premises, and custom sources into a
185
- * data lake that's stored in your Amazon Web Servicesaccount. Amazon Web Services Organizations
178
+ * data lake that's stored in your Amazon Web Services account. Amazon Web Services Organizations
186
179
  * is an account management service that lets you consolidate multiple Amazon Web Services
187
180
  * accounts into an organization that you create and centrally manage. With Organizations, you
188
181
  * can create member accounts and invite existing accounts to join your organization.
@@ -190,9 +183,9 @@ export interface SecurityLakeClientResolvedConfig extends SecurityLakeClientReso
190
183
  * security posture across the entire organization. It can also help you improve the
191
184
  * protection of your workloads, applications, and data.</p>
192
185
  * <p>The data lake is backed by Amazon Simple Storage Service (Amazon S3) buckets, and you
193
- * retain ownership over your data. </p>
186
+ * retain ownership over your data.</p>
194
187
  * <p>Amazon Security Lake integrates with CloudTrail, a service that provides a record of
195
- * 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
188
+ * 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
196
189
  * from the Security Lake console and code calls to the Security Lake API operations. If you create a
197
190
  * 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
198
191
  * view the most recent events in the CloudTrail console in Event history. Using the
@@ -26,18 +26,10 @@ export interface CreateAwsLogSourceCommandOutput extends CreateAwsLogSourceRespo
26
26
  * <p>Adds a natively supported Amazon Web Service as an Amazon Security Lake source. Enables
27
27
  * source types for member accounts in required Amazon Web Services Regions, based on the
28
28
  * parameters you specify. You can choose any source type in any Region for either accounts
29
- * that are part of a trusted organization or standalone accounts. At least one of the three
30
- * dimensions is a mandatory input to this API. However, you can supply any combination of the
31
- * three dimensions to this API. </p>
32
- * <p>By default, a dimension refers to the entire set. When you don't provide a dimension,
33
- * Security Lake assumes that the missing dimension refers to the entire set. This is overridden
34
- * when you supply any one of the inputs. For instance, when you do not specify members, the
35
- * API enables all Security Lake member accounts for all sources. Similarly, when you do not
36
- * specify Regions, Security Lake is enabled for all the Regions where Security Lake is available as a
37
- * service.</p>
29
+ * that are part of a trusted organization or standalone accounts. Once you add an Amazon Web Service as a source, Security Lake starts collecting logs and events from it, </p>
38
30
  * <p>You can use this API only to enable natively supported Amazon Web Services as a
39
31
  * source. Use <code>CreateCustomLogSource</code> to enable data collection from a custom
40
- * source. </p>
32
+ * source.</p>
41
33
  * @example
42
34
  * Use a bare-bones client and the command you need to make an API call.
43
35
  * ```javascript
@@ -45,32 +37,23 @@ export interface CreateAwsLogSourceCommandOutput extends CreateAwsLogSourceRespo
45
37
  * // const { SecurityLakeClient, CreateAwsLogSourceCommand } = require("@aws-sdk/client-securitylake"); // CommonJS import
46
38
  * const client = new SecurityLakeClient(config);
47
39
  * const input = { // CreateAwsLogSourceRequest
48
- * inputOrder: [ // DimensionSet // required
49
- * "STRING_VALUE",
50
- * ],
51
- * enableAllDimensions: { // AllDimensionsMap
52
- * "<keys>": { // TwoDimensionsMap
53
- * "<keys>": [ // ValueSet
40
+ * sources: [ // AwsLogSourceConfigurationList // required
41
+ * { // AwsLogSourceConfiguration
42
+ * accounts: [ // AccountList
43
+ * "STRING_VALUE",
44
+ * ],
45
+ * regions: [ // RegionList // required
54
46
  * "STRING_VALUE",
55
47
  * ],
48
+ * sourceName: "ROUTE53" || "VPC_FLOW" || "SH_FINDINGS" || "CLOUD_TRAIL_MGMT" || "LAMBDA_EXECUTION" || "S3_DATA", // required
49
+ * sourceVersion: "STRING_VALUE",
56
50
  * },
57
- * },
58
- * enableTwoDimensions: {
59
- * "<keys>": [
60
- * "STRING_VALUE",
61
- * ],
62
- * },
63
- * enableSingleDimension: [ // InputSet
64
- * "STRING_VALUE",
65
51
  * ],
66
52
  * };
67
53
  * const command = new CreateAwsLogSourceCommand(input);
68
54
  * const response = await client.send(command);
69
55
  * // { // CreateAwsLogSourceResponse
70
- * // processing: [ // AccountList
71
- * // "STRING_VALUE",
72
- * // ],
73
- * // failed: [
56
+ * // failed: [ // AccountList
74
57
  * // "STRING_VALUE",
75
58
  * // ],
76
59
  * // };
@@ -89,26 +72,24 @@ export interface CreateAwsLogSourceCommandOutput extends CreateAwsLogSourceRespo
89
72
  * Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also
90
73
  * no applicable Allow statement.</p>
91
74
  *
92
- * @throws {@link AccountNotFoundException} (client fault)
93
- * <p>Amazon Security Lake cannot find an Amazon Web Services account with the accountID that you
94
- * specified, or the account whose credentials you used to make this request isn't a member of
95
- * an organization.</p>
75
+ * @throws {@link BadRequestException} (client fault)
76
+ * <p>The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.</p>
77
+ *
78
+ * @throws {@link ConflictException} (client fault)
79
+ * <p>Occurs when a conflict with a previous successful write is detected. This generally
80
+ * occurs when the previous write did not have time to propagate to the host serving the
81
+ * current request. A retry (with appropriate backoff logic) is the recommended response to
82
+ * this exception.</p>
96
83
  *
97
84
  * @throws {@link InternalServerException} (server fault)
98
85
  * <p>Internal service exceptions are sometimes caused by transient issues. Before you start
99
- * troubleshooting, perform the operation again. </p>
86
+ * troubleshooting, perform the operation again.</p>
100
87
  *
101
88
  * @throws {@link ResourceNotFoundException} (client fault)
102
89
  * <p>The resource could not be found.</p>
103
90
  *
104
- * @throws {@link S3Exception} (client fault)
105
- * <p>Provides an extension of the AmazonServiceException for errors reported by Amazon S3 while processing a request. In particular, this class provides access to the
106
- * Amazon S3 extended request ID. If Amazon S3 is incorrectly handling a
107
- * request and you need to contact Amazon, this extended request ID may provide useful
108
- * debugging information. </p>
109
- *
110
- * @throws {@link ValidationException} (client fault)
111
- * <p>Your signing certificate could not be validated. </p>
91
+ * @throws {@link ThrottlingException} (client fault)
92
+ * <p>The limit on the number of requests per second was exceeded.</p>
112
93
  *
113
94
  * @throws {@link SecurityLakeServiceException}
114
95
  * <p>Base exception class for all service exceptions from SecurityLake service.</p>