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