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