@aws-sdk/client-security-ir 3.986.0 → 3.988.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cjs/index.js CHANGED
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
15
  var runtimeConfig = require('./runtimeConfig');
16
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
17
  var protocolHttp = require('@smithy/protocol-http');
18
+ var schemas_0 = require('./schemas/schemas_0');
19
+ var errors = require('./models/errors');
20
+ var SecurityIRServiceException = require('./models/SecurityIRServiceException');
18
21
 
19
22
  const resolveClientEndpointParameters = (options) => {
20
23
  return Object.assign(options, {
@@ -108,910 +111,6 @@ class SecurityIRClient extends smithyClient.Client {
108
111
  }
109
112
  }
110
113
 
111
- class SecurityIRServiceException extends smithyClient.ServiceException {
112
- constructor(options) {
113
- super(options);
114
- Object.setPrototypeOf(this, SecurityIRServiceException.prototype);
115
- }
116
- }
117
-
118
- class AccessDeniedException extends SecurityIRServiceException {
119
- name = "AccessDeniedException";
120
- $fault = "client";
121
- constructor(opts) {
122
- super({
123
- name: "AccessDeniedException",
124
- $fault: "client",
125
- ...opts,
126
- });
127
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
128
- }
129
- }
130
- class ConflictException extends SecurityIRServiceException {
131
- name = "ConflictException";
132
- $fault = "client";
133
- resourceId;
134
- resourceType;
135
- constructor(opts) {
136
- super({
137
- name: "ConflictException",
138
- $fault: "client",
139
- ...opts,
140
- });
141
- Object.setPrototypeOf(this, ConflictException.prototype);
142
- this.resourceId = opts.resourceId;
143
- this.resourceType = opts.resourceType;
144
- }
145
- }
146
- class InternalServerException extends SecurityIRServiceException {
147
- name = "InternalServerException";
148
- $fault = "server";
149
- $retryable = {};
150
- retryAfterSeconds;
151
- constructor(opts) {
152
- super({
153
- name: "InternalServerException",
154
- $fault: "server",
155
- ...opts,
156
- });
157
- Object.setPrototypeOf(this, InternalServerException.prototype);
158
- this.retryAfterSeconds = opts.retryAfterSeconds;
159
- }
160
- }
161
- class InvalidTokenException extends SecurityIRServiceException {
162
- name = "InvalidTokenException";
163
- $fault = "client";
164
- $retryable = {};
165
- constructor(opts) {
166
- super({
167
- name: "InvalidTokenException",
168
- $fault: "client",
169
- ...opts,
170
- });
171
- Object.setPrototypeOf(this, InvalidTokenException.prototype);
172
- }
173
- }
174
- class ResourceNotFoundException extends SecurityIRServiceException {
175
- name = "ResourceNotFoundException";
176
- $fault = "client";
177
- constructor(opts) {
178
- super({
179
- name: "ResourceNotFoundException",
180
- $fault: "client",
181
- ...opts,
182
- });
183
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
184
- }
185
- }
186
- class SecurityIncidentResponseNotActiveException extends SecurityIRServiceException {
187
- name = "SecurityIncidentResponseNotActiveException";
188
- $fault = "client";
189
- constructor(opts) {
190
- super({
191
- name: "SecurityIncidentResponseNotActiveException",
192
- $fault: "client",
193
- ...opts,
194
- });
195
- Object.setPrototypeOf(this, SecurityIncidentResponseNotActiveException.prototype);
196
- }
197
- }
198
- class ServiceQuotaExceededException extends SecurityIRServiceException {
199
- name = "ServiceQuotaExceededException";
200
- $fault = "client";
201
- resourceId;
202
- resourceType;
203
- serviceCode;
204
- quotaCode;
205
- constructor(opts) {
206
- super({
207
- name: "ServiceQuotaExceededException",
208
- $fault: "client",
209
- ...opts,
210
- });
211
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
212
- this.resourceId = opts.resourceId;
213
- this.resourceType = opts.resourceType;
214
- this.serviceCode = opts.serviceCode;
215
- this.quotaCode = opts.quotaCode;
216
- }
217
- }
218
- class ThrottlingException extends SecurityIRServiceException {
219
- name = "ThrottlingException";
220
- $fault = "client";
221
- $retryable = {
222
- throttling: true,
223
- };
224
- serviceCode;
225
- quotaCode;
226
- retryAfterSeconds;
227
- constructor(opts) {
228
- super({
229
- name: "ThrottlingException",
230
- $fault: "client",
231
- ...opts,
232
- });
233
- Object.setPrototypeOf(this, ThrottlingException.prototype);
234
- this.serviceCode = opts.serviceCode;
235
- this.quotaCode = opts.quotaCode;
236
- this.retryAfterSeconds = opts.retryAfterSeconds;
237
- }
238
- }
239
- class ValidationException extends SecurityIRServiceException {
240
- name = "ValidationException";
241
- $fault = "client";
242
- reason;
243
- fieldList;
244
- constructor(opts) {
245
- super({
246
- name: "ValidationException",
247
- $fault: "client",
248
- ...opts,
249
- });
250
- Object.setPrototypeOf(this, ValidationException.prototype);
251
- this.reason = opts.reason;
252
- this.fieldList = opts.fieldList;
253
- }
254
- }
255
-
256
- const _ADE = "AccessDeniedException";
257
- const _BGMAD = "BatchGetMemberAccountDetails";
258
- const _BGMADR = "BatchGetMemberAccountDetailsRequest";
259
- const _BGMADRa = "BatchGetMemberAccountDetailsResponse";
260
- const _CAA = "CaseAttachmentAttributes";
261
- const _CAL = "CaseAttachmentsList";
262
- const _CB = "CommentBody";
263
- const _CC = "CloseCase";
264
- const _CCC = "CreateCaseComment";
265
- const _CCCR = "CreateCaseCommentRequest";
266
- const _CCCRr = "CreateCaseCommentResponse";
267
- const _CCR = "CloseCaseRequest";
268
- const _CCRl = "CloseCaseResponse";
269
- const _CCRr = "CreateCaseRequest";
270
- const _CCRre = "CreateCaseResponse";
271
- const _CCr = "CreateCase";
272
- const _CD = "CaseDescription";
273
- const _CE = "ConflictException";
274
- const _CEI = "CaseEditItem";
275
- const _CEIa = "CaseEditItems";
276
- const _CM = "CaseMetadata";
277
- const _CME = "CaseMetadataEntry";
278
- const _CMR = "CancelMembershipRequest";
279
- const _CMRa = "CancelMembershipResponse";
280
- const _CMRr = "CreateMembershipRequest";
281
- const _CMRre = "CreateMembershipResponse";
282
- const _CMa = "CancelMembership";
283
- const _CMr = "CreateMembership";
284
- const _CT = "CaseTitle";
285
- const _EA = "EmailAddress";
286
- const _FN = "FileName";
287
- const _GC = "GetCase";
288
- const _GCADU = "GetCaseAttachmentDownloadUrl";
289
- const _GCADUR = "GetCaseAttachmentDownloadUrlRequest";
290
- const _GCADURe = "GetCaseAttachmentDownloadUrlResponse";
291
- const _GCAUU = "GetCaseAttachmentUploadUrl";
292
- const _GCAUUR = "GetCaseAttachmentUploadUrlRequest";
293
- const _GCAUURe = "GetCaseAttachmentUploadUrlResponse";
294
- const _GCR = "GetCaseRequest";
295
- const _GCRe = "GetCaseResponse";
296
- const _GM = "GetMembership";
297
- const _GMADE = "GetMembershipAccountDetailError";
298
- const _GMADEe = "GetMembershipAccountDetailErrors";
299
- const _GMADI = "GetMembershipAccountDetailItem";
300
- const _GMADIe = "GetMembershipAccountDetailItems";
301
- const _GMR = "GetMembershipRequest";
302
- const _GMRe = "GetMembershipResponse";
303
- const _IA = "InvestigationAction";
304
- const _IAL = "InvestigationActionList";
305
- const _IAR = "ImpactedAwsRegion";
306
- const _IARL = "ImpactedAwsRegionList";
307
- const _IF = "InvestigationFeedback";
308
- const _IPA = "IPAddress";
309
- const _IR = "IncidentResponder";
310
- const _IRN = "IncidentResponderName";
311
- const _IRT = "IncidentResponseTeam";
312
- const _ISE = "InternalServerException";
313
- const _ITE = "InvalidTokenException";
314
- const _JT = "JobTitle";
315
- const _LC = "ListCases";
316
- const _LCE = "ListCaseEdits";
317
- const _LCER = "ListCaseEditsRequest";
318
- const _LCERi = "ListCaseEditsResponse";
319
- const _LCI = "ListCasesItem";
320
- const _LCIi = "ListCommentsItem";
321
- const _LCIis = "ListCasesItems";
322
- const _LCIist = "ListCommentsItems";
323
- const _LCR = "ListCasesRequest";
324
- const _LCRi = "ListCasesResponse";
325
- const _LCRis = "ListCommentsRequest";
326
- const _LCRist = "ListCommentsResponse";
327
- const _LCi = "ListComments";
328
- const _LI = "ListInvestigations";
329
- const _LIR = "ListInvestigationsRequest";
330
- const _LIRi = "ListInvestigationsResponse";
331
- const _LM = "ListMemberships";
332
- const _LMI = "ListMembershipItem";
333
- const _LMIi = "ListMembershipItems";
334
- const _LMR = "ListMembershipsRequest";
335
- const _LMRi = "ListMembershipsResponse";
336
- const _LTFR = "ListTagsForResource";
337
- const _LTFRI = "ListTagsForResourceInput";
338
- const _LTFRO = "ListTagsForResourceOutput";
339
- const _MAC = "MembershipAccountsConfigurations";
340
- const _MACU = "MembershipAccountsConfigurationsUpdate";
341
- const _MN = "MembershipName";
342
- const _OIF = "OptInFeature";
343
- const _OIFp = "OptInFeatures";
344
- const _PN = "PersonName";
345
- const _RA = "Retry-After";
346
- const _RNFE = "ResourceNotFoundException";
347
- const _SF = "SendFeedback";
348
- const _SFR = "SendFeedbackRequest";
349
- const _SFRe = "SendFeedbackResponse";
350
- const _SIRNAE = "SecurityIncidentResponseNotActiveException";
351
- const _SQEE = "ServiceQuotaExceededException";
352
- const _TAI = "ThreatActorIp";
353
- const _TAIL = "ThreatActorIpList";
354
- const _TE = "ThrottlingException";
355
- const _TR = "TagResource";
356
- const _TRI = "TagResourceInput";
357
- const _TRO = "TagResourceOutput";
358
- const _U = "Url";
359
- const _UC = "UpdateCase";
360
- const _UCC = "UpdateCaseComment";
361
- const _UCCR = "UpdateCaseCommentRequest";
362
- const _UCCRp = "UpdateCaseCommentResponse";
363
- const _UCR = "UpdateCaseRequest";
364
- const _UCRp = "UpdateCaseResponse";
365
- const _UCS = "UpdateCaseStatus";
366
- const _UCSR = "UpdateCaseStatusRequest";
367
- const _UCSRp = "UpdateCaseStatusResponse";
368
- const _UM = "UpdateMembership";
369
- const _UMR = "UpdateMembershipRequest";
370
- const _UMRp = "UpdateMembershipResponse";
371
- const _UR = "UntagResource";
372
- const _URI = "UntagResourceInput";
373
- const _URO = "UntagResourceOutput";
374
- const _URT = "UpdateResolverType";
375
- const _URTR = "UpdateResolverTypeRequest";
376
- const _URTRp = "UpdateResolverTypeResponse";
377
- const _VE = "ValidationException";
378
- const _VEF = "ValidationExceptionField";
379
- const _VEFL = "ValidationExceptionFieldList";
380
- const _W = "Watcher";
381
- const _Wa = "Watchers";
382
- const _a = "action";
383
- const _aI = "accountIds";
384
- const _aISD = "actualIncidentStartDate";
385
- const _aIc = "accountId";
386
- const _aIt = "attachmentId";
387
- const _aPU = "attachmentPresignedUrl";
388
- const _aS = "attachmentStatus";
389
- const _aT = "actionType";
390
- const _b = "body";
391
- const _c = "client";
392
- const _cA = "caseArn";
393
- const _cAa = "caseAttachments";
394
- const _cC = "closureCode";
395
- const _cD = "createdDate";
396
- const _cDl = "closedDate";
397
- const _cEO = "coverEntireOrganization";
398
- const _cI = "caseId";
399
- const _cIo = "commentId";
400
- const _cL = "contentLength";
401
- const _cM = "caseMetadata";
402
- const _cP = "communicationPreferences";
403
- const _cS = "caseStatus";
404
- const _cT = "clientToken";
405
- const _cTu = "customerType";
406
- const _co = "content";
407
- const _com = "comment";
408
- const _cr = "creator";
409
- const _d = "description";
410
- const _e = "error";
411
- const _eT = "eventTimestamp";
412
- const _eTn = "engagementType";
413
- const _em = "email";
414
- const _er = "errors";
415
- const _f = "feedback";
416
- const _fL = "fieldList";
417
- const _fN = "fileName";
418
- const _fNe = "featureName";
419
- const _h = "http";
420
- const _hE = "httpError";
421
- const _hH = "httpHeader";
422
- const _hQ = "httpQuery";
423
- const _i = "items";
424
- const _iA = "impactedAccounts";
425
- const _iAR = "impactedAwsRegions";
426
- const _iARTA = "impactedAwsRegionsToAdd";
427
- const _iARTD = "impactedAwsRegionsToDelete";
428
- const _iATA = "impactedAccountsToAdd";
429
- const _iATD = "impactedAccountsToDelete";
430
- const _iAn = "investigationActions";
431
- const _iAp = "ipAddress";
432
- const _iE = "isEnabled";
433
- const _iI = "investigationId";
434
- const _iRT = "incidentResponseTeam";
435
- const _iS = "impactedServices";
436
- const _iSTA = "impactedServicesToAdd";
437
- const _iSTD = "impactedServicesToDelete";
438
- const _jT = "jobTitle";
439
- const _k = "key";
440
- const _lU = "lastUpdated";
441
- const _lUB = "lastUpdatedBy";
442
- const _lUD = "lastUpdatedDate";
443
- const _m = "message";
444
- const _mA = "membershipArn";
445
- const _mAC = "membershipAccountsConfigurations";
446
- const _mACU = "membershipAccountsConfigurationsUpdate";
447
- const _mAT = "membershipActivationTimestamp";
448
- const _mDT = "membershipDeactivationTimestamp";
449
- const _mI = "membershipId";
450
- const _mN = "membershipName";
451
- const _mR = "maxResults";
452
- const _mS = "membershipStatus";
453
- const _n = "name";
454
- const _nOAC = "numberOfAccountsCovered";
455
- const _nT = "nextToken";
456
- const _oIF = "optInFeatures";
457
- const _oU = "organizationalUnits";
458
- const _oUTA = "organizationalUnitsToAdd";
459
- const _oUTR = "organizationalUnitsToRemove";
460
- const _p = "principal";
461
- const _pA = "pendingAction";
462
- const _qC = "quotaCode";
463
- const _r = "region";
464
- const _rA = "resourceArn";
465
- const _rAS = "retryAfterSeconds";
466
- const _rI = "resourceId";
467
- const _rISD = "reportedIncidentStartDate";
468
- const _rIe = "resultId";
469
- const _rS = "relationshipStatus";
470
- const _rT = "resourceType";
471
- const _rTe = "resolverType";
472
- const _rTel = "relationshipType";
473
- const _re = "reason";
474
- const _s = "server";
475
- const _sA = "submittedAt";
476
- const _sC = "serviceCode";
477
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.securityir";
478
- const _st = "status";
479
- const _t = "title";
480
- const _tAIA = "threatActorIpAddresses";
481
- const _tAIATA = "threatActorIpAddressesToAdd";
482
- const _tAIATD = "threatActorIpAddressesToDelete";
483
- const _tK = "tagKeys";
484
- const _ta = "tags";
485
- const _to = "total";
486
- const _u = "usefulness";
487
- const _uA = "userAgent";
488
- const _uMC = "undoMembershipCancellation";
489
- const _v = "value";
490
- const _w = "watchers";
491
- const _wTA = "watchersToAdd";
492
- const _wTD = "watchersToDelete";
493
- const n0 = "com.amazonaws.securityir";
494
- var CaseDescription = [0, n0, _CD, 8, 0];
495
- var CaseTitle = [0, n0, _CT, 8, 0];
496
- var CommentBody = [0, n0, _CB, 8, 0];
497
- var EmailAddress = [0, n0, _EA, 8, 0];
498
- var FileName = [0, n0, _FN, 8, 0];
499
- var IncidentResponderName = [0, n0, _IRN, 8, 0];
500
- var IPAddress = [0, n0, _IPA, 8, 0];
501
- var JobTitle = [0, n0, _JT, 8, 0];
502
- var MembershipName = [0, n0, _MN, 8, 0];
503
- var PersonName = [0, n0, _PN, 8, 0];
504
- var Url = [0, n0, _U, 8, 0];
505
- var AccessDeniedException$ = [-3, n0, _ADE,
506
- { [_e]: _c, [_hE]: 403 },
507
- [_m],
508
- [0], 1
509
- ];
510
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
511
- var BatchGetMemberAccountDetailsRequest$ = [3, n0, _BGMADR,
512
- 0,
513
- [_mI, _aI],
514
- [[0, 1], 64 | 0], 2
515
- ];
516
- var BatchGetMemberAccountDetailsResponse$ = [3, n0, _BGMADRa,
517
- 0,
518
- [_i, _er],
519
- [() => GetMembershipAccountDetailItems, () => GetMembershipAccountDetailErrors]
520
- ];
521
- var CancelMembershipRequest$ = [3, n0, _CMR,
522
- 0,
523
- [_mI],
524
- [[0, 1]], 1
525
- ];
526
- var CancelMembershipResponse$ = [3, n0, _CMRa,
527
- 0,
528
- [_mI],
529
- [0], 1
530
- ];
531
- var CaseAttachmentAttributes$ = [3, n0, _CAA,
532
- 0,
533
- [_aIt, _fN, _aS, _cr, _cD],
534
- [0, [() => FileName, 0], 0, 0, 4], 5
535
- ];
536
- var CaseEditItem$ = [3, n0, _CEI,
537
- 0,
538
- [_eT, _p, _a, _m],
539
- [4, 0, 0, 0]
540
- ];
541
- var CaseMetadataEntry$ = [3, n0, _CME,
542
- 0,
543
- [_k, _v],
544
- [0, 0], 2
545
- ];
546
- var CloseCaseRequest$ = [3, n0, _CCR,
547
- 0,
548
- [_cI],
549
- [[0, 1]], 1
550
- ];
551
- var CloseCaseResponse$ = [3, n0, _CCRl,
552
- 0,
553
- [_cS, _cDl],
554
- [0, 4]
555
- ];
556
- var ConflictException$ = [-3, n0, _CE,
557
- { [_e]: _c, [_hE]: 409 },
558
- [_m, _rI, _rT],
559
- [0, 0, 0], 3
560
- ];
561
- schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
562
- var CreateCaseCommentRequest$ = [3, n0, _CCCR,
563
- 0,
564
- [_cI, _b, _cT],
565
- [[0, 1], [() => CommentBody, 0], [0, 4]], 2
566
- ];
567
- var CreateCaseCommentResponse$ = [3, n0, _CCCRr,
568
- 0,
569
- [_cIo],
570
- [0], 1
571
- ];
572
- var CreateCaseRequest$ = [3, n0, _CCRr,
573
- 0,
574
- [_rTe, _t, _d, _eTn, _rISD, _iA, _w, _cT, _tAIA, _iS, _iAR, _ta],
575
- [0, [() => CaseTitle, 0], [() => CaseDescription, 0], 0, 4, 64 | 0, [() => Watchers, 0], [0, 4], [() => ThreatActorIpList, 0], 64 | 0, () => ImpactedAwsRegionList, 128 | 0], 7
576
- ];
577
- var CreateCaseResponse$ = [3, n0, _CCRre,
578
- 0,
579
- [_cI],
580
- [0], 1
581
- ];
582
- var CreateMembershipRequest$ = [3, n0, _CMRr,
583
- 0,
584
- [_mN, _iRT, _cT, _oIF, _ta, _cEO],
585
- [[() => MembershipName, 0], [() => IncidentResponseTeam, 0], [0, 4], () => OptInFeatures, 128 | 0, 2], 2
586
- ];
587
- var CreateMembershipResponse$ = [3, n0, _CMRre,
588
- 0,
589
- [_mI],
590
- [0], 1
591
- ];
592
- var GetCaseAttachmentDownloadUrlRequest$ = [3, n0, _GCADUR,
593
- 0,
594
- [_cI, _aIt],
595
- [[0, 1], [0, 1]], 2
596
- ];
597
- var GetCaseAttachmentDownloadUrlResponse$ = [3, n0, _GCADURe,
598
- 0,
599
- [_aPU],
600
- [[() => Url, 0]], 1
601
- ];
602
- var GetCaseAttachmentUploadUrlRequest$ = [3, n0, _GCAUUR,
603
- 0,
604
- [_cI, _fN, _cL, _cT],
605
- [[0, 1], [() => FileName, 0], 1, [0, 4]], 3
606
- ];
607
- var GetCaseAttachmentUploadUrlResponse$ = [3, n0, _GCAUURe,
608
- 0,
609
- [_aPU],
610
- [[() => Url, 0]], 1
611
- ];
612
- var GetCaseRequest$ = [3, n0, _GCR,
613
- 0,
614
- [_cI],
615
- [[0, 1]], 1
616
- ];
617
- var GetCaseResponse$ = [3, n0, _GCRe,
618
- 0,
619
- [_t, _cA, _d, _cS, _eTn, _rISD, _aISD, _iAR, _tAIA, _pA, _iA, _w, _cD, _lUD, _cC, _rTe, _iS, _cAa, _cDl, _cM],
620
- [[() => CaseTitle, 0], 0, [() => CaseDescription, 0], 0, 0, 4, 4, () => ImpactedAwsRegionList, [() => ThreatActorIpList, 0], 0, 64 | 0, [() => Watchers, 0], 4, 4, 0, 0, 64 | 0, [() => CaseAttachmentsList, 0], 4, () => CaseMetadata]
621
- ];
622
- var GetMembershipAccountDetailError$ = [3, n0, _GMADE,
623
- 0,
624
- [_aIc, _e, _m],
625
- [0, 0, 0], 3
626
- ];
627
- var GetMembershipAccountDetailItem$ = [3, n0, _GMADI,
628
- 0,
629
- [_aIc, _rS, _rTel],
630
- [0, 0, 0]
631
- ];
632
- var GetMembershipRequest$ = [3, n0, _GMR,
633
- 0,
634
- [_mI],
635
- [[0, 1]], 1
636
- ];
637
- var GetMembershipResponse$ = [3, n0, _GMRe,
638
- 0,
639
- [_mI, _aIc, _r, _mN, _mA, _mS, _mAT, _mDT, _cTu, _nOAC, _iRT, _oIF, _mAC],
640
- [0, 0, 0, [() => MembershipName, 0], 0, 0, 4, 4, 0, 1, [() => IncidentResponseTeam, 0], () => OptInFeatures, () => MembershipAccountsConfigurations$], 1
641
- ];
642
- var ImpactedAwsRegion$ = [3, n0, _IAR,
643
- 0,
644
- [_r],
645
- [0], 1
646
- ];
647
- var IncidentResponder$ = [3, n0, _IR,
648
- 0,
649
- [_n, _jT, _em, _cP],
650
- [[() => IncidentResponderName, 0], [() => JobTitle, 0], [() => EmailAddress, 0], 64 | 0], 3
651
- ];
652
- var InternalServerException$ = [-3, n0, _ISE,
653
- { [_e]: _s, [_hE]: 500 },
654
- [_m, _rAS],
655
- [0, [1, { [_hH]: _RA }]], 1
656
- ];
657
- schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
658
- var InvalidTokenException$ = [-3, n0, _ITE,
659
- { [_e]: _c, [_hE]: 423 },
660
- [_m],
661
- [0], 1
662
- ];
663
- schema.TypeRegistry.for(n0).registerError(InvalidTokenException$, InvalidTokenException);
664
- var InvestigationAction$ = [3, n0, _IA,
665
- 0,
666
- [_iI, _aT, _t, _co, _st, _lU, _f],
667
- [0, 0, 0, 0, 0, 4, () => InvestigationFeedback$], 6
668
- ];
669
- var InvestigationFeedback$ = [3, n0, _IF,
670
- 0,
671
- [_u, _com, _sA],
672
- [0, 0, 4]
673
- ];
674
- var ListCaseEditsRequest$ = [3, n0, _LCER,
675
- 0,
676
- [_cI, _nT, _mR],
677
- [[0, 1], 0, 1], 1
678
- ];
679
- var ListCaseEditsResponse$ = [3, n0, _LCERi,
680
- 0,
681
- [_nT, _i, _to],
682
- [0, () => CaseEditItems, 1]
683
- ];
684
- var ListCasesItem$ = [3, n0, _LCI,
685
- 0,
686
- [_cI, _lUD, _t, _cA, _eTn, _cS, _cD, _cDl, _rTe, _pA],
687
- [0, 4, [() => CaseTitle, 0], 0, 0, 0, 4, 4, 0, 0], 1
688
- ];
689
- var ListCasesRequest$ = [3, n0, _LCR,
690
- 0,
691
- [_nT, _mR],
692
- [0, 1]
693
- ];
694
- var ListCasesResponse$ = [3, n0, _LCRi,
695
- 0,
696
- [_nT, _i, _to],
697
- [0, [() => ListCasesItems, 0], 1]
698
- ];
699
- var ListCommentsItem$ = [3, n0, _LCIi,
700
- 0,
701
- [_cIo, _cD, _lUD, _cr, _lUB, _b],
702
- [0, 4, 4, 0, 0, [() => CommentBody, 0]], 1
703
- ];
704
- var ListCommentsRequest$ = [3, n0, _LCRis,
705
- 0,
706
- [_cI, _nT, _mR],
707
- [[0, 1], 0, 1], 1
708
- ];
709
- var ListCommentsResponse$ = [3, n0, _LCRist,
710
- 0,
711
- [_nT, _i, _to],
712
- [0, [() => ListCommentsItems, 0], 1]
713
- ];
714
- var ListInvestigationsRequest$ = [3, n0, _LIR,
715
- 0,
716
- [_cI, _nT, _mR],
717
- [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
718
- ];
719
- var ListInvestigationsResponse$ = [3, n0, _LIRi,
720
- 0,
721
- [_iAn, _nT],
722
- [() => InvestigationActionList, 0], 1
723
- ];
724
- var ListMembershipItem$ = [3, n0, _LMI,
725
- 0,
726
- [_mI, _aIc, _r, _mA, _mS],
727
- [0, 0, 0, 0, 0], 1
728
- ];
729
- var ListMembershipsRequest$ = [3, n0, _LMR,
730
- 0,
731
- [_nT, _mR],
732
- [0, 1]
733
- ];
734
- var ListMembershipsResponse$ = [3, n0, _LMRi,
735
- 0,
736
- [_nT, _i],
737
- [0, () => ListMembershipItems]
738
- ];
739
- var ListTagsForResourceInput$ = [3, n0, _LTFRI,
740
- 0,
741
- [_rA],
742
- [[0, 1]], 1
743
- ];
744
- var ListTagsForResourceOutput$ = [3, n0, _LTFRO,
745
- 0,
746
- [_ta],
747
- [128 | 0], 1
748
- ];
749
- var MembershipAccountsConfigurations$ = [3, n0, _MAC,
750
- 0,
751
- [_cEO, _oU],
752
- [2, 64 | 0]
753
- ];
754
- var MembershipAccountsConfigurationsUpdate$ = [3, n0, _MACU,
755
- 0,
756
- [_cEO, _oUTA, _oUTR],
757
- [2, 64 | 0, 64 | 0]
758
- ];
759
- var OptInFeature$ = [3, n0, _OIF,
760
- 0,
761
- [_fNe, _iE],
762
- [0, 2], 2
763
- ];
764
- var ResourceNotFoundException$ = [-3, n0, _RNFE,
765
- { [_e]: _c, [_hE]: 404 },
766
- [_m],
767
- [0], 1
768
- ];
769
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
770
- var SecurityIncidentResponseNotActiveException$ = [-3, n0, _SIRNAE,
771
- { [_e]: _c, [_hE]: 400 },
772
- [_m],
773
- [0], 1
774
- ];
775
- schema.TypeRegistry.for(n0).registerError(SecurityIncidentResponseNotActiveException$, SecurityIncidentResponseNotActiveException);
776
- var SendFeedbackRequest$ = [3, n0, _SFR,
777
- 0,
778
- [_cI, _rIe, _u, _com],
779
- [[0, 1], [0, 1], 0, 0], 3
780
- ];
781
- var SendFeedbackResponse$ = [3, n0, _SFRe,
782
- 0,
783
- [],
784
- []
785
- ];
786
- var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
787
- { [_e]: _c, [_hE]: 402 },
788
- [_m, _rI, _rT, _sC, _qC],
789
- [0, 0, 0, 0, 0], 5
790
- ];
791
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
792
- var TagResourceInput$ = [3, n0, _TRI,
793
- 0,
794
- [_rA, _ta],
795
- [[0, 1], 128 | 0], 2
796
- ];
797
- var TagResourceOutput$ = [3, n0, _TRO,
798
- 0,
799
- [],
800
- []
801
- ];
802
- var ThreatActorIp$ = [3, n0, _TAI,
803
- 0,
804
- [_iAp, _uA],
805
- [[() => IPAddress, 0], 0], 1
806
- ];
807
- var ThrottlingException$ = [-3, n0, _TE,
808
- { [_e]: _c, [_hE]: 429 },
809
- [_m, _sC, _qC, _rAS],
810
- [0, 0, 0, [1, { [_hH]: _RA }]], 1
811
- ];
812
- schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
813
- var UntagResourceInput$ = [3, n0, _URI,
814
- 0,
815
- [_rA, _tK],
816
- [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
817
- ];
818
- var UntagResourceOutput$ = [3, n0, _URO,
819
- 0,
820
- [],
821
- []
822
- ];
823
- var UpdateCaseCommentRequest$ = [3, n0, _UCCR,
824
- 0,
825
- [_cI, _cIo, _b],
826
- [[0, 1], [0, 1], [() => CommentBody, 0]], 3
827
- ];
828
- var UpdateCaseCommentResponse$ = [3, n0, _UCCRp,
829
- 0,
830
- [_cIo, _b],
831
- [0, [() => CommentBody, 0]], 1
832
- ];
833
- var UpdateCaseRequest$ = [3, n0, _UCR,
834
- 0,
835
- [_cI, _t, _d, _rISD, _aISD, _eTn, _wTA, _wTD, _tAIATA, _tAIATD, _iSTA, _iSTD, _iARTA, _iARTD, _iATA, _iATD, _cM],
836
- [[0, 1], [() => CaseTitle, 0], [() => CaseDescription, 0], 4, 4, 0, [() => Watchers, 0], [() => Watchers, 0], [() => ThreatActorIpList, 0], [() => ThreatActorIpList, 0], 64 | 0, 64 | 0, () => ImpactedAwsRegionList, () => ImpactedAwsRegionList, 64 | 0, 64 | 0, () => CaseMetadata], 1
837
- ];
838
- var UpdateCaseResponse$ = [3, n0, _UCRp,
839
- 0,
840
- [],
841
- []
842
- ];
843
- var UpdateCaseStatusRequest$ = [3, n0, _UCSR,
844
- 0,
845
- [_cI, _cS],
846
- [[0, 1], 0], 2
847
- ];
848
- var UpdateCaseStatusResponse$ = [3, n0, _UCSRp,
849
- 0,
850
- [_cS],
851
- [0]
852
- ];
853
- var UpdateMembershipRequest$ = [3, n0, _UMR,
854
- 0,
855
- [_mI, _mN, _iRT, _oIF, _mACU, _uMC],
856
- [[0, 1], [() => MembershipName, 0], [() => IncidentResponseTeam, 0], () => OptInFeatures, () => MembershipAccountsConfigurationsUpdate$, 2], 1
857
- ];
858
- var UpdateMembershipResponse$ = [3, n0, _UMRp,
859
- 0,
860
- [],
861
- []
862
- ];
863
- var UpdateResolverTypeRequest$ = [3, n0, _URTR,
864
- 0,
865
- [_cI, _rTe],
866
- [[0, 1], 0], 2
867
- ];
868
- var UpdateResolverTypeResponse$ = [3, n0, _URTRp,
869
- 0,
870
- [_cI, _cS, _rTe],
871
- [0, 0, 0], 1
872
- ];
873
- var ValidationException$ = [-3, n0, _VE,
874
- { [_e]: _c, [_hE]: 400 },
875
- [_m, _re, _fL],
876
- [0, 0, () => ValidationExceptionFieldList], 2
877
- ];
878
- schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
879
- var ValidationExceptionField$ = [3, n0, _VEF,
880
- 0,
881
- [_n, _m],
882
- [0, 0], 2
883
- ];
884
- var Watcher$ = [3, n0, _W,
885
- 0,
886
- [_em, _n, _jT],
887
- [[() => EmailAddress, 0], [() => PersonName, 0], [() => JobTitle, 0]], 1
888
- ];
889
- var SecurityIRServiceException$ = [-3, _sm, "SecurityIRServiceException", 0, [], []];
890
- schema.TypeRegistry.for(_sm).registerError(SecurityIRServiceException$, SecurityIRServiceException);
891
- var CaseAttachmentsList = [1, n0, _CAL,
892
- 0, [() => CaseAttachmentAttributes$,
893
- 0]
894
- ];
895
- var CaseEditItems = [1, n0, _CEIa,
896
- 0, () => CaseEditItem$
897
- ];
898
- var CaseMetadata = [1, n0, _CM,
899
- 0, () => CaseMetadataEntry$
900
- ];
901
- var GetMembershipAccountDetailErrors = [1, n0, _GMADEe,
902
- 0, () => GetMembershipAccountDetailError$
903
- ];
904
- var GetMembershipAccountDetailItems = [1, n0, _GMADIe,
905
- 0, () => GetMembershipAccountDetailItem$
906
- ];
907
- var ImpactedAwsRegionList = [1, n0, _IARL,
908
- 0, () => ImpactedAwsRegion$
909
- ];
910
- var IncidentResponseTeam = [1, n0, _IRT,
911
- 0, [() => IncidentResponder$,
912
- 0]
913
- ];
914
- var InvestigationActionList = [1, n0, _IAL,
915
- 0, () => InvestigationAction$
916
- ];
917
- var ListCasesItems = [1, n0, _LCIis,
918
- 0, [() => ListCasesItem$,
919
- 0]
920
- ];
921
- var ListCommentsItems = [1, n0, _LCIist,
922
- 0, [() => ListCommentsItem$,
923
- 0]
924
- ];
925
- var ListMembershipItems = [1, n0, _LMIi,
926
- 0, () => ListMembershipItem$
927
- ];
928
- var OptInFeatures = [1, n0, _OIFp,
929
- 0, () => OptInFeature$
930
- ];
931
- var ThreatActorIpList = [1, n0, _TAIL,
932
- 0, [() => ThreatActorIp$,
933
- 0]
934
- ];
935
- var ValidationExceptionFieldList = [1, n0, _VEFL,
936
- 0, () => ValidationExceptionField$
937
- ];
938
- var Watchers = [1, n0, _Wa,
939
- 0, [() => Watcher$,
940
- 0]
941
- ];
942
- var BatchGetMemberAccountDetails$ = [9, n0, _BGMAD,
943
- { [_h]: ["POST", "/v1/membership/{membershipId}/batch-member-details", 200] }, () => BatchGetMemberAccountDetailsRequest$, () => BatchGetMemberAccountDetailsResponse$
944
- ];
945
- var CancelMembership$ = [9, n0, _CMa,
946
- { [_h]: ["PUT", "/v1/membership/{membershipId}", 200] }, () => CancelMembershipRequest$, () => CancelMembershipResponse$
947
- ];
948
- var CloseCase$ = [9, n0, _CC,
949
- { [_h]: ["POST", "/v1/cases/{caseId}/close-case", 200] }, () => CloseCaseRequest$, () => CloseCaseResponse$
950
- ];
951
- var CreateCase$ = [9, n0, _CCr,
952
- { [_h]: ["POST", "/v1/create-case", 201] }, () => CreateCaseRequest$, () => CreateCaseResponse$
953
- ];
954
- var CreateCaseComment$ = [9, n0, _CCC,
955
- { [_h]: ["POST", "/v1/cases/{caseId}/create-comment", 201] }, () => CreateCaseCommentRequest$, () => CreateCaseCommentResponse$
956
- ];
957
- var CreateMembership$ = [9, n0, _CMr,
958
- { [_h]: ["POST", "/v1/membership", 201] }, () => CreateMembershipRequest$, () => CreateMembershipResponse$
959
- ];
960
- var GetCase$ = [9, n0, _GC,
961
- { [_h]: ["GET", "/v1/cases/{caseId}/get-case", 200] }, () => GetCaseRequest$, () => GetCaseResponse$
962
- ];
963
- var GetCaseAttachmentDownloadUrl$ = [9, n0, _GCADU,
964
- { [_h]: ["GET", "/v1/cases/{caseId}/get-presigned-url/{attachmentId}", 201] }, () => GetCaseAttachmentDownloadUrlRequest$, () => GetCaseAttachmentDownloadUrlResponse$
965
- ];
966
- var GetCaseAttachmentUploadUrl$ = [9, n0, _GCAUU,
967
- { [_h]: ["POST", "/v1/cases/{caseId}/get-presigned-url", 201] }, () => GetCaseAttachmentUploadUrlRequest$, () => GetCaseAttachmentUploadUrlResponse$
968
- ];
969
- var GetMembership$ = [9, n0, _GM,
970
- { [_h]: ["GET", "/v1/membership/{membershipId}", 200] }, () => GetMembershipRequest$, () => GetMembershipResponse$
971
- ];
972
- var ListCaseEdits$ = [9, n0, _LCE,
973
- { [_h]: ["POST", "/v1/cases/{caseId}/list-case-edits", 200] }, () => ListCaseEditsRequest$, () => ListCaseEditsResponse$
974
- ];
975
- var ListCases$ = [9, n0, _LC,
976
- { [_h]: ["POST", "/v1/list-cases", 200] }, () => ListCasesRequest$, () => ListCasesResponse$
977
- ];
978
- var ListComments$ = [9, n0, _LCi,
979
- { [_h]: ["POST", "/v1/cases/{caseId}/list-comments", 200] }, () => ListCommentsRequest$, () => ListCommentsResponse$
980
- ];
981
- var ListInvestigations$ = [9, n0, _LI,
982
- { [_h]: ["GET", "/v1/cases/{caseId}/list-investigations", 200] }, () => ListInvestigationsRequest$, () => ListInvestigationsResponse$
983
- ];
984
- var ListMemberships$ = [9, n0, _LM,
985
- { [_h]: ["POST", "/v1/memberships", 200] }, () => ListMembershipsRequest$, () => ListMembershipsResponse$
986
- ];
987
- var ListTagsForResource$ = [9, n0, _LTFR,
988
- { [_h]: ["GET", "/v1/tags/{resourceArn}", 200] }, () => ListTagsForResourceInput$, () => ListTagsForResourceOutput$
989
- ];
990
- var SendFeedback$ = [9, n0, _SF,
991
- { [_h]: ["POST", "/v1/cases/{caseId}/feedback/{resultId}/send-feedback", 200] }, () => SendFeedbackRequest$, () => SendFeedbackResponse$
992
- ];
993
- var TagResource$ = [9, n0, _TR,
994
- { [_h]: ["POST", "/v1/tags/{resourceArn}", 204] }, () => TagResourceInput$, () => TagResourceOutput$
995
- ];
996
- var UntagResource$ = [9, n0, _UR,
997
- { [_h]: ["DELETE", "/v1/tags/{resourceArn}", 200] }, () => UntagResourceInput$, () => UntagResourceOutput$
998
- ];
999
- var UpdateCase$ = [9, n0, _UC,
1000
- { [_h]: ["POST", "/v1/cases/{caseId}/update-case", 200] }, () => UpdateCaseRequest$, () => UpdateCaseResponse$
1001
- ];
1002
- var UpdateCaseComment$ = [9, n0, _UCC,
1003
- { [_h]: ["PUT", "/v1/cases/{caseId}/update-case-comment/{commentId}", 200] }, () => UpdateCaseCommentRequest$, () => UpdateCaseCommentResponse$
1004
- ];
1005
- var UpdateCaseStatus$ = [9, n0, _UCS,
1006
- { [_h]: ["POST", "/v1/cases/{caseId}/update-case-status", 201] }, () => UpdateCaseStatusRequest$, () => UpdateCaseStatusResponse$
1007
- ];
1008
- var UpdateMembership$ = [9, n0, _UM,
1009
- { [_h]: ["PUT", "/v1/membership/{membershipId}/update-membership", 200] }, () => UpdateMembershipRequest$, () => UpdateMembershipResponse$
1010
- ];
1011
- var UpdateResolverType$ = [9, n0, _URT,
1012
- { [_h]: ["POST", "/v1/cases/{caseId}/update-resolver-type", 200] }, () => UpdateResolverTypeRequest$, () => UpdateResolverTypeResponse$
1013
- ];
1014
-
1015
114
  class BatchGetMemberAccountDetailsCommand extends smithyClient.Command
1016
115
  .classBuilder()
1017
116
  .ep(commonParams)
@@ -1020,7 +119,7 @@ class BatchGetMemberAccountDetailsCommand extends smithyClient.Command
1020
119
  })
1021
120
  .s("SecurityIncidentResponse", "BatchGetMemberAccountDetails", {})
1022
121
  .n("SecurityIRClient", "BatchGetMemberAccountDetailsCommand")
1023
- .sc(BatchGetMemberAccountDetails$)
122
+ .sc(schemas_0.BatchGetMemberAccountDetails$)
1024
123
  .build() {
1025
124
  }
1026
125
 
@@ -1032,7 +131,7 @@ class CancelMembershipCommand extends smithyClient.Command
1032
131
  })
1033
132
  .s("SecurityIncidentResponse", "CancelMembership", {})
1034
133
  .n("SecurityIRClient", "CancelMembershipCommand")
1035
- .sc(CancelMembership$)
134
+ .sc(schemas_0.CancelMembership$)
1036
135
  .build() {
1037
136
  }
1038
137
 
@@ -1044,7 +143,7 @@ class CloseCaseCommand extends smithyClient.Command
1044
143
  })
1045
144
  .s("SecurityIncidentResponse", "CloseCase", {})
1046
145
  .n("SecurityIRClient", "CloseCaseCommand")
1047
- .sc(CloseCase$)
146
+ .sc(schemas_0.CloseCase$)
1048
147
  .build() {
1049
148
  }
1050
149
 
@@ -1056,7 +155,7 @@ class CreateCaseCommand extends smithyClient.Command
1056
155
  })
1057
156
  .s("SecurityIncidentResponse", "CreateCase", {})
1058
157
  .n("SecurityIRClient", "CreateCaseCommand")
1059
- .sc(CreateCase$)
158
+ .sc(schemas_0.CreateCase$)
1060
159
  .build() {
1061
160
  }
1062
161
 
@@ -1068,7 +167,7 @@ class CreateCaseCommentCommand extends smithyClient.Command
1068
167
  })
1069
168
  .s("SecurityIncidentResponse", "CreateCaseComment", {})
1070
169
  .n("SecurityIRClient", "CreateCaseCommentCommand")
1071
- .sc(CreateCaseComment$)
170
+ .sc(schemas_0.CreateCaseComment$)
1072
171
  .build() {
1073
172
  }
1074
173
 
@@ -1080,7 +179,7 @@ class CreateMembershipCommand extends smithyClient.Command
1080
179
  })
1081
180
  .s("SecurityIncidentResponse", "CreateMembership", {})
1082
181
  .n("SecurityIRClient", "CreateMembershipCommand")
1083
- .sc(CreateMembership$)
182
+ .sc(schemas_0.CreateMembership$)
1084
183
  .build() {
1085
184
  }
1086
185
 
@@ -1092,7 +191,7 @@ class GetCaseAttachmentDownloadUrlCommand extends smithyClient.Command
1092
191
  })
1093
192
  .s("SecurityIncidentResponse", "GetCaseAttachmentDownloadUrl", {})
1094
193
  .n("SecurityIRClient", "GetCaseAttachmentDownloadUrlCommand")
1095
- .sc(GetCaseAttachmentDownloadUrl$)
194
+ .sc(schemas_0.GetCaseAttachmentDownloadUrl$)
1096
195
  .build() {
1097
196
  }
1098
197
 
@@ -1104,7 +203,7 @@ class GetCaseAttachmentUploadUrlCommand extends smithyClient.Command
1104
203
  })
1105
204
  .s("SecurityIncidentResponse", "GetCaseAttachmentUploadUrl", {})
1106
205
  .n("SecurityIRClient", "GetCaseAttachmentUploadUrlCommand")
1107
- .sc(GetCaseAttachmentUploadUrl$)
206
+ .sc(schemas_0.GetCaseAttachmentUploadUrl$)
1108
207
  .build() {
1109
208
  }
1110
209
 
@@ -1116,7 +215,7 @@ class GetCaseCommand extends smithyClient.Command
1116
215
  })
1117
216
  .s("SecurityIncidentResponse", "GetCase", {})
1118
217
  .n("SecurityIRClient", "GetCaseCommand")
1119
- .sc(GetCase$)
218
+ .sc(schemas_0.GetCase$)
1120
219
  .build() {
1121
220
  }
1122
221
 
@@ -1128,7 +227,7 @@ class GetMembershipCommand extends smithyClient.Command
1128
227
  })
1129
228
  .s("SecurityIncidentResponse", "GetMembership", {})
1130
229
  .n("SecurityIRClient", "GetMembershipCommand")
1131
- .sc(GetMembership$)
230
+ .sc(schemas_0.GetMembership$)
1132
231
  .build() {
1133
232
  }
1134
233
 
@@ -1140,7 +239,7 @@ class ListCaseEditsCommand extends smithyClient.Command
1140
239
  })
1141
240
  .s("SecurityIncidentResponse", "ListCaseEdits", {})
1142
241
  .n("SecurityIRClient", "ListCaseEditsCommand")
1143
- .sc(ListCaseEdits$)
242
+ .sc(schemas_0.ListCaseEdits$)
1144
243
  .build() {
1145
244
  }
1146
245
 
@@ -1152,7 +251,7 @@ class ListCasesCommand extends smithyClient.Command
1152
251
  })
1153
252
  .s("SecurityIncidentResponse", "ListCases", {})
1154
253
  .n("SecurityIRClient", "ListCasesCommand")
1155
- .sc(ListCases$)
254
+ .sc(schemas_0.ListCases$)
1156
255
  .build() {
1157
256
  }
1158
257
 
@@ -1164,7 +263,7 @@ class ListCommentsCommand extends smithyClient.Command
1164
263
  })
1165
264
  .s("SecurityIncidentResponse", "ListComments", {})
1166
265
  .n("SecurityIRClient", "ListCommentsCommand")
1167
- .sc(ListComments$)
266
+ .sc(schemas_0.ListComments$)
1168
267
  .build() {
1169
268
  }
1170
269
 
@@ -1176,7 +275,7 @@ class ListInvestigationsCommand extends smithyClient.Command
1176
275
  })
1177
276
  .s("SecurityIncidentResponse", "ListInvestigations", {})
1178
277
  .n("SecurityIRClient", "ListInvestigationsCommand")
1179
- .sc(ListInvestigations$)
278
+ .sc(schemas_0.ListInvestigations$)
1180
279
  .build() {
1181
280
  }
1182
281
 
@@ -1188,7 +287,7 @@ class ListMembershipsCommand extends smithyClient.Command
1188
287
  })
1189
288
  .s("SecurityIncidentResponse", "ListMemberships", {})
1190
289
  .n("SecurityIRClient", "ListMembershipsCommand")
1191
- .sc(ListMemberships$)
290
+ .sc(schemas_0.ListMemberships$)
1192
291
  .build() {
1193
292
  }
1194
293
 
@@ -1200,7 +299,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
1200
299
  })
1201
300
  .s("SecurityIncidentResponse", "ListTagsForResource", {})
1202
301
  .n("SecurityIRClient", "ListTagsForResourceCommand")
1203
- .sc(ListTagsForResource$)
302
+ .sc(schemas_0.ListTagsForResource$)
1204
303
  .build() {
1205
304
  }
1206
305
 
@@ -1212,7 +311,7 @@ class SendFeedbackCommand extends smithyClient.Command
1212
311
  })
1213
312
  .s("SecurityIncidentResponse", "SendFeedback", {})
1214
313
  .n("SecurityIRClient", "SendFeedbackCommand")
1215
- .sc(SendFeedback$)
314
+ .sc(schemas_0.SendFeedback$)
1216
315
  .build() {
1217
316
  }
1218
317
 
@@ -1224,7 +323,7 @@ class TagResourceCommand extends smithyClient.Command
1224
323
  })
1225
324
  .s("SecurityIncidentResponse", "TagResource", {})
1226
325
  .n("SecurityIRClient", "TagResourceCommand")
1227
- .sc(TagResource$)
326
+ .sc(schemas_0.TagResource$)
1228
327
  .build() {
1229
328
  }
1230
329
 
@@ -1236,7 +335,7 @@ class UntagResourceCommand extends smithyClient.Command
1236
335
  })
1237
336
  .s("SecurityIncidentResponse", "UntagResource", {})
1238
337
  .n("SecurityIRClient", "UntagResourceCommand")
1239
- .sc(UntagResource$)
338
+ .sc(schemas_0.UntagResource$)
1240
339
  .build() {
1241
340
  }
1242
341
 
@@ -1248,7 +347,7 @@ class UpdateCaseCommand extends smithyClient.Command
1248
347
  })
1249
348
  .s("SecurityIncidentResponse", "UpdateCase", {})
1250
349
  .n("SecurityIRClient", "UpdateCaseCommand")
1251
- .sc(UpdateCase$)
350
+ .sc(schemas_0.UpdateCase$)
1252
351
  .build() {
1253
352
  }
1254
353
 
@@ -1260,7 +359,7 @@ class UpdateCaseCommentCommand extends smithyClient.Command
1260
359
  })
1261
360
  .s("SecurityIncidentResponse", "UpdateCaseComment", {})
1262
361
  .n("SecurityIRClient", "UpdateCaseCommentCommand")
1263
- .sc(UpdateCaseComment$)
362
+ .sc(schemas_0.UpdateCaseComment$)
1264
363
  .build() {
1265
364
  }
1266
365
 
@@ -1272,7 +371,7 @@ class UpdateCaseStatusCommand extends smithyClient.Command
1272
371
  })
1273
372
  .s("SecurityIncidentResponse", "UpdateCaseStatus", {})
1274
373
  .n("SecurityIRClient", "UpdateCaseStatusCommand")
1275
- .sc(UpdateCaseStatus$)
374
+ .sc(schemas_0.UpdateCaseStatus$)
1276
375
  .build() {
1277
376
  }
1278
377
 
@@ -1284,7 +383,7 @@ class UpdateMembershipCommand extends smithyClient.Command
1284
383
  })
1285
384
  .s("SecurityIncidentResponse", "UpdateMembership", {})
1286
385
  .n("SecurityIRClient", "UpdateMembershipCommand")
1287
- .sc(UpdateMembership$)
386
+ .sc(schemas_0.UpdateMembership$)
1288
387
  .build() {
1289
388
  }
1290
389
 
@@ -1296,7 +395,7 @@ class UpdateResolverTypeCommand extends smithyClient.Command
1296
395
  })
1297
396
  .s("SecurityIncidentResponse", "UpdateResolverType", {})
1298
397
  .n("SecurityIRClient", "UpdateResolverTypeCommand")
1299
- .sc(UpdateResolverType$)
398
+ .sc(schemas_0.UpdateResolverType$)
1300
399
  .build() {
1301
400
  }
1302
401
 
@@ -1494,162 +593,68 @@ Object.defineProperty(exports, "__Client", {
1494
593
  enumerable: true,
1495
594
  get: function () { return smithyClient.Client; }
1496
595
  });
1497
- exports.AccessDeniedException = AccessDeniedException;
1498
- exports.AccessDeniedException$ = AccessDeniedException$;
596
+ Object.defineProperty(exports, "SecurityIRServiceException", {
597
+ enumerable: true,
598
+ get: function () { return SecurityIRServiceException.SecurityIRServiceException; }
599
+ });
1499
600
  exports.ActionType = ActionType;
1500
601
  exports.AwsRegion = AwsRegion;
1501
- exports.BatchGetMemberAccountDetails$ = BatchGetMemberAccountDetails$;
1502
602
  exports.BatchGetMemberAccountDetailsCommand = BatchGetMemberAccountDetailsCommand;
1503
- exports.BatchGetMemberAccountDetailsRequest$ = BatchGetMemberAccountDetailsRequest$;
1504
- exports.BatchGetMemberAccountDetailsResponse$ = BatchGetMemberAccountDetailsResponse$;
1505
- exports.CancelMembership$ = CancelMembership$;
1506
603
  exports.CancelMembershipCommand = CancelMembershipCommand;
1507
- exports.CancelMembershipRequest$ = CancelMembershipRequest$;
1508
- exports.CancelMembershipResponse$ = CancelMembershipResponse$;
1509
- exports.CaseAttachmentAttributes$ = CaseAttachmentAttributes$;
1510
604
  exports.CaseAttachmentStatus = CaseAttachmentStatus;
1511
- exports.CaseEditItem$ = CaseEditItem$;
1512
- exports.CaseMetadataEntry$ = CaseMetadataEntry$;
1513
605
  exports.CaseStatus = CaseStatus;
1514
- exports.CloseCase$ = CloseCase$;
1515
606
  exports.CloseCaseCommand = CloseCaseCommand;
1516
- exports.CloseCaseRequest$ = CloseCaseRequest$;
1517
- exports.CloseCaseResponse$ = CloseCaseResponse$;
1518
607
  exports.ClosureCode = ClosureCode;
1519
608
  exports.CommunicationType = CommunicationType;
1520
- exports.ConflictException = ConflictException;
1521
- exports.ConflictException$ = ConflictException$;
1522
- exports.CreateCase$ = CreateCase$;
1523
609
  exports.CreateCaseCommand = CreateCaseCommand;
1524
- exports.CreateCaseComment$ = CreateCaseComment$;
1525
610
  exports.CreateCaseCommentCommand = CreateCaseCommentCommand;
1526
- exports.CreateCaseCommentRequest$ = CreateCaseCommentRequest$;
1527
- exports.CreateCaseCommentResponse$ = CreateCaseCommentResponse$;
1528
- exports.CreateCaseRequest$ = CreateCaseRequest$;
1529
- exports.CreateCaseResponse$ = CreateCaseResponse$;
1530
- exports.CreateMembership$ = CreateMembership$;
1531
611
  exports.CreateMembershipCommand = CreateMembershipCommand;
1532
- exports.CreateMembershipRequest$ = CreateMembershipRequest$;
1533
- exports.CreateMembershipResponse$ = CreateMembershipResponse$;
1534
612
  exports.CustomerType = CustomerType;
1535
613
  exports.EngagementType = EngagementType;
1536
614
  exports.ExecutionStatus = ExecutionStatus;
1537
- exports.GetCase$ = GetCase$;
1538
- exports.GetCaseAttachmentDownloadUrl$ = GetCaseAttachmentDownloadUrl$;
1539
615
  exports.GetCaseAttachmentDownloadUrlCommand = GetCaseAttachmentDownloadUrlCommand;
1540
- exports.GetCaseAttachmentDownloadUrlRequest$ = GetCaseAttachmentDownloadUrlRequest$;
1541
- exports.GetCaseAttachmentDownloadUrlResponse$ = GetCaseAttachmentDownloadUrlResponse$;
1542
- exports.GetCaseAttachmentUploadUrl$ = GetCaseAttachmentUploadUrl$;
1543
616
  exports.GetCaseAttachmentUploadUrlCommand = GetCaseAttachmentUploadUrlCommand;
1544
- exports.GetCaseAttachmentUploadUrlRequest$ = GetCaseAttachmentUploadUrlRequest$;
1545
- exports.GetCaseAttachmentUploadUrlResponse$ = GetCaseAttachmentUploadUrlResponse$;
1546
617
  exports.GetCaseCommand = GetCaseCommand;
1547
- exports.GetCaseRequest$ = GetCaseRequest$;
1548
- exports.GetCaseResponse$ = GetCaseResponse$;
1549
- exports.GetMembership$ = GetMembership$;
1550
- exports.GetMembershipAccountDetailError$ = GetMembershipAccountDetailError$;
1551
- exports.GetMembershipAccountDetailItem$ = GetMembershipAccountDetailItem$;
1552
618
  exports.GetMembershipCommand = GetMembershipCommand;
1553
- exports.GetMembershipRequest$ = GetMembershipRequest$;
1554
- exports.GetMembershipResponse$ = GetMembershipResponse$;
1555
- exports.ImpactedAwsRegion$ = ImpactedAwsRegion$;
1556
- exports.IncidentResponder$ = IncidentResponder$;
1557
- exports.InternalServerException = InternalServerException;
1558
- exports.InternalServerException$ = InternalServerException$;
1559
- exports.InvalidTokenException = InvalidTokenException;
1560
- exports.InvalidTokenException$ = InvalidTokenException$;
1561
- exports.InvestigationAction$ = InvestigationAction$;
1562
- exports.InvestigationFeedback$ = InvestigationFeedback$;
1563
- exports.ListCaseEdits$ = ListCaseEdits$;
1564
619
  exports.ListCaseEditsCommand = ListCaseEditsCommand;
1565
- exports.ListCaseEditsRequest$ = ListCaseEditsRequest$;
1566
- exports.ListCaseEditsResponse$ = ListCaseEditsResponse$;
1567
- exports.ListCases$ = ListCases$;
1568
620
  exports.ListCasesCommand = ListCasesCommand;
1569
- exports.ListCasesItem$ = ListCasesItem$;
1570
- exports.ListCasesRequest$ = ListCasesRequest$;
1571
- exports.ListCasesResponse$ = ListCasesResponse$;
1572
- exports.ListComments$ = ListComments$;
1573
621
  exports.ListCommentsCommand = ListCommentsCommand;
1574
- exports.ListCommentsItem$ = ListCommentsItem$;
1575
- exports.ListCommentsRequest$ = ListCommentsRequest$;
1576
- exports.ListCommentsResponse$ = ListCommentsResponse$;
1577
- exports.ListInvestigations$ = ListInvestigations$;
1578
622
  exports.ListInvestigationsCommand = ListInvestigationsCommand;
1579
- exports.ListInvestigationsRequest$ = ListInvestigationsRequest$;
1580
- exports.ListInvestigationsResponse$ = ListInvestigationsResponse$;
1581
- exports.ListMembershipItem$ = ListMembershipItem$;
1582
- exports.ListMemberships$ = ListMemberships$;
1583
623
  exports.ListMembershipsCommand = ListMembershipsCommand;
1584
- exports.ListMembershipsRequest$ = ListMembershipsRequest$;
1585
- exports.ListMembershipsResponse$ = ListMembershipsResponse$;
1586
- exports.ListTagsForResource$ = ListTagsForResource$;
1587
624
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1588
- exports.ListTagsForResourceInput$ = ListTagsForResourceInput$;
1589
- exports.ListTagsForResourceOutput$ = ListTagsForResourceOutput$;
1590
625
  exports.MembershipAccountRelationshipStatus = MembershipAccountRelationshipStatus;
1591
626
  exports.MembershipAccountRelationshipType = MembershipAccountRelationshipType;
1592
- exports.MembershipAccountsConfigurations$ = MembershipAccountsConfigurations$;
1593
- exports.MembershipAccountsConfigurationsUpdate$ = MembershipAccountsConfigurationsUpdate$;
1594
627
  exports.MembershipStatus = MembershipStatus;
1595
- exports.OptInFeature$ = OptInFeature$;
1596
628
  exports.OptInFeatureName = OptInFeatureName;
1597
629
  exports.PendingAction = PendingAction;
1598
630
  exports.ResolverType = ResolverType;
1599
- exports.ResourceNotFoundException = ResourceNotFoundException;
1600
- exports.ResourceNotFoundException$ = ResourceNotFoundException$;
1601
631
  exports.SecurityIR = SecurityIR;
1602
632
  exports.SecurityIRClient = SecurityIRClient;
1603
- exports.SecurityIRServiceException = SecurityIRServiceException;
1604
- exports.SecurityIRServiceException$ = SecurityIRServiceException$;
1605
- exports.SecurityIncidentResponseNotActiveException = SecurityIncidentResponseNotActiveException;
1606
- exports.SecurityIncidentResponseNotActiveException$ = SecurityIncidentResponseNotActiveException$;
1607
633
  exports.SelfManagedCaseStatus = SelfManagedCaseStatus;
1608
- exports.SendFeedback$ = SendFeedback$;
1609
634
  exports.SendFeedbackCommand = SendFeedbackCommand;
1610
- exports.SendFeedbackRequest$ = SendFeedbackRequest$;
1611
- exports.SendFeedbackResponse$ = SendFeedbackResponse$;
1612
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
1613
- exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
1614
- exports.TagResource$ = TagResource$;
1615
635
  exports.TagResourceCommand = TagResourceCommand;
1616
- exports.TagResourceInput$ = TagResourceInput$;
1617
- exports.TagResourceOutput$ = TagResourceOutput$;
1618
- exports.ThreatActorIp$ = ThreatActorIp$;
1619
- exports.ThrottlingException = ThrottlingException;
1620
- exports.ThrottlingException$ = ThrottlingException$;
1621
- exports.UntagResource$ = UntagResource$;
1622
636
  exports.UntagResourceCommand = UntagResourceCommand;
1623
- exports.UntagResourceInput$ = UntagResourceInput$;
1624
- exports.UntagResourceOutput$ = UntagResourceOutput$;
1625
- exports.UpdateCase$ = UpdateCase$;
1626
637
  exports.UpdateCaseCommand = UpdateCaseCommand;
1627
- exports.UpdateCaseComment$ = UpdateCaseComment$;
1628
638
  exports.UpdateCaseCommentCommand = UpdateCaseCommentCommand;
1629
- exports.UpdateCaseCommentRequest$ = UpdateCaseCommentRequest$;
1630
- exports.UpdateCaseCommentResponse$ = UpdateCaseCommentResponse$;
1631
- exports.UpdateCaseRequest$ = UpdateCaseRequest$;
1632
- exports.UpdateCaseResponse$ = UpdateCaseResponse$;
1633
- exports.UpdateCaseStatus$ = UpdateCaseStatus$;
1634
639
  exports.UpdateCaseStatusCommand = UpdateCaseStatusCommand;
1635
- exports.UpdateCaseStatusRequest$ = UpdateCaseStatusRequest$;
1636
- exports.UpdateCaseStatusResponse$ = UpdateCaseStatusResponse$;
1637
- exports.UpdateMembership$ = UpdateMembership$;
1638
640
  exports.UpdateMembershipCommand = UpdateMembershipCommand;
1639
- exports.UpdateMembershipRequest$ = UpdateMembershipRequest$;
1640
- exports.UpdateMembershipResponse$ = UpdateMembershipResponse$;
1641
- exports.UpdateResolverType$ = UpdateResolverType$;
1642
641
  exports.UpdateResolverTypeCommand = UpdateResolverTypeCommand;
1643
- exports.UpdateResolverTypeRequest$ = UpdateResolverTypeRequest$;
1644
- exports.UpdateResolverTypeResponse$ = UpdateResolverTypeResponse$;
1645
642
  exports.UsefulnessRating = UsefulnessRating;
1646
- exports.ValidationException = ValidationException;
1647
- exports.ValidationException$ = ValidationException$;
1648
- exports.ValidationExceptionField$ = ValidationExceptionField$;
1649
643
  exports.ValidationExceptionReason = ValidationExceptionReason;
1650
- exports.Watcher$ = Watcher$;
1651
644
  exports.paginateListCaseEdits = paginateListCaseEdits;
1652
645
  exports.paginateListCases = paginateListCases;
1653
646
  exports.paginateListComments = paginateListComments;
1654
647
  exports.paginateListInvestigations = paginateListInvestigations;
1655
648
  exports.paginateListMemberships = paginateListMemberships;
649
+ Object.keys(schemas_0).forEach(function (k) {
650
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
651
+ enumerable: true,
652
+ get: function () { return schemas_0[k]; }
653
+ });
654
+ });
655
+ Object.keys(errors).forEach(function (k) {
656
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
657
+ enumerable: true,
658
+ get: function () { return errors[k]; }
659
+ });
660
+ });