@aws-sdk/client-security-ir 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 +344 -242
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/BatchGetMemberAccountDetailsCommand.js +2 -2
- package/dist-es/commands/CancelMembershipCommand.js +2 -2
- package/dist-es/commands/CloseCaseCommand.js +2 -2
- package/dist-es/commands/CreateCaseCommand.js +2 -2
- package/dist-es/commands/CreateCaseCommentCommand.js +2 -2
- package/dist-es/commands/CreateMembershipCommand.js +2 -2
- package/dist-es/commands/GetCaseAttachmentDownloadUrlCommand.js +2 -2
- package/dist-es/commands/GetCaseAttachmentUploadUrlCommand.js +2 -2
- package/dist-es/commands/GetCaseCommand.js +2 -2
- package/dist-es/commands/GetMembershipCommand.js +2 -2
- package/dist-es/commands/ListCaseEditsCommand.js +2 -2
- package/dist-es/commands/ListCasesCommand.js +2 -2
- package/dist-es/commands/ListCommentsCommand.js +2 -2
- package/dist-es/commands/ListInvestigationsCommand.js +2 -2
- package/dist-es/commands/ListMembershipsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/SendFeedbackCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateCaseCommand.js +2 -2
- package/dist-es/commands/UpdateCaseCommentCommand.js +2 -2
- package/dist-es/commands/UpdateCaseStatusCommand.js +2 -2
- package/dist-es/commands/UpdateMembershipCommand.js +2 -2
- package/dist-es/commands/UpdateResolverTypeCommand.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 +210 -208
- package/dist-types/SecurityIRClient.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 +101 -134
- package/dist-types/ts3.4/SecurityIRClient.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 +100 -135
- package/package.json +34 -34
package/dist-cjs/index.js
CHANGED
|
@@ -108,14 +108,14 @@ class SecurityIRClient extends smithyClient.Client {
|
|
|
108
108
|
}
|
|
109
109
|
}
|
|
110
110
|
|
|
111
|
-
|
|
111
|
+
class SecurityIRServiceException extends smithyClient.ServiceException {
|
|
112
112
|
constructor(options) {
|
|
113
113
|
super(options);
|
|
114
114
|
Object.setPrototypeOf(this, SecurityIRServiceException.prototype);
|
|
115
115
|
}
|
|
116
|
-
}
|
|
116
|
+
}
|
|
117
117
|
|
|
118
|
-
|
|
118
|
+
class AccessDeniedException extends SecurityIRServiceException {
|
|
119
119
|
name = "AccessDeniedException";
|
|
120
120
|
$fault = "client";
|
|
121
121
|
constructor(opts) {
|
|
@@ -126,8 +126,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends SecurityIRServ
|
|
|
126
126
|
});
|
|
127
127
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
128
128
|
}
|
|
129
|
-
}
|
|
130
|
-
|
|
129
|
+
}
|
|
130
|
+
class ConflictException extends SecurityIRServiceException {
|
|
131
131
|
name = "ConflictException";
|
|
132
132
|
$fault = "client";
|
|
133
133
|
resourceId;
|
|
@@ -142,8 +142,8 @@ let ConflictException$1 = class ConflictException extends SecurityIRServiceExcep
|
|
|
142
142
|
this.resourceId = opts.resourceId;
|
|
143
143
|
this.resourceType = opts.resourceType;
|
|
144
144
|
}
|
|
145
|
-
}
|
|
146
|
-
|
|
145
|
+
}
|
|
146
|
+
class InternalServerException extends SecurityIRServiceException {
|
|
147
147
|
name = "InternalServerException";
|
|
148
148
|
$fault = "server";
|
|
149
149
|
$retryable = {};
|
|
@@ -157,8 +157,8 @@ let InternalServerException$1 = class InternalServerException extends SecurityIR
|
|
|
157
157
|
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
158
158
|
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
159
159
|
}
|
|
160
|
-
}
|
|
161
|
-
|
|
160
|
+
}
|
|
161
|
+
class InvalidTokenException extends SecurityIRServiceException {
|
|
162
162
|
name = "InvalidTokenException";
|
|
163
163
|
$fault = "client";
|
|
164
164
|
$retryable = {};
|
|
@@ -170,8 +170,8 @@ let InvalidTokenException$1 = class InvalidTokenException extends SecurityIRServ
|
|
|
170
170
|
});
|
|
171
171
|
Object.setPrototypeOf(this, InvalidTokenException.prototype);
|
|
172
172
|
}
|
|
173
|
-
}
|
|
174
|
-
|
|
173
|
+
}
|
|
174
|
+
class ResourceNotFoundException extends SecurityIRServiceException {
|
|
175
175
|
name = "ResourceNotFoundException";
|
|
176
176
|
$fault = "client";
|
|
177
177
|
constructor(opts) {
|
|
@@ -182,8 +182,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Securi
|
|
|
182
182
|
});
|
|
183
183
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
184
184
|
}
|
|
185
|
-
}
|
|
186
|
-
|
|
185
|
+
}
|
|
186
|
+
class SecurityIncidentResponseNotActiveException extends SecurityIRServiceException {
|
|
187
187
|
name = "SecurityIncidentResponseNotActiveException";
|
|
188
188
|
$fault = "client";
|
|
189
189
|
constructor(opts) {
|
|
@@ -194,8 +194,8 @@ let SecurityIncidentResponseNotActiveException$1 = class SecurityIncidentRespons
|
|
|
194
194
|
});
|
|
195
195
|
Object.setPrototypeOf(this, SecurityIncidentResponseNotActiveException.prototype);
|
|
196
196
|
}
|
|
197
|
-
}
|
|
198
|
-
|
|
197
|
+
}
|
|
198
|
+
class ServiceQuotaExceededException extends SecurityIRServiceException {
|
|
199
199
|
name = "ServiceQuotaExceededException";
|
|
200
200
|
$fault = "client";
|
|
201
201
|
resourceId;
|
|
@@ -214,8 +214,8 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
|
|
|
214
214
|
this.serviceCode = opts.serviceCode;
|
|
215
215
|
this.quotaCode = opts.quotaCode;
|
|
216
216
|
}
|
|
217
|
-
}
|
|
218
|
-
|
|
217
|
+
}
|
|
218
|
+
class ThrottlingException extends SecurityIRServiceException {
|
|
219
219
|
name = "ThrottlingException";
|
|
220
220
|
$fault = "client";
|
|
221
221
|
$retryable = {
|
|
@@ -235,8 +235,8 @@ let ThrottlingException$1 = class ThrottlingException extends SecurityIRServiceE
|
|
|
235
235
|
this.quotaCode = opts.quotaCode;
|
|
236
236
|
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
237
237
|
}
|
|
238
|
-
}
|
|
239
|
-
|
|
238
|
+
}
|
|
239
|
+
class ValidationException extends SecurityIRServiceException {
|
|
240
240
|
name = "ValidationException";
|
|
241
241
|
$fault = "client";
|
|
242
242
|
reason;
|
|
@@ -251,7 +251,7 @@ let ValidationException$1 = class ValidationException extends SecurityIRServiceE
|
|
|
251
251
|
this.reason = opts.reason;
|
|
252
252
|
this.fieldList = opts.fieldList;
|
|
253
253
|
}
|
|
254
|
-
}
|
|
254
|
+
}
|
|
255
255
|
|
|
256
256
|
const _ADE = "AccessDeniedException";
|
|
257
257
|
const _BGMAD = "BatchGetMemberAccountDetails";
|
|
@@ -502,9 +502,9 @@ var JobTitle = [0, n0, _JT, 8, 0];
|
|
|
502
502
|
var MembershipName = [0, n0, _MN, 8, 0];
|
|
503
503
|
var PersonName = [0, n0, _PN, 8, 0];
|
|
504
504
|
var Url = [0, n0, _U, 8, 0];
|
|
505
|
-
var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
506
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
507
|
-
var BatchGetMemberAccountDetailsRequest = [
|
|
505
|
+
var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
506
|
+
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
507
|
+
var BatchGetMemberAccountDetailsRequest$ = [
|
|
508
508
|
3,
|
|
509
509
|
n0,
|
|
510
510
|
_BGMADR,
|
|
@@ -512,7 +512,7 @@ var BatchGetMemberAccountDetailsRequest = [
|
|
|
512
512
|
[_mI, _aI],
|
|
513
513
|
[[0, 1], 64 | 0],
|
|
514
514
|
];
|
|
515
|
-
var BatchGetMemberAccountDetailsResponse = [
|
|
515
|
+
var BatchGetMemberAccountDetailsResponse$ = [
|
|
516
516
|
3,
|
|
517
517
|
n0,
|
|
518
518
|
_BGMADRa,
|
|
@@ -520,9 +520,9 @@ var BatchGetMemberAccountDetailsResponse = [
|
|
|
520
520
|
[_i, _er],
|
|
521
521
|
[() => GetMembershipAccountDetailItems, () => GetMembershipAccountDetailErrors],
|
|
522
522
|
];
|
|
523
|
-
var CancelMembershipRequest = [3, n0, _CMR, 0, [_mI], [[0, 1]]];
|
|
524
|
-
var CancelMembershipResponse = [3, n0, _CMRa, 0, [_mI], [0]];
|
|
525
|
-
var CaseAttachmentAttributes = [
|
|
523
|
+
var CancelMembershipRequest$ = [3, n0, _CMR, 0, [_mI], [[0, 1]]];
|
|
524
|
+
var CancelMembershipResponse$ = [3, n0, _CMRa, 0, [_mI], [0]];
|
|
525
|
+
var CaseAttachmentAttributes$ = [
|
|
526
526
|
3,
|
|
527
527
|
n0,
|
|
528
528
|
_CAA,
|
|
@@ -530,13 +530,13 @@ var CaseAttachmentAttributes = [
|
|
|
530
530
|
[_aIt, _fN, _aS, _cr, _cD],
|
|
531
531
|
[0, [() => FileName, 0], 0, 0, 4],
|
|
532
532
|
];
|
|
533
|
-
var CaseEditItem = [3, n0, _CEI, 0, [_eT, _p, _a, _m], [4, 0, 0, 0]];
|
|
534
|
-
var CaseMetadataEntry = [3, n0, _CME, 0, [_k, _v], [0, 0]];
|
|
535
|
-
var CloseCaseRequest = [3, n0, _CCR, 0, [_cI], [[0, 1]]];
|
|
536
|
-
var CloseCaseResponse = [3, n0, _CCRl, 0, [_cS, _cDl], [0, 4]];
|
|
537
|
-
var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI, _rT], [0, 0, 0]];
|
|
538
|
-
schema.TypeRegistry.for(n0).registerError(ConflictException
|
|
539
|
-
var CreateCaseCommentRequest = [
|
|
533
|
+
var CaseEditItem$ = [3, n0, _CEI, 0, [_eT, _p, _a, _m], [4, 0, 0, 0]];
|
|
534
|
+
var CaseMetadataEntry$ = [3, n0, _CME, 0, [_k, _v], [0, 0]];
|
|
535
|
+
var CloseCaseRequest$ = [3, n0, _CCR, 0, [_cI], [[0, 1]]];
|
|
536
|
+
var CloseCaseResponse$ = [3, n0, _CCRl, 0, [_cS, _cDl], [0, 4]];
|
|
537
|
+
var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI, _rT], [0, 0, 0]];
|
|
538
|
+
schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
539
|
+
var CreateCaseCommentRequest$ = [
|
|
540
540
|
3,
|
|
541
541
|
n0,
|
|
542
542
|
_CCCR,
|
|
@@ -548,8 +548,8 @@ var CreateCaseCommentRequest = [
|
|
|
548
548
|
[() => CommentBody, 0],
|
|
549
549
|
],
|
|
550
550
|
];
|
|
551
|
-
var CreateCaseCommentResponse = [3, n0, _CCCRr, 0, [_cIo], [0]];
|
|
552
|
-
var CreateCaseRequest = [
|
|
551
|
+
var CreateCaseCommentResponse$ = [3, n0, _CCCRr, 0, [_cIo], [0]];
|
|
552
|
+
var CreateCaseRequest$ = [
|
|
553
553
|
3,
|
|
554
554
|
n0,
|
|
555
555
|
_CCRr,
|
|
@@ -570,8 +570,8 @@ var CreateCaseRequest = [
|
|
|
570
570
|
128 | 0,
|
|
571
571
|
],
|
|
572
572
|
];
|
|
573
|
-
var CreateCaseResponse = [3, n0, _CCRre, 0, [_cI], [0]];
|
|
574
|
-
var CreateMembershipRequest = [
|
|
573
|
+
var CreateCaseResponse$ = [3, n0, _CCRre, 0, [_cI], [0]];
|
|
574
|
+
var CreateMembershipRequest$ = [
|
|
575
575
|
3,
|
|
576
576
|
n0,
|
|
577
577
|
_CMRr,
|
|
@@ -579,8 +579,8 @@ var CreateMembershipRequest = [
|
|
|
579
579
|
[_cT, _mN, _iRT, _oIF, _ta, _cEO],
|
|
580
580
|
[[0, 4], [() => MembershipName, 0], [() => IncidentResponseTeam, 0], () => OptInFeatures, 128 | 0, 2],
|
|
581
581
|
];
|
|
582
|
-
var CreateMembershipResponse = [3, n0, _CMRre, 0, [_mI], [0]];
|
|
583
|
-
var GetCaseAttachmentDownloadUrlRequest = [
|
|
582
|
+
var CreateMembershipResponse$ = [3, n0, _CMRre, 0, [_mI], [0]];
|
|
583
|
+
var GetCaseAttachmentDownloadUrlRequest$ = [
|
|
584
584
|
3,
|
|
585
585
|
n0,
|
|
586
586
|
_GCADUR,
|
|
@@ -591,8 +591,15 @@ var GetCaseAttachmentDownloadUrlRequest = [
|
|
|
591
591
|
[0, 1],
|
|
592
592
|
],
|
|
593
593
|
];
|
|
594
|
-
var GetCaseAttachmentDownloadUrlResponse = [
|
|
595
|
-
|
|
594
|
+
var GetCaseAttachmentDownloadUrlResponse$ = [
|
|
595
|
+
3,
|
|
596
|
+
n0,
|
|
597
|
+
_GCADURe,
|
|
598
|
+
0,
|
|
599
|
+
[_aPU],
|
|
600
|
+
[[() => Url, 0]],
|
|
601
|
+
];
|
|
602
|
+
var GetCaseAttachmentUploadUrlRequest$ = [
|
|
596
603
|
3,
|
|
597
604
|
n0,
|
|
598
605
|
_GCAUUR,
|
|
@@ -600,9 +607,9 @@ var GetCaseAttachmentUploadUrlRequest = [
|
|
|
600
607
|
[_cI, _fN, _cL, _cT],
|
|
601
608
|
[[0, 1], [() => FileName, 0], 1, [0, 4]],
|
|
602
609
|
];
|
|
603
|
-
var GetCaseAttachmentUploadUrlResponse = [3, n0, _GCAUURe, 0, [_aPU], [[() => Url, 0]]];
|
|
604
|
-
var GetCaseRequest = [3, n0, _GCR, 0, [_cI], [[0, 1]]];
|
|
605
|
-
var GetCaseResponse = [
|
|
610
|
+
var GetCaseAttachmentUploadUrlResponse$ = [3, n0, _GCAUURe, 0, [_aPU], [[() => Url, 0]]];
|
|
611
|
+
var GetCaseRequest$ = [3, n0, _GCR, 0, [_cI], [[0, 1]]];
|
|
612
|
+
var GetCaseResponse$ = [
|
|
606
613
|
3,
|
|
607
614
|
n0,
|
|
608
615
|
_GCRe,
|
|
@@ -631,10 +638,10 @@ var GetCaseResponse = [
|
|
|
631
638
|
() => CaseMetadata,
|
|
632
639
|
],
|
|
633
640
|
];
|
|
634
|
-
var GetMembershipAccountDetailError = [3, n0, _GMADE, 0, [_aIc, _e, _m], [0, 0, 0]];
|
|
635
|
-
var GetMembershipAccountDetailItem = [3, n0, _GMADI, 0, [_aIc, _rS, _rTel], [0, 0, 0]];
|
|
636
|
-
var GetMembershipRequest = [3, n0, _GMR, 0, [_mI], [[0, 1]]];
|
|
637
|
-
var GetMembershipResponse = [
|
|
641
|
+
var GetMembershipAccountDetailError$ = [3, n0, _GMADE, 0, [_aIc, _e, _m], [0, 0, 0]];
|
|
642
|
+
var GetMembershipAccountDetailItem$ = [3, n0, _GMADI, 0, [_aIc, _rS, _rTel], [0, 0, 0]];
|
|
643
|
+
var GetMembershipRequest$ = [3, n0, _GMR, 0, [_mI], [[0, 1]]];
|
|
644
|
+
var GetMembershipResponse$ = [
|
|
638
645
|
3,
|
|
639
646
|
n0,
|
|
640
647
|
_GMRe,
|
|
@@ -653,11 +660,11 @@ var GetMembershipResponse = [
|
|
|
653
660
|
1,
|
|
654
661
|
[() => IncidentResponseTeam, 0],
|
|
655
662
|
() => OptInFeatures,
|
|
656
|
-
() => MembershipAccountsConfigurations
|
|
663
|
+
() => MembershipAccountsConfigurations$,
|
|
657
664
|
],
|
|
658
665
|
];
|
|
659
|
-
var ImpactedAwsRegion = [3, n0, _IAR, 0, [_r], [0]];
|
|
660
|
-
var IncidentResponder = [
|
|
666
|
+
var ImpactedAwsRegion$ = [3, n0, _IAR, 0, [_r], [0]];
|
|
667
|
+
var IncidentResponder$ = [
|
|
661
668
|
3,
|
|
662
669
|
n0,
|
|
663
670
|
_IR,
|
|
@@ -665,7 +672,7 @@ var IncidentResponder = [
|
|
|
665
672
|
[_n, _jT, _em, _cP],
|
|
666
673
|
[[() => IncidentResponderName, 0], [() => JobTitle, 0], [() => EmailAddress, 0], 64 | 0],
|
|
667
674
|
];
|
|
668
|
-
var InternalServerException = [
|
|
675
|
+
var InternalServerException$ = [
|
|
669
676
|
-3,
|
|
670
677
|
n0,
|
|
671
678
|
_ISE,
|
|
@@ -673,20 +680,20 @@ var InternalServerException = [
|
|
|
673
680
|
[_m, _rAS],
|
|
674
681
|
[0, [1, { [_hH]: _RA }]],
|
|
675
682
|
];
|
|
676
|
-
schema.TypeRegistry.for(n0).registerError(InternalServerException
|
|
677
|
-
var InvalidTokenException = [-3, n0, _ITE, { [_e]: _c, [_hE]: 423 }, [_m], [0]];
|
|
678
|
-
schema.TypeRegistry.for(n0).registerError(InvalidTokenException
|
|
679
|
-
var InvestigationAction = [
|
|
683
|
+
schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
684
|
+
var InvalidTokenException$ = [-3, n0, _ITE, { [_e]: _c, [_hE]: 423 }, [_m], [0]];
|
|
685
|
+
schema.TypeRegistry.for(n0).registerError(InvalidTokenException$, InvalidTokenException);
|
|
686
|
+
var InvestigationAction$ = [
|
|
680
687
|
3,
|
|
681
688
|
n0,
|
|
682
689
|
_IA,
|
|
683
690
|
0,
|
|
684
691
|
[_iI, _aT, _t, _co, _st, _lU, _f],
|
|
685
|
-
[0, 0, 0, 0, 0, 4, () => InvestigationFeedback],
|
|
692
|
+
[0, 0, 0, 0, 0, 4, () => InvestigationFeedback$],
|
|
686
693
|
];
|
|
687
|
-
var InvestigationFeedback = [3, n0, _IF, 0, [_u, _com, _sA], [0, 0, 4]];
|
|
688
|
-
var ListCaseEditsRequest = [3, n0, _LCER, 0, [_nT, _mR, _cI], [0, 1, [0, 1]]];
|
|
689
|
-
var ListCaseEditsResponse = [
|
|
694
|
+
var InvestigationFeedback$ = [3, n0, _IF, 0, [_u, _com, _sA], [0, 0, 4]];
|
|
695
|
+
var ListCaseEditsRequest$ = [3, n0, _LCER, 0, [_nT, _mR, _cI], [0, 1, [0, 1]]];
|
|
696
|
+
var ListCaseEditsResponse$ = [
|
|
690
697
|
3,
|
|
691
698
|
n0,
|
|
692
699
|
_LCERi,
|
|
@@ -694,7 +701,7 @@ var ListCaseEditsResponse = [
|
|
|
694
701
|
[_nT, _i, _to],
|
|
695
702
|
[0, () => CaseEditItems, 1],
|
|
696
703
|
];
|
|
697
|
-
var ListCasesItem = [
|
|
704
|
+
var ListCasesItem$ = [
|
|
698
705
|
3,
|
|
699
706
|
n0,
|
|
700
707
|
_LCI,
|
|
@@ -702,8 +709,8 @@ var ListCasesItem = [
|
|
|
702
709
|
[_cI, _lUD, _t, _cA, _eTn, _cS, _cD, _cDl, _rTe, _pA],
|
|
703
710
|
[0, 4, [() => CaseTitle, 0], 0, 0, 0, 4, 4, 0, 0],
|
|
704
711
|
];
|
|
705
|
-
var ListCasesRequest = [3, n0, _LCR, 0, [_nT, _mR], [0, 1]];
|
|
706
|
-
var ListCasesResponse = [
|
|
712
|
+
var ListCasesRequest$ = [3, n0, _LCR, 0, [_nT, _mR], [0, 1]];
|
|
713
|
+
var ListCasesResponse$ = [
|
|
707
714
|
3,
|
|
708
715
|
n0,
|
|
709
716
|
_LCRi,
|
|
@@ -711,7 +718,7 @@ var ListCasesResponse = [
|
|
|
711
718
|
[_nT, _i, _to],
|
|
712
719
|
[0, [() => ListCasesItems, 0], 1],
|
|
713
720
|
];
|
|
714
|
-
var ListCommentsItem = [
|
|
721
|
+
var ListCommentsItem$ = [
|
|
715
722
|
3,
|
|
716
723
|
n0,
|
|
717
724
|
_LCIi,
|
|
@@ -719,8 +726,8 @@ var ListCommentsItem = [
|
|
|
719
726
|
[_cIo, _cD, _lUD, _cr, _lUB, _b],
|
|
720
727
|
[0, 4, 4, 0, 0, [() => CommentBody, 0]],
|
|
721
728
|
];
|
|
722
|
-
var ListCommentsRequest = [3, n0, _LCRis, 0, [_nT, _mR, _cI], [0, 1, [0, 1]]];
|
|
723
|
-
var ListCommentsResponse = [
|
|
729
|
+
var ListCommentsRequest$ = [3, n0, _LCRis, 0, [_nT, _mR, _cI], [0, 1, [0, 1]]];
|
|
730
|
+
var ListCommentsResponse$ = [
|
|
724
731
|
3,
|
|
725
732
|
n0,
|
|
726
733
|
_LCRist,
|
|
@@ -728,7 +735,7 @@ var ListCommentsResponse = [
|
|
|
728
735
|
[_nT, _i, _to],
|
|
729
736
|
[0, [() => ListCommentsItems, 0], 1],
|
|
730
737
|
];
|
|
731
|
-
var ListInvestigationsRequest = [
|
|
738
|
+
var ListInvestigationsRequest$ = [
|
|
732
739
|
3,
|
|
733
740
|
n0,
|
|
734
741
|
_LIR,
|
|
@@ -740,7 +747,7 @@ var ListInvestigationsRequest = [
|
|
|
740
747
|
[0, 1],
|
|
741
748
|
],
|
|
742
749
|
];
|
|
743
|
-
var ListInvestigationsResponse = [
|
|
750
|
+
var ListInvestigationsResponse$ = [
|
|
744
751
|
3,
|
|
745
752
|
n0,
|
|
746
753
|
_LIRi,
|
|
@@ -748,9 +755,9 @@ var ListInvestigationsResponse = [
|
|
|
748
755
|
[_nT, _iAn],
|
|
749
756
|
[0, () => InvestigationActionList],
|
|
750
757
|
];
|
|
751
|
-
var ListMembershipItem = [3, n0, _LMI, 0, [_mI, _aIc, _r, _mA, _mS], [0, 0, 0, 0, 0]];
|
|
752
|
-
var ListMembershipsRequest = [3, n0, _LMR, 0, [_nT, _mR], [0, 1]];
|
|
753
|
-
var ListMembershipsResponse = [
|
|
758
|
+
var ListMembershipItem$ = [3, n0, _LMI, 0, [_mI, _aIc, _r, _mA, _mS], [0, 0, 0, 0, 0]];
|
|
759
|
+
var ListMembershipsRequest$ = [3, n0, _LMR, 0, [_nT, _mR], [0, 1]];
|
|
760
|
+
var ListMembershipsResponse$ = [
|
|
754
761
|
3,
|
|
755
762
|
n0,
|
|
756
763
|
_LMRi,
|
|
@@ -758,10 +765,10 @@ var ListMembershipsResponse = [
|
|
|
758
765
|
[_nT, _i],
|
|
759
766
|
[0, () => ListMembershipItems],
|
|
760
767
|
];
|
|
761
|
-
var ListTagsForResourceInput = [3, n0, _LTFRI, 0, [_rA], [[0, 1]]];
|
|
762
|
-
var ListTagsForResourceOutput = [3, n0, _LTFRO, 0, [_ta], [128 | 0]];
|
|
763
|
-
var MembershipAccountsConfigurations = [3, n0, _MAC, 0, [_cEO, _oU], [2, 64 | 0]];
|
|
764
|
-
var MembershipAccountsConfigurationsUpdate = [
|
|
768
|
+
var ListTagsForResourceInput$ = [3, n0, _LTFRI, 0, [_rA], [[0, 1]]];
|
|
769
|
+
var ListTagsForResourceOutput$ = [3, n0, _LTFRO, 0, [_ta], [128 | 0]];
|
|
770
|
+
var MembershipAccountsConfigurations$ = [3, n0, _MAC, 0, [_cEO, _oU], [2, 64 | 0]];
|
|
771
|
+
var MembershipAccountsConfigurationsUpdate$ = [
|
|
765
772
|
3,
|
|
766
773
|
n0,
|
|
767
774
|
_MACU,
|
|
@@ -769,10 +776,10 @@ var MembershipAccountsConfigurationsUpdate = [
|
|
|
769
776
|
[_cEO, _oUTA, _oUTR],
|
|
770
777
|
[2, 64 | 0, 64 | 0],
|
|
771
778
|
];
|
|
772
|
-
var OptInFeature = [3, n0, _OIF, 0, [_fNe, _iE], [0, 2]];
|
|
773
|
-
var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
774
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
775
|
-
var SecurityIncidentResponseNotActiveException = [
|
|
779
|
+
var OptInFeature$ = [3, n0, _OIF, 0, [_fNe, _iE], [0, 2]];
|
|
780
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
781
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
782
|
+
var SecurityIncidentResponseNotActiveException$ = [
|
|
776
783
|
-3,
|
|
777
784
|
n0,
|
|
778
785
|
_SIRNAE,
|
|
@@ -780,10 +787,17 @@ var SecurityIncidentResponseNotActiveException = [
|
|
|
780
787
|
[_m],
|
|
781
788
|
[0],
|
|
782
789
|
];
|
|
783
|
-
schema.TypeRegistry.for(n0).registerError(SecurityIncidentResponseNotActiveException
|
|
784
|
-
var SendFeedbackRequest = [
|
|
785
|
-
|
|
786
|
-
|
|
790
|
+
schema.TypeRegistry.for(n0).registerError(SecurityIncidentResponseNotActiveException$, SecurityIncidentResponseNotActiveException);
|
|
791
|
+
var SendFeedbackRequest$ = [
|
|
792
|
+
3,
|
|
793
|
+
n0,
|
|
794
|
+
_SFR,
|
|
795
|
+
0,
|
|
796
|
+
[_cI, _rIe, _u, _com],
|
|
797
|
+
[[0, 1], [0, 1], 0, 0],
|
|
798
|
+
];
|
|
799
|
+
var SendFeedbackResponse$ = [3, n0, _SFRe, 0, [], []];
|
|
800
|
+
var ServiceQuotaExceededException$ = [
|
|
787
801
|
-3,
|
|
788
802
|
n0,
|
|
789
803
|
_SQEE,
|
|
@@ -791,11 +805,11 @@ var ServiceQuotaExceededException = [
|
|
|
791
805
|
[_m, _rI, _rT, _sC, _qC],
|
|
792
806
|
[0, 0, 0, 0, 0],
|
|
793
807
|
];
|
|
794
|
-
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException
|
|
795
|
-
var TagResourceInput = [3, n0, _TRI, 0, [_rA, _ta], [[0, 1], 128 | 0]];
|
|
796
|
-
var TagResourceOutput = [3, n0, _TRO, 0, [], []];
|
|
797
|
-
var ThreatActorIp = [3, n0, _TAI, 0, [_iAp, _uA], [[() => IPAddress, 0], 0]];
|
|
798
|
-
var ThrottlingException = [
|
|
808
|
+
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
809
|
+
var TagResourceInput$ = [3, n0, _TRI, 0, [_rA, _ta], [[0, 1], 128 | 0]];
|
|
810
|
+
var TagResourceOutput$ = [3, n0, _TRO, 0, [], []];
|
|
811
|
+
var ThreatActorIp$ = [3, n0, _TAI, 0, [_iAp, _uA], [[() => IPAddress, 0], 0]];
|
|
812
|
+
var ThrottlingException$ = [
|
|
799
813
|
-3,
|
|
800
814
|
n0,
|
|
801
815
|
_TE,
|
|
@@ -803,8 +817,8 @@ var ThrottlingException = [
|
|
|
803
817
|
[_m, _sC, _qC, _rAS],
|
|
804
818
|
[0, 0, 0, [1, { [_hH]: _RA }]],
|
|
805
819
|
];
|
|
806
|
-
schema.TypeRegistry.for(n0).registerError(ThrottlingException
|
|
807
|
-
var UntagResourceInput = [
|
|
820
|
+
schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
821
|
+
var UntagResourceInput$ = [
|
|
808
822
|
3,
|
|
809
823
|
n0,
|
|
810
824
|
_URI,
|
|
@@ -815,8 +829,8 @@ var UntagResourceInput = [
|
|
|
815
829
|
[64 | 0, { [_hQ]: _tK }],
|
|
816
830
|
],
|
|
817
831
|
];
|
|
818
|
-
var UntagResourceOutput = [3, n0, _URO, 0, [], []];
|
|
819
|
-
var UpdateCaseCommentRequest = [
|
|
832
|
+
var UntagResourceOutput$ = [3, n0, _URO, 0, [], []];
|
|
833
|
+
var UpdateCaseCommentRequest$ = [
|
|
820
834
|
3,
|
|
821
835
|
n0,
|
|
822
836
|
_UCCR,
|
|
@@ -828,7 +842,7 @@ var UpdateCaseCommentRequest = [
|
|
|
828
842
|
[() => CommentBody, 0],
|
|
829
843
|
],
|
|
830
844
|
];
|
|
831
|
-
var UpdateCaseCommentResponse = [
|
|
845
|
+
var UpdateCaseCommentResponse$ = [
|
|
832
846
|
3,
|
|
833
847
|
n0,
|
|
834
848
|
_UCCRp,
|
|
@@ -836,7 +850,7 @@ var UpdateCaseCommentResponse = [
|
|
|
836
850
|
[_cIo, _b],
|
|
837
851
|
[0, [() => CommentBody, 0]],
|
|
838
852
|
];
|
|
839
|
-
var UpdateCaseRequest = [
|
|
853
|
+
var UpdateCaseRequest$ = [
|
|
840
854
|
3,
|
|
841
855
|
n0,
|
|
842
856
|
_UCR,
|
|
@@ -862,10 +876,10 @@ var UpdateCaseRequest = [
|
|
|
862
876
|
() => CaseMetadata,
|
|
863
877
|
],
|
|
864
878
|
];
|
|
865
|
-
var UpdateCaseResponse = [3, n0, _UCRp, 0, [], []];
|
|
866
|
-
var UpdateCaseStatusRequest = [3, n0, _UCSR, 0, [_cI, _cS], [[0, 1], 0]];
|
|
867
|
-
var UpdateCaseStatusResponse = [3, n0, _UCSRp, 0, [_cS], [0]];
|
|
868
|
-
var UpdateMembershipRequest = [
|
|
879
|
+
var UpdateCaseResponse$ = [3, n0, _UCRp, 0, [], []];
|
|
880
|
+
var UpdateCaseStatusRequest$ = [3, n0, _UCSR, 0, [_cI, _cS], [[0, 1], 0]];
|
|
881
|
+
var UpdateCaseStatusResponse$ = [3, n0, _UCSRp, 0, [_cS], [0]];
|
|
882
|
+
var UpdateMembershipRequest$ = [
|
|
869
883
|
3,
|
|
870
884
|
n0,
|
|
871
885
|
_UMR,
|
|
@@ -876,14 +890,14 @@ var UpdateMembershipRequest = [
|
|
|
876
890
|
[() => MembershipName, 0],
|
|
877
891
|
[() => IncidentResponseTeam, 0],
|
|
878
892
|
() => OptInFeatures,
|
|
879
|
-
() => MembershipAccountsConfigurationsUpdate
|
|
893
|
+
() => MembershipAccountsConfigurationsUpdate$,
|
|
880
894
|
2,
|
|
881
895
|
],
|
|
882
896
|
];
|
|
883
|
-
var UpdateMembershipResponse = [3, n0, _UMRp, 0, [], []];
|
|
884
|
-
var UpdateResolverTypeRequest = [3, n0, _URTR, 0, [_cI, _rTe], [[0, 1], 0]];
|
|
885
|
-
var UpdateResolverTypeResponse = [3, n0, _URTRp, 0, [_cI, _cS, _rTe], [0, 0, 0]];
|
|
886
|
-
var ValidationException = [
|
|
897
|
+
var UpdateMembershipResponse$ = [3, n0, _UMRp, 0, [], []];
|
|
898
|
+
var UpdateResolverTypeRequest$ = [3, n0, _URTR, 0, [_cI, _rTe], [[0, 1], 0]];
|
|
899
|
+
var UpdateResolverTypeResponse$ = [3, n0, _URTRp, 0, [_cI, _cS, _rTe], [0, 0, 0]];
|
|
900
|
+
var ValidationException$ = [
|
|
887
901
|
-3,
|
|
888
902
|
n0,
|
|
889
903
|
_VE,
|
|
@@ -891,9 +905,9 @@ var ValidationException = [
|
|
|
891
905
|
[_m, _re, _fL],
|
|
892
906
|
[0, 0, () => ValidationExceptionFieldList],
|
|
893
907
|
];
|
|
894
|
-
schema.TypeRegistry.for(n0).registerError(ValidationException
|
|
895
|
-
var ValidationExceptionField = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
|
|
896
|
-
var Watcher = [
|
|
908
|
+
schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
909
|
+
var ValidationExceptionField$ = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
|
|
910
|
+
var Watcher$ = [
|
|
897
911
|
3,
|
|
898
912
|
n0,
|
|
899
913
|
_W,
|
|
@@ -905,226 +919,214 @@ var Watcher = [
|
|
|
905
919
|
[() => JobTitle, 0],
|
|
906
920
|
],
|
|
907
921
|
];
|
|
908
|
-
var SecurityIRServiceException = [-3, _sm, "SecurityIRServiceException", 0, [], []];
|
|
909
|
-
schema.TypeRegistry.for(_sm).registerError(SecurityIRServiceException
|
|
910
|
-
var CaseAttachmentsList = [1, n0, _CAL, 0, [() => CaseAttachmentAttributes
|
|
911
|
-
var CaseEditItems = [1, n0, _CEIa, 0, () => CaseEditItem];
|
|
912
|
-
var CaseMetadata = [1, n0, _CM, 0, () => CaseMetadataEntry];
|
|
913
|
-
var GetMembershipAccountDetailErrors = [
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
];
|
|
920
|
-
var
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
];
|
|
927
|
-
var ImpactedAwsRegionList = [1, n0, _IARL, 0, () => ImpactedAwsRegion];
|
|
928
|
-
var IncidentResponseTeam = [1, n0, _IRT, 0, [() => IncidentResponder, 0]];
|
|
929
|
-
var InvestigationActionList = [1, n0, _IAL, 0, () => InvestigationAction];
|
|
930
|
-
var ListCasesItems = [1, n0, _LCIis, 0, [() => ListCasesItem, 0]];
|
|
931
|
-
var ListCommentsItems = [1, n0, _LCIist, 0, [() => ListCommentsItem, 0]];
|
|
932
|
-
var ListMembershipItems = [1, n0, _LMIi, 0, () => ListMembershipItem];
|
|
933
|
-
var OptInFeatures = [1, n0, _OIFp, 0, () => OptInFeature];
|
|
934
|
-
var ThreatActorIpList = [1, n0, _TAIL, 0, [() => ThreatActorIp, 0]];
|
|
935
|
-
var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField];
|
|
936
|
-
var Watchers = [1, n0, _Wa, 0, [() => Watcher, 0]];
|
|
937
|
-
var BatchGetMemberAccountDetails = [
|
|
922
|
+
var SecurityIRServiceException$ = [-3, _sm, "SecurityIRServiceException", 0, [], []];
|
|
923
|
+
schema.TypeRegistry.for(_sm).registerError(SecurityIRServiceException$, SecurityIRServiceException);
|
|
924
|
+
var CaseAttachmentsList = [1, n0, _CAL, 0, [() => CaseAttachmentAttributes$, 0]];
|
|
925
|
+
var CaseEditItems = [1, n0, _CEIa, 0, () => CaseEditItem$];
|
|
926
|
+
var CaseMetadata = [1, n0, _CM, 0, () => CaseMetadataEntry$];
|
|
927
|
+
var GetMembershipAccountDetailErrors = [1, n0, _GMADEe, 0, () => GetMembershipAccountDetailError$];
|
|
928
|
+
var GetMembershipAccountDetailItems = [1, n0, _GMADIe, 0, () => GetMembershipAccountDetailItem$];
|
|
929
|
+
var ImpactedAwsRegionList = [1, n0, _IARL, 0, () => ImpactedAwsRegion$];
|
|
930
|
+
var IncidentResponseTeam = [1, n0, _IRT, 0, [() => IncidentResponder$, 0]];
|
|
931
|
+
var InvestigationActionList = [1, n0, _IAL, 0, () => InvestigationAction$];
|
|
932
|
+
var ListCasesItems = [1, n0, _LCIis, 0, [() => ListCasesItem$, 0]];
|
|
933
|
+
var ListCommentsItems = [1, n0, _LCIist, 0, [() => ListCommentsItem$, 0]];
|
|
934
|
+
var ListMembershipItems = [1, n0, _LMIi, 0, () => ListMembershipItem$];
|
|
935
|
+
var OptInFeatures = [1, n0, _OIFp, 0, () => OptInFeature$];
|
|
936
|
+
var ThreatActorIpList = [1, n0, _TAIL, 0, [() => ThreatActorIp$, 0]];
|
|
937
|
+
var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField$];
|
|
938
|
+
var Watchers = [1, n0, _Wa, 0, [() => Watcher$, 0]];
|
|
939
|
+
var BatchGetMemberAccountDetails$ = [
|
|
938
940
|
9,
|
|
939
941
|
n0,
|
|
940
942
|
_BGMAD,
|
|
941
943
|
{ [_h]: ["POST", "/v1/membership/{membershipId}/batch-member-details", 200] },
|
|
942
|
-
() => BatchGetMemberAccountDetailsRequest
|
|
943
|
-
() => BatchGetMemberAccountDetailsResponse
|
|
944
|
+
() => BatchGetMemberAccountDetailsRequest$,
|
|
945
|
+
() => BatchGetMemberAccountDetailsResponse$,
|
|
944
946
|
];
|
|
945
|
-
var CancelMembership = [
|
|
947
|
+
var CancelMembership$ = [
|
|
946
948
|
9,
|
|
947
949
|
n0,
|
|
948
950
|
_CMa,
|
|
949
951
|
{ [_h]: ["PUT", "/v1/membership/{membershipId}", 200] },
|
|
950
|
-
() => CancelMembershipRequest
|
|
951
|
-
() => CancelMembershipResponse
|
|
952
|
+
() => CancelMembershipRequest$,
|
|
953
|
+
() => CancelMembershipResponse$,
|
|
952
954
|
];
|
|
953
|
-
var CloseCase = [
|
|
955
|
+
var CloseCase$ = [
|
|
954
956
|
9,
|
|
955
957
|
n0,
|
|
956
958
|
_CC,
|
|
957
959
|
{ [_h]: ["POST", "/v1/cases/{caseId}/close-case", 200] },
|
|
958
|
-
() => CloseCaseRequest
|
|
959
|
-
() => CloseCaseResponse
|
|
960
|
+
() => CloseCaseRequest$,
|
|
961
|
+
() => CloseCaseResponse$,
|
|
960
962
|
];
|
|
961
|
-
var CreateCase = [
|
|
963
|
+
var CreateCase$ = [
|
|
962
964
|
9,
|
|
963
965
|
n0,
|
|
964
966
|
_CCr,
|
|
965
967
|
{ [_h]: ["POST", "/v1/create-case", 201] },
|
|
966
|
-
() => CreateCaseRequest
|
|
967
|
-
() => CreateCaseResponse
|
|
968
|
+
() => CreateCaseRequest$,
|
|
969
|
+
() => CreateCaseResponse$,
|
|
968
970
|
];
|
|
969
|
-
var CreateCaseComment = [
|
|
971
|
+
var CreateCaseComment$ = [
|
|
970
972
|
9,
|
|
971
973
|
n0,
|
|
972
974
|
_CCC,
|
|
973
975
|
{ [_h]: ["POST", "/v1/cases/{caseId}/create-comment", 201] },
|
|
974
|
-
() => CreateCaseCommentRequest
|
|
975
|
-
() => CreateCaseCommentResponse
|
|
976
|
+
() => CreateCaseCommentRequest$,
|
|
977
|
+
() => CreateCaseCommentResponse$,
|
|
976
978
|
];
|
|
977
|
-
var CreateMembership = [
|
|
979
|
+
var CreateMembership$ = [
|
|
978
980
|
9,
|
|
979
981
|
n0,
|
|
980
982
|
_CMr,
|
|
981
983
|
{ [_h]: ["POST", "/v1/membership", 201] },
|
|
982
|
-
() => CreateMembershipRequest
|
|
983
|
-
() => CreateMembershipResponse
|
|
984
|
+
() => CreateMembershipRequest$,
|
|
985
|
+
() => CreateMembershipResponse$,
|
|
984
986
|
];
|
|
985
|
-
var GetCase = [
|
|
987
|
+
var GetCase$ = [
|
|
986
988
|
9,
|
|
987
989
|
n0,
|
|
988
990
|
_GC,
|
|
989
991
|
{ [_h]: ["GET", "/v1/cases/{caseId}/get-case", 200] },
|
|
990
|
-
() => GetCaseRequest
|
|
991
|
-
() => GetCaseResponse
|
|
992
|
+
() => GetCaseRequest$,
|
|
993
|
+
() => GetCaseResponse$,
|
|
992
994
|
];
|
|
993
|
-
var GetCaseAttachmentDownloadUrl = [
|
|
995
|
+
var GetCaseAttachmentDownloadUrl$ = [
|
|
994
996
|
9,
|
|
995
997
|
n0,
|
|
996
998
|
_GCADU,
|
|
997
999
|
{ [_h]: ["GET", "/v1/cases/{caseId}/get-presigned-url/{attachmentId}", 201] },
|
|
998
|
-
() => GetCaseAttachmentDownloadUrlRequest
|
|
999
|
-
() => GetCaseAttachmentDownloadUrlResponse
|
|
1000
|
+
() => GetCaseAttachmentDownloadUrlRequest$,
|
|
1001
|
+
() => GetCaseAttachmentDownloadUrlResponse$,
|
|
1000
1002
|
];
|
|
1001
|
-
var GetCaseAttachmentUploadUrl = [
|
|
1003
|
+
var GetCaseAttachmentUploadUrl$ = [
|
|
1002
1004
|
9,
|
|
1003
1005
|
n0,
|
|
1004
1006
|
_GCAUU,
|
|
1005
1007
|
{ [_h]: ["POST", "/v1/cases/{caseId}/get-presigned-url", 201] },
|
|
1006
|
-
() => GetCaseAttachmentUploadUrlRequest
|
|
1007
|
-
() => GetCaseAttachmentUploadUrlResponse
|
|
1008
|
+
() => GetCaseAttachmentUploadUrlRequest$,
|
|
1009
|
+
() => GetCaseAttachmentUploadUrlResponse$,
|
|
1008
1010
|
];
|
|
1009
|
-
var GetMembership = [
|
|
1011
|
+
var GetMembership$ = [
|
|
1010
1012
|
9,
|
|
1011
1013
|
n0,
|
|
1012
1014
|
_GM,
|
|
1013
1015
|
{ [_h]: ["GET", "/v1/membership/{membershipId}", 200] },
|
|
1014
|
-
() => GetMembershipRequest
|
|
1015
|
-
() => GetMembershipResponse
|
|
1016
|
+
() => GetMembershipRequest$,
|
|
1017
|
+
() => GetMembershipResponse$,
|
|
1016
1018
|
];
|
|
1017
|
-
var ListCaseEdits = [
|
|
1019
|
+
var ListCaseEdits$ = [
|
|
1018
1020
|
9,
|
|
1019
1021
|
n0,
|
|
1020
1022
|
_LCE,
|
|
1021
1023
|
{ [_h]: ["POST", "/v1/cases/{caseId}/list-case-edits", 200] },
|
|
1022
|
-
() => ListCaseEditsRequest
|
|
1023
|
-
() => ListCaseEditsResponse
|
|
1024
|
+
() => ListCaseEditsRequest$,
|
|
1025
|
+
() => ListCaseEditsResponse$,
|
|
1024
1026
|
];
|
|
1025
|
-
var ListCases = [
|
|
1027
|
+
var ListCases$ = [
|
|
1026
1028
|
9,
|
|
1027
1029
|
n0,
|
|
1028
1030
|
_LC,
|
|
1029
1031
|
{ [_h]: ["POST", "/v1/list-cases", 200] },
|
|
1030
|
-
() => ListCasesRequest
|
|
1031
|
-
() => ListCasesResponse
|
|
1032
|
+
() => ListCasesRequest$,
|
|
1033
|
+
() => ListCasesResponse$,
|
|
1032
1034
|
];
|
|
1033
|
-
var ListComments = [
|
|
1035
|
+
var ListComments$ = [
|
|
1034
1036
|
9,
|
|
1035
1037
|
n0,
|
|
1036
1038
|
_LCi,
|
|
1037
1039
|
{ [_h]: ["POST", "/v1/cases/{caseId}/list-comments", 200] },
|
|
1038
|
-
() => ListCommentsRequest
|
|
1039
|
-
() => ListCommentsResponse
|
|
1040
|
+
() => ListCommentsRequest$,
|
|
1041
|
+
() => ListCommentsResponse$,
|
|
1040
1042
|
];
|
|
1041
|
-
var ListInvestigations = [
|
|
1043
|
+
var ListInvestigations$ = [
|
|
1042
1044
|
9,
|
|
1043
1045
|
n0,
|
|
1044
1046
|
_LI,
|
|
1045
1047
|
{ [_h]: ["GET", "/v1/cases/{caseId}/list-investigations", 200] },
|
|
1046
|
-
() => ListInvestigationsRequest
|
|
1047
|
-
() => ListInvestigationsResponse
|
|
1048
|
+
() => ListInvestigationsRequest$,
|
|
1049
|
+
() => ListInvestigationsResponse$,
|
|
1048
1050
|
];
|
|
1049
|
-
var ListMemberships = [
|
|
1051
|
+
var ListMemberships$ = [
|
|
1050
1052
|
9,
|
|
1051
1053
|
n0,
|
|
1052
1054
|
_LM,
|
|
1053
1055
|
{ [_h]: ["POST", "/v1/memberships", 200] },
|
|
1054
|
-
() => ListMembershipsRequest
|
|
1055
|
-
() => ListMembershipsResponse
|
|
1056
|
+
() => ListMembershipsRequest$,
|
|
1057
|
+
() => ListMembershipsResponse$,
|
|
1056
1058
|
];
|
|
1057
|
-
var ListTagsForResource = [
|
|
1059
|
+
var ListTagsForResource$ = [
|
|
1058
1060
|
9,
|
|
1059
1061
|
n0,
|
|
1060
1062
|
_LTFR,
|
|
1061
1063
|
{ [_h]: ["GET", "/v1/tags/{resourceArn}", 200] },
|
|
1062
|
-
() => ListTagsForResourceInput
|
|
1063
|
-
() => ListTagsForResourceOutput
|
|
1064
|
+
() => ListTagsForResourceInput$,
|
|
1065
|
+
() => ListTagsForResourceOutput$,
|
|
1064
1066
|
];
|
|
1065
|
-
var SendFeedback = [
|
|
1067
|
+
var SendFeedback$ = [
|
|
1066
1068
|
9,
|
|
1067
1069
|
n0,
|
|
1068
1070
|
_SF,
|
|
1069
1071
|
{ [_h]: ["POST", "/v1/cases/{caseId}/feedback/{resultId}/send-feedback", 200] },
|
|
1070
|
-
() => SendFeedbackRequest
|
|
1071
|
-
() => SendFeedbackResponse
|
|
1072
|
+
() => SendFeedbackRequest$,
|
|
1073
|
+
() => SendFeedbackResponse$,
|
|
1072
1074
|
];
|
|
1073
|
-
var TagResource = [
|
|
1075
|
+
var TagResource$ = [
|
|
1074
1076
|
9,
|
|
1075
1077
|
n0,
|
|
1076
1078
|
_TR,
|
|
1077
1079
|
{ [_h]: ["POST", "/v1/tags/{resourceArn}", 204] },
|
|
1078
|
-
() => TagResourceInput
|
|
1079
|
-
() => TagResourceOutput
|
|
1080
|
+
() => TagResourceInput$,
|
|
1081
|
+
() => TagResourceOutput$,
|
|
1080
1082
|
];
|
|
1081
|
-
var UntagResource = [
|
|
1083
|
+
var UntagResource$ = [
|
|
1082
1084
|
9,
|
|
1083
1085
|
n0,
|
|
1084
1086
|
_UR,
|
|
1085
1087
|
{ [_h]: ["DELETE", "/v1/tags/{resourceArn}", 200] },
|
|
1086
|
-
() => UntagResourceInput
|
|
1087
|
-
() => UntagResourceOutput
|
|
1088
|
+
() => UntagResourceInput$,
|
|
1089
|
+
() => UntagResourceOutput$,
|
|
1088
1090
|
];
|
|
1089
|
-
var UpdateCase = [
|
|
1091
|
+
var UpdateCase$ = [
|
|
1090
1092
|
9,
|
|
1091
1093
|
n0,
|
|
1092
1094
|
_UC,
|
|
1093
1095
|
{ [_h]: ["POST", "/v1/cases/{caseId}/update-case", 200] },
|
|
1094
|
-
() => UpdateCaseRequest
|
|
1095
|
-
() => UpdateCaseResponse
|
|
1096
|
+
() => UpdateCaseRequest$,
|
|
1097
|
+
() => UpdateCaseResponse$,
|
|
1096
1098
|
];
|
|
1097
|
-
var UpdateCaseComment = [
|
|
1099
|
+
var UpdateCaseComment$ = [
|
|
1098
1100
|
9,
|
|
1099
1101
|
n0,
|
|
1100
1102
|
_UCC,
|
|
1101
1103
|
{ [_h]: ["PUT", "/v1/cases/{caseId}/update-case-comment/{commentId}", 200] },
|
|
1102
|
-
() => UpdateCaseCommentRequest
|
|
1103
|
-
() => UpdateCaseCommentResponse
|
|
1104
|
+
() => UpdateCaseCommentRequest$,
|
|
1105
|
+
() => UpdateCaseCommentResponse$,
|
|
1104
1106
|
];
|
|
1105
|
-
var UpdateCaseStatus = [
|
|
1107
|
+
var UpdateCaseStatus$ = [
|
|
1106
1108
|
9,
|
|
1107
1109
|
n0,
|
|
1108
1110
|
_UCS,
|
|
1109
1111
|
{ [_h]: ["POST", "/v1/cases/{caseId}/update-case-status", 201] },
|
|
1110
|
-
() => UpdateCaseStatusRequest
|
|
1111
|
-
() => UpdateCaseStatusResponse
|
|
1112
|
+
() => UpdateCaseStatusRequest$,
|
|
1113
|
+
() => UpdateCaseStatusResponse$,
|
|
1112
1114
|
];
|
|
1113
|
-
var UpdateMembership = [
|
|
1115
|
+
var UpdateMembership$ = [
|
|
1114
1116
|
9,
|
|
1115
1117
|
n0,
|
|
1116
1118
|
_UM,
|
|
1117
1119
|
{ [_h]: ["PUT", "/v1/membership/{membershipId}/update-membership", 200] },
|
|
1118
|
-
() => UpdateMembershipRequest
|
|
1119
|
-
() => UpdateMembershipResponse
|
|
1120
|
+
() => UpdateMembershipRequest$,
|
|
1121
|
+
() => UpdateMembershipResponse$,
|
|
1120
1122
|
];
|
|
1121
|
-
var UpdateResolverType = [
|
|
1123
|
+
var UpdateResolverType$ = [
|
|
1122
1124
|
9,
|
|
1123
1125
|
n0,
|
|
1124
1126
|
_URT,
|
|
1125
1127
|
{ [_h]: ["POST", "/v1/cases/{caseId}/update-resolver-type", 200] },
|
|
1126
|
-
() => UpdateResolverTypeRequest
|
|
1127
|
-
() => UpdateResolverTypeResponse
|
|
1128
|
+
() => UpdateResolverTypeRequest$,
|
|
1129
|
+
() => UpdateResolverTypeResponse$,
|
|
1128
1130
|
];
|
|
1129
1131
|
|
|
1130
1132
|
class BatchGetMemberAccountDetailsCommand extends smithyClient.Command
|
|
@@ -1135,7 +1137,7 @@ class BatchGetMemberAccountDetailsCommand extends smithyClient.Command
|
|
|
1135
1137
|
})
|
|
1136
1138
|
.s("SecurityIncidentResponse", "BatchGetMemberAccountDetails", {})
|
|
1137
1139
|
.n("SecurityIRClient", "BatchGetMemberAccountDetailsCommand")
|
|
1138
|
-
.sc(BatchGetMemberAccountDetails)
|
|
1140
|
+
.sc(BatchGetMemberAccountDetails$)
|
|
1139
1141
|
.build() {
|
|
1140
1142
|
}
|
|
1141
1143
|
|
|
@@ -1147,7 +1149,7 @@ class CancelMembershipCommand extends smithyClient.Command
|
|
|
1147
1149
|
})
|
|
1148
1150
|
.s("SecurityIncidentResponse", "CancelMembership", {})
|
|
1149
1151
|
.n("SecurityIRClient", "CancelMembershipCommand")
|
|
1150
|
-
.sc(CancelMembership)
|
|
1152
|
+
.sc(CancelMembership$)
|
|
1151
1153
|
.build() {
|
|
1152
1154
|
}
|
|
1153
1155
|
|
|
@@ -1159,7 +1161,7 @@ class CloseCaseCommand extends smithyClient.Command
|
|
|
1159
1161
|
})
|
|
1160
1162
|
.s("SecurityIncidentResponse", "CloseCase", {})
|
|
1161
1163
|
.n("SecurityIRClient", "CloseCaseCommand")
|
|
1162
|
-
.sc(CloseCase)
|
|
1164
|
+
.sc(CloseCase$)
|
|
1163
1165
|
.build() {
|
|
1164
1166
|
}
|
|
1165
1167
|
|
|
@@ -1171,7 +1173,7 @@ class CreateCaseCommand extends smithyClient.Command
|
|
|
1171
1173
|
})
|
|
1172
1174
|
.s("SecurityIncidentResponse", "CreateCase", {})
|
|
1173
1175
|
.n("SecurityIRClient", "CreateCaseCommand")
|
|
1174
|
-
.sc(CreateCase)
|
|
1176
|
+
.sc(CreateCase$)
|
|
1175
1177
|
.build() {
|
|
1176
1178
|
}
|
|
1177
1179
|
|
|
@@ -1183,7 +1185,7 @@ class CreateCaseCommentCommand extends smithyClient.Command
|
|
|
1183
1185
|
})
|
|
1184
1186
|
.s("SecurityIncidentResponse", "CreateCaseComment", {})
|
|
1185
1187
|
.n("SecurityIRClient", "CreateCaseCommentCommand")
|
|
1186
|
-
.sc(CreateCaseComment)
|
|
1188
|
+
.sc(CreateCaseComment$)
|
|
1187
1189
|
.build() {
|
|
1188
1190
|
}
|
|
1189
1191
|
|
|
@@ -1195,7 +1197,7 @@ class CreateMembershipCommand extends smithyClient.Command
|
|
|
1195
1197
|
})
|
|
1196
1198
|
.s("SecurityIncidentResponse", "CreateMembership", {})
|
|
1197
1199
|
.n("SecurityIRClient", "CreateMembershipCommand")
|
|
1198
|
-
.sc(CreateMembership)
|
|
1200
|
+
.sc(CreateMembership$)
|
|
1199
1201
|
.build() {
|
|
1200
1202
|
}
|
|
1201
1203
|
|
|
@@ -1207,7 +1209,7 @@ class GetCaseAttachmentDownloadUrlCommand extends smithyClient.Command
|
|
|
1207
1209
|
})
|
|
1208
1210
|
.s("SecurityIncidentResponse", "GetCaseAttachmentDownloadUrl", {})
|
|
1209
1211
|
.n("SecurityIRClient", "GetCaseAttachmentDownloadUrlCommand")
|
|
1210
|
-
.sc(GetCaseAttachmentDownloadUrl)
|
|
1212
|
+
.sc(GetCaseAttachmentDownloadUrl$)
|
|
1211
1213
|
.build() {
|
|
1212
1214
|
}
|
|
1213
1215
|
|
|
@@ -1219,7 +1221,7 @@ class GetCaseAttachmentUploadUrlCommand extends smithyClient.Command
|
|
|
1219
1221
|
})
|
|
1220
1222
|
.s("SecurityIncidentResponse", "GetCaseAttachmentUploadUrl", {})
|
|
1221
1223
|
.n("SecurityIRClient", "GetCaseAttachmentUploadUrlCommand")
|
|
1222
|
-
.sc(GetCaseAttachmentUploadUrl)
|
|
1224
|
+
.sc(GetCaseAttachmentUploadUrl$)
|
|
1223
1225
|
.build() {
|
|
1224
1226
|
}
|
|
1225
1227
|
|
|
@@ -1231,7 +1233,7 @@ class GetCaseCommand extends smithyClient.Command
|
|
|
1231
1233
|
})
|
|
1232
1234
|
.s("SecurityIncidentResponse", "GetCase", {})
|
|
1233
1235
|
.n("SecurityIRClient", "GetCaseCommand")
|
|
1234
|
-
.sc(GetCase)
|
|
1236
|
+
.sc(GetCase$)
|
|
1235
1237
|
.build() {
|
|
1236
1238
|
}
|
|
1237
1239
|
|
|
@@ -1243,7 +1245,7 @@ class GetMembershipCommand extends smithyClient.Command
|
|
|
1243
1245
|
})
|
|
1244
1246
|
.s("SecurityIncidentResponse", "GetMembership", {})
|
|
1245
1247
|
.n("SecurityIRClient", "GetMembershipCommand")
|
|
1246
|
-
.sc(GetMembership)
|
|
1248
|
+
.sc(GetMembership$)
|
|
1247
1249
|
.build() {
|
|
1248
1250
|
}
|
|
1249
1251
|
|
|
@@ -1255,7 +1257,7 @@ class ListCaseEditsCommand extends smithyClient.Command
|
|
|
1255
1257
|
})
|
|
1256
1258
|
.s("SecurityIncidentResponse", "ListCaseEdits", {})
|
|
1257
1259
|
.n("SecurityIRClient", "ListCaseEditsCommand")
|
|
1258
|
-
.sc(ListCaseEdits)
|
|
1260
|
+
.sc(ListCaseEdits$)
|
|
1259
1261
|
.build() {
|
|
1260
1262
|
}
|
|
1261
1263
|
|
|
@@ -1267,7 +1269,7 @@ class ListCasesCommand extends smithyClient.Command
|
|
|
1267
1269
|
})
|
|
1268
1270
|
.s("SecurityIncidentResponse", "ListCases", {})
|
|
1269
1271
|
.n("SecurityIRClient", "ListCasesCommand")
|
|
1270
|
-
.sc(ListCases)
|
|
1272
|
+
.sc(ListCases$)
|
|
1271
1273
|
.build() {
|
|
1272
1274
|
}
|
|
1273
1275
|
|
|
@@ -1279,7 +1281,7 @@ class ListCommentsCommand extends smithyClient.Command
|
|
|
1279
1281
|
})
|
|
1280
1282
|
.s("SecurityIncidentResponse", "ListComments", {})
|
|
1281
1283
|
.n("SecurityIRClient", "ListCommentsCommand")
|
|
1282
|
-
.sc(ListComments)
|
|
1284
|
+
.sc(ListComments$)
|
|
1283
1285
|
.build() {
|
|
1284
1286
|
}
|
|
1285
1287
|
|
|
@@ -1291,7 +1293,7 @@ class ListInvestigationsCommand extends smithyClient.Command
|
|
|
1291
1293
|
})
|
|
1292
1294
|
.s("SecurityIncidentResponse", "ListInvestigations", {})
|
|
1293
1295
|
.n("SecurityIRClient", "ListInvestigationsCommand")
|
|
1294
|
-
.sc(ListInvestigations)
|
|
1296
|
+
.sc(ListInvestigations$)
|
|
1295
1297
|
.build() {
|
|
1296
1298
|
}
|
|
1297
1299
|
|
|
@@ -1303,7 +1305,7 @@ class ListMembershipsCommand extends smithyClient.Command
|
|
|
1303
1305
|
})
|
|
1304
1306
|
.s("SecurityIncidentResponse", "ListMemberships", {})
|
|
1305
1307
|
.n("SecurityIRClient", "ListMembershipsCommand")
|
|
1306
|
-
.sc(ListMemberships)
|
|
1308
|
+
.sc(ListMemberships$)
|
|
1307
1309
|
.build() {
|
|
1308
1310
|
}
|
|
1309
1311
|
|
|
@@ -1315,7 +1317,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
1315
1317
|
})
|
|
1316
1318
|
.s("SecurityIncidentResponse", "ListTagsForResource", {})
|
|
1317
1319
|
.n("SecurityIRClient", "ListTagsForResourceCommand")
|
|
1318
|
-
.sc(ListTagsForResource)
|
|
1320
|
+
.sc(ListTagsForResource$)
|
|
1319
1321
|
.build() {
|
|
1320
1322
|
}
|
|
1321
1323
|
|
|
@@ -1327,7 +1329,7 @@ class SendFeedbackCommand extends smithyClient.Command
|
|
|
1327
1329
|
})
|
|
1328
1330
|
.s("SecurityIncidentResponse", "SendFeedback", {})
|
|
1329
1331
|
.n("SecurityIRClient", "SendFeedbackCommand")
|
|
1330
|
-
.sc(SendFeedback)
|
|
1332
|
+
.sc(SendFeedback$)
|
|
1331
1333
|
.build() {
|
|
1332
1334
|
}
|
|
1333
1335
|
|
|
@@ -1339,7 +1341,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
1339
1341
|
})
|
|
1340
1342
|
.s("SecurityIncidentResponse", "TagResource", {})
|
|
1341
1343
|
.n("SecurityIRClient", "TagResourceCommand")
|
|
1342
|
-
.sc(TagResource)
|
|
1344
|
+
.sc(TagResource$)
|
|
1343
1345
|
.build() {
|
|
1344
1346
|
}
|
|
1345
1347
|
|
|
@@ -1351,7 +1353,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
1351
1353
|
})
|
|
1352
1354
|
.s("SecurityIncidentResponse", "UntagResource", {})
|
|
1353
1355
|
.n("SecurityIRClient", "UntagResourceCommand")
|
|
1354
|
-
.sc(UntagResource)
|
|
1356
|
+
.sc(UntagResource$)
|
|
1355
1357
|
.build() {
|
|
1356
1358
|
}
|
|
1357
1359
|
|
|
@@ -1363,7 +1365,7 @@ class UpdateCaseCommand extends smithyClient.Command
|
|
|
1363
1365
|
})
|
|
1364
1366
|
.s("SecurityIncidentResponse", "UpdateCase", {})
|
|
1365
1367
|
.n("SecurityIRClient", "UpdateCaseCommand")
|
|
1366
|
-
.sc(UpdateCase)
|
|
1368
|
+
.sc(UpdateCase$)
|
|
1367
1369
|
.build() {
|
|
1368
1370
|
}
|
|
1369
1371
|
|
|
@@ -1375,7 +1377,7 @@ class UpdateCaseCommentCommand extends smithyClient.Command
|
|
|
1375
1377
|
})
|
|
1376
1378
|
.s("SecurityIncidentResponse", "UpdateCaseComment", {})
|
|
1377
1379
|
.n("SecurityIRClient", "UpdateCaseCommentCommand")
|
|
1378
|
-
.sc(UpdateCaseComment)
|
|
1380
|
+
.sc(UpdateCaseComment$)
|
|
1379
1381
|
.build() {
|
|
1380
1382
|
}
|
|
1381
1383
|
|
|
@@ -1387,7 +1389,7 @@ class UpdateCaseStatusCommand extends smithyClient.Command
|
|
|
1387
1389
|
})
|
|
1388
1390
|
.s("SecurityIncidentResponse", "UpdateCaseStatus", {})
|
|
1389
1391
|
.n("SecurityIRClient", "UpdateCaseStatusCommand")
|
|
1390
|
-
.sc(UpdateCaseStatus)
|
|
1392
|
+
.sc(UpdateCaseStatus$)
|
|
1391
1393
|
.build() {
|
|
1392
1394
|
}
|
|
1393
1395
|
|
|
@@ -1399,7 +1401,7 @@ class UpdateMembershipCommand extends smithyClient.Command
|
|
|
1399
1401
|
})
|
|
1400
1402
|
.s("SecurityIncidentResponse", "UpdateMembership", {})
|
|
1401
1403
|
.n("SecurityIRClient", "UpdateMembershipCommand")
|
|
1402
|
-
.sc(UpdateMembership)
|
|
1404
|
+
.sc(UpdateMembership$)
|
|
1403
1405
|
.build() {
|
|
1404
1406
|
}
|
|
1405
1407
|
|
|
@@ -1411,7 +1413,7 @@ class UpdateResolverTypeCommand extends smithyClient.Command
|
|
|
1411
1413
|
})
|
|
1412
1414
|
.s("SecurityIncidentResponse", "UpdateResolverType", {})
|
|
1413
1415
|
.n("SecurityIRClient", "UpdateResolverTypeCommand")
|
|
1414
|
-
.sc(UpdateResolverType)
|
|
1416
|
+
.sc(UpdateResolverType$)
|
|
1415
1417
|
.build() {
|
|
1416
1418
|
}
|
|
1417
1419
|
|
|
@@ -1602,60 +1604,160 @@ Object.defineProperty(exports, "__Client", {
|
|
|
1602
1604
|
enumerable: true,
|
|
1603
1605
|
get: function () { return smithyClient.Client; }
|
|
1604
1606
|
});
|
|
1605
|
-
exports.AccessDeniedException = AccessDeniedException
|
|
1607
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
1608
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
1606
1609
|
exports.ActionType = ActionType;
|
|
1607
1610
|
exports.AwsRegion = AwsRegion;
|
|
1611
|
+
exports.BatchGetMemberAccountDetails$ = BatchGetMemberAccountDetails$;
|
|
1608
1612
|
exports.BatchGetMemberAccountDetailsCommand = BatchGetMemberAccountDetailsCommand;
|
|
1613
|
+
exports.BatchGetMemberAccountDetailsRequest$ = BatchGetMemberAccountDetailsRequest$;
|
|
1614
|
+
exports.BatchGetMemberAccountDetailsResponse$ = BatchGetMemberAccountDetailsResponse$;
|
|
1615
|
+
exports.CancelMembership$ = CancelMembership$;
|
|
1609
1616
|
exports.CancelMembershipCommand = CancelMembershipCommand;
|
|
1617
|
+
exports.CancelMembershipRequest$ = CancelMembershipRequest$;
|
|
1618
|
+
exports.CancelMembershipResponse$ = CancelMembershipResponse$;
|
|
1619
|
+
exports.CaseAttachmentAttributes$ = CaseAttachmentAttributes$;
|
|
1610
1620
|
exports.CaseAttachmentStatus = CaseAttachmentStatus;
|
|
1621
|
+
exports.CaseEditItem$ = CaseEditItem$;
|
|
1622
|
+
exports.CaseMetadataEntry$ = CaseMetadataEntry$;
|
|
1611
1623
|
exports.CaseStatus = CaseStatus;
|
|
1624
|
+
exports.CloseCase$ = CloseCase$;
|
|
1612
1625
|
exports.CloseCaseCommand = CloseCaseCommand;
|
|
1626
|
+
exports.CloseCaseRequest$ = CloseCaseRequest$;
|
|
1627
|
+
exports.CloseCaseResponse$ = CloseCaseResponse$;
|
|
1613
1628
|
exports.ClosureCode = ClosureCode;
|
|
1614
1629
|
exports.CommunicationType = CommunicationType;
|
|
1615
|
-
exports.ConflictException = ConflictException
|
|
1630
|
+
exports.ConflictException = ConflictException;
|
|
1631
|
+
exports.ConflictException$ = ConflictException$;
|
|
1632
|
+
exports.CreateCase$ = CreateCase$;
|
|
1616
1633
|
exports.CreateCaseCommand = CreateCaseCommand;
|
|
1634
|
+
exports.CreateCaseComment$ = CreateCaseComment$;
|
|
1617
1635
|
exports.CreateCaseCommentCommand = CreateCaseCommentCommand;
|
|
1636
|
+
exports.CreateCaseCommentRequest$ = CreateCaseCommentRequest$;
|
|
1637
|
+
exports.CreateCaseCommentResponse$ = CreateCaseCommentResponse$;
|
|
1638
|
+
exports.CreateCaseRequest$ = CreateCaseRequest$;
|
|
1639
|
+
exports.CreateCaseResponse$ = CreateCaseResponse$;
|
|
1640
|
+
exports.CreateMembership$ = CreateMembership$;
|
|
1618
1641
|
exports.CreateMembershipCommand = CreateMembershipCommand;
|
|
1642
|
+
exports.CreateMembershipRequest$ = CreateMembershipRequest$;
|
|
1643
|
+
exports.CreateMembershipResponse$ = CreateMembershipResponse$;
|
|
1619
1644
|
exports.CustomerType = CustomerType;
|
|
1620
1645
|
exports.EngagementType = EngagementType;
|
|
1621
1646
|
exports.ExecutionStatus = ExecutionStatus;
|
|
1647
|
+
exports.GetCase$ = GetCase$;
|
|
1648
|
+
exports.GetCaseAttachmentDownloadUrl$ = GetCaseAttachmentDownloadUrl$;
|
|
1622
1649
|
exports.GetCaseAttachmentDownloadUrlCommand = GetCaseAttachmentDownloadUrlCommand;
|
|
1650
|
+
exports.GetCaseAttachmentDownloadUrlRequest$ = GetCaseAttachmentDownloadUrlRequest$;
|
|
1651
|
+
exports.GetCaseAttachmentDownloadUrlResponse$ = GetCaseAttachmentDownloadUrlResponse$;
|
|
1652
|
+
exports.GetCaseAttachmentUploadUrl$ = GetCaseAttachmentUploadUrl$;
|
|
1623
1653
|
exports.GetCaseAttachmentUploadUrlCommand = GetCaseAttachmentUploadUrlCommand;
|
|
1654
|
+
exports.GetCaseAttachmentUploadUrlRequest$ = GetCaseAttachmentUploadUrlRequest$;
|
|
1655
|
+
exports.GetCaseAttachmentUploadUrlResponse$ = GetCaseAttachmentUploadUrlResponse$;
|
|
1624
1656
|
exports.GetCaseCommand = GetCaseCommand;
|
|
1657
|
+
exports.GetCaseRequest$ = GetCaseRequest$;
|
|
1658
|
+
exports.GetCaseResponse$ = GetCaseResponse$;
|
|
1659
|
+
exports.GetMembership$ = GetMembership$;
|
|
1660
|
+
exports.GetMembershipAccountDetailError$ = GetMembershipAccountDetailError$;
|
|
1661
|
+
exports.GetMembershipAccountDetailItem$ = GetMembershipAccountDetailItem$;
|
|
1625
1662
|
exports.GetMembershipCommand = GetMembershipCommand;
|
|
1626
|
-
exports.
|
|
1627
|
-
exports.
|
|
1663
|
+
exports.GetMembershipRequest$ = GetMembershipRequest$;
|
|
1664
|
+
exports.GetMembershipResponse$ = GetMembershipResponse$;
|
|
1665
|
+
exports.ImpactedAwsRegion$ = ImpactedAwsRegion$;
|
|
1666
|
+
exports.IncidentResponder$ = IncidentResponder$;
|
|
1667
|
+
exports.InternalServerException = InternalServerException;
|
|
1668
|
+
exports.InternalServerException$ = InternalServerException$;
|
|
1669
|
+
exports.InvalidTokenException = InvalidTokenException;
|
|
1670
|
+
exports.InvalidTokenException$ = InvalidTokenException$;
|
|
1671
|
+
exports.InvestigationAction$ = InvestigationAction$;
|
|
1672
|
+
exports.InvestigationFeedback$ = InvestigationFeedback$;
|
|
1673
|
+
exports.ListCaseEdits$ = ListCaseEdits$;
|
|
1628
1674
|
exports.ListCaseEditsCommand = ListCaseEditsCommand;
|
|
1675
|
+
exports.ListCaseEditsRequest$ = ListCaseEditsRequest$;
|
|
1676
|
+
exports.ListCaseEditsResponse$ = ListCaseEditsResponse$;
|
|
1677
|
+
exports.ListCases$ = ListCases$;
|
|
1629
1678
|
exports.ListCasesCommand = ListCasesCommand;
|
|
1679
|
+
exports.ListCasesItem$ = ListCasesItem$;
|
|
1680
|
+
exports.ListCasesRequest$ = ListCasesRequest$;
|
|
1681
|
+
exports.ListCasesResponse$ = ListCasesResponse$;
|
|
1682
|
+
exports.ListComments$ = ListComments$;
|
|
1630
1683
|
exports.ListCommentsCommand = ListCommentsCommand;
|
|
1684
|
+
exports.ListCommentsItem$ = ListCommentsItem$;
|
|
1685
|
+
exports.ListCommentsRequest$ = ListCommentsRequest$;
|
|
1686
|
+
exports.ListCommentsResponse$ = ListCommentsResponse$;
|
|
1687
|
+
exports.ListInvestigations$ = ListInvestigations$;
|
|
1631
1688
|
exports.ListInvestigationsCommand = ListInvestigationsCommand;
|
|
1689
|
+
exports.ListInvestigationsRequest$ = ListInvestigationsRequest$;
|
|
1690
|
+
exports.ListInvestigationsResponse$ = ListInvestigationsResponse$;
|
|
1691
|
+
exports.ListMembershipItem$ = ListMembershipItem$;
|
|
1692
|
+
exports.ListMemberships$ = ListMemberships$;
|
|
1632
1693
|
exports.ListMembershipsCommand = ListMembershipsCommand;
|
|
1694
|
+
exports.ListMembershipsRequest$ = ListMembershipsRequest$;
|
|
1695
|
+
exports.ListMembershipsResponse$ = ListMembershipsResponse$;
|
|
1696
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
1633
1697
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
1698
|
+
exports.ListTagsForResourceInput$ = ListTagsForResourceInput$;
|
|
1699
|
+
exports.ListTagsForResourceOutput$ = ListTagsForResourceOutput$;
|
|
1634
1700
|
exports.MembershipAccountRelationshipStatus = MembershipAccountRelationshipStatus;
|
|
1635
1701
|
exports.MembershipAccountRelationshipType = MembershipAccountRelationshipType;
|
|
1702
|
+
exports.MembershipAccountsConfigurations$ = MembershipAccountsConfigurations$;
|
|
1703
|
+
exports.MembershipAccountsConfigurationsUpdate$ = MembershipAccountsConfigurationsUpdate$;
|
|
1636
1704
|
exports.MembershipStatus = MembershipStatus;
|
|
1705
|
+
exports.OptInFeature$ = OptInFeature$;
|
|
1637
1706
|
exports.OptInFeatureName = OptInFeatureName;
|
|
1638
1707
|
exports.PendingAction = PendingAction;
|
|
1639
1708
|
exports.ResolverType = ResolverType;
|
|
1640
|
-
exports.ResourceNotFoundException = ResourceNotFoundException
|
|
1709
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
1710
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
1641
1711
|
exports.SecurityIR = SecurityIR;
|
|
1642
1712
|
exports.SecurityIRClient = SecurityIRClient;
|
|
1643
|
-
exports.SecurityIRServiceException = SecurityIRServiceException
|
|
1644
|
-
exports.
|
|
1713
|
+
exports.SecurityIRServiceException = SecurityIRServiceException;
|
|
1714
|
+
exports.SecurityIRServiceException$ = SecurityIRServiceException$;
|
|
1715
|
+
exports.SecurityIncidentResponseNotActiveException = SecurityIncidentResponseNotActiveException;
|
|
1716
|
+
exports.SecurityIncidentResponseNotActiveException$ = SecurityIncidentResponseNotActiveException$;
|
|
1645
1717
|
exports.SelfManagedCaseStatus = SelfManagedCaseStatus;
|
|
1718
|
+
exports.SendFeedback$ = SendFeedback$;
|
|
1646
1719
|
exports.SendFeedbackCommand = SendFeedbackCommand;
|
|
1647
|
-
exports.
|
|
1720
|
+
exports.SendFeedbackRequest$ = SendFeedbackRequest$;
|
|
1721
|
+
exports.SendFeedbackResponse$ = SendFeedbackResponse$;
|
|
1722
|
+
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
1723
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
1724
|
+
exports.TagResource$ = TagResource$;
|
|
1648
1725
|
exports.TagResourceCommand = TagResourceCommand;
|
|
1649
|
-
exports.
|
|
1726
|
+
exports.TagResourceInput$ = TagResourceInput$;
|
|
1727
|
+
exports.TagResourceOutput$ = TagResourceOutput$;
|
|
1728
|
+
exports.ThreatActorIp$ = ThreatActorIp$;
|
|
1729
|
+
exports.ThrottlingException = ThrottlingException;
|
|
1730
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
1731
|
+
exports.UntagResource$ = UntagResource$;
|
|
1650
1732
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
1733
|
+
exports.UntagResourceInput$ = UntagResourceInput$;
|
|
1734
|
+
exports.UntagResourceOutput$ = UntagResourceOutput$;
|
|
1735
|
+
exports.UpdateCase$ = UpdateCase$;
|
|
1651
1736
|
exports.UpdateCaseCommand = UpdateCaseCommand;
|
|
1737
|
+
exports.UpdateCaseComment$ = UpdateCaseComment$;
|
|
1652
1738
|
exports.UpdateCaseCommentCommand = UpdateCaseCommentCommand;
|
|
1739
|
+
exports.UpdateCaseCommentRequest$ = UpdateCaseCommentRequest$;
|
|
1740
|
+
exports.UpdateCaseCommentResponse$ = UpdateCaseCommentResponse$;
|
|
1741
|
+
exports.UpdateCaseRequest$ = UpdateCaseRequest$;
|
|
1742
|
+
exports.UpdateCaseResponse$ = UpdateCaseResponse$;
|
|
1743
|
+
exports.UpdateCaseStatus$ = UpdateCaseStatus$;
|
|
1653
1744
|
exports.UpdateCaseStatusCommand = UpdateCaseStatusCommand;
|
|
1745
|
+
exports.UpdateCaseStatusRequest$ = UpdateCaseStatusRequest$;
|
|
1746
|
+
exports.UpdateCaseStatusResponse$ = UpdateCaseStatusResponse$;
|
|
1747
|
+
exports.UpdateMembership$ = UpdateMembership$;
|
|
1654
1748
|
exports.UpdateMembershipCommand = UpdateMembershipCommand;
|
|
1749
|
+
exports.UpdateMembershipRequest$ = UpdateMembershipRequest$;
|
|
1750
|
+
exports.UpdateMembershipResponse$ = UpdateMembershipResponse$;
|
|
1751
|
+
exports.UpdateResolverType$ = UpdateResolverType$;
|
|
1655
1752
|
exports.UpdateResolverTypeCommand = UpdateResolverTypeCommand;
|
|
1753
|
+
exports.UpdateResolverTypeRequest$ = UpdateResolverTypeRequest$;
|
|
1754
|
+
exports.UpdateResolverTypeResponse$ = UpdateResolverTypeResponse$;
|
|
1656
1755
|
exports.UsefulnessRating = UsefulnessRating;
|
|
1657
|
-
exports.ValidationException = ValidationException
|
|
1756
|
+
exports.ValidationException = ValidationException;
|
|
1757
|
+
exports.ValidationException$ = ValidationException$;
|
|
1758
|
+
exports.ValidationExceptionField$ = ValidationExceptionField$;
|
|
1658
1759
|
exports.ValidationExceptionReason = ValidationExceptionReason;
|
|
1760
|
+
exports.Watcher$ = Watcher$;
|
|
1659
1761
|
exports.paginateListCaseEdits = paginateListCaseEdits;
|
|
1660
1762
|
exports.paginateListCases = paginateListCases;
|
|
1661
1763
|
exports.paginateListComments = paginateListComments;
|