@aws-sdk/client-detective 3.987.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 +48 -1011
- package/dist-cjs/models/DetectiveServiceException.js +12 -0
- package/dist-cjs/models/errors.js +123 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +766 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +57 -51
- package/dist-types/schemas/schemas_0.d.ts +15 -8
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +10 -8
- package/package.json +13 -13
package/dist-cjs/index.js
CHANGED
|
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
|
15
15
|
var runtimeConfig = require('./runtimeConfig');
|
|
16
16
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
17
17
|
var protocolHttp = require('@smithy/protocol-http');
|
|
18
|
+
var schemas_0 = require('./schemas/schemas_0');
|
|
19
|
+
var errors = require('./models/errors');
|
|
20
|
+
var DetectiveServiceException = require('./models/DetectiveServiceException');
|
|
18
21
|
|
|
19
22
|
const resolveClientEndpointParameters = (options) => {
|
|
20
23
|
return Object.assign(options, {
|
|
@@ -110,871 +113,6 @@ class DetectiveClient extends smithyClient.Client {
|
|
|
110
113
|
}
|
|
111
114
|
}
|
|
112
115
|
|
|
113
|
-
class DetectiveServiceException extends smithyClient.ServiceException {
|
|
114
|
-
constructor(options) {
|
|
115
|
-
super(options);
|
|
116
|
-
Object.setPrototypeOf(this, DetectiveServiceException.prototype);
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
class AccessDeniedException extends DetectiveServiceException {
|
|
121
|
-
name = "AccessDeniedException";
|
|
122
|
-
$fault = "client";
|
|
123
|
-
Message;
|
|
124
|
-
ErrorCode;
|
|
125
|
-
ErrorCodeReason;
|
|
126
|
-
SubErrorCode;
|
|
127
|
-
SubErrorCodeReason;
|
|
128
|
-
constructor(opts) {
|
|
129
|
-
super({
|
|
130
|
-
name: "AccessDeniedException",
|
|
131
|
-
$fault: "client",
|
|
132
|
-
...opts,
|
|
133
|
-
});
|
|
134
|
-
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
135
|
-
this.Message = opts.Message;
|
|
136
|
-
this.ErrorCode = opts.ErrorCode;
|
|
137
|
-
this.ErrorCodeReason = opts.ErrorCodeReason;
|
|
138
|
-
this.SubErrorCode = opts.SubErrorCode;
|
|
139
|
-
this.SubErrorCodeReason = opts.SubErrorCodeReason;
|
|
140
|
-
}
|
|
141
|
-
}
|
|
142
|
-
class ConflictException extends DetectiveServiceException {
|
|
143
|
-
name = "ConflictException";
|
|
144
|
-
$fault = "client";
|
|
145
|
-
Message;
|
|
146
|
-
constructor(opts) {
|
|
147
|
-
super({
|
|
148
|
-
name: "ConflictException",
|
|
149
|
-
$fault: "client",
|
|
150
|
-
...opts,
|
|
151
|
-
});
|
|
152
|
-
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
153
|
-
this.Message = opts.Message;
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
class InternalServerException extends DetectiveServiceException {
|
|
157
|
-
name = "InternalServerException";
|
|
158
|
-
$fault = "server";
|
|
159
|
-
Message;
|
|
160
|
-
constructor(opts) {
|
|
161
|
-
super({
|
|
162
|
-
name: "InternalServerException",
|
|
163
|
-
$fault: "server",
|
|
164
|
-
...opts,
|
|
165
|
-
});
|
|
166
|
-
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
167
|
-
this.Message = opts.Message;
|
|
168
|
-
}
|
|
169
|
-
}
|
|
170
|
-
class ResourceNotFoundException extends DetectiveServiceException {
|
|
171
|
-
name = "ResourceNotFoundException";
|
|
172
|
-
$fault = "client";
|
|
173
|
-
Message;
|
|
174
|
-
constructor(opts) {
|
|
175
|
-
super({
|
|
176
|
-
name: "ResourceNotFoundException",
|
|
177
|
-
$fault: "client",
|
|
178
|
-
...opts,
|
|
179
|
-
});
|
|
180
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
181
|
-
this.Message = opts.Message;
|
|
182
|
-
}
|
|
183
|
-
}
|
|
184
|
-
class ValidationException extends DetectiveServiceException {
|
|
185
|
-
name = "ValidationException";
|
|
186
|
-
$fault = "client";
|
|
187
|
-
Message;
|
|
188
|
-
ErrorCode;
|
|
189
|
-
ErrorCodeReason;
|
|
190
|
-
constructor(opts) {
|
|
191
|
-
super({
|
|
192
|
-
name: "ValidationException",
|
|
193
|
-
$fault: "client",
|
|
194
|
-
...opts,
|
|
195
|
-
});
|
|
196
|
-
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
197
|
-
this.Message = opts.Message;
|
|
198
|
-
this.ErrorCode = opts.ErrorCode;
|
|
199
|
-
this.ErrorCodeReason = opts.ErrorCodeReason;
|
|
200
|
-
}
|
|
201
|
-
}
|
|
202
|
-
class ServiceQuotaExceededException extends DetectiveServiceException {
|
|
203
|
-
name = "ServiceQuotaExceededException";
|
|
204
|
-
$fault = "client";
|
|
205
|
-
Message;
|
|
206
|
-
Resources;
|
|
207
|
-
constructor(opts) {
|
|
208
|
-
super({
|
|
209
|
-
name: "ServiceQuotaExceededException",
|
|
210
|
-
$fault: "client",
|
|
211
|
-
...opts,
|
|
212
|
-
});
|
|
213
|
-
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
214
|
-
this.Message = opts.Message;
|
|
215
|
-
this.Resources = opts.Resources;
|
|
216
|
-
}
|
|
217
|
-
}
|
|
218
|
-
class TooManyRequestsException extends DetectiveServiceException {
|
|
219
|
-
name = "TooManyRequestsException";
|
|
220
|
-
$fault = "client";
|
|
221
|
-
Message;
|
|
222
|
-
constructor(opts) {
|
|
223
|
-
super({
|
|
224
|
-
name: "TooManyRequestsException",
|
|
225
|
-
$fault: "client",
|
|
226
|
-
...opts,
|
|
227
|
-
});
|
|
228
|
-
Object.setPrototypeOf(this, TooManyRequestsException.prototype);
|
|
229
|
-
this.Message = opts.Message;
|
|
230
|
-
}
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
const _A = "Account";
|
|
234
|
-
const _ADE = "AccessDeniedException";
|
|
235
|
-
const _AE = "AutoEnable";
|
|
236
|
-
const _AI = "AccountId";
|
|
237
|
-
const _AIR = "AcceptInvitationRequest";
|
|
238
|
-
const _AIc = "AccountIds";
|
|
239
|
-
const _AIcc = "AcceptInvitation";
|
|
240
|
-
const _AId = "AdministratorId";
|
|
241
|
-
const _AL = "AccountList";
|
|
242
|
-
const _ALd = "AdministratorList";
|
|
243
|
-
const _APIFC = "APIFailureCount";
|
|
244
|
-
const _APIN = "APIName";
|
|
245
|
-
const _APISC = "APISuccessCount";
|
|
246
|
-
const _Ac = "Accounts";
|
|
247
|
-
const _Ad = "Administrator";
|
|
248
|
-
const _Adm = "Administrators";
|
|
249
|
-
const _Ar = "Arn";
|
|
250
|
-
const _As = "Aso";
|
|
251
|
-
const _BGGMD = "BatchGetGraphMemberDatasources";
|
|
252
|
-
const _BGGMDR = "BatchGetGraphMemberDatasourcesRequest";
|
|
253
|
-
const _BGGMDRa = "BatchGetGraphMemberDatasourcesResponse";
|
|
254
|
-
const _BGMD = "BatchGetMembershipDatasources";
|
|
255
|
-
const _BGMDR = "BatchGetMembershipDatasourcesRequest";
|
|
256
|
-
const _BGMDRa = "BatchGetMembershipDatasourcesResponse";
|
|
257
|
-
const _CE = "ConflictException";
|
|
258
|
-
const _CG = "CreateGraph";
|
|
259
|
-
const _CGR = "CreateGraphRequest";
|
|
260
|
-
const _CGRr = "CreateGraphResponse";
|
|
261
|
-
const _CM = "CreateMembers";
|
|
262
|
-
const _CMR = "CreateMembersRequest";
|
|
263
|
-
const _CMRr = "CreateMembersResponse";
|
|
264
|
-
const _CT = "CreatedTime";
|
|
265
|
-
const _DEN = "DisableEmailNotification";
|
|
266
|
-
const _DF = "DateFilter";
|
|
267
|
-
const _DG = "DeleteGraph";
|
|
268
|
-
const _DGR = "DeleteGraphRequest";
|
|
269
|
-
const _DM = "DeleteMembers";
|
|
270
|
-
const _DMR = "DeleteMembersRequest";
|
|
271
|
-
const _DMRe = "DeleteMembersResponse";
|
|
272
|
-
const _DMRi = "DisassociateMembershipRequest";
|
|
273
|
-
const _DMi = "DisassociateMembership";
|
|
274
|
-
const _DOAA = "DisableOrganizationAdminAccount";
|
|
275
|
-
const _DOC = "DescribeOrganizationConfiguration";
|
|
276
|
-
const _DOCR = "DescribeOrganizationConfigurationRequest";
|
|
277
|
-
const _DOCRe = "DescribeOrganizationConfigurationResponse";
|
|
278
|
-
const _DP = "DatasourcePackages";
|
|
279
|
-
const _DPID = "DatasourcePackageIngestDetail";
|
|
280
|
-
const _DPIDa = "DatasourcePackageIngestDetails";
|
|
281
|
-
const _DPIH = "DatasourcePackageIngestHistory";
|
|
282
|
-
const _DPIS = "DatasourcePackageIngestState";
|
|
283
|
-
const _DPISa = "DatasourcePackageIngestStates";
|
|
284
|
-
const _DPUI = "DatasourcePackageUsageInfo";
|
|
285
|
-
const _DR = "DisabledReason";
|
|
286
|
-
const _DT = "DelegationTime";
|
|
287
|
-
const _EA = "EmailAddress";
|
|
288
|
-
const _EAn = "EntityArn";
|
|
289
|
-
const _EC = "ErrorCode";
|
|
290
|
-
const _ECR = "ErrorCodeReason";
|
|
291
|
-
const _EI = "EndInclusive";
|
|
292
|
-
const _EIA = "EndingIpAddress";
|
|
293
|
-
const _EL = "EndingLocation";
|
|
294
|
-
const _EM = "EmailMessage";
|
|
295
|
-
const _EOAA = "EnableOrganizationAdminAccount";
|
|
296
|
-
const _EOAAR = "EnableOrganizationAdminAccountRequest";
|
|
297
|
-
const _ET = "EntityType";
|
|
298
|
-
const _F = "Field";
|
|
299
|
-
const _FC = "FilterCriteria";
|
|
300
|
-
const _FIAD = "FlaggedIpAddressDetail";
|
|
301
|
-
const _G = "Graph";
|
|
302
|
-
const _GA = "GraphArn";
|
|
303
|
-
const _GAr = "GraphArns";
|
|
304
|
-
const _GI = "GetInvestigation";
|
|
305
|
-
const _GIR = "GetInvestigationRequest";
|
|
306
|
-
const _GIRe = "GetInvestigationResponse";
|
|
307
|
-
const _GL = "GraphList";
|
|
308
|
-
const _GM = "GetMembers";
|
|
309
|
-
const _GMR = "GetMembersRequest";
|
|
310
|
-
const _GMRe = "GetMembersResponse";
|
|
311
|
-
const _HTD = "HourlyTimeDelta";
|
|
312
|
-
const _I = "Indicator";
|
|
313
|
-
const _IA = "IpAddress";
|
|
314
|
-
const _ID = "IndicatorDetail";
|
|
315
|
-
const _IDn = "InvestigationDetail";
|
|
316
|
-
const _IDnv = "InvestigationDetails";
|
|
317
|
-
const _II = "InvestigationId";
|
|
318
|
-
const _INFEA = "IsNewForEntireAccount";
|
|
319
|
-
const _ISE = "InternalServerException";
|
|
320
|
-
const _IT = "IndicatorType";
|
|
321
|
-
const _ITD = "ImpossibleTravelDetail";
|
|
322
|
-
const _ITn = "InvitedTime";
|
|
323
|
-
const _ITnv = "InvitationType";
|
|
324
|
-
const _Id = "Id";
|
|
325
|
-
const _In = "Indicators";
|
|
326
|
-
const _Inv = "Invitations";
|
|
327
|
-
const _L = "Location";
|
|
328
|
-
const _LDP = "ListDatasourcePackages";
|
|
329
|
-
const _LDPR = "ListDatasourcePackagesRequest";
|
|
330
|
-
const _LDPRi = "ListDatasourcePackagesResponse";
|
|
331
|
-
const _LG = "ListGraphs";
|
|
332
|
-
const _LGR = "ListGraphsRequest";
|
|
333
|
-
const _LGRi = "ListGraphsResponse";
|
|
334
|
-
const _LI = "ListIndicators";
|
|
335
|
-
const _LIR = "ListIndicatorsRequest";
|
|
336
|
-
const _LIRi = "ListIndicatorsResponse";
|
|
337
|
-
const _LIRis = "ListInvestigationsRequest";
|
|
338
|
-
const _LIRist = "ListInvestigationsResponse";
|
|
339
|
-
const _LIRistn = "ListInvitationsRequest";
|
|
340
|
-
const _LIRistnv = "ListInvitationsResponse";
|
|
341
|
-
const _LISC = "LastIngestStateChange";
|
|
342
|
-
const _LISCD = "LastIngestStateChangeDates";
|
|
343
|
-
const _LIi = "ListInvestigations";
|
|
344
|
-
const _LIis = "ListInvitations";
|
|
345
|
-
const _LM = "ListMembers";
|
|
346
|
-
const _LMR = "ListMembersRequest";
|
|
347
|
-
const _LMRi = "ListMembersResponse";
|
|
348
|
-
const _LOAA = "ListOrganizationAdminAccounts";
|
|
349
|
-
const _LOAAR = "ListOrganizationAdminAccountsRequest";
|
|
350
|
-
const _LOAARi = "ListOrganizationAdminAccountsResponse";
|
|
351
|
-
const _LTFR = "ListTagsForResource";
|
|
352
|
-
const _LTFRR = "ListTagsForResourceRequest";
|
|
353
|
-
const _LTFRRi = "ListTagsForResourceResponse";
|
|
354
|
-
const _M = "Message";
|
|
355
|
-
const _MD = "MemberDatasources";
|
|
356
|
-
const _MDL = "MemberDetailList";
|
|
357
|
-
const _MDLe = "MembershipDatasourcesList";
|
|
358
|
-
const _MDe = "MembershipDatasources";
|
|
359
|
-
const _MDem = "MemberDetails";
|
|
360
|
-
const _MDemb = "MemberDetail";
|
|
361
|
-
const _MI = "MasterId";
|
|
362
|
-
const _MR = "MaxResults";
|
|
363
|
-
const _Me = "Members";
|
|
364
|
-
const _NAD = "NewAsoDetail";
|
|
365
|
-
const _NGD = "NewGeolocationDetail";
|
|
366
|
-
const _NT = "NextToken";
|
|
367
|
-
const _NUAD = "NewUserAgentDetail";
|
|
368
|
-
const _P = "Procedure";
|
|
369
|
-
const _POGU = "PercentOfGraphUtilization";
|
|
370
|
-
const _POGUUT = "PercentOfGraphUtilizationUpdatedTime";
|
|
371
|
-
const _R = "Reason";
|
|
372
|
-
const _RA = "ResourceArn";
|
|
373
|
-
const _RFD = "RelatedFindingDetail";
|
|
374
|
-
const _RFGD = "RelatedFindingGroupDetail";
|
|
375
|
-
const _RI = "RejectInvitation";
|
|
376
|
-
const _RIR = "RejectInvitationRequest";
|
|
377
|
-
const _RNFE = "ResourceNotFoundException";
|
|
378
|
-
const _Re = "Resources";
|
|
379
|
-
const _S = "Severity";
|
|
380
|
-
const _SC = "SortCriteria";
|
|
381
|
-
const _SEC = "SubErrorCode";
|
|
382
|
-
const _SECR = "SubErrorCodeReason";
|
|
383
|
-
const _SET = "ScopeEndTime";
|
|
384
|
-
const _SF = "StringFilter";
|
|
385
|
-
const _SI = "StartInclusive";
|
|
386
|
-
const _SIA = "StartingIpAddress";
|
|
387
|
-
const _SIR = "StartInvestigationRequest";
|
|
388
|
-
const _SIRt = "StartInvestigationResponse";
|
|
389
|
-
const _SIt = "StartInvestigation";
|
|
390
|
-
const _SL = "StartingLocation";
|
|
391
|
-
const _SMM = "StartMonitoringMember";
|
|
392
|
-
const _SMMR = "StartMonitoringMemberRequest";
|
|
393
|
-
const _SO = "SortOrder";
|
|
394
|
-
const _SQEE = "ServiceQuotaExceededException";
|
|
395
|
-
const _SST = "ScopeStartTime";
|
|
396
|
-
const _St = "Status";
|
|
397
|
-
const _Sta = "State";
|
|
398
|
-
const _T = "Tags";
|
|
399
|
-
const _TFC = "TimestampForCollection";
|
|
400
|
-
const _TK = "TagKeys";
|
|
401
|
-
const _TMRE = "TooManyRequestsException";
|
|
402
|
-
const _TR = "TagResource";
|
|
403
|
-
const _TRR = "TagResourceRequest";
|
|
404
|
-
const _TRRa = "TagResourceResponse";
|
|
405
|
-
const _TTPOD = "TTPsObservedDetail";
|
|
406
|
-
const _Ta = "Tactic";
|
|
407
|
-
const _Te = "Technique";
|
|
408
|
-
const _Ti = "Timestamp";
|
|
409
|
-
const _Ty = "Type";
|
|
410
|
-
const _UA = "UnprocessedAccounts";
|
|
411
|
-
const _UAL = "UnprocessedAccountList";
|
|
412
|
-
const _UAn = "UnprocessedAccount";
|
|
413
|
-
const _UAs = "UserAgent";
|
|
414
|
-
const _UDP = "UpdateDatasourcePackages";
|
|
415
|
-
const _UDPR = "UpdateDatasourcePackagesRequest";
|
|
416
|
-
const _UG = "UnprocessedGraphs";
|
|
417
|
-
const _UGL = "UnprocessedGraphList";
|
|
418
|
-
const _UGn = "UnprocessedGraph";
|
|
419
|
-
const _UIS = "UpdateInvestigationState";
|
|
420
|
-
const _UISR = "UpdateInvestigationStateRequest";
|
|
421
|
-
const _UOC = "UpdateOrganizationConfiguration";
|
|
422
|
-
const _UOCR = "UpdateOrganizationConfigurationRequest";
|
|
423
|
-
const _UR = "UntagResource";
|
|
424
|
-
const _URR = "UntagResourceRequest";
|
|
425
|
-
const _URRn = "UntagResourceResponse";
|
|
426
|
-
const _UT = "UpdatedTime";
|
|
427
|
-
const _V = "Value";
|
|
428
|
-
const _VE = "ValidationException";
|
|
429
|
-
const _VUBDP = "VolumeUsageByDatasourcePackage";
|
|
430
|
-
const _VUIB = "VolumeUsageInBytes";
|
|
431
|
-
const _VUUT = "VolumeUsageUpdateTime";
|
|
432
|
-
const _VUUTo = "VolumeUsageUpdatedTime";
|
|
433
|
-
const _c = "client";
|
|
434
|
-
const _e = "error";
|
|
435
|
-
const _h = "http";
|
|
436
|
-
const _hE = "httpError";
|
|
437
|
-
const _hQ = "httpQuery";
|
|
438
|
-
const _s = "server";
|
|
439
|
-
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.detective";
|
|
440
|
-
const _tK = "tagKeys";
|
|
441
|
-
const n0 = "com.amazonaws.detective";
|
|
442
|
-
var EmailAddress = [0, n0, _EA, 8, 0];
|
|
443
|
-
var EmailMessage = [0, n0, _EM, 8, 0];
|
|
444
|
-
var AcceptInvitationRequest$ = [3, n0, _AIR,
|
|
445
|
-
0,
|
|
446
|
-
[_GA],
|
|
447
|
-
[0], 1
|
|
448
|
-
];
|
|
449
|
-
var AccessDeniedException$ = [-3, n0, _ADE,
|
|
450
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
451
|
-
[_M, _EC, _ECR, _SEC, _SECR],
|
|
452
|
-
[0, 0, 0, 0, 0]
|
|
453
|
-
];
|
|
454
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
455
|
-
var Account$ = [3, n0, _A,
|
|
456
|
-
0,
|
|
457
|
-
[_AI, _EA],
|
|
458
|
-
[0, [() => EmailAddress, 0]], 2
|
|
459
|
-
];
|
|
460
|
-
var Administrator$ = [3, n0, _Ad,
|
|
461
|
-
0,
|
|
462
|
-
[_AI, _GA, _DT],
|
|
463
|
-
[0, 0, 5]
|
|
464
|
-
];
|
|
465
|
-
var BatchGetGraphMemberDatasourcesRequest$ = [3, n0, _BGGMDR,
|
|
466
|
-
0,
|
|
467
|
-
[_GA, _AIc],
|
|
468
|
-
[0, 64 | 0], 2
|
|
469
|
-
];
|
|
470
|
-
var BatchGetGraphMemberDatasourcesResponse$ = [3, n0, _BGGMDRa,
|
|
471
|
-
0,
|
|
472
|
-
[_MD, _UA],
|
|
473
|
-
[() => MembershipDatasourcesList, () => UnprocessedAccountList]
|
|
474
|
-
];
|
|
475
|
-
var BatchGetMembershipDatasourcesRequest$ = [3, n0, _BGMDR,
|
|
476
|
-
0,
|
|
477
|
-
[_GAr],
|
|
478
|
-
[64 | 0], 1
|
|
479
|
-
];
|
|
480
|
-
var BatchGetMembershipDatasourcesResponse$ = [3, n0, _BGMDRa,
|
|
481
|
-
0,
|
|
482
|
-
[_MDe, _UG],
|
|
483
|
-
[() => MembershipDatasourcesList, () => UnprocessedGraphList]
|
|
484
|
-
];
|
|
485
|
-
var ConflictException$ = [-3, n0, _CE,
|
|
486
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
487
|
-
[_M],
|
|
488
|
-
[0]
|
|
489
|
-
];
|
|
490
|
-
schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
491
|
-
var CreateGraphRequest$ = [3, n0, _CGR,
|
|
492
|
-
0,
|
|
493
|
-
[_T],
|
|
494
|
-
[128 | 0]
|
|
495
|
-
];
|
|
496
|
-
var CreateGraphResponse$ = [3, n0, _CGRr,
|
|
497
|
-
0,
|
|
498
|
-
[_GA],
|
|
499
|
-
[0]
|
|
500
|
-
];
|
|
501
|
-
var CreateMembersRequest$ = [3, n0, _CMR,
|
|
502
|
-
0,
|
|
503
|
-
[_GA, _Ac, _M, _DEN],
|
|
504
|
-
[0, [() => AccountList, 0], [() => EmailMessage, 0], 2], 2
|
|
505
|
-
];
|
|
506
|
-
var CreateMembersResponse$ = [3, n0, _CMRr,
|
|
507
|
-
0,
|
|
508
|
-
[_Me, _UA],
|
|
509
|
-
[[() => MemberDetailList, 0], () => UnprocessedAccountList]
|
|
510
|
-
];
|
|
511
|
-
var DatasourcePackageIngestDetail$ = [3, n0, _DPID,
|
|
512
|
-
0,
|
|
513
|
-
[_DPIS, _LISC],
|
|
514
|
-
[0, () => LastIngestStateChangeDates]
|
|
515
|
-
];
|
|
516
|
-
var DatasourcePackageUsageInfo$ = [3, n0, _DPUI,
|
|
517
|
-
0,
|
|
518
|
-
[_VUIB, _VUUT],
|
|
519
|
-
[1, 5]
|
|
520
|
-
];
|
|
521
|
-
var DateFilter$ = [3, n0, _DF,
|
|
522
|
-
0,
|
|
523
|
-
[_SI, _EI],
|
|
524
|
-
[5, 5], 2
|
|
525
|
-
];
|
|
526
|
-
var DeleteGraphRequest$ = [3, n0, _DGR,
|
|
527
|
-
0,
|
|
528
|
-
[_GA],
|
|
529
|
-
[0], 1
|
|
530
|
-
];
|
|
531
|
-
var DeleteMembersRequest$ = [3, n0, _DMR,
|
|
532
|
-
0,
|
|
533
|
-
[_GA, _AIc],
|
|
534
|
-
[0, 64 | 0], 2
|
|
535
|
-
];
|
|
536
|
-
var DeleteMembersResponse$ = [3, n0, _DMRe,
|
|
537
|
-
0,
|
|
538
|
-
[_AIc, _UA],
|
|
539
|
-
[64 | 0, () => UnprocessedAccountList]
|
|
540
|
-
];
|
|
541
|
-
var DescribeOrganizationConfigurationRequest$ = [3, n0, _DOCR,
|
|
542
|
-
0,
|
|
543
|
-
[_GA],
|
|
544
|
-
[0], 1
|
|
545
|
-
];
|
|
546
|
-
var DescribeOrganizationConfigurationResponse$ = [3, n0, _DOCRe,
|
|
547
|
-
0,
|
|
548
|
-
[_AE],
|
|
549
|
-
[2]
|
|
550
|
-
];
|
|
551
|
-
var DisassociateMembershipRequest$ = [3, n0, _DMRi,
|
|
552
|
-
0,
|
|
553
|
-
[_GA],
|
|
554
|
-
[0], 1
|
|
555
|
-
];
|
|
556
|
-
var EnableOrganizationAdminAccountRequest$ = [3, n0, _EOAAR,
|
|
557
|
-
0,
|
|
558
|
-
[_AI],
|
|
559
|
-
[0], 1
|
|
560
|
-
];
|
|
561
|
-
var FilterCriteria$ = [3, n0, _FC,
|
|
562
|
-
0,
|
|
563
|
-
[_S, _St, _Sta, _EAn, _CT],
|
|
564
|
-
[() => StringFilter$, () => StringFilter$, () => StringFilter$, () => StringFilter$, () => DateFilter$]
|
|
565
|
-
];
|
|
566
|
-
var FlaggedIpAddressDetail$ = [3, n0, _FIAD,
|
|
567
|
-
0,
|
|
568
|
-
[_IA, _R],
|
|
569
|
-
[0, 0]
|
|
570
|
-
];
|
|
571
|
-
var GetInvestigationRequest$ = [3, n0, _GIR,
|
|
572
|
-
0,
|
|
573
|
-
[_GA, _II],
|
|
574
|
-
[0, 0], 2
|
|
575
|
-
];
|
|
576
|
-
var GetInvestigationResponse$ = [3, n0, _GIRe,
|
|
577
|
-
0,
|
|
578
|
-
[_GA, _II, _EAn, _ET, _CT, _SST, _SET, _St, _S, _Sta],
|
|
579
|
-
[0, 0, 0, 0, 5, 5, 5, 0, 0, 0]
|
|
580
|
-
];
|
|
581
|
-
var GetMembersRequest$ = [3, n0, _GMR,
|
|
582
|
-
0,
|
|
583
|
-
[_GA, _AIc],
|
|
584
|
-
[0, 64 | 0], 2
|
|
585
|
-
];
|
|
586
|
-
var GetMembersResponse$ = [3, n0, _GMRe,
|
|
587
|
-
0,
|
|
588
|
-
[_MDem, _UA],
|
|
589
|
-
[[() => MemberDetailList, 0], () => UnprocessedAccountList]
|
|
590
|
-
];
|
|
591
|
-
var Graph$ = [3, n0, _G,
|
|
592
|
-
0,
|
|
593
|
-
[_Ar, _CT],
|
|
594
|
-
[0, 5]
|
|
595
|
-
];
|
|
596
|
-
var ImpossibleTravelDetail$ = [3, n0, _ITD,
|
|
597
|
-
0,
|
|
598
|
-
[_SIA, _EIA, _SL, _EL, _HTD],
|
|
599
|
-
[0, 0, 0, 0, 1]
|
|
600
|
-
];
|
|
601
|
-
var Indicator$ = [3, n0, _I,
|
|
602
|
-
0,
|
|
603
|
-
[_IT, _ID],
|
|
604
|
-
[0, () => IndicatorDetail$]
|
|
605
|
-
];
|
|
606
|
-
var IndicatorDetail$ = [3, n0, _ID,
|
|
607
|
-
0,
|
|
608
|
-
[_TTPOD, _ITD, _FIAD, _NGD, _NAD, _NUAD, _RFD, _RFGD],
|
|
609
|
-
[() => TTPsObservedDetail$, () => ImpossibleTravelDetail$, () => FlaggedIpAddressDetail$, () => NewGeolocationDetail$, () => NewAsoDetail$, () => NewUserAgentDetail$, () => RelatedFindingDetail$, () => RelatedFindingGroupDetail$]
|
|
610
|
-
];
|
|
611
|
-
var InternalServerException$ = [-3, n0, _ISE,
|
|
612
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
613
|
-
[_M],
|
|
614
|
-
[0]
|
|
615
|
-
];
|
|
616
|
-
schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
617
|
-
var InvestigationDetail$ = [3, n0, _IDn,
|
|
618
|
-
0,
|
|
619
|
-
[_II, _S, _St, _Sta, _CT, _EAn, _ET],
|
|
620
|
-
[0, 0, 0, 0, 5, 0, 0]
|
|
621
|
-
];
|
|
622
|
-
var ListDatasourcePackagesRequest$ = [3, n0, _LDPR,
|
|
623
|
-
0,
|
|
624
|
-
[_GA, _NT, _MR],
|
|
625
|
-
[0, 0, 1], 1
|
|
626
|
-
];
|
|
627
|
-
var ListDatasourcePackagesResponse$ = [3, n0, _LDPRi,
|
|
628
|
-
0,
|
|
629
|
-
[_DP, _NT],
|
|
630
|
-
[() => DatasourcePackageIngestDetails, 0]
|
|
631
|
-
];
|
|
632
|
-
var ListGraphsRequest$ = [3, n0, _LGR,
|
|
633
|
-
0,
|
|
634
|
-
[_NT, _MR],
|
|
635
|
-
[0, 1]
|
|
636
|
-
];
|
|
637
|
-
var ListGraphsResponse$ = [3, n0, _LGRi,
|
|
638
|
-
0,
|
|
639
|
-
[_GL, _NT],
|
|
640
|
-
[() => GraphList, 0]
|
|
641
|
-
];
|
|
642
|
-
var ListIndicatorsRequest$ = [3, n0, _LIR,
|
|
643
|
-
0,
|
|
644
|
-
[_GA, _II, _IT, _NT, _MR],
|
|
645
|
-
[0, 0, 0, 0, 1], 2
|
|
646
|
-
];
|
|
647
|
-
var ListIndicatorsResponse$ = [3, n0, _LIRi,
|
|
648
|
-
0,
|
|
649
|
-
[_GA, _II, _NT, _In],
|
|
650
|
-
[0, 0, 0, () => Indicators]
|
|
651
|
-
];
|
|
652
|
-
var ListInvestigationsRequest$ = [3, n0, _LIRis,
|
|
653
|
-
0,
|
|
654
|
-
[_GA, _NT, _MR, _FC, _SC],
|
|
655
|
-
[0, 0, 1, () => FilterCriteria$, () => SortCriteria$], 1
|
|
656
|
-
];
|
|
657
|
-
var ListInvestigationsResponse$ = [3, n0, _LIRist,
|
|
658
|
-
0,
|
|
659
|
-
[_IDnv, _NT],
|
|
660
|
-
[() => InvestigationDetails, 0]
|
|
661
|
-
];
|
|
662
|
-
var ListInvitationsRequest$ = [3, n0, _LIRistn,
|
|
663
|
-
0,
|
|
664
|
-
[_NT, _MR],
|
|
665
|
-
[0, 1]
|
|
666
|
-
];
|
|
667
|
-
var ListInvitationsResponse$ = [3, n0, _LIRistnv,
|
|
668
|
-
0,
|
|
669
|
-
[_Inv, _NT],
|
|
670
|
-
[[() => MemberDetailList, 0], 0]
|
|
671
|
-
];
|
|
672
|
-
var ListMembersRequest$ = [3, n0, _LMR,
|
|
673
|
-
0,
|
|
674
|
-
[_GA, _NT, _MR],
|
|
675
|
-
[0, 0, 1], 1
|
|
676
|
-
];
|
|
677
|
-
var ListMembersResponse$ = [3, n0, _LMRi,
|
|
678
|
-
0,
|
|
679
|
-
[_MDem, _NT],
|
|
680
|
-
[[() => MemberDetailList, 0], 0]
|
|
681
|
-
];
|
|
682
|
-
var ListOrganizationAdminAccountsRequest$ = [3, n0, _LOAAR,
|
|
683
|
-
0,
|
|
684
|
-
[_NT, _MR],
|
|
685
|
-
[0, 1]
|
|
686
|
-
];
|
|
687
|
-
var ListOrganizationAdminAccountsResponse$ = [3, n0, _LOAARi,
|
|
688
|
-
0,
|
|
689
|
-
[_Adm, _NT],
|
|
690
|
-
[() => AdministratorList, 0]
|
|
691
|
-
];
|
|
692
|
-
var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
693
|
-
0,
|
|
694
|
-
[_RA],
|
|
695
|
-
[[0, 1]], 1
|
|
696
|
-
];
|
|
697
|
-
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
698
|
-
0,
|
|
699
|
-
[_T],
|
|
700
|
-
[128 | 0]
|
|
701
|
-
];
|
|
702
|
-
var MemberDetail$ = [3, n0, _MDemb,
|
|
703
|
-
0,
|
|
704
|
-
[_AI, _EA, _GA, _MI, _AId, _St, _DR, _ITn, _UT, _VUIB, _VUUTo, _POGU, _POGUUT, _ITnv, _VUBDP, _DPISa],
|
|
705
|
-
[0, [() => EmailAddress, 0], 0, 0, 0, 0, 0, 5, 5, 1, 5, 1, 5, 0, () => VolumeUsageByDatasourcePackage, 128 | 0]
|
|
706
|
-
];
|
|
707
|
-
var MembershipDatasources$ = [3, n0, _MDe,
|
|
708
|
-
0,
|
|
709
|
-
[_AI, _GA, _DPIH],
|
|
710
|
-
[0, 0, () => DatasourcePackageIngestHistory]
|
|
711
|
-
];
|
|
712
|
-
var NewAsoDetail$ = [3, n0, _NAD,
|
|
713
|
-
0,
|
|
714
|
-
[_As, _INFEA],
|
|
715
|
-
[0, 2]
|
|
716
|
-
];
|
|
717
|
-
var NewGeolocationDetail$ = [3, n0, _NGD,
|
|
718
|
-
0,
|
|
719
|
-
[_L, _IA, _INFEA],
|
|
720
|
-
[0, 0, 2]
|
|
721
|
-
];
|
|
722
|
-
var NewUserAgentDetail$ = [3, n0, _NUAD,
|
|
723
|
-
0,
|
|
724
|
-
[_UAs, _INFEA],
|
|
725
|
-
[0, 2]
|
|
726
|
-
];
|
|
727
|
-
var RejectInvitationRequest$ = [3, n0, _RIR,
|
|
728
|
-
0,
|
|
729
|
-
[_GA],
|
|
730
|
-
[0], 1
|
|
731
|
-
];
|
|
732
|
-
var RelatedFindingDetail$ = [3, n0, _RFD,
|
|
733
|
-
0,
|
|
734
|
-
[_Ar, _Ty, _IA],
|
|
735
|
-
[0, 0, 0]
|
|
736
|
-
];
|
|
737
|
-
var RelatedFindingGroupDetail$ = [3, n0, _RFGD,
|
|
738
|
-
0,
|
|
739
|
-
[_Id],
|
|
740
|
-
[0]
|
|
741
|
-
];
|
|
742
|
-
var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
743
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
744
|
-
[_M],
|
|
745
|
-
[0]
|
|
746
|
-
];
|
|
747
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
748
|
-
var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
749
|
-
{ [_e]: _c, [_hE]: 402 },
|
|
750
|
-
[_M, _Re],
|
|
751
|
-
[0, 64 | 0]
|
|
752
|
-
];
|
|
753
|
-
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
754
|
-
var SortCriteria$ = [3, n0, _SC,
|
|
755
|
-
0,
|
|
756
|
-
[_F, _SO],
|
|
757
|
-
[0, 0]
|
|
758
|
-
];
|
|
759
|
-
var StartInvestigationRequest$ = [3, n0, _SIR,
|
|
760
|
-
0,
|
|
761
|
-
[_GA, _EAn, _SST, _SET],
|
|
762
|
-
[0, 0, 5, 5], 4
|
|
763
|
-
];
|
|
764
|
-
var StartInvestigationResponse$ = [3, n0, _SIRt,
|
|
765
|
-
0,
|
|
766
|
-
[_II],
|
|
767
|
-
[0]
|
|
768
|
-
];
|
|
769
|
-
var StartMonitoringMemberRequest$ = [3, n0, _SMMR,
|
|
770
|
-
0,
|
|
771
|
-
[_GA, _AI],
|
|
772
|
-
[0, 0], 2
|
|
773
|
-
];
|
|
774
|
-
var StringFilter$ = [3, n0, _SF,
|
|
775
|
-
0,
|
|
776
|
-
[_V],
|
|
777
|
-
[0], 1
|
|
778
|
-
];
|
|
779
|
-
var TagResourceRequest$ = [3, n0, _TRR,
|
|
780
|
-
0,
|
|
781
|
-
[_RA, _T],
|
|
782
|
-
[[0, 1], 128 | 0], 2
|
|
783
|
-
];
|
|
784
|
-
var TagResourceResponse$ = [3, n0, _TRRa,
|
|
785
|
-
0,
|
|
786
|
-
[],
|
|
787
|
-
[]
|
|
788
|
-
];
|
|
789
|
-
var TimestampForCollection$ = [3, n0, _TFC,
|
|
790
|
-
0,
|
|
791
|
-
[_Ti],
|
|
792
|
-
[5]
|
|
793
|
-
];
|
|
794
|
-
var TooManyRequestsException$ = [-3, n0, _TMRE,
|
|
795
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
796
|
-
[_M],
|
|
797
|
-
[0]
|
|
798
|
-
];
|
|
799
|
-
schema.TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
|
|
800
|
-
var TTPsObservedDetail$ = [3, n0, _TTPOD,
|
|
801
|
-
0,
|
|
802
|
-
[_Ta, _Te, _P, _IA, _APIN, _APISC, _APIFC],
|
|
803
|
-
[0, 0, 0, 0, 0, 1, 1]
|
|
804
|
-
];
|
|
805
|
-
var UnprocessedAccount$ = [3, n0, _UAn,
|
|
806
|
-
0,
|
|
807
|
-
[_AI, _R],
|
|
808
|
-
[0, 0]
|
|
809
|
-
];
|
|
810
|
-
var UnprocessedGraph$ = [3, n0, _UGn,
|
|
811
|
-
0,
|
|
812
|
-
[_GA, _R],
|
|
813
|
-
[0, 0]
|
|
814
|
-
];
|
|
815
|
-
var UntagResourceRequest$ = [3, n0, _URR,
|
|
816
|
-
0,
|
|
817
|
-
[_RA, _TK],
|
|
818
|
-
[[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
|
|
819
|
-
];
|
|
820
|
-
var UntagResourceResponse$ = [3, n0, _URRn,
|
|
821
|
-
0,
|
|
822
|
-
[],
|
|
823
|
-
[]
|
|
824
|
-
];
|
|
825
|
-
var UpdateDatasourcePackagesRequest$ = [3, n0, _UDPR,
|
|
826
|
-
0,
|
|
827
|
-
[_GA, _DP],
|
|
828
|
-
[0, 64 | 0], 2
|
|
829
|
-
];
|
|
830
|
-
var UpdateInvestigationStateRequest$ = [3, n0, _UISR,
|
|
831
|
-
0,
|
|
832
|
-
[_GA, _II, _Sta],
|
|
833
|
-
[0, 0, 0], 3
|
|
834
|
-
];
|
|
835
|
-
var UpdateOrganizationConfigurationRequest$ = [3, n0, _UOCR,
|
|
836
|
-
0,
|
|
837
|
-
[_GA, _AE],
|
|
838
|
-
[0, 2], 1
|
|
839
|
-
];
|
|
840
|
-
var ValidationException$ = [-3, n0, _VE,
|
|
841
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
842
|
-
[_M, _EC, _ECR],
|
|
843
|
-
[0, 0, 0]
|
|
844
|
-
];
|
|
845
|
-
schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
846
|
-
var __Unit = "unit";
|
|
847
|
-
var DetectiveServiceException$ = [-3, _sm, "DetectiveServiceException", 0, [], []];
|
|
848
|
-
schema.TypeRegistry.for(_sm).registerError(DetectiveServiceException$, DetectiveServiceException);
|
|
849
|
-
var AccountList = [1, n0, _AL,
|
|
850
|
-
0, [() => Account$,
|
|
851
|
-
0]
|
|
852
|
-
];
|
|
853
|
-
var AdministratorList = [1, n0, _ALd,
|
|
854
|
-
0, () => Administrator$
|
|
855
|
-
];
|
|
856
|
-
var GraphList = [1, n0, _GL,
|
|
857
|
-
0, () => Graph$
|
|
858
|
-
];
|
|
859
|
-
var Indicators = [1, n0, _In,
|
|
860
|
-
0, () => Indicator$
|
|
861
|
-
];
|
|
862
|
-
var InvestigationDetails = [1, n0, _IDnv,
|
|
863
|
-
0, () => InvestigationDetail$
|
|
864
|
-
];
|
|
865
|
-
var MemberDetailList = [1, n0, _MDL,
|
|
866
|
-
0, [() => MemberDetail$,
|
|
867
|
-
0]
|
|
868
|
-
];
|
|
869
|
-
var MembershipDatasourcesList = [1, n0, _MDLe,
|
|
870
|
-
0, () => MembershipDatasources$
|
|
871
|
-
];
|
|
872
|
-
var UnprocessedAccountList = [1, n0, _UAL,
|
|
873
|
-
0, () => UnprocessedAccount$
|
|
874
|
-
];
|
|
875
|
-
var UnprocessedGraphList = [1, n0, _UGL,
|
|
876
|
-
0, () => UnprocessedGraph$
|
|
877
|
-
];
|
|
878
|
-
var DatasourcePackageIngestDetails = [2, n0, _DPIDa,
|
|
879
|
-
0, 0, () => DatasourcePackageIngestDetail$
|
|
880
|
-
];
|
|
881
|
-
var DatasourcePackageIngestHistory = [2, n0, _DPIH,
|
|
882
|
-
0, 0, () => LastIngestStateChangeDates
|
|
883
|
-
];
|
|
884
|
-
var LastIngestStateChangeDates = [2, n0, _LISCD,
|
|
885
|
-
0, 0, () => TimestampForCollection$
|
|
886
|
-
];
|
|
887
|
-
var VolumeUsageByDatasourcePackage = [2, n0, _VUBDP,
|
|
888
|
-
0, 0, () => DatasourcePackageUsageInfo$
|
|
889
|
-
];
|
|
890
|
-
var AcceptInvitation$ = [9, n0, _AIcc,
|
|
891
|
-
{ [_h]: ["PUT", "/invitation", 200] }, () => AcceptInvitationRequest$, () => __Unit
|
|
892
|
-
];
|
|
893
|
-
var BatchGetGraphMemberDatasources$ = [9, n0, _BGGMD,
|
|
894
|
-
{ [_h]: ["POST", "/graph/datasources/get", 200] }, () => BatchGetGraphMemberDatasourcesRequest$, () => BatchGetGraphMemberDatasourcesResponse$
|
|
895
|
-
];
|
|
896
|
-
var BatchGetMembershipDatasources$ = [9, n0, _BGMD,
|
|
897
|
-
{ [_h]: ["POST", "/membership/datasources/get", 200] }, () => BatchGetMembershipDatasourcesRequest$, () => BatchGetMembershipDatasourcesResponse$
|
|
898
|
-
];
|
|
899
|
-
var CreateGraph$ = [9, n0, _CG,
|
|
900
|
-
{ [_h]: ["POST", "/graph", 200] }, () => CreateGraphRequest$, () => CreateGraphResponse$
|
|
901
|
-
];
|
|
902
|
-
var CreateMembers$ = [9, n0, _CM,
|
|
903
|
-
{ [_h]: ["POST", "/graph/members", 200] }, () => CreateMembersRequest$, () => CreateMembersResponse$
|
|
904
|
-
];
|
|
905
|
-
var DeleteGraph$ = [9, n0, _DG,
|
|
906
|
-
{ [_h]: ["POST", "/graph/removal", 200] }, () => DeleteGraphRequest$, () => __Unit
|
|
907
|
-
];
|
|
908
|
-
var DeleteMembers$ = [9, n0, _DM,
|
|
909
|
-
{ [_h]: ["POST", "/graph/members/removal", 200] }, () => DeleteMembersRequest$, () => DeleteMembersResponse$
|
|
910
|
-
];
|
|
911
|
-
var DescribeOrganizationConfiguration$ = [9, n0, _DOC,
|
|
912
|
-
{ [_h]: ["POST", "/orgs/describeOrganizationConfiguration", 200] }, () => DescribeOrganizationConfigurationRequest$, () => DescribeOrganizationConfigurationResponse$
|
|
913
|
-
];
|
|
914
|
-
var DisableOrganizationAdminAccount$ = [9, n0, _DOAA,
|
|
915
|
-
{ [_h]: ["POST", "/orgs/disableAdminAccount", 200] }, () => __Unit, () => __Unit
|
|
916
|
-
];
|
|
917
|
-
var DisassociateMembership$ = [9, n0, _DMi,
|
|
918
|
-
{ [_h]: ["POST", "/membership/removal", 200] }, () => DisassociateMembershipRequest$, () => __Unit
|
|
919
|
-
];
|
|
920
|
-
var EnableOrganizationAdminAccount$ = [9, n0, _EOAA,
|
|
921
|
-
{ [_h]: ["POST", "/orgs/enableAdminAccount", 200] }, () => EnableOrganizationAdminAccountRequest$, () => __Unit
|
|
922
|
-
];
|
|
923
|
-
var GetInvestigation$ = [9, n0, _GI,
|
|
924
|
-
{ [_h]: ["POST", "/investigations/getInvestigation", 200] }, () => GetInvestigationRequest$, () => GetInvestigationResponse$
|
|
925
|
-
];
|
|
926
|
-
var GetMembers$ = [9, n0, _GM,
|
|
927
|
-
{ [_h]: ["POST", "/graph/members/get", 200] }, () => GetMembersRequest$, () => GetMembersResponse$
|
|
928
|
-
];
|
|
929
|
-
var ListDatasourcePackages$ = [9, n0, _LDP,
|
|
930
|
-
{ [_h]: ["POST", "/graph/datasources/list", 200] }, () => ListDatasourcePackagesRequest$, () => ListDatasourcePackagesResponse$
|
|
931
|
-
];
|
|
932
|
-
var ListGraphs$ = [9, n0, _LG,
|
|
933
|
-
{ [_h]: ["POST", "/graphs/list", 200] }, () => ListGraphsRequest$, () => ListGraphsResponse$
|
|
934
|
-
];
|
|
935
|
-
var ListIndicators$ = [9, n0, _LI,
|
|
936
|
-
{ [_h]: ["POST", "/investigations/listIndicators", 200] }, () => ListIndicatorsRequest$, () => ListIndicatorsResponse$
|
|
937
|
-
];
|
|
938
|
-
var ListInvestigations$ = [9, n0, _LIi,
|
|
939
|
-
{ [_h]: ["POST", "/investigations/listInvestigations", 200] }, () => ListInvestigationsRequest$, () => ListInvestigationsResponse$
|
|
940
|
-
];
|
|
941
|
-
var ListInvitations$ = [9, n0, _LIis,
|
|
942
|
-
{ [_h]: ["POST", "/invitations/list", 200] }, () => ListInvitationsRequest$, () => ListInvitationsResponse$
|
|
943
|
-
];
|
|
944
|
-
var ListMembers$ = [9, n0, _LM,
|
|
945
|
-
{ [_h]: ["POST", "/graph/members/list", 200] }, () => ListMembersRequest$, () => ListMembersResponse$
|
|
946
|
-
];
|
|
947
|
-
var ListOrganizationAdminAccounts$ = [9, n0, _LOAA,
|
|
948
|
-
{ [_h]: ["POST", "/orgs/adminAccountslist", 200] }, () => ListOrganizationAdminAccountsRequest$, () => ListOrganizationAdminAccountsResponse$
|
|
949
|
-
];
|
|
950
|
-
var ListTagsForResource$ = [9, n0, _LTFR,
|
|
951
|
-
{ [_h]: ["GET", "/tags/{ResourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
952
|
-
];
|
|
953
|
-
var RejectInvitation$ = [9, n0, _RI,
|
|
954
|
-
{ [_h]: ["POST", "/invitation/removal", 200] }, () => RejectInvitationRequest$, () => __Unit
|
|
955
|
-
];
|
|
956
|
-
var StartInvestigation$ = [9, n0, _SIt,
|
|
957
|
-
{ [_h]: ["POST", "/investigations/startInvestigation", 200] }, () => StartInvestigationRequest$, () => StartInvestigationResponse$
|
|
958
|
-
];
|
|
959
|
-
var StartMonitoringMember$ = [9, n0, _SMM,
|
|
960
|
-
{ [_h]: ["POST", "/graph/member/monitoringstate", 200] }, () => StartMonitoringMemberRequest$, () => __Unit
|
|
961
|
-
];
|
|
962
|
-
var TagResource$ = [9, n0, _TR,
|
|
963
|
-
{ [_h]: ["POST", "/tags/{ResourceArn}", 204] }, () => TagResourceRequest$, () => TagResourceResponse$
|
|
964
|
-
];
|
|
965
|
-
var UntagResource$ = [9, n0, _UR,
|
|
966
|
-
{ [_h]: ["DELETE", "/tags/{ResourceArn}", 204] }, () => UntagResourceRequest$, () => UntagResourceResponse$
|
|
967
|
-
];
|
|
968
|
-
var UpdateDatasourcePackages$ = [9, n0, _UDP,
|
|
969
|
-
{ [_h]: ["POST", "/graph/datasources/update", 200] }, () => UpdateDatasourcePackagesRequest$, () => __Unit
|
|
970
|
-
];
|
|
971
|
-
var UpdateInvestigationState$ = [9, n0, _UIS,
|
|
972
|
-
{ [_h]: ["POST", "/investigations/updateInvestigationState", 200] }, () => UpdateInvestigationStateRequest$, () => __Unit
|
|
973
|
-
];
|
|
974
|
-
var UpdateOrganizationConfiguration$ = [9, n0, _UOC,
|
|
975
|
-
{ [_h]: ["POST", "/orgs/updateOrganizationConfiguration", 200] }, () => UpdateOrganizationConfigurationRequest$, () => __Unit
|
|
976
|
-
];
|
|
977
|
-
|
|
978
116
|
class AcceptInvitationCommand extends smithyClient.Command
|
|
979
117
|
.classBuilder()
|
|
980
118
|
.ep(commonParams)
|
|
@@ -983,7 +121,7 @@ class AcceptInvitationCommand extends smithyClient.Command
|
|
|
983
121
|
})
|
|
984
122
|
.s("AmazonDetective", "AcceptInvitation", {})
|
|
985
123
|
.n("DetectiveClient", "AcceptInvitationCommand")
|
|
986
|
-
.sc(AcceptInvitation$)
|
|
124
|
+
.sc(schemas_0.AcceptInvitation$)
|
|
987
125
|
.build() {
|
|
988
126
|
}
|
|
989
127
|
|
|
@@ -995,7 +133,7 @@ class BatchGetGraphMemberDatasourcesCommand extends smithyClient.Command
|
|
|
995
133
|
})
|
|
996
134
|
.s("AmazonDetective", "BatchGetGraphMemberDatasources", {})
|
|
997
135
|
.n("DetectiveClient", "BatchGetGraphMemberDatasourcesCommand")
|
|
998
|
-
.sc(BatchGetGraphMemberDatasources$)
|
|
136
|
+
.sc(schemas_0.BatchGetGraphMemberDatasources$)
|
|
999
137
|
.build() {
|
|
1000
138
|
}
|
|
1001
139
|
|
|
@@ -1007,7 +145,7 @@ class BatchGetMembershipDatasourcesCommand extends smithyClient.Command
|
|
|
1007
145
|
})
|
|
1008
146
|
.s("AmazonDetective", "BatchGetMembershipDatasources", {})
|
|
1009
147
|
.n("DetectiveClient", "BatchGetMembershipDatasourcesCommand")
|
|
1010
|
-
.sc(BatchGetMembershipDatasources$)
|
|
148
|
+
.sc(schemas_0.BatchGetMembershipDatasources$)
|
|
1011
149
|
.build() {
|
|
1012
150
|
}
|
|
1013
151
|
|
|
@@ -1019,7 +157,7 @@ class CreateGraphCommand extends smithyClient.Command
|
|
|
1019
157
|
})
|
|
1020
158
|
.s("AmazonDetective", "CreateGraph", {})
|
|
1021
159
|
.n("DetectiveClient", "CreateGraphCommand")
|
|
1022
|
-
.sc(CreateGraph$)
|
|
160
|
+
.sc(schemas_0.CreateGraph$)
|
|
1023
161
|
.build() {
|
|
1024
162
|
}
|
|
1025
163
|
|
|
@@ -1031,7 +169,7 @@ class CreateMembersCommand extends smithyClient.Command
|
|
|
1031
169
|
})
|
|
1032
170
|
.s("AmazonDetective", "CreateMembers", {})
|
|
1033
171
|
.n("DetectiveClient", "CreateMembersCommand")
|
|
1034
|
-
.sc(CreateMembers$)
|
|
172
|
+
.sc(schemas_0.CreateMembers$)
|
|
1035
173
|
.build() {
|
|
1036
174
|
}
|
|
1037
175
|
|
|
@@ -1043,7 +181,7 @@ class DeleteGraphCommand extends smithyClient.Command
|
|
|
1043
181
|
})
|
|
1044
182
|
.s("AmazonDetective", "DeleteGraph", {})
|
|
1045
183
|
.n("DetectiveClient", "DeleteGraphCommand")
|
|
1046
|
-
.sc(DeleteGraph$)
|
|
184
|
+
.sc(schemas_0.DeleteGraph$)
|
|
1047
185
|
.build() {
|
|
1048
186
|
}
|
|
1049
187
|
|
|
@@ -1055,7 +193,7 @@ class DeleteMembersCommand extends smithyClient.Command
|
|
|
1055
193
|
})
|
|
1056
194
|
.s("AmazonDetective", "DeleteMembers", {})
|
|
1057
195
|
.n("DetectiveClient", "DeleteMembersCommand")
|
|
1058
|
-
.sc(DeleteMembers$)
|
|
196
|
+
.sc(schemas_0.DeleteMembers$)
|
|
1059
197
|
.build() {
|
|
1060
198
|
}
|
|
1061
199
|
|
|
@@ -1067,7 +205,7 @@ class DescribeOrganizationConfigurationCommand extends smithyClient.Command
|
|
|
1067
205
|
})
|
|
1068
206
|
.s("AmazonDetective", "DescribeOrganizationConfiguration", {})
|
|
1069
207
|
.n("DetectiveClient", "DescribeOrganizationConfigurationCommand")
|
|
1070
|
-
.sc(DescribeOrganizationConfiguration$)
|
|
208
|
+
.sc(schemas_0.DescribeOrganizationConfiguration$)
|
|
1071
209
|
.build() {
|
|
1072
210
|
}
|
|
1073
211
|
|
|
@@ -1079,7 +217,7 @@ class DisableOrganizationAdminAccountCommand extends smithyClient.Command
|
|
|
1079
217
|
})
|
|
1080
218
|
.s("AmazonDetective", "DisableOrganizationAdminAccount", {})
|
|
1081
219
|
.n("DetectiveClient", "DisableOrganizationAdminAccountCommand")
|
|
1082
|
-
.sc(DisableOrganizationAdminAccount$)
|
|
220
|
+
.sc(schemas_0.DisableOrganizationAdminAccount$)
|
|
1083
221
|
.build() {
|
|
1084
222
|
}
|
|
1085
223
|
|
|
@@ -1091,7 +229,7 @@ class DisassociateMembershipCommand extends smithyClient.Command
|
|
|
1091
229
|
})
|
|
1092
230
|
.s("AmazonDetective", "DisassociateMembership", {})
|
|
1093
231
|
.n("DetectiveClient", "DisassociateMembershipCommand")
|
|
1094
|
-
.sc(DisassociateMembership$)
|
|
232
|
+
.sc(schemas_0.DisassociateMembership$)
|
|
1095
233
|
.build() {
|
|
1096
234
|
}
|
|
1097
235
|
|
|
@@ -1103,7 +241,7 @@ class EnableOrganizationAdminAccountCommand extends smithyClient.Command
|
|
|
1103
241
|
})
|
|
1104
242
|
.s("AmazonDetective", "EnableOrganizationAdminAccount", {})
|
|
1105
243
|
.n("DetectiveClient", "EnableOrganizationAdminAccountCommand")
|
|
1106
|
-
.sc(EnableOrganizationAdminAccount$)
|
|
244
|
+
.sc(schemas_0.EnableOrganizationAdminAccount$)
|
|
1107
245
|
.build() {
|
|
1108
246
|
}
|
|
1109
247
|
|
|
@@ -1115,7 +253,7 @@ class GetInvestigationCommand extends smithyClient.Command
|
|
|
1115
253
|
})
|
|
1116
254
|
.s("AmazonDetective", "GetInvestigation", {})
|
|
1117
255
|
.n("DetectiveClient", "GetInvestigationCommand")
|
|
1118
|
-
.sc(GetInvestigation$)
|
|
256
|
+
.sc(schemas_0.GetInvestigation$)
|
|
1119
257
|
.build() {
|
|
1120
258
|
}
|
|
1121
259
|
|
|
@@ -1127,7 +265,7 @@ class GetMembersCommand extends smithyClient.Command
|
|
|
1127
265
|
})
|
|
1128
266
|
.s("AmazonDetective", "GetMembers", {})
|
|
1129
267
|
.n("DetectiveClient", "GetMembersCommand")
|
|
1130
|
-
.sc(GetMembers$)
|
|
268
|
+
.sc(schemas_0.GetMembers$)
|
|
1131
269
|
.build() {
|
|
1132
270
|
}
|
|
1133
271
|
|
|
@@ -1139,7 +277,7 @@ class ListDatasourcePackagesCommand extends smithyClient.Command
|
|
|
1139
277
|
})
|
|
1140
278
|
.s("AmazonDetective", "ListDatasourcePackages", {})
|
|
1141
279
|
.n("DetectiveClient", "ListDatasourcePackagesCommand")
|
|
1142
|
-
.sc(ListDatasourcePackages$)
|
|
280
|
+
.sc(schemas_0.ListDatasourcePackages$)
|
|
1143
281
|
.build() {
|
|
1144
282
|
}
|
|
1145
283
|
|
|
@@ -1151,7 +289,7 @@ class ListGraphsCommand extends smithyClient.Command
|
|
|
1151
289
|
})
|
|
1152
290
|
.s("AmazonDetective", "ListGraphs", {})
|
|
1153
291
|
.n("DetectiveClient", "ListGraphsCommand")
|
|
1154
|
-
.sc(ListGraphs$)
|
|
292
|
+
.sc(schemas_0.ListGraphs$)
|
|
1155
293
|
.build() {
|
|
1156
294
|
}
|
|
1157
295
|
|
|
@@ -1163,7 +301,7 @@ class ListIndicatorsCommand extends smithyClient.Command
|
|
|
1163
301
|
})
|
|
1164
302
|
.s("AmazonDetective", "ListIndicators", {})
|
|
1165
303
|
.n("DetectiveClient", "ListIndicatorsCommand")
|
|
1166
|
-
.sc(ListIndicators$)
|
|
304
|
+
.sc(schemas_0.ListIndicators$)
|
|
1167
305
|
.build() {
|
|
1168
306
|
}
|
|
1169
307
|
|
|
@@ -1175,7 +313,7 @@ class ListInvestigationsCommand extends smithyClient.Command
|
|
|
1175
313
|
})
|
|
1176
314
|
.s("AmazonDetective", "ListInvestigations", {})
|
|
1177
315
|
.n("DetectiveClient", "ListInvestigationsCommand")
|
|
1178
|
-
.sc(ListInvestigations$)
|
|
316
|
+
.sc(schemas_0.ListInvestigations$)
|
|
1179
317
|
.build() {
|
|
1180
318
|
}
|
|
1181
319
|
|
|
@@ -1187,7 +325,7 @@ class ListInvitationsCommand extends smithyClient.Command
|
|
|
1187
325
|
})
|
|
1188
326
|
.s("AmazonDetective", "ListInvitations", {})
|
|
1189
327
|
.n("DetectiveClient", "ListInvitationsCommand")
|
|
1190
|
-
.sc(ListInvitations$)
|
|
328
|
+
.sc(schemas_0.ListInvitations$)
|
|
1191
329
|
.build() {
|
|
1192
330
|
}
|
|
1193
331
|
|
|
@@ -1199,7 +337,7 @@ class ListMembersCommand extends smithyClient.Command
|
|
|
1199
337
|
})
|
|
1200
338
|
.s("AmazonDetective", "ListMembers", {})
|
|
1201
339
|
.n("DetectiveClient", "ListMembersCommand")
|
|
1202
|
-
.sc(ListMembers$)
|
|
340
|
+
.sc(schemas_0.ListMembers$)
|
|
1203
341
|
.build() {
|
|
1204
342
|
}
|
|
1205
343
|
|
|
@@ -1211,7 +349,7 @@ class ListOrganizationAdminAccountsCommand extends smithyClient.Command
|
|
|
1211
349
|
})
|
|
1212
350
|
.s("AmazonDetective", "ListOrganizationAdminAccounts", {})
|
|
1213
351
|
.n("DetectiveClient", "ListOrganizationAdminAccountsCommand")
|
|
1214
|
-
.sc(ListOrganizationAdminAccounts$)
|
|
352
|
+
.sc(schemas_0.ListOrganizationAdminAccounts$)
|
|
1215
353
|
.build() {
|
|
1216
354
|
}
|
|
1217
355
|
|
|
@@ -1223,7 +361,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
1223
361
|
})
|
|
1224
362
|
.s("AmazonDetective", "ListTagsForResource", {})
|
|
1225
363
|
.n("DetectiveClient", "ListTagsForResourceCommand")
|
|
1226
|
-
.sc(ListTagsForResource$)
|
|
364
|
+
.sc(schemas_0.ListTagsForResource$)
|
|
1227
365
|
.build() {
|
|
1228
366
|
}
|
|
1229
367
|
|
|
@@ -1235,7 +373,7 @@ class RejectInvitationCommand extends smithyClient.Command
|
|
|
1235
373
|
})
|
|
1236
374
|
.s("AmazonDetective", "RejectInvitation", {})
|
|
1237
375
|
.n("DetectiveClient", "RejectInvitationCommand")
|
|
1238
|
-
.sc(RejectInvitation$)
|
|
376
|
+
.sc(schemas_0.RejectInvitation$)
|
|
1239
377
|
.build() {
|
|
1240
378
|
}
|
|
1241
379
|
|
|
@@ -1247,7 +385,7 @@ class StartInvestigationCommand extends smithyClient.Command
|
|
|
1247
385
|
})
|
|
1248
386
|
.s("AmazonDetective", "StartInvestigation", {})
|
|
1249
387
|
.n("DetectiveClient", "StartInvestigationCommand")
|
|
1250
|
-
.sc(StartInvestigation$)
|
|
388
|
+
.sc(schemas_0.StartInvestigation$)
|
|
1251
389
|
.build() {
|
|
1252
390
|
}
|
|
1253
391
|
|
|
@@ -1259,7 +397,7 @@ class StartMonitoringMemberCommand extends smithyClient.Command
|
|
|
1259
397
|
})
|
|
1260
398
|
.s("AmazonDetective", "StartMonitoringMember", {})
|
|
1261
399
|
.n("DetectiveClient", "StartMonitoringMemberCommand")
|
|
1262
|
-
.sc(StartMonitoringMember$)
|
|
400
|
+
.sc(schemas_0.StartMonitoringMember$)
|
|
1263
401
|
.build() {
|
|
1264
402
|
}
|
|
1265
403
|
|
|
@@ -1271,7 +409,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
1271
409
|
})
|
|
1272
410
|
.s("AmazonDetective", "TagResource", {})
|
|
1273
411
|
.n("DetectiveClient", "TagResourceCommand")
|
|
1274
|
-
.sc(TagResource$)
|
|
412
|
+
.sc(schemas_0.TagResource$)
|
|
1275
413
|
.build() {
|
|
1276
414
|
}
|
|
1277
415
|
|
|
@@ -1283,7 +421,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
1283
421
|
})
|
|
1284
422
|
.s("AmazonDetective", "UntagResource", {})
|
|
1285
423
|
.n("DetectiveClient", "UntagResourceCommand")
|
|
1286
|
-
.sc(UntagResource$)
|
|
424
|
+
.sc(schemas_0.UntagResource$)
|
|
1287
425
|
.build() {
|
|
1288
426
|
}
|
|
1289
427
|
|
|
@@ -1295,7 +433,7 @@ class UpdateDatasourcePackagesCommand extends smithyClient.Command
|
|
|
1295
433
|
})
|
|
1296
434
|
.s("AmazonDetective", "UpdateDatasourcePackages", {})
|
|
1297
435
|
.n("DetectiveClient", "UpdateDatasourcePackagesCommand")
|
|
1298
|
-
.sc(UpdateDatasourcePackages$)
|
|
436
|
+
.sc(schemas_0.UpdateDatasourcePackages$)
|
|
1299
437
|
.build() {
|
|
1300
438
|
}
|
|
1301
439
|
|
|
@@ -1307,7 +445,7 @@ class UpdateInvestigationStateCommand extends smithyClient.Command
|
|
|
1307
445
|
})
|
|
1308
446
|
.s("AmazonDetective", "UpdateInvestigationState", {})
|
|
1309
447
|
.n("DetectiveClient", "UpdateInvestigationStateCommand")
|
|
1310
|
-
.sc(UpdateInvestigationState$)
|
|
448
|
+
.sc(schemas_0.UpdateInvestigationState$)
|
|
1311
449
|
.build() {
|
|
1312
450
|
}
|
|
1313
451
|
|
|
@@ -1319,7 +457,7 @@ class UpdateOrganizationConfigurationCommand extends smithyClient.Command
|
|
|
1319
457
|
})
|
|
1320
458
|
.s("AmazonDetective", "UpdateOrganizationConfiguration", {})
|
|
1321
459
|
.n("DetectiveClient", "UpdateOrganizationConfigurationCommand")
|
|
1322
|
-
.sc(UpdateOrganizationConfiguration$)
|
|
460
|
+
.sc(schemas_0.UpdateOrganizationConfiguration$)
|
|
1323
461
|
.build() {
|
|
1324
462
|
}
|
|
1325
463
|
|
|
@@ -1456,170 +594,69 @@ Object.defineProperty(exports, "__Client", {
|
|
|
1456
594
|
enumerable: true,
|
|
1457
595
|
get: function () { return smithyClient.Client; }
|
|
1458
596
|
});
|
|
1459
|
-
exports
|
|
597
|
+
Object.defineProperty(exports, "DetectiveServiceException", {
|
|
598
|
+
enumerable: true,
|
|
599
|
+
get: function () { return DetectiveServiceException.DetectiveServiceException; }
|
|
600
|
+
});
|
|
1460
601
|
exports.AcceptInvitationCommand = AcceptInvitationCommand;
|
|
1461
|
-
exports.AcceptInvitationRequest$ = AcceptInvitationRequest$;
|
|
1462
|
-
exports.AccessDeniedException = AccessDeniedException;
|
|
1463
|
-
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
1464
|
-
exports.Account$ = Account$;
|
|
1465
|
-
exports.Administrator$ = Administrator$;
|
|
1466
|
-
exports.BatchGetGraphMemberDatasources$ = BatchGetGraphMemberDatasources$;
|
|
1467
602
|
exports.BatchGetGraphMemberDatasourcesCommand = BatchGetGraphMemberDatasourcesCommand;
|
|
1468
|
-
exports.BatchGetGraphMemberDatasourcesRequest$ = BatchGetGraphMemberDatasourcesRequest$;
|
|
1469
|
-
exports.BatchGetGraphMemberDatasourcesResponse$ = BatchGetGraphMemberDatasourcesResponse$;
|
|
1470
|
-
exports.BatchGetMembershipDatasources$ = BatchGetMembershipDatasources$;
|
|
1471
603
|
exports.BatchGetMembershipDatasourcesCommand = BatchGetMembershipDatasourcesCommand;
|
|
1472
|
-
exports.BatchGetMembershipDatasourcesRequest$ = BatchGetMembershipDatasourcesRequest$;
|
|
1473
|
-
exports.BatchGetMembershipDatasourcesResponse$ = BatchGetMembershipDatasourcesResponse$;
|
|
1474
|
-
exports.ConflictException = ConflictException;
|
|
1475
|
-
exports.ConflictException$ = ConflictException$;
|
|
1476
|
-
exports.CreateGraph$ = CreateGraph$;
|
|
1477
604
|
exports.CreateGraphCommand = CreateGraphCommand;
|
|
1478
|
-
exports.CreateGraphRequest$ = CreateGraphRequest$;
|
|
1479
|
-
exports.CreateGraphResponse$ = CreateGraphResponse$;
|
|
1480
|
-
exports.CreateMembers$ = CreateMembers$;
|
|
1481
605
|
exports.CreateMembersCommand = CreateMembersCommand;
|
|
1482
|
-
exports.CreateMembersRequest$ = CreateMembersRequest$;
|
|
1483
|
-
exports.CreateMembersResponse$ = CreateMembersResponse$;
|
|
1484
606
|
exports.DatasourcePackage = DatasourcePackage;
|
|
1485
|
-
exports.DatasourcePackageIngestDetail$ = DatasourcePackageIngestDetail$;
|
|
1486
607
|
exports.DatasourcePackageIngestState = DatasourcePackageIngestState;
|
|
1487
|
-
exports.DatasourcePackageUsageInfo$ = DatasourcePackageUsageInfo$;
|
|
1488
|
-
exports.DateFilter$ = DateFilter$;
|
|
1489
|
-
exports.DeleteGraph$ = DeleteGraph$;
|
|
1490
608
|
exports.DeleteGraphCommand = DeleteGraphCommand;
|
|
1491
|
-
exports.DeleteGraphRequest$ = DeleteGraphRequest$;
|
|
1492
|
-
exports.DeleteMembers$ = DeleteMembers$;
|
|
1493
609
|
exports.DeleteMembersCommand = DeleteMembersCommand;
|
|
1494
|
-
exports.DeleteMembersRequest$ = DeleteMembersRequest$;
|
|
1495
|
-
exports.DeleteMembersResponse$ = DeleteMembersResponse$;
|
|
1496
|
-
exports.DescribeOrganizationConfiguration$ = DescribeOrganizationConfiguration$;
|
|
1497
610
|
exports.DescribeOrganizationConfigurationCommand = DescribeOrganizationConfigurationCommand;
|
|
1498
|
-
exports.DescribeOrganizationConfigurationRequest$ = DescribeOrganizationConfigurationRequest$;
|
|
1499
|
-
exports.DescribeOrganizationConfigurationResponse$ = DescribeOrganizationConfigurationResponse$;
|
|
1500
611
|
exports.Detective = Detective;
|
|
1501
612
|
exports.DetectiveClient = DetectiveClient;
|
|
1502
|
-
exports.DetectiveServiceException = DetectiveServiceException;
|
|
1503
|
-
exports.DetectiveServiceException$ = DetectiveServiceException$;
|
|
1504
|
-
exports.DisableOrganizationAdminAccount$ = DisableOrganizationAdminAccount$;
|
|
1505
613
|
exports.DisableOrganizationAdminAccountCommand = DisableOrganizationAdminAccountCommand;
|
|
1506
|
-
exports.DisassociateMembership$ = DisassociateMembership$;
|
|
1507
614
|
exports.DisassociateMembershipCommand = DisassociateMembershipCommand;
|
|
1508
|
-
exports.DisassociateMembershipRequest$ = DisassociateMembershipRequest$;
|
|
1509
|
-
exports.EnableOrganizationAdminAccount$ = EnableOrganizationAdminAccount$;
|
|
1510
615
|
exports.EnableOrganizationAdminAccountCommand = EnableOrganizationAdminAccountCommand;
|
|
1511
|
-
exports.EnableOrganizationAdminAccountRequest$ = EnableOrganizationAdminAccountRequest$;
|
|
1512
616
|
exports.EntityType = EntityType;
|
|
1513
617
|
exports.ErrorCode = ErrorCode;
|
|
1514
618
|
exports.Field = Field;
|
|
1515
|
-
exports.FilterCriteria$ = FilterCriteria$;
|
|
1516
|
-
exports.FlaggedIpAddressDetail$ = FlaggedIpAddressDetail$;
|
|
1517
|
-
exports.GetInvestigation$ = GetInvestigation$;
|
|
1518
619
|
exports.GetInvestigationCommand = GetInvestigationCommand;
|
|
1519
|
-
exports.GetInvestigationRequest$ = GetInvestigationRequest$;
|
|
1520
|
-
exports.GetInvestigationResponse$ = GetInvestigationResponse$;
|
|
1521
|
-
exports.GetMembers$ = GetMembers$;
|
|
1522
620
|
exports.GetMembersCommand = GetMembersCommand;
|
|
1523
|
-
exports.GetMembersRequest$ = GetMembersRequest$;
|
|
1524
|
-
exports.GetMembersResponse$ = GetMembersResponse$;
|
|
1525
|
-
exports.Graph$ = Graph$;
|
|
1526
|
-
exports.ImpossibleTravelDetail$ = ImpossibleTravelDetail$;
|
|
1527
|
-
exports.Indicator$ = Indicator$;
|
|
1528
|
-
exports.IndicatorDetail$ = IndicatorDetail$;
|
|
1529
621
|
exports.IndicatorType = IndicatorType;
|
|
1530
|
-
exports.InternalServerException = InternalServerException;
|
|
1531
|
-
exports.InternalServerException$ = InternalServerException$;
|
|
1532
|
-
exports.InvestigationDetail$ = InvestigationDetail$;
|
|
1533
622
|
exports.InvitationType = InvitationType;
|
|
1534
|
-
exports.ListDatasourcePackages$ = ListDatasourcePackages$;
|
|
1535
623
|
exports.ListDatasourcePackagesCommand = ListDatasourcePackagesCommand;
|
|
1536
|
-
exports.ListDatasourcePackagesRequest$ = ListDatasourcePackagesRequest$;
|
|
1537
|
-
exports.ListDatasourcePackagesResponse$ = ListDatasourcePackagesResponse$;
|
|
1538
|
-
exports.ListGraphs$ = ListGraphs$;
|
|
1539
624
|
exports.ListGraphsCommand = ListGraphsCommand;
|
|
1540
|
-
exports.ListGraphsRequest$ = ListGraphsRequest$;
|
|
1541
|
-
exports.ListGraphsResponse$ = ListGraphsResponse$;
|
|
1542
|
-
exports.ListIndicators$ = ListIndicators$;
|
|
1543
625
|
exports.ListIndicatorsCommand = ListIndicatorsCommand;
|
|
1544
|
-
exports.ListIndicatorsRequest$ = ListIndicatorsRequest$;
|
|
1545
|
-
exports.ListIndicatorsResponse$ = ListIndicatorsResponse$;
|
|
1546
|
-
exports.ListInvestigations$ = ListInvestigations$;
|
|
1547
626
|
exports.ListInvestigationsCommand = ListInvestigationsCommand;
|
|
1548
|
-
exports.ListInvestigationsRequest$ = ListInvestigationsRequest$;
|
|
1549
|
-
exports.ListInvestigationsResponse$ = ListInvestigationsResponse$;
|
|
1550
|
-
exports.ListInvitations$ = ListInvitations$;
|
|
1551
627
|
exports.ListInvitationsCommand = ListInvitationsCommand;
|
|
1552
|
-
exports.ListInvitationsRequest$ = ListInvitationsRequest$;
|
|
1553
|
-
exports.ListInvitationsResponse$ = ListInvitationsResponse$;
|
|
1554
|
-
exports.ListMembers$ = ListMembers$;
|
|
1555
628
|
exports.ListMembersCommand = ListMembersCommand;
|
|
1556
|
-
exports.ListMembersRequest$ = ListMembersRequest$;
|
|
1557
|
-
exports.ListMembersResponse$ = ListMembersResponse$;
|
|
1558
|
-
exports.ListOrganizationAdminAccounts$ = ListOrganizationAdminAccounts$;
|
|
1559
629
|
exports.ListOrganizationAdminAccountsCommand = ListOrganizationAdminAccountsCommand;
|
|
1560
|
-
exports.ListOrganizationAdminAccountsRequest$ = ListOrganizationAdminAccountsRequest$;
|
|
1561
|
-
exports.ListOrganizationAdminAccountsResponse$ = ListOrganizationAdminAccountsResponse$;
|
|
1562
|
-
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
1563
630
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
1564
|
-
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
1565
|
-
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
1566
|
-
exports.MemberDetail$ = MemberDetail$;
|
|
1567
631
|
exports.MemberDisabledReason = MemberDisabledReason;
|
|
1568
632
|
exports.MemberStatus = MemberStatus;
|
|
1569
|
-
exports.MembershipDatasources$ = MembershipDatasources$;
|
|
1570
|
-
exports.NewAsoDetail$ = NewAsoDetail$;
|
|
1571
|
-
exports.NewGeolocationDetail$ = NewGeolocationDetail$;
|
|
1572
|
-
exports.NewUserAgentDetail$ = NewUserAgentDetail$;
|
|
1573
633
|
exports.Reason = Reason;
|
|
1574
|
-
exports.RejectInvitation$ = RejectInvitation$;
|
|
1575
634
|
exports.RejectInvitationCommand = RejectInvitationCommand;
|
|
1576
|
-
exports.RejectInvitationRequest$ = RejectInvitationRequest$;
|
|
1577
|
-
exports.RelatedFindingDetail$ = RelatedFindingDetail$;
|
|
1578
|
-
exports.RelatedFindingGroupDetail$ = RelatedFindingGroupDetail$;
|
|
1579
|
-
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
1580
|
-
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
1581
|
-
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
1582
|
-
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
1583
635
|
exports.Severity = Severity;
|
|
1584
|
-
exports.SortCriteria$ = SortCriteria$;
|
|
1585
636
|
exports.SortOrder = SortOrder;
|
|
1586
|
-
exports.StartInvestigation$ = StartInvestigation$;
|
|
1587
637
|
exports.StartInvestigationCommand = StartInvestigationCommand;
|
|
1588
|
-
exports.StartInvestigationRequest$ = StartInvestigationRequest$;
|
|
1589
|
-
exports.StartInvestigationResponse$ = StartInvestigationResponse$;
|
|
1590
|
-
exports.StartMonitoringMember$ = StartMonitoringMember$;
|
|
1591
638
|
exports.StartMonitoringMemberCommand = StartMonitoringMemberCommand;
|
|
1592
|
-
exports.StartMonitoringMemberRequest$ = StartMonitoringMemberRequest$;
|
|
1593
639
|
exports.State = State;
|
|
1594
640
|
exports.Status = Status;
|
|
1595
|
-
exports.StringFilter$ = StringFilter$;
|
|
1596
|
-
exports.TTPsObservedDetail$ = TTPsObservedDetail$;
|
|
1597
|
-
exports.TagResource$ = TagResource$;
|
|
1598
641
|
exports.TagResourceCommand = TagResourceCommand;
|
|
1599
|
-
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
1600
|
-
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
1601
|
-
exports.TimestampForCollection$ = TimestampForCollection$;
|
|
1602
|
-
exports.TooManyRequestsException = TooManyRequestsException;
|
|
1603
|
-
exports.TooManyRequestsException$ = TooManyRequestsException$;
|
|
1604
|
-
exports.UnprocessedAccount$ = UnprocessedAccount$;
|
|
1605
|
-
exports.UnprocessedGraph$ = UnprocessedGraph$;
|
|
1606
|
-
exports.UntagResource$ = UntagResource$;
|
|
1607
642
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
1608
|
-
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
1609
|
-
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
1610
|
-
exports.UpdateDatasourcePackages$ = UpdateDatasourcePackages$;
|
|
1611
643
|
exports.UpdateDatasourcePackagesCommand = UpdateDatasourcePackagesCommand;
|
|
1612
|
-
exports.UpdateDatasourcePackagesRequest$ = UpdateDatasourcePackagesRequest$;
|
|
1613
|
-
exports.UpdateInvestigationState$ = UpdateInvestigationState$;
|
|
1614
644
|
exports.UpdateInvestigationStateCommand = UpdateInvestigationStateCommand;
|
|
1615
|
-
exports.UpdateInvestigationStateRequest$ = UpdateInvestigationStateRequest$;
|
|
1616
|
-
exports.UpdateOrganizationConfiguration$ = UpdateOrganizationConfiguration$;
|
|
1617
645
|
exports.UpdateOrganizationConfigurationCommand = UpdateOrganizationConfigurationCommand;
|
|
1618
|
-
exports.UpdateOrganizationConfigurationRequest$ = UpdateOrganizationConfigurationRequest$;
|
|
1619
|
-
exports.ValidationException = ValidationException;
|
|
1620
|
-
exports.ValidationException$ = ValidationException$;
|
|
1621
646
|
exports.paginateListDatasourcePackages = paginateListDatasourcePackages;
|
|
1622
647
|
exports.paginateListGraphs = paginateListGraphs;
|
|
1623
648
|
exports.paginateListInvitations = paginateListInvitations;
|
|
1624
649
|
exports.paginateListMembers = paginateListMembers;
|
|
1625
650
|
exports.paginateListOrganizationAdminAccounts = paginateListOrganizationAdminAccounts;
|
|
651
|
+
Object.keys(schemas_0).forEach(function (k) {
|
|
652
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
653
|
+
enumerable: true,
|
|
654
|
+
get: function () { return schemas_0[k]; }
|
|
655
|
+
});
|
|
656
|
+
});
|
|
657
|
+
Object.keys(errors).forEach(function (k) {
|
|
658
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
659
|
+
enumerable: true,
|
|
660
|
+
get: function () { return errors[k]; }
|
|
661
|
+
});
|
|
662
|
+
});
|