@aws-sdk/client-securitylake 3.928.0 → 3.929.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1131 -1193
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/SecurityLakeClient.js +2 -0
- package/dist-es/commands/CreateAwsLogSourceCommand.js +3 -9
- package/dist-es/commands/CreateCustomLogSourceCommand.js +3 -9
- package/dist-es/commands/CreateDataLakeCommand.js +3 -9
- package/dist-es/commands/CreateDataLakeExceptionSubscriptionCommand.js +3 -9
- package/dist-es/commands/CreateDataLakeOrganizationConfigurationCommand.js +3 -9
- package/dist-es/commands/CreateSubscriberCommand.js +3 -9
- package/dist-es/commands/CreateSubscriberNotificationCommand.js +3 -9
- package/dist-es/commands/DeleteAwsLogSourceCommand.js +3 -9
- package/dist-es/commands/DeleteCustomLogSourceCommand.js +3 -9
- package/dist-es/commands/DeleteDataLakeCommand.js +3 -9
- package/dist-es/commands/DeleteDataLakeExceptionSubscriptionCommand.js +3 -9
- package/dist-es/commands/DeleteDataLakeOrganizationConfigurationCommand.js +3 -9
- package/dist-es/commands/DeleteSubscriberCommand.js +3 -9
- package/dist-es/commands/DeleteSubscriberNotificationCommand.js +3 -9
- package/dist-es/commands/DeregisterDataLakeDelegatedAdministratorCommand.js +3 -9
- package/dist-es/commands/GetDataLakeExceptionSubscriptionCommand.js +3 -9
- package/dist-es/commands/GetDataLakeOrganizationConfigurationCommand.js +3 -9
- package/dist-es/commands/GetDataLakeSourcesCommand.js +3 -9
- package/dist-es/commands/GetSubscriberCommand.js +3 -9
- package/dist-es/commands/ListDataLakeExceptionsCommand.js +3 -9
- package/dist-es/commands/ListDataLakesCommand.js +3 -9
- package/dist-es/commands/ListLogSourcesCommand.js +3 -9
- package/dist-es/commands/ListSubscribersCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/RegisterDataLakeDelegatedAdministratorCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateDataLakeCommand.js +3 -9
- package/dist-es/commands/UpdateDataLakeExceptionSubscriptionCommand.js +3 -9
- package/dist-es/commands/UpdateSubscriberCommand.js +3 -9
- package/dist-es/commands/UpdateSubscriberNotificationCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1061 -0
- package/dist-types/SecurityLakeClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +148 -0
- package/dist-types/ts3.4/SecurityLakeClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +153 -0
- package/package.json +2 -2
- package/dist-es/protocols/Aws_restJson1.js +0 -965
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -281
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -377
|
@@ -1,281 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { CreateAwsLogSourceCommandInput, CreateAwsLogSourceCommandOutput } from "../commands/CreateAwsLogSourceCommand";
|
|
4
|
-
import { CreateCustomLogSourceCommandInput, CreateCustomLogSourceCommandOutput } from "../commands/CreateCustomLogSourceCommand";
|
|
5
|
-
import { CreateDataLakeCommandInput, CreateDataLakeCommandOutput } from "../commands/CreateDataLakeCommand";
|
|
6
|
-
import { CreateDataLakeExceptionSubscriptionCommandInput, CreateDataLakeExceptionSubscriptionCommandOutput } from "../commands/CreateDataLakeExceptionSubscriptionCommand";
|
|
7
|
-
import { CreateDataLakeOrganizationConfigurationCommandInput, CreateDataLakeOrganizationConfigurationCommandOutput } from "../commands/CreateDataLakeOrganizationConfigurationCommand";
|
|
8
|
-
import { CreateSubscriberCommandInput, CreateSubscriberCommandOutput } from "../commands/CreateSubscriberCommand";
|
|
9
|
-
import { CreateSubscriberNotificationCommandInput, CreateSubscriberNotificationCommandOutput } from "../commands/CreateSubscriberNotificationCommand";
|
|
10
|
-
import { DeleteAwsLogSourceCommandInput, DeleteAwsLogSourceCommandOutput } from "../commands/DeleteAwsLogSourceCommand";
|
|
11
|
-
import { DeleteCustomLogSourceCommandInput, DeleteCustomLogSourceCommandOutput } from "../commands/DeleteCustomLogSourceCommand";
|
|
12
|
-
import { DeleteDataLakeCommandInput, DeleteDataLakeCommandOutput } from "../commands/DeleteDataLakeCommand";
|
|
13
|
-
import { DeleteDataLakeExceptionSubscriptionCommandInput, DeleteDataLakeExceptionSubscriptionCommandOutput } from "../commands/DeleteDataLakeExceptionSubscriptionCommand";
|
|
14
|
-
import { DeleteDataLakeOrganizationConfigurationCommandInput, DeleteDataLakeOrganizationConfigurationCommandOutput } from "../commands/DeleteDataLakeOrganizationConfigurationCommand";
|
|
15
|
-
import { DeleteSubscriberCommandInput, DeleteSubscriberCommandOutput } from "../commands/DeleteSubscriberCommand";
|
|
16
|
-
import { DeleteSubscriberNotificationCommandInput, DeleteSubscriberNotificationCommandOutput } from "../commands/DeleteSubscriberNotificationCommand";
|
|
17
|
-
import { DeregisterDataLakeDelegatedAdministratorCommandInput, DeregisterDataLakeDelegatedAdministratorCommandOutput } from "../commands/DeregisterDataLakeDelegatedAdministratorCommand";
|
|
18
|
-
import { GetDataLakeExceptionSubscriptionCommandInput, GetDataLakeExceptionSubscriptionCommandOutput } from "../commands/GetDataLakeExceptionSubscriptionCommand";
|
|
19
|
-
import { GetDataLakeOrganizationConfigurationCommandInput, GetDataLakeOrganizationConfigurationCommandOutput } from "../commands/GetDataLakeOrganizationConfigurationCommand";
|
|
20
|
-
import { GetDataLakeSourcesCommandInput, GetDataLakeSourcesCommandOutput } from "../commands/GetDataLakeSourcesCommand";
|
|
21
|
-
import { GetSubscriberCommandInput, GetSubscriberCommandOutput } from "../commands/GetSubscriberCommand";
|
|
22
|
-
import { ListDataLakeExceptionsCommandInput, ListDataLakeExceptionsCommandOutput } from "../commands/ListDataLakeExceptionsCommand";
|
|
23
|
-
import { ListDataLakesCommandInput, ListDataLakesCommandOutput } from "../commands/ListDataLakesCommand";
|
|
24
|
-
import { ListLogSourcesCommandInput, ListLogSourcesCommandOutput } from "../commands/ListLogSourcesCommand";
|
|
25
|
-
import { ListSubscribersCommandInput, ListSubscribersCommandOutput } from "../commands/ListSubscribersCommand";
|
|
26
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
27
|
-
import { RegisterDataLakeDelegatedAdministratorCommandInput, RegisterDataLakeDelegatedAdministratorCommandOutput } from "../commands/RegisterDataLakeDelegatedAdministratorCommand";
|
|
28
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
29
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
30
|
-
import { UpdateDataLakeCommandInput, UpdateDataLakeCommandOutput } from "../commands/UpdateDataLakeCommand";
|
|
31
|
-
import { UpdateDataLakeExceptionSubscriptionCommandInput, UpdateDataLakeExceptionSubscriptionCommandOutput } from "../commands/UpdateDataLakeExceptionSubscriptionCommand";
|
|
32
|
-
import { UpdateSubscriberCommandInput, UpdateSubscriberCommandOutput } from "../commands/UpdateSubscriberCommand";
|
|
33
|
-
import { UpdateSubscriberNotificationCommandInput, UpdateSubscriberNotificationCommandOutput } from "../commands/UpdateSubscriberNotificationCommand";
|
|
34
|
-
/**
|
|
35
|
-
* serializeAws_restJson1CreateAwsLogSourceCommand
|
|
36
|
-
*/
|
|
37
|
-
export declare const se_CreateAwsLogSourceCommand: (input: CreateAwsLogSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
38
|
-
/**
|
|
39
|
-
* serializeAws_restJson1CreateCustomLogSourceCommand
|
|
40
|
-
*/
|
|
41
|
-
export declare const se_CreateCustomLogSourceCommand: (input: CreateCustomLogSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
42
|
-
/**
|
|
43
|
-
* serializeAws_restJson1CreateDataLakeCommand
|
|
44
|
-
*/
|
|
45
|
-
export declare const se_CreateDataLakeCommand: (input: CreateDataLakeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
|
-
/**
|
|
47
|
-
* serializeAws_restJson1CreateDataLakeExceptionSubscriptionCommand
|
|
48
|
-
*/
|
|
49
|
-
export declare const se_CreateDataLakeExceptionSubscriptionCommand: (input: CreateDataLakeExceptionSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
|
-
/**
|
|
51
|
-
* serializeAws_restJson1CreateDataLakeOrganizationConfigurationCommand
|
|
52
|
-
*/
|
|
53
|
-
export declare const se_CreateDataLakeOrganizationConfigurationCommand: (input: CreateDataLakeOrganizationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
|
-
/**
|
|
55
|
-
* serializeAws_restJson1CreateSubscriberCommand
|
|
56
|
-
*/
|
|
57
|
-
export declare const se_CreateSubscriberCommand: (input: CreateSubscriberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
58
|
-
/**
|
|
59
|
-
* serializeAws_restJson1CreateSubscriberNotificationCommand
|
|
60
|
-
*/
|
|
61
|
-
export declare const se_CreateSubscriberNotificationCommand: (input: CreateSubscriberNotificationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
|
-
/**
|
|
63
|
-
* serializeAws_restJson1DeleteAwsLogSourceCommand
|
|
64
|
-
*/
|
|
65
|
-
export declare const se_DeleteAwsLogSourceCommand: (input: DeleteAwsLogSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
|
-
/**
|
|
67
|
-
* serializeAws_restJson1DeleteCustomLogSourceCommand
|
|
68
|
-
*/
|
|
69
|
-
export declare const se_DeleteCustomLogSourceCommand: (input: DeleteCustomLogSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
|
-
/**
|
|
71
|
-
* serializeAws_restJson1DeleteDataLakeCommand
|
|
72
|
-
*/
|
|
73
|
-
export declare const se_DeleteDataLakeCommand: (input: DeleteDataLakeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
|
-
/**
|
|
75
|
-
* serializeAws_restJson1DeleteDataLakeExceptionSubscriptionCommand
|
|
76
|
-
*/
|
|
77
|
-
export declare const se_DeleteDataLakeExceptionSubscriptionCommand: (input: DeleteDataLakeExceptionSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
|
-
/**
|
|
79
|
-
* serializeAws_restJson1DeleteDataLakeOrganizationConfigurationCommand
|
|
80
|
-
*/
|
|
81
|
-
export declare const se_DeleteDataLakeOrganizationConfigurationCommand: (input: DeleteDataLakeOrganizationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
|
-
/**
|
|
83
|
-
* serializeAws_restJson1DeleteSubscriberCommand
|
|
84
|
-
*/
|
|
85
|
-
export declare const se_DeleteSubscriberCommand: (input: DeleteSubscriberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
|
-
/**
|
|
87
|
-
* serializeAws_restJson1DeleteSubscriberNotificationCommand
|
|
88
|
-
*/
|
|
89
|
-
export declare const se_DeleteSubscriberNotificationCommand: (input: DeleteSubscriberNotificationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
|
-
/**
|
|
91
|
-
* serializeAws_restJson1DeregisterDataLakeDelegatedAdministratorCommand
|
|
92
|
-
*/
|
|
93
|
-
export declare const se_DeregisterDataLakeDelegatedAdministratorCommand: (input: DeregisterDataLakeDelegatedAdministratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
94
|
-
/**
|
|
95
|
-
* serializeAws_restJson1GetDataLakeExceptionSubscriptionCommand
|
|
96
|
-
*/
|
|
97
|
-
export declare const se_GetDataLakeExceptionSubscriptionCommand: (input: GetDataLakeExceptionSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
98
|
-
/**
|
|
99
|
-
* serializeAws_restJson1GetDataLakeOrganizationConfigurationCommand
|
|
100
|
-
*/
|
|
101
|
-
export declare const se_GetDataLakeOrganizationConfigurationCommand: (input: GetDataLakeOrganizationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
102
|
-
/**
|
|
103
|
-
* serializeAws_restJson1GetDataLakeSourcesCommand
|
|
104
|
-
*/
|
|
105
|
-
export declare const se_GetDataLakeSourcesCommand: (input: GetDataLakeSourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
106
|
-
/**
|
|
107
|
-
* serializeAws_restJson1GetSubscriberCommand
|
|
108
|
-
*/
|
|
109
|
-
export declare const se_GetSubscriberCommand: (input: GetSubscriberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
110
|
-
/**
|
|
111
|
-
* serializeAws_restJson1ListDataLakeExceptionsCommand
|
|
112
|
-
*/
|
|
113
|
-
export declare const se_ListDataLakeExceptionsCommand: (input: ListDataLakeExceptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
114
|
-
/**
|
|
115
|
-
* serializeAws_restJson1ListDataLakesCommand
|
|
116
|
-
*/
|
|
117
|
-
export declare const se_ListDataLakesCommand: (input: ListDataLakesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
118
|
-
/**
|
|
119
|
-
* serializeAws_restJson1ListLogSourcesCommand
|
|
120
|
-
*/
|
|
121
|
-
export declare const se_ListLogSourcesCommand: (input: ListLogSourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
122
|
-
/**
|
|
123
|
-
* serializeAws_restJson1ListSubscribersCommand
|
|
124
|
-
*/
|
|
125
|
-
export declare const se_ListSubscribersCommand: (input: ListSubscribersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
126
|
-
/**
|
|
127
|
-
* serializeAws_restJson1ListTagsForResourceCommand
|
|
128
|
-
*/
|
|
129
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
130
|
-
/**
|
|
131
|
-
* serializeAws_restJson1RegisterDataLakeDelegatedAdministratorCommand
|
|
132
|
-
*/
|
|
133
|
-
export declare const se_RegisterDataLakeDelegatedAdministratorCommand: (input: RegisterDataLakeDelegatedAdministratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
134
|
-
/**
|
|
135
|
-
* serializeAws_restJson1TagResourceCommand
|
|
136
|
-
*/
|
|
137
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
138
|
-
/**
|
|
139
|
-
* serializeAws_restJson1UntagResourceCommand
|
|
140
|
-
*/
|
|
141
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
142
|
-
/**
|
|
143
|
-
* serializeAws_restJson1UpdateDataLakeCommand
|
|
144
|
-
*/
|
|
145
|
-
export declare const se_UpdateDataLakeCommand: (input: UpdateDataLakeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
146
|
-
/**
|
|
147
|
-
* serializeAws_restJson1UpdateDataLakeExceptionSubscriptionCommand
|
|
148
|
-
*/
|
|
149
|
-
export declare const se_UpdateDataLakeExceptionSubscriptionCommand: (input: UpdateDataLakeExceptionSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
150
|
-
/**
|
|
151
|
-
* serializeAws_restJson1UpdateSubscriberCommand
|
|
152
|
-
*/
|
|
153
|
-
export declare const se_UpdateSubscriberCommand: (input: UpdateSubscriberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
154
|
-
/**
|
|
155
|
-
* serializeAws_restJson1UpdateSubscriberNotificationCommand
|
|
156
|
-
*/
|
|
157
|
-
export declare const se_UpdateSubscriberNotificationCommand: (input: UpdateSubscriberNotificationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
158
|
-
/**
|
|
159
|
-
* deserializeAws_restJson1CreateAwsLogSourceCommand
|
|
160
|
-
*/
|
|
161
|
-
export declare const de_CreateAwsLogSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAwsLogSourceCommandOutput>;
|
|
162
|
-
/**
|
|
163
|
-
* deserializeAws_restJson1CreateCustomLogSourceCommand
|
|
164
|
-
*/
|
|
165
|
-
export declare const de_CreateCustomLogSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomLogSourceCommandOutput>;
|
|
166
|
-
/**
|
|
167
|
-
* deserializeAws_restJson1CreateDataLakeCommand
|
|
168
|
-
*/
|
|
169
|
-
export declare const de_CreateDataLakeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataLakeCommandOutput>;
|
|
170
|
-
/**
|
|
171
|
-
* deserializeAws_restJson1CreateDataLakeExceptionSubscriptionCommand
|
|
172
|
-
*/
|
|
173
|
-
export declare const de_CreateDataLakeExceptionSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataLakeExceptionSubscriptionCommandOutput>;
|
|
174
|
-
/**
|
|
175
|
-
* deserializeAws_restJson1CreateDataLakeOrganizationConfigurationCommand
|
|
176
|
-
*/
|
|
177
|
-
export declare const de_CreateDataLakeOrganizationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataLakeOrganizationConfigurationCommandOutput>;
|
|
178
|
-
/**
|
|
179
|
-
* deserializeAws_restJson1CreateSubscriberCommand
|
|
180
|
-
*/
|
|
181
|
-
export declare const de_CreateSubscriberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSubscriberCommandOutput>;
|
|
182
|
-
/**
|
|
183
|
-
* deserializeAws_restJson1CreateSubscriberNotificationCommand
|
|
184
|
-
*/
|
|
185
|
-
export declare const de_CreateSubscriberNotificationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSubscriberNotificationCommandOutput>;
|
|
186
|
-
/**
|
|
187
|
-
* deserializeAws_restJson1DeleteAwsLogSourceCommand
|
|
188
|
-
*/
|
|
189
|
-
export declare const de_DeleteAwsLogSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAwsLogSourceCommandOutput>;
|
|
190
|
-
/**
|
|
191
|
-
* deserializeAws_restJson1DeleteCustomLogSourceCommand
|
|
192
|
-
*/
|
|
193
|
-
export declare const de_DeleteCustomLogSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomLogSourceCommandOutput>;
|
|
194
|
-
/**
|
|
195
|
-
* deserializeAws_restJson1DeleteDataLakeCommand
|
|
196
|
-
*/
|
|
197
|
-
export declare const de_DeleteDataLakeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataLakeCommandOutput>;
|
|
198
|
-
/**
|
|
199
|
-
* deserializeAws_restJson1DeleteDataLakeExceptionSubscriptionCommand
|
|
200
|
-
*/
|
|
201
|
-
export declare const de_DeleteDataLakeExceptionSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataLakeExceptionSubscriptionCommandOutput>;
|
|
202
|
-
/**
|
|
203
|
-
* deserializeAws_restJson1DeleteDataLakeOrganizationConfigurationCommand
|
|
204
|
-
*/
|
|
205
|
-
export declare const de_DeleteDataLakeOrganizationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataLakeOrganizationConfigurationCommandOutput>;
|
|
206
|
-
/**
|
|
207
|
-
* deserializeAws_restJson1DeleteSubscriberCommand
|
|
208
|
-
*/
|
|
209
|
-
export declare const de_DeleteSubscriberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSubscriberCommandOutput>;
|
|
210
|
-
/**
|
|
211
|
-
* deserializeAws_restJson1DeleteSubscriberNotificationCommand
|
|
212
|
-
*/
|
|
213
|
-
export declare const de_DeleteSubscriberNotificationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSubscriberNotificationCommandOutput>;
|
|
214
|
-
/**
|
|
215
|
-
* deserializeAws_restJson1DeregisterDataLakeDelegatedAdministratorCommand
|
|
216
|
-
*/
|
|
217
|
-
export declare const de_DeregisterDataLakeDelegatedAdministratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterDataLakeDelegatedAdministratorCommandOutput>;
|
|
218
|
-
/**
|
|
219
|
-
* deserializeAws_restJson1GetDataLakeExceptionSubscriptionCommand
|
|
220
|
-
*/
|
|
221
|
-
export declare const de_GetDataLakeExceptionSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataLakeExceptionSubscriptionCommandOutput>;
|
|
222
|
-
/**
|
|
223
|
-
* deserializeAws_restJson1GetDataLakeOrganizationConfigurationCommand
|
|
224
|
-
*/
|
|
225
|
-
export declare const de_GetDataLakeOrganizationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataLakeOrganizationConfigurationCommandOutput>;
|
|
226
|
-
/**
|
|
227
|
-
* deserializeAws_restJson1GetDataLakeSourcesCommand
|
|
228
|
-
*/
|
|
229
|
-
export declare const de_GetDataLakeSourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataLakeSourcesCommandOutput>;
|
|
230
|
-
/**
|
|
231
|
-
* deserializeAws_restJson1GetSubscriberCommand
|
|
232
|
-
*/
|
|
233
|
-
export declare const de_GetSubscriberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSubscriberCommandOutput>;
|
|
234
|
-
/**
|
|
235
|
-
* deserializeAws_restJson1ListDataLakeExceptionsCommand
|
|
236
|
-
*/
|
|
237
|
-
export declare const de_ListDataLakeExceptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataLakeExceptionsCommandOutput>;
|
|
238
|
-
/**
|
|
239
|
-
* deserializeAws_restJson1ListDataLakesCommand
|
|
240
|
-
*/
|
|
241
|
-
export declare const de_ListDataLakesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataLakesCommandOutput>;
|
|
242
|
-
/**
|
|
243
|
-
* deserializeAws_restJson1ListLogSourcesCommand
|
|
244
|
-
*/
|
|
245
|
-
export declare const de_ListLogSourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLogSourcesCommandOutput>;
|
|
246
|
-
/**
|
|
247
|
-
* deserializeAws_restJson1ListSubscribersCommand
|
|
248
|
-
*/
|
|
249
|
-
export declare const de_ListSubscribersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSubscribersCommandOutput>;
|
|
250
|
-
/**
|
|
251
|
-
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
252
|
-
*/
|
|
253
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
254
|
-
/**
|
|
255
|
-
* deserializeAws_restJson1RegisterDataLakeDelegatedAdministratorCommand
|
|
256
|
-
*/
|
|
257
|
-
export declare const de_RegisterDataLakeDelegatedAdministratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterDataLakeDelegatedAdministratorCommandOutput>;
|
|
258
|
-
/**
|
|
259
|
-
* deserializeAws_restJson1TagResourceCommand
|
|
260
|
-
*/
|
|
261
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
262
|
-
/**
|
|
263
|
-
* deserializeAws_restJson1UntagResourceCommand
|
|
264
|
-
*/
|
|
265
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
266
|
-
/**
|
|
267
|
-
* deserializeAws_restJson1UpdateDataLakeCommand
|
|
268
|
-
*/
|
|
269
|
-
export declare const de_UpdateDataLakeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDataLakeCommandOutput>;
|
|
270
|
-
/**
|
|
271
|
-
* deserializeAws_restJson1UpdateDataLakeExceptionSubscriptionCommand
|
|
272
|
-
*/
|
|
273
|
-
export declare const de_UpdateDataLakeExceptionSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDataLakeExceptionSubscriptionCommandOutput>;
|
|
274
|
-
/**
|
|
275
|
-
* deserializeAws_restJson1UpdateSubscriberCommand
|
|
276
|
-
*/
|
|
277
|
-
export declare const de_UpdateSubscriberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSubscriberCommandOutput>;
|
|
278
|
-
/**
|
|
279
|
-
* deserializeAws_restJson1UpdateSubscriberNotificationCommand
|
|
280
|
-
*/
|
|
281
|
-
export declare const de_UpdateSubscriberNotificationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSubscriberNotificationCommandOutput>;
|
|
@@ -1,377 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
CreateAwsLogSourceCommandInput,
|
|
8
|
-
CreateAwsLogSourceCommandOutput,
|
|
9
|
-
} from "../commands/CreateAwsLogSourceCommand";
|
|
10
|
-
import {
|
|
11
|
-
CreateCustomLogSourceCommandInput,
|
|
12
|
-
CreateCustomLogSourceCommandOutput,
|
|
13
|
-
} from "../commands/CreateCustomLogSourceCommand";
|
|
14
|
-
import {
|
|
15
|
-
CreateDataLakeCommandInput,
|
|
16
|
-
CreateDataLakeCommandOutput,
|
|
17
|
-
} from "../commands/CreateDataLakeCommand";
|
|
18
|
-
import {
|
|
19
|
-
CreateDataLakeExceptionSubscriptionCommandInput,
|
|
20
|
-
CreateDataLakeExceptionSubscriptionCommandOutput,
|
|
21
|
-
} from "../commands/CreateDataLakeExceptionSubscriptionCommand";
|
|
22
|
-
import {
|
|
23
|
-
CreateDataLakeOrganizationConfigurationCommandInput,
|
|
24
|
-
CreateDataLakeOrganizationConfigurationCommandOutput,
|
|
25
|
-
} from "../commands/CreateDataLakeOrganizationConfigurationCommand";
|
|
26
|
-
import {
|
|
27
|
-
CreateSubscriberCommandInput,
|
|
28
|
-
CreateSubscriberCommandOutput,
|
|
29
|
-
} from "../commands/CreateSubscriberCommand";
|
|
30
|
-
import {
|
|
31
|
-
CreateSubscriberNotificationCommandInput,
|
|
32
|
-
CreateSubscriberNotificationCommandOutput,
|
|
33
|
-
} from "../commands/CreateSubscriberNotificationCommand";
|
|
34
|
-
import {
|
|
35
|
-
DeleteAwsLogSourceCommandInput,
|
|
36
|
-
DeleteAwsLogSourceCommandOutput,
|
|
37
|
-
} from "../commands/DeleteAwsLogSourceCommand";
|
|
38
|
-
import {
|
|
39
|
-
DeleteCustomLogSourceCommandInput,
|
|
40
|
-
DeleteCustomLogSourceCommandOutput,
|
|
41
|
-
} from "../commands/DeleteCustomLogSourceCommand";
|
|
42
|
-
import {
|
|
43
|
-
DeleteDataLakeCommandInput,
|
|
44
|
-
DeleteDataLakeCommandOutput,
|
|
45
|
-
} from "../commands/DeleteDataLakeCommand";
|
|
46
|
-
import {
|
|
47
|
-
DeleteDataLakeExceptionSubscriptionCommandInput,
|
|
48
|
-
DeleteDataLakeExceptionSubscriptionCommandOutput,
|
|
49
|
-
} from "../commands/DeleteDataLakeExceptionSubscriptionCommand";
|
|
50
|
-
import {
|
|
51
|
-
DeleteDataLakeOrganizationConfigurationCommandInput,
|
|
52
|
-
DeleteDataLakeOrganizationConfigurationCommandOutput,
|
|
53
|
-
} from "../commands/DeleteDataLakeOrganizationConfigurationCommand";
|
|
54
|
-
import {
|
|
55
|
-
DeleteSubscriberCommandInput,
|
|
56
|
-
DeleteSubscriberCommandOutput,
|
|
57
|
-
} from "../commands/DeleteSubscriberCommand";
|
|
58
|
-
import {
|
|
59
|
-
DeleteSubscriberNotificationCommandInput,
|
|
60
|
-
DeleteSubscriberNotificationCommandOutput,
|
|
61
|
-
} from "../commands/DeleteSubscriberNotificationCommand";
|
|
62
|
-
import {
|
|
63
|
-
DeregisterDataLakeDelegatedAdministratorCommandInput,
|
|
64
|
-
DeregisterDataLakeDelegatedAdministratorCommandOutput,
|
|
65
|
-
} from "../commands/DeregisterDataLakeDelegatedAdministratorCommand";
|
|
66
|
-
import {
|
|
67
|
-
GetDataLakeExceptionSubscriptionCommandInput,
|
|
68
|
-
GetDataLakeExceptionSubscriptionCommandOutput,
|
|
69
|
-
} from "../commands/GetDataLakeExceptionSubscriptionCommand";
|
|
70
|
-
import {
|
|
71
|
-
GetDataLakeOrganizationConfigurationCommandInput,
|
|
72
|
-
GetDataLakeOrganizationConfigurationCommandOutput,
|
|
73
|
-
} from "../commands/GetDataLakeOrganizationConfigurationCommand";
|
|
74
|
-
import {
|
|
75
|
-
GetDataLakeSourcesCommandInput,
|
|
76
|
-
GetDataLakeSourcesCommandOutput,
|
|
77
|
-
} from "../commands/GetDataLakeSourcesCommand";
|
|
78
|
-
import {
|
|
79
|
-
GetSubscriberCommandInput,
|
|
80
|
-
GetSubscriberCommandOutput,
|
|
81
|
-
} from "../commands/GetSubscriberCommand";
|
|
82
|
-
import {
|
|
83
|
-
ListDataLakeExceptionsCommandInput,
|
|
84
|
-
ListDataLakeExceptionsCommandOutput,
|
|
85
|
-
} from "../commands/ListDataLakeExceptionsCommand";
|
|
86
|
-
import {
|
|
87
|
-
ListDataLakesCommandInput,
|
|
88
|
-
ListDataLakesCommandOutput,
|
|
89
|
-
} from "../commands/ListDataLakesCommand";
|
|
90
|
-
import {
|
|
91
|
-
ListLogSourcesCommandInput,
|
|
92
|
-
ListLogSourcesCommandOutput,
|
|
93
|
-
} from "../commands/ListLogSourcesCommand";
|
|
94
|
-
import {
|
|
95
|
-
ListSubscribersCommandInput,
|
|
96
|
-
ListSubscribersCommandOutput,
|
|
97
|
-
} from "../commands/ListSubscribersCommand";
|
|
98
|
-
import {
|
|
99
|
-
ListTagsForResourceCommandInput,
|
|
100
|
-
ListTagsForResourceCommandOutput,
|
|
101
|
-
} from "../commands/ListTagsForResourceCommand";
|
|
102
|
-
import {
|
|
103
|
-
RegisterDataLakeDelegatedAdministratorCommandInput,
|
|
104
|
-
RegisterDataLakeDelegatedAdministratorCommandOutput,
|
|
105
|
-
} from "../commands/RegisterDataLakeDelegatedAdministratorCommand";
|
|
106
|
-
import {
|
|
107
|
-
TagResourceCommandInput,
|
|
108
|
-
TagResourceCommandOutput,
|
|
109
|
-
} from "../commands/TagResourceCommand";
|
|
110
|
-
import {
|
|
111
|
-
UntagResourceCommandInput,
|
|
112
|
-
UntagResourceCommandOutput,
|
|
113
|
-
} from "../commands/UntagResourceCommand";
|
|
114
|
-
import {
|
|
115
|
-
UpdateDataLakeCommandInput,
|
|
116
|
-
UpdateDataLakeCommandOutput,
|
|
117
|
-
} from "../commands/UpdateDataLakeCommand";
|
|
118
|
-
import {
|
|
119
|
-
UpdateDataLakeExceptionSubscriptionCommandInput,
|
|
120
|
-
UpdateDataLakeExceptionSubscriptionCommandOutput,
|
|
121
|
-
} from "../commands/UpdateDataLakeExceptionSubscriptionCommand";
|
|
122
|
-
import {
|
|
123
|
-
UpdateSubscriberCommandInput,
|
|
124
|
-
UpdateSubscriberCommandOutput,
|
|
125
|
-
} from "../commands/UpdateSubscriberCommand";
|
|
126
|
-
import {
|
|
127
|
-
UpdateSubscriberNotificationCommandInput,
|
|
128
|
-
UpdateSubscriberNotificationCommandOutput,
|
|
129
|
-
} from "../commands/UpdateSubscriberNotificationCommand";
|
|
130
|
-
export declare const se_CreateAwsLogSourceCommand: (
|
|
131
|
-
input: CreateAwsLogSourceCommandInput,
|
|
132
|
-
context: __SerdeContext
|
|
133
|
-
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const se_CreateCustomLogSourceCommand: (
|
|
135
|
-
input: CreateCustomLogSourceCommandInput,
|
|
136
|
-
context: __SerdeContext
|
|
137
|
-
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const se_CreateDataLakeCommand: (
|
|
139
|
-
input: CreateDataLakeCommandInput,
|
|
140
|
-
context: __SerdeContext
|
|
141
|
-
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const se_CreateDataLakeExceptionSubscriptionCommand: (
|
|
143
|
-
input: CreateDataLakeExceptionSubscriptionCommandInput,
|
|
144
|
-
context: __SerdeContext
|
|
145
|
-
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const se_CreateDataLakeOrganizationConfigurationCommand: (
|
|
147
|
-
input: CreateDataLakeOrganizationConfigurationCommandInput,
|
|
148
|
-
context: __SerdeContext
|
|
149
|
-
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const se_CreateSubscriberCommand: (
|
|
151
|
-
input: CreateSubscriberCommandInput,
|
|
152
|
-
context: __SerdeContext
|
|
153
|
-
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const se_CreateSubscriberNotificationCommand: (
|
|
155
|
-
input: CreateSubscriberNotificationCommandInput,
|
|
156
|
-
context: __SerdeContext
|
|
157
|
-
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const se_DeleteAwsLogSourceCommand: (
|
|
159
|
-
input: DeleteAwsLogSourceCommandInput,
|
|
160
|
-
context: __SerdeContext
|
|
161
|
-
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const se_DeleteCustomLogSourceCommand: (
|
|
163
|
-
input: DeleteCustomLogSourceCommandInput,
|
|
164
|
-
context: __SerdeContext
|
|
165
|
-
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const se_DeleteDataLakeCommand: (
|
|
167
|
-
input: DeleteDataLakeCommandInput,
|
|
168
|
-
context: __SerdeContext
|
|
169
|
-
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const se_DeleteDataLakeExceptionSubscriptionCommand: (
|
|
171
|
-
input: DeleteDataLakeExceptionSubscriptionCommandInput,
|
|
172
|
-
context: __SerdeContext
|
|
173
|
-
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const se_DeleteDataLakeOrganizationConfigurationCommand: (
|
|
175
|
-
input: DeleteDataLakeOrganizationConfigurationCommandInput,
|
|
176
|
-
context: __SerdeContext
|
|
177
|
-
) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const se_DeleteSubscriberCommand: (
|
|
179
|
-
input: DeleteSubscriberCommandInput,
|
|
180
|
-
context: __SerdeContext
|
|
181
|
-
) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const se_DeleteSubscriberNotificationCommand: (
|
|
183
|
-
input: DeleteSubscriberNotificationCommandInput,
|
|
184
|
-
context: __SerdeContext
|
|
185
|
-
) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const se_DeregisterDataLakeDelegatedAdministratorCommand: (
|
|
187
|
-
input: DeregisterDataLakeDelegatedAdministratorCommandInput,
|
|
188
|
-
context: __SerdeContext
|
|
189
|
-
) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const se_GetDataLakeExceptionSubscriptionCommand: (
|
|
191
|
-
input: GetDataLakeExceptionSubscriptionCommandInput,
|
|
192
|
-
context: __SerdeContext
|
|
193
|
-
) => Promise<__HttpRequest>;
|
|
194
|
-
export declare const se_GetDataLakeOrganizationConfigurationCommand: (
|
|
195
|
-
input: GetDataLakeOrganizationConfigurationCommandInput,
|
|
196
|
-
context: __SerdeContext
|
|
197
|
-
) => Promise<__HttpRequest>;
|
|
198
|
-
export declare const se_GetDataLakeSourcesCommand: (
|
|
199
|
-
input: GetDataLakeSourcesCommandInput,
|
|
200
|
-
context: __SerdeContext
|
|
201
|
-
) => Promise<__HttpRequest>;
|
|
202
|
-
export declare const se_GetSubscriberCommand: (
|
|
203
|
-
input: GetSubscriberCommandInput,
|
|
204
|
-
context: __SerdeContext
|
|
205
|
-
) => Promise<__HttpRequest>;
|
|
206
|
-
export declare const se_ListDataLakeExceptionsCommand: (
|
|
207
|
-
input: ListDataLakeExceptionsCommandInput,
|
|
208
|
-
context: __SerdeContext
|
|
209
|
-
) => Promise<__HttpRequest>;
|
|
210
|
-
export declare const se_ListDataLakesCommand: (
|
|
211
|
-
input: ListDataLakesCommandInput,
|
|
212
|
-
context: __SerdeContext
|
|
213
|
-
) => Promise<__HttpRequest>;
|
|
214
|
-
export declare const se_ListLogSourcesCommand: (
|
|
215
|
-
input: ListLogSourcesCommandInput,
|
|
216
|
-
context: __SerdeContext
|
|
217
|
-
) => Promise<__HttpRequest>;
|
|
218
|
-
export declare const se_ListSubscribersCommand: (
|
|
219
|
-
input: ListSubscribersCommandInput,
|
|
220
|
-
context: __SerdeContext
|
|
221
|
-
) => Promise<__HttpRequest>;
|
|
222
|
-
export declare const se_ListTagsForResourceCommand: (
|
|
223
|
-
input: ListTagsForResourceCommandInput,
|
|
224
|
-
context: __SerdeContext
|
|
225
|
-
) => Promise<__HttpRequest>;
|
|
226
|
-
export declare const se_RegisterDataLakeDelegatedAdministratorCommand: (
|
|
227
|
-
input: RegisterDataLakeDelegatedAdministratorCommandInput,
|
|
228
|
-
context: __SerdeContext
|
|
229
|
-
) => Promise<__HttpRequest>;
|
|
230
|
-
export declare const se_TagResourceCommand: (
|
|
231
|
-
input: TagResourceCommandInput,
|
|
232
|
-
context: __SerdeContext
|
|
233
|
-
) => Promise<__HttpRequest>;
|
|
234
|
-
export declare const se_UntagResourceCommand: (
|
|
235
|
-
input: UntagResourceCommandInput,
|
|
236
|
-
context: __SerdeContext
|
|
237
|
-
) => Promise<__HttpRequest>;
|
|
238
|
-
export declare const se_UpdateDataLakeCommand: (
|
|
239
|
-
input: UpdateDataLakeCommandInput,
|
|
240
|
-
context: __SerdeContext
|
|
241
|
-
) => Promise<__HttpRequest>;
|
|
242
|
-
export declare const se_UpdateDataLakeExceptionSubscriptionCommand: (
|
|
243
|
-
input: UpdateDataLakeExceptionSubscriptionCommandInput,
|
|
244
|
-
context: __SerdeContext
|
|
245
|
-
) => Promise<__HttpRequest>;
|
|
246
|
-
export declare const se_UpdateSubscriberCommand: (
|
|
247
|
-
input: UpdateSubscriberCommandInput,
|
|
248
|
-
context: __SerdeContext
|
|
249
|
-
) => Promise<__HttpRequest>;
|
|
250
|
-
export declare const se_UpdateSubscriberNotificationCommand: (
|
|
251
|
-
input: UpdateSubscriberNotificationCommandInput,
|
|
252
|
-
context: __SerdeContext
|
|
253
|
-
) => Promise<__HttpRequest>;
|
|
254
|
-
export declare const de_CreateAwsLogSourceCommand: (
|
|
255
|
-
output: __HttpResponse,
|
|
256
|
-
context: __SerdeContext
|
|
257
|
-
) => Promise<CreateAwsLogSourceCommandOutput>;
|
|
258
|
-
export declare const de_CreateCustomLogSourceCommand: (
|
|
259
|
-
output: __HttpResponse,
|
|
260
|
-
context: __SerdeContext
|
|
261
|
-
) => Promise<CreateCustomLogSourceCommandOutput>;
|
|
262
|
-
export declare const de_CreateDataLakeCommand: (
|
|
263
|
-
output: __HttpResponse,
|
|
264
|
-
context: __SerdeContext
|
|
265
|
-
) => Promise<CreateDataLakeCommandOutput>;
|
|
266
|
-
export declare const de_CreateDataLakeExceptionSubscriptionCommand: (
|
|
267
|
-
output: __HttpResponse,
|
|
268
|
-
context: __SerdeContext
|
|
269
|
-
) => Promise<CreateDataLakeExceptionSubscriptionCommandOutput>;
|
|
270
|
-
export declare const de_CreateDataLakeOrganizationConfigurationCommand: (
|
|
271
|
-
output: __HttpResponse,
|
|
272
|
-
context: __SerdeContext
|
|
273
|
-
) => Promise<CreateDataLakeOrganizationConfigurationCommandOutput>;
|
|
274
|
-
export declare const de_CreateSubscriberCommand: (
|
|
275
|
-
output: __HttpResponse,
|
|
276
|
-
context: __SerdeContext
|
|
277
|
-
) => Promise<CreateSubscriberCommandOutput>;
|
|
278
|
-
export declare const de_CreateSubscriberNotificationCommand: (
|
|
279
|
-
output: __HttpResponse,
|
|
280
|
-
context: __SerdeContext
|
|
281
|
-
) => Promise<CreateSubscriberNotificationCommandOutput>;
|
|
282
|
-
export declare const de_DeleteAwsLogSourceCommand: (
|
|
283
|
-
output: __HttpResponse,
|
|
284
|
-
context: __SerdeContext
|
|
285
|
-
) => Promise<DeleteAwsLogSourceCommandOutput>;
|
|
286
|
-
export declare const de_DeleteCustomLogSourceCommand: (
|
|
287
|
-
output: __HttpResponse,
|
|
288
|
-
context: __SerdeContext
|
|
289
|
-
) => Promise<DeleteCustomLogSourceCommandOutput>;
|
|
290
|
-
export declare const de_DeleteDataLakeCommand: (
|
|
291
|
-
output: __HttpResponse,
|
|
292
|
-
context: __SerdeContext
|
|
293
|
-
) => Promise<DeleteDataLakeCommandOutput>;
|
|
294
|
-
export declare const de_DeleteDataLakeExceptionSubscriptionCommand: (
|
|
295
|
-
output: __HttpResponse,
|
|
296
|
-
context: __SerdeContext
|
|
297
|
-
) => Promise<DeleteDataLakeExceptionSubscriptionCommandOutput>;
|
|
298
|
-
export declare const de_DeleteDataLakeOrganizationConfigurationCommand: (
|
|
299
|
-
output: __HttpResponse,
|
|
300
|
-
context: __SerdeContext
|
|
301
|
-
) => Promise<DeleteDataLakeOrganizationConfigurationCommandOutput>;
|
|
302
|
-
export declare const de_DeleteSubscriberCommand: (
|
|
303
|
-
output: __HttpResponse,
|
|
304
|
-
context: __SerdeContext
|
|
305
|
-
) => Promise<DeleteSubscriberCommandOutput>;
|
|
306
|
-
export declare const de_DeleteSubscriberNotificationCommand: (
|
|
307
|
-
output: __HttpResponse,
|
|
308
|
-
context: __SerdeContext
|
|
309
|
-
) => Promise<DeleteSubscriberNotificationCommandOutput>;
|
|
310
|
-
export declare const de_DeregisterDataLakeDelegatedAdministratorCommand: (
|
|
311
|
-
output: __HttpResponse,
|
|
312
|
-
context: __SerdeContext
|
|
313
|
-
) => Promise<DeregisterDataLakeDelegatedAdministratorCommandOutput>;
|
|
314
|
-
export declare const de_GetDataLakeExceptionSubscriptionCommand: (
|
|
315
|
-
output: __HttpResponse,
|
|
316
|
-
context: __SerdeContext
|
|
317
|
-
) => Promise<GetDataLakeExceptionSubscriptionCommandOutput>;
|
|
318
|
-
export declare const de_GetDataLakeOrganizationConfigurationCommand: (
|
|
319
|
-
output: __HttpResponse,
|
|
320
|
-
context: __SerdeContext
|
|
321
|
-
) => Promise<GetDataLakeOrganizationConfigurationCommandOutput>;
|
|
322
|
-
export declare const de_GetDataLakeSourcesCommand: (
|
|
323
|
-
output: __HttpResponse,
|
|
324
|
-
context: __SerdeContext
|
|
325
|
-
) => Promise<GetDataLakeSourcesCommandOutput>;
|
|
326
|
-
export declare const de_GetSubscriberCommand: (
|
|
327
|
-
output: __HttpResponse,
|
|
328
|
-
context: __SerdeContext
|
|
329
|
-
) => Promise<GetSubscriberCommandOutput>;
|
|
330
|
-
export declare const de_ListDataLakeExceptionsCommand: (
|
|
331
|
-
output: __HttpResponse,
|
|
332
|
-
context: __SerdeContext
|
|
333
|
-
) => Promise<ListDataLakeExceptionsCommandOutput>;
|
|
334
|
-
export declare const de_ListDataLakesCommand: (
|
|
335
|
-
output: __HttpResponse,
|
|
336
|
-
context: __SerdeContext
|
|
337
|
-
) => Promise<ListDataLakesCommandOutput>;
|
|
338
|
-
export declare const de_ListLogSourcesCommand: (
|
|
339
|
-
output: __HttpResponse,
|
|
340
|
-
context: __SerdeContext
|
|
341
|
-
) => Promise<ListLogSourcesCommandOutput>;
|
|
342
|
-
export declare const de_ListSubscribersCommand: (
|
|
343
|
-
output: __HttpResponse,
|
|
344
|
-
context: __SerdeContext
|
|
345
|
-
) => Promise<ListSubscribersCommandOutput>;
|
|
346
|
-
export declare const de_ListTagsForResourceCommand: (
|
|
347
|
-
output: __HttpResponse,
|
|
348
|
-
context: __SerdeContext
|
|
349
|
-
) => Promise<ListTagsForResourceCommandOutput>;
|
|
350
|
-
export declare const de_RegisterDataLakeDelegatedAdministratorCommand: (
|
|
351
|
-
output: __HttpResponse,
|
|
352
|
-
context: __SerdeContext
|
|
353
|
-
) => Promise<RegisterDataLakeDelegatedAdministratorCommandOutput>;
|
|
354
|
-
export declare const de_TagResourceCommand: (
|
|
355
|
-
output: __HttpResponse,
|
|
356
|
-
context: __SerdeContext
|
|
357
|
-
) => Promise<TagResourceCommandOutput>;
|
|
358
|
-
export declare const de_UntagResourceCommand: (
|
|
359
|
-
output: __HttpResponse,
|
|
360
|
-
context: __SerdeContext
|
|
361
|
-
) => Promise<UntagResourceCommandOutput>;
|
|
362
|
-
export declare const de_UpdateDataLakeCommand: (
|
|
363
|
-
output: __HttpResponse,
|
|
364
|
-
context: __SerdeContext
|
|
365
|
-
) => Promise<UpdateDataLakeCommandOutput>;
|
|
366
|
-
export declare const de_UpdateDataLakeExceptionSubscriptionCommand: (
|
|
367
|
-
output: __HttpResponse,
|
|
368
|
-
context: __SerdeContext
|
|
369
|
-
) => Promise<UpdateDataLakeExceptionSubscriptionCommandOutput>;
|
|
370
|
-
export declare const de_UpdateSubscriberCommand: (
|
|
371
|
-
output: __HttpResponse,
|
|
372
|
-
context: __SerdeContext
|
|
373
|
-
) => Promise<UpdateSubscriberCommandOutput>;
|
|
374
|
-
export declare const de_UpdateSubscriberNotificationCommand: (
|
|
375
|
-
output: __HttpResponse,
|
|
376
|
-
context: __SerdeContext
|
|
377
|
-
) => Promise<UpdateSubscriberNotificationCommandOutput>;
|