@aws-sdk/client-securitylake 3.338.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
@@ -8,29 +8,25 @@ import {
8
8
  CreateCustomLogSourceCommandOutput,
9
9
  } from "./commands/CreateCustomLogSourceCommand";
10
10
  import {
11
- CreateDatalakeAutoEnableCommandInput,
12
- CreateDatalakeAutoEnableCommandOutput,
13
- } from "./commands/CreateDatalakeAutoEnableCommand";
11
+ CreateDataLakeCommandInput,
12
+ CreateDataLakeCommandOutput,
13
+ } from "./commands/CreateDataLakeCommand";
14
14
  import {
15
- CreateDatalakeCommandInput,
16
- CreateDatalakeCommandOutput,
17
- } from "./commands/CreateDatalakeCommand";
15
+ CreateDataLakeExceptionSubscriptionCommandInput,
16
+ CreateDataLakeExceptionSubscriptionCommandOutput,
17
+ } from "./commands/CreateDataLakeExceptionSubscriptionCommand";
18
18
  import {
19
- CreateDatalakeDelegatedAdminCommandInput,
20
- CreateDatalakeDelegatedAdminCommandOutput,
21
- } from "./commands/CreateDatalakeDelegatedAdminCommand";
22
- import {
23
- CreateDatalakeExceptionsSubscriptionCommandInput,
24
- CreateDatalakeExceptionsSubscriptionCommandOutput,
25
- } from "./commands/CreateDatalakeExceptionsSubscriptionCommand";
19
+ CreateDataLakeOrganizationConfigurationCommandInput,
20
+ CreateDataLakeOrganizationConfigurationCommandOutput,
21
+ } from "./commands/CreateDataLakeOrganizationConfigurationCommand";
26
22
  import {
27
23
  CreateSubscriberCommandInput,
28
24
  CreateSubscriberCommandOutput,
29
25
  } from "./commands/CreateSubscriberCommand";
30
26
  import {
31
- CreateSubscriptionNotificationConfigurationCommandInput,
32
- CreateSubscriptionNotificationConfigurationCommandOutput,
33
- } from "./commands/CreateSubscriptionNotificationConfigurationCommand";
27
+ CreateSubscriberNotificationCommandInput,
28
+ CreateSubscriberNotificationCommandOutput,
29
+ } from "./commands/CreateSubscriberNotificationCommand";
34
30
  import {
35
31
  DeleteAwsLogSourceCommandInput,
36
32
  DeleteAwsLogSourceCommandOutput,
@@ -40,57 +36,53 @@ import {
40
36
  DeleteCustomLogSourceCommandOutput,
41
37
  } from "./commands/DeleteCustomLogSourceCommand";
42
38
  import {
43
- DeleteDatalakeAutoEnableCommandInput,
44
- DeleteDatalakeAutoEnableCommandOutput,
45
- } from "./commands/DeleteDatalakeAutoEnableCommand";
46
- import {
47
- DeleteDatalakeCommandInput,
48
- DeleteDatalakeCommandOutput,
49
- } from "./commands/DeleteDatalakeCommand";
39
+ DeleteDataLakeCommandInput,
40
+ DeleteDataLakeCommandOutput,
41
+ } from "./commands/DeleteDataLakeCommand";
50
42
  import {
51
- DeleteDatalakeDelegatedAdminCommandInput,
52
- DeleteDatalakeDelegatedAdminCommandOutput,
53
- } from "./commands/DeleteDatalakeDelegatedAdminCommand";
43
+ DeleteDataLakeExceptionSubscriptionCommandInput,
44
+ DeleteDataLakeExceptionSubscriptionCommandOutput,
45
+ } from "./commands/DeleteDataLakeExceptionSubscriptionCommand";
54
46
  import {
55
- DeleteDatalakeExceptionsSubscriptionCommandInput,
56
- DeleteDatalakeExceptionsSubscriptionCommandOutput,
57
- } from "./commands/DeleteDatalakeExceptionsSubscriptionCommand";
47
+ DeleteDataLakeOrganizationConfigurationCommandInput,
48
+ DeleteDataLakeOrganizationConfigurationCommandOutput,
49
+ } from "./commands/DeleteDataLakeOrganizationConfigurationCommand";
58
50
  import {
59
51
  DeleteSubscriberCommandInput,
60
52
  DeleteSubscriberCommandOutput,
61
53
  } from "./commands/DeleteSubscriberCommand";
62
54
  import {
63
- DeleteSubscriptionNotificationConfigurationCommandInput,
64
- DeleteSubscriptionNotificationConfigurationCommandOutput,
65
- } from "./commands/DeleteSubscriptionNotificationConfigurationCommand";
55
+ DeleteSubscriberNotificationCommandInput,
56
+ DeleteSubscriberNotificationCommandOutput,
57
+ } from "./commands/DeleteSubscriberNotificationCommand";
66
58
  import {
67
- GetDatalakeAutoEnableCommandInput,
68
- GetDatalakeAutoEnableCommandOutput,
69
- } from "./commands/GetDatalakeAutoEnableCommand";
59
+ DeregisterDataLakeDelegatedAdministratorCommandInput,
60
+ DeregisterDataLakeDelegatedAdministratorCommandOutput,
61
+ } from "./commands/DeregisterDataLakeDelegatedAdministratorCommand";
70
62
  import {
71
- GetDatalakeCommandInput,
72
- GetDatalakeCommandOutput,
73
- } from "./commands/GetDatalakeCommand";
63
+ GetDataLakeExceptionSubscriptionCommandInput,
64
+ GetDataLakeExceptionSubscriptionCommandOutput,
65
+ } from "./commands/GetDataLakeExceptionSubscriptionCommand";
74
66
  import {
75
- GetDatalakeExceptionsExpiryCommandInput,
76
- GetDatalakeExceptionsExpiryCommandOutput,
77
- } from "./commands/GetDatalakeExceptionsExpiryCommand";
67
+ GetDataLakeOrganizationConfigurationCommandInput,
68
+ GetDataLakeOrganizationConfigurationCommandOutput,
69
+ } from "./commands/GetDataLakeOrganizationConfigurationCommand";
78
70
  import {
79
- GetDatalakeExceptionsSubscriptionCommandInput,
80
- GetDatalakeExceptionsSubscriptionCommandOutput,
81
- } from "./commands/GetDatalakeExceptionsSubscriptionCommand";
82
- import {
83
- GetDatalakeStatusCommandInput,
84
- GetDatalakeStatusCommandOutput,
85
- } from "./commands/GetDatalakeStatusCommand";
71
+ GetDataLakeSourcesCommandInput,
72
+ GetDataLakeSourcesCommandOutput,
73
+ } from "./commands/GetDataLakeSourcesCommand";
86
74
  import {
87
75
  GetSubscriberCommandInput,
88
76
  GetSubscriberCommandOutput,
89
77
  } from "./commands/GetSubscriberCommand";
90
78
  import {
91
- ListDatalakeExceptionsCommandInput,
92
- ListDatalakeExceptionsCommandOutput,
93
- } from "./commands/ListDatalakeExceptionsCommand";
79
+ ListDataLakeExceptionsCommandInput,
80
+ ListDataLakeExceptionsCommandOutput,
81
+ } from "./commands/ListDataLakeExceptionsCommand";
82
+ import {
83
+ ListDataLakesCommandInput,
84
+ ListDataLakesCommandOutput,
85
+ } from "./commands/ListDataLakesCommand";
94
86
  import {
95
87
  ListLogSourcesCommandInput,
96
88
  ListLogSourcesCommandOutput,
@@ -100,25 +92,25 @@ import {
100
92
  ListSubscribersCommandOutput,
101
93
  } from "./commands/ListSubscribersCommand";
102
94
  import {
103
- UpdateDatalakeCommandInput,
104
- UpdateDatalakeCommandOutput,
105
- } from "./commands/UpdateDatalakeCommand";
95
+ RegisterDataLakeDelegatedAdministratorCommandInput,
96
+ RegisterDataLakeDelegatedAdministratorCommandOutput,
97
+ } from "./commands/RegisterDataLakeDelegatedAdministratorCommand";
106
98
  import {
107
- UpdateDatalakeExceptionsExpiryCommandInput,
108
- UpdateDatalakeExceptionsExpiryCommandOutput,
109
- } from "./commands/UpdateDatalakeExceptionsExpiryCommand";
99
+ UpdateDataLakeCommandInput,
100
+ UpdateDataLakeCommandOutput,
101
+ } from "./commands/UpdateDataLakeCommand";
110
102
  import {
111
- UpdateDatalakeExceptionsSubscriptionCommandInput,
112
- UpdateDatalakeExceptionsSubscriptionCommandOutput,
113
- } from "./commands/UpdateDatalakeExceptionsSubscriptionCommand";
103
+ UpdateDataLakeExceptionSubscriptionCommandInput,
104
+ UpdateDataLakeExceptionSubscriptionCommandOutput,
105
+ } from "./commands/UpdateDataLakeExceptionSubscriptionCommand";
114
106
  import {
115
107
  UpdateSubscriberCommandInput,
116
108
  UpdateSubscriberCommandOutput,
117
109
  } from "./commands/UpdateSubscriberCommand";
118
110
  import {
119
- UpdateSubscriptionNotificationConfigurationCommandInput,
120
- UpdateSubscriptionNotificationConfigurationCommandOutput,
121
- } from "./commands/UpdateSubscriptionNotificationConfigurationCommand";
111
+ UpdateSubscriberNotificationCommandInput,
112
+ UpdateSubscriberNotificationCommandOutput,
113
+ } from "./commands/UpdateSubscriberNotificationCommand";
122
114
  import { SecurityLakeClient } from "./SecurityLakeClient";
123
115
  export interface SecurityLake {
124
116
  createAwsLogSource(
@@ -147,62 +139,55 @@ export interface SecurityLake {
147
139
  options: __HttpHandlerOptions,
148
140
  cb: (err: any, data?: CreateCustomLogSourceCommandOutput) => void
149
141
  ): void;
150
- createDatalake(
151
- args: CreateDatalakeCommandInput,
152
- options?: __HttpHandlerOptions
153
- ): Promise<CreateDatalakeCommandOutput>;
154
- createDatalake(
155
- args: CreateDatalakeCommandInput,
156
- cb: (err: any, data?: CreateDatalakeCommandOutput) => void
157
- ): void;
158
- createDatalake(
159
- args: CreateDatalakeCommandInput,
160
- options: __HttpHandlerOptions,
161
- cb: (err: any, data?: CreateDatalakeCommandOutput) => void
162
- ): void;
163
- createDatalakeAutoEnable(
164
- args: CreateDatalakeAutoEnableCommandInput,
142
+ createDataLake(
143
+ args: CreateDataLakeCommandInput,
165
144
  options?: __HttpHandlerOptions
166
- ): Promise<CreateDatalakeAutoEnableCommandOutput>;
167
- createDatalakeAutoEnable(
168
- args: CreateDatalakeAutoEnableCommandInput,
169
- cb: (err: any, data?: CreateDatalakeAutoEnableCommandOutput) => void
145
+ ): Promise<CreateDataLakeCommandOutput>;
146
+ createDataLake(
147
+ args: CreateDataLakeCommandInput,
148
+ cb: (err: any, data?: CreateDataLakeCommandOutput) => void
170
149
  ): void;
171
- createDatalakeAutoEnable(
172
- args: CreateDatalakeAutoEnableCommandInput,
150
+ createDataLake(
151
+ args: CreateDataLakeCommandInput,
173
152
  options: __HttpHandlerOptions,
174
- cb: (err: any, data?: CreateDatalakeAutoEnableCommandOutput) => void
153
+ cb: (err: any, data?: CreateDataLakeCommandOutput) => void
175
154
  ): void;
176
- createDatalakeDelegatedAdmin(
177
- args: CreateDatalakeDelegatedAdminCommandInput,
155
+ createDataLakeExceptionSubscription(
156
+ args: CreateDataLakeExceptionSubscriptionCommandInput,
178
157
  options?: __HttpHandlerOptions
179
- ): Promise<CreateDatalakeDelegatedAdminCommandOutput>;
180
- createDatalakeDelegatedAdmin(
181
- args: CreateDatalakeDelegatedAdminCommandInput,
182
- cb: (err: any, data?: CreateDatalakeDelegatedAdminCommandOutput) => void
158
+ ): Promise<CreateDataLakeExceptionSubscriptionCommandOutput>;
159
+ createDataLakeExceptionSubscription(
160
+ args: CreateDataLakeExceptionSubscriptionCommandInput,
161
+ cb: (
162
+ err: any,
163
+ data?: CreateDataLakeExceptionSubscriptionCommandOutput
164
+ ) => void
183
165
  ): void;
184
- createDatalakeDelegatedAdmin(
185
- args: CreateDatalakeDelegatedAdminCommandInput,
166
+ createDataLakeExceptionSubscription(
167
+ args: CreateDataLakeExceptionSubscriptionCommandInput,
186
168
  options: __HttpHandlerOptions,
187
- cb: (err: any, data?: CreateDatalakeDelegatedAdminCommandOutput) => void
169
+ cb: (
170
+ err: any,
171
+ data?: CreateDataLakeExceptionSubscriptionCommandOutput
172
+ ) => void
188
173
  ): void;
189
- createDatalakeExceptionsSubscription(
190
- args: CreateDatalakeExceptionsSubscriptionCommandInput,
174
+ createDataLakeOrganizationConfiguration(
175
+ args: CreateDataLakeOrganizationConfigurationCommandInput,
191
176
  options?: __HttpHandlerOptions
192
- ): Promise<CreateDatalakeExceptionsSubscriptionCommandOutput>;
193
- createDatalakeExceptionsSubscription(
194
- args: CreateDatalakeExceptionsSubscriptionCommandInput,
177
+ ): Promise<CreateDataLakeOrganizationConfigurationCommandOutput>;
178
+ createDataLakeOrganizationConfiguration(
179
+ args: CreateDataLakeOrganizationConfigurationCommandInput,
195
180
  cb: (
196
181
  err: any,
197
- data?: CreateDatalakeExceptionsSubscriptionCommandOutput
182
+ data?: CreateDataLakeOrganizationConfigurationCommandOutput
198
183
  ) => void
199
184
  ): void;
200
- createDatalakeExceptionsSubscription(
201
- args: CreateDatalakeExceptionsSubscriptionCommandInput,
185
+ createDataLakeOrganizationConfiguration(
186
+ args: CreateDataLakeOrganizationConfigurationCommandInput,
202
187
  options: __HttpHandlerOptions,
203
188
  cb: (
204
189
  err: any,
205
- data?: CreateDatalakeExceptionsSubscriptionCommandOutput
190
+ data?: CreateDataLakeOrganizationConfigurationCommandOutput
206
191
  ) => void
207
192
  ): void;
208
193
  createSubscriber(
@@ -218,24 +203,18 @@ export interface SecurityLake {
218
203
  options: __HttpHandlerOptions,
219
204
  cb: (err: any, data?: CreateSubscriberCommandOutput) => void
220
205
  ): void;
221
- createSubscriptionNotificationConfiguration(
222
- args: CreateSubscriptionNotificationConfigurationCommandInput,
206
+ createSubscriberNotification(
207
+ args: CreateSubscriberNotificationCommandInput,
223
208
  options?: __HttpHandlerOptions
224
- ): Promise<CreateSubscriptionNotificationConfigurationCommandOutput>;
225
- createSubscriptionNotificationConfiguration(
226
- args: CreateSubscriptionNotificationConfigurationCommandInput,
227
- cb: (
228
- err: any,
229
- data?: CreateSubscriptionNotificationConfigurationCommandOutput
230
- ) => void
209
+ ): Promise<CreateSubscriberNotificationCommandOutput>;
210
+ createSubscriberNotification(
211
+ args: CreateSubscriberNotificationCommandInput,
212
+ cb: (err: any, data?: CreateSubscriberNotificationCommandOutput) => void
231
213
  ): void;
232
- createSubscriptionNotificationConfiguration(
233
- args: CreateSubscriptionNotificationConfigurationCommandInput,
214
+ createSubscriberNotification(
215
+ args: CreateSubscriberNotificationCommandInput,
234
216
  options: __HttpHandlerOptions,
235
- cb: (
236
- err: any,
237
- data?: CreateSubscriptionNotificationConfigurationCommandOutput
238
- ) => void
217
+ cb: (err: any, data?: CreateSubscriberNotificationCommandOutput) => void
239
218
  ): void;
240
219
  deleteAwsLogSource(
241
220
  args: DeleteAwsLogSourceCommandInput,
@@ -263,62 +242,55 @@ export interface SecurityLake {
263
242
  options: __HttpHandlerOptions,
264
243
  cb: (err: any, data?: DeleteCustomLogSourceCommandOutput) => void
265
244
  ): void;
266
- deleteDatalake(
267
- args: DeleteDatalakeCommandInput,
268
- options?: __HttpHandlerOptions
269
- ): Promise<DeleteDatalakeCommandOutput>;
270
- deleteDatalake(
271
- args: DeleteDatalakeCommandInput,
272
- cb: (err: any, data?: DeleteDatalakeCommandOutput) => void
273
- ): void;
274
- deleteDatalake(
275
- args: DeleteDatalakeCommandInput,
276
- options: __HttpHandlerOptions,
277
- cb: (err: any, data?: DeleteDatalakeCommandOutput) => void
278
- ): void;
279
- deleteDatalakeAutoEnable(
280
- args: DeleteDatalakeAutoEnableCommandInput,
245
+ deleteDataLake(
246
+ args: DeleteDataLakeCommandInput,
281
247
  options?: __HttpHandlerOptions
282
- ): Promise<DeleteDatalakeAutoEnableCommandOutput>;
283
- deleteDatalakeAutoEnable(
284
- args: DeleteDatalakeAutoEnableCommandInput,
285
- cb: (err: any, data?: DeleteDatalakeAutoEnableCommandOutput) => void
248
+ ): Promise<DeleteDataLakeCommandOutput>;
249
+ deleteDataLake(
250
+ args: DeleteDataLakeCommandInput,
251
+ cb: (err: any, data?: DeleteDataLakeCommandOutput) => void
286
252
  ): void;
287
- deleteDatalakeAutoEnable(
288
- args: DeleteDatalakeAutoEnableCommandInput,
253
+ deleteDataLake(
254
+ args: DeleteDataLakeCommandInput,
289
255
  options: __HttpHandlerOptions,
290
- cb: (err: any, data?: DeleteDatalakeAutoEnableCommandOutput) => void
256
+ cb: (err: any, data?: DeleteDataLakeCommandOutput) => void
291
257
  ): void;
292
- deleteDatalakeDelegatedAdmin(
293
- args: DeleteDatalakeDelegatedAdminCommandInput,
258
+ deleteDataLakeExceptionSubscription(
259
+ args: DeleteDataLakeExceptionSubscriptionCommandInput,
294
260
  options?: __HttpHandlerOptions
295
- ): Promise<DeleteDatalakeDelegatedAdminCommandOutput>;
296
- deleteDatalakeDelegatedAdmin(
297
- args: DeleteDatalakeDelegatedAdminCommandInput,
298
- cb: (err: any, data?: DeleteDatalakeDelegatedAdminCommandOutput) => void
261
+ ): Promise<DeleteDataLakeExceptionSubscriptionCommandOutput>;
262
+ deleteDataLakeExceptionSubscription(
263
+ args: DeleteDataLakeExceptionSubscriptionCommandInput,
264
+ cb: (
265
+ err: any,
266
+ data?: DeleteDataLakeExceptionSubscriptionCommandOutput
267
+ ) => void
299
268
  ): void;
300
- deleteDatalakeDelegatedAdmin(
301
- args: DeleteDatalakeDelegatedAdminCommandInput,
269
+ deleteDataLakeExceptionSubscription(
270
+ args: DeleteDataLakeExceptionSubscriptionCommandInput,
302
271
  options: __HttpHandlerOptions,
303
- cb: (err: any, data?: DeleteDatalakeDelegatedAdminCommandOutput) => void
272
+ cb: (
273
+ err: any,
274
+ data?: DeleteDataLakeExceptionSubscriptionCommandOutput
275
+ ) => void
304
276
  ): void;
305
- deleteDatalakeExceptionsSubscription(
306
- args: DeleteDatalakeExceptionsSubscriptionCommandInput,
277
+ deleteDataLakeOrganizationConfiguration(
278
+ args: DeleteDataLakeOrganizationConfigurationCommandInput,
307
279
  options?: __HttpHandlerOptions
308
- ): Promise<DeleteDatalakeExceptionsSubscriptionCommandOutput>;
309
- deleteDatalakeExceptionsSubscription(
310
- args: DeleteDatalakeExceptionsSubscriptionCommandInput,
280
+ ): Promise<DeleteDataLakeOrganizationConfigurationCommandOutput>;
281
+ deleteDataLakeOrganizationConfiguration(
282
+ args: DeleteDataLakeOrganizationConfigurationCommandInput,
311
283
  cb: (
312
284
  err: any,
313
- data?: DeleteDatalakeExceptionsSubscriptionCommandOutput
285
+ data?: DeleteDataLakeOrganizationConfigurationCommandOutput
314
286
  ) => void
315
287
  ): void;
316
- deleteDatalakeExceptionsSubscription(
317
- args: DeleteDatalakeExceptionsSubscriptionCommandInput,
288
+ deleteDataLakeOrganizationConfiguration(
289
+ args: DeleteDataLakeOrganizationConfigurationCommandInput,
318
290
  options: __HttpHandlerOptions,
319
291
  cb: (
320
292
  err: any,
321
- data?: DeleteDatalakeExceptionsSubscriptionCommandOutput
293
+ data?: DeleteDataLakeOrganizationConfigurationCommandOutput
322
294
  ) => void
323
295
  ): void;
324
296
  deleteSubscriber(
@@ -334,95 +306,82 @@ export interface SecurityLake {
334
306
  options: __HttpHandlerOptions,
335
307
  cb: (err: any, data?: DeleteSubscriberCommandOutput) => void
336
308
  ): void;
337
- deleteSubscriptionNotificationConfiguration(
338
- args: DeleteSubscriptionNotificationConfigurationCommandInput,
309
+ deleteSubscriberNotification(
310
+ args: DeleteSubscriberNotificationCommandInput,
311
+ options?: __HttpHandlerOptions
312
+ ): Promise<DeleteSubscriberNotificationCommandOutput>;
313
+ deleteSubscriberNotification(
314
+ args: DeleteSubscriberNotificationCommandInput,
315
+ cb: (err: any, data?: DeleteSubscriberNotificationCommandOutput) => void
316
+ ): void;
317
+ deleteSubscriberNotification(
318
+ args: DeleteSubscriberNotificationCommandInput,
319
+ options: __HttpHandlerOptions,
320
+ cb: (err: any, data?: DeleteSubscriberNotificationCommandOutput) => void
321
+ ): void;
322
+ deregisterDataLakeDelegatedAdministrator(
323
+ args: DeregisterDataLakeDelegatedAdministratorCommandInput,
339
324
  options?: __HttpHandlerOptions
340
- ): Promise<DeleteSubscriptionNotificationConfigurationCommandOutput>;
341
- deleteSubscriptionNotificationConfiguration(
342
- args: DeleteSubscriptionNotificationConfigurationCommandInput,
325
+ ): Promise<DeregisterDataLakeDelegatedAdministratorCommandOutput>;
326
+ deregisterDataLakeDelegatedAdministrator(
327
+ args: DeregisterDataLakeDelegatedAdministratorCommandInput,
343
328
  cb: (
344
329
  err: any,
345
- data?: DeleteSubscriptionNotificationConfigurationCommandOutput
330
+ data?: DeregisterDataLakeDelegatedAdministratorCommandOutput
346
331
  ) => void
347
332
  ): void;
348
- deleteSubscriptionNotificationConfiguration(
349
- args: DeleteSubscriptionNotificationConfigurationCommandInput,
333
+ deregisterDataLakeDelegatedAdministrator(
334
+ args: DeregisterDataLakeDelegatedAdministratorCommandInput,
350
335
  options: __HttpHandlerOptions,
351
336
  cb: (
352
337
  err: any,
353
- data?: DeleteSubscriptionNotificationConfigurationCommandOutput
338
+ data?: DeregisterDataLakeDelegatedAdministratorCommandOutput
354
339
  ) => void
355
340
  ): void;
356
- getDatalake(
357
- args: GetDatalakeCommandInput,
341
+ getDataLakeExceptionSubscription(
342
+ args: GetDataLakeExceptionSubscriptionCommandInput,
358
343
  options?: __HttpHandlerOptions
359
- ): Promise<GetDatalakeCommandOutput>;
360
- getDatalake(
361
- args: GetDatalakeCommandInput,
362
- cb: (err: any, data?: GetDatalakeCommandOutput) => void
344
+ ): Promise<GetDataLakeExceptionSubscriptionCommandOutput>;
345
+ getDataLakeExceptionSubscription(
346
+ args: GetDataLakeExceptionSubscriptionCommandInput,
347
+ cb: (err: any, data?: GetDataLakeExceptionSubscriptionCommandOutput) => void
363
348
  ): void;
364
- getDatalake(
365
- args: GetDatalakeCommandInput,
349
+ getDataLakeExceptionSubscription(
350
+ args: GetDataLakeExceptionSubscriptionCommandInput,
366
351
  options: __HttpHandlerOptions,
367
- cb: (err: any, data?: GetDatalakeCommandOutput) => void
352
+ cb: (err: any, data?: GetDataLakeExceptionSubscriptionCommandOutput) => void
368
353
  ): void;
369
- getDatalakeAutoEnable(
370
- args: GetDatalakeAutoEnableCommandInput,
354
+ getDataLakeOrganizationConfiguration(
355
+ args: GetDataLakeOrganizationConfigurationCommandInput,
371
356
  options?: __HttpHandlerOptions
372
- ): Promise<GetDatalakeAutoEnableCommandOutput>;
373
- getDatalakeAutoEnable(
374
- args: GetDatalakeAutoEnableCommandInput,
375
- cb: (err: any, data?: GetDatalakeAutoEnableCommandOutput) => void
376
- ): void;
377
- getDatalakeAutoEnable(
378
- args: GetDatalakeAutoEnableCommandInput,
379
- options: __HttpHandlerOptions,
380
- cb: (err: any, data?: GetDatalakeAutoEnableCommandOutput) => void
381
- ): void;
382
- getDatalakeExceptionsExpiry(
383
- args: GetDatalakeExceptionsExpiryCommandInput,
384
- options?: __HttpHandlerOptions
385
- ): Promise<GetDatalakeExceptionsExpiryCommandOutput>;
386
- getDatalakeExceptionsExpiry(
387
- args: GetDatalakeExceptionsExpiryCommandInput,
388
- cb: (err: any, data?: GetDatalakeExceptionsExpiryCommandOutput) => void
389
- ): void;
390
- getDatalakeExceptionsExpiry(
391
- args: GetDatalakeExceptionsExpiryCommandInput,
392
- options: __HttpHandlerOptions,
393
- cb: (err: any, data?: GetDatalakeExceptionsExpiryCommandOutput) => void
394
- ): void;
395
- getDatalakeExceptionsSubscription(
396
- args: GetDatalakeExceptionsSubscriptionCommandInput,
397
- options?: __HttpHandlerOptions
398
- ): Promise<GetDatalakeExceptionsSubscriptionCommandOutput>;
399
- getDatalakeExceptionsSubscription(
400
- args: GetDatalakeExceptionsSubscriptionCommandInput,
357
+ ): Promise<GetDataLakeOrganizationConfigurationCommandOutput>;
358
+ getDataLakeOrganizationConfiguration(
359
+ args: GetDataLakeOrganizationConfigurationCommandInput,
401
360
  cb: (
402
361
  err: any,
403
- data?: GetDatalakeExceptionsSubscriptionCommandOutput
362
+ data?: GetDataLakeOrganizationConfigurationCommandOutput
404
363
  ) => void
405
364
  ): void;
406
- getDatalakeExceptionsSubscription(
407
- args: GetDatalakeExceptionsSubscriptionCommandInput,
365
+ getDataLakeOrganizationConfiguration(
366
+ args: GetDataLakeOrganizationConfigurationCommandInput,
408
367
  options: __HttpHandlerOptions,
409
368
  cb: (
410
369
  err: any,
411
- data?: GetDatalakeExceptionsSubscriptionCommandOutput
370
+ data?: GetDataLakeOrganizationConfigurationCommandOutput
412
371
  ) => void
413
372
  ): void;
414
- getDatalakeStatus(
415
- args: GetDatalakeStatusCommandInput,
373
+ getDataLakeSources(
374
+ args: GetDataLakeSourcesCommandInput,
416
375
  options?: __HttpHandlerOptions
417
- ): Promise<GetDatalakeStatusCommandOutput>;
418
- getDatalakeStatus(
419
- args: GetDatalakeStatusCommandInput,
420
- cb: (err: any, data?: GetDatalakeStatusCommandOutput) => void
376
+ ): Promise<GetDataLakeSourcesCommandOutput>;
377
+ getDataLakeSources(
378
+ args: GetDataLakeSourcesCommandInput,
379
+ cb: (err: any, data?: GetDataLakeSourcesCommandOutput) => void
421
380
  ): void;
422
- getDatalakeStatus(
423
- args: GetDatalakeStatusCommandInput,
381
+ getDataLakeSources(
382
+ args: GetDataLakeSourcesCommandInput,
424
383
  options: __HttpHandlerOptions,
425
- cb: (err: any, data?: GetDatalakeStatusCommandOutput) => void
384
+ cb: (err: any, data?: GetDataLakeSourcesCommandOutput) => void
426
385
  ): void;
427
386
  getSubscriber(
428
387
  args: GetSubscriberCommandInput,
@@ -437,18 +396,31 @@ export interface SecurityLake {
437
396
  options: __HttpHandlerOptions,
438
397
  cb: (err: any, data?: GetSubscriberCommandOutput) => void
439
398
  ): void;
440
- listDatalakeExceptions(
441
- args: ListDatalakeExceptionsCommandInput,
399
+ listDataLakeExceptions(
400
+ args: ListDataLakeExceptionsCommandInput,
442
401
  options?: __HttpHandlerOptions
443
- ): Promise<ListDatalakeExceptionsCommandOutput>;
444
- listDatalakeExceptions(
445
- args: ListDatalakeExceptionsCommandInput,
446
- cb: (err: any, data?: ListDatalakeExceptionsCommandOutput) => void
402
+ ): Promise<ListDataLakeExceptionsCommandOutput>;
403
+ listDataLakeExceptions(
404
+ args: ListDataLakeExceptionsCommandInput,
405
+ cb: (err: any, data?: ListDataLakeExceptionsCommandOutput) => void
447
406
  ): void;
448
- listDatalakeExceptions(
449
- args: ListDatalakeExceptionsCommandInput,
407
+ listDataLakeExceptions(
408
+ args: ListDataLakeExceptionsCommandInput,
450
409
  options: __HttpHandlerOptions,
451
- cb: (err: any, data?: ListDatalakeExceptionsCommandOutput) => void
410
+ cb: (err: any, data?: ListDataLakeExceptionsCommandOutput) => void
411
+ ): void;
412
+ listDataLakes(
413
+ args: ListDataLakesCommandInput,
414
+ options?: __HttpHandlerOptions
415
+ ): Promise<ListDataLakesCommandOutput>;
416
+ listDataLakes(
417
+ args: ListDataLakesCommandInput,
418
+ cb: (err: any, data?: ListDataLakesCommandOutput) => void
419
+ ): void;
420
+ listDataLakes(
421
+ args: ListDataLakesCommandInput,
422
+ options: __HttpHandlerOptions,
423
+ cb: (err: any, data?: ListDataLakesCommandOutput) => void
452
424
  ): void;
453
425
  listLogSources(
454
426
  args: ListLogSourcesCommandInput,
@@ -476,49 +448,55 @@ export interface SecurityLake {
476
448
  options: __HttpHandlerOptions,
477
449
  cb: (err: any, data?: ListSubscribersCommandOutput) => void
478
450
  ): void;
479
- updateDatalake(
480
- args: UpdateDatalakeCommandInput,
451
+ registerDataLakeDelegatedAdministrator(
452
+ args: RegisterDataLakeDelegatedAdministratorCommandInput,
481
453
  options?: __HttpHandlerOptions
482
- ): Promise<UpdateDatalakeCommandOutput>;
483
- updateDatalake(
484
- args: UpdateDatalakeCommandInput,
485
- cb: (err: any, data?: UpdateDatalakeCommandOutput) => void
454
+ ): Promise<RegisterDataLakeDelegatedAdministratorCommandOutput>;
455
+ registerDataLakeDelegatedAdministrator(
456
+ args: RegisterDataLakeDelegatedAdministratorCommandInput,
457
+ cb: (
458
+ err: any,
459
+ data?: RegisterDataLakeDelegatedAdministratorCommandOutput
460
+ ) => void
486
461
  ): void;
487
- updateDatalake(
488
- args: UpdateDatalakeCommandInput,
462
+ registerDataLakeDelegatedAdministrator(
463
+ args: RegisterDataLakeDelegatedAdministratorCommandInput,
489
464
  options: __HttpHandlerOptions,
490
- cb: (err: any, data?: UpdateDatalakeCommandOutput) => void
465
+ cb: (
466
+ err: any,
467
+ data?: RegisterDataLakeDelegatedAdministratorCommandOutput
468
+ ) => void
491
469
  ): void;
492
- updateDatalakeExceptionsExpiry(
493
- args: UpdateDatalakeExceptionsExpiryCommandInput,
470
+ updateDataLake(
471
+ args: UpdateDataLakeCommandInput,
494
472
  options?: __HttpHandlerOptions
495
- ): Promise<UpdateDatalakeExceptionsExpiryCommandOutput>;
496
- updateDatalakeExceptionsExpiry(
497
- args: UpdateDatalakeExceptionsExpiryCommandInput,
498
- cb: (err: any, data?: UpdateDatalakeExceptionsExpiryCommandOutput) => void
473
+ ): Promise<UpdateDataLakeCommandOutput>;
474
+ updateDataLake(
475
+ args: UpdateDataLakeCommandInput,
476
+ cb: (err: any, data?: UpdateDataLakeCommandOutput) => void
499
477
  ): void;
500
- updateDatalakeExceptionsExpiry(
501
- args: UpdateDatalakeExceptionsExpiryCommandInput,
478
+ updateDataLake(
479
+ args: UpdateDataLakeCommandInput,
502
480
  options: __HttpHandlerOptions,
503
- cb: (err: any, data?: UpdateDatalakeExceptionsExpiryCommandOutput) => void
481
+ cb: (err: any, data?: UpdateDataLakeCommandOutput) => void
504
482
  ): void;
505
- updateDatalakeExceptionsSubscription(
506
- args: UpdateDatalakeExceptionsSubscriptionCommandInput,
483
+ updateDataLakeExceptionSubscription(
484
+ args: UpdateDataLakeExceptionSubscriptionCommandInput,
507
485
  options?: __HttpHandlerOptions
508
- ): Promise<UpdateDatalakeExceptionsSubscriptionCommandOutput>;
509
- updateDatalakeExceptionsSubscription(
510
- args: UpdateDatalakeExceptionsSubscriptionCommandInput,
486
+ ): Promise<UpdateDataLakeExceptionSubscriptionCommandOutput>;
487
+ updateDataLakeExceptionSubscription(
488
+ args: UpdateDataLakeExceptionSubscriptionCommandInput,
511
489
  cb: (
512
490
  err: any,
513
- data?: UpdateDatalakeExceptionsSubscriptionCommandOutput
491
+ data?: UpdateDataLakeExceptionSubscriptionCommandOutput
514
492
  ) => void
515
493
  ): void;
516
- updateDatalakeExceptionsSubscription(
517
- args: UpdateDatalakeExceptionsSubscriptionCommandInput,
494
+ updateDataLakeExceptionSubscription(
495
+ args: UpdateDataLakeExceptionSubscriptionCommandInput,
518
496
  options: __HttpHandlerOptions,
519
497
  cb: (
520
498
  err: any,
521
- data?: UpdateDatalakeExceptionsSubscriptionCommandOutput
499
+ data?: UpdateDataLakeExceptionSubscriptionCommandOutput
522
500
  ) => void
523
501
  ): void;
524
502
  updateSubscriber(
@@ -534,24 +512,18 @@ export interface SecurityLake {
534
512
  options: __HttpHandlerOptions,
535
513
  cb: (err: any, data?: UpdateSubscriberCommandOutput) => void
536
514
  ): void;
537
- updateSubscriptionNotificationConfiguration(
538
- args: UpdateSubscriptionNotificationConfigurationCommandInput,
515
+ updateSubscriberNotification(
516
+ args: UpdateSubscriberNotificationCommandInput,
539
517
  options?: __HttpHandlerOptions
540
- ): Promise<UpdateSubscriptionNotificationConfigurationCommandOutput>;
541
- updateSubscriptionNotificationConfiguration(
542
- args: UpdateSubscriptionNotificationConfigurationCommandInput,
543
- cb: (
544
- err: any,
545
- data?: UpdateSubscriptionNotificationConfigurationCommandOutput
546
- ) => void
518
+ ): Promise<UpdateSubscriberNotificationCommandOutput>;
519
+ updateSubscriberNotification(
520
+ args: UpdateSubscriberNotificationCommandInput,
521
+ cb: (err: any, data?: UpdateSubscriberNotificationCommandOutput) => void
547
522
  ): void;
548
- updateSubscriptionNotificationConfiguration(
549
- args: UpdateSubscriptionNotificationConfigurationCommandInput,
523
+ updateSubscriberNotification(
524
+ args: UpdateSubscriberNotificationCommandInput,
550
525
  options: __HttpHandlerOptions,
551
- cb: (
552
- err: any,
553
- data?: UpdateSubscriptionNotificationConfigurationCommandOutput
554
- ) => void
526
+ cb: (err: any, data?: UpdateSubscriberNotificationCommandOutput) => void
555
527
  ): void;
556
528
  }
557
529
  export declare class SecurityLake