@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
@@ -55,29 +55,25 @@ import {
55
55
  CreateCustomLogSourceCommandOutput,
56
56
  } from "./commands/CreateCustomLogSourceCommand";
57
57
  import {
58
- CreateDatalakeAutoEnableCommandInput,
59
- CreateDatalakeAutoEnableCommandOutput,
60
- } from "./commands/CreateDatalakeAutoEnableCommand";
58
+ CreateDataLakeCommandInput,
59
+ CreateDataLakeCommandOutput,
60
+ } from "./commands/CreateDataLakeCommand";
61
61
  import {
62
- CreateDatalakeCommandInput,
63
- CreateDatalakeCommandOutput,
64
- } from "./commands/CreateDatalakeCommand";
62
+ CreateDataLakeExceptionSubscriptionCommandInput,
63
+ CreateDataLakeExceptionSubscriptionCommandOutput,
64
+ } from "./commands/CreateDataLakeExceptionSubscriptionCommand";
65
65
  import {
66
- CreateDatalakeDelegatedAdminCommandInput,
67
- CreateDatalakeDelegatedAdminCommandOutput,
68
- } from "./commands/CreateDatalakeDelegatedAdminCommand";
69
- import {
70
- CreateDatalakeExceptionsSubscriptionCommandInput,
71
- CreateDatalakeExceptionsSubscriptionCommandOutput,
72
- } from "./commands/CreateDatalakeExceptionsSubscriptionCommand";
66
+ CreateDataLakeOrganizationConfigurationCommandInput,
67
+ CreateDataLakeOrganizationConfigurationCommandOutput,
68
+ } from "./commands/CreateDataLakeOrganizationConfigurationCommand";
73
69
  import {
74
70
  CreateSubscriberCommandInput,
75
71
  CreateSubscriberCommandOutput,
76
72
  } from "./commands/CreateSubscriberCommand";
77
73
  import {
78
- CreateSubscriptionNotificationConfigurationCommandInput,
79
- CreateSubscriptionNotificationConfigurationCommandOutput,
80
- } from "./commands/CreateSubscriptionNotificationConfigurationCommand";
74
+ CreateSubscriberNotificationCommandInput,
75
+ CreateSubscriberNotificationCommandOutput,
76
+ } from "./commands/CreateSubscriberNotificationCommand";
81
77
  import {
82
78
  DeleteAwsLogSourceCommandInput,
83
79
  DeleteAwsLogSourceCommandOutput,
@@ -87,57 +83,53 @@ import {
87
83
  DeleteCustomLogSourceCommandOutput,
88
84
  } from "./commands/DeleteCustomLogSourceCommand";
89
85
  import {
90
- DeleteDatalakeAutoEnableCommandInput,
91
- DeleteDatalakeAutoEnableCommandOutput,
92
- } from "./commands/DeleteDatalakeAutoEnableCommand";
93
- import {
94
- DeleteDatalakeCommandInput,
95
- DeleteDatalakeCommandOutput,
96
- } from "./commands/DeleteDatalakeCommand";
86
+ DeleteDataLakeCommandInput,
87
+ DeleteDataLakeCommandOutput,
88
+ } from "./commands/DeleteDataLakeCommand";
97
89
  import {
98
- DeleteDatalakeDelegatedAdminCommandInput,
99
- DeleteDatalakeDelegatedAdminCommandOutput,
100
- } from "./commands/DeleteDatalakeDelegatedAdminCommand";
90
+ DeleteDataLakeExceptionSubscriptionCommandInput,
91
+ DeleteDataLakeExceptionSubscriptionCommandOutput,
92
+ } from "./commands/DeleteDataLakeExceptionSubscriptionCommand";
101
93
  import {
102
- DeleteDatalakeExceptionsSubscriptionCommandInput,
103
- DeleteDatalakeExceptionsSubscriptionCommandOutput,
104
- } from "./commands/DeleteDatalakeExceptionsSubscriptionCommand";
94
+ DeleteDataLakeOrganizationConfigurationCommandInput,
95
+ DeleteDataLakeOrganizationConfigurationCommandOutput,
96
+ } from "./commands/DeleteDataLakeOrganizationConfigurationCommand";
105
97
  import {
106
98
  DeleteSubscriberCommandInput,
107
99
  DeleteSubscriberCommandOutput,
108
100
  } from "./commands/DeleteSubscriberCommand";
109
101
  import {
110
- DeleteSubscriptionNotificationConfigurationCommandInput,
111
- DeleteSubscriptionNotificationConfigurationCommandOutput,
112
- } from "./commands/DeleteSubscriptionNotificationConfigurationCommand";
102
+ DeleteSubscriberNotificationCommandInput,
103
+ DeleteSubscriberNotificationCommandOutput,
104
+ } from "./commands/DeleteSubscriberNotificationCommand";
113
105
  import {
114
- GetDatalakeAutoEnableCommandInput,
115
- GetDatalakeAutoEnableCommandOutput,
116
- } from "./commands/GetDatalakeAutoEnableCommand";
106
+ DeregisterDataLakeDelegatedAdministratorCommandInput,
107
+ DeregisterDataLakeDelegatedAdministratorCommandOutput,
108
+ } from "./commands/DeregisterDataLakeDelegatedAdministratorCommand";
117
109
  import {
118
- GetDatalakeCommandInput,
119
- GetDatalakeCommandOutput,
120
- } from "./commands/GetDatalakeCommand";
110
+ GetDataLakeExceptionSubscriptionCommandInput,
111
+ GetDataLakeExceptionSubscriptionCommandOutput,
112
+ } from "./commands/GetDataLakeExceptionSubscriptionCommand";
121
113
  import {
122
- GetDatalakeExceptionsExpiryCommandInput,
123
- GetDatalakeExceptionsExpiryCommandOutput,
124
- } from "./commands/GetDatalakeExceptionsExpiryCommand";
114
+ GetDataLakeOrganizationConfigurationCommandInput,
115
+ GetDataLakeOrganizationConfigurationCommandOutput,
116
+ } from "./commands/GetDataLakeOrganizationConfigurationCommand";
125
117
  import {
126
- GetDatalakeExceptionsSubscriptionCommandInput,
127
- GetDatalakeExceptionsSubscriptionCommandOutput,
128
- } from "./commands/GetDatalakeExceptionsSubscriptionCommand";
129
- import {
130
- GetDatalakeStatusCommandInput,
131
- GetDatalakeStatusCommandOutput,
132
- } from "./commands/GetDatalakeStatusCommand";
118
+ GetDataLakeSourcesCommandInput,
119
+ GetDataLakeSourcesCommandOutput,
120
+ } from "./commands/GetDataLakeSourcesCommand";
133
121
  import {
134
122
  GetSubscriberCommandInput,
135
123
  GetSubscriberCommandOutput,
136
124
  } from "./commands/GetSubscriberCommand";
137
125
  import {
138
- ListDatalakeExceptionsCommandInput,
139
- ListDatalakeExceptionsCommandOutput,
140
- } from "./commands/ListDatalakeExceptionsCommand";
126
+ ListDataLakeExceptionsCommandInput,
127
+ ListDataLakeExceptionsCommandOutput,
128
+ } from "./commands/ListDataLakeExceptionsCommand";
129
+ import {
130
+ ListDataLakesCommandInput,
131
+ ListDataLakesCommandOutput,
132
+ } from "./commands/ListDataLakesCommand";
141
133
  import {
142
134
  ListLogSourcesCommandInput,
143
135
  ListLogSourcesCommandOutput,
@@ -147,25 +139,25 @@ import {
147
139
  ListSubscribersCommandOutput,
148
140
  } from "./commands/ListSubscribersCommand";
149
141
  import {
150
- UpdateDatalakeCommandInput,
151
- UpdateDatalakeCommandOutput,
152
- } from "./commands/UpdateDatalakeCommand";
142
+ RegisterDataLakeDelegatedAdministratorCommandInput,
143
+ RegisterDataLakeDelegatedAdministratorCommandOutput,
144
+ } from "./commands/RegisterDataLakeDelegatedAdministratorCommand";
153
145
  import {
154
- UpdateDatalakeExceptionsExpiryCommandInput,
155
- UpdateDatalakeExceptionsExpiryCommandOutput,
156
- } from "./commands/UpdateDatalakeExceptionsExpiryCommand";
146
+ UpdateDataLakeCommandInput,
147
+ UpdateDataLakeCommandOutput,
148
+ } from "./commands/UpdateDataLakeCommand";
157
149
  import {
158
- UpdateDatalakeExceptionsSubscriptionCommandInput,
159
- UpdateDatalakeExceptionsSubscriptionCommandOutput,
160
- } from "./commands/UpdateDatalakeExceptionsSubscriptionCommand";
150
+ UpdateDataLakeExceptionSubscriptionCommandInput,
151
+ UpdateDataLakeExceptionSubscriptionCommandOutput,
152
+ } from "./commands/UpdateDataLakeExceptionSubscriptionCommand";
161
153
  import {
162
154
  UpdateSubscriberCommandInput,
163
155
  UpdateSubscriberCommandOutput,
164
156
  } from "./commands/UpdateSubscriberCommand";
165
157
  import {
166
- UpdateSubscriptionNotificationConfigurationCommandInput,
167
- UpdateSubscriptionNotificationConfigurationCommandOutput,
168
- } from "./commands/UpdateSubscriptionNotificationConfigurationCommand";
158
+ UpdateSubscriberNotificationCommandInput,
159
+ UpdateSubscriberNotificationCommandOutput,
160
+ } from "./commands/UpdateSubscriberNotificationCommand";
169
161
  import {
170
162
  ClientInputEndpointParameters,
171
163
  ClientResolvedEndpointParameters,
@@ -175,65 +167,61 @@ export { __Client };
175
167
  export type ServiceInputTypes =
176
168
  | CreateAwsLogSourceCommandInput
177
169
  | CreateCustomLogSourceCommandInput
178
- | CreateDatalakeAutoEnableCommandInput
179
- | CreateDatalakeCommandInput
180
- | CreateDatalakeDelegatedAdminCommandInput
181
- | CreateDatalakeExceptionsSubscriptionCommandInput
170
+ | CreateDataLakeCommandInput
171
+ | CreateDataLakeExceptionSubscriptionCommandInput
172
+ | CreateDataLakeOrganizationConfigurationCommandInput
182
173
  | CreateSubscriberCommandInput
183
- | CreateSubscriptionNotificationConfigurationCommandInput
174
+ | CreateSubscriberNotificationCommandInput
184
175
  | DeleteAwsLogSourceCommandInput
185
176
  | DeleteCustomLogSourceCommandInput
186
- | DeleteDatalakeAutoEnableCommandInput
187
- | DeleteDatalakeCommandInput
188
- | DeleteDatalakeDelegatedAdminCommandInput
189
- | DeleteDatalakeExceptionsSubscriptionCommandInput
177
+ | DeleteDataLakeCommandInput
178
+ | DeleteDataLakeExceptionSubscriptionCommandInput
179
+ | DeleteDataLakeOrganizationConfigurationCommandInput
190
180
  | DeleteSubscriberCommandInput
191
- | DeleteSubscriptionNotificationConfigurationCommandInput
192
- | GetDatalakeAutoEnableCommandInput
193
- | GetDatalakeCommandInput
194
- | GetDatalakeExceptionsExpiryCommandInput
195
- | GetDatalakeExceptionsSubscriptionCommandInput
196
- | GetDatalakeStatusCommandInput
181
+ | DeleteSubscriberNotificationCommandInput
182
+ | DeregisterDataLakeDelegatedAdministratorCommandInput
183
+ | GetDataLakeExceptionSubscriptionCommandInput
184
+ | GetDataLakeOrganizationConfigurationCommandInput
185
+ | GetDataLakeSourcesCommandInput
197
186
  | GetSubscriberCommandInput
198
- | ListDatalakeExceptionsCommandInput
187
+ | ListDataLakeExceptionsCommandInput
188
+ | ListDataLakesCommandInput
199
189
  | ListLogSourcesCommandInput
200
190
  | ListSubscribersCommandInput
201
- | UpdateDatalakeCommandInput
202
- | UpdateDatalakeExceptionsExpiryCommandInput
203
- | UpdateDatalakeExceptionsSubscriptionCommandInput
191
+ | RegisterDataLakeDelegatedAdministratorCommandInput
192
+ | UpdateDataLakeCommandInput
193
+ | UpdateDataLakeExceptionSubscriptionCommandInput
204
194
  | UpdateSubscriberCommandInput
205
- | UpdateSubscriptionNotificationConfigurationCommandInput;
195
+ | UpdateSubscriberNotificationCommandInput;
206
196
  export type ServiceOutputTypes =
207
197
  | CreateAwsLogSourceCommandOutput
208
198
  | CreateCustomLogSourceCommandOutput
209
- | CreateDatalakeAutoEnableCommandOutput
210
- | CreateDatalakeCommandOutput
211
- | CreateDatalakeDelegatedAdminCommandOutput
212
- | CreateDatalakeExceptionsSubscriptionCommandOutput
199
+ | CreateDataLakeCommandOutput
200
+ | CreateDataLakeExceptionSubscriptionCommandOutput
201
+ | CreateDataLakeOrganizationConfigurationCommandOutput
213
202
  | CreateSubscriberCommandOutput
214
- | CreateSubscriptionNotificationConfigurationCommandOutput
203
+ | CreateSubscriberNotificationCommandOutput
215
204
  | DeleteAwsLogSourceCommandOutput
216
205
  | DeleteCustomLogSourceCommandOutput
217
- | DeleteDatalakeAutoEnableCommandOutput
218
- | DeleteDatalakeCommandOutput
219
- | DeleteDatalakeDelegatedAdminCommandOutput
220
- | DeleteDatalakeExceptionsSubscriptionCommandOutput
206
+ | DeleteDataLakeCommandOutput
207
+ | DeleteDataLakeExceptionSubscriptionCommandOutput
208
+ | DeleteDataLakeOrganizationConfigurationCommandOutput
221
209
  | DeleteSubscriberCommandOutput
222
- | DeleteSubscriptionNotificationConfigurationCommandOutput
223
- | GetDatalakeAutoEnableCommandOutput
224
- | GetDatalakeCommandOutput
225
- | GetDatalakeExceptionsExpiryCommandOutput
226
- | GetDatalakeExceptionsSubscriptionCommandOutput
227
- | GetDatalakeStatusCommandOutput
210
+ | DeleteSubscriberNotificationCommandOutput
211
+ | DeregisterDataLakeDelegatedAdministratorCommandOutput
212
+ | GetDataLakeExceptionSubscriptionCommandOutput
213
+ | GetDataLakeOrganizationConfigurationCommandOutput
214
+ | GetDataLakeSourcesCommandOutput
228
215
  | GetSubscriberCommandOutput
229
- | ListDatalakeExceptionsCommandOutput
216
+ | ListDataLakeExceptionsCommandOutput
217
+ | ListDataLakesCommandOutput
230
218
  | ListLogSourcesCommandOutput
231
219
  | ListSubscribersCommandOutput
232
- | UpdateDatalakeCommandOutput
233
- | UpdateDatalakeExceptionsExpiryCommandOutput
234
- | UpdateDatalakeExceptionsSubscriptionCommandOutput
220
+ | RegisterDataLakeDelegatedAdministratorCommandOutput
221
+ | UpdateDataLakeCommandOutput
222
+ | UpdateDataLakeExceptionSubscriptionCommandOutput
235
223
  | UpdateSubscriberCommandOutput
236
- | UpdateSubscriptionNotificationConfigurationCommandOutput;
224
+ | UpdateSubscriberNotificationCommandOutput;
237
225
  export interface ClientDefaults
238
226
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
239
227
  requestHandler?: __HttpHandler;
@@ -7,8 +7,8 @@ import {
7
7
  MiddlewareStack,
8
8
  } from "@aws-sdk/types";
9
9
  import {
10
- CreateDatalakeRequest,
11
- CreateDatalakeResponse,
10
+ CreateDataLakeRequest,
11
+ CreateDataLakeResponse,
12
12
  } from "../models/models_0";
13
13
  import {
14
14
  SecurityLakeClientResolvedConfig,
@@ -16,23 +16,23 @@ import {
16
16
  ServiceOutputTypes,
17
17
  } from "../SecurityLakeClient";
18
18
  export { __MetadataBearer, $Command };
19
- export interface CreateDatalakeCommandInput extends CreateDatalakeRequest {}
20
- export interface CreateDatalakeCommandOutput
21
- extends CreateDatalakeResponse,
19
+ export interface CreateDataLakeCommandInput extends CreateDataLakeRequest {}
20
+ export interface CreateDataLakeCommandOutput
21
+ extends CreateDataLakeResponse,
22
22
  __MetadataBearer {}
23
- export declare class CreateDatalakeCommand extends $Command<
24
- CreateDatalakeCommandInput,
25
- CreateDatalakeCommandOutput,
23
+ export declare class CreateDataLakeCommand extends $Command<
24
+ CreateDataLakeCommandInput,
25
+ CreateDataLakeCommandOutput,
26
26
  SecurityLakeClientResolvedConfig
27
27
  > {
28
- readonly input: CreateDatalakeCommandInput;
28
+ readonly input: CreateDataLakeCommandInput;
29
29
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: CreateDatalakeCommandInput);
30
+ constructor(input: CreateDataLakeCommandInput);
31
31
  resolveMiddleware(
32
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
33
  configuration: SecurityLakeClientResolvedConfig,
34
34
  options?: __HttpHandlerOptions
35
- ): Handler<CreateDatalakeCommandInput, CreateDatalakeCommandOutput>;
35
+ ): Handler<CreateDataLakeCommandInput, CreateDataLakeCommandOutput>;
36
36
  private serialize;
37
37
  private deserialize;
38
38
  }
@@ -7,8 +7,8 @@ import {
7
7
  MiddlewareStack,
8
8
  } from "@aws-sdk/types";
9
9
  import {
10
- GetDatalakeExceptionsSubscriptionRequest,
11
- GetDatalakeExceptionsSubscriptionResponse,
10
+ CreateDataLakeExceptionSubscriptionRequest,
11
+ CreateDataLakeExceptionSubscriptionResponse,
12
12
  } from "../models/models_0";
13
13
  import {
14
14
  SecurityLakeClientResolvedConfig,
@@ -16,26 +16,26 @@ import {
16
16
  ServiceOutputTypes,
17
17
  } from "../SecurityLakeClient";
18
18
  export { __MetadataBearer, $Command };
19
- export interface GetDatalakeExceptionsSubscriptionCommandInput
20
- extends GetDatalakeExceptionsSubscriptionRequest {}
21
- export interface GetDatalakeExceptionsSubscriptionCommandOutput
22
- extends GetDatalakeExceptionsSubscriptionResponse,
19
+ export interface CreateDataLakeExceptionSubscriptionCommandInput
20
+ extends CreateDataLakeExceptionSubscriptionRequest {}
21
+ export interface CreateDataLakeExceptionSubscriptionCommandOutput
22
+ extends CreateDataLakeExceptionSubscriptionResponse,
23
23
  __MetadataBearer {}
24
- export declare class GetDatalakeExceptionsSubscriptionCommand extends $Command<
25
- GetDatalakeExceptionsSubscriptionCommandInput,
26
- GetDatalakeExceptionsSubscriptionCommandOutput,
24
+ export declare class CreateDataLakeExceptionSubscriptionCommand extends $Command<
25
+ CreateDataLakeExceptionSubscriptionCommandInput,
26
+ CreateDataLakeExceptionSubscriptionCommandOutput,
27
27
  SecurityLakeClientResolvedConfig
28
28
  > {
29
- readonly input: GetDatalakeExceptionsSubscriptionCommandInput;
29
+ readonly input: CreateDataLakeExceptionSubscriptionCommandInput;
30
30
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetDatalakeExceptionsSubscriptionCommandInput);
31
+ constructor(input: CreateDataLakeExceptionSubscriptionCommandInput);
32
32
  resolveMiddleware(
33
33
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
34
  configuration: SecurityLakeClientResolvedConfig,
35
35
  options?: __HttpHandlerOptions
36
36
  ): Handler<
37
- GetDatalakeExceptionsSubscriptionCommandInput,
38
- GetDatalakeExceptionsSubscriptionCommandOutput
37
+ CreateDataLakeExceptionSubscriptionCommandInput,
38
+ CreateDataLakeExceptionSubscriptionCommandOutput
39
39
  >;
40
40
  private serialize;
41
41
  private deserialize;
@@ -7,8 +7,8 @@ import {
7
7
  MiddlewareStack,
8
8
  } from "@aws-sdk/types";
9
9
  import {
10
- CreateDatalakeExceptionsSubscriptionRequest,
11
- CreateDatalakeExceptionsSubscriptionResponse,
10
+ CreateDataLakeOrganizationConfigurationRequest,
11
+ CreateDataLakeOrganizationConfigurationResponse,
12
12
  } from "../models/models_0";
13
13
  import {
14
14
  SecurityLakeClientResolvedConfig,
@@ -16,26 +16,26 @@ import {
16
16
  ServiceOutputTypes,
17
17
  } from "../SecurityLakeClient";
18
18
  export { __MetadataBearer, $Command };
19
- export interface CreateDatalakeExceptionsSubscriptionCommandInput
20
- extends CreateDatalakeExceptionsSubscriptionRequest {}
21
- export interface CreateDatalakeExceptionsSubscriptionCommandOutput
22
- extends CreateDatalakeExceptionsSubscriptionResponse,
19
+ export interface CreateDataLakeOrganizationConfigurationCommandInput
20
+ extends CreateDataLakeOrganizationConfigurationRequest {}
21
+ export interface CreateDataLakeOrganizationConfigurationCommandOutput
22
+ extends CreateDataLakeOrganizationConfigurationResponse,
23
23
  __MetadataBearer {}
24
- export declare class CreateDatalakeExceptionsSubscriptionCommand extends $Command<
25
- CreateDatalakeExceptionsSubscriptionCommandInput,
26
- CreateDatalakeExceptionsSubscriptionCommandOutput,
24
+ export declare class CreateDataLakeOrganizationConfigurationCommand extends $Command<
25
+ CreateDataLakeOrganizationConfigurationCommandInput,
26
+ CreateDataLakeOrganizationConfigurationCommandOutput,
27
27
  SecurityLakeClientResolvedConfig
28
28
  > {
29
- readonly input: CreateDatalakeExceptionsSubscriptionCommandInput;
29
+ readonly input: CreateDataLakeOrganizationConfigurationCommandInput;
30
30
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateDatalakeExceptionsSubscriptionCommandInput);
31
+ constructor(input: CreateDataLakeOrganizationConfigurationCommandInput);
32
32
  resolveMiddleware(
33
33
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
34
  configuration: SecurityLakeClientResolvedConfig,
35
35
  options?: __HttpHandlerOptions
36
36
  ): Handler<
37
- CreateDatalakeExceptionsSubscriptionCommandInput,
38
- CreateDatalakeExceptionsSubscriptionCommandOutput
37
+ CreateDataLakeOrganizationConfigurationCommandInput,
38
+ CreateDataLakeOrganizationConfigurationCommandOutput
39
39
  >;
40
40
  private serialize;
41
41
  private deserialize;
@@ -7,8 +7,8 @@ import {
7
7
  MiddlewareStack,
8
8
  } from "@aws-sdk/types";
9
9
  import {
10
- DeleteDatalakeDelegatedAdminRequest,
11
- DeleteDatalakeDelegatedAdminResponse,
10
+ CreateSubscriberNotificationRequest,
11
+ CreateSubscriberNotificationResponse,
12
12
  } from "../models/models_0";
13
13
  import {
14
14
  SecurityLakeClientResolvedConfig,
@@ -16,26 +16,26 @@ import {
16
16
  ServiceOutputTypes,
17
17
  } from "../SecurityLakeClient";
18
18
  export { __MetadataBearer, $Command };
19
- export interface DeleteDatalakeDelegatedAdminCommandInput
20
- extends DeleteDatalakeDelegatedAdminRequest {}
21
- export interface DeleteDatalakeDelegatedAdminCommandOutput
22
- extends DeleteDatalakeDelegatedAdminResponse,
19
+ export interface CreateSubscriberNotificationCommandInput
20
+ extends CreateSubscriberNotificationRequest {}
21
+ export interface CreateSubscriberNotificationCommandOutput
22
+ extends CreateSubscriberNotificationResponse,
23
23
  __MetadataBearer {}
24
- export declare class DeleteDatalakeDelegatedAdminCommand extends $Command<
25
- DeleteDatalakeDelegatedAdminCommandInput,
26
- DeleteDatalakeDelegatedAdminCommandOutput,
24
+ export declare class CreateSubscriberNotificationCommand extends $Command<
25
+ CreateSubscriberNotificationCommandInput,
26
+ CreateSubscriberNotificationCommandOutput,
27
27
  SecurityLakeClientResolvedConfig
28
28
  > {
29
- readonly input: DeleteDatalakeDelegatedAdminCommandInput;
29
+ readonly input: CreateSubscriberNotificationCommandInput;
30
30
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteDatalakeDelegatedAdminCommandInput);
31
+ constructor(input: CreateSubscriberNotificationCommandInput);
32
32
  resolveMiddleware(
33
33
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
34
  configuration: SecurityLakeClientResolvedConfig,
35
35
  options?: __HttpHandlerOptions
36
36
  ): Handler<
37
- DeleteDatalakeDelegatedAdminCommandInput,
38
- DeleteDatalakeDelegatedAdminCommandOutput
37
+ CreateSubscriberNotificationCommandInput,
38
+ CreateSubscriberNotificationCommandOutput
39
39
  >;
40
40
  private serialize;
41
41
  private deserialize;
@@ -7,8 +7,8 @@ import {
7
7
  MiddlewareStack,
8
8
  } from "@aws-sdk/types";
9
9
  import {
10
- DeleteDatalakeRequest,
11
- DeleteDatalakeResponse,
10
+ DeleteDataLakeRequest,
11
+ DeleteDataLakeResponse,
12
12
  } from "../models/models_0";
13
13
  import {
14
14
  SecurityLakeClientResolvedConfig,
@@ -16,23 +16,23 @@ import {
16
16
  ServiceOutputTypes,
17
17
  } from "../SecurityLakeClient";
18
18
  export { __MetadataBearer, $Command };
19
- export interface DeleteDatalakeCommandInput extends DeleteDatalakeRequest {}
20
- export interface DeleteDatalakeCommandOutput
21
- extends DeleteDatalakeResponse,
19
+ export interface DeleteDataLakeCommandInput extends DeleteDataLakeRequest {}
20
+ export interface DeleteDataLakeCommandOutput
21
+ extends DeleteDataLakeResponse,
22
22
  __MetadataBearer {}
23
- export declare class DeleteDatalakeCommand extends $Command<
24
- DeleteDatalakeCommandInput,
25
- DeleteDatalakeCommandOutput,
23
+ export declare class DeleteDataLakeCommand extends $Command<
24
+ DeleteDataLakeCommandInput,
25
+ DeleteDataLakeCommandOutput,
26
26
  SecurityLakeClientResolvedConfig
27
27
  > {
28
- readonly input: DeleteDatalakeCommandInput;
28
+ readonly input: DeleteDataLakeCommandInput;
29
29
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DeleteDatalakeCommandInput);
30
+ constructor(input: DeleteDataLakeCommandInput);
31
31
  resolveMiddleware(
32
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
33
  configuration: SecurityLakeClientResolvedConfig,
34
34
  options?: __HttpHandlerOptions
35
- ): Handler<DeleteDatalakeCommandInput, DeleteDatalakeCommandOutput>;
35
+ ): Handler<DeleteDataLakeCommandInput, DeleteDataLakeCommandOutput>;
36
36
  private serialize;
37
37
  private deserialize;
38
38
  }
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ DeleteDataLakeExceptionSubscriptionRequest,
11
+ DeleteDataLakeExceptionSubscriptionResponse,
12
+ } from "../models/models_0";
13
+ import {
14
+ SecurityLakeClientResolvedConfig,
15
+ ServiceInputTypes,
16
+ ServiceOutputTypes,
17
+ } from "../SecurityLakeClient";
18
+ export { __MetadataBearer, $Command };
19
+ export interface DeleteDataLakeExceptionSubscriptionCommandInput
20
+ extends DeleteDataLakeExceptionSubscriptionRequest {}
21
+ export interface DeleteDataLakeExceptionSubscriptionCommandOutput
22
+ extends DeleteDataLakeExceptionSubscriptionResponse,
23
+ __MetadataBearer {}
24
+ export declare class DeleteDataLakeExceptionSubscriptionCommand extends $Command<
25
+ DeleteDataLakeExceptionSubscriptionCommandInput,
26
+ DeleteDataLakeExceptionSubscriptionCommandOutput,
27
+ SecurityLakeClientResolvedConfig
28
+ > {
29
+ readonly input: DeleteDataLakeExceptionSubscriptionCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: DeleteDataLakeExceptionSubscriptionCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: SecurityLakeClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ DeleteDataLakeExceptionSubscriptionCommandInput,
38
+ DeleteDataLakeExceptionSubscriptionCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ DeleteDataLakeOrganizationConfigurationRequest,
11
+ DeleteDataLakeOrganizationConfigurationResponse,
12
+ } from "../models/models_0";
13
+ import {
14
+ SecurityLakeClientResolvedConfig,
15
+ ServiceInputTypes,
16
+ ServiceOutputTypes,
17
+ } from "../SecurityLakeClient";
18
+ export { __MetadataBearer, $Command };
19
+ export interface DeleteDataLakeOrganizationConfigurationCommandInput
20
+ extends DeleteDataLakeOrganizationConfigurationRequest {}
21
+ export interface DeleteDataLakeOrganizationConfigurationCommandOutput
22
+ extends DeleteDataLakeOrganizationConfigurationResponse,
23
+ __MetadataBearer {}
24
+ export declare class DeleteDataLakeOrganizationConfigurationCommand extends $Command<
25
+ DeleteDataLakeOrganizationConfigurationCommandInput,
26
+ DeleteDataLakeOrganizationConfigurationCommandOutput,
27
+ SecurityLakeClientResolvedConfig
28
+ > {
29
+ readonly input: DeleteDataLakeOrganizationConfigurationCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: DeleteDataLakeOrganizationConfigurationCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: SecurityLakeClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ DeleteDataLakeOrganizationConfigurationCommandInput,
38
+ DeleteDataLakeOrganizationConfigurationCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -7,8 +7,8 @@ import {
7
7
  MiddlewareStack,
8
8
  } from "@aws-sdk/types";
9
9
  import {
10
- CreateDatalakeDelegatedAdminRequest,
11
- CreateDatalakeDelegatedAdminResponse,
10
+ DeleteSubscriberNotificationRequest,
11
+ DeleteSubscriberNotificationResponse,
12
12
  } from "../models/models_0";
13
13
  import {
14
14
  SecurityLakeClientResolvedConfig,
@@ -16,26 +16,26 @@ import {
16
16
  ServiceOutputTypes,
17
17
  } from "../SecurityLakeClient";
18
18
  export { __MetadataBearer, $Command };
19
- export interface CreateDatalakeDelegatedAdminCommandInput
20
- extends CreateDatalakeDelegatedAdminRequest {}
21
- export interface CreateDatalakeDelegatedAdminCommandOutput
22
- extends CreateDatalakeDelegatedAdminResponse,
19
+ export interface DeleteSubscriberNotificationCommandInput
20
+ extends DeleteSubscriberNotificationRequest {}
21
+ export interface DeleteSubscriberNotificationCommandOutput
22
+ extends DeleteSubscriberNotificationResponse,
23
23
  __MetadataBearer {}
24
- export declare class CreateDatalakeDelegatedAdminCommand extends $Command<
25
- CreateDatalakeDelegatedAdminCommandInput,
26
- CreateDatalakeDelegatedAdminCommandOutput,
24
+ export declare class DeleteSubscriberNotificationCommand extends $Command<
25
+ DeleteSubscriberNotificationCommandInput,
26
+ DeleteSubscriberNotificationCommandOutput,
27
27
  SecurityLakeClientResolvedConfig
28
28
  > {
29
- readonly input: CreateDatalakeDelegatedAdminCommandInput;
29
+ readonly input: DeleteSubscriberNotificationCommandInput;
30
30
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateDatalakeDelegatedAdminCommandInput);
31
+ constructor(input: DeleteSubscriberNotificationCommandInput);
32
32
  resolveMiddleware(
33
33
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
34
  configuration: SecurityLakeClientResolvedConfig,
35
35
  options?: __HttpHandlerOptions
36
36
  ): Handler<
37
- CreateDatalakeDelegatedAdminCommandInput,
38
- CreateDatalakeDelegatedAdminCommandOutput
37
+ DeleteSubscriberNotificationCommandInput,
38
+ DeleteSubscriberNotificationCommandOutput
39
39
  >;
40
40
  private serialize;
41
41
  private deserialize;