@aws-sdk/client-detective 3.948.0 → 3.953.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 +362 -239
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/AcceptInvitationCommand.js +2 -2
- package/dist-es/commands/BatchGetGraphMemberDatasourcesCommand.js +2 -2
- package/dist-es/commands/BatchGetMembershipDatasourcesCommand.js +2 -2
- package/dist-es/commands/CreateGraphCommand.js +2 -2
- package/dist-es/commands/CreateMembersCommand.js +2 -2
- package/dist-es/commands/DeleteGraphCommand.js +2 -2
- package/dist-es/commands/DeleteMembersCommand.js +2 -2
- package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +2 -2
- package/dist-es/commands/DisableOrganizationAdminAccountCommand.js +2 -2
- package/dist-es/commands/DisassociateMembershipCommand.js +2 -2
- package/dist-es/commands/EnableOrganizationAdminAccountCommand.js +2 -2
- package/dist-es/commands/GetInvestigationCommand.js +2 -2
- package/dist-es/commands/GetMembersCommand.js +2 -2
- package/dist-es/commands/ListDatasourcePackagesCommand.js +2 -2
- package/dist-es/commands/ListGraphsCommand.js +2 -2
- package/dist-es/commands/ListIndicatorsCommand.js +2 -2
- package/dist-es/commands/ListInvestigationsCommand.js +2 -2
- package/dist-es/commands/ListInvitationsCommand.js +2 -2
- package/dist-es/commands/ListMembersCommand.js +2 -2
- package/dist-es/commands/ListOrganizationAdminAccountsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/RejectInvitationCommand.js +2 -2
- package/dist-es/commands/StartInvestigationCommand.js +2 -2
- package/dist-es/commands/StartMonitoringMemberCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateDatasourcePackagesCommand.js +2 -2
- package/dist-es/commands/UpdateInvestigationStateCommand.js +2 -2
- package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +214 -200
- package/dist-types/DetectiveClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +110 -134
- package/dist-types/ts3.4/DetectiveClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +109 -136
- package/package.json +34 -34
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class DetectiveClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class DetectiveServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, DetectiveServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class AccessDeniedException extends DetectiveServiceException {
|
|
121
121
|
name = "AccessDeniedException";
|
|
122
122
|
$fault = "client";
|
|
123
123
|
Message;
|
|
@@ -138,8 +138,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends DetectiveServi
|
|
|
138
138
|
this.SubErrorCode = opts.SubErrorCode;
|
|
139
139
|
this.SubErrorCodeReason = opts.SubErrorCodeReason;
|
|
140
140
|
}
|
|
141
|
-
}
|
|
142
|
-
|
|
141
|
+
}
|
|
142
|
+
class ConflictException extends DetectiveServiceException {
|
|
143
143
|
name = "ConflictException";
|
|
144
144
|
$fault = "client";
|
|
145
145
|
Message;
|
|
@@ -152,8 +152,8 @@ let ConflictException$1 = class ConflictException extends DetectiveServiceExcept
|
|
|
152
152
|
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
153
153
|
this.Message = opts.Message;
|
|
154
154
|
}
|
|
155
|
-
}
|
|
156
|
-
|
|
155
|
+
}
|
|
156
|
+
class InternalServerException extends DetectiveServiceException {
|
|
157
157
|
name = "InternalServerException";
|
|
158
158
|
$fault = "server";
|
|
159
159
|
Message;
|
|
@@ -166,8 +166,8 @@ let InternalServerException$1 = class InternalServerException extends DetectiveS
|
|
|
166
166
|
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
167
167
|
this.Message = opts.Message;
|
|
168
168
|
}
|
|
169
|
-
}
|
|
170
|
-
|
|
169
|
+
}
|
|
170
|
+
class ResourceNotFoundException extends DetectiveServiceException {
|
|
171
171
|
name = "ResourceNotFoundException";
|
|
172
172
|
$fault = "client";
|
|
173
173
|
Message;
|
|
@@ -180,8 +180,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Detect
|
|
|
180
180
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
181
181
|
this.Message = opts.Message;
|
|
182
182
|
}
|
|
183
|
-
}
|
|
184
|
-
|
|
183
|
+
}
|
|
184
|
+
class ValidationException extends DetectiveServiceException {
|
|
185
185
|
name = "ValidationException";
|
|
186
186
|
$fault = "client";
|
|
187
187
|
Message;
|
|
@@ -198,8 +198,8 @@ let ValidationException$1 = class ValidationException extends DetectiveServiceEx
|
|
|
198
198
|
this.ErrorCode = opts.ErrorCode;
|
|
199
199
|
this.ErrorCodeReason = opts.ErrorCodeReason;
|
|
200
200
|
}
|
|
201
|
-
}
|
|
202
|
-
|
|
201
|
+
}
|
|
202
|
+
class ServiceQuotaExceededException extends DetectiveServiceException {
|
|
203
203
|
name = "ServiceQuotaExceededException";
|
|
204
204
|
$fault = "client";
|
|
205
205
|
Message;
|
|
@@ -214,8 +214,8 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
|
|
|
214
214
|
this.Message = opts.Message;
|
|
215
215
|
this.Resources = opts.Resources;
|
|
216
216
|
}
|
|
217
|
-
}
|
|
218
|
-
|
|
217
|
+
}
|
|
218
|
+
class TooManyRequestsException extends DetectiveServiceException {
|
|
219
219
|
name = "TooManyRequestsException";
|
|
220
220
|
$fault = "client";
|
|
221
221
|
Message;
|
|
@@ -228,7 +228,7 @@ let TooManyRequestsException$1 = class TooManyRequestsException extends Detectiv
|
|
|
228
228
|
Object.setPrototypeOf(this, TooManyRequestsException.prototype);
|
|
229
229
|
this.Message = opts.Message;
|
|
230
230
|
}
|
|
231
|
-
}
|
|
231
|
+
}
|
|
232
232
|
|
|
233
233
|
const _A = "Account";
|
|
234
234
|
const _ADE = "AccessDeniedException";
|
|
@@ -441,8 +441,8 @@ const _tK = "tagKeys";
|
|
|
441
441
|
const n0 = "com.amazonaws.detective";
|
|
442
442
|
var EmailAddress = [0, n0, _EA, 8, 0];
|
|
443
443
|
var EmailMessage = [0, n0, _EM, 8, 0];
|
|
444
|
-
var AcceptInvitationRequest = [3, n0, _AIR, 0, [_GA], [0]];
|
|
445
|
-
var AccessDeniedException = [
|
|
444
|
+
var AcceptInvitationRequest$ = [3, n0, _AIR, 0, [_GA], [0]];
|
|
445
|
+
var AccessDeniedException$ = [
|
|
446
446
|
-3,
|
|
447
447
|
n0,
|
|
448
448
|
_ADE,
|
|
@@ -450,11 +450,18 @@ var AccessDeniedException = [
|
|
|
450
450
|
[_M, _EC, _ECR, _SEC, _SECR],
|
|
451
451
|
[0, 0, 0, 0, 0],
|
|
452
452
|
];
|
|
453
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
454
|
-
var Account = [3, n0, _A, 0, [_AI, _EA], [0, [() => EmailAddress, 0]]];
|
|
455
|
-
var Administrator = [3, n0, _Ad, 0, [_AI, _GA, _DT], [0, 0, 5]];
|
|
456
|
-
var BatchGetGraphMemberDatasourcesRequest = [
|
|
457
|
-
|
|
453
|
+
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
454
|
+
var Account$ = [3, n0, _A, 0, [_AI, _EA], [0, [() => EmailAddress, 0]]];
|
|
455
|
+
var Administrator$ = [3, n0, _Ad, 0, [_AI, _GA, _DT], [0, 0, 5]];
|
|
456
|
+
var BatchGetGraphMemberDatasourcesRequest$ = [
|
|
457
|
+
3,
|
|
458
|
+
n0,
|
|
459
|
+
_BGGMDR,
|
|
460
|
+
0,
|
|
461
|
+
[_GA, _AIc],
|
|
462
|
+
[0, 64 | 0],
|
|
463
|
+
];
|
|
464
|
+
var BatchGetGraphMemberDatasourcesResponse$ = [
|
|
458
465
|
3,
|
|
459
466
|
n0,
|
|
460
467
|
_BGGMDRa,
|
|
@@ -462,8 +469,8 @@ var BatchGetGraphMemberDatasourcesResponse = [
|
|
|
462
469
|
[_MD, _UA],
|
|
463
470
|
[() => MembershipDatasourcesList, () => UnprocessedAccountList],
|
|
464
471
|
];
|
|
465
|
-
var BatchGetMembershipDatasourcesRequest = [3, n0, _BGMDR, 0, [_GAr], [64 | 0]];
|
|
466
|
-
var BatchGetMembershipDatasourcesResponse = [
|
|
472
|
+
var BatchGetMembershipDatasourcesRequest$ = [3, n0, _BGMDR, 0, [_GAr], [64 | 0]];
|
|
473
|
+
var BatchGetMembershipDatasourcesResponse$ = [
|
|
467
474
|
3,
|
|
468
475
|
n0,
|
|
469
476
|
_BGMDRa,
|
|
@@ -471,11 +478,11 @@ var BatchGetMembershipDatasourcesResponse = [
|
|
|
471
478
|
[_MDe, _UG],
|
|
472
479
|
[() => MembershipDatasourcesList, () => UnprocessedGraphList],
|
|
473
480
|
];
|
|
474
|
-
var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
475
|
-
schema.TypeRegistry.for(n0).registerError(ConflictException
|
|
476
|
-
var CreateGraphRequest = [3, n0, _CGR, 0, [_T], [128 | 0]];
|
|
477
|
-
var CreateGraphResponse = [3, n0, _CGRr, 0, [_GA], [0]];
|
|
478
|
-
var CreateMembersRequest = [
|
|
481
|
+
var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
482
|
+
schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
483
|
+
var CreateGraphRequest$ = [3, n0, _CGR, 0, [_T], [128 | 0]];
|
|
484
|
+
var CreateGraphResponse$ = [3, n0, _CGRr, 0, [_GA], [0]];
|
|
485
|
+
var CreateMembersRequest$ = [
|
|
479
486
|
3,
|
|
480
487
|
n0,
|
|
481
488
|
_CMR,
|
|
@@ -483,7 +490,7 @@ var CreateMembersRequest = [
|
|
|
483
490
|
[_GA, _M, _DEN, _Ac],
|
|
484
491
|
[0, [() => EmailMessage, 0], 2, [() => AccountList, 0]],
|
|
485
492
|
];
|
|
486
|
-
var CreateMembersResponse = [
|
|
493
|
+
var CreateMembersResponse$ = [
|
|
487
494
|
3,
|
|
488
495
|
n0,
|
|
489
496
|
_CMRr,
|
|
@@ -491,7 +498,7 @@ var CreateMembersResponse = [
|
|
|
491
498
|
[_Me, _UA],
|
|
492
499
|
[[() => MemberDetailList, 0], () => UnprocessedAccountList],
|
|
493
500
|
];
|
|
494
|
-
var DatasourcePackageIngestDetail = [
|
|
501
|
+
var DatasourcePackageIngestDetail$ = [
|
|
495
502
|
3,
|
|
496
503
|
n0,
|
|
497
504
|
_DPID,
|
|
@@ -499,11 +506,11 @@ var DatasourcePackageIngestDetail = [
|
|
|
499
506
|
[_DPIS, _LISC],
|
|
500
507
|
[0, () => LastIngestStateChangeDates],
|
|
501
508
|
];
|
|
502
|
-
var DatasourcePackageUsageInfo = [3, n0, _DPUI, 0, [_VUIB, _VUUT], [1, 5]];
|
|
503
|
-
var DateFilter = [3, n0, _DF, 0, [_SI, _EI], [5, 5]];
|
|
504
|
-
var DeleteGraphRequest = [3, n0, _DGR, 0, [_GA], [0]];
|
|
505
|
-
var DeleteMembersRequest = [3, n0, _DMR, 0, [_GA, _AIc], [0, 64 | 0]];
|
|
506
|
-
var DeleteMembersResponse = [
|
|
509
|
+
var DatasourcePackageUsageInfo$ = [3, n0, _DPUI, 0, [_VUIB, _VUUT], [1, 5]];
|
|
510
|
+
var DateFilter$ = [3, n0, _DF, 0, [_SI, _EI], [5, 5]];
|
|
511
|
+
var DeleteGraphRequest$ = [3, n0, _DGR, 0, [_GA], [0]];
|
|
512
|
+
var DeleteMembersRequest$ = [3, n0, _DMR, 0, [_GA, _AIc], [0, 64 | 0]];
|
|
513
|
+
var DeleteMembersResponse$ = [
|
|
507
514
|
3,
|
|
508
515
|
n0,
|
|
509
516
|
_DMRe,
|
|
@@ -511,21 +518,21 @@ var DeleteMembersResponse = [
|
|
|
511
518
|
[_AIc, _UA],
|
|
512
519
|
[64 | 0, () => UnprocessedAccountList],
|
|
513
520
|
];
|
|
514
|
-
var DescribeOrganizationConfigurationRequest = [3, n0, _DOCR, 0, [_GA], [0]];
|
|
515
|
-
var DescribeOrganizationConfigurationResponse = [3, n0, _DOCRe, 0, [_AE], [2]];
|
|
516
|
-
var DisassociateMembershipRequest = [3, n0, _DMRi, 0, [_GA], [0]];
|
|
517
|
-
var EnableOrganizationAdminAccountRequest = [3, n0, _EOAAR, 0, [_AI], [0]];
|
|
518
|
-
var FilterCriteria = [
|
|
521
|
+
var DescribeOrganizationConfigurationRequest$ = [3, n0, _DOCR, 0, [_GA], [0]];
|
|
522
|
+
var DescribeOrganizationConfigurationResponse$ = [3, n0, _DOCRe, 0, [_AE], [2]];
|
|
523
|
+
var DisassociateMembershipRequest$ = [3, n0, _DMRi, 0, [_GA], [0]];
|
|
524
|
+
var EnableOrganizationAdminAccountRequest$ = [3, n0, _EOAAR, 0, [_AI], [0]];
|
|
525
|
+
var FilterCriteria$ = [
|
|
519
526
|
3,
|
|
520
527
|
n0,
|
|
521
528
|
_FC,
|
|
522
529
|
0,
|
|
523
530
|
[_S, _St, _Sta, _EAn, _CT],
|
|
524
|
-
[() => StringFilter
|
|
531
|
+
[() => StringFilter$, () => StringFilter$, () => StringFilter$, () => StringFilter$, () => DateFilter$],
|
|
525
532
|
];
|
|
526
|
-
var FlaggedIpAddressDetail = [3, n0, _FIAD, 0, [_IA, _R], [0, 0]];
|
|
527
|
-
var GetInvestigationRequest = [3, n0, _GIR, 0, [_GA, _II], [0, 0]];
|
|
528
|
-
var GetInvestigationResponse = [
|
|
533
|
+
var FlaggedIpAddressDetail$ = [3, n0, _FIAD, 0, [_IA, _R], [0, 0]];
|
|
534
|
+
var GetInvestigationRequest$ = [3, n0, _GIR, 0, [_GA, _II], [0, 0]];
|
|
535
|
+
var GetInvestigationResponse$ = [
|
|
529
536
|
3,
|
|
530
537
|
n0,
|
|
531
538
|
_GIRe,
|
|
@@ -533,8 +540,8 @@ var GetInvestigationResponse = [
|
|
|
533
540
|
[_GA, _II, _EAn, _ET, _CT, _SST, _SET, _St, _S, _Sta],
|
|
534
541
|
[0, 0, 0, 0, 5, 5, 5, 0, 0, 0],
|
|
535
542
|
];
|
|
536
|
-
var GetMembersRequest = [3, n0, _GMR, 0, [_GA, _AIc], [0, 64 | 0]];
|
|
537
|
-
var GetMembersResponse = [
|
|
543
|
+
var GetMembersRequest$ = [3, n0, _GMR, 0, [_GA, _AIc], [0, 64 | 0]];
|
|
544
|
+
var GetMembersResponse$ = [
|
|
538
545
|
3,
|
|
539
546
|
n0,
|
|
540
547
|
_GMRe,
|
|
@@ -542,8 +549,8 @@ var GetMembersResponse = [
|
|
|
542
549
|
[_MDem, _UA],
|
|
543
550
|
[[() => MemberDetailList, 0], () => UnprocessedAccountList],
|
|
544
551
|
];
|
|
545
|
-
var Graph = [3, n0, _G, 0, [_Ar, _CT], [0, 5]];
|
|
546
|
-
var ImpossibleTravelDetail = [
|
|
552
|
+
var Graph$ = [3, n0, _G, 0, [_Ar, _CT], [0, 5]];
|
|
553
|
+
var ImpossibleTravelDetail$ = [
|
|
547
554
|
3,
|
|
548
555
|
n0,
|
|
549
556
|
_ITD,
|
|
@@ -551,27 +558,27 @@ var ImpossibleTravelDetail = [
|
|
|
551
558
|
[_SIA, _EIA, _SL, _EL, _HTD],
|
|
552
559
|
[0, 0, 0, 0, 1],
|
|
553
560
|
];
|
|
554
|
-
var Indicator = [3, n0, _I, 0, [_IT, _ID], [0, () => IndicatorDetail]];
|
|
555
|
-
var IndicatorDetail = [
|
|
561
|
+
var Indicator$ = [3, n0, _I, 0, [_IT, _ID], [0, () => IndicatorDetail$]];
|
|
562
|
+
var IndicatorDetail$ = [
|
|
556
563
|
3,
|
|
557
564
|
n0,
|
|
558
565
|
_ID,
|
|
559
566
|
0,
|
|
560
567
|
[_TTPOD, _ITD, _FIAD, _NGD, _NAD, _NUAD, _RFD, _RFGD],
|
|
561
568
|
[
|
|
562
|
-
() => TTPsObservedDetail
|
|
563
|
-
() => ImpossibleTravelDetail
|
|
564
|
-
() => FlaggedIpAddressDetail
|
|
565
|
-
() => NewGeolocationDetail
|
|
566
|
-
() => NewAsoDetail
|
|
567
|
-
() => NewUserAgentDetail
|
|
568
|
-
() => RelatedFindingDetail
|
|
569
|
-
() => RelatedFindingGroupDetail
|
|
569
|
+
() => TTPsObservedDetail$,
|
|
570
|
+
() => ImpossibleTravelDetail$,
|
|
571
|
+
() => FlaggedIpAddressDetail$,
|
|
572
|
+
() => NewGeolocationDetail$,
|
|
573
|
+
() => NewAsoDetail$,
|
|
574
|
+
() => NewUserAgentDetail$,
|
|
575
|
+
() => RelatedFindingDetail$,
|
|
576
|
+
() => RelatedFindingGroupDetail$,
|
|
570
577
|
],
|
|
571
578
|
];
|
|
572
|
-
var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
573
|
-
schema.TypeRegistry.for(n0).registerError(InternalServerException
|
|
574
|
-
var InvestigationDetail = [
|
|
579
|
+
var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
580
|
+
schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
581
|
+
var InvestigationDetail$ = [
|
|
575
582
|
3,
|
|
576
583
|
n0,
|
|
577
584
|
_IDn,
|
|
@@ -579,8 +586,8 @@ var InvestigationDetail = [
|
|
|
579
586
|
[_II, _S, _St, _Sta, _CT, _EAn, _ET],
|
|
580
587
|
[0, 0, 0, 0, 5, 0, 0],
|
|
581
588
|
];
|
|
582
|
-
var ListDatasourcePackagesRequest = [3, n0, _LDPR, 0, [_GA, _NT, _MR], [0, 0, 1]];
|
|
583
|
-
var ListDatasourcePackagesResponse = [
|
|
589
|
+
var ListDatasourcePackagesRequest$ = [3, n0, _LDPR, 0, [_GA, _NT, _MR], [0, 0, 1]];
|
|
590
|
+
var ListDatasourcePackagesResponse$ = [
|
|
584
591
|
3,
|
|
585
592
|
n0,
|
|
586
593
|
_LDPRi,
|
|
@@ -588,10 +595,10 @@ var ListDatasourcePackagesResponse = [
|
|
|
588
595
|
[_DP, _NT],
|
|
589
596
|
[() => DatasourcePackageIngestDetails, 0],
|
|
590
597
|
];
|
|
591
|
-
var ListGraphsRequest = [3, n0, _LGR, 0, [_NT, _MR], [0, 1]];
|
|
592
|
-
var ListGraphsResponse = [3, n0, _LGRi, 0, [_GL, _NT], [() => GraphList, 0]];
|
|
593
|
-
var ListIndicatorsRequest = [3, n0, _LIR, 0, [_GA, _II, _IT, _NT, _MR], [0, 0, 0, 0, 1]];
|
|
594
|
-
var ListIndicatorsResponse = [
|
|
598
|
+
var ListGraphsRequest$ = [3, n0, _LGR, 0, [_NT, _MR], [0, 1]];
|
|
599
|
+
var ListGraphsResponse$ = [3, n0, _LGRi, 0, [_GL, _NT], [() => GraphList, 0]];
|
|
600
|
+
var ListIndicatorsRequest$ = [3, n0, _LIR, 0, [_GA, _II, _IT, _NT, _MR], [0, 0, 0, 0, 1]];
|
|
601
|
+
var ListIndicatorsResponse$ = [
|
|
595
602
|
3,
|
|
596
603
|
n0,
|
|
597
604
|
_LIRi,
|
|
@@ -599,15 +606,15 @@ var ListIndicatorsResponse = [
|
|
|
599
606
|
[_GA, _II, _NT, _In],
|
|
600
607
|
[0, 0, 0, () => Indicators],
|
|
601
608
|
];
|
|
602
|
-
var ListInvestigationsRequest = [
|
|
609
|
+
var ListInvestigationsRequest$ = [
|
|
603
610
|
3,
|
|
604
611
|
n0,
|
|
605
612
|
_LIRis,
|
|
606
613
|
0,
|
|
607
614
|
[_GA, _NT, _MR, _FC, _SC],
|
|
608
|
-
[0, 0, 1, () => FilterCriteria
|
|
615
|
+
[0, 0, 1, () => FilterCriteria$, () => SortCriteria$],
|
|
609
616
|
];
|
|
610
|
-
var ListInvestigationsResponse = [
|
|
617
|
+
var ListInvestigationsResponse$ = [
|
|
611
618
|
3,
|
|
612
619
|
n0,
|
|
613
620
|
_LIRist,
|
|
@@ -615,8 +622,8 @@ var ListInvestigationsResponse = [
|
|
|
615
622
|
[_IDnv, _NT],
|
|
616
623
|
[() => InvestigationDetails, 0],
|
|
617
624
|
];
|
|
618
|
-
var ListInvitationsRequest = [3, n0, _LIRistn, 0, [_NT, _MR], [0, 1]];
|
|
619
|
-
var ListInvitationsResponse = [
|
|
625
|
+
var ListInvitationsRequest$ = [3, n0, _LIRistn, 0, [_NT, _MR], [0, 1]];
|
|
626
|
+
var ListInvitationsResponse$ = [
|
|
620
627
|
3,
|
|
621
628
|
n0,
|
|
622
629
|
_LIRistnv,
|
|
@@ -624,8 +631,8 @@ var ListInvitationsResponse = [
|
|
|
624
631
|
[_Inv, _NT],
|
|
625
632
|
[[() => MemberDetailList, 0], 0],
|
|
626
633
|
];
|
|
627
|
-
var ListMembersRequest = [3, n0, _LMR, 0, [_GA, _NT, _MR], [0, 0, 1]];
|
|
628
|
-
var ListMembersResponse = [
|
|
634
|
+
var ListMembersRequest$ = [3, n0, _LMR, 0, [_GA, _NT, _MR], [0, 0, 1]];
|
|
635
|
+
var ListMembersResponse$ = [
|
|
629
636
|
3,
|
|
630
637
|
n0,
|
|
631
638
|
_LMRi,
|
|
@@ -633,8 +640,8 @@ var ListMembersResponse = [
|
|
|
633
640
|
[_MDem, _NT],
|
|
634
641
|
[[() => MemberDetailList, 0], 0],
|
|
635
642
|
];
|
|
636
|
-
var ListOrganizationAdminAccountsRequest = [3, n0, _LOAAR, 0, [_NT, _MR], [0, 1]];
|
|
637
|
-
var ListOrganizationAdminAccountsResponse = [
|
|
643
|
+
var ListOrganizationAdminAccountsRequest$ = [3, n0, _LOAAR, 0, [_NT, _MR], [0, 1]];
|
|
644
|
+
var ListOrganizationAdminAccountsResponse$ = [
|
|
638
645
|
3,
|
|
639
646
|
n0,
|
|
640
647
|
_LOAARi,
|
|
@@ -642,9 +649,9 @@ var ListOrganizationAdminAccountsResponse = [
|
|
|
642
649
|
[_Adm, _NT],
|
|
643
650
|
[() => AdministratorList, 0],
|
|
644
651
|
];
|
|
645
|
-
var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RA], [[0, 1]]];
|
|
646
|
-
var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_T], [128 | 0]];
|
|
647
|
-
var MemberDetail = [
|
|
652
|
+
var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RA], [[0, 1]]];
|
|
653
|
+
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_T], [128 | 0]];
|
|
654
|
+
var MemberDetail$ = [
|
|
648
655
|
3,
|
|
649
656
|
n0,
|
|
650
657
|
_MDemb,
|
|
@@ -652,7 +659,7 @@ var MemberDetail = [
|
|
|
652
659
|
[_AI, _EA, _GA, _MI, _AId, _St, _DR, _ITn, _UT, _VUIB, _VUUTo, _POGU, _POGUUT, _ITnv, _VUBDP, _DPISa],
|
|
653
660
|
[0, [() => EmailAddress, 0], 0, 0, 0, 0, 0, 5, 5, 1, 5, 1, 5, 0, () => VolumeUsageByDatasourcePackage, 128 | 0],
|
|
654
661
|
];
|
|
655
|
-
var MembershipDatasources = [
|
|
662
|
+
var MembershipDatasources$ = [
|
|
656
663
|
3,
|
|
657
664
|
n0,
|
|
658
665
|
_MDe,
|
|
@@ -660,15 +667,15 @@ var MembershipDatasources = [
|
|
|
660
667
|
[_AI, _GA, _DPIH],
|
|
661
668
|
[0, 0, () => DatasourcePackageIngestHistory],
|
|
662
669
|
];
|
|
663
|
-
var NewAsoDetail = [3, n0, _NAD, 0, [_As, _INFEA], [0, 2]];
|
|
664
|
-
var NewGeolocationDetail = [3, n0, _NGD, 0, [_L, _IA, _INFEA], [0, 0, 2]];
|
|
665
|
-
var NewUserAgentDetail = [3, n0, _NUAD, 0, [_UAs, _INFEA], [0, 2]];
|
|
666
|
-
var RejectInvitationRequest = [3, n0, _RIR, 0, [_GA], [0]];
|
|
667
|
-
var RelatedFindingDetail = [3, n0, _RFD, 0, [_Ar, _Ty, _IA], [0, 0, 0]];
|
|
668
|
-
var RelatedFindingGroupDetail = [3, n0, _RFGD, 0, [_Id], [0]];
|
|
669
|
-
var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
670
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
671
|
-
var ServiceQuotaExceededException = [
|
|
670
|
+
var NewAsoDetail$ = [3, n0, _NAD, 0, [_As, _INFEA], [0, 2]];
|
|
671
|
+
var NewGeolocationDetail$ = [3, n0, _NGD, 0, [_L, _IA, _INFEA], [0, 0, 2]];
|
|
672
|
+
var NewUserAgentDetail$ = [3, n0, _NUAD, 0, [_UAs, _INFEA], [0, 2]];
|
|
673
|
+
var RejectInvitationRequest$ = [3, n0, _RIR, 0, [_GA], [0]];
|
|
674
|
+
var RelatedFindingDetail$ = [3, n0, _RFD, 0, [_Ar, _Ty, _IA], [0, 0, 0]];
|
|
675
|
+
var RelatedFindingGroupDetail$ = [3, n0, _RFGD, 0, [_Id], [0]];
|
|
676
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
677
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
678
|
+
var ServiceQuotaExceededException$ = [
|
|
672
679
|
-3,
|
|
673
680
|
n0,
|
|
674
681
|
_SQEE,
|
|
@@ -676,18 +683,18 @@ var ServiceQuotaExceededException = [
|
|
|
676
683
|
[_M, _Re],
|
|
677
684
|
[0, 64 | 0],
|
|
678
685
|
];
|
|
679
|
-
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException
|
|
680
|
-
var SortCriteria = [3, n0, _SC, 0, [_F, _SO], [0, 0]];
|
|
681
|
-
var StartInvestigationRequest = [3, n0, _SIR, 0, [_GA, _EAn, _SST, _SET], [0, 0, 5, 5]];
|
|
682
|
-
var StartInvestigationResponse = [3, n0, _SIRt, 0, [_II], [0]];
|
|
683
|
-
var StartMonitoringMemberRequest = [3, n0, _SMMR, 0, [_GA, _AI], [0, 0]];
|
|
684
|
-
var StringFilter = [3, n0, _SF, 0, [_V], [0]];
|
|
685
|
-
var TagResourceRequest = [3, n0, _TRR, 0, [_RA, _T], [[0, 1], 128 | 0]];
|
|
686
|
-
var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
687
|
-
var TimestampForCollection = [3, n0, _TFC, 0, [_Ti], [5]];
|
|
688
|
-
var TooManyRequestsException = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
|
|
689
|
-
schema.TypeRegistry.for(n0).registerError(TooManyRequestsException
|
|
690
|
-
var TTPsObservedDetail = [
|
|
686
|
+
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
687
|
+
var SortCriteria$ = [3, n0, _SC, 0, [_F, _SO], [0, 0]];
|
|
688
|
+
var StartInvestigationRequest$ = [3, n0, _SIR, 0, [_GA, _EAn, _SST, _SET], [0, 0, 5, 5]];
|
|
689
|
+
var StartInvestigationResponse$ = [3, n0, _SIRt, 0, [_II], [0]];
|
|
690
|
+
var StartMonitoringMemberRequest$ = [3, n0, _SMMR, 0, [_GA, _AI], [0, 0]];
|
|
691
|
+
var StringFilter$ = [3, n0, _SF, 0, [_V], [0]];
|
|
692
|
+
var TagResourceRequest$ = [3, n0, _TRR, 0, [_RA, _T], [[0, 1], 128 | 0]];
|
|
693
|
+
var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
694
|
+
var TimestampForCollection$ = [3, n0, _TFC, 0, [_Ti], [5]];
|
|
695
|
+
var TooManyRequestsException$ = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
|
|
696
|
+
schema.TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
|
|
697
|
+
var TTPsObservedDetail$ = [
|
|
691
698
|
3,
|
|
692
699
|
n0,
|
|
693
700
|
_TTPOD,
|
|
@@ -695,9 +702,9 @@ var TTPsObservedDetail = [
|
|
|
695
702
|
[_Ta, _Te, _P, _IA, _APIN, _APISC, _APIFC],
|
|
696
703
|
[0, 0, 0, 0, 0, 1, 1],
|
|
697
704
|
];
|
|
698
|
-
var UnprocessedAccount = [3, n0, _UAn, 0, [_AI, _R], [0, 0]];
|
|
699
|
-
var UnprocessedGraph = [3, n0, _UGn, 0, [_GA, _R], [0, 0]];
|
|
700
|
-
var UntagResourceRequest = [
|
|
705
|
+
var UnprocessedAccount$ = [3, n0, _UAn, 0, [_AI, _R], [0, 0]];
|
|
706
|
+
var UnprocessedGraph$ = [3, n0, _UGn, 0, [_GA, _R], [0, 0]];
|
|
707
|
+
var UntagResourceRequest$ = [
|
|
701
708
|
3,
|
|
702
709
|
n0,
|
|
703
710
|
_URR,
|
|
@@ -708,93 +715,100 @@ var UntagResourceRequest = [
|
|
|
708
715
|
[64 | 0, { [_hQ]: _tK }],
|
|
709
716
|
],
|
|
710
717
|
];
|
|
711
|
-
var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
712
|
-
var UpdateDatasourcePackagesRequest = [3, n0, _UDPR, 0, [_GA, _DP], [0, 64 | 0]];
|
|
713
|
-
var UpdateInvestigationStateRequest = [3, n0, _UISR, 0, [_GA, _II, _Sta], [0, 0, 0]];
|
|
714
|
-
var UpdateOrganizationConfigurationRequest = [3, n0, _UOCR, 0, [_GA, _AE], [0, 2]];
|
|
715
|
-
var ValidationException = [
|
|
716
|
-
|
|
718
|
+
var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
719
|
+
var UpdateDatasourcePackagesRequest$ = [3, n0, _UDPR, 0, [_GA, _DP], [0, 64 | 0]];
|
|
720
|
+
var UpdateInvestigationStateRequest$ = [3, n0, _UISR, 0, [_GA, _II, _Sta], [0, 0, 0]];
|
|
721
|
+
var UpdateOrganizationConfigurationRequest$ = [3, n0, _UOCR, 0, [_GA, _AE], [0, 2]];
|
|
722
|
+
var ValidationException$ = [
|
|
723
|
+
-3,
|
|
724
|
+
n0,
|
|
725
|
+
_VE,
|
|
726
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
727
|
+
[_M, _EC, _ECR],
|
|
728
|
+
[0, 0, 0],
|
|
729
|
+
];
|
|
730
|
+
schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
717
731
|
var __Unit = "unit";
|
|
718
|
-
var DetectiveServiceException = [-3, _sm, "DetectiveServiceException", 0, [], []];
|
|
719
|
-
schema.TypeRegistry.for(_sm).registerError(DetectiveServiceException
|
|
720
|
-
var AccountList = [1, n0, _AL, 0, [() => Account
|
|
721
|
-
var AdministratorList = [1, n0, _ALd, 0, () => Administrator];
|
|
722
|
-
var GraphList = [1, n0, _GL, 0, () => Graph];
|
|
723
|
-
var Indicators = [1, n0, _In, 0, () => Indicator];
|
|
724
|
-
var InvestigationDetails = [1, n0, _IDnv, 0, () => InvestigationDetail];
|
|
725
|
-
var MemberDetailList = [1, n0, _MDL, 0, [() => MemberDetail
|
|
726
|
-
var MembershipDatasourcesList = [1, n0, _MDLe, 0, () => MembershipDatasources];
|
|
727
|
-
var UnprocessedAccountList = [1, n0, _UAL, 0, () => UnprocessedAccount];
|
|
728
|
-
var UnprocessedGraphList = [1, n0, _UGL, 0, () => UnprocessedGraph];
|
|
729
|
-
var DatasourcePackageIngestDetails = [2, n0, _DPIDa, 0, 0, () => DatasourcePackageIngestDetail];
|
|
732
|
+
var DetectiveServiceException$ = [-3, _sm, "DetectiveServiceException", 0, [], []];
|
|
733
|
+
schema.TypeRegistry.for(_sm).registerError(DetectiveServiceException$, DetectiveServiceException);
|
|
734
|
+
var AccountList = [1, n0, _AL, 0, [() => Account$, 0]];
|
|
735
|
+
var AdministratorList = [1, n0, _ALd, 0, () => Administrator$];
|
|
736
|
+
var GraphList = [1, n0, _GL, 0, () => Graph$];
|
|
737
|
+
var Indicators = [1, n0, _In, 0, () => Indicator$];
|
|
738
|
+
var InvestigationDetails = [1, n0, _IDnv, 0, () => InvestigationDetail$];
|
|
739
|
+
var MemberDetailList = [1, n0, _MDL, 0, [() => MemberDetail$, 0]];
|
|
740
|
+
var MembershipDatasourcesList = [1, n0, _MDLe, 0, () => MembershipDatasources$];
|
|
741
|
+
var UnprocessedAccountList = [1, n0, _UAL, 0, () => UnprocessedAccount$];
|
|
742
|
+
var UnprocessedGraphList = [1, n0, _UGL, 0, () => UnprocessedGraph$];
|
|
743
|
+
var DatasourcePackageIngestDetails = [2, n0, _DPIDa, 0, 0, () => DatasourcePackageIngestDetail$];
|
|
730
744
|
var DatasourcePackageIngestHistory = [2, n0, _DPIH, 0, 0, () => LastIngestStateChangeDates];
|
|
731
|
-
var LastIngestStateChangeDates = [2, n0, _LISCD, 0, 0, () => TimestampForCollection];
|
|
732
|
-
var VolumeUsageByDatasourcePackage = [2, n0, _VUBDP, 0, 0, () => DatasourcePackageUsageInfo];
|
|
733
|
-
var AcceptInvitation = [
|
|
745
|
+
var LastIngestStateChangeDates = [2, n0, _LISCD, 0, 0, () => TimestampForCollection$];
|
|
746
|
+
var VolumeUsageByDatasourcePackage = [2, n0, _VUBDP, 0, 0, () => DatasourcePackageUsageInfo$];
|
|
747
|
+
var AcceptInvitation$ = [
|
|
734
748
|
9,
|
|
735
749
|
n0,
|
|
736
750
|
_AIcc,
|
|
737
751
|
{ [_h]: ["PUT", "/invitation", 200] },
|
|
738
|
-
() => AcceptInvitationRequest
|
|
752
|
+
() => AcceptInvitationRequest$,
|
|
739
753
|
() => __Unit,
|
|
740
754
|
];
|
|
741
|
-
var BatchGetGraphMemberDatasources = [
|
|
755
|
+
var BatchGetGraphMemberDatasources$ = [
|
|
742
756
|
9,
|
|
743
757
|
n0,
|
|
744
758
|
_BGGMD,
|
|
745
759
|
{ [_h]: ["POST", "/graph/datasources/get", 200] },
|
|
746
|
-
() => BatchGetGraphMemberDatasourcesRequest
|
|
747
|
-
() => BatchGetGraphMemberDatasourcesResponse
|
|
760
|
+
() => BatchGetGraphMemberDatasourcesRequest$,
|
|
761
|
+
() => BatchGetGraphMemberDatasourcesResponse$,
|
|
748
762
|
];
|
|
749
|
-
var BatchGetMembershipDatasources = [
|
|
763
|
+
var BatchGetMembershipDatasources$ = [
|
|
750
764
|
9,
|
|
751
765
|
n0,
|
|
752
766
|
_BGMD,
|
|
753
767
|
{ [_h]: ["POST", "/membership/datasources/get", 200] },
|
|
754
|
-
() => BatchGetMembershipDatasourcesRequest
|
|
755
|
-
() => BatchGetMembershipDatasourcesResponse
|
|
768
|
+
() => BatchGetMembershipDatasourcesRequest$,
|
|
769
|
+
() => BatchGetMembershipDatasourcesResponse$,
|
|
756
770
|
];
|
|
757
|
-
var CreateGraph = [
|
|
771
|
+
var CreateGraph$ = [
|
|
758
772
|
9,
|
|
759
773
|
n0,
|
|
760
774
|
_CG,
|
|
761
775
|
{ [_h]: ["POST", "/graph", 200] },
|
|
762
|
-
() => CreateGraphRequest
|
|
763
|
-
() => CreateGraphResponse
|
|
776
|
+
() => CreateGraphRequest$,
|
|
777
|
+
() => CreateGraphResponse$,
|
|
764
778
|
];
|
|
765
|
-
var CreateMembers = [
|
|
779
|
+
var CreateMembers$ = [
|
|
766
780
|
9,
|
|
767
781
|
n0,
|
|
768
782
|
_CM,
|
|
769
783
|
{ [_h]: ["POST", "/graph/members", 200] },
|
|
770
|
-
() => CreateMembersRequest
|
|
771
|
-
() => CreateMembersResponse
|
|
784
|
+
() => CreateMembersRequest$,
|
|
785
|
+
() => CreateMembersResponse$,
|
|
772
786
|
];
|
|
773
|
-
var DeleteGraph = [
|
|
787
|
+
var DeleteGraph$ = [
|
|
774
788
|
9,
|
|
775
789
|
n0,
|
|
776
790
|
_DG,
|
|
777
791
|
{ [_h]: ["POST", "/graph/removal", 200] },
|
|
778
|
-
() => DeleteGraphRequest
|
|
792
|
+
() => DeleteGraphRequest$,
|
|
779
793
|
() => __Unit,
|
|
780
794
|
];
|
|
781
|
-
var DeleteMembers = [
|
|
795
|
+
var DeleteMembers$ = [
|
|
782
796
|
9,
|
|
783
797
|
n0,
|
|
784
798
|
_DM,
|
|
785
799
|
{ [_h]: ["POST", "/graph/members/removal", 200] },
|
|
786
|
-
() => DeleteMembersRequest
|
|
787
|
-
() => DeleteMembersResponse
|
|
800
|
+
() => DeleteMembersRequest$,
|
|
801
|
+
() => DeleteMembersResponse$,
|
|
788
802
|
];
|
|
789
|
-
var DescribeOrganizationConfiguration = [
|
|
803
|
+
var DescribeOrganizationConfiguration$ = [
|
|
790
804
|
9,
|
|
791
805
|
n0,
|
|
792
806
|
_DOC,
|
|
793
807
|
{ [_h]: ["POST", "/orgs/describeOrganizationConfiguration", 200] },
|
|
794
|
-
() => DescribeOrganizationConfigurationRequest
|
|
795
|
-
() => DescribeOrganizationConfigurationResponse
|
|
808
|
+
() => DescribeOrganizationConfigurationRequest$,
|
|
809
|
+
() => DescribeOrganizationConfigurationResponse$,
|
|
796
810
|
];
|
|
797
|
-
var DisableOrganizationAdminAccount = [
|
|
811
|
+
var DisableOrganizationAdminAccount$ = [
|
|
798
812
|
9,
|
|
799
813
|
n0,
|
|
800
814
|
_DOAA,
|
|
@@ -802,164 +816,164 @@ var DisableOrganizationAdminAccount = [
|
|
|
802
816
|
() => __Unit,
|
|
803
817
|
() => __Unit,
|
|
804
818
|
];
|
|
805
|
-
var DisassociateMembership = [
|
|
819
|
+
var DisassociateMembership$ = [
|
|
806
820
|
9,
|
|
807
821
|
n0,
|
|
808
822
|
_DMi,
|
|
809
823
|
{ [_h]: ["POST", "/membership/removal", 200] },
|
|
810
|
-
() => DisassociateMembershipRequest
|
|
824
|
+
() => DisassociateMembershipRequest$,
|
|
811
825
|
() => __Unit,
|
|
812
826
|
];
|
|
813
|
-
var EnableOrganizationAdminAccount = [
|
|
827
|
+
var EnableOrganizationAdminAccount$ = [
|
|
814
828
|
9,
|
|
815
829
|
n0,
|
|
816
830
|
_EOAA,
|
|
817
831
|
{ [_h]: ["POST", "/orgs/enableAdminAccount", 200] },
|
|
818
|
-
() => EnableOrganizationAdminAccountRequest
|
|
832
|
+
() => EnableOrganizationAdminAccountRequest$,
|
|
819
833
|
() => __Unit,
|
|
820
834
|
];
|
|
821
|
-
var GetInvestigation = [
|
|
835
|
+
var GetInvestigation$ = [
|
|
822
836
|
9,
|
|
823
837
|
n0,
|
|
824
838
|
_GI,
|
|
825
839
|
{ [_h]: ["POST", "/investigations/getInvestigation", 200] },
|
|
826
|
-
() => GetInvestigationRequest
|
|
827
|
-
() => GetInvestigationResponse
|
|
840
|
+
() => GetInvestigationRequest$,
|
|
841
|
+
() => GetInvestigationResponse$,
|
|
828
842
|
];
|
|
829
|
-
var GetMembers = [
|
|
843
|
+
var GetMembers$ = [
|
|
830
844
|
9,
|
|
831
845
|
n0,
|
|
832
846
|
_GM,
|
|
833
847
|
{ [_h]: ["POST", "/graph/members/get", 200] },
|
|
834
|
-
() => GetMembersRequest
|
|
835
|
-
() => GetMembersResponse
|
|
848
|
+
() => GetMembersRequest$,
|
|
849
|
+
() => GetMembersResponse$,
|
|
836
850
|
];
|
|
837
|
-
var ListDatasourcePackages = [
|
|
851
|
+
var ListDatasourcePackages$ = [
|
|
838
852
|
9,
|
|
839
853
|
n0,
|
|
840
854
|
_LDP,
|
|
841
855
|
{ [_h]: ["POST", "/graph/datasources/list", 200] },
|
|
842
|
-
() => ListDatasourcePackagesRequest
|
|
843
|
-
() => ListDatasourcePackagesResponse
|
|
856
|
+
() => ListDatasourcePackagesRequest$,
|
|
857
|
+
() => ListDatasourcePackagesResponse$,
|
|
844
858
|
];
|
|
845
|
-
var ListGraphs = [
|
|
859
|
+
var ListGraphs$ = [
|
|
846
860
|
9,
|
|
847
861
|
n0,
|
|
848
862
|
_LG,
|
|
849
863
|
{ [_h]: ["POST", "/graphs/list", 200] },
|
|
850
|
-
() => ListGraphsRequest
|
|
851
|
-
() => ListGraphsResponse
|
|
864
|
+
() => ListGraphsRequest$,
|
|
865
|
+
() => ListGraphsResponse$,
|
|
852
866
|
];
|
|
853
|
-
var ListIndicators = [
|
|
867
|
+
var ListIndicators$ = [
|
|
854
868
|
9,
|
|
855
869
|
n0,
|
|
856
870
|
_LI,
|
|
857
871
|
{ [_h]: ["POST", "/investigations/listIndicators", 200] },
|
|
858
|
-
() => ListIndicatorsRequest
|
|
859
|
-
() => ListIndicatorsResponse
|
|
872
|
+
() => ListIndicatorsRequest$,
|
|
873
|
+
() => ListIndicatorsResponse$,
|
|
860
874
|
];
|
|
861
|
-
var ListInvestigations = [
|
|
875
|
+
var ListInvestigations$ = [
|
|
862
876
|
9,
|
|
863
877
|
n0,
|
|
864
878
|
_LIi,
|
|
865
879
|
{ [_h]: ["POST", "/investigations/listInvestigations", 200] },
|
|
866
|
-
() => ListInvestigationsRequest
|
|
867
|
-
() => ListInvestigationsResponse
|
|
880
|
+
() => ListInvestigationsRequest$,
|
|
881
|
+
() => ListInvestigationsResponse$,
|
|
868
882
|
];
|
|
869
|
-
var ListInvitations = [
|
|
883
|
+
var ListInvitations$ = [
|
|
870
884
|
9,
|
|
871
885
|
n0,
|
|
872
886
|
_LIis,
|
|
873
887
|
{ [_h]: ["POST", "/invitations/list", 200] },
|
|
874
|
-
() => ListInvitationsRequest
|
|
875
|
-
() => ListInvitationsResponse
|
|
888
|
+
() => ListInvitationsRequest$,
|
|
889
|
+
() => ListInvitationsResponse$,
|
|
876
890
|
];
|
|
877
|
-
var ListMembers = [
|
|
891
|
+
var ListMembers$ = [
|
|
878
892
|
9,
|
|
879
893
|
n0,
|
|
880
894
|
_LM,
|
|
881
895
|
{ [_h]: ["POST", "/graph/members/list", 200] },
|
|
882
|
-
() => ListMembersRequest
|
|
883
|
-
() => ListMembersResponse
|
|
896
|
+
() => ListMembersRequest$,
|
|
897
|
+
() => ListMembersResponse$,
|
|
884
898
|
];
|
|
885
|
-
var ListOrganizationAdminAccounts = [
|
|
899
|
+
var ListOrganizationAdminAccounts$ = [
|
|
886
900
|
9,
|
|
887
901
|
n0,
|
|
888
902
|
_LOAA,
|
|
889
903
|
{ [_h]: ["POST", "/orgs/adminAccountslist", 200] },
|
|
890
|
-
() => ListOrganizationAdminAccountsRequest
|
|
891
|
-
() => ListOrganizationAdminAccountsResponse
|
|
904
|
+
() => ListOrganizationAdminAccountsRequest$,
|
|
905
|
+
() => ListOrganizationAdminAccountsResponse$,
|
|
892
906
|
];
|
|
893
|
-
var ListTagsForResource = [
|
|
907
|
+
var ListTagsForResource$ = [
|
|
894
908
|
9,
|
|
895
909
|
n0,
|
|
896
910
|
_LTFR,
|
|
897
911
|
{ [_h]: ["GET", "/tags/{ResourceArn}", 200] },
|
|
898
|
-
() => ListTagsForResourceRequest
|
|
899
|
-
() => ListTagsForResourceResponse
|
|
912
|
+
() => ListTagsForResourceRequest$,
|
|
913
|
+
() => ListTagsForResourceResponse$,
|
|
900
914
|
];
|
|
901
|
-
var RejectInvitation = [
|
|
915
|
+
var RejectInvitation$ = [
|
|
902
916
|
9,
|
|
903
917
|
n0,
|
|
904
918
|
_RI,
|
|
905
919
|
{ [_h]: ["POST", "/invitation/removal", 200] },
|
|
906
|
-
() => RejectInvitationRequest
|
|
920
|
+
() => RejectInvitationRequest$,
|
|
907
921
|
() => __Unit,
|
|
908
922
|
];
|
|
909
|
-
var StartInvestigation = [
|
|
923
|
+
var StartInvestigation$ = [
|
|
910
924
|
9,
|
|
911
925
|
n0,
|
|
912
926
|
_SIt,
|
|
913
927
|
{ [_h]: ["POST", "/investigations/startInvestigation", 200] },
|
|
914
|
-
() => StartInvestigationRequest
|
|
915
|
-
() => StartInvestigationResponse
|
|
928
|
+
() => StartInvestigationRequest$,
|
|
929
|
+
() => StartInvestigationResponse$,
|
|
916
930
|
];
|
|
917
|
-
var StartMonitoringMember = [
|
|
931
|
+
var StartMonitoringMember$ = [
|
|
918
932
|
9,
|
|
919
933
|
n0,
|
|
920
934
|
_SMM,
|
|
921
935
|
{ [_h]: ["POST", "/graph/member/monitoringstate", 200] },
|
|
922
|
-
() => StartMonitoringMemberRequest
|
|
936
|
+
() => StartMonitoringMemberRequest$,
|
|
923
937
|
() => __Unit,
|
|
924
938
|
];
|
|
925
|
-
var TagResource = [
|
|
939
|
+
var TagResource$ = [
|
|
926
940
|
9,
|
|
927
941
|
n0,
|
|
928
942
|
_TR,
|
|
929
943
|
{ [_h]: ["POST", "/tags/{ResourceArn}", 204] },
|
|
930
|
-
() => TagResourceRequest
|
|
931
|
-
() => TagResourceResponse
|
|
944
|
+
() => TagResourceRequest$,
|
|
945
|
+
() => TagResourceResponse$,
|
|
932
946
|
];
|
|
933
|
-
var UntagResource = [
|
|
947
|
+
var UntagResource$ = [
|
|
934
948
|
9,
|
|
935
949
|
n0,
|
|
936
950
|
_UR,
|
|
937
951
|
{ [_h]: ["DELETE", "/tags/{ResourceArn}", 204] },
|
|
938
|
-
() => UntagResourceRequest
|
|
939
|
-
() => UntagResourceResponse
|
|
952
|
+
() => UntagResourceRequest$,
|
|
953
|
+
() => UntagResourceResponse$,
|
|
940
954
|
];
|
|
941
|
-
var UpdateDatasourcePackages = [
|
|
955
|
+
var UpdateDatasourcePackages$ = [
|
|
942
956
|
9,
|
|
943
957
|
n0,
|
|
944
958
|
_UDP,
|
|
945
959
|
{ [_h]: ["POST", "/graph/datasources/update", 200] },
|
|
946
|
-
() => UpdateDatasourcePackagesRequest
|
|
960
|
+
() => UpdateDatasourcePackagesRequest$,
|
|
947
961
|
() => __Unit,
|
|
948
962
|
];
|
|
949
|
-
var UpdateInvestigationState = [
|
|
963
|
+
var UpdateInvestigationState$ = [
|
|
950
964
|
9,
|
|
951
965
|
n0,
|
|
952
966
|
_UIS,
|
|
953
967
|
{ [_h]: ["POST", "/investigations/updateInvestigationState", 200] },
|
|
954
|
-
() => UpdateInvestigationStateRequest
|
|
968
|
+
() => UpdateInvestigationStateRequest$,
|
|
955
969
|
() => __Unit,
|
|
956
970
|
];
|
|
957
|
-
var UpdateOrganizationConfiguration = [
|
|
971
|
+
var UpdateOrganizationConfiguration$ = [
|
|
958
972
|
9,
|
|
959
973
|
n0,
|
|
960
974
|
_UOC,
|
|
961
975
|
{ [_h]: ["POST", "/orgs/updateOrganizationConfiguration", 200] },
|
|
962
|
-
() => UpdateOrganizationConfigurationRequest
|
|
976
|
+
() => UpdateOrganizationConfigurationRequest$,
|
|
963
977
|
() => __Unit,
|
|
964
978
|
];
|
|
965
979
|
|
|
@@ -971,7 +985,7 @@ class AcceptInvitationCommand extends smithyClient.Command
|
|
|
971
985
|
})
|
|
972
986
|
.s("AmazonDetective", "AcceptInvitation", {})
|
|
973
987
|
.n("DetectiveClient", "AcceptInvitationCommand")
|
|
974
|
-
.sc(AcceptInvitation)
|
|
988
|
+
.sc(AcceptInvitation$)
|
|
975
989
|
.build() {
|
|
976
990
|
}
|
|
977
991
|
|
|
@@ -983,7 +997,7 @@ class BatchGetGraphMemberDatasourcesCommand extends smithyClient.Command
|
|
|
983
997
|
})
|
|
984
998
|
.s("AmazonDetective", "BatchGetGraphMemberDatasources", {})
|
|
985
999
|
.n("DetectiveClient", "BatchGetGraphMemberDatasourcesCommand")
|
|
986
|
-
.sc(BatchGetGraphMemberDatasources)
|
|
1000
|
+
.sc(BatchGetGraphMemberDatasources$)
|
|
987
1001
|
.build() {
|
|
988
1002
|
}
|
|
989
1003
|
|
|
@@ -995,7 +1009,7 @@ class BatchGetMembershipDatasourcesCommand extends smithyClient.Command
|
|
|
995
1009
|
})
|
|
996
1010
|
.s("AmazonDetective", "BatchGetMembershipDatasources", {})
|
|
997
1011
|
.n("DetectiveClient", "BatchGetMembershipDatasourcesCommand")
|
|
998
|
-
.sc(BatchGetMembershipDatasources)
|
|
1012
|
+
.sc(BatchGetMembershipDatasources$)
|
|
999
1013
|
.build() {
|
|
1000
1014
|
}
|
|
1001
1015
|
|
|
@@ -1007,7 +1021,7 @@ class CreateGraphCommand extends smithyClient.Command
|
|
|
1007
1021
|
})
|
|
1008
1022
|
.s("AmazonDetective", "CreateGraph", {})
|
|
1009
1023
|
.n("DetectiveClient", "CreateGraphCommand")
|
|
1010
|
-
.sc(CreateGraph)
|
|
1024
|
+
.sc(CreateGraph$)
|
|
1011
1025
|
.build() {
|
|
1012
1026
|
}
|
|
1013
1027
|
|
|
@@ -1019,7 +1033,7 @@ class CreateMembersCommand extends smithyClient.Command
|
|
|
1019
1033
|
})
|
|
1020
1034
|
.s("AmazonDetective", "CreateMembers", {})
|
|
1021
1035
|
.n("DetectiveClient", "CreateMembersCommand")
|
|
1022
|
-
.sc(CreateMembers)
|
|
1036
|
+
.sc(CreateMembers$)
|
|
1023
1037
|
.build() {
|
|
1024
1038
|
}
|
|
1025
1039
|
|
|
@@ -1031,7 +1045,7 @@ class DeleteGraphCommand extends smithyClient.Command
|
|
|
1031
1045
|
})
|
|
1032
1046
|
.s("AmazonDetective", "DeleteGraph", {})
|
|
1033
1047
|
.n("DetectiveClient", "DeleteGraphCommand")
|
|
1034
|
-
.sc(DeleteGraph)
|
|
1048
|
+
.sc(DeleteGraph$)
|
|
1035
1049
|
.build() {
|
|
1036
1050
|
}
|
|
1037
1051
|
|
|
@@ -1043,7 +1057,7 @@ class DeleteMembersCommand extends smithyClient.Command
|
|
|
1043
1057
|
})
|
|
1044
1058
|
.s("AmazonDetective", "DeleteMembers", {})
|
|
1045
1059
|
.n("DetectiveClient", "DeleteMembersCommand")
|
|
1046
|
-
.sc(DeleteMembers)
|
|
1060
|
+
.sc(DeleteMembers$)
|
|
1047
1061
|
.build() {
|
|
1048
1062
|
}
|
|
1049
1063
|
|
|
@@ -1055,7 +1069,7 @@ class DescribeOrganizationConfigurationCommand extends smithyClient.Command
|
|
|
1055
1069
|
})
|
|
1056
1070
|
.s("AmazonDetective", "DescribeOrganizationConfiguration", {})
|
|
1057
1071
|
.n("DetectiveClient", "DescribeOrganizationConfigurationCommand")
|
|
1058
|
-
.sc(DescribeOrganizationConfiguration)
|
|
1072
|
+
.sc(DescribeOrganizationConfiguration$)
|
|
1059
1073
|
.build() {
|
|
1060
1074
|
}
|
|
1061
1075
|
|
|
@@ -1067,7 +1081,7 @@ class DisableOrganizationAdminAccountCommand extends smithyClient.Command
|
|
|
1067
1081
|
})
|
|
1068
1082
|
.s("AmazonDetective", "DisableOrganizationAdminAccount", {})
|
|
1069
1083
|
.n("DetectiveClient", "DisableOrganizationAdminAccountCommand")
|
|
1070
|
-
.sc(DisableOrganizationAdminAccount)
|
|
1084
|
+
.sc(DisableOrganizationAdminAccount$)
|
|
1071
1085
|
.build() {
|
|
1072
1086
|
}
|
|
1073
1087
|
|
|
@@ -1079,7 +1093,7 @@ class DisassociateMembershipCommand extends smithyClient.Command
|
|
|
1079
1093
|
})
|
|
1080
1094
|
.s("AmazonDetective", "DisassociateMembership", {})
|
|
1081
1095
|
.n("DetectiveClient", "DisassociateMembershipCommand")
|
|
1082
|
-
.sc(DisassociateMembership)
|
|
1096
|
+
.sc(DisassociateMembership$)
|
|
1083
1097
|
.build() {
|
|
1084
1098
|
}
|
|
1085
1099
|
|
|
@@ -1091,7 +1105,7 @@ class EnableOrganizationAdminAccountCommand extends smithyClient.Command
|
|
|
1091
1105
|
})
|
|
1092
1106
|
.s("AmazonDetective", "EnableOrganizationAdminAccount", {})
|
|
1093
1107
|
.n("DetectiveClient", "EnableOrganizationAdminAccountCommand")
|
|
1094
|
-
.sc(EnableOrganizationAdminAccount)
|
|
1108
|
+
.sc(EnableOrganizationAdminAccount$)
|
|
1095
1109
|
.build() {
|
|
1096
1110
|
}
|
|
1097
1111
|
|
|
@@ -1103,7 +1117,7 @@ class GetInvestigationCommand extends smithyClient.Command
|
|
|
1103
1117
|
})
|
|
1104
1118
|
.s("AmazonDetective", "GetInvestigation", {})
|
|
1105
1119
|
.n("DetectiveClient", "GetInvestigationCommand")
|
|
1106
|
-
.sc(GetInvestigation)
|
|
1120
|
+
.sc(GetInvestigation$)
|
|
1107
1121
|
.build() {
|
|
1108
1122
|
}
|
|
1109
1123
|
|
|
@@ -1115,7 +1129,7 @@ class GetMembersCommand extends smithyClient.Command
|
|
|
1115
1129
|
})
|
|
1116
1130
|
.s("AmazonDetective", "GetMembers", {})
|
|
1117
1131
|
.n("DetectiveClient", "GetMembersCommand")
|
|
1118
|
-
.sc(GetMembers)
|
|
1132
|
+
.sc(GetMembers$)
|
|
1119
1133
|
.build() {
|
|
1120
1134
|
}
|
|
1121
1135
|
|
|
@@ -1127,7 +1141,7 @@ class ListDatasourcePackagesCommand extends smithyClient.Command
|
|
|
1127
1141
|
})
|
|
1128
1142
|
.s("AmazonDetective", "ListDatasourcePackages", {})
|
|
1129
1143
|
.n("DetectiveClient", "ListDatasourcePackagesCommand")
|
|
1130
|
-
.sc(ListDatasourcePackages)
|
|
1144
|
+
.sc(ListDatasourcePackages$)
|
|
1131
1145
|
.build() {
|
|
1132
1146
|
}
|
|
1133
1147
|
|
|
@@ -1139,7 +1153,7 @@ class ListGraphsCommand extends smithyClient.Command
|
|
|
1139
1153
|
})
|
|
1140
1154
|
.s("AmazonDetective", "ListGraphs", {})
|
|
1141
1155
|
.n("DetectiveClient", "ListGraphsCommand")
|
|
1142
|
-
.sc(ListGraphs)
|
|
1156
|
+
.sc(ListGraphs$)
|
|
1143
1157
|
.build() {
|
|
1144
1158
|
}
|
|
1145
1159
|
|
|
@@ -1151,7 +1165,7 @@ class ListIndicatorsCommand extends smithyClient.Command
|
|
|
1151
1165
|
})
|
|
1152
1166
|
.s("AmazonDetective", "ListIndicators", {})
|
|
1153
1167
|
.n("DetectiveClient", "ListIndicatorsCommand")
|
|
1154
|
-
.sc(ListIndicators)
|
|
1168
|
+
.sc(ListIndicators$)
|
|
1155
1169
|
.build() {
|
|
1156
1170
|
}
|
|
1157
1171
|
|
|
@@ -1163,7 +1177,7 @@ class ListInvestigationsCommand extends smithyClient.Command
|
|
|
1163
1177
|
})
|
|
1164
1178
|
.s("AmazonDetective", "ListInvestigations", {})
|
|
1165
1179
|
.n("DetectiveClient", "ListInvestigationsCommand")
|
|
1166
|
-
.sc(ListInvestigations)
|
|
1180
|
+
.sc(ListInvestigations$)
|
|
1167
1181
|
.build() {
|
|
1168
1182
|
}
|
|
1169
1183
|
|
|
@@ -1175,7 +1189,7 @@ class ListInvitationsCommand extends smithyClient.Command
|
|
|
1175
1189
|
})
|
|
1176
1190
|
.s("AmazonDetective", "ListInvitations", {})
|
|
1177
1191
|
.n("DetectiveClient", "ListInvitationsCommand")
|
|
1178
|
-
.sc(ListInvitations)
|
|
1192
|
+
.sc(ListInvitations$)
|
|
1179
1193
|
.build() {
|
|
1180
1194
|
}
|
|
1181
1195
|
|
|
@@ -1187,7 +1201,7 @@ class ListMembersCommand extends smithyClient.Command
|
|
|
1187
1201
|
})
|
|
1188
1202
|
.s("AmazonDetective", "ListMembers", {})
|
|
1189
1203
|
.n("DetectiveClient", "ListMembersCommand")
|
|
1190
|
-
.sc(ListMembers)
|
|
1204
|
+
.sc(ListMembers$)
|
|
1191
1205
|
.build() {
|
|
1192
1206
|
}
|
|
1193
1207
|
|
|
@@ -1199,7 +1213,7 @@ class ListOrganizationAdminAccountsCommand extends smithyClient.Command
|
|
|
1199
1213
|
})
|
|
1200
1214
|
.s("AmazonDetective", "ListOrganizationAdminAccounts", {})
|
|
1201
1215
|
.n("DetectiveClient", "ListOrganizationAdminAccountsCommand")
|
|
1202
|
-
.sc(ListOrganizationAdminAccounts)
|
|
1216
|
+
.sc(ListOrganizationAdminAccounts$)
|
|
1203
1217
|
.build() {
|
|
1204
1218
|
}
|
|
1205
1219
|
|
|
@@ -1211,7 +1225,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
1211
1225
|
})
|
|
1212
1226
|
.s("AmazonDetective", "ListTagsForResource", {})
|
|
1213
1227
|
.n("DetectiveClient", "ListTagsForResourceCommand")
|
|
1214
|
-
.sc(ListTagsForResource)
|
|
1228
|
+
.sc(ListTagsForResource$)
|
|
1215
1229
|
.build() {
|
|
1216
1230
|
}
|
|
1217
1231
|
|
|
@@ -1223,7 +1237,7 @@ class RejectInvitationCommand extends smithyClient.Command
|
|
|
1223
1237
|
})
|
|
1224
1238
|
.s("AmazonDetective", "RejectInvitation", {})
|
|
1225
1239
|
.n("DetectiveClient", "RejectInvitationCommand")
|
|
1226
|
-
.sc(RejectInvitation)
|
|
1240
|
+
.sc(RejectInvitation$)
|
|
1227
1241
|
.build() {
|
|
1228
1242
|
}
|
|
1229
1243
|
|
|
@@ -1235,7 +1249,7 @@ class StartInvestigationCommand extends smithyClient.Command
|
|
|
1235
1249
|
})
|
|
1236
1250
|
.s("AmazonDetective", "StartInvestigation", {})
|
|
1237
1251
|
.n("DetectiveClient", "StartInvestigationCommand")
|
|
1238
|
-
.sc(StartInvestigation)
|
|
1252
|
+
.sc(StartInvestigation$)
|
|
1239
1253
|
.build() {
|
|
1240
1254
|
}
|
|
1241
1255
|
|
|
@@ -1247,7 +1261,7 @@ class StartMonitoringMemberCommand extends smithyClient.Command
|
|
|
1247
1261
|
})
|
|
1248
1262
|
.s("AmazonDetective", "StartMonitoringMember", {})
|
|
1249
1263
|
.n("DetectiveClient", "StartMonitoringMemberCommand")
|
|
1250
|
-
.sc(StartMonitoringMember)
|
|
1264
|
+
.sc(StartMonitoringMember$)
|
|
1251
1265
|
.build() {
|
|
1252
1266
|
}
|
|
1253
1267
|
|
|
@@ -1259,7 +1273,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
1259
1273
|
})
|
|
1260
1274
|
.s("AmazonDetective", "TagResource", {})
|
|
1261
1275
|
.n("DetectiveClient", "TagResourceCommand")
|
|
1262
|
-
.sc(TagResource)
|
|
1276
|
+
.sc(TagResource$)
|
|
1263
1277
|
.build() {
|
|
1264
1278
|
}
|
|
1265
1279
|
|
|
@@ -1271,7 +1285,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
1271
1285
|
})
|
|
1272
1286
|
.s("AmazonDetective", "UntagResource", {})
|
|
1273
1287
|
.n("DetectiveClient", "UntagResourceCommand")
|
|
1274
|
-
.sc(UntagResource)
|
|
1288
|
+
.sc(UntagResource$)
|
|
1275
1289
|
.build() {
|
|
1276
1290
|
}
|
|
1277
1291
|
|
|
@@ -1283,7 +1297,7 @@ class UpdateDatasourcePackagesCommand extends smithyClient.Command
|
|
|
1283
1297
|
})
|
|
1284
1298
|
.s("AmazonDetective", "UpdateDatasourcePackages", {})
|
|
1285
1299
|
.n("DetectiveClient", "UpdateDatasourcePackagesCommand")
|
|
1286
|
-
.sc(UpdateDatasourcePackages)
|
|
1300
|
+
.sc(UpdateDatasourcePackages$)
|
|
1287
1301
|
.build() {
|
|
1288
1302
|
}
|
|
1289
1303
|
|
|
@@ -1295,7 +1309,7 @@ class UpdateInvestigationStateCommand extends smithyClient.Command
|
|
|
1295
1309
|
})
|
|
1296
1310
|
.s("AmazonDetective", "UpdateInvestigationState", {})
|
|
1297
1311
|
.n("DetectiveClient", "UpdateInvestigationStateCommand")
|
|
1298
|
-
.sc(UpdateInvestigationState)
|
|
1312
|
+
.sc(UpdateInvestigationState$)
|
|
1299
1313
|
.build() {
|
|
1300
1314
|
}
|
|
1301
1315
|
|
|
@@ -1307,7 +1321,7 @@ class UpdateOrganizationConfigurationCommand extends smithyClient.Command
|
|
|
1307
1321
|
})
|
|
1308
1322
|
.s("AmazonDetective", "UpdateOrganizationConfiguration", {})
|
|
1309
1323
|
.n("DetectiveClient", "UpdateOrganizationConfigurationCommand")
|
|
1310
|
-
.sc(UpdateOrganizationConfiguration)
|
|
1324
|
+
.sc(UpdateOrganizationConfiguration$)
|
|
1311
1325
|
.build() {
|
|
1312
1326
|
}
|
|
1313
1327
|
|
|
@@ -1437,59 +1451,168 @@ Object.defineProperty(exports, "__Client", {
|
|
|
1437
1451
|
enumerable: true,
|
|
1438
1452
|
get: function () { return smithyClient.Client; }
|
|
1439
1453
|
});
|
|
1454
|
+
exports.AcceptInvitation$ = AcceptInvitation$;
|
|
1440
1455
|
exports.AcceptInvitationCommand = AcceptInvitationCommand;
|
|
1441
|
-
exports.
|
|
1456
|
+
exports.AcceptInvitationRequest$ = AcceptInvitationRequest$;
|
|
1457
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
1458
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
1459
|
+
exports.Account$ = Account$;
|
|
1460
|
+
exports.Administrator$ = Administrator$;
|
|
1461
|
+
exports.BatchGetGraphMemberDatasources$ = BatchGetGraphMemberDatasources$;
|
|
1442
1462
|
exports.BatchGetGraphMemberDatasourcesCommand = BatchGetGraphMemberDatasourcesCommand;
|
|
1463
|
+
exports.BatchGetGraphMemberDatasourcesRequest$ = BatchGetGraphMemberDatasourcesRequest$;
|
|
1464
|
+
exports.BatchGetGraphMemberDatasourcesResponse$ = BatchGetGraphMemberDatasourcesResponse$;
|
|
1465
|
+
exports.BatchGetMembershipDatasources$ = BatchGetMembershipDatasources$;
|
|
1443
1466
|
exports.BatchGetMembershipDatasourcesCommand = BatchGetMembershipDatasourcesCommand;
|
|
1444
|
-
exports.
|
|
1467
|
+
exports.BatchGetMembershipDatasourcesRequest$ = BatchGetMembershipDatasourcesRequest$;
|
|
1468
|
+
exports.BatchGetMembershipDatasourcesResponse$ = BatchGetMembershipDatasourcesResponse$;
|
|
1469
|
+
exports.ConflictException = ConflictException;
|
|
1470
|
+
exports.ConflictException$ = ConflictException$;
|
|
1471
|
+
exports.CreateGraph$ = CreateGraph$;
|
|
1445
1472
|
exports.CreateGraphCommand = CreateGraphCommand;
|
|
1473
|
+
exports.CreateGraphRequest$ = CreateGraphRequest$;
|
|
1474
|
+
exports.CreateGraphResponse$ = CreateGraphResponse$;
|
|
1475
|
+
exports.CreateMembers$ = CreateMembers$;
|
|
1446
1476
|
exports.CreateMembersCommand = CreateMembersCommand;
|
|
1477
|
+
exports.CreateMembersRequest$ = CreateMembersRequest$;
|
|
1478
|
+
exports.CreateMembersResponse$ = CreateMembersResponse$;
|
|
1447
1479
|
exports.DatasourcePackage = DatasourcePackage;
|
|
1480
|
+
exports.DatasourcePackageIngestDetail$ = DatasourcePackageIngestDetail$;
|
|
1448
1481
|
exports.DatasourcePackageIngestState = DatasourcePackageIngestState;
|
|
1482
|
+
exports.DatasourcePackageUsageInfo$ = DatasourcePackageUsageInfo$;
|
|
1483
|
+
exports.DateFilter$ = DateFilter$;
|
|
1484
|
+
exports.DeleteGraph$ = DeleteGraph$;
|
|
1449
1485
|
exports.DeleteGraphCommand = DeleteGraphCommand;
|
|
1486
|
+
exports.DeleteGraphRequest$ = DeleteGraphRequest$;
|
|
1487
|
+
exports.DeleteMembers$ = DeleteMembers$;
|
|
1450
1488
|
exports.DeleteMembersCommand = DeleteMembersCommand;
|
|
1489
|
+
exports.DeleteMembersRequest$ = DeleteMembersRequest$;
|
|
1490
|
+
exports.DeleteMembersResponse$ = DeleteMembersResponse$;
|
|
1491
|
+
exports.DescribeOrganizationConfiguration$ = DescribeOrganizationConfiguration$;
|
|
1451
1492
|
exports.DescribeOrganizationConfigurationCommand = DescribeOrganizationConfigurationCommand;
|
|
1493
|
+
exports.DescribeOrganizationConfigurationRequest$ = DescribeOrganizationConfigurationRequest$;
|
|
1494
|
+
exports.DescribeOrganizationConfigurationResponse$ = DescribeOrganizationConfigurationResponse$;
|
|
1452
1495
|
exports.Detective = Detective;
|
|
1453
1496
|
exports.DetectiveClient = DetectiveClient;
|
|
1454
|
-
exports.DetectiveServiceException = DetectiveServiceException
|
|
1497
|
+
exports.DetectiveServiceException = DetectiveServiceException;
|
|
1498
|
+
exports.DetectiveServiceException$ = DetectiveServiceException$;
|
|
1499
|
+
exports.DisableOrganizationAdminAccount$ = DisableOrganizationAdminAccount$;
|
|
1455
1500
|
exports.DisableOrganizationAdminAccountCommand = DisableOrganizationAdminAccountCommand;
|
|
1501
|
+
exports.DisassociateMembership$ = DisassociateMembership$;
|
|
1456
1502
|
exports.DisassociateMembershipCommand = DisassociateMembershipCommand;
|
|
1503
|
+
exports.DisassociateMembershipRequest$ = DisassociateMembershipRequest$;
|
|
1504
|
+
exports.EnableOrganizationAdminAccount$ = EnableOrganizationAdminAccount$;
|
|
1457
1505
|
exports.EnableOrganizationAdminAccountCommand = EnableOrganizationAdminAccountCommand;
|
|
1506
|
+
exports.EnableOrganizationAdminAccountRequest$ = EnableOrganizationAdminAccountRequest$;
|
|
1458
1507
|
exports.EntityType = EntityType;
|
|
1459
1508
|
exports.ErrorCode = ErrorCode;
|
|
1460
1509
|
exports.Field = Field;
|
|
1510
|
+
exports.FilterCriteria$ = FilterCriteria$;
|
|
1511
|
+
exports.FlaggedIpAddressDetail$ = FlaggedIpAddressDetail$;
|
|
1512
|
+
exports.GetInvestigation$ = GetInvestigation$;
|
|
1461
1513
|
exports.GetInvestigationCommand = GetInvestigationCommand;
|
|
1514
|
+
exports.GetInvestigationRequest$ = GetInvestigationRequest$;
|
|
1515
|
+
exports.GetInvestigationResponse$ = GetInvestigationResponse$;
|
|
1516
|
+
exports.GetMembers$ = GetMembers$;
|
|
1462
1517
|
exports.GetMembersCommand = GetMembersCommand;
|
|
1518
|
+
exports.GetMembersRequest$ = GetMembersRequest$;
|
|
1519
|
+
exports.GetMembersResponse$ = GetMembersResponse$;
|
|
1520
|
+
exports.Graph$ = Graph$;
|
|
1521
|
+
exports.ImpossibleTravelDetail$ = ImpossibleTravelDetail$;
|
|
1522
|
+
exports.Indicator$ = Indicator$;
|
|
1523
|
+
exports.IndicatorDetail$ = IndicatorDetail$;
|
|
1463
1524
|
exports.IndicatorType = IndicatorType;
|
|
1464
|
-
exports.InternalServerException = InternalServerException
|
|
1525
|
+
exports.InternalServerException = InternalServerException;
|
|
1526
|
+
exports.InternalServerException$ = InternalServerException$;
|
|
1527
|
+
exports.InvestigationDetail$ = InvestigationDetail$;
|
|
1465
1528
|
exports.InvitationType = InvitationType;
|
|
1529
|
+
exports.ListDatasourcePackages$ = ListDatasourcePackages$;
|
|
1466
1530
|
exports.ListDatasourcePackagesCommand = ListDatasourcePackagesCommand;
|
|
1531
|
+
exports.ListDatasourcePackagesRequest$ = ListDatasourcePackagesRequest$;
|
|
1532
|
+
exports.ListDatasourcePackagesResponse$ = ListDatasourcePackagesResponse$;
|
|
1533
|
+
exports.ListGraphs$ = ListGraphs$;
|
|
1467
1534
|
exports.ListGraphsCommand = ListGraphsCommand;
|
|
1535
|
+
exports.ListGraphsRequest$ = ListGraphsRequest$;
|
|
1536
|
+
exports.ListGraphsResponse$ = ListGraphsResponse$;
|
|
1537
|
+
exports.ListIndicators$ = ListIndicators$;
|
|
1468
1538
|
exports.ListIndicatorsCommand = ListIndicatorsCommand;
|
|
1539
|
+
exports.ListIndicatorsRequest$ = ListIndicatorsRequest$;
|
|
1540
|
+
exports.ListIndicatorsResponse$ = ListIndicatorsResponse$;
|
|
1541
|
+
exports.ListInvestigations$ = ListInvestigations$;
|
|
1469
1542
|
exports.ListInvestigationsCommand = ListInvestigationsCommand;
|
|
1543
|
+
exports.ListInvestigationsRequest$ = ListInvestigationsRequest$;
|
|
1544
|
+
exports.ListInvestigationsResponse$ = ListInvestigationsResponse$;
|
|
1545
|
+
exports.ListInvitations$ = ListInvitations$;
|
|
1470
1546
|
exports.ListInvitationsCommand = ListInvitationsCommand;
|
|
1547
|
+
exports.ListInvitationsRequest$ = ListInvitationsRequest$;
|
|
1548
|
+
exports.ListInvitationsResponse$ = ListInvitationsResponse$;
|
|
1549
|
+
exports.ListMembers$ = ListMembers$;
|
|
1471
1550
|
exports.ListMembersCommand = ListMembersCommand;
|
|
1551
|
+
exports.ListMembersRequest$ = ListMembersRequest$;
|
|
1552
|
+
exports.ListMembersResponse$ = ListMembersResponse$;
|
|
1553
|
+
exports.ListOrganizationAdminAccounts$ = ListOrganizationAdminAccounts$;
|
|
1472
1554
|
exports.ListOrganizationAdminAccountsCommand = ListOrganizationAdminAccountsCommand;
|
|
1555
|
+
exports.ListOrganizationAdminAccountsRequest$ = ListOrganizationAdminAccountsRequest$;
|
|
1556
|
+
exports.ListOrganizationAdminAccountsResponse$ = ListOrganizationAdminAccountsResponse$;
|
|
1557
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
1473
1558
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
1559
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
1560
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
1561
|
+
exports.MemberDetail$ = MemberDetail$;
|
|
1474
1562
|
exports.MemberDisabledReason = MemberDisabledReason;
|
|
1475
1563
|
exports.MemberStatus = MemberStatus;
|
|
1564
|
+
exports.MembershipDatasources$ = MembershipDatasources$;
|
|
1565
|
+
exports.NewAsoDetail$ = NewAsoDetail$;
|
|
1566
|
+
exports.NewGeolocationDetail$ = NewGeolocationDetail$;
|
|
1567
|
+
exports.NewUserAgentDetail$ = NewUserAgentDetail$;
|
|
1476
1568
|
exports.Reason = Reason;
|
|
1569
|
+
exports.RejectInvitation$ = RejectInvitation$;
|
|
1477
1570
|
exports.RejectInvitationCommand = RejectInvitationCommand;
|
|
1478
|
-
exports.
|
|
1479
|
-
exports.
|
|
1571
|
+
exports.RejectInvitationRequest$ = RejectInvitationRequest$;
|
|
1572
|
+
exports.RelatedFindingDetail$ = RelatedFindingDetail$;
|
|
1573
|
+
exports.RelatedFindingGroupDetail$ = RelatedFindingGroupDetail$;
|
|
1574
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
1575
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
1576
|
+
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
1577
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
1480
1578
|
exports.Severity = Severity;
|
|
1579
|
+
exports.SortCriteria$ = SortCriteria$;
|
|
1481
1580
|
exports.SortOrder = SortOrder;
|
|
1581
|
+
exports.StartInvestigation$ = StartInvestigation$;
|
|
1482
1582
|
exports.StartInvestigationCommand = StartInvestigationCommand;
|
|
1583
|
+
exports.StartInvestigationRequest$ = StartInvestigationRequest$;
|
|
1584
|
+
exports.StartInvestigationResponse$ = StartInvestigationResponse$;
|
|
1585
|
+
exports.StartMonitoringMember$ = StartMonitoringMember$;
|
|
1483
1586
|
exports.StartMonitoringMemberCommand = StartMonitoringMemberCommand;
|
|
1587
|
+
exports.StartMonitoringMemberRequest$ = StartMonitoringMemberRequest$;
|
|
1484
1588
|
exports.State = State;
|
|
1485
1589
|
exports.Status = Status;
|
|
1590
|
+
exports.StringFilter$ = StringFilter$;
|
|
1591
|
+
exports.TTPsObservedDetail$ = TTPsObservedDetail$;
|
|
1592
|
+
exports.TagResource$ = TagResource$;
|
|
1486
1593
|
exports.TagResourceCommand = TagResourceCommand;
|
|
1487
|
-
exports.
|
|
1594
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
1595
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
1596
|
+
exports.TimestampForCollection$ = TimestampForCollection$;
|
|
1597
|
+
exports.TooManyRequestsException = TooManyRequestsException;
|
|
1598
|
+
exports.TooManyRequestsException$ = TooManyRequestsException$;
|
|
1599
|
+
exports.UnprocessedAccount$ = UnprocessedAccount$;
|
|
1600
|
+
exports.UnprocessedGraph$ = UnprocessedGraph$;
|
|
1601
|
+
exports.UntagResource$ = UntagResource$;
|
|
1488
1602
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
1603
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
1604
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
1605
|
+
exports.UpdateDatasourcePackages$ = UpdateDatasourcePackages$;
|
|
1489
1606
|
exports.UpdateDatasourcePackagesCommand = UpdateDatasourcePackagesCommand;
|
|
1607
|
+
exports.UpdateDatasourcePackagesRequest$ = UpdateDatasourcePackagesRequest$;
|
|
1608
|
+
exports.UpdateInvestigationState$ = UpdateInvestigationState$;
|
|
1490
1609
|
exports.UpdateInvestigationStateCommand = UpdateInvestigationStateCommand;
|
|
1610
|
+
exports.UpdateInvestigationStateRequest$ = UpdateInvestigationStateRequest$;
|
|
1611
|
+
exports.UpdateOrganizationConfiguration$ = UpdateOrganizationConfiguration$;
|
|
1491
1612
|
exports.UpdateOrganizationConfigurationCommand = UpdateOrganizationConfigurationCommand;
|
|
1492
|
-
exports.
|
|
1613
|
+
exports.UpdateOrganizationConfigurationRequest$ = UpdateOrganizationConfigurationRequest$;
|
|
1614
|
+
exports.ValidationException = ValidationException;
|
|
1615
|
+
exports.ValidationException$ = ValidationException$;
|
|
1493
1616
|
exports.paginateListDatasourcePackages = paginateListDatasourcePackages;
|
|
1494
1617
|
exports.paginateListGraphs = paginateListGraphs;
|
|
1495
1618
|
exports.paginateListInvitations = paginateListInvitations;
|