@aws-sdk/client-securitylake 3.927.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 +5 -5
- 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
|
@@ -0,0 +1,1061 @@
|
|
|
1
|
+
const _ADE = "AccessDeniedException";
|
|
2
|
+
const _AI = "AwsIdentity";
|
|
3
|
+
const _ALSC = "AwsLogSourceConfiguration";
|
|
4
|
+
const _ALSCL = "AwsLogSourceConfigurationList";
|
|
5
|
+
const _ALSR = "AwsLogSourceResource";
|
|
6
|
+
const _ALSRL = "AwsLogSourceResourceList";
|
|
7
|
+
const _BRE = "BadRequestException";
|
|
8
|
+
const _CALS = "CreateAwsLogSource";
|
|
9
|
+
const _CALSR = "CreateAwsLogSourceRequest";
|
|
10
|
+
const _CALSRr = "CreateAwsLogSourceResponse";
|
|
11
|
+
const _CCLS = "CreateCustomLogSource";
|
|
12
|
+
const _CCLSR = "CreateCustomLogSourceRequest";
|
|
13
|
+
const _CCLSRr = "CreateCustomLogSourceResponse";
|
|
14
|
+
const _CDL = "CreateDataLake";
|
|
15
|
+
const _CDLES = "CreateDataLakeExceptionSubscription";
|
|
16
|
+
const _CDLESR = "CreateDataLakeExceptionSubscriptionRequest";
|
|
17
|
+
const _CDLESRr = "CreateDataLakeExceptionSubscriptionResponse";
|
|
18
|
+
const _CDLOC = "CreateDataLakeOrganizationConfiguration";
|
|
19
|
+
const _CDLOCR = "CreateDataLakeOrganizationConfigurationRequest";
|
|
20
|
+
const _CDLOCRr = "CreateDataLakeOrganizationConfigurationResponse";
|
|
21
|
+
const _CDLR = "CreateDataLakeRequest";
|
|
22
|
+
const _CDLRr = "CreateDataLakeResponse";
|
|
23
|
+
const _CE = "ConflictException";
|
|
24
|
+
const _CLSA = "CustomLogSourceAttributes";
|
|
25
|
+
const _CLSC = "CustomLogSourceConfiguration";
|
|
26
|
+
const _CLSCC = "CustomLogSourceCrawlerConfiguration";
|
|
27
|
+
const _CLSP = "CustomLogSourceProvider";
|
|
28
|
+
const _CLSR = "CustomLogSourceResource";
|
|
29
|
+
const _CS = "CreateSubscriber";
|
|
30
|
+
const _CSN = "CreateSubscriberNotification";
|
|
31
|
+
const _CSNR = "CreateSubscriberNotificationRequest";
|
|
32
|
+
const _CSNRr = "CreateSubscriberNotificationResponse";
|
|
33
|
+
const _CSR = "CreateSubscriberRequest";
|
|
34
|
+
const _CSRr = "CreateSubscriberResponse";
|
|
35
|
+
const _DALS = "DeleteAwsLogSource";
|
|
36
|
+
const _DALSR = "DeleteAwsLogSourceRequest";
|
|
37
|
+
const _DALSRe = "DeleteAwsLogSourceResponse";
|
|
38
|
+
const _DCLS = "DeleteCustomLogSource";
|
|
39
|
+
const _DCLSR = "DeleteCustomLogSourceRequest";
|
|
40
|
+
const _DCLSRe = "DeleteCustomLogSourceResponse";
|
|
41
|
+
const _DDL = "DeleteDataLake";
|
|
42
|
+
const _DDLDA = "DeregisterDataLakeDelegatedAdministrator";
|
|
43
|
+
const _DDLDAR = "DeregisterDataLakeDelegatedAdministratorRequest";
|
|
44
|
+
const _DDLDARe = "DeregisterDataLakeDelegatedAdministratorResponse";
|
|
45
|
+
const _DDLES = "DeleteDataLakeExceptionSubscription";
|
|
46
|
+
const _DDLESR = "DeleteDataLakeExceptionSubscriptionRequest";
|
|
47
|
+
const _DDLESRe = "DeleteDataLakeExceptionSubscriptionResponse";
|
|
48
|
+
const _DDLOC = "DeleteDataLakeOrganizationConfiguration";
|
|
49
|
+
const _DDLOCR = "DeleteDataLakeOrganizationConfigurationRequest";
|
|
50
|
+
const _DDLOCRe = "DeleteDataLakeOrganizationConfigurationResponse";
|
|
51
|
+
const _DDLR = "DeleteDataLakeRequest";
|
|
52
|
+
const _DDLRe = "DeleteDataLakeResponse";
|
|
53
|
+
const _DLAENAC = "DataLakeAutoEnableNewAccountConfiguration";
|
|
54
|
+
const _DLAENACL = "DataLakeAutoEnableNewAccountConfigurationList";
|
|
55
|
+
const _DLC = "DataLakeConfiguration";
|
|
56
|
+
const _DLCL = "DataLakeConfigurationList";
|
|
57
|
+
const _DLE = "DataLakeException";
|
|
58
|
+
const _DLEC = "DataLakeEncryptionConfiguration";
|
|
59
|
+
const _DLEL = "DataLakeExceptionList";
|
|
60
|
+
const _DLLC = "DataLakeLifecycleConfiguration";
|
|
61
|
+
const _DLLE = "DataLakeLifecycleExpiration";
|
|
62
|
+
const _DLLT = "DataLakeLifecycleTransition";
|
|
63
|
+
const _DLLTL = "DataLakeLifecycleTransitionList";
|
|
64
|
+
const _DLR = "DataLakeResource";
|
|
65
|
+
const _DLRC = "DataLakeReplicationConfiguration";
|
|
66
|
+
const _DLRL = "DataLakeResourceList";
|
|
67
|
+
const _DLS = "DataLakeSource";
|
|
68
|
+
const _DLSL = "DataLakeSourceList";
|
|
69
|
+
const _DLSS = "DataLakeSourceStatus";
|
|
70
|
+
const _DLSSL = "DataLakeSourceStatusList";
|
|
71
|
+
const _DLUE = "DataLakeUpdateException";
|
|
72
|
+
const _DLUS = "DataLakeUpdateStatus";
|
|
73
|
+
const _DS = "DeleteSubscriber";
|
|
74
|
+
const _DSN = "DeleteSubscriberNotification";
|
|
75
|
+
const _DSNR = "DeleteSubscriberNotificationRequest";
|
|
76
|
+
const _DSNRe = "DeleteSubscriberNotificationResponse";
|
|
77
|
+
const _DSR = "DeleteSubscriberRequest";
|
|
78
|
+
const _DSRe = "DeleteSubscriberResponse";
|
|
79
|
+
const _GDLES = "GetDataLakeExceptionSubscription";
|
|
80
|
+
const _GDLESR = "GetDataLakeExceptionSubscriptionRequest";
|
|
81
|
+
const _GDLESRe = "GetDataLakeExceptionSubscriptionResponse";
|
|
82
|
+
const _GDLOC = "GetDataLakeOrganizationConfiguration";
|
|
83
|
+
const _GDLOCR = "GetDataLakeOrganizationConfigurationRequest";
|
|
84
|
+
const _GDLOCRe = "GetDataLakeOrganizationConfigurationResponse";
|
|
85
|
+
const _GDLS = "GetDataLakeSources";
|
|
86
|
+
const _GDLSR = "GetDataLakeSourcesRequest";
|
|
87
|
+
const _GDLSRe = "GetDataLakeSourcesResponse";
|
|
88
|
+
const _GS = "GetSubscriber";
|
|
89
|
+
const _GSR = "GetSubscriberRequest";
|
|
90
|
+
const _GSRe = "GetSubscriberResponse";
|
|
91
|
+
const _HNC = "HttpsNotificationConfiguration";
|
|
92
|
+
const _ISE = "InternalServerException";
|
|
93
|
+
const _LDL = "ListDataLakes";
|
|
94
|
+
const _LDLE = "ListDataLakeExceptions";
|
|
95
|
+
const _LDLER = "ListDataLakeExceptionsRequest";
|
|
96
|
+
const _LDLERi = "ListDataLakeExceptionsResponse";
|
|
97
|
+
const _LDLR = "ListDataLakesRequest";
|
|
98
|
+
const _LDLRi = "ListDataLakesResponse";
|
|
99
|
+
const _LLS = "ListLogSources";
|
|
100
|
+
const _LLSR = "ListLogSourcesRequest";
|
|
101
|
+
const _LLSRi = "ListLogSourcesResponse";
|
|
102
|
+
const _LS = "LogSource";
|
|
103
|
+
const _LSL = "LogSourceList";
|
|
104
|
+
const _LSR = "ListSubscribersRequest";
|
|
105
|
+
const _LSRL = "LogSourceResourceList";
|
|
106
|
+
const _LSRi = "ListSubscribersResponse";
|
|
107
|
+
const _LSRo = "LogSourceResource";
|
|
108
|
+
const _LSi = "ListSubscribers";
|
|
109
|
+
const _LTFR = "ListTagsForResource";
|
|
110
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
111
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
112
|
+
const _NC = "NotificationConfiguration";
|
|
113
|
+
const _RA = "Retry-After";
|
|
114
|
+
const _RDLDA = "RegisterDataLakeDelegatedAdministrator";
|
|
115
|
+
const _RDLDAR = "RegisterDataLakeDelegatedAdministratorRequest";
|
|
116
|
+
const _RDLDARe = "RegisterDataLakeDelegatedAdministratorResponse";
|
|
117
|
+
const _RNFE = "ResourceNotFoundException";
|
|
118
|
+
const _SNC = "SqsNotificationConfiguration";
|
|
119
|
+
const _SR = "SubscriberResource";
|
|
120
|
+
const _SRL = "SubscriberResourceList";
|
|
121
|
+
const _T = "Tag";
|
|
122
|
+
const _TE = "ThrottlingException";
|
|
123
|
+
const _TL = "TagList";
|
|
124
|
+
const _TR = "TagResource";
|
|
125
|
+
const _TRR = "TagResourceRequest";
|
|
126
|
+
const _TRRa = "TagResourceResponse";
|
|
127
|
+
const _UDL = "UpdateDataLake";
|
|
128
|
+
const _UDLES = "UpdateDataLakeExceptionSubscription";
|
|
129
|
+
const _UDLESR = "UpdateDataLakeExceptionSubscriptionRequest";
|
|
130
|
+
const _UDLESRp = "UpdateDataLakeExceptionSubscriptionResponse";
|
|
131
|
+
const _UDLR = "UpdateDataLakeRequest";
|
|
132
|
+
const _UDLRp = "UpdateDataLakeResponse";
|
|
133
|
+
const _UR = "UntagResource";
|
|
134
|
+
const _URR = "UntagResourceRequest";
|
|
135
|
+
const _URRn = "UntagResourceResponse";
|
|
136
|
+
const _US = "UpdateSubscriber";
|
|
137
|
+
const _USN = "UpdateSubscriberNotification";
|
|
138
|
+
const _USNR = "UpdateSubscriberNotificationRequest";
|
|
139
|
+
const _USNRp = "UpdateSubscriberNotificationResponse";
|
|
140
|
+
const _USR = "UpdateSubscriberRequest";
|
|
141
|
+
const _USRp = "UpdateSubscriberResponse";
|
|
142
|
+
const _a = "accounts";
|
|
143
|
+
const _aAKN = "authorizationApiKeyName";
|
|
144
|
+
const _aAKV = "authorizationApiKeyValue";
|
|
145
|
+
const _aENA = "autoEnableNewAccount";
|
|
146
|
+
const _aI = "accountId";
|
|
147
|
+
const _aLS = "awsLogSource";
|
|
148
|
+
const _aT = "accessTypes";
|
|
149
|
+
const _ac = "account";
|
|
150
|
+
const _at = "attributes";
|
|
151
|
+
const _c = "client";
|
|
152
|
+
const _cA = "crawlerArn";
|
|
153
|
+
const _cAr = "createdAt";
|
|
154
|
+
const _cC = "crawlerConfiguration";
|
|
155
|
+
const _cLS = "customLogSource";
|
|
156
|
+
const _cS = "createStatus";
|
|
157
|
+
const _co = "configuration";
|
|
158
|
+
const _cod = "code";
|
|
159
|
+
const _con = "configurations";
|
|
160
|
+
const _d = "days";
|
|
161
|
+
const _dA = "databaseArn";
|
|
162
|
+
const _dL = "dataLakes";
|
|
163
|
+
const _dLA = "dataLakeArn";
|
|
164
|
+
const _dLS = "dataLakeSources";
|
|
165
|
+
const _e = "error";
|
|
166
|
+
const _eC = "errorCode";
|
|
167
|
+
const _eCn = "encryptionConfiguration";
|
|
168
|
+
const _eCv = "eventClasses";
|
|
169
|
+
const _eI = "externalId";
|
|
170
|
+
const _eTTL = "exceptionTimeToLive";
|
|
171
|
+
const _en = "endpoint";
|
|
172
|
+
const _ex = "exception";
|
|
173
|
+
const _exc = "exceptions";
|
|
174
|
+
const _exp = "expiration";
|
|
175
|
+
const _f = "failed";
|
|
176
|
+
const _h = "http";
|
|
177
|
+
const _hE = "httpError";
|
|
178
|
+
const _hH = "httpHeader";
|
|
179
|
+
const _hM = "httpMethod";
|
|
180
|
+
const _hNC = "httpsNotificationConfiguration";
|
|
181
|
+
const _hQ = "httpQuery";
|
|
182
|
+
const _k = "key";
|
|
183
|
+
const _kKI = "kmsKeyId";
|
|
184
|
+
const _l = "location";
|
|
185
|
+
const _lC = "lifecycleConfiguration";
|
|
186
|
+
const _m = "message";
|
|
187
|
+
const _mR = "maxResults";
|
|
188
|
+
const _mSMRA = "metaStoreManagerRoleArn";
|
|
189
|
+
const _nE = "notificationEndpoint";
|
|
190
|
+
const _nT = "nextToken";
|
|
191
|
+
const _p = "principal";
|
|
192
|
+
const _pI = "providerIdentity";
|
|
193
|
+
const _pr = "provider";
|
|
194
|
+
const _qC = "quotaCode";
|
|
195
|
+
const _r = "regions";
|
|
196
|
+
const _rA = "roleArn";
|
|
197
|
+
const _rAS = "retryAfterSeconds";
|
|
198
|
+
const _rAe = "resourceArn";
|
|
199
|
+
const _rC = "replicationConfiguration";
|
|
200
|
+
const _rI = "requestId";
|
|
201
|
+
const _rN = "resourceName";
|
|
202
|
+
const _rSA = "resourceShareArn";
|
|
203
|
+
const _rSN = "resourceShareName";
|
|
204
|
+
const _rT = "resourceType";
|
|
205
|
+
const _re = "region";
|
|
206
|
+
const _rea = "reason";
|
|
207
|
+
const _rem = "remediation";
|
|
208
|
+
const _res = "resource";
|
|
209
|
+
const _s = "sources";
|
|
210
|
+
const _sA = "subscriberArn";
|
|
211
|
+
const _sBA = "s3BucketArn";
|
|
212
|
+
const _sC = "storageClass";
|
|
213
|
+
const _sCe = "serviceCode";
|
|
214
|
+
const _sD = "subscriberDescription";
|
|
215
|
+
const _sE = "subscriberEndpoint";
|
|
216
|
+
const _sI = "subscriberId";
|
|
217
|
+
const _sIu = "subscriberIdentity";
|
|
218
|
+
const _sN = "sourceName";
|
|
219
|
+
const _sNC = "sqsNotificationConfiguration";
|
|
220
|
+
const _sNu = "subscriberName";
|
|
221
|
+
const _sP = "subscriptionProtocol";
|
|
222
|
+
const _sS = "sourceStatuses";
|
|
223
|
+
const _sSu = "subscriberStatus";
|
|
224
|
+
const _sV = "sourceVersion";
|
|
225
|
+
const _se = "server";
|
|
226
|
+
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.securitylake";
|
|
227
|
+
const _so = "source";
|
|
228
|
+
const _st = "status";
|
|
229
|
+
const _su = "subscriber";
|
|
230
|
+
const _sub = "subscribers";
|
|
231
|
+
const _t = "tags";
|
|
232
|
+
const _tA = "tableArn";
|
|
233
|
+
const _tK = "tagKeys";
|
|
234
|
+
const _tRA = "targetRoleArn";
|
|
235
|
+
const _ti = "timestamp";
|
|
236
|
+
const _tr = "transitions";
|
|
237
|
+
const _uA = "updatedAt";
|
|
238
|
+
const _uS = "updateStatus";
|
|
239
|
+
const _v = "value";
|
|
240
|
+
const n0 = "com.amazonaws.securitylake";
|
|
241
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
242
|
+
import { AccessDeniedException as __AccessDeniedException, BadRequestException as __BadRequestException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ThrottlingException as __ThrottlingException, } from "../models/index";
|
|
243
|
+
import { SecurityLakeServiceException as __SecurityLakeServiceException } from "../models/SecurityLakeServiceException";
|
|
244
|
+
export var AccessDeniedException = [
|
|
245
|
+
-3,
|
|
246
|
+
n0,
|
|
247
|
+
_ADE,
|
|
248
|
+
{
|
|
249
|
+
[_e]: _c,
|
|
250
|
+
[_hE]: 403,
|
|
251
|
+
},
|
|
252
|
+
[_m, _eC],
|
|
253
|
+
[0, 0],
|
|
254
|
+
];
|
|
255
|
+
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
256
|
+
export var AwsIdentity = [3, n0, _AI, 0, [_p, _eI], [0, 0]];
|
|
257
|
+
export var AwsLogSourceConfiguration = [
|
|
258
|
+
3,
|
|
259
|
+
n0,
|
|
260
|
+
_ALSC,
|
|
261
|
+
0,
|
|
262
|
+
[_a, _r, _sN, _sV],
|
|
263
|
+
[64 | 0, 64 | 0, 0, 0],
|
|
264
|
+
];
|
|
265
|
+
export var AwsLogSourceResource = [3, n0, _ALSR, 0, [_sN, _sV], [0, 0]];
|
|
266
|
+
export var BadRequestException = [
|
|
267
|
+
-3,
|
|
268
|
+
n0,
|
|
269
|
+
_BRE,
|
|
270
|
+
{
|
|
271
|
+
[_e]: _c,
|
|
272
|
+
[_hE]: 400,
|
|
273
|
+
},
|
|
274
|
+
[_m],
|
|
275
|
+
[0],
|
|
276
|
+
];
|
|
277
|
+
TypeRegistry.for(n0).registerError(BadRequestException, __BadRequestException);
|
|
278
|
+
export var ConflictException = [
|
|
279
|
+
-3,
|
|
280
|
+
n0,
|
|
281
|
+
_CE,
|
|
282
|
+
{
|
|
283
|
+
[_e]: _c,
|
|
284
|
+
[_hE]: 409,
|
|
285
|
+
},
|
|
286
|
+
[_m, _rN, _rT],
|
|
287
|
+
[0, 0, 0],
|
|
288
|
+
];
|
|
289
|
+
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
290
|
+
export var CreateAwsLogSourceRequest = [
|
|
291
|
+
3,
|
|
292
|
+
n0,
|
|
293
|
+
_CALSR,
|
|
294
|
+
0,
|
|
295
|
+
[_s],
|
|
296
|
+
[() => AwsLogSourceConfigurationList],
|
|
297
|
+
];
|
|
298
|
+
export var CreateAwsLogSourceResponse = [3, n0, _CALSRr, 0, [_f], [64 | 0]];
|
|
299
|
+
export var CreateCustomLogSourceRequest = [
|
|
300
|
+
3,
|
|
301
|
+
n0,
|
|
302
|
+
_CCLSR,
|
|
303
|
+
0,
|
|
304
|
+
[_sN, _sV, _eCv, _co],
|
|
305
|
+
[0, 0, 64 | 0, () => CustomLogSourceConfiguration],
|
|
306
|
+
];
|
|
307
|
+
export var CreateCustomLogSourceResponse = [
|
|
308
|
+
3,
|
|
309
|
+
n0,
|
|
310
|
+
_CCLSRr,
|
|
311
|
+
0,
|
|
312
|
+
[_so],
|
|
313
|
+
[() => CustomLogSourceResource],
|
|
314
|
+
];
|
|
315
|
+
export var CreateDataLakeExceptionSubscriptionRequest = [
|
|
316
|
+
3,
|
|
317
|
+
n0,
|
|
318
|
+
_CDLESR,
|
|
319
|
+
0,
|
|
320
|
+
[_sP, _nE, _eTTL],
|
|
321
|
+
[0, 0, 1],
|
|
322
|
+
];
|
|
323
|
+
export var CreateDataLakeExceptionSubscriptionResponse = [3, n0, _CDLESRr, 0, [], []];
|
|
324
|
+
export var CreateDataLakeOrganizationConfigurationRequest = [
|
|
325
|
+
3,
|
|
326
|
+
n0,
|
|
327
|
+
_CDLOCR,
|
|
328
|
+
0,
|
|
329
|
+
[_aENA],
|
|
330
|
+
[() => DataLakeAutoEnableNewAccountConfigurationList],
|
|
331
|
+
];
|
|
332
|
+
export var CreateDataLakeOrganizationConfigurationResponse = [3, n0, _CDLOCRr, 0, [], []];
|
|
333
|
+
export var CreateDataLakeRequest = [
|
|
334
|
+
3,
|
|
335
|
+
n0,
|
|
336
|
+
_CDLR,
|
|
337
|
+
0,
|
|
338
|
+
[_con, _mSMRA, _t],
|
|
339
|
+
[() => DataLakeConfigurationList, 0, () => TagList],
|
|
340
|
+
];
|
|
341
|
+
export var CreateDataLakeResponse = [3, n0, _CDLRr, 0, [_dL], [() => DataLakeResourceList]];
|
|
342
|
+
export var CreateSubscriberNotificationRequest = [
|
|
343
|
+
3,
|
|
344
|
+
n0,
|
|
345
|
+
_CSNR,
|
|
346
|
+
0,
|
|
347
|
+
[_sI, _co],
|
|
348
|
+
[[0, 1], () => NotificationConfiguration],
|
|
349
|
+
];
|
|
350
|
+
export var CreateSubscriberNotificationResponse = [3, n0, _CSNRr, 0, [_sE], [0]];
|
|
351
|
+
export var CreateSubscriberRequest = [
|
|
352
|
+
3,
|
|
353
|
+
n0,
|
|
354
|
+
_CSR,
|
|
355
|
+
0,
|
|
356
|
+
[_sIu, _sNu, _sD, _s, _aT, _t],
|
|
357
|
+
[() => AwsIdentity, 0, 0, () => LogSourceResourceList, 64 | 0, () => TagList],
|
|
358
|
+
];
|
|
359
|
+
export var CreateSubscriberResponse = [3, n0, _CSRr, 0, [_su], [() => SubscriberResource]];
|
|
360
|
+
export var CustomLogSourceAttributes = [3, n0, _CLSA, 0, [_cA, _dA, _tA], [0, 0, 0]];
|
|
361
|
+
export var CustomLogSourceConfiguration = [
|
|
362
|
+
3,
|
|
363
|
+
n0,
|
|
364
|
+
_CLSC,
|
|
365
|
+
0,
|
|
366
|
+
[_cC, _pI],
|
|
367
|
+
[() => CustomLogSourceCrawlerConfiguration, () => AwsIdentity],
|
|
368
|
+
];
|
|
369
|
+
export var CustomLogSourceCrawlerConfiguration = [3, n0, _CLSCC, 0, [_rA], [0]];
|
|
370
|
+
export var CustomLogSourceProvider = [3, n0, _CLSP, 0, [_rA, _l], [0, 0]];
|
|
371
|
+
export var CustomLogSourceResource = [
|
|
372
|
+
3,
|
|
373
|
+
n0,
|
|
374
|
+
_CLSR,
|
|
375
|
+
0,
|
|
376
|
+
[_sN, _sV, _pr, _at],
|
|
377
|
+
[0, 0, () => CustomLogSourceProvider, () => CustomLogSourceAttributes],
|
|
378
|
+
];
|
|
379
|
+
export var DataLakeAutoEnableNewAccountConfiguration = [
|
|
380
|
+
3,
|
|
381
|
+
n0,
|
|
382
|
+
_DLAENAC,
|
|
383
|
+
0,
|
|
384
|
+
[_re, _s],
|
|
385
|
+
[0, () => AwsLogSourceResourceList],
|
|
386
|
+
];
|
|
387
|
+
export var DataLakeConfiguration = [
|
|
388
|
+
3,
|
|
389
|
+
n0,
|
|
390
|
+
_DLC,
|
|
391
|
+
0,
|
|
392
|
+
[_re, _eCn, _lC, _rC],
|
|
393
|
+
[
|
|
394
|
+
0,
|
|
395
|
+
() => DataLakeEncryptionConfiguration,
|
|
396
|
+
() => DataLakeLifecycleConfiguration,
|
|
397
|
+
() => DataLakeReplicationConfiguration,
|
|
398
|
+
],
|
|
399
|
+
];
|
|
400
|
+
export var DataLakeEncryptionConfiguration = [3, n0, _DLEC, 0, [_kKI], [0]];
|
|
401
|
+
export var DataLakeException = [3, n0, _DLE, 0, [_re, _ex, _rem, _ti], [0, 0, 0, 5]];
|
|
402
|
+
export var DataLakeLifecycleConfiguration = [
|
|
403
|
+
3,
|
|
404
|
+
n0,
|
|
405
|
+
_DLLC,
|
|
406
|
+
0,
|
|
407
|
+
[_exp, _tr],
|
|
408
|
+
[() => DataLakeLifecycleExpiration, () => DataLakeLifecycleTransitionList],
|
|
409
|
+
];
|
|
410
|
+
export var DataLakeLifecycleExpiration = [3, n0, _DLLE, 0, [_d], [1]];
|
|
411
|
+
export var DataLakeLifecycleTransition = [3, n0, _DLLT, 0, [_sC, _d], [0, 1]];
|
|
412
|
+
export var DataLakeReplicationConfiguration = [3, n0, _DLRC, 0, [_r, _rA], [64 | 0, 0]];
|
|
413
|
+
export var DataLakeResource = [
|
|
414
|
+
3,
|
|
415
|
+
n0,
|
|
416
|
+
_DLR,
|
|
417
|
+
0,
|
|
418
|
+
[_dLA, _re, _sBA, _eCn, _lC, _rC, _cS, _uS],
|
|
419
|
+
[
|
|
420
|
+
0,
|
|
421
|
+
0,
|
|
422
|
+
0,
|
|
423
|
+
() => DataLakeEncryptionConfiguration,
|
|
424
|
+
() => DataLakeLifecycleConfiguration,
|
|
425
|
+
() => DataLakeReplicationConfiguration,
|
|
426
|
+
0,
|
|
427
|
+
() => DataLakeUpdateStatus,
|
|
428
|
+
],
|
|
429
|
+
];
|
|
430
|
+
export var DataLakeSource = [
|
|
431
|
+
3,
|
|
432
|
+
n0,
|
|
433
|
+
_DLS,
|
|
434
|
+
0,
|
|
435
|
+
[_ac, _sN, _eCv, _sS],
|
|
436
|
+
[0, 0, 64 | 0, () => DataLakeSourceStatusList],
|
|
437
|
+
];
|
|
438
|
+
export var DataLakeSourceStatus = [3, n0, _DLSS, 0, [_res, _st], [0, 0]];
|
|
439
|
+
export var DataLakeUpdateException = [3, n0, _DLUE, 0, [_rea, _cod], [0, 0]];
|
|
440
|
+
export var DataLakeUpdateStatus = [
|
|
441
|
+
3,
|
|
442
|
+
n0,
|
|
443
|
+
_DLUS,
|
|
444
|
+
0,
|
|
445
|
+
[_rI, _st, _ex],
|
|
446
|
+
[0, 0, () => DataLakeUpdateException],
|
|
447
|
+
];
|
|
448
|
+
export var DeleteAwsLogSourceRequest = [
|
|
449
|
+
3,
|
|
450
|
+
n0,
|
|
451
|
+
_DALSR,
|
|
452
|
+
0,
|
|
453
|
+
[_s],
|
|
454
|
+
[() => AwsLogSourceConfigurationList],
|
|
455
|
+
];
|
|
456
|
+
export var DeleteAwsLogSourceResponse = [3, n0, _DALSRe, 0, [_f], [64 | 0]];
|
|
457
|
+
export var DeleteCustomLogSourceRequest = [
|
|
458
|
+
3,
|
|
459
|
+
n0,
|
|
460
|
+
_DCLSR,
|
|
461
|
+
0,
|
|
462
|
+
[_sN, _sV],
|
|
463
|
+
[
|
|
464
|
+
[0, 1],
|
|
465
|
+
[
|
|
466
|
+
0,
|
|
467
|
+
{
|
|
468
|
+
[_hQ]: _sV,
|
|
469
|
+
},
|
|
470
|
+
],
|
|
471
|
+
],
|
|
472
|
+
];
|
|
473
|
+
export var DeleteCustomLogSourceResponse = [3, n0, _DCLSRe, 0, [], []];
|
|
474
|
+
export var DeleteDataLakeExceptionSubscriptionRequest = [3, n0, _DDLESR, 0, [], []];
|
|
475
|
+
export var DeleteDataLakeExceptionSubscriptionResponse = [3, n0, _DDLESRe, 0, [], []];
|
|
476
|
+
export var DeleteDataLakeOrganizationConfigurationRequest = [
|
|
477
|
+
3,
|
|
478
|
+
n0,
|
|
479
|
+
_DDLOCR,
|
|
480
|
+
0,
|
|
481
|
+
[_aENA],
|
|
482
|
+
[() => DataLakeAutoEnableNewAccountConfigurationList],
|
|
483
|
+
];
|
|
484
|
+
export var DeleteDataLakeOrganizationConfigurationResponse = [3, n0, _DDLOCRe, 0, [], []];
|
|
485
|
+
export var DeleteDataLakeRequest = [3, n0, _DDLR, 0, [_r], [64 | 0]];
|
|
486
|
+
export var DeleteDataLakeResponse = [3, n0, _DDLRe, 0, [], []];
|
|
487
|
+
export var DeleteSubscriberNotificationRequest = [3, n0, _DSNR, 0, [_sI], [[0, 1]]];
|
|
488
|
+
export var DeleteSubscriberNotificationResponse = [3, n0, _DSNRe, 0, [], []];
|
|
489
|
+
export var DeleteSubscriberRequest = [3, n0, _DSR, 0, [_sI], [[0, 1]]];
|
|
490
|
+
export var DeleteSubscriberResponse = [3, n0, _DSRe, 0, [], []];
|
|
491
|
+
export var DeregisterDataLakeDelegatedAdministratorRequest = [3, n0, _DDLDAR, 0, [], []];
|
|
492
|
+
export var DeregisterDataLakeDelegatedAdministratorResponse = [3, n0, _DDLDARe, 0, [], []];
|
|
493
|
+
export var GetDataLakeExceptionSubscriptionRequest = [3, n0, _GDLESR, 0, [], []];
|
|
494
|
+
export var GetDataLakeExceptionSubscriptionResponse = [
|
|
495
|
+
3,
|
|
496
|
+
n0,
|
|
497
|
+
_GDLESRe,
|
|
498
|
+
0,
|
|
499
|
+
[_sP, _nE, _eTTL],
|
|
500
|
+
[0, 0, 1],
|
|
501
|
+
];
|
|
502
|
+
export var GetDataLakeOrganizationConfigurationRequest = [3, n0, _GDLOCR, 0, [], []];
|
|
503
|
+
export var GetDataLakeOrganizationConfigurationResponse = [
|
|
504
|
+
3,
|
|
505
|
+
n0,
|
|
506
|
+
_GDLOCRe,
|
|
507
|
+
0,
|
|
508
|
+
[_aENA],
|
|
509
|
+
[() => DataLakeAutoEnableNewAccountConfigurationList],
|
|
510
|
+
];
|
|
511
|
+
export var GetDataLakeSourcesRequest = [3, n0, _GDLSR, 0, [_a, _mR, _nT], [64 | 0, 1, 0]];
|
|
512
|
+
export var GetDataLakeSourcesResponse = [
|
|
513
|
+
3,
|
|
514
|
+
n0,
|
|
515
|
+
_GDLSRe,
|
|
516
|
+
0,
|
|
517
|
+
[_dLA, _dLS, _nT],
|
|
518
|
+
[0, () => DataLakeSourceList, 0],
|
|
519
|
+
];
|
|
520
|
+
export var GetSubscriberRequest = [3, n0, _GSR, 0, [_sI], [[0, 1]]];
|
|
521
|
+
export var GetSubscriberResponse = [3, n0, _GSRe, 0, [_su], [() => SubscriberResource]];
|
|
522
|
+
export var HttpsNotificationConfiguration = [
|
|
523
|
+
3,
|
|
524
|
+
n0,
|
|
525
|
+
_HNC,
|
|
526
|
+
0,
|
|
527
|
+
[_en, _aAKN, _aAKV, _hM, _tRA],
|
|
528
|
+
[0, 0, 0, 0, 0],
|
|
529
|
+
];
|
|
530
|
+
export var InternalServerException = [
|
|
531
|
+
-3,
|
|
532
|
+
n0,
|
|
533
|
+
_ISE,
|
|
534
|
+
{
|
|
535
|
+
[_e]: _se,
|
|
536
|
+
[_hE]: 500,
|
|
537
|
+
},
|
|
538
|
+
[_m],
|
|
539
|
+
[0],
|
|
540
|
+
];
|
|
541
|
+
TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
|
|
542
|
+
export var ListDataLakeExceptionsRequest = [3, n0, _LDLER, 0, [_r, _mR, _nT], [64 | 0, 1, 0]];
|
|
543
|
+
export var ListDataLakeExceptionsResponse = [
|
|
544
|
+
3,
|
|
545
|
+
n0,
|
|
546
|
+
_LDLERi,
|
|
547
|
+
0,
|
|
548
|
+
[_exc, _nT],
|
|
549
|
+
[() => DataLakeExceptionList, 0],
|
|
550
|
+
];
|
|
551
|
+
export var ListDataLakesRequest = [
|
|
552
|
+
3,
|
|
553
|
+
n0,
|
|
554
|
+
_LDLR,
|
|
555
|
+
0,
|
|
556
|
+
[_r],
|
|
557
|
+
[
|
|
558
|
+
[
|
|
559
|
+
64 | 0,
|
|
560
|
+
{
|
|
561
|
+
[_hQ]: _r,
|
|
562
|
+
},
|
|
563
|
+
],
|
|
564
|
+
],
|
|
565
|
+
];
|
|
566
|
+
export var ListDataLakesResponse = [3, n0, _LDLRi, 0, [_dL], [() => DataLakeResourceList]];
|
|
567
|
+
export var ListLogSourcesRequest = [
|
|
568
|
+
3,
|
|
569
|
+
n0,
|
|
570
|
+
_LLSR,
|
|
571
|
+
0,
|
|
572
|
+
[_a, _r, _s, _mR, _nT],
|
|
573
|
+
[64 | 0, 64 | 0, () => LogSourceResourceList, 1, 0],
|
|
574
|
+
];
|
|
575
|
+
export var ListLogSourcesResponse = [3, n0, _LLSRi, 0, [_s, _nT], [() => LogSourceList, 0]];
|
|
576
|
+
export var ListSubscribersRequest = [
|
|
577
|
+
3,
|
|
578
|
+
n0,
|
|
579
|
+
_LSR,
|
|
580
|
+
0,
|
|
581
|
+
[_nT, _mR],
|
|
582
|
+
[
|
|
583
|
+
[
|
|
584
|
+
0,
|
|
585
|
+
{
|
|
586
|
+
[_hQ]: _nT,
|
|
587
|
+
},
|
|
588
|
+
],
|
|
589
|
+
[
|
|
590
|
+
1,
|
|
591
|
+
{
|
|
592
|
+
[_hQ]: _mR,
|
|
593
|
+
},
|
|
594
|
+
],
|
|
595
|
+
],
|
|
596
|
+
];
|
|
597
|
+
export var ListSubscribersResponse = [
|
|
598
|
+
3,
|
|
599
|
+
n0,
|
|
600
|
+
_LSRi,
|
|
601
|
+
0,
|
|
602
|
+
[_sub, _nT],
|
|
603
|
+
[() => SubscriberResourceList, 0],
|
|
604
|
+
];
|
|
605
|
+
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rAe], [[0, 1]]];
|
|
606
|
+
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [() => TagList]];
|
|
607
|
+
export var LogSource = [3, n0, _LS, 0, [_ac, _re, _s], [0, 0, () => LogSourceResourceList]];
|
|
608
|
+
export var RegisterDataLakeDelegatedAdministratorRequest = [3, n0, _RDLDAR, 0, [_aI], [0]];
|
|
609
|
+
export var RegisterDataLakeDelegatedAdministratorResponse = [3, n0, _RDLDARe, 0, [], []];
|
|
610
|
+
export var ResourceNotFoundException = [
|
|
611
|
+
-3,
|
|
612
|
+
n0,
|
|
613
|
+
_RNFE,
|
|
614
|
+
{
|
|
615
|
+
[_e]: _c,
|
|
616
|
+
[_hE]: 404,
|
|
617
|
+
},
|
|
618
|
+
[_m, _rN, _rT],
|
|
619
|
+
[0, 0, 0],
|
|
620
|
+
];
|
|
621
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
622
|
+
export var SqsNotificationConfiguration = [3, n0, _SNC, 0, [], []];
|
|
623
|
+
export var SubscriberResource = [
|
|
624
|
+
3,
|
|
625
|
+
n0,
|
|
626
|
+
_SR,
|
|
627
|
+
0,
|
|
628
|
+
[_sI, _sA, _sIu, _sNu, _sD, _s, _aT, _rA, _sBA, _sE, _sSu, _rSA, _rSN, _cAr, _uA],
|
|
629
|
+
[0, 0, () => AwsIdentity, 0, 0, () => LogSourceResourceList, 64 | 0, 0, 0, 0, 0, 0, 0, 5, 5],
|
|
630
|
+
];
|
|
631
|
+
export var Tag = [3, n0, _T, 0, [_k, _v], [0, 0]];
|
|
632
|
+
export var TagResourceRequest = [3, n0, _TRR, 0, [_rAe, _t], [[0, 1], () => TagList]];
|
|
633
|
+
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
634
|
+
export var ThrottlingException = [
|
|
635
|
+
-3,
|
|
636
|
+
n0,
|
|
637
|
+
_TE,
|
|
638
|
+
{
|
|
639
|
+
[_e]: _c,
|
|
640
|
+
[_hE]: 429,
|
|
641
|
+
},
|
|
642
|
+
[_m, _sCe, _qC, _rAS],
|
|
643
|
+
[
|
|
644
|
+
0,
|
|
645
|
+
0,
|
|
646
|
+
0,
|
|
647
|
+
[
|
|
648
|
+
1,
|
|
649
|
+
{
|
|
650
|
+
[_hH]: _RA,
|
|
651
|
+
},
|
|
652
|
+
],
|
|
653
|
+
],
|
|
654
|
+
];
|
|
655
|
+
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
656
|
+
export var UntagResourceRequest = [
|
|
657
|
+
3,
|
|
658
|
+
n0,
|
|
659
|
+
_URR,
|
|
660
|
+
0,
|
|
661
|
+
[_rAe, _tK],
|
|
662
|
+
[
|
|
663
|
+
[0, 1],
|
|
664
|
+
[
|
|
665
|
+
64 | 0,
|
|
666
|
+
{
|
|
667
|
+
[_hQ]: _tK,
|
|
668
|
+
},
|
|
669
|
+
],
|
|
670
|
+
],
|
|
671
|
+
];
|
|
672
|
+
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
673
|
+
export var UpdateDataLakeExceptionSubscriptionRequest = [
|
|
674
|
+
3,
|
|
675
|
+
n0,
|
|
676
|
+
_UDLESR,
|
|
677
|
+
0,
|
|
678
|
+
[_sP, _nE, _eTTL],
|
|
679
|
+
[0, 0, 1],
|
|
680
|
+
];
|
|
681
|
+
export var UpdateDataLakeExceptionSubscriptionResponse = [3, n0, _UDLESRp, 0, [], []];
|
|
682
|
+
export var UpdateDataLakeRequest = [
|
|
683
|
+
3,
|
|
684
|
+
n0,
|
|
685
|
+
_UDLR,
|
|
686
|
+
0,
|
|
687
|
+
[_con, _mSMRA],
|
|
688
|
+
[() => DataLakeConfigurationList, 0],
|
|
689
|
+
];
|
|
690
|
+
export var UpdateDataLakeResponse = [3, n0, _UDLRp, 0, [_dL], [() => DataLakeResourceList]];
|
|
691
|
+
export var UpdateSubscriberNotificationRequest = [
|
|
692
|
+
3,
|
|
693
|
+
n0,
|
|
694
|
+
_USNR,
|
|
695
|
+
0,
|
|
696
|
+
[_sI, _co],
|
|
697
|
+
[[0, 1], () => NotificationConfiguration],
|
|
698
|
+
];
|
|
699
|
+
export var UpdateSubscriberNotificationResponse = [3, n0, _USNRp, 0, [_sE], [0]];
|
|
700
|
+
export var UpdateSubscriberRequest = [
|
|
701
|
+
3,
|
|
702
|
+
n0,
|
|
703
|
+
_USR,
|
|
704
|
+
0,
|
|
705
|
+
[_sI, _sIu, _sNu, _sD, _s],
|
|
706
|
+
[[0, 1], () => AwsIdentity, 0, 0, () => LogSourceResourceList],
|
|
707
|
+
];
|
|
708
|
+
export var UpdateSubscriberResponse = [3, n0, _USRp, 0, [_su], [() => SubscriberResource]];
|
|
709
|
+
export var __Unit = "unit";
|
|
710
|
+
export var SecurityLakeServiceException = [-3, _sm, "SecurityLakeServiceException", 0, [], []];
|
|
711
|
+
TypeRegistry.for(_sm).registerError(SecurityLakeServiceException, __SecurityLakeServiceException);
|
|
712
|
+
export var AccessTypeList = 64 | 0;
|
|
713
|
+
export var AccountList = 64 | 0;
|
|
714
|
+
export var AwsLogSourceConfigurationList = [1, n0, _ALSCL, 0, () => AwsLogSourceConfiguration];
|
|
715
|
+
export var AwsLogSourceResourceList = [1, n0, _ALSRL, 0, () => AwsLogSourceResource];
|
|
716
|
+
export var DataLakeAutoEnableNewAccountConfigurationList = [
|
|
717
|
+
1,
|
|
718
|
+
n0,
|
|
719
|
+
_DLAENACL,
|
|
720
|
+
0,
|
|
721
|
+
() => DataLakeAutoEnableNewAccountConfiguration,
|
|
722
|
+
];
|
|
723
|
+
export var DataLakeConfigurationList = [1, n0, _DLCL, 0, () => DataLakeConfiguration];
|
|
724
|
+
export var DataLakeExceptionList = [1, n0, _DLEL, 0, () => DataLakeException];
|
|
725
|
+
export var DataLakeLifecycleTransitionList = [1, n0, _DLLTL, 0, () => DataLakeLifecycleTransition];
|
|
726
|
+
export var DataLakeResourceList = [1, n0, _DLRL, 0, () => DataLakeResource];
|
|
727
|
+
export var DataLakeSourceList = [1, n0, _DLSL, 0, () => DataLakeSource];
|
|
728
|
+
export var DataLakeSourceStatusList = [1, n0, _DLSSL, 0, () => DataLakeSourceStatus];
|
|
729
|
+
export var LogSourceList = [1, n0, _LSL, 0, () => LogSource];
|
|
730
|
+
export var LogSourceResourceList = [1, n0, _LSRL, 0, () => LogSourceResource];
|
|
731
|
+
export var OcsfEventClassList = 64 | 0;
|
|
732
|
+
export var RegionList = 64 | 0;
|
|
733
|
+
export var SubscriberResourceList = [1, n0, _SRL, 0, () => SubscriberResource];
|
|
734
|
+
export var TagKeyList = 64 | 0;
|
|
735
|
+
export var TagList = [1, n0, _TL, 0, () => Tag];
|
|
736
|
+
export var LogSourceResource = [
|
|
737
|
+
3,
|
|
738
|
+
n0,
|
|
739
|
+
_LSRo,
|
|
740
|
+
0,
|
|
741
|
+
[_aLS, _cLS],
|
|
742
|
+
[() => AwsLogSourceResource, () => CustomLogSourceResource],
|
|
743
|
+
];
|
|
744
|
+
export var NotificationConfiguration = [
|
|
745
|
+
3,
|
|
746
|
+
n0,
|
|
747
|
+
_NC,
|
|
748
|
+
0,
|
|
749
|
+
[_sNC, _hNC],
|
|
750
|
+
[() => SqsNotificationConfiguration, () => HttpsNotificationConfiguration],
|
|
751
|
+
];
|
|
752
|
+
export var CreateAwsLogSource = [
|
|
753
|
+
9,
|
|
754
|
+
n0,
|
|
755
|
+
_CALS,
|
|
756
|
+
{
|
|
757
|
+
[_h]: ["POST", "/v1/datalake/logsources/aws", 200],
|
|
758
|
+
},
|
|
759
|
+
() => CreateAwsLogSourceRequest,
|
|
760
|
+
() => CreateAwsLogSourceResponse,
|
|
761
|
+
];
|
|
762
|
+
export var CreateCustomLogSource = [
|
|
763
|
+
9,
|
|
764
|
+
n0,
|
|
765
|
+
_CCLS,
|
|
766
|
+
{
|
|
767
|
+
[_h]: ["POST", "/v1/datalake/logsources/custom", 200],
|
|
768
|
+
},
|
|
769
|
+
() => CreateCustomLogSourceRequest,
|
|
770
|
+
() => CreateCustomLogSourceResponse,
|
|
771
|
+
];
|
|
772
|
+
export var CreateDataLake = [
|
|
773
|
+
9,
|
|
774
|
+
n0,
|
|
775
|
+
_CDL,
|
|
776
|
+
{
|
|
777
|
+
[_h]: ["POST", "/v1/datalake", 200],
|
|
778
|
+
},
|
|
779
|
+
() => CreateDataLakeRequest,
|
|
780
|
+
() => CreateDataLakeResponse,
|
|
781
|
+
];
|
|
782
|
+
export var CreateDataLakeExceptionSubscription = [
|
|
783
|
+
9,
|
|
784
|
+
n0,
|
|
785
|
+
_CDLES,
|
|
786
|
+
{
|
|
787
|
+
[_h]: ["POST", "/v1/datalake/exceptions/subscription", 200],
|
|
788
|
+
},
|
|
789
|
+
() => CreateDataLakeExceptionSubscriptionRequest,
|
|
790
|
+
() => CreateDataLakeExceptionSubscriptionResponse,
|
|
791
|
+
];
|
|
792
|
+
export var CreateDataLakeOrganizationConfiguration = [
|
|
793
|
+
9,
|
|
794
|
+
n0,
|
|
795
|
+
_CDLOC,
|
|
796
|
+
{
|
|
797
|
+
[_h]: ["POST", "/v1/datalake/organization/configuration", 200],
|
|
798
|
+
},
|
|
799
|
+
() => CreateDataLakeOrganizationConfigurationRequest,
|
|
800
|
+
() => CreateDataLakeOrganizationConfigurationResponse,
|
|
801
|
+
];
|
|
802
|
+
export var CreateSubscriber = [
|
|
803
|
+
9,
|
|
804
|
+
n0,
|
|
805
|
+
_CS,
|
|
806
|
+
{
|
|
807
|
+
[_h]: ["POST", "/v1/subscribers", 200],
|
|
808
|
+
},
|
|
809
|
+
() => CreateSubscriberRequest,
|
|
810
|
+
() => CreateSubscriberResponse,
|
|
811
|
+
];
|
|
812
|
+
export var CreateSubscriberNotification = [
|
|
813
|
+
9,
|
|
814
|
+
n0,
|
|
815
|
+
_CSN,
|
|
816
|
+
{
|
|
817
|
+
[_h]: ["POST", "/v1/subscribers/{subscriberId}/notification", 200],
|
|
818
|
+
},
|
|
819
|
+
() => CreateSubscriberNotificationRequest,
|
|
820
|
+
() => CreateSubscriberNotificationResponse,
|
|
821
|
+
];
|
|
822
|
+
export var DeleteAwsLogSource = [
|
|
823
|
+
9,
|
|
824
|
+
n0,
|
|
825
|
+
_DALS,
|
|
826
|
+
{
|
|
827
|
+
[_h]: ["POST", "/v1/datalake/logsources/aws/delete", 200],
|
|
828
|
+
},
|
|
829
|
+
() => DeleteAwsLogSourceRequest,
|
|
830
|
+
() => DeleteAwsLogSourceResponse,
|
|
831
|
+
];
|
|
832
|
+
export var DeleteCustomLogSource = [
|
|
833
|
+
9,
|
|
834
|
+
n0,
|
|
835
|
+
_DCLS,
|
|
836
|
+
{
|
|
837
|
+
[_h]: ["DELETE", "/v1/datalake/logsources/custom/{sourceName}", 200],
|
|
838
|
+
},
|
|
839
|
+
() => DeleteCustomLogSourceRequest,
|
|
840
|
+
() => DeleteCustomLogSourceResponse,
|
|
841
|
+
];
|
|
842
|
+
export var DeleteDataLake = [
|
|
843
|
+
9,
|
|
844
|
+
n0,
|
|
845
|
+
_DDL,
|
|
846
|
+
{
|
|
847
|
+
[_h]: ["POST", "/v1/datalake/delete", 200],
|
|
848
|
+
},
|
|
849
|
+
() => DeleteDataLakeRequest,
|
|
850
|
+
() => DeleteDataLakeResponse,
|
|
851
|
+
];
|
|
852
|
+
export var DeleteDataLakeExceptionSubscription = [
|
|
853
|
+
9,
|
|
854
|
+
n0,
|
|
855
|
+
_DDLES,
|
|
856
|
+
{
|
|
857
|
+
[_h]: ["DELETE", "/v1/datalake/exceptions/subscription", 200],
|
|
858
|
+
},
|
|
859
|
+
() => DeleteDataLakeExceptionSubscriptionRequest,
|
|
860
|
+
() => DeleteDataLakeExceptionSubscriptionResponse,
|
|
861
|
+
];
|
|
862
|
+
export var DeleteDataLakeOrganizationConfiguration = [
|
|
863
|
+
9,
|
|
864
|
+
n0,
|
|
865
|
+
_DDLOC,
|
|
866
|
+
{
|
|
867
|
+
[_h]: ["POST", "/v1/datalake/organization/configuration/delete", 200],
|
|
868
|
+
},
|
|
869
|
+
() => DeleteDataLakeOrganizationConfigurationRequest,
|
|
870
|
+
() => DeleteDataLakeOrganizationConfigurationResponse,
|
|
871
|
+
];
|
|
872
|
+
export var DeleteSubscriber = [
|
|
873
|
+
9,
|
|
874
|
+
n0,
|
|
875
|
+
_DS,
|
|
876
|
+
{
|
|
877
|
+
[_h]: ["DELETE", "/v1/subscribers/{subscriberId}", 200],
|
|
878
|
+
},
|
|
879
|
+
() => DeleteSubscriberRequest,
|
|
880
|
+
() => DeleteSubscriberResponse,
|
|
881
|
+
];
|
|
882
|
+
export var DeleteSubscriberNotification = [
|
|
883
|
+
9,
|
|
884
|
+
n0,
|
|
885
|
+
_DSN,
|
|
886
|
+
{
|
|
887
|
+
[_h]: ["DELETE", "/v1/subscribers/{subscriberId}/notification", 200],
|
|
888
|
+
},
|
|
889
|
+
() => DeleteSubscriberNotificationRequest,
|
|
890
|
+
() => DeleteSubscriberNotificationResponse,
|
|
891
|
+
];
|
|
892
|
+
export var DeregisterDataLakeDelegatedAdministrator = [
|
|
893
|
+
9,
|
|
894
|
+
n0,
|
|
895
|
+
_DDLDA,
|
|
896
|
+
{
|
|
897
|
+
[_h]: ["DELETE", "/v1/datalake/delegate", 200],
|
|
898
|
+
},
|
|
899
|
+
() => DeregisterDataLakeDelegatedAdministratorRequest,
|
|
900
|
+
() => DeregisterDataLakeDelegatedAdministratorResponse,
|
|
901
|
+
];
|
|
902
|
+
export var GetDataLakeExceptionSubscription = [
|
|
903
|
+
9,
|
|
904
|
+
n0,
|
|
905
|
+
_GDLES,
|
|
906
|
+
{
|
|
907
|
+
[_h]: ["GET", "/v1/datalake/exceptions/subscription", 200],
|
|
908
|
+
},
|
|
909
|
+
() => GetDataLakeExceptionSubscriptionRequest,
|
|
910
|
+
() => GetDataLakeExceptionSubscriptionResponse,
|
|
911
|
+
];
|
|
912
|
+
export var GetDataLakeOrganizationConfiguration = [
|
|
913
|
+
9,
|
|
914
|
+
n0,
|
|
915
|
+
_GDLOC,
|
|
916
|
+
{
|
|
917
|
+
[_h]: ["GET", "/v1/datalake/organization/configuration", 200],
|
|
918
|
+
},
|
|
919
|
+
() => GetDataLakeOrganizationConfigurationRequest,
|
|
920
|
+
() => GetDataLakeOrganizationConfigurationResponse,
|
|
921
|
+
];
|
|
922
|
+
export var GetDataLakeSources = [
|
|
923
|
+
9,
|
|
924
|
+
n0,
|
|
925
|
+
_GDLS,
|
|
926
|
+
{
|
|
927
|
+
[_h]: ["POST", "/v1/datalake/sources", 200],
|
|
928
|
+
},
|
|
929
|
+
() => GetDataLakeSourcesRequest,
|
|
930
|
+
() => GetDataLakeSourcesResponse,
|
|
931
|
+
];
|
|
932
|
+
export var GetSubscriber = [
|
|
933
|
+
9,
|
|
934
|
+
n0,
|
|
935
|
+
_GS,
|
|
936
|
+
{
|
|
937
|
+
[_h]: ["GET", "/v1/subscribers/{subscriberId}", 200],
|
|
938
|
+
},
|
|
939
|
+
() => GetSubscriberRequest,
|
|
940
|
+
() => GetSubscriberResponse,
|
|
941
|
+
];
|
|
942
|
+
export var ListDataLakeExceptions = [
|
|
943
|
+
9,
|
|
944
|
+
n0,
|
|
945
|
+
_LDLE,
|
|
946
|
+
{
|
|
947
|
+
[_h]: ["POST", "/v1/datalake/exceptions", 200],
|
|
948
|
+
},
|
|
949
|
+
() => ListDataLakeExceptionsRequest,
|
|
950
|
+
() => ListDataLakeExceptionsResponse,
|
|
951
|
+
];
|
|
952
|
+
export var ListDataLakes = [
|
|
953
|
+
9,
|
|
954
|
+
n0,
|
|
955
|
+
_LDL,
|
|
956
|
+
{
|
|
957
|
+
[_h]: ["GET", "/v1/datalakes", 200],
|
|
958
|
+
},
|
|
959
|
+
() => ListDataLakesRequest,
|
|
960
|
+
() => ListDataLakesResponse,
|
|
961
|
+
];
|
|
962
|
+
export var ListLogSources = [
|
|
963
|
+
9,
|
|
964
|
+
n0,
|
|
965
|
+
_LLS,
|
|
966
|
+
{
|
|
967
|
+
[_h]: ["POST", "/v1/datalake/logsources/list", 200],
|
|
968
|
+
},
|
|
969
|
+
() => ListLogSourcesRequest,
|
|
970
|
+
() => ListLogSourcesResponse,
|
|
971
|
+
];
|
|
972
|
+
export var ListSubscribers = [
|
|
973
|
+
9,
|
|
974
|
+
n0,
|
|
975
|
+
_LSi,
|
|
976
|
+
{
|
|
977
|
+
[_h]: ["GET", "/v1/subscribers", 200],
|
|
978
|
+
},
|
|
979
|
+
() => ListSubscribersRequest,
|
|
980
|
+
() => ListSubscribersResponse,
|
|
981
|
+
];
|
|
982
|
+
export var ListTagsForResource = [
|
|
983
|
+
9,
|
|
984
|
+
n0,
|
|
985
|
+
_LTFR,
|
|
986
|
+
{
|
|
987
|
+
[_h]: ["GET", "/v1/tags/{resourceArn}", 200],
|
|
988
|
+
},
|
|
989
|
+
() => ListTagsForResourceRequest,
|
|
990
|
+
() => ListTagsForResourceResponse,
|
|
991
|
+
];
|
|
992
|
+
export var RegisterDataLakeDelegatedAdministrator = [
|
|
993
|
+
9,
|
|
994
|
+
n0,
|
|
995
|
+
_RDLDA,
|
|
996
|
+
{
|
|
997
|
+
[_h]: ["POST", "/v1/datalake/delegate", 200],
|
|
998
|
+
},
|
|
999
|
+
() => RegisterDataLakeDelegatedAdministratorRequest,
|
|
1000
|
+
() => RegisterDataLakeDelegatedAdministratorResponse,
|
|
1001
|
+
];
|
|
1002
|
+
export var TagResource = [
|
|
1003
|
+
9,
|
|
1004
|
+
n0,
|
|
1005
|
+
_TR,
|
|
1006
|
+
{
|
|
1007
|
+
[_h]: ["POST", "/v1/tags/{resourceArn}", 200],
|
|
1008
|
+
},
|
|
1009
|
+
() => TagResourceRequest,
|
|
1010
|
+
() => TagResourceResponse,
|
|
1011
|
+
];
|
|
1012
|
+
export var UntagResource = [
|
|
1013
|
+
9,
|
|
1014
|
+
n0,
|
|
1015
|
+
_UR,
|
|
1016
|
+
{
|
|
1017
|
+
[_h]: ["DELETE", "/v1/tags/{resourceArn}", 200],
|
|
1018
|
+
},
|
|
1019
|
+
() => UntagResourceRequest,
|
|
1020
|
+
() => UntagResourceResponse,
|
|
1021
|
+
];
|
|
1022
|
+
export var UpdateDataLake = [
|
|
1023
|
+
9,
|
|
1024
|
+
n0,
|
|
1025
|
+
_UDL,
|
|
1026
|
+
{
|
|
1027
|
+
[_h]: ["PUT", "/v1/datalake", 200],
|
|
1028
|
+
},
|
|
1029
|
+
() => UpdateDataLakeRequest,
|
|
1030
|
+
() => UpdateDataLakeResponse,
|
|
1031
|
+
];
|
|
1032
|
+
export var UpdateDataLakeExceptionSubscription = [
|
|
1033
|
+
9,
|
|
1034
|
+
n0,
|
|
1035
|
+
_UDLES,
|
|
1036
|
+
{
|
|
1037
|
+
[_h]: ["PUT", "/v1/datalake/exceptions/subscription", 200],
|
|
1038
|
+
},
|
|
1039
|
+
() => UpdateDataLakeExceptionSubscriptionRequest,
|
|
1040
|
+
() => UpdateDataLakeExceptionSubscriptionResponse,
|
|
1041
|
+
];
|
|
1042
|
+
export var UpdateSubscriber = [
|
|
1043
|
+
9,
|
|
1044
|
+
n0,
|
|
1045
|
+
_US,
|
|
1046
|
+
{
|
|
1047
|
+
[_h]: ["PUT", "/v1/subscribers/{subscriberId}", 200],
|
|
1048
|
+
},
|
|
1049
|
+
() => UpdateSubscriberRequest,
|
|
1050
|
+
() => UpdateSubscriberResponse,
|
|
1051
|
+
];
|
|
1052
|
+
export var UpdateSubscriberNotification = [
|
|
1053
|
+
9,
|
|
1054
|
+
n0,
|
|
1055
|
+
_USN,
|
|
1056
|
+
{
|
|
1057
|
+
[_h]: ["PUT", "/v1/subscribers/{subscriberId}/notification", 200],
|
|
1058
|
+
},
|
|
1059
|
+
() => UpdateSubscriberNotificationRequest,
|
|
1060
|
+
() => UpdateSubscriberNotificationResponse,
|
|
1061
|
+
];
|