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