@aws-sdk/client-securitylake 3.296.0 → 3.297.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/SecurityLake.d.ts +31 -0
- package/dist-types/SecurityLakeClient.d.ts +24 -4
- package/dist-types/commands/CreateAwsLogSourceCommand.d.ts +16 -0
- package/dist-types/commands/CreateCustomLogSourceCommand.d.ts +16 -0
- package/dist-types/commands/CreateDatalakeAutoEnableCommand.d.ts +16 -0
- package/dist-types/commands/CreateDatalakeCommand.d.ts +16 -0
- package/dist-types/commands/CreateDatalakeDelegatedAdminCommand.d.ts +16 -0
- package/dist-types/commands/CreateDatalakeExceptionsSubscriptionCommand.d.ts +16 -0
- package/dist-types/commands/CreateSubscriberCommand.d.ts +16 -0
- package/dist-types/commands/CreateSubscriptionNotificationConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAwsLogSourceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCustomLogSourceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDatalakeAutoEnableCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDatalakeCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDatalakeDelegatedAdminCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDatalakeExceptionsSubscriptionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSubscriberCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSubscriptionNotificationConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/GetDatalakeAutoEnableCommand.d.ts +16 -0
- package/dist-types/commands/GetDatalakeCommand.d.ts +16 -0
- package/dist-types/commands/GetDatalakeExceptionsExpiryCommand.d.ts +16 -0
- package/dist-types/commands/GetDatalakeExceptionsSubscriptionCommand.d.ts +16 -0
- package/dist-types/commands/GetDatalakeStatusCommand.d.ts +16 -0
- package/dist-types/commands/GetSubscriberCommand.d.ts +16 -0
- package/dist-types/commands/ListDatalakeExceptionsCommand.d.ts +16 -0
- package/dist-types/commands/ListLogSourcesCommand.d.ts +16 -0
- package/dist-types/commands/ListSubscribersCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDatalakeCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDatalakeExceptionsExpiryCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDatalakeExceptionsSubscriptionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSubscriberCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSubscriptionNotificationConfigurationCommand.d.ts +16 -0
- package/dist-types/models/SecurityLakeServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +251 -0
- package/dist-types/pagination/GetDatalakeStatusPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListDatalakeExceptionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListLogSourcesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSubscribersPaginator.d.ts +3 -0
- package/package.json +3 -3
|
@@ -31,6 +31,7 @@ import { UpdateSubscriberCommandInput, UpdateSubscriberCommandOutput } from "./c
|
|
|
31
31
|
import { UpdateSubscriptionNotificationConfigurationCommandInput, UpdateSubscriptionNotificationConfigurationCommandOutput } from "./commands/UpdateSubscriptionNotificationConfigurationCommand";
|
|
32
32
|
import { SecurityLakeClient } from "./SecurityLakeClient";
|
|
33
33
|
/**
|
|
34
|
+
* @public
|
|
34
35
|
* <note>
|
|
35
36
|
* <p>Amazon Security Lake is in preview release. Your use of the Security Lake preview is subject to
|
|
36
37
|
* Section 2 of the <a href="http://aws.amazon.com/service-terms/">Amazon Web Services Service
|
|
@@ -65,6 +66,7 @@ import { SecurityLakeClient } from "./SecurityLakeClient";
|
|
|
65
66
|
*/
|
|
66
67
|
export declare class SecurityLake extends SecurityLakeClient {
|
|
67
68
|
/**
|
|
69
|
+
* @public
|
|
68
70
|
* <p>Adds a natively supported Amazon Web Service as an Amazon Security Lake source. Enables
|
|
69
71
|
* source types for member accounts in required Amazon Web Services Regions, based on the
|
|
70
72
|
* parameters you specify. You can choose any source type in any Region for either accounts
|
|
@@ -85,6 +87,7 @@ export declare class SecurityLake extends SecurityLakeClient {
|
|
|
85
87
|
createAwsLogSource(args: CreateAwsLogSourceCommandInput, cb: (err: any, data?: CreateAwsLogSourceCommandOutput) => void): void;
|
|
86
88
|
createAwsLogSource(args: CreateAwsLogSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAwsLogSourceCommandOutput) => void): void;
|
|
87
89
|
/**
|
|
90
|
+
* @public
|
|
88
91
|
* <p>Adds a third-party custom source in Amazon Security Lake, from the Amazon Web Services Region
|
|
89
92
|
* where you want to create a custom source. Security Lake can collect logs and events from
|
|
90
93
|
* third-party custom sources. After creating the appropriate IAM role to
|
|
@@ -96,6 +99,7 @@ export declare class SecurityLake extends SecurityLakeClient {
|
|
|
96
99
|
createCustomLogSource(args: CreateCustomLogSourceCommandInput, cb: (err: any, data?: CreateCustomLogSourceCommandOutput) => void): void;
|
|
97
100
|
createCustomLogSource(args: CreateCustomLogSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCustomLogSourceCommandOutput) => void): void;
|
|
98
101
|
/**
|
|
102
|
+
* @public
|
|
99
103
|
* <p>Initializes an Amazon Security Lake instance with the provided (or default) configuration. You
|
|
100
104
|
* can enable Security Lake in Amazon Web Services Regions with customized settings before enabling
|
|
101
105
|
* log collection in Regions. You can either use the <code>enableAll</code> parameter to
|
|
@@ -117,6 +121,7 @@ export declare class SecurityLake extends SecurityLakeClient {
|
|
|
117
121
|
createDatalake(args: CreateDatalakeCommandInput, cb: (err: any, data?: CreateDatalakeCommandOutput) => void): void;
|
|
118
122
|
createDatalake(args: CreateDatalakeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDatalakeCommandOutput) => void): void;
|
|
119
123
|
/**
|
|
124
|
+
* @public
|
|
120
125
|
* <p>Automatically enables Amazon Security Lake for new member accounts in your organization.
|
|
121
126
|
* Security Lake is not automatically enabled for any existing member accounts in your
|
|
122
127
|
* organization.</p>
|
|
@@ -125,6 +130,7 @@ export declare class SecurityLake extends SecurityLakeClient {
|
|
|
125
130
|
createDatalakeAutoEnable(args: CreateDatalakeAutoEnableCommandInput, cb: (err: any, data?: CreateDatalakeAutoEnableCommandOutput) => void): void;
|
|
126
131
|
createDatalakeAutoEnable(args: CreateDatalakeAutoEnableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDatalakeAutoEnableCommandOutput) => void): void;
|
|
127
132
|
/**
|
|
133
|
+
* @public
|
|
128
134
|
* <p>Designates the Amazon Security Lake delegated administrator account for the organization. This
|
|
129
135
|
* API can only be called by the organization management account. The organization management
|
|
130
136
|
* account cannot be the delegated administrator account.</p>
|
|
@@ -133,6 +139,7 @@ export declare class SecurityLake extends SecurityLakeClient {
|
|
|
133
139
|
createDatalakeDelegatedAdmin(args: CreateDatalakeDelegatedAdminCommandInput, cb: (err: any, data?: CreateDatalakeDelegatedAdminCommandOutput) => void): void;
|
|
134
140
|
createDatalakeDelegatedAdmin(args: CreateDatalakeDelegatedAdminCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDatalakeDelegatedAdminCommandOutput) => void): void;
|
|
135
141
|
/**
|
|
142
|
+
* @public
|
|
136
143
|
* <p>Creates the specified notification subscription in Amazon Security Lake for the organization
|
|
137
144
|
* you specify.</p>
|
|
138
145
|
*/
|
|
@@ -140,6 +147,7 @@ export declare class SecurityLake extends SecurityLakeClient {
|
|
|
140
147
|
createDatalakeExceptionsSubscription(args: CreateDatalakeExceptionsSubscriptionCommandInput, cb: (err: any, data?: CreateDatalakeExceptionsSubscriptionCommandOutput) => void): void;
|
|
141
148
|
createDatalakeExceptionsSubscription(args: CreateDatalakeExceptionsSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDatalakeExceptionsSubscriptionCommandOutput) => void): void;
|
|
142
149
|
/**
|
|
150
|
+
* @public
|
|
143
151
|
* <p>Creates a subscription permission for accounts that are already enabled in
|
|
144
152
|
* Amazon Security Lake. You can create a subscriber with access to data in the current Amazon Web Services Region.</p>
|
|
145
153
|
*/
|
|
@@ -147,6 +155,7 @@ export declare class SecurityLake extends SecurityLakeClient {
|
|
|
147
155
|
createSubscriber(args: CreateSubscriberCommandInput, cb: (err: any, data?: CreateSubscriberCommandOutput) => void): void;
|
|
148
156
|
createSubscriber(args: CreateSubscriberCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSubscriberCommandOutput) => void): void;
|
|
149
157
|
/**
|
|
158
|
+
* @public
|
|
150
159
|
* <p>Notifies the subscriber when new data is written to the data lake for the sources that
|
|
151
160
|
* the subscriber consumes in Security Lake. You can create only one subscriber notification per
|
|
152
161
|
* subscriber.</p>
|
|
@@ -155,6 +164,7 @@ export declare class SecurityLake extends SecurityLakeClient {
|
|
|
155
164
|
createSubscriptionNotificationConfiguration(args: CreateSubscriptionNotificationConfigurationCommandInput, cb: (err: any, data?: CreateSubscriptionNotificationConfigurationCommandOutput) => void): void;
|
|
156
165
|
createSubscriptionNotificationConfiguration(args: CreateSubscriptionNotificationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSubscriptionNotificationConfigurationCommandOutput) => void): void;
|
|
157
166
|
/**
|
|
167
|
+
* @public
|
|
158
168
|
* <p>Removes a natively supported Amazon Web Service as an Amazon Security Lake source. When
|
|
159
169
|
* you remove the source, Security Lake stops collecting data from that source, and subscribers
|
|
160
170
|
* can no longer consume new data from the source. Subscribers can still consume data that
|
|
@@ -175,12 +185,14 @@ export declare class SecurityLake extends SecurityLakeClient {
|
|
|
175
185
|
deleteAwsLogSource(args: DeleteAwsLogSourceCommandInput, cb: (err: any, data?: DeleteAwsLogSourceCommandOutput) => void): void;
|
|
176
186
|
deleteAwsLogSource(args: DeleteAwsLogSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAwsLogSourceCommandOutput) => void): void;
|
|
177
187
|
/**
|
|
188
|
+
* @public
|
|
178
189
|
* <p>Removes a custom log source from Amazon Security Lake.</p>
|
|
179
190
|
*/
|
|
180
191
|
deleteCustomLogSource(args: DeleteCustomLogSourceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCustomLogSourceCommandOutput>;
|
|
181
192
|
deleteCustomLogSource(args: DeleteCustomLogSourceCommandInput, cb: (err: any, data?: DeleteCustomLogSourceCommandOutput) => void): void;
|
|
182
193
|
deleteCustomLogSource(args: DeleteCustomLogSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCustomLogSourceCommandOutput) => void): void;
|
|
183
194
|
/**
|
|
195
|
+
* @public
|
|
184
196
|
* <p>When you delete Amazon Security Lake from your account, Security Lake is disabled in all Amazon Web Services Regions. Also, this API automatically takes steps to remove the account from
|
|
185
197
|
* Security Lake . </p>
|
|
186
198
|
* <p>This operation disables security data collection from sources, deletes data stored, and
|
|
@@ -194,6 +206,7 @@ export declare class SecurityLake extends SecurityLakeClient {
|
|
|
194
206
|
deleteDatalake(args: DeleteDatalakeCommandInput, cb: (err: any, data?: DeleteDatalakeCommandOutput) => void): void;
|
|
195
207
|
deleteDatalake(args: DeleteDatalakeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDatalakeCommandOutput) => void): void;
|
|
196
208
|
/**
|
|
209
|
+
* @public
|
|
197
210
|
* <p>
|
|
198
211
|
* <code>DeleteDatalakeAutoEnable</code> removes automatic enablement of configuration
|
|
199
212
|
* settings for new member accounts (but keeps settings for the delegated administrator) from
|
|
@@ -205,6 +218,7 @@ export declare class SecurityLake extends SecurityLakeClient {
|
|
|
205
218
|
deleteDatalakeAutoEnable(args: DeleteDatalakeAutoEnableCommandInput, cb: (err: any, data?: DeleteDatalakeAutoEnableCommandOutput) => void): void;
|
|
206
219
|
deleteDatalakeAutoEnable(args: DeleteDatalakeAutoEnableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDatalakeAutoEnableCommandOutput) => void): void;
|
|
207
220
|
/**
|
|
221
|
+
* @public
|
|
208
222
|
* <p>Deletes the Amazon Security Lake delegated administrator account for the organization. This API
|
|
209
223
|
* can only be called by the organization management account. The organization management
|
|
210
224
|
* account cannot be the delegated administrator account.</p>
|
|
@@ -213,6 +227,7 @@ export declare class SecurityLake extends SecurityLakeClient {
|
|
|
213
227
|
deleteDatalakeDelegatedAdmin(args: DeleteDatalakeDelegatedAdminCommandInput, cb: (err: any, data?: DeleteDatalakeDelegatedAdminCommandOutput) => void): void;
|
|
214
228
|
deleteDatalakeDelegatedAdmin(args: DeleteDatalakeDelegatedAdminCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDatalakeDelegatedAdminCommandOutput) => void): void;
|
|
215
229
|
/**
|
|
230
|
+
* @public
|
|
216
231
|
* <p>Deletes the specified notification subscription in Amazon Security Lake for the organization
|
|
217
232
|
* you specify.</p>
|
|
218
233
|
*/
|
|
@@ -220,6 +235,7 @@ export declare class SecurityLake extends SecurityLakeClient {
|
|
|
220
235
|
deleteDatalakeExceptionsSubscription(args: DeleteDatalakeExceptionsSubscriptionCommandInput, cb: (err: any, data?: DeleteDatalakeExceptionsSubscriptionCommandOutput) => void): void;
|
|
221
236
|
deleteDatalakeExceptionsSubscription(args: DeleteDatalakeExceptionsSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDatalakeExceptionsSubscriptionCommandOutput) => void): void;
|
|
222
237
|
/**
|
|
238
|
+
* @public
|
|
223
239
|
* <p>Deletes the subscription permission for accounts that are already enabled in
|
|
224
240
|
* Amazon Security Lake. You can delete a subscriber and remove access to data in the current Amazon Web Services
|
|
225
241
|
* Region.</p>
|
|
@@ -228,6 +244,7 @@ export declare class SecurityLake extends SecurityLakeClient {
|
|
|
228
244
|
deleteSubscriber(args: DeleteSubscriberCommandInput, cb: (err: any, data?: DeleteSubscriberCommandOutput) => void): void;
|
|
229
245
|
deleteSubscriber(args: DeleteSubscriberCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSubscriberCommandOutput) => void): void;
|
|
230
246
|
/**
|
|
247
|
+
* @public
|
|
231
248
|
* <p>Deletes the specified notification subscription in Amazon Security Lake for the organization
|
|
232
249
|
* you specify.</p>
|
|
233
250
|
*/
|
|
@@ -235,6 +252,7 @@ export declare class SecurityLake extends SecurityLakeClient {
|
|
|
235
252
|
deleteSubscriptionNotificationConfiguration(args: DeleteSubscriptionNotificationConfigurationCommandInput, cb: (err: any, data?: DeleteSubscriptionNotificationConfigurationCommandOutput) => void): void;
|
|
236
253
|
deleteSubscriptionNotificationConfiguration(args: DeleteSubscriptionNotificationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSubscriptionNotificationConfigurationCommandOutput) => void): void;
|
|
237
254
|
/**
|
|
255
|
+
* @public
|
|
238
256
|
* <p>Retrieves the Amazon Security Lake configuration object for the specified Amazon Web Services account ID. You can use the <code>GetDatalake</code> API to know whether
|
|
239
257
|
* Security Lake is enabled for the current Region. This API does not take input parameters. </p>
|
|
240
258
|
*/
|
|
@@ -242,6 +260,7 @@ export declare class SecurityLake extends SecurityLakeClient {
|
|
|
242
260
|
getDatalake(args: GetDatalakeCommandInput, cb: (err: any, data?: GetDatalakeCommandOutput) => void): void;
|
|
243
261
|
getDatalake(args: GetDatalakeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDatalakeCommandOutput) => void): void;
|
|
244
262
|
/**
|
|
263
|
+
* @public
|
|
245
264
|
* <p>Retrieves the configuration that will be automatically set up for accounts added to the
|
|
246
265
|
* organization after the organization has onboarded to Amazon Security Lake. This API does not take
|
|
247
266
|
* input parameters.</p>
|
|
@@ -250,6 +269,7 @@ export declare class SecurityLake extends SecurityLakeClient {
|
|
|
250
269
|
getDatalakeAutoEnable(args: GetDatalakeAutoEnableCommandInput, cb: (err: any, data?: GetDatalakeAutoEnableCommandOutput) => void): void;
|
|
251
270
|
getDatalakeAutoEnable(args: GetDatalakeAutoEnableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDatalakeAutoEnableCommandOutput) => void): void;
|
|
252
271
|
/**
|
|
272
|
+
* @public
|
|
253
273
|
* <p>Retrieves the expiration period and time-to-live (TTL) for which the exception message
|
|
254
274
|
* will remain. Exceptions are stored by default, for 2 weeks from when a record was created
|
|
255
275
|
* in Amazon Security Lake. This API does not take input parameters.</p>
|
|
@@ -258,12 +278,14 @@ export declare class SecurityLake extends SecurityLakeClient {
|
|
|
258
278
|
getDatalakeExceptionsExpiry(args: GetDatalakeExceptionsExpiryCommandInput, cb: (err: any, data?: GetDatalakeExceptionsExpiryCommandOutput) => void): void;
|
|
259
279
|
getDatalakeExceptionsExpiry(args: GetDatalakeExceptionsExpiryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDatalakeExceptionsExpiryCommandOutput) => void): void;
|
|
260
280
|
/**
|
|
281
|
+
* @public
|
|
261
282
|
* <p>Retrieves the details of exception notifications for the account in Amazon Security Lake.</p>
|
|
262
283
|
*/
|
|
263
284
|
getDatalakeExceptionsSubscription(args: GetDatalakeExceptionsSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<GetDatalakeExceptionsSubscriptionCommandOutput>;
|
|
264
285
|
getDatalakeExceptionsSubscription(args: GetDatalakeExceptionsSubscriptionCommandInput, cb: (err: any, data?: GetDatalakeExceptionsSubscriptionCommandOutput) => void): void;
|
|
265
286
|
getDatalakeExceptionsSubscription(args: GetDatalakeExceptionsSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDatalakeExceptionsSubscriptionCommandOutput) => void): void;
|
|
266
287
|
/**
|
|
288
|
+
* @public
|
|
267
289
|
* <p>Retrieves a snapshot of the current Region, including whether Amazon Security Lake is enabled
|
|
268
290
|
* for those accounts and which sources Security Lake is collecting data from. </p>
|
|
269
291
|
*/
|
|
@@ -271,6 +293,7 @@ export declare class SecurityLake extends SecurityLakeClient {
|
|
|
271
293
|
getDatalakeStatus(args: GetDatalakeStatusCommandInput, cb: (err: any, data?: GetDatalakeStatusCommandOutput) => void): void;
|
|
272
294
|
getDatalakeStatus(args: GetDatalakeStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDatalakeStatusCommandOutput) => void): void;
|
|
273
295
|
/**
|
|
296
|
+
* @public
|
|
274
297
|
* <p>Retrieves the subscription information for the specified subscription ID. You can get
|
|
275
298
|
* information about a specific subscriber.</p>
|
|
276
299
|
*/
|
|
@@ -278,6 +301,7 @@ export declare class SecurityLake extends SecurityLakeClient {
|
|
|
278
301
|
getSubscriber(args: GetSubscriberCommandInput, cb: (err: any, data?: GetSubscriberCommandOutput) => void): void;
|
|
279
302
|
getSubscriber(args: GetSubscriberCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSubscriberCommandOutput) => void): void;
|
|
280
303
|
/**
|
|
304
|
+
* @public
|
|
281
305
|
* <p>Lists the Amazon Security Lake exceptions that you can use to find the source of problems and
|
|
282
306
|
* fix them.</p>
|
|
283
307
|
*/
|
|
@@ -285,12 +309,14 @@ export declare class SecurityLake extends SecurityLakeClient {
|
|
|
285
309
|
listDatalakeExceptions(args: ListDatalakeExceptionsCommandInput, cb: (err: any, data?: ListDatalakeExceptionsCommandOutput) => void): void;
|
|
286
310
|
listDatalakeExceptions(args: ListDatalakeExceptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDatalakeExceptionsCommandOutput) => void): void;
|
|
287
311
|
/**
|
|
312
|
+
* @public
|
|
288
313
|
* <p>Retrieves the log sources in the current Amazon Web Services Region. </p>
|
|
289
314
|
*/
|
|
290
315
|
listLogSources(args: ListLogSourcesCommandInput, options?: __HttpHandlerOptions): Promise<ListLogSourcesCommandOutput>;
|
|
291
316
|
listLogSources(args: ListLogSourcesCommandInput, cb: (err: any, data?: ListLogSourcesCommandOutput) => void): void;
|
|
292
317
|
listLogSources(args: ListLogSourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLogSourcesCommandOutput) => void): void;
|
|
293
318
|
/**
|
|
319
|
+
* @public
|
|
294
320
|
* <p>List all subscribers for the specific Amazon Security Lake account ID. You can retrieve a list
|
|
295
321
|
* of subscriptions associated with a specific organization or Amazon Web Services account.</p>
|
|
296
322
|
*/
|
|
@@ -298,6 +324,7 @@ export declare class SecurityLake extends SecurityLakeClient {
|
|
|
298
324
|
listSubscribers(args: ListSubscribersCommandInput, cb: (err: any, data?: ListSubscribersCommandOutput) => void): void;
|
|
299
325
|
listSubscribers(args: ListSubscribersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSubscribersCommandOutput) => void): void;
|
|
300
326
|
/**
|
|
327
|
+
* @public
|
|
301
328
|
* <p>Specifies where to store your security data and for how long. You can add a rollup
|
|
302
329
|
* Region to consolidate data from multiple Amazon Web Services Regions. </p>
|
|
303
330
|
*/
|
|
@@ -305,6 +332,7 @@ export declare class SecurityLake extends SecurityLakeClient {
|
|
|
305
332
|
updateDatalake(args: UpdateDatalakeCommandInput, cb: (err: any, data?: UpdateDatalakeCommandOutput) => void): void;
|
|
306
333
|
updateDatalake(args: UpdateDatalakeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDatalakeCommandOutput) => void): void;
|
|
307
334
|
/**
|
|
335
|
+
* @public
|
|
308
336
|
* <p>Update the expiration period for the exception message to your preferred time, and
|
|
309
337
|
* control the time-to-live (TTL) for the exception message to remain. Exceptions are stored
|
|
310
338
|
* by default for 2 weeks from when a record was created in Amazon Security Lake. </p>
|
|
@@ -313,6 +341,7 @@ export declare class SecurityLake extends SecurityLakeClient {
|
|
|
313
341
|
updateDatalakeExceptionsExpiry(args: UpdateDatalakeExceptionsExpiryCommandInput, cb: (err: any, data?: UpdateDatalakeExceptionsExpiryCommandOutput) => void): void;
|
|
314
342
|
updateDatalakeExceptionsExpiry(args: UpdateDatalakeExceptionsExpiryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDatalakeExceptionsExpiryCommandOutput) => void): void;
|
|
315
343
|
/**
|
|
344
|
+
* @public
|
|
316
345
|
* <p>Updates the specified notification subscription in Amazon Security Lake for the organization
|
|
317
346
|
* you specify.</p>
|
|
318
347
|
*/
|
|
@@ -320,6 +349,7 @@ export declare class SecurityLake extends SecurityLakeClient {
|
|
|
320
349
|
updateDatalakeExceptionsSubscription(args: UpdateDatalakeExceptionsSubscriptionCommandInput, cb: (err: any, data?: UpdateDatalakeExceptionsSubscriptionCommandOutput) => void): void;
|
|
321
350
|
updateDatalakeExceptionsSubscription(args: UpdateDatalakeExceptionsSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDatalakeExceptionsSubscriptionCommandOutput) => void): void;
|
|
322
351
|
/**
|
|
352
|
+
* @public
|
|
323
353
|
* <p>Updates an existing subscription for the given Amazon Security Lake account ID. You can update
|
|
324
354
|
* a subscriber by changing the sources that the subscriber consumes data from. </p>
|
|
325
355
|
*/
|
|
@@ -327,6 +357,7 @@ export declare class SecurityLake extends SecurityLakeClient {
|
|
|
327
357
|
updateSubscriber(args: UpdateSubscriberCommandInput, cb: (err: any, data?: UpdateSubscriberCommandOutput) => void): void;
|
|
328
358
|
updateSubscriber(args: UpdateSubscriberCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSubscriberCommandOutput) => void): void;
|
|
329
359
|
/**
|
|
360
|
+
* @public
|
|
330
361
|
* <p>Updates an existing notification method for the subscription (SQS or HTTPs endpoint) or
|
|
331
362
|
* switches the notification subscription endpoint for a subscriber.</p>
|
|
332
363
|
*/
|
|
@@ -38,15 +38,24 @@ import { UpdateDatalakeExceptionsSubscriptionCommandInput, UpdateDatalakeExcepti
|
|
|
38
38
|
import { UpdateSubscriberCommandInput, UpdateSubscriberCommandOutput } from "./commands/UpdateSubscriberCommand";
|
|
39
39
|
import { UpdateSubscriptionNotificationConfigurationCommandInput, UpdateSubscriptionNotificationConfigurationCommandOutput } from "./commands/UpdateSubscriptionNotificationConfigurationCommand";
|
|
40
40
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
41
|
+
/**
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
41
44
|
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;
|
|
45
|
+
/**
|
|
46
|
+
* @public
|
|
47
|
+
*/
|
|
42
48
|
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;
|
|
49
|
+
/**
|
|
50
|
+
* @public
|
|
51
|
+
*/
|
|
43
52
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
44
53
|
/**
|
|
45
54
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
46
55
|
*/
|
|
47
56
|
requestHandler?: __HttpHandler;
|
|
48
57
|
/**
|
|
49
|
-
* A constructor for a class implementing the {@link
|
|
58
|
+
* A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
|
|
50
59
|
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
51
60
|
* @internal
|
|
52
61
|
*/
|
|
@@ -136,23 +145,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
136
145
|
*/
|
|
137
146
|
logger?: __Logger;
|
|
138
147
|
/**
|
|
139
|
-
* The {@link
|
|
148
|
+
* The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
140
149
|
*/
|
|
141
150
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
142
151
|
}
|
|
152
|
+
/**
|
|
153
|
+
* @public
|
|
154
|
+
*/
|
|
143
155
|
type SecurityLakeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
144
156
|
/**
|
|
145
|
-
*
|
|
157
|
+
* @public
|
|
158
|
+
*
|
|
159
|
+
* The configuration interface of SecurityLakeClient class constructor that set the region, credentials and other options.
|
|
146
160
|
*/
|
|
147
161
|
export interface SecurityLakeClientConfig extends SecurityLakeClientConfigType {
|
|
148
162
|
}
|
|
163
|
+
/**
|
|
164
|
+
* @public
|
|
165
|
+
*/
|
|
149
166
|
type SecurityLakeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
150
167
|
/**
|
|
151
|
-
*
|
|
168
|
+
* @public
|
|
169
|
+
*
|
|
170
|
+
* The resolved configuration interface of SecurityLakeClient class. This is resolved and normalized from the {@link SecurityLakeClientConfig | constructor configuration interface}.
|
|
152
171
|
*/
|
|
153
172
|
export interface SecurityLakeClientResolvedConfig extends SecurityLakeClientResolvedConfigType {
|
|
154
173
|
}
|
|
155
174
|
/**
|
|
175
|
+
* @public
|
|
156
176
|
* <note>
|
|
157
177
|
* <p>Amazon Security Lake is in preview release. Your use of the Security Lake preview is subject to
|
|
158
178
|
* Section 2 of the <a href="http://aws.amazon.com/service-terms/">Amazon Web Services Service
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CreateAwsLogSourceRequest, CreateAwsLogSourceResponse } from "../models/models_0";
|
|
5
5
|
import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateAwsLogSourceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateAwsLogSourceCommandInput extends CreateAwsLogSourceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateAwsLogSourceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateAwsLogSourceCommandOutput extends CreateAwsLogSourceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Adds a natively supported Amazon Web Service as an Amazon Security Lake source. Enables
|
|
18
23
|
* source types for member accounts in required Amazon Web Services Regions, based on the
|
|
19
24
|
* parameters you specify. You can choose any source type in any Region for either accounts
|
|
@@ -39,6 +44,8 @@ export interface CreateAwsLogSourceCommandOutput extends CreateAwsLogSourceRespo
|
|
|
39
44
|
* const response = await client.send(command);
|
|
40
45
|
* ```
|
|
41
46
|
*
|
|
47
|
+
* @param CreateAwsLogSourceCommandInput - {@link CreateAwsLogSourceCommandInput}
|
|
48
|
+
* @returns {@link CreateAwsLogSourceCommandOutput}
|
|
42
49
|
* @see {@link CreateAwsLogSourceCommandInput} for command's `input` shape.
|
|
43
50
|
* @see {@link CreateAwsLogSourceCommandOutput} for command's `response` shape.
|
|
44
51
|
* @see {@link SecurityLakeClientResolvedConfig | config} for SecurityLakeClient's `config` shape.
|
|
@@ -75,11 +82,20 @@ export interface CreateAwsLogSourceCommandOutput extends CreateAwsLogSourceRespo
|
|
|
75
82
|
export declare class CreateAwsLogSourceCommand extends $Command<CreateAwsLogSourceCommandInput, CreateAwsLogSourceCommandOutput, SecurityLakeClientResolvedConfig> {
|
|
76
83
|
readonly input: CreateAwsLogSourceCommandInput;
|
|
77
84
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
85
|
+
/**
|
|
86
|
+
* @public
|
|
87
|
+
*/
|
|
78
88
|
constructor(input: CreateAwsLogSourceCommandInput);
|
|
79
89
|
/**
|
|
80
90
|
* @internal
|
|
81
91
|
*/
|
|
82
92
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAwsLogSourceCommandInput, CreateAwsLogSourceCommandOutput>;
|
|
93
|
+
/**
|
|
94
|
+
* @internal
|
|
95
|
+
*/
|
|
83
96
|
private serialize;
|
|
97
|
+
/**
|
|
98
|
+
* @internal
|
|
99
|
+
*/
|
|
84
100
|
private deserialize;
|
|
85
101
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CreateCustomLogSourceRequest, CreateCustomLogSourceResponse } from "../models/models_0";
|
|
5
5
|
import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateCustomLogSourceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateCustomLogSourceCommandInput extends CreateCustomLogSourceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateCustomLogSourceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateCustomLogSourceCommandOutput extends CreateCustomLogSourceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Adds a third-party custom source in Amazon Security Lake, from the Amazon Web Services Region
|
|
18
23
|
* where you want to create a custom source. Security Lake can collect logs and events from
|
|
19
24
|
* third-party custom sources. After creating the appropriate IAM role to
|
|
@@ -30,6 +35,8 @@ export interface CreateCustomLogSourceCommandOutput extends CreateCustomLogSourc
|
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
32
37
|
*
|
|
38
|
+
* @param CreateCustomLogSourceCommandInput - {@link CreateCustomLogSourceCommandInput}
|
|
39
|
+
* @returns {@link CreateCustomLogSourceCommandOutput}
|
|
33
40
|
* @see {@link CreateCustomLogSourceCommandInput} for command's `input` shape.
|
|
34
41
|
* @see {@link CreateCustomLogSourceCommandOutput} for command's `response` shape.
|
|
35
42
|
* @see {@link SecurityLakeClientResolvedConfig | config} for SecurityLakeClient's `config` shape.
|
|
@@ -67,11 +74,20 @@ export interface CreateCustomLogSourceCommandOutput extends CreateCustomLogSourc
|
|
|
67
74
|
export declare class CreateCustomLogSourceCommand extends $Command<CreateCustomLogSourceCommandInput, CreateCustomLogSourceCommandOutput, SecurityLakeClientResolvedConfig> {
|
|
68
75
|
readonly input: CreateCustomLogSourceCommandInput;
|
|
69
76
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
77
|
+
/**
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
70
80
|
constructor(input: CreateCustomLogSourceCommandInput);
|
|
71
81
|
/**
|
|
72
82
|
* @internal
|
|
73
83
|
*/
|
|
74
84
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCustomLogSourceCommandInput, CreateCustomLogSourceCommandOutput>;
|
|
85
|
+
/**
|
|
86
|
+
* @internal
|
|
87
|
+
*/
|
|
75
88
|
private serialize;
|
|
89
|
+
/**
|
|
90
|
+
* @internal
|
|
91
|
+
*/
|
|
76
92
|
private deserialize;
|
|
77
93
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CreateDatalakeAutoEnableRequest, CreateDatalakeAutoEnableResponse } from "../models/models_0";
|
|
5
5
|
import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateDatalakeAutoEnableCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateDatalakeAutoEnableCommandInput extends CreateDatalakeAutoEnableRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateDatalakeAutoEnableCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateDatalakeAutoEnableCommandOutput extends CreateDatalakeAutoEnableResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Automatically enables Amazon Security Lake for new member accounts in your organization.
|
|
18
23
|
* Security Lake is not automatically enabled for any existing member accounts in your
|
|
19
24
|
* organization.</p>
|
|
@@ -27,6 +32,8 @@ export interface CreateDatalakeAutoEnableCommandOutput extends CreateDatalakeAut
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param CreateDatalakeAutoEnableCommandInput - {@link CreateDatalakeAutoEnableCommandInput}
|
|
36
|
+
* @returns {@link CreateDatalakeAutoEnableCommandOutput}
|
|
30
37
|
* @see {@link CreateDatalakeAutoEnableCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link CreateDatalakeAutoEnableCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link SecurityLakeClientResolvedConfig | config} for SecurityLakeClient's `config` shape.
|
|
@@ -54,11 +61,20 @@ export interface CreateDatalakeAutoEnableCommandOutput extends CreateDatalakeAut
|
|
|
54
61
|
export declare class CreateDatalakeAutoEnableCommand extends $Command<CreateDatalakeAutoEnableCommandInput, CreateDatalakeAutoEnableCommandOutput, SecurityLakeClientResolvedConfig> {
|
|
55
62
|
readonly input: CreateDatalakeAutoEnableCommandInput;
|
|
56
63
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
57
67
|
constructor(input: CreateDatalakeAutoEnableCommandInput);
|
|
58
68
|
/**
|
|
59
69
|
* @internal
|
|
60
70
|
*/
|
|
61
71
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDatalakeAutoEnableCommandInput, CreateDatalakeAutoEnableCommandOutput>;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
62
75
|
private serialize;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
63
79
|
private deserialize;
|
|
64
80
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CreateDatalakeRequest, CreateDatalakeResponse } from "../models/models_0";
|
|
5
5
|
import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateDatalakeCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateDatalakeCommandInput extends CreateDatalakeRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateDatalakeCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateDatalakeCommandOutput extends CreateDatalakeResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Initializes an Amazon Security Lake instance with the provided (or default) configuration. You
|
|
18
23
|
* can enable Security Lake in Amazon Web Services Regions with customized settings before enabling
|
|
19
24
|
* log collection in Regions. You can either use the <code>enableAll</code> parameter to
|
|
@@ -40,6 +45,8 @@ export interface CreateDatalakeCommandOutput extends CreateDatalakeResponse, __M
|
|
|
40
45
|
* const response = await client.send(command);
|
|
41
46
|
* ```
|
|
42
47
|
*
|
|
48
|
+
* @param CreateDatalakeCommandInput - {@link CreateDatalakeCommandInput}
|
|
49
|
+
* @returns {@link CreateDatalakeCommandOutput}
|
|
43
50
|
* @see {@link CreateDatalakeCommandInput} for command's `input` shape.
|
|
44
51
|
* @see {@link CreateDatalakeCommandOutput} for command's `response` shape.
|
|
45
52
|
* @see {@link SecurityLakeClientResolvedConfig | config} for SecurityLakeClient's `config` shape.
|
|
@@ -78,11 +85,20 @@ export interface CreateDatalakeCommandOutput extends CreateDatalakeResponse, __M
|
|
|
78
85
|
export declare class CreateDatalakeCommand extends $Command<CreateDatalakeCommandInput, CreateDatalakeCommandOutput, SecurityLakeClientResolvedConfig> {
|
|
79
86
|
readonly input: CreateDatalakeCommandInput;
|
|
80
87
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
88
|
+
/**
|
|
89
|
+
* @public
|
|
90
|
+
*/
|
|
81
91
|
constructor(input: CreateDatalakeCommandInput);
|
|
82
92
|
/**
|
|
83
93
|
* @internal
|
|
84
94
|
*/
|
|
85
95
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDatalakeCommandInput, CreateDatalakeCommandOutput>;
|
|
96
|
+
/**
|
|
97
|
+
* @internal
|
|
98
|
+
*/
|
|
86
99
|
private serialize;
|
|
100
|
+
/**
|
|
101
|
+
* @internal
|
|
102
|
+
*/
|
|
87
103
|
private deserialize;
|
|
88
104
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CreateDatalakeDelegatedAdminRequest, CreateDatalakeDelegatedAdminResponse } from "../models/models_0";
|
|
5
5
|
import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateDatalakeDelegatedAdminCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateDatalakeDelegatedAdminCommandInput extends CreateDatalakeDelegatedAdminRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateDatalakeDelegatedAdminCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateDatalakeDelegatedAdminCommandOutput extends CreateDatalakeDelegatedAdminResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Designates the Amazon Security Lake delegated administrator account for the organization. This
|
|
18
23
|
* API can only be called by the organization management account. The organization management
|
|
19
24
|
* account cannot be the delegated administrator account.</p>
|
|
@@ -27,6 +32,8 @@ export interface CreateDatalakeDelegatedAdminCommandOutput extends CreateDatalak
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param CreateDatalakeDelegatedAdminCommandInput - {@link CreateDatalakeDelegatedAdminCommandInput}
|
|
36
|
+
* @returns {@link CreateDatalakeDelegatedAdminCommandOutput}
|
|
30
37
|
* @see {@link CreateDatalakeDelegatedAdminCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link CreateDatalakeDelegatedAdminCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link SecurityLakeClientResolvedConfig | config} for SecurityLakeClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface CreateDatalakeDelegatedAdminCommandOutput extends CreateDatalak
|
|
|
52
59
|
export declare class CreateDatalakeDelegatedAdminCommand extends $Command<CreateDatalakeDelegatedAdminCommandInput, CreateDatalakeDelegatedAdminCommandOutput, SecurityLakeClientResolvedConfig> {
|
|
53
60
|
readonly input: CreateDatalakeDelegatedAdminCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: CreateDatalakeDelegatedAdminCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDatalakeDelegatedAdminCommandInput, CreateDatalakeDelegatedAdminCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CreateDatalakeExceptionsSubscriptionRequest, CreateDatalakeExceptionsSubscriptionResponse } from "../models/models_0";
|
|
5
5
|
import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateDatalakeExceptionsSubscriptionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateDatalakeExceptionsSubscriptionCommandInput extends CreateDatalakeExceptionsSubscriptionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateDatalakeExceptionsSubscriptionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateDatalakeExceptionsSubscriptionCommandOutput extends CreateDatalakeExceptionsSubscriptionResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates the specified notification subscription in Amazon Security Lake for the organization
|
|
18
23
|
* you specify.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface CreateDatalakeExceptionsSubscriptionCommandOutput extends Creat
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param CreateDatalakeExceptionsSubscriptionCommandInput - {@link CreateDatalakeExceptionsSubscriptionCommandInput}
|
|
35
|
+
* @returns {@link CreateDatalakeExceptionsSubscriptionCommandOutput}
|
|
29
36
|
* @see {@link CreateDatalakeExceptionsSubscriptionCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link CreateDatalakeExceptionsSubscriptionCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link SecurityLakeClientResolvedConfig | config} for SecurityLakeClient's `config` shape.
|
|
@@ -53,11 +60,20 @@ export interface CreateDatalakeExceptionsSubscriptionCommandOutput extends Creat
|
|
|
53
60
|
export declare class CreateDatalakeExceptionsSubscriptionCommand extends $Command<CreateDatalakeExceptionsSubscriptionCommandInput, CreateDatalakeExceptionsSubscriptionCommandOutput, SecurityLakeClientResolvedConfig> {
|
|
54
61
|
readonly input: CreateDatalakeExceptionsSubscriptionCommandInput;
|
|
55
62
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
56
66
|
constructor(input: CreateDatalakeExceptionsSubscriptionCommandInput);
|
|
57
67
|
/**
|
|
58
68
|
* @internal
|
|
59
69
|
*/
|
|
60
70
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDatalakeExceptionsSubscriptionCommandInput, CreateDatalakeExceptionsSubscriptionCommandOutput>;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
61
74
|
private serialize;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
62
78
|
private deserialize;
|
|
63
79
|
}
|