@aws-sdk/client-detective 3.1067.0 → 3.1069.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/auth/httpAuthSchemeProvider.js +9 -15
- package/dist-cjs/endpoint/bdd.js +2 -5
- package/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/dist-cjs/index.js +132 -152
- package/dist-cjs/models/DetectiveServiceException.js +4 -8
- package/dist-cjs/models/errors.js +15 -25
- package/dist-cjs/runtimeConfig.browser.js +22 -26
- package/dist-cjs/runtimeConfig.js +30 -34
- package/dist-cjs/runtimeConfig.native.js +4 -7
- package/dist-cjs/runtimeConfig.shared.js +20 -24
- package/dist-cjs/schemas/schemas_0.js +217 -142
- package/package.json +8 -8
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListInvitationsRequest$ = exports.ListInvestigationsResponse$ = exports.ListInvestigationsRequest$ = exports.ListIndicatorsResponse$ = exports.ListIndicatorsRequest$ = exports.ListGraphsResponse$ = exports.ListGraphsRequest$ = exports.ListDatasourcePackagesResponse$ = exports.ListDatasourcePackagesRequest$ = exports.InvestigationDetail$ = exports.IndicatorDetail$ = exports.Indicator$ = exports.ImpossibleTravelDetail$ = exports.Graph$ = exports.GetMembersResponse$ = exports.GetMembersRequest$ = exports.GetInvestigationResponse$ = exports.GetInvestigationRequest$ = exports.FlaggedIpAddressDetail$ = exports.FilterCriteria$ = exports.EnableOrganizationAdminAccountRequest$ = exports.DisassociateMembershipRequest$ = exports.DescribeOrganizationConfigurationResponse$ = exports.DescribeOrganizationConfigurationRequest$ = exports.DeleteMembersResponse$ = exports.DeleteMembersRequest$ = exports.DeleteGraphRequest$ = exports.DateFilter$ = exports.DatasourcePackageUsageInfo$ = exports.DatasourcePackageIngestDetail$ = exports.CreateMembersResponse$ = exports.CreateMembersRequest$ = exports.CreateGraphResponse$ = exports.CreateGraphRequest$ = exports.BatchGetMembershipDatasourcesResponse$ = exports.BatchGetMembershipDatasourcesRequest$ = exports.BatchGetGraphMemberDatasourcesResponse$ = exports.BatchGetGraphMemberDatasourcesRequest$ = exports.Administrator$ = exports.Account$ = exports.AcceptInvitationRequest$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.TooManyRequestsException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.InternalServerException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.DetectiveServiceException$ = void 0;
|
|
4
|
-
exports.ListMembers$ = exports.ListInvitations$ = exports.ListInvestigations$ = exports.ListIndicators$ = exports.ListGraphs$ = exports.ListDatasourcePackages$ = exports.GetMembers$ = exports.GetInvestigation$ = exports.EnableOrganizationAdminAccount$ = exports.DisassociateMembership$ = exports.DisableOrganizationAdminAccount$ = exports.DescribeOrganizationConfiguration$ = exports.DeleteMembers$ = exports.DeleteGraph$ = exports.CreateMembers$ = exports.CreateGraph$ = exports.BatchGetMembershipDatasources$ = exports.BatchGetGraphMemberDatasources$ = exports.AcceptInvitation$ = exports.UpdateOrganizationConfigurationRequest$ = exports.UpdateInvestigationStateRequest$ = exports.UpdateDatasourcePackagesRequest$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.UnprocessedGraph$ = exports.UnprocessedAccount$ = exports.TTPsObservedDetail$ = exports.TimestampForCollection$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.StringFilter$ = exports.StartMonitoringMemberRequest$ = exports.StartInvestigationResponse$ = exports.StartInvestigationRequest$ = exports.SortCriteria$ = exports.RelatedFindingGroupDetail$ = exports.RelatedFindingDetail$ = exports.RejectInvitationRequest$ = exports.NewUserAgentDetail$ = exports.NewGeolocationDetail$ = exports.NewAsoDetail$ = exports.MembershipDatasources$ = exports.MemberDetail$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListOrganizationAdminAccountsResponse$ = exports.ListOrganizationAdminAccountsRequest$ = exports.ListMembersResponse$ = exports.ListMembersRequest$ = exports.ListInvitationsResponse$ = void 0;
|
|
5
|
-
exports.UpdateOrganizationConfiguration$ = exports.UpdateInvestigationState$ = exports.UpdateDatasourcePackages$ = exports.UntagResource$ = exports.TagResource$ = exports.StartMonitoringMember$ = exports.StartInvestigation$ = exports.RejectInvitation$ = exports.ListTagsForResource$ = exports.ListOrganizationAdminAccounts$ = void 0;
|
|
6
1
|
const _A = "Account";
|
|
7
2
|
const _ADE = "AccessDeniedException";
|
|
8
3
|
const _AE = "AutoEnable";
|
|
@@ -212,555 +207,635 @@ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.detective";
|
|
|
212
207
|
const _se = "server";
|
|
213
208
|
const _tK = "tagKeys";
|
|
214
209
|
const n0 = "com.amazonaws.detective";
|
|
215
|
-
const
|
|
216
|
-
const
|
|
217
|
-
const
|
|
218
|
-
const _s_registry =
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
210
|
+
const { TypeRegistry } = require("@smithy/core/schema");
|
|
211
|
+
const { DetectiveServiceException } = require("../models/DetectiveServiceException");
|
|
212
|
+
const { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, TooManyRequestsException, ValidationException } = require("../models/errors");
|
|
213
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
214
|
+
const DetectiveServiceException$ = [-3, _s, "DetectiveServiceException", 0, [], []];
|
|
215
|
+
exports.DetectiveServiceException$ = DetectiveServiceException$;
|
|
216
|
+
_s_registry.registerError(DetectiveServiceException$, DetectiveServiceException);
|
|
217
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
218
|
+
const AccessDeniedException$ = [-3, n0, _ADE,
|
|
223
219
|
{ [_e]: _c, [_hE]: 403 },
|
|
224
220
|
[_M, _EC, _ECR, _SEC, _SECR],
|
|
225
221
|
[0, 0, 0, 0, 0]
|
|
226
222
|
];
|
|
227
|
-
|
|
228
|
-
|
|
223
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
224
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
225
|
+
const ConflictException$ = [-3, n0, _CE,
|
|
229
226
|
{ [_e]: _c, [_hE]: 409 },
|
|
230
227
|
[_M],
|
|
231
228
|
[0]
|
|
232
229
|
];
|
|
233
|
-
|
|
234
|
-
|
|
230
|
+
exports.ConflictException$ = ConflictException$;
|
|
231
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
232
|
+
const InternalServerException$ = [-3, n0, _ISE,
|
|
235
233
|
{ [_e]: _se, [_hE]: 500 },
|
|
236
234
|
[_M],
|
|
237
235
|
[0]
|
|
238
236
|
];
|
|
239
|
-
|
|
240
|
-
|
|
237
|
+
exports.InternalServerException$ = InternalServerException$;
|
|
238
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
239
|
+
const ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
241
240
|
{ [_e]: _c, [_hE]: 404 },
|
|
242
241
|
[_M],
|
|
243
242
|
[0]
|
|
244
243
|
];
|
|
245
|
-
|
|
246
|
-
|
|
244
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
245
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
246
|
+
const ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
247
247
|
{ [_e]: _c, [_hE]: 402 },
|
|
248
248
|
[_M, _R],
|
|
249
249
|
[0, 64 | 0]
|
|
250
250
|
];
|
|
251
|
-
|
|
252
|
-
|
|
251
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
252
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
253
|
+
const TooManyRequestsException$ = [-3, n0, _TMRE,
|
|
253
254
|
{ [_e]: _c, [_hE]: 429 },
|
|
254
255
|
[_M],
|
|
255
256
|
[0]
|
|
256
257
|
];
|
|
257
|
-
|
|
258
|
-
|
|
258
|
+
exports.TooManyRequestsException$ = TooManyRequestsException$;
|
|
259
|
+
n0_registry.registerError(TooManyRequestsException$, TooManyRequestsException);
|
|
260
|
+
const ValidationException$ = [-3, n0, _VE,
|
|
259
261
|
{ [_e]: _c, [_hE]: 400 },
|
|
260
262
|
[_M, _EC, _ECR],
|
|
261
263
|
[0, 0, 0]
|
|
262
264
|
];
|
|
263
|
-
|
|
265
|
+
exports.ValidationException$ = ValidationException$;
|
|
266
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
264
267
|
exports.errorTypeRegistries = [
|
|
265
268
|
_s_registry,
|
|
266
269
|
n0_registry,
|
|
267
270
|
];
|
|
268
271
|
var EmailAddress = [0, n0, _EA, 8, 0];
|
|
269
272
|
var EmailMessage = [0, n0, _EM, 8, 0];
|
|
270
|
-
|
|
273
|
+
const AcceptInvitationRequest$ = [3, n0, _AIR,
|
|
271
274
|
0,
|
|
272
275
|
[_GA],
|
|
273
276
|
[0], 1
|
|
274
277
|
];
|
|
275
|
-
exports.
|
|
278
|
+
exports.AcceptInvitationRequest$ = AcceptInvitationRequest$;
|
|
279
|
+
const Account$ = [3, n0, _A,
|
|
276
280
|
0,
|
|
277
281
|
[_AI, _EA],
|
|
278
282
|
[0, [() => EmailAddress, 0]], 2
|
|
279
283
|
];
|
|
280
|
-
exports.
|
|
284
|
+
exports.Account$ = Account$;
|
|
285
|
+
const Administrator$ = [3, n0, _Ad,
|
|
281
286
|
0,
|
|
282
287
|
[_AI, _GA, _DT],
|
|
283
288
|
[0, 0, 5]
|
|
284
289
|
];
|
|
285
|
-
exports.
|
|
290
|
+
exports.Administrator$ = Administrator$;
|
|
291
|
+
const BatchGetGraphMemberDatasourcesRequest$ = [3, n0, _BGGMDR,
|
|
286
292
|
0,
|
|
287
293
|
[_GA, _AIc],
|
|
288
294
|
[0, 64 | 0], 2
|
|
289
295
|
];
|
|
290
|
-
exports.
|
|
296
|
+
exports.BatchGetGraphMemberDatasourcesRequest$ = BatchGetGraphMemberDatasourcesRequest$;
|
|
297
|
+
const BatchGetGraphMemberDatasourcesResponse$ = [3, n0, _BGGMDRa,
|
|
291
298
|
0,
|
|
292
299
|
[_MD, _UA],
|
|
293
300
|
[() => MembershipDatasourcesList, () => UnprocessedAccountList]
|
|
294
301
|
];
|
|
295
|
-
exports.
|
|
302
|
+
exports.BatchGetGraphMemberDatasourcesResponse$ = BatchGetGraphMemberDatasourcesResponse$;
|
|
303
|
+
const BatchGetMembershipDatasourcesRequest$ = [3, n0, _BGMDR,
|
|
296
304
|
0,
|
|
297
305
|
[_GAr],
|
|
298
306
|
[64 | 0], 1
|
|
299
307
|
];
|
|
300
|
-
exports.
|
|
308
|
+
exports.BatchGetMembershipDatasourcesRequest$ = BatchGetMembershipDatasourcesRequest$;
|
|
309
|
+
const BatchGetMembershipDatasourcesResponse$ = [3, n0, _BGMDRa,
|
|
301
310
|
0,
|
|
302
311
|
[_MDe, _UG],
|
|
303
312
|
[() => MembershipDatasourcesList, () => UnprocessedGraphList]
|
|
304
313
|
];
|
|
305
|
-
exports.
|
|
314
|
+
exports.BatchGetMembershipDatasourcesResponse$ = BatchGetMembershipDatasourcesResponse$;
|
|
315
|
+
const CreateGraphRequest$ = [3, n0, _CGR,
|
|
306
316
|
0,
|
|
307
317
|
[_T],
|
|
308
318
|
[128 | 0]
|
|
309
319
|
];
|
|
310
|
-
exports.
|
|
320
|
+
exports.CreateGraphRequest$ = CreateGraphRequest$;
|
|
321
|
+
const CreateGraphResponse$ = [3, n0, _CGRr,
|
|
311
322
|
0,
|
|
312
323
|
[_GA],
|
|
313
324
|
[0]
|
|
314
325
|
];
|
|
315
|
-
exports.
|
|
326
|
+
exports.CreateGraphResponse$ = CreateGraphResponse$;
|
|
327
|
+
const CreateMembersRequest$ = [3, n0, _CMR,
|
|
316
328
|
0,
|
|
317
329
|
[_GA, _Ac, _M, _DEN],
|
|
318
330
|
[0, [() => AccountList, 0], [() => EmailMessage, 0], 2], 2
|
|
319
331
|
];
|
|
320
|
-
exports.
|
|
332
|
+
exports.CreateMembersRequest$ = CreateMembersRequest$;
|
|
333
|
+
const CreateMembersResponse$ = [3, n0, _CMRr,
|
|
321
334
|
0,
|
|
322
335
|
[_Me, _UA],
|
|
323
336
|
[[() => MemberDetailList, 0], () => UnprocessedAccountList]
|
|
324
337
|
];
|
|
325
|
-
exports.
|
|
338
|
+
exports.CreateMembersResponse$ = CreateMembersResponse$;
|
|
339
|
+
const DatasourcePackageIngestDetail$ = [3, n0, _DPID,
|
|
326
340
|
0,
|
|
327
341
|
[_DPIS, _LISC],
|
|
328
342
|
[0, () => LastIngestStateChangeDates]
|
|
329
343
|
];
|
|
330
|
-
exports.
|
|
344
|
+
exports.DatasourcePackageIngestDetail$ = DatasourcePackageIngestDetail$;
|
|
345
|
+
const DatasourcePackageUsageInfo$ = [3, n0, _DPUI,
|
|
331
346
|
0,
|
|
332
347
|
[_VUIB, _VUUT],
|
|
333
348
|
[1, 5]
|
|
334
349
|
];
|
|
335
|
-
exports.
|
|
350
|
+
exports.DatasourcePackageUsageInfo$ = DatasourcePackageUsageInfo$;
|
|
351
|
+
const DateFilter$ = [3, n0, _DF,
|
|
336
352
|
0,
|
|
337
353
|
[_SI, _EI],
|
|
338
354
|
[5, 5], 2
|
|
339
355
|
];
|
|
340
|
-
exports.
|
|
356
|
+
exports.DateFilter$ = DateFilter$;
|
|
357
|
+
const DeleteGraphRequest$ = [3, n0, _DGR,
|
|
341
358
|
0,
|
|
342
359
|
[_GA],
|
|
343
360
|
[0], 1
|
|
344
361
|
];
|
|
345
|
-
exports.
|
|
362
|
+
exports.DeleteGraphRequest$ = DeleteGraphRequest$;
|
|
363
|
+
const DeleteMembersRequest$ = [3, n0, _DMR,
|
|
346
364
|
0,
|
|
347
365
|
[_GA, _AIc],
|
|
348
366
|
[0, 64 | 0], 2
|
|
349
367
|
];
|
|
350
|
-
exports.
|
|
368
|
+
exports.DeleteMembersRequest$ = DeleteMembersRequest$;
|
|
369
|
+
const DeleteMembersResponse$ = [3, n0, _DMRe,
|
|
351
370
|
0,
|
|
352
371
|
[_AIc, _UA],
|
|
353
372
|
[64 | 0, () => UnprocessedAccountList]
|
|
354
373
|
];
|
|
355
|
-
exports.
|
|
374
|
+
exports.DeleteMembersResponse$ = DeleteMembersResponse$;
|
|
375
|
+
const DescribeOrganizationConfigurationRequest$ = [3, n0, _DOCR,
|
|
356
376
|
0,
|
|
357
377
|
[_GA],
|
|
358
378
|
[0], 1
|
|
359
379
|
];
|
|
360
|
-
exports.
|
|
380
|
+
exports.DescribeOrganizationConfigurationRequest$ = DescribeOrganizationConfigurationRequest$;
|
|
381
|
+
const DescribeOrganizationConfigurationResponse$ = [3, n0, _DOCRe,
|
|
361
382
|
0,
|
|
362
383
|
[_AE],
|
|
363
384
|
[2]
|
|
364
385
|
];
|
|
365
|
-
exports.
|
|
386
|
+
exports.DescribeOrganizationConfigurationResponse$ = DescribeOrganizationConfigurationResponse$;
|
|
387
|
+
const DisassociateMembershipRequest$ = [3, n0, _DMRi,
|
|
366
388
|
0,
|
|
367
389
|
[_GA],
|
|
368
390
|
[0], 1
|
|
369
391
|
];
|
|
370
|
-
exports.
|
|
392
|
+
exports.DisassociateMembershipRequest$ = DisassociateMembershipRequest$;
|
|
393
|
+
const EnableOrganizationAdminAccountRequest$ = [3, n0, _EOAAR,
|
|
371
394
|
0,
|
|
372
395
|
[_AI],
|
|
373
396
|
[0], 1
|
|
374
397
|
];
|
|
375
|
-
exports.
|
|
398
|
+
exports.EnableOrganizationAdminAccountRequest$ = EnableOrganizationAdminAccountRequest$;
|
|
399
|
+
const FilterCriteria$ = [3, n0, _FC,
|
|
376
400
|
0,
|
|
377
401
|
[_S, _St, _Sta, _EAn, _CT],
|
|
378
|
-
[() =>
|
|
402
|
+
[() => StringFilter$, () => StringFilter$, () => StringFilter$, () => StringFilter$, () => DateFilter$]
|
|
379
403
|
];
|
|
380
|
-
exports.
|
|
404
|
+
exports.FilterCriteria$ = FilterCriteria$;
|
|
405
|
+
const FlaggedIpAddressDetail$ = [3, n0, _FIAD,
|
|
381
406
|
0,
|
|
382
407
|
[_IA, _Re],
|
|
383
408
|
[0, 0]
|
|
384
409
|
];
|
|
385
|
-
exports.
|
|
410
|
+
exports.FlaggedIpAddressDetail$ = FlaggedIpAddressDetail$;
|
|
411
|
+
const GetInvestigationRequest$ = [3, n0, _GIR,
|
|
386
412
|
0,
|
|
387
413
|
[_GA, _II],
|
|
388
414
|
[0, 0], 2
|
|
389
415
|
];
|
|
390
|
-
exports.
|
|
416
|
+
exports.GetInvestigationRequest$ = GetInvestigationRequest$;
|
|
417
|
+
const GetInvestigationResponse$ = [3, n0, _GIRe,
|
|
391
418
|
0,
|
|
392
419
|
[_GA, _II, _EAn, _ET, _CT, _SST, _SET, _St, _S, _Sta],
|
|
393
420
|
[0, 0, 0, 0, 5, 5, 5, 0, 0, 0]
|
|
394
421
|
];
|
|
395
|
-
exports.
|
|
422
|
+
exports.GetInvestigationResponse$ = GetInvestigationResponse$;
|
|
423
|
+
const GetMembersRequest$ = [3, n0, _GMR,
|
|
396
424
|
0,
|
|
397
425
|
[_GA, _AIc],
|
|
398
426
|
[0, 64 | 0], 2
|
|
399
427
|
];
|
|
400
|
-
exports.
|
|
428
|
+
exports.GetMembersRequest$ = GetMembersRequest$;
|
|
429
|
+
const GetMembersResponse$ = [3, n0, _GMRe,
|
|
401
430
|
0,
|
|
402
431
|
[_MDem, _UA],
|
|
403
432
|
[[() => MemberDetailList, 0], () => UnprocessedAccountList]
|
|
404
433
|
];
|
|
405
|
-
exports.
|
|
434
|
+
exports.GetMembersResponse$ = GetMembersResponse$;
|
|
435
|
+
const Graph$ = [3, n0, _G,
|
|
406
436
|
0,
|
|
407
437
|
[_Ar, _CT],
|
|
408
438
|
[0, 5]
|
|
409
439
|
];
|
|
410
|
-
exports.
|
|
440
|
+
exports.Graph$ = Graph$;
|
|
441
|
+
const ImpossibleTravelDetail$ = [3, n0, _ITD,
|
|
411
442
|
0,
|
|
412
443
|
[_SIA, _EIA, _SL, _EL, _HTD],
|
|
413
444
|
[0, 0, 0, 0, 1]
|
|
414
445
|
];
|
|
415
|
-
exports.
|
|
446
|
+
exports.ImpossibleTravelDetail$ = ImpossibleTravelDetail$;
|
|
447
|
+
const Indicator$ = [3, n0, _I,
|
|
416
448
|
0,
|
|
417
449
|
[_IT, _ID],
|
|
418
|
-
[0, () =>
|
|
450
|
+
[0, () => IndicatorDetail$]
|
|
419
451
|
];
|
|
420
|
-
exports.
|
|
452
|
+
exports.Indicator$ = Indicator$;
|
|
453
|
+
const IndicatorDetail$ = [3, n0, _ID,
|
|
421
454
|
0,
|
|
422
455
|
[_TTPOD, _ITD, _FIAD, _NGD, _NAD, _NUAD, _RFD, _RFGD],
|
|
423
|
-
[() =>
|
|
456
|
+
[() => TTPsObservedDetail$, () => ImpossibleTravelDetail$, () => FlaggedIpAddressDetail$, () => NewGeolocationDetail$, () => NewAsoDetail$, () => NewUserAgentDetail$, () => RelatedFindingDetail$, () => RelatedFindingGroupDetail$]
|
|
424
457
|
];
|
|
425
|
-
exports.
|
|
458
|
+
exports.IndicatorDetail$ = IndicatorDetail$;
|
|
459
|
+
const InvestigationDetail$ = [3, n0, _IDn,
|
|
426
460
|
0,
|
|
427
461
|
[_II, _S, _St, _Sta, _CT, _EAn, _ET],
|
|
428
462
|
[0, 0, 0, 0, 5, 0, 0]
|
|
429
463
|
];
|
|
430
|
-
exports.
|
|
464
|
+
exports.InvestigationDetail$ = InvestigationDetail$;
|
|
465
|
+
const ListDatasourcePackagesRequest$ = [3, n0, _LDPR,
|
|
431
466
|
0,
|
|
432
467
|
[_GA, _NT, _MR],
|
|
433
468
|
[0, 0, 1], 1
|
|
434
469
|
];
|
|
435
|
-
exports.
|
|
470
|
+
exports.ListDatasourcePackagesRequest$ = ListDatasourcePackagesRequest$;
|
|
471
|
+
const ListDatasourcePackagesResponse$ = [3, n0, _LDPRi,
|
|
436
472
|
0,
|
|
437
473
|
[_DP, _NT],
|
|
438
474
|
[() => DatasourcePackageIngestDetails, 0]
|
|
439
475
|
];
|
|
440
|
-
exports.
|
|
476
|
+
exports.ListDatasourcePackagesResponse$ = ListDatasourcePackagesResponse$;
|
|
477
|
+
const ListGraphsRequest$ = [3, n0, _LGR,
|
|
441
478
|
0,
|
|
442
479
|
[_NT, _MR],
|
|
443
480
|
[0, 1]
|
|
444
481
|
];
|
|
445
|
-
exports.
|
|
482
|
+
exports.ListGraphsRequest$ = ListGraphsRequest$;
|
|
483
|
+
const ListGraphsResponse$ = [3, n0, _LGRi,
|
|
446
484
|
0,
|
|
447
485
|
[_GL, _NT],
|
|
448
486
|
[() => GraphList, 0]
|
|
449
487
|
];
|
|
450
|
-
exports.
|
|
488
|
+
exports.ListGraphsResponse$ = ListGraphsResponse$;
|
|
489
|
+
const ListIndicatorsRequest$ = [3, n0, _LIR,
|
|
451
490
|
0,
|
|
452
491
|
[_GA, _II, _IT, _NT, _MR],
|
|
453
492
|
[0, 0, 0, 0, 1], 2
|
|
454
493
|
];
|
|
455
|
-
exports.
|
|
494
|
+
exports.ListIndicatorsRequest$ = ListIndicatorsRequest$;
|
|
495
|
+
const ListIndicatorsResponse$ = [3, n0, _LIRi,
|
|
456
496
|
0,
|
|
457
497
|
[_GA, _II, _NT, _In],
|
|
458
498
|
[0, 0, 0, () => Indicators]
|
|
459
499
|
];
|
|
460
|
-
exports.
|
|
500
|
+
exports.ListIndicatorsResponse$ = ListIndicatorsResponse$;
|
|
501
|
+
const ListInvestigationsRequest$ = [3, n0, _LIRis,
|
|
461
502
|
0,
|
|
462
503
|
[_GA, _NT, _MR, _FC, _SC],
|
|
463
|
-
[0, 0, 1, () =>
|
|
504
|
+
[0, 0, 1, () => FilterCriteria$, () => SortCriteria$], 1
|
|
464
505
|
];
|
|
465
|
-
exports.
|
|
506
|
+
exports.ListInvestigationsRequest$ = ListInvestigationsRequest$;
|
|
507
|
+
const ListInvestigationsResponse$ = [3, n0, _LIRist,
|
|
466
508
|
0,
|
|
467
509
|
[_IDnv, _NT],
|
|
468
510
|
[() => InvestigationDetails, 0]
|
|
469
511
|
];
|
|
470
|
-
exports.
|
|
512
|
+
exports.ListInvestigationsResponse$ = ListInvestigationsResponse$;
|
|
513
|
+
const ListInvitationsRequest$ = [3, n0, _LIRistn,
|
|
471
514
|
0,
|
|
472
515
|
[_NT, _MR],
|
|
473
516
|
[0, 1]
|
|
474
517
|
];
|
|
475
|
-
exports.
|
|
518
|
+
exports.ListInvitationsRequest$ = ListInvitationsRequest$;
|
|
519
|
+
const ListInvitationsResponse$ = [3, n0, _LIRistnv,
|
|
476
520
|
0,
|
|
477
521
|
[_Inv, _NT],
|
|
478
522
|
[[() => MemberDetailList, 0], 0]
|
|
479
523
|
];
|
|
480
|
-
exports.
|
|
524
|
+
exports.ListInvitationsResponse$ = ListInvitationsResponse$;
|
|
525
|
+
const ListMembersRequest$ = [3, n0, _LMR,
|
|
481
526
|
0,
|
|
482
527
|
[_GA, _NT, _MR],
|
|
483
528
|
[0, 0, 1], 1
|
|
484
529
|
];
|
|
485
|
-
exports.
|
|
530
|
+
exports.ListMembersRequest$ = ListMembersRequest$;
|
|
531
|
+
const ListMembersResponse$ = [3, n0, _LMRi,
|
|
486
532
|
0,
|
|
487
533
|
[_MDem, _NT],
|
|
488
534
|
[[() => MemberDetailList, 0], 0]
|
|
489
535
|
];
|
|
490
|
-
exports.
|
|
536
|
+
exports.ListMembersResponse$ = ListMembersResponse$;
|
|
537
|
+
const ListOrganizationAdminAccountsRequest$ = [3, n0, _LOAAR,
|
|
491
538
|
0,
|
|
492
539
|
[_NT, _MR],
|
|
493
540
|
[0, 1]
|
|
494
541
|
];
|
|
495
|
-
exports.
|
|
542
|
+
exports.ListOrganizationAdminAccountsRequest$ = ListOrganizationAdminAccountsRequest$;
|
|
543
|
+
const ListOrganizationAdminAccountsResponse$ = [3, n0, _LOAARi,
|
|
496
544
|
0,
|
|
497
545
|
[_Adm, _NT],
|
|
498
546
|
[() => AdministratorList, 0]
|
|
499
547
|
];
|
|
500
|
-
exports.
|
|
548
|
+
exports.ListOrganizationAdminAccountsResponse$ = ListOrganizationAdminAccountsResponse$;
|
|
549
|
+
const ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
501
550
|
0,
|
|
502
551
|
[_RA],
|
|
503
552
|
[[0, 1]], 1
|
|
504
553
|
];
|
|
505
|
-
exports.
|
|
554
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
555
|
+
const ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
506
556
|
0,
|
|
507
557
|
[_T],
|
|
508
558
|
[128 | 0]
|
|
509
559
|
];
|
|
510
|
-
exports.
|
|
560
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
561
|
+
const MemberDetail$ = [3, n0, _MDemb,
|
|
511
562
|
0,
|
|
512
563
|
[_AI, _EA, _GA, _MI, _AId, _St, _DR, _ITn, _UT, _VUIB, _VUUTo, _POGU, _POGUUT, _ITnv, _VUBDP, _DPISa],
|
|
513
564
|
[0, [() => EmailAddress, 0], 0, 0, 0, 0, 0, 5, 5, 1, 5, 1, 5, 0, () => VolumeUsageByDatasourcePackage, 128 | 0]
|
|
514
565
|
];
|
|
515
|
-
exports.
|
|
566
|
+
exports.MemberDetail$ = MemberDetail$;
|
|
567
|
+
const MembershipDatasources$ = [3, n0, _MDe,
|
|
516
568
|
0,
|
|
517
569
|
[_AI, _GA, _DPIH],
|
|
518
570
|
[0, 0, () => DatasourcePackageIngestHistory]
|
|
519
571
|
];
|
|
520
|
-
exports.
|
|
572
|
+
exports.MembershipDatasources$ = MembershipDatasources$;
|
|
573
|
+
const NewAsoDetail$ = [3, n0, _NAD,
|
|
521
574
|
0,
|
|
522
575
|
[_As, _INFEA],
|
|
523
576
|
[0, 2]
|
|
524
577
|
];
|
|
525
|
-
exports.
|
|
578
|
+
exports.NewAsoDetail$ = NewAsoDetail$;
|
|
579
|
+
const NewGeolocationDetail$ = [3, n0, _NGD,
|
|
526
580
|
0,
|
|
527
581
|
[_L, _IA, _INFEA],
|
|
528
582
|
[0, 0, 2]
|
|
529
583
|
];
|
|
530
|
-
exports.
|
|
584
|
+
exports.NewGeolocationDetail$ = NewGeolocationDetail$;
|
|
585
|
+
const NewUserAgentDetail$ = [3, n0, _NUAD,
|
|
531
586
|
0,
|
|
532
587
|
[_UAs, _INFEA],
|
|
533
588
|
[0, 2]
|
|
534
589
|
];
|
|
535
|
-
exports.
|
|
590
|
+
exports.NewUserAgentDetail$ = NewUserAgentDetail$;
|
|
591
|
+
const RejectInvitationRequest$ = [3, n0, _RIR,
|
|
536
592
|
0,
|
|
537
593
|
[_GA],
|
|
538
594
|
[0], 1
|
|
539
595
|
];
|
|
540
|
-
exports.
|
|
596
|
+
exports.RejectInvitationRequest$ = RejectInvitationRequest$;
|
|
597
|
+
const RelatedFindingDetail$ = [3, n0, _RFD,
|
|
541
598
|
0,
|
|
542
599
|
[_Ar, _Ty, _IA],
|
|
543
600
|
[0, 0, 0]
|
|
544
601
|
];
|
|
545
|
-
exports.
|
|
602
|
+
exports.RelatedFindingDetail$ = RelatedFindingDetail$;
|
|
603
|
+
const RelatedFindingGroupDetail$ = [3, n0, _RFGD,
|
|
546
604
|
0,
|
|
547
605
|
[_Id],
|
|
548
606
|
[0]
|
|
549
607
|
];
|
|
550
|
-
exports.
|
|
608
|
+
exports.RelatedFindingGroupDetail$ = RelatedFindingGroupDetail$;
|
|
609
|
+
const SortCriteria$ = [3, n0, _SC,
|
|
551
610
|
0,
|
|
552
611
|
[_F, _SO],
|
|
553
612
|
[0, 0]
|
|
554
613
|
];
|
|
555
|
-
exports.
|
|
614
|
+
exports.SortCriteria$ = SortCriteria$;
|
|
615
|
+
const StartInvestigationRequest$ = [3, n0, _SIR,
|
|
556
616
|
0,
|
|
557
617
|
[_GA, _EAn, _SST, _SET],
|
|
558
618
|
[0, 0, 5, 5], 4
|
|
559
619
|
];
|
|
560
|
-
exports.
|
|
620
|
+
exports.StartInvestigationRequest$ = StartInvestigationRequest$;
|
|
621
|
+
const StartInvestigationResponse$ = [3, n0, _SIRt,
|
|
561
622
|
0,
|
|
562
623
|
[_II],
|
|
563
624
|
[0]
|
|
564
625
|
];
|
|
565
|
-
exports.
|
|
626
|
+
exports.StartInvestigationResponse$ = StartInvestigationResponse$;
|
|
627
|
+
const StartMonitoringMemberRequest$ = [3, n0, _SMMR,
|
|
566
628
|
0,
|
|
567
629
|
[_GA, _AI],
|
|
568
630
|
[0, 0], 2
|
|
569
631
|
];
|
|
570
|
-
exports.
|
|
632
|
+
exports.StartMonitoringMemberRequest$ = StartMonitoringMemberRequest$;
|
|
633
|
+
const StringFilter$ = [3, n0, _SF,
|
|
571
634
|
0,
|
|
572
635
|
[_V],
|
|
573
636
|
[0], 1
|
|
574
637
|
];
|
|
575
|
-
exports.
|
|
638
|
+
exports.StringFilter$ = StringFilter$;
|
|
639
|
+
const TagResourceRequest$ = [3, n0, _TRR,
|
|
576
640
|
0,
|
|
577
641
|
[_RA, _T],
|
|
578
642
|
[[0, 1], 128 | 0], 2
|
|
579
643
|
];
|
|
580
|
-
exports.
|
|
644
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
645
|
+
const TagResourceResponse$ = [3, n0, _TRRa,
|
|
581
646
|
0,
|
|
582
647
|
[],
|
|
583
648
|
[]
|
|
584
649
|
];
|
|
585
|
-
exports.
|
|
650
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
651
|
+
const TimestampForCollection$ = [3, n0, _TFC,
|
|
586
652
|
0,
|
|
587
653
|
[_Ti],
|
|
588
654
|
[5]
|
|
589
655
|
];
|
|
590
|
-
exports.
|
|
656
|
+
exports.TimestampForCollection$ = TimestampForCollection$;
|
|
657
|
+
const TTPsObservedDetail$ = [3, n0, _TTPOD,
|
|
591
658
|
0,
|
|
592
659
|
[_Ta, _Te, _P, _IA, _APIN, _APISC, _APIFC],
|
|
593
660
|
[0, 0, 0, 0, 0, 1, 1]
|
|
594
661
|
];
|
|
595
|
-
exports.
|
|
662
|
+
exports.TTPsObservedDetail$ = TTPsObservedDetail$;
|
|
663
|
+
const UnprocessedAccount$ = [3, n0, _UAn,
|
|
596
664
|
0,
|
|
597
665
|
[_AI, _Re],
|
|
598
666
|
[0, 0]
|
|
599
667
|
];
|
|
600
|
-
exports.
|
|
668
|
+
exports.UnprocessedAccount$ = UnprocessedAccount$;
|
|
669
|
+
const UnprocessedGraph$ = [3, n0, _UGn,
|
|
601
670
|
0,
|
|
602
671
|
[_GA, _Re],
|
|
603
672
|
[0, 0]
|
|
604
673
|
];
|
|
605
|
-
exports.
|
|
674
|
+
exports.UnprocessedGraph$ = UnprocessedGraph$;
|
|
675
|
+
const UntagResourceRequest$ = [3, n0, _URR,
|
|
606
676
|
0,
|
|
607
677
|
[_RA, _TK],
|
|
608
678
|
[[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
|
|
609
679
|
];
|
|
610
|
-
exports.
|
|
680
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
681
|
+
const UntagResourceResponse$ = [3, n0, _URRn,
|
|
611
682
|
0,
|
|
612
683
|
[],
|
|
613
684
|
[]
|
|
614
685
|
];
|
|
615
|
-
exports.
|
|
686
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
687
|
+
const UpdateDatasourcePackagesRequest$ = [3, n0, _UDPR,
|
|
616
688
|
0,
|
|
617
689
|
[_GA, _DP],
|
|
618
690
|
[0, 64 | 0], 2
|
|
619
691
|
];
|
|
620
|
-
exports.
|
|
692
|
+
exports.UpdateDatasourcePackagesRequest$ = UpdateDatasourcePackagesRequest$;
|
|
693
|
+
const UpdateInvestigationStateRequest$ = [3, n0, _UISR,
|
|
621
694
|
0,
|
|
622
695
|
[_GA, _II, _Sta],
|
|
623
696
|
[0, 0, 0], 3
|
|
624
697
|
];
|
|
625
|
-
exports.
|
|
698
|
+
exports.UpdateInvestigationStateRequest$ = UpdateInvestigationStateRequest$;
|
|
699
|
+
const UpdateOrganizationConfigurationRequest$ = [3, n0, _UOCR,
|
|
626
700
|
0,
|
|
627
701
|
[_GA, _AE],
|
|
628
702
|
[0, 2], 1
|
|
629
703
|
];
|
|
704
|
+
exports.UpdateOrganizationConfigurationRequest$ = UpdateOrganizationConfigurationRequest$;
|
|
630
705
|
var __Unit = "unit";
|
|
631
706
|
var AccountIdExtendedList = 64 | 0;
|
|
632
707
|
var AccountIdList = 64 | 0;
|
|
633
708
|
var AccountList = [1, n0, _AL,
|
|
634
|
-
0, [() =>
|
|
709
|
+
0, [() => Account$,
|
|
635
710
|
0]
|
|
636
711
|
];
|
|
637
712
|
var AdministratorList = [1, n0, _ALd,
|
|
638
|
-
0, () =>
|
|
713
|
+
0, () => Administrator$
|
|
639
714
|
];
|
|
640
715
|
var DatasourcePackageList = 64 | 0;
|
|
641
716
|
var GraphArnList = 64 | 0;
|
|
642
717
|
var GraphList = [1, n0, _GL,
|
|
643
|
-
0, () =>
|
|
718
|
+
0, () => Graph$
|
|
644
719
|
];
|
|
645
720
|
var Indicators = [1, n0, _In,
|
|
646
|
-
0, () =>
|
|
721
|
+
0, () => Indicator$
|
|
647
722
|
];
|
|
648
723
|
var InvestigationDetails = [1, n0, _IDnv,
|
|
649
|
-
0, () =>
|
|
724
|
+
0, () => InvestigationDetail$
|
|
650
725
|
];
|
|
651
726
|
var MemberDetailList = [1, n0, _MDL,
|
|
652
|
-
0, [() =>
|
|
727
|
+
0, [() => MemberDetail$,
|
|
653
728
|
0]
|
|
654
729
|
];
|
|
655
730
|
var MembershipDatasourcesList = [1, n0, _MDLe,
|
|
656
|
-
0, () =>
|
|
731
|
+
0, () => MembershipDatasources$
|
|
657
732
|
];
|
|
658
733
|
var ResourceList = 64 | 0;
|
|
659
734
|
var TagKeyList = 64 | 0;
|
|
660
735
|
var UnprocessedAccountList = [1, n0, _UAL,
|
|
661
|
-
0, () =>
|
|
736
|
+
0, () => UnprocessedAccount$
|
|
662
737
|
];
|
|
663
738
|
var UnprocessedGraphList = [1, n0, _UGL,
|
|
664
|
-
0, () =>
|
|
739
|
+
0, () => UnprocessedGraph$
|
|
665
740
|
];
|
|
666
741
|
var DatasourcePackageIngestDetails = [2, n0, _DPIDa,
|
|
667
|
-
0, 0, () =>
|
|
742
|
+
0, 0, () => DatasourcePackageIngestDetail$
|
|
668
743
|
];
|
|
669
744
|
var DatasourcePackageIngestHistory = [2, n0, _DPIH,
|
|
670
745
|
0, 0, () => LastIngestStateChangeDates
|
|
671
746
|
];
|
|
672
747
|
var DatasourcePackageIngestStates = 128 | 0;
|
|
673
748
|
var LastIngestStateChangeDates = [2, n0, _LISCD,
|
|
674
|
-
0, 0, () =>
|
|
749
|
+
0, 0, () => TimestampForCollection$
|
|
675
750
|
];
|
|
676
751
|
var TagMap = 128 | 0;
|
|
677
752
|
var VolumeUsageByDatasourcePackage = [2, n0, _VUBDP,
|
|
678
|
-
0, 0, () =>
|
|
753
|
+
0, 0, () => DatasourcePackageUsageInfo$
|
|
679
754
|
];
|
|
680
755
|
exports.AcceptInvitation$ = [9, n0, _AIcc,
|
|
681
|
-
{ [_h]: ["PUT", "/invitation", 200] }, () =>
|
|
756
|
+
{ [_h]: ["PUT", "/invitation", 200] }, () => AcceptInvitationRequest$, () => __Unit
|
|
682
757
|
];
|
|
683
758
|
exports.BatchGetGraphMemberDatasources$ = [9, n0, _BGGMD,
|
|
684
|
-
{ [_h]: ["POST", "/graph/datasources/get", 200] }, () =>
|
|
759
|
+
{ [_h]: ["POST", "/graph/datasources/get", 200] }, () => BatchGetGraphMemberDatasourcesRequest$, () => BatchGetGraphMemberDatasourcesResponse$
|
|
685
760
|
];
|
|
686
761
|
exports.BatchGetMembershipDatasources$ = [9, n0, _BGMD,
|
|
687
|
-
{ [_h]: ["POST", "/membership/datasources/get", 200] }, () =>
|
|
762
|
+
{ [_h]: ["POST", "/membership/datasources/get", 200] }, () => BatchGetMembershipDatasourcesRequest$, () => BatchGetMembershipDatasourcesResponse$
|
|
688
763
|
];
|
|
689
764
|
exports.CreateGraph$ = [9, n0, _CG,
|
|
690
|
-
{ [_h]: ["POST", "/graph", 200] }, () =>
|
|
765
|
+
{ [_h]: ["POST", "/graph", 200] }, () => CreateGraphRequest$, () => CreateGraphResponse$
|
|
691
766
|
];
|
|
692
767
|
exports.CreateMembers$ = [9, n0, _CM,
|
|
693
|
-
{ [_h]: ["POST", "/graph/members", 200] }, () =>
|
|
768
|
+
{ [_h]: ["POST", "/graph/members", 200] }, () => CreateMembersRequest$, () => CreateMembersResponse$
|
|
694
769
|
];
|
|
695
770
|
exports.DeleteGraph$ = [9, n0, _DG,
|
|
696
|
-
{ [_h]: ["POST", "/graph/removal", 200] }, () =>
|
|
771
|
+
{ [_h]: ["POST", "/graph/removal", 200] }, () => DeleteGraphRequest$, () => __Unit
|
|
697
772
|
];
|
|
698
773
|
exports.DeleteMembers$ = [9, n0, _DM,
|
|
699
|
-
{ [_h]: ["POST", "/graph/members/removal", 200] }, () =>
|
|
774
|
+
{ [_h]: ["POST", "/graph/members/removal", 200] }, () => DeleteMembersRequest$, () => DeleteMembersResponse$
|
|
700
775
|
];
|
|
701
776
|
exports.DescribeOrganizationConfiguration$ = [9, n0, _DOC,
|
|
702
|
-
{ [_h]: ["POST", "/orgs/describeOrganizationConfiguration", 200] }, () =>
|
|
777
|
+
{ [_h]: ["POST", "/orgs/describeOrganizationConfiguration", 200] }, () => DescribeOrganizationConfigurationRequest$, () => DescribeOrganizationConfigurationResponse$
|
|
703
778
|
];
|
|
704
779
|
exports.DisableOrganizationAdminAccount$ = [9, n0, _DOAA,
|
|
705
780
|
{ [_h]: ["POST", "/orgs/disableAdminAccount", 200] }, () => __Unit, () => __Unit
|
|
706
781
|
];
|
|
707
782
|
exports.DisassociateMembership$ = [9, n0, _DMi,
|
|
708
|
-
{ [_h]: ["POST", "/membership/removal", 200] }, () =>
|
|
783
|
+
{ [_h]: ["POST", "/membership/removal", 200] }, () => DisassociateMembershipRequest$, () => __Unit
|
|
709
784
|
];
|
|
710
785
|
exports.EnableOrganizationAdminAccount$ = [9, n0, _EOAA,
|
|
711
|
-
{ [_h]: ["POST", "/orgs/enableAdminAccount", 200] }, () =>
|
|
786
|
+
{ [_h]: ["POST", "/orgs/enableAdminAccount", 200] }, () => EnableOrganizationAdminAccountRequest$, () => __Unit
|
|
712
787
|
];
|
|
713
788
|
exports.GetInvestigation$ = [9, n0, _GI,
|
|
714
|
-
{ [_h]: ["POST", "/investigations/getInvestigation", 200] }, () =>
|
|
789
|
+
{ [_h]: ["POST", "/investigations/getInvestigation", 200] }, () => GetInvestigationRequest$, () => GetInvestigationResponse$
|
|
715
790
|
];
|
|
716
791
|
exports.GetMembers$ = [9, n0, _GM,
|
|
717
|
-
{ [_h]: ["POST", "/graph/members/get", 200] }, () =>
|
|
792
|
+
{ [_h]: ["POST", "/graph/members/get", 200] }, () => GetMembersRequest$, () => GetMembersResponse$
|
|
718
793
|
];
|
|
719
794
|
exports.ListDatasourcePackages$ = [9, n0, _LDP,
|
|
720
|
-
{ [_h]: ["POST", "/graph/datasources/list", 200] }, () =>
|
|
795
|
+
{ [_h]: ["POST", "/graph/datasources/list", 200] }, () => ListDatasourcePackagesRequest$, () => ListDatasourcePackagesResponse$
|
|
721
796
|
];
|
|
722
797
|
exports.ListGraphs$ = [9, n0, _LG,
|
|
723
|
-
{ [_h]: ["POST", "/graphs/list", 200] }, () =>
|
|
798
|
+
{ [_h]: ["POST", "/graphs/list", 200] }, () => ListGraphsRequest$, () => ListGraphsResponse$
|
|
724
799
|
];
|
|
725
800
|
exports.ListIndicators$ = [9, n0, _LI,
|
|
726
|
-
{ [_h]: ["POST", "/investigations/listIndicators", 200] }, () =>
|
|
801
|
+
{ [_h]: ["POST", "/investigations/listIndicators", 200] }, () => ListIndicatorsRequest$, () => ListIndicatorsResponse$
|
|
727
802
|
];
|
|
728
803
|
exports.ListInvestigations$ = [9, n0, _LIi,
|
|
729
|
-
{ [_h]: ["POST", "/investigations/listInvestigations", 200] }, () =>
|
|
804
|
+
{ [_h]: ["POST", "/investigations/listInvestigations", 200] }, () => ListInvestigationsRequest$, () => ListInvestigationsResponse$
|
|
730
805
|
];
|
|
731
806
|
exports.ListInvitations$ = [9, n0, _LIis,
|
|
732
|
-
{ [_h]: ["POST", "/invitations/list", 200] }, () =>
|
|
807
|
+
{ [_h]: ["POST", "/invitations/list", 200] }, () => ListInvitationsRequest$, () => ListInvitationsResponse$
|
|
733
808
|
];
|
|
734
809
|
exports.ListMembers$ = [9, n0, _LM,
|
|
735
|
-
{ [_h]: ["POST", "/graph/members/list", 200] }, () =>
|
|
810
|
+
{ [_h]: ["POST", "/graph/members/list", 200] }, () => ListMembersRequest$, () => ListMembersResponse$
|
|
736
811
|
];
|
|
737
812
|
exports.ListOrganizationAdminAccounts$ = [9, n0, _LOAA,
|
|
738
|
-
{ [_h]: ["POST", "/orgs/adminAccountslist", 200] }, () =>
|
|
813
|
+
{ [_h]: ["POST", "/orgs/adminAccountslist", 200] }, () => ListOrganizationAdminAccountsRequest$, () => ListOrganizationAdminAccountsResponse$
|
|
739
814
|
];
|
|
740
815
|
exports.ListTagsForResource$ = [9, n0, _LTFR,
|
|
741
|
-
{ [_h]: ["GET", "/tags/{ResourceArn}", 200] }, () =>
|
|
816
|
+
{ [_h]: ["GET", "/tags/{ResourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
742
817
|
];
|
|
743
818
|
exports.RejectInvitation$ = [9, n0, _RI,
|
|
744
|
-
{ [_h]: ["POST", "/invitation/removal", 200] }, () =>
|
|
819
|
+
{ [_h]: ["POST", "/invitation/removal", 200] }, () => RejectInvitationRequest$, () => __Unit
|
|
745
820
|
];
|
|
746
821
|
exports.StartInvestigation$ = [9, n0, _SIt,
|
|
747
|
-
{ [_h]: ["POST", "/investigations/startInvestigation", 200] }, () =>
|
|
822
|
+
{ [_h]: ["POST", "/investigations/startInvestigation", 200] }, () => StartInvestigationRequest$, () => StartInvestigationResponse$
|
|
748
823
|
];
|
|
749
824
|
exports.StartMonitoringMember$ = [9, n0, _SMM,
|
|
750
|
-
{ [_h]: ["POST", "/graph/member/monitoringstate", 200] }, () =>
|
|
825
|
+
{ [_h]: ["POST", "/graph/member/monitoringstate", 200] }, () => StartMonitoringMemberRequest$, () => __Unit
|
|
751
826
|
];
|
|
752
827
|
exports.TagResource$ = [9, n0, _TR,
|
|
753
|
-
{ [_h]: ["POST", "/tags/{ResourceArn}", 204] }, () =>
|
|
828
|
+
{ [_h]: ["POST", "/tags/{ResourceArn}", 204] }, () => TagResourceRequest$, () => TagResourceResponse$
|
|
754
829
|
];
|
|
755
830
|
exports.UntagResource$ = [9, n0, _UR,
|
|
756
|
-
{ [_h]: ["DELETE", "/tags/{ResourceArn}", 204] }, () =>
|
|
831
|
+
{ [_h]: ["DELETE", "/tags/{ResourceArn}", 204] }, () => UntagResourceRequest$, () => UntagResourceResponse$
|
|
757
832
|
];
|
|
758
833
|
exports.UpdateDatasourcePackages$ = [9, n0, _UDP,
|
|
759
|
-
{ [_h]: ["POST", "/graph/datasources/update", 200] }, () =>
|
|
834
|
+
{ [_h]: ["POST", "/graph/datasources/update", 200] }, () => UpdateDatasourcePackagesRequest$, () => __Unit
|
|
760
835
|
];
|
|
761
836
|
exports.UpdateInvestigationState$ = [9, n0, _UIS,
|
|
762
|
-
{ [_h]: ["POST", "/investigations/updateInvestigationState", 200] }, () =>
|
|
837
|
+
{ [_h]: ["POST", "/investigations/updateInvestigationState", 200] }, () => UpdateInvestigationStateRequest$, () => __Unit
|
|
763
838
|
];
|
|
764
839
|
exports.UpdateOrganizationConfiguration$ = [9, n0, _UOC,
|
|
765
|
-
{ [_h]: ["POST", "/orgs/updateOrganizationConfiguration", 200] }, () =>
|
|
840
|
+
{ [_h]: ["POST", "/orgs/updateOrganizationConfiguration", 200] }, () => UpdateOrganizationConfigurationRequest$, () => __Unit
|
|
766
841
|
];
|