@aws-sdk/client-securitylake 3.533.0 → 3.535.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 (67) hide show
  1. package/dist-types/SecurityLake.d.ts +12 -1
  2. package/dist-types/SecurityLakeClient.d.ts +1 -1
  3. package/dist-types/commands/CreateAwsLogSourceCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateCustomLogSourceCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateDataLakeCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateDataLakeExceptionSubscriptionCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateDataLakeOrganizationConfigurationCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateSubscriberCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateSubscriberNotificationCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteAwsLogSourceCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteCustomLogSourceCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteDataLakeCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteDataLakeExceptionSubscriptionCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteDataLakeOrganizationConfigurationCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteSubscriberCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteSubscriberNotificationCommand.d.ts +2 -1
  17. package/dist-types/commands/DeregisterDataLakeDelegatedAdministratorCommand.d.ts +2 -1
  18. package/dist-types/commands/GetDataLakeExceptionSubscriptionCommand.d.ts +2 -1
  19. package/dist-types/commands/GetDataLakeOrganizationConfigurationCommand.d.ts +2 -1
  20. package/dist-types/commands/GetDataLakeSourcesCommand.d.ts +2 -1
  21. package/dist-types/commands/GetSubscriberCommand.d.ts +2 -1
  22. package/dist-types/commands/ListDataLakeExceptionsCommand.d.ts +2 -1
  23. package/dist-types/commands/ListDataLakesCommand.d.ts +2 -1
  24. package/dist-types/commands/ListLogSourcesCommand.d.ts +2 -1
  25. package/dist-types/commands/ListSubscribersCommand.d.ts +2 -1
  26. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  27. package/dist-types/commands/RegisterDataLakeDelegatedAdministratorCommand.d.ts +2 -1
  28. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  29. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  30. package/dist-types/commands/UpdateDataLakeCommand.d.ts +2 -1
  31. package/dist-types/commands/UpdateDataLakeExceptionSubscriptionCommand.d.ts +2 -1
  32. package/dist-types/commands/UpdateSubscriberCommand.d.ts +2 -1
  33. package/dist-types/commands/UpdateSubscriberNotificationCommand.d.ts +2 -1
  34. package/dist-types/models/models_0.d.ts +213 -213
  35. package/dist-types/ts3.4/SecurityLake.d.ts +11 -0
  36. package/dist-types/ts3.4/commands/CreateAwsLogSourceCommand.d.ts +9 -0
  37. package/dist-types/ts3.4/commands/CreateCustomLogSourceCommand.d.ts +9 -0
  38. package/dist-types/ts3.4/commands/CreateDataLakeCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/CreateDataLakeExceptionSubscriptionCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/CreateDataLakeOrganizationConfigurationCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/CreateSubscriberCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/CreateSubscriberNotificationCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/DeleteAwsLogSourceCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/DeleteCustomLogSourceCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/DeleteDataLakeCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/DeleteDataLakeExceptionSubscriptionCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/DeleteDataLakeOrganizationConfigurationCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DeleteSubscriberCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/DeleteSubscriberNotificationCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/DeregisterDataLakeDelegatedAdministratorCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/GetDataLakeExceptionSubscriptionCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/GetDataLakeOrganizationConfigurationCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/GetDataLakeSourcesCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/GetSubscriberCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/ListDataLakeExceptionsCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/ListDataLakesCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/ListLogSourcesCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/ListSubscribersCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/RegisterDataLakeDelegatedAdministratorCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/UpdateDataLakeCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/UpdateDataLakeExceptionSubscriptionCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/UpdateSubscriberCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/UpdateSubscriberNotificationCommand.d.ts +9 -0
  67. package/package.json +40 -40
@@ -183,6 +183,7 @@ export interface SecurityLake {
183
183
  data?: CreateDataLakeExceptionSubscriptionCommandOutput
184
184
  ) => void
185
185
  ): void;
186
+ createDataLakeOrganizationConfiguration(): Promise<CreateDataLakeOrganizationConfigurationCommandOutput>;
186
187
  createDataLakeOrganizationConfiguration(
187
188
  args: CreateDataLakeOrganizationConfigurationCommandInput,
188
189
  options?: __HttpHandlerOptions
@@ -267,6 +268,7 @@ export interface SecurityLake {
267
268
  options: __HttpHandlerOptions,
268
269
  cb: (err: any, data?: DeleteDataLakeCommandOutput) => void
269
270
  ): void;
271
+ deleteDataLakeExceptionSubscription(): Promise<DeleteDataLakeExceptionSubscriptionCommandOutput>;
270
272
  deleteDataLakeExceptionSubscription(
271
273
  args: DeleteDataLakeExceptionSubscriptionCommandInput,
272
274
  options?: __HttpHandlerOptions
@@ -286,6 +288,7 @@ export interface SecurityLake {
286
288
  data?: DeleteDataLakeExceptionSubscriptionCommandOutput
287
289
  ) => void
288
290
  ): void;
291
+ deleteDataLakeOrganizationConfiguration(): Promise<DeleteDataLakeOrganizationConfigurationCommandOutput>;
289
292
  deleteDataLakeOrganizationConfiguration(
290
293
  args: DeleteDataLakeOrganizationConfigurationCommandInput,
291
294
  options?: __HttpHandlerOptions
@@ -331,6 +334,7 @@ export interface SecurityLake {
331
334
  options: __HttpHandlerOptions,
332
335
  cb: (err: any, data?: DeleteSubscriberNotificationCommandOutput) => void
333
336
  ): void;
337
+ deregisterDataLakeDelegatedAdministrator(): Promise<DeregisterDataLakeDelegatedAdministratorCommandOutput>;
334
338
  deregisterDataLakeDelegatedAdministrator(
335
339
  args: DeregisterDataLakeDelegatedAdministratorCommandInput,
336
340
  options?: __HttpHandlerOptions
@@ -350,6 +354,7 @@ export interface SecurityLake {
350
354
  data?: DeregisterDataLakeDelegatedAdministratorCommandOutput
351
355
  ) => void
352
356
  ): void;
357
+ getDataLakeExceptionSubscription(): Promise<GetDataLakeExceptionSubscriptionCommandOutput>;
353
358
  getDataLakeExceptionSubscription(
354
359
  args: GetDataLakeExceptionSubscriptionCommandInput,
355
360
  options?: __HttpHandlerOptions
@@ -363,6 +368,7 @@ export interface SecurityLake {
363
368
  options: __HttpHandlerOptions,
364
369
  cb: (err: any, data?: GetDataLakeExceptionSubscriptionCommandOutput) => void
365
370
  ): void;
371
+ getDataLakeOrganizationConfiguration(): Promise<GetDataLakeOrganizationConfigurationCommandOutput>;
366
372
  getDataLakeOrganizationConfiguration(
367
373
  args: GetDataLakeOrganizationConfigurationCommandInput,
368
374
  options?: __HttpHandlerOptions
@@ -382,6 +388,7 @@ export interface SecurityLake {
382
388
  data?: GetDataLakeOrganizationConfigurationCommandOutput
383
389
  ) => void
384
390
  ): void;
391
+ getDataLakeSources(): Promise<GetDataLakeSourcesCommandOutput>;
385
392
  getDataLakeSources(
386
393
  args: GetDataLakeSourcesCommandInput,
387
394
  options?: __HttpHandlerOptions
@@ -408,6 +415,7 @@ export interface SecurityLake {
408
415
  options: __HttpHandlerOptions,
409
416
  cb: (err: any, data?: GetSubscriberCommandOutput) => void
410
417
  ): void;
418
+ listDataLakeExceptions(): Promise<ListDataLakeExceptionsCommandOutput>;
411
419
  listDataLakeExceptions(
412
420
  args: ListDataLakeExceptionsCommandInput,
413
421
  options?: __HttpHandlerOptions
@@ -421,6 +429,7 @@ export interface SecurityLake {
421
429
  options: __HttpHandlerOptions,
422
430
  cb: (err: any, data?: ListDataLakeExceptionsCommandOutput) => void
423
431
  ): void;
432
+ listDataLakes(): Promise<ListDataLakesCommandOutput>;
424
433
  listDataLakes(
425
434
  args: ListDataLakesCommandInput,
426
435
  options?: __HttpHandlerOptions
@@ -434,6 +443,7 @@ export interface SecurityLake {
434
443
  options: __HttpHandlerOptions,
435
444
  cb: (err: any, data?: ListDataLakesCommandOutput) => void
436
445
  ): void;
446
+ listLogSources(): Promise<ListLogSourcesCommandOutput>;
437
447
  listLogSources(
438
448
  args: ListLogSourcesCommandInput,
439
449
  options?: __HttpHandlerOptions
@@ -447,6 +457,7 @@ export interface SecurityLake {
447
457
  options: __HttpHandlerOptions,
448
458
  cb: (err: any, data?: ListLogSourcesCommandOutput) => void
449
459
  ): void;
460
+ listSubscribers(): Promise<ListSubscribersCommandOutput>;
450
461
  listSubscribers(
451
462
  args: ListSubscribersCommandInput,
452
463
  options?: __HttpHandlerOptions
@@ -25,6 +25,15 @@ declare const CreateAwsLogSourceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateAwsLogSourceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateAwsLogSourceCommandInput,
32
+ CreateAwsLogSourceCommandOutput,
33
+ SecurityLakeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateAwsLogSourceCommand extends CreateAwsLogSourceCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateCustomLogSourceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateCustomLogSourceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateCustomLogSourceCommandInput,
32
+ CreateCustomLogSourceCommandOutput,
33
+ SecurityLakeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateCustomLogSourceCommand extends CreateCustomLogSourceCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateDataLakeCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateDataLakeCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateDataLakeCommandInput,
31
+ CreateDataLakeCommandOutput,
32
+ SecurityLakeClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateDataLakeCommand extends CreateDataLakeCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateDataLakeExceptionSubscriptionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateDataLakeExceptionSubscriptionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateDataLakeExceptionSubscriptionCommandInput,
32
+ CreateDataLakeExceptionSubscriptionCommandOutput,
33
+ SecurityLakeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateDataLakeExceptionSubscriptionCommand extends CreateDataLakeExceptionSubscriptionCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateDataLakeOrganizationConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [CreateDataLakeOrganizationConfigurationCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateDataLakeOrganizationConfigurationCommandInput,
32
+ CreateDataLakeOrganizationConfigurationCommandOutput,
33
+ SecurityLakeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateDataLakeOrganizationConfigurationCommand extends CreateDataLakeOrganizationConfigurationCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateSubscriberCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateSubscriberCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateSubscriberCommandInput,
31
+ CreateSubscriberCommandOutput,
32
+ SecurityLakeClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateSubscriberCommand extends CreateSubscriberCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateSubscriberNotificationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateSubscriberNotificationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateSubscriberNotificationCommandInput,
32
+ CreateSubscriberNotificationCommandOutput,
33
+ SecurityLakeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateSubscriberNotificationCommand extends CreateSubscriberNotificationCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteAwsLogSourceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteAwsLogSourceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteAwsLogSourceCommandInput,
32
+ DeleteAwsLogSourceCommandOutput,
33
+ SecurityLakeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteAwsLogSourceCommand extends DeleteAwsLogSourceCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteCustomLogSourceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteCustomLogSourceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteCustomLogSourceCommandInput,
32
+ DeleteCustomLogSourceCommandOutput,
33
+ SecurityLakeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteCustomLogSourceCommand extends DeleteCustomLogSourceCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteDataLakeCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteDataLakeCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteDataLakeCommandInput,
31
+ DeleteDataLakeCommandOutput,
32
+ SecurityLakeClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteDataLakeCommand extends DeleteDataLakeCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteDataLakeExceptionSubscriptionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DeleteDataLakeExceptionSubscriptionCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteDataLakeExceptionSubscriptionCommandInput,
32
+ DeleteDataLakeExceptionSubscriptionCommandOutput,
33
+ SecurityLakeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteDataLakeExceptionSubscriptionCommand extends DeleteDataLakeExceptionSubscriptionCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteDataLakeOrganizationConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DeleteDataLakeOrganizationConfigurationCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteDataLakeOrganizationConfigurationCommandInput,
32
+ DeleteDataLakeOrganizationConfigurationCommandOutput,
33
+ SecurityLakeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteDataLakeOrganizationConfigurationCommand extends DeleteDataLakeOrganizationConfigurationCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteSubscriberCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteSubscriberCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteSubscriberCommandInput,
31
+ DeleteSubscriberCommandOutput,
32
+ SecurityLakeClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteSubscriberCommand extends DeleteSubscriberCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteSubscriberNotificationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteSubscriberNotificationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteSubscriberNotificationCommandInput,
32
+ DeleteSubscriberNotificationCommandOutput,
33
+ SecurityLakeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteSubscriberNotificationCommand extends DeleteSubscriberNotificationCommand_base {}
@@ -25,6 +25,15 @@ declare const DeregisterDataLakeDelegatedAdministratorCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DeregisterDataLakeDelegatedAdministratorCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeregisterDataLakeDelegatedAdministratorCommandInput,
32
+ DeregisterDataLakeDelegatedAdministratorCommandOutput,
33
+ SecurityLakeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeregisterDataLakeDelegatedAdministratorCommand extends DeregisterDataLakeDelegatedAdministratorCommand_base {}
@@ -25,6 +25,15 @@ declare const GetDataLakeExceptionSubscriptionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [GetDataLakeExceptionSubscriptionCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetDataLakeExceptionSubscriptionCommandInput,
32
+ GetDataLakeExceptionSubscriptionCommandOutput,
33
+ SecurityLakeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetDataLakeExceptionSubscriptionCommand extends GetDataLakeExceptionSubscriptionCommand_base {}
@@ -25,6 +25,15 @@ declare const GetDataLakeOrganizationConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [GetDataLakeOrganizationConfigurationCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetDataLakeOrganizationConfigurationCommandInput,
32
+ GetDataLakeOrganizationConfigurationCommandOutput,
33
+ SecurityLakeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetDataLakeOrganizationConfigurationCommand extends GetDataLakeOrganizationConfigurationCommand_base {}
@@ -25,6 +25,15 @@ declare const GetDataLakeSourcesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [GetDataLakeSourcesCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetDataLakeSourcesCommandInput,
32
+ GetDataLakeSourcesCommandOutput,
33
+ SecurityLakeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetDataLakeSourcesCommand extends GetDataLakeSourcesCommand_base {}
@@ -24,6 +24,15 @@ declare const GetSubscriberCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetSubscriberCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetSubscriberCommandInput,
31
+ GetSubscriberCommandOutput,
32
+ SecurityLakeClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetSubscriberCommand extends GetSubscriberCommand_base {}
@@ -25,6 +25,15 @@ declare const ListDataLakeExceptionsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListDataLakeExceptionsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListDataLakeExceptionsCommandInput,
32
+ ListDataLakeExceptionsCommandOutput,
33
+ SecurityLakeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListDataLakeExceptionsCommand extends ListDataLakeExceptionsCommand_base {}
@@ -24,6 +24,15 @@ declare const ListDataLakesCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [ListDataLakesCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListDataLakesCommandInput,
31
+ ListDataLakesCommandOutput,
32
+ SecurityLakeClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListDataLakesCommand extends ListDataLakesCommand_base {}
@@ -24,6 +24,15 @@ declare const ListLogSourcesCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [ListLogSourcesCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListLogSourcesCommandInput,
31
+ ListLogSourcesCommandOutput,
32
+ SecurityLakeClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListLogSourcesCommand extends ListLogSourcesCommand_base {}
@@ -24,6 +24,15 @@ declare const ListSubscribersCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [ListSubscribersCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListSubscribersCommandInput,
31
+ ListSubscribersCommandOutput,
32
+ SecurityLakeClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListSubscribersCommand extends ListSubscribersCommand_base {}
@@ -25,6 +25,15 @@ declare const ListTagsForResourceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListTagsForResourceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListTagsForResourceCommandInput,
32
+ ListTagsForResourceCommandOutput,
33
+ SecurityLakeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
@@ -25,6 +25,15 @@ declare const RegisterDataLakeDelegatedAdministratorCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: RegisterDataLakeDelegatedAdministratorCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ RegisterDataLakeDelegatedAdministratorCommandInput,
32
+ RegisterDataLakeDelegatedAdministratorCommandOutput,
33
+ SecurityLakeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class RegisterDataLakeDelegatedAdministratorCommand extends RegisterDataLakeDelegatedAdministratorCommand_base {}
@@ -21,6 +21,15 @@ declare const TagResourceCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: TagResourceCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ TagResourceCommandInput,
28
+ TagResourceCommandOutput,
29
+ SecurityLakeClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class TagResourceCommand extends TagResourceCommand_base {}
@@ -24,6 +24,15 @@ declare const UntagResourceCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: UntagResourceCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ UntagResourceCommandInput,
31
+ UntagResourceCommandOutput,
32
+ SecurityLakeClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class UntagResourceCommand extends UntagResourceCommand_base {}
@@ -24,6 +24,15 @@ declare const UpdateDataLakeCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: UpdateDataLakeCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ UpdateDataLakeCommandInput,
31
+ UpdateDataLakeCommandOutput,
32
+ SecurityLakeClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class UpdateDataLakeCommand extends UpdateDataLakeCommand_base {}
@@ -25,6 +25,15 @@ declare const UpdateDataLakeExceptionSubscriptionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: UpdateDataLakeExceptionSubscriptionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdateDataLakeExceptionSubscriptionCommandInput,
32
+ UpdateDataLakeExceptionSubscriptionCommandOutput,
33
+ SecurityLakeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UpdateDataLakeExceptionSubscriptionCommand extends UpdateDataLakeExceptionSubscriptionCommand_base {}
@@ -24,6 +24,15 @@ declare const UpdateSubscriberCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: UpdateSubscriberCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ UpdateSubscriberCommandInput,
31
+ UpdateSubscriberCommandOutput,
32
+ SecurityLakeClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class UpdateSubscriberCommand extends UpdateSubscriberCommand_base {}
@@ -25,6 +25,15 @@ declare const UpdateSubscriberNotificationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: UpdateSubscriberNotificationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdateSubscriberNotificationCommandInput,
32
+ UpdateSubscriberNotificationCommandOutput,
33
+ SecurityLakeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UpdateSubscriberNotificationCommand extends UpdateSubscriberNotificationCommand_base {}