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