@aws-sdk/client-security-ir 3.1068.0 → 3.1070.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +9 -15
- package/dist-cjs/endpoint/bdd.js +2 -5
- package/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/dist-cjs/index.js +117 -137
- package/dist-cjs/models/SecurityIRServiceException.js +4 -8
- package/dist-cjs/models/errors.js +19 -31
- package/dist-cjs/runtimeConfig.browser.js +22 -26
- package/dist-cjs/runtimeConfig.js +30 -34
- package/dist-cjs/runtimeConfig.native.js +4 -7
- package/dist-cjs/runtimeConfig.shared.js +20 -24
- package/dist-cjs/schemas/schemas_0.js +209 -138
- package/package.json +8 -8
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListInvestigationsResponse$ = exports.ListInvestigationsRequest$ = exports.ListCommentsResponse$ = exports.ListCommentsRequest$ = exports.ListCommentsItem$ = exports.ListCasesResponse$ = exports.ListCasesRequest$ = exports.ListCasesItem$ = exports.ListCaseEditsResponse$ = exports.ListCaseEditsRequest$ = exports.InvestigationFeedback$ = exports.InvestigationAction$ = exports.IncidentResponder$ = exports.ImpactedAwsRegion$ = exports.GetMembershipResponse$ = exports.GetMembershipRequest$ = exports.GetMembershipAccountDetailItem$ = exports.GetMembershipAccountDetailError$ = exports.GetCaseResponse$ = exports.GetCaseRequest$ = exports.GetCaseAttachmentUploadUrlResponse$ = exports.GetCaseAttachmentUploadUrlRequest$ = exports.GetCaseAttachmentDownloadUrlResponse$ = exports.GetCaseAttachmentDownloadUrlRequest$ = exports.CreateMembershipResponse$ = exports.CreateMembershipRequest$ = exports.CreateCaseResponse$ = exports.CreateCaseRequest$ = exports.CreateCaseCommentResponse$ = exports.CreateCaseCommentRequest$ = exports.CloseCaseResponse$ = exports.CloseCaseRequest$ = exports.CaseMetadataEntry$ = exports.CaseEditItem$ = exports.CaseAttachmentAttributes$ = exports.CancelMembershipResponse$ = exports.CancelMembershipRequest$ = exports.BatchGetMemberAccountDetailsResponse$ = exports.BatchGetMemberAccountDetailsRequest$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottlingException$ = exports.ServiceQuotaExceededException$ = exports.SecurityIncidentResponseNotActiveException$ = exports.ResourceNotFoundException$ = exports.InvalidTokenException$ = exports.InternalServerException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.SecurityIRServiceException$ = void 0;
|
|
4
|
-
exports.UpdateMembership$ = exports.UpdateCaseStatus$ = exports.UpdateCaseComment$ = exports.UpdateCase$ = exports.UntagResource$ = exports.TagResource$ = exports.SendFeedback$ = exports.ListTagsForResource$ = exports.ListMemberships$ = exports.ListInvestigations$ = exports.ListComments$ = exports.ListCases$ = exports.ListCaseEdits$ = exports.GetMembership$ = exports.GetCaseAttachmentUploadUrl$ = exports.GetCaseAttachmentDownloadUrl$ = exports.GetCase$ = exports.CreateMembership$ = exports.CreateCaseComment$ = exports.CreateCase$ = exports.CloseCase$ = exports.CancelMembership$ = exports.BatchGetMemberAccountDetails$ = exports.Watcher$ = exports.ValidationExceptionField$ = exports.UpdateResolverTypeResponse$ = exports.UpdateResolverTypeRequest$ = exports.UpdateMembershipResponse$ = exports.UpdateMembershipRequest$ = exports.UpdateCaseStatusResponse$ = exports.UpdateCaseStatusRequest$ = exports.UpdateCaseResponse$ = exports.UpdateCaseRequest$ = exports.UpdateCaseCommentResponse$ = exports.UpdateCaseCommentRequest$ = exports.UntagResourceOutput$ = exports.UntagResourceInput$ = exports.ThreatActorIp$ = exports.TagResourceOutput$ = exports.TagResourceInput$ = exports.SendFeedbackResponse$ = exports.SendFeedbackRequest$ = exports.OptInFeature$ = exports.MembershipAccountsConfigurationsUpdate$ = exports.MembershipAccountsConfigurations$ = exports.ListTagsForResourceOutput$ = exports.ListTagsForResourceInput$ = exports.ListMembershipsResponse$ = exports.ListMembershipsRequest$ = exports.ListMembershipItem$ = void 0;
|
|
5
|
-
exports.UpdateResolverType$ = void 0;
|
|
6
1
|
const _ADE = "AccessDeniedException";
|
|
7
2
|
const _BGMAD = "BatchGetMemberAccountDetails";
|
|
8
3
|
const _BGMADR = "BatchGetMemberAccountDetailsRequest";
|
|
@@ -241,67 +236,77 @@ const _w = "watchers";
|
|
|
241
236
|
const _wTA = "watchersToAdd";
|
|
242
237
|
const _wTD = "watchersToDelete";
|
|
243
238
|
const n0 = "com.amazonaws.securityir";
|
|
244
|
-
const
|
|
245
|
-
const
|
|
246
|
-
const
|
|
247
|
-
const _s_registry =
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
239
|
+
const { TypeRegistry } = require("@smithy/core/schema");
|
|
240
|
+
const { AccessDeniedException, ConflictException, InternalServerException, InvalidTokenException, ResourceNotFoundException, SecurityIncidentResponseNotActiveException, ServiceQuotaExceededException, ThrottlingException, ValidationException } = require("../models/errors");
|
|
241
|
+
const { SecurityIRServiceException } = require("../models/SecurityIRServiceException");
|
|
242
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
243
|
+
const SecurityIRServiceException$ = [-3, _s, "SecurityIRServiceException", 0, [], []];
|
|
244
|
+
exports.SecurityIRServiceException$ = SecurityIRServiceException$;
|
|
245
|
+
_s_registry.registerError(SecurityIRServiceException$, SecurityIRServiceException);
|
|
246
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
247
|
+
const AccessDeniedException$ = [-3, n0, _ADE,
|
|
252
248
|
{ [_e]: _c, [_hE]: 403 },
|
|
253
249
|
[_m],
|
|
254
250
|
[0], 1
|
|
255
251
|
];
|
|
256
|
-
|
|
257
|
-
|
|
252
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
253
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
254
|
+
const ConflictException$ = [-3, n0, _CE,
|
|
258
255
|
{ [_e]: _c, [_hE]: 409 },
|
|
259
256
|
[_m, _rI, _rT],
|
|
260
257
|
[0, 0, 0], 3
|
|
261
258
|
];
|
|
262
|
-
|
|
263
|
-
|
|
259
|
+
exports.ConflictException$ = ConflictException$;
|
|
260
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
261
|
+
const InternalServerException$ = [-3, n0, _ISE,
|
|
264
262
|
{ [_e]: _se, [_hE]: 500 },
|
|
265
263
|
[_m, _rAS],
|
|
266
264
|
[0, [1, { [_hH]: _RA }]], 1
|
|
267
265
|
];
|
|
268
|
-
|
|
269
|
-
|
|
266
|
+
exports.InternalServerException$ = InternalServerException$;
|
|
267
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
268
|
+
const InvalidTokenException$ = [-3, n0, _ITE,
|
|
270
269
|
{ [_e]: _c, [_hE]: 423 },
|
|
271
270
|
[_m],
|
|
272
271
|
[0], 1
|
|
273
272
|
];
|
|
274
|
-
|
|
275
|
-
|
|
273
|
+
exports.InvalidTokenException$ = InvalidTokenException$;
|
|
274
|
+
n0_registry.registerError(InvalidTokenException$, InvalidTokenException);
|
|
275
|
+
const ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
276
276
|
{ [_e]: _c, [_hE]: 404 },
|
|
277
277
|
[_m],
|
|
278
278
|
[0], 1
|
|
279
279
|
];
|
|
280
|
-
|
|
281
|
-
|
|
280
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
281
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
282
|
+
const SecurityIncidentResponseNotActiveException$ = [-3, n0, _SIRNAE,
|
|
282
283
|
{ [_e]: _c, [_hE]: 400 },
|
|
283
284
|
[_m],
|
|
284
285
|
[0], 1
|
|
285
286
|
];
|
|
286
|
-
|
|
287
|
-
|
|
287
|
+
exports.SecurityIncidentResponseNotActiveException$ = SecurityIncidentResponseNotActiveException$;
|
|
288
|
+
n0_registry.registerError(SecurityIncidentResponseNotActiveException$, SecurityIncidentResponseNotActiveException);
|
|
289
|
+
const ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
288
290
|
{ [_e]: _c, [_hE]: 402 },
|
|
289
291
|
[_m, _rI, _rT, _sC, _qC],
|
|
290
292
|
[0, 0, 0, 0, 0], 5
|
|
291
293
|
];
|
|
292
|
-
|
|
293
|
-
|
|
294
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
295
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
296
|
+
const ThrottlingException$ = [-3, n0, _TE,
|
|
294
297
|
{ [_e]: _c, [_hE]: 429 },
|
|
295
298
|
[_m, _sC, _qC, _rAS],
|
|
296
299
|
[0, 0, 0, [1, { [_hH]: _RA }]], 1
|
|
297
300
|
];
|
|
298
|
-
|
|
299
|
-
|
|
301
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
302
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
303
|
+
const ValidationException$ = [-3, n0, _VE,
|
|
300
304
|
{ [_e]: _c, [_hE]: 400 },
|
|
301
305
|
[_m, _r, _fL],
|
|
302
306
|
[0, 0, () => ValidationExceptionFieldList], 2
|
|
303
307
|
];
|
|
304
|
-
|
|
308
|
+
exports.ValidationException$ = ValidationException$;
|
|
309
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
305
310
|
exports.errorTypeRegistries = [
|
|
306
311
|
_s_registry,
|
|
307
312
|
n0_registry,
|
|
@@ -317,463 +322,529 @@ var JobTitle = [0, n0, _JT, 8, 0];
|
|
|
317
322
|
var MembershipName = [0, n0, _MN, 8, 0];
|
|
318
323
|
var PersonName = [0, n0, _PN, 8, 0];
|
|
319
324
|
var Url = [0, n0, _U, 8, 0];
|
|
320
|
-
|
|
325
|
+
const BatchGetMemberAccountDetailsRequest$ = [3, n0, _BGMADR,
|
|
321
326
|
0,
|
|
322
327
|
[_mI, _aI],
|
|
323
328
|
[[0, 1], 64 | 0], 2
|
|
324
329
|
];
|
|
325
|
-
exports.
|
|
330
|
+
exports.BatchGetMemberAccountDetailsRequest$ = BatchGetMemberAccountDetailsRequest$;
|
|
331
|
+
const BatchGetMemberAccountDetailsResponse$ = [3, n0, _BGMADRa,
|
|
326
332
|
0,
|
|
327
333
|
[_i, _er],
|
|
328
334
|
[() => GetMembershipAccountDetailItems, () => GetMembershipAccountDetailErrors]
|
|
329
335
|
];
|
|
330
|
-
exports.
|
|
336
|
+
exports.BatchGetMemberAccountDetailsResponse$ = BatchGetMemberAccountDetailsResponse$;
|
|
337
|
+
const CancelMembershipRequest$ = [3, n0, _CMR,
|
|
331
338
|
0,
|
|
332
339
|
[_mI],
|
|
333
340
|
[[0, 1]], 1
|
|
334
341
|
];
|
|
335
|
-
exports.
|
|
342
|
+
exports.CancelMembershipRequest$ = CancelMembershipRequest$;
|
|
343
|
+
const CancelMembershipResponse$ = [3, n0, _CMRa,
|
|
336
344
|
0,
|
|
337
345
|
[_mI],
|
|
338
346
|
[0], 1
|
|
339
347
|
];
|
|
340
|
-
exports.
|
|
348
|
+
exports.CancelMembershipResponse$ = CancelMembershipResponse$;
|
|
349
|
+
const CaseAttachmentAttributes$ = [3, n0, _CAA,
|
|
341
350
|
0,
|
|
342
351
|
[_aIt, _fN, _aS, _cr, _cD],
|
|
343
352
|
[0, [() => FileName, 0], 0, 0, 4], 5
|
|
344
353
|
];
|
|
345
|
-
exports.
|
|
354
|
+
exports.CaseAttachmentAttributes$ = CaseAttachmentAttributes$;
|
|
355
|
+
const CaseEditItem$ = [3, n0, _CEI,
|
|
346
356
|
0,
|
|
347
357
|
[_eT, _p, _a, _m],
|
|
348
358
|
[4, 0, 0, 0]
|
|
349
359
|
];
|
|
350
|
-
exports.
|
|
360
|
+
exports.CaseEditItem$ = CaseEditItem$;
|
|
361
|
+
const CaseMetadataEntry$ = [3, n0, _CME,
|
|
351
362
|
0,
|
|
352
363
|
[_k, _v],
|
|
353
364
|
[0, 0], 2
|
|
354
365
|
];
|
|
355
|
-
exports.
|
|
366
|
+
exports.CaseMetadataEntry$ = CaseMetadataEntry$;
|
|
367
|
+
const CloseCaseRequest$ = [3, n0, _CCR,
|
|
356
368
|
0,
|
|
357
369
|
[_cI],
|
|
358
370
|
[[0, 1]], 1
|
|
359
371
|
];
|
|
360
|
-
exports.
|
|
372
|
+
exports.CloseCaseRequest$ = CloseCaseRequest$;
|
|
373
|
+
const CloseCaseResponse$ = [3, n0, _CCRl,
|
|
361
374
|
0,
|
|
362
375
|
[_cS, _cDl],
|
|
363
376
|
[0, 4]
|
|
364
377
|
];
|
|
365
|
-
exports.
|
|
378
|
+
exports.CloseCaseResponse$ = CloseCaseResponse$;
|
|
379
|
+
const CreateCaseCommentRequest$ = [3, n0, _CCCR,
|
|
366
380
|
0,
|
|
367
381
|
[_cI, _b, _cT],
|
|
368
382
|
[[0, 1], [() => CommentBody, 0], [0, 4]], 2
|
|
369
383
|
];
|
|
370
|
-
exports.
|
|
384
|
+
exports.CreateCaseCommentRequest$ = CreateCaseCommentRequest$;
|
|
385
|
+
const CreateCaseCommentResponse$ = [3, n0, _CCCRr,
|
|
371
386
|
0,
|
|
372
387
|
[_cIo],
|
|
373
388
|
[0], 1
|
|
374
389
|
];
|
|
375
|
-
exports.
|
|
390
|
+
exports.CreateCaseCommentResponse$ = CreateCaseCommentResponse$;
|
|
391
|
+
const CreateCaseRequest$ = [3, n0, _CCRr,
|
|
376
392
|
0,
|
|
377
393
|
[_rTe, _t, _d, _eTn, _rISD, _iA, _w, _cT, _tAIA, _iS, _iAR, _ta],
|
|
378
394
|
[0, [() => CaseTitle, 0], [() => CaseDescription, 0], 0, 4, 64 | 0, [() => Watchers, 0], [0, 4], [() => ThreatActorIpList, 0], 64 | 0, () => ImpactedAwsRegionList, 128 | 0], 7
|
|
379
395
|
];
|
|
380
|
-
exports.
|
|
396
|
+
exports.CreateCaseRequest$ = CreateCaseRequest$;
|
|
397
|
+
const CreateCaseResponse$ = [3, n0, _CCRre,
|
|
381
398
|
0,
|
|
382
399
|
[_cI],
|
|
383
400
|
[0], 1
|
|
384
401
|
];
|
|
385
|
-
exports.
|
|
402
|
+
exports.CreateCaseResponse$ = CreateCaseResponse$;
|
|
403
|
+
const CreateMembershipRequest$ = [3, n0, _CMRr,
|
|
386
404
|
0,
|
|
387
405
|
[_mN, _iRT, _cT, _oIF, _ta, _cEO],
|
|
388
406
|
[[() => MembershipName, 0], [() => IncidentResponseTeam, 0], [0, 4], () => OptInFeatures, 128 | 0, 2], 2
|
|
389
407
|
];
|
|
390
|
-
exports.
|
|
408
|
+
exports.CreateMembershipRequest$ = CreateMembershipRequest$;
|
|
409
|
+
const CreateMembershipResponse$ = [3, n0, _CMRre,
|
|
391
410
|
0,
|
|
392
411
|
[_mI],
|
|
393
412
|
[0], 1
|
|
394
413
|
];
|
|
395
|
-
exports.
|
|
414
|
+
exports.CreateMembershipResponse$ = CreateMembershipResponse$;
|
|
415
|
+
const GetCaseAttachmentDownloadUrlRequest$ = [3, n0, _GCADUR,
|
|
396
416
|
0,
|
|
397
417
|
[_cI, _aIt],
|
|
398
418
|
[[0, 1], [0, 1]], 2
|
|
399
419
|
];
|
|
400
|
-
exports.
|
|
420
|
+
exports.GetCaseAttachmentDownloadUrlRequest$ = GetCaseAttachmentDownloadUrlRequest$;
|
|
421
|
+
const GetCaseAttachmentDownloadUrlResponse$ = [3, n0, _GCADURe,
|
|
401
422
|
0,
|
|
402
423
|
[_aPU],
|
|
403
424
|
[[() => Url, 0]], 1
|
|
404
425
|
];
|
|
405
|
-
exports.
|
|
426
|
+
exports.GetCaseAttachmentDownloadUrlResponse$ = GetCaseAttachmentDownloadUrlResponse$;
|
|
427
|
+
const GetCaseAttachmentUploadUrlRequest$ = [3, n0, _GCAUUR,
|
|
406
428
|
0,
|
|
407
429
|
[_cI, _fN, _cL, _cT],
|
|
408
430
|
[[0, 1], [() => FileName, 0], 1, [0, 4]], 3
|
|
409
431
|
];
|
|
410
|
-
exports.
|
|
432
|
+
exports.GetCaseAttachmentUploadUrlRequest$ = GetCaseAttachmentUploadUrlRequest$;
|
|
433
|
+
const GetCaseAttachmentUploadUrlResponse$ = [3, n0, _GCAUURe,
|
|
411
434
|
0,
|
|
412
435
|
[_aPU],
|
|
413
436
|
[[() => Url, 0]], 1
|
|
414
437
|
];
|
|
415
|
-
exports.
|
|
438
|
+
exports.GetCaseAttachmentUploadUrlResponse$ = GetCaseAttachmentUploadUrlResponse$;
|
|
439
|
+
const GetCaseRequest$ = [3, n0, _GCR,
|
|
416
440
|
0,
|
|
417
441
|
[_cI],
|
|
418
442
|
[[0, 1]], 1
|
|
419
443
|
];
|
|
420
|
-
exports.
|
|
444
|
+
exports.GetCaseRequest$ = GetCaseRequest$;
|
|
445
|
+
const GetCaseResponse$ = [3, n0, _GCRe,
|
|
421
446
|
0,
|
|
422
447
|
[_t, _cA, _d, _cS, _eTn, _rISD, _aISD, _iAR, _tAIA, _pA, _iA, _w, _cD, _lUD, _cC, _rTe, _iS, _cAa, _cDl, _cM],
|
|
423
448
|
[[() => 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]
|
|
424
449
|
];
|
|
425
|
-
exports.
|
|
450
|
+
exports.GetCaseResponse$ = GetCaseResponse$;
|
|
451
|
+
const GetMembershipAccountDetailError$ = [3, n0, _GMADE,
|
|
426
452
|
0,
|
|
427
453
|
[_aIc, _e, _m],
|
|
428
454
|
[0, 0, 0], 3
|
|
429
455
|
];
|
|
430
|
-
exports.
|
|
456
|
+
exports.GetMembershipAccountDetailError$ = GetMembershipAccountDetailError$;
|
|
457
|
+
const GetMembershipAccountDetailItem$ = [3, n0, _GMADI,
|
|
431
458
|
0,
|
|
432
459
|
[_aIc, _rS, _rTel],
|
|
433
460
|
[0, 0, 0]
|
|
434
461
|
];
|
|
435
|
-
exports.
|
|
462
|
+
exports.GetMembershipAccountDetailItem$ = GetMembershipAccountDetailItem$;
|
|
463
|
+
const GetMembershipRequest$ = [3, n0, _GMR,
|
|
436
464
|
0,
|
|
437
465
|
[_mI],
|
|
438
466
|
[[0, 1]], 1
|
|
439
467
|
];
|
|
440
|
-
exports.
|
|
468
|
+
exports.GetMembershipRequest$ = GetMembershipRequest$;
|
|
469
|
+
const GetMembershipResponse$ = [3, n0, _GMRe,
|
|
441
470
|
0,
|
|
442
471
|
[_mI, _aIc, _re, _mN, _mA, _mS, _mAT, _mDT, _cTu, _nOAC, _iRT, _oIF, _mAC],
|
|
443
|
-
[0, 0, 0, [() => MembershipName, 0], 0, 0, 4, 4, 0, 1, [() => IncidentResponseTeam, 0], () => OptInFeatures, () =>
|
|
472
|
+
[0, 0, 0, [() => MembershipName, 0], 0, 0, 4, 4, 0, 1, [() => IncidentResponseTeam, 0], () => OptInFeatures, () => MembershipAccountsConfigurations$], 1
|
|
444
473
|
];
|
|
445
|
-
exports.
|
|
474
|
+
exports.GetMembershipResponse$ = GetMembershipResponse$;
|
|
475
|
+
const ImpactedAwsRegion$ = [3, n0, _IAR,
|
|
446
476
|
0,
|
|
447
477
|
[_re],
|
|
448
478
|
[0], 1
|
|
449
479
|
];
|
|
450
|
-
exports.
|
|
480
|
+
exports.ImpactedAwsRegion$ = ImpactedAwsRegion$;
|
|
481
|
+
const IncidentResponder$ = [3, n0, _IR,
|
|
451
482
|
0,
|
|
452
483
|
[_n, _jT, _em, _cP],
|
|
453
484
|
[[() => IncidentResponderName, 0], [() => JobTitle, 0], [() => EmailAddress, 0], 64 | 0], 3
|
|
454
485
|
];
|
|
455
|
-
exports.
|
|
486
|
+
exports.IncidentResponder$ = IncidentResponder$;
|
|
487
|
+
const InvestigationAction$ = [3, n0, _IA,
|
|
456
488
|
0,
|
|
457
489
|
[_iI, _aT, _t, _co, _st, _lU, _f],
|
|
458
|
-
[0, 0, 0, 0, 0, 4, () =>
|
|
490
|
+
[0, 0, 0, 0, 0, 4, () => InvestigationFeedback$], 6
|
|
459
491
|
];
|
|
460
|
-
exports.
|
|
492
|
+
exports.InvestigationAction$ = InvestigationAction$;
|
|
493
|
+
const InvestigationFeedback$ = [3, n0, _IF,
|
|
461
494
|
0,
|
|
462
495
|
[_u, _com, _sA],
|
|
463
496
|
[0, 0, 4]
|
|
464
497
|
];
|
|
465
|
-
exports.
|
|
498
|
+
exports.InvestigationFeedback$ = InvestigationFeedback$;
|
|
499
|
+
const ListCaseEditsRequest$ = [3, n0, _LCER,
|
|
466
500
|
0,
|
|
467
501
|
[_cI, _nT, _mR],
|
|
468
502
|
[[0, 1], 0, 1], 1
|
|
469
503
|
];
|
|
470
|
-
exports.
|
|
504
|
+
exports.ListCaseEditsRequest$ = ListCaseEditsRequest$;
|
|
505
|
+
const ListCaseEditsResponse$ = [3, n0, _LCERi,
|
|
471
506
|
0,
|
|
472
507
|
[_nT, _i, _to],
|
|
473
508
|
[0, () => CaseEditItems, 1]
|
|
474
509
|
];
|
|
475
|
-
exports.
|
|
510
|
+
exports.ListCaseEditsResponse$ = ListCaseEditsResponse$;
|
|
511
|
+
const ListCasesItem$ = [3, n0, _LCI,
|
|
476
512
|
0,
|
|
477
513
|
[_cI, _lUD, _t, _cA, _eTn, _cS, _cD, _cDl, _rTe, _pA],
|
|
478
514
|
[0, 4, [() => CaseTitle, 0], 0, 0, 0, 4, 4, 0, 0], 1
|
|
479
515
|
];
|
|
480
|
-
exports.
|
|
516
|
+
exports.ListCasesItem$ = ListCasesItem$;
|
|
517
|
+
const ListCasesRequest$ = [3, n0, _LCR,
|
|
481
518
|
0,
|
|
482
519
|
[_nT, _mR],
|
|
483
520
|
[0, 1]
|
|
484
521
|
];
|
|
485
|
-
exports.
|
|
522
|
+
exports.ListCasesRequest$ = ListCasesRequest$;
|
|
523
|
+
const ListCasesResponse$ = [3, n0, _LCRi,
|
|
486
524
|
0,
|
|
487
525
|
[_nT, _i, _to],
|
|
488
526
|
[0, [() => ListCasesItems, 0], 1]
|
|
489
527
|
];
|
|
490
|
-
exports.
|
|
528
|
+
exports.ListCasesResponse$ = ListCasesResponse$;
|
|
529
|
+
const ListCommentsItem$ = [3, n0, _LCIi,
|
|
491
530
|
0,
|
|
492
531
|
[_cIo, _cD, _lUD, _cr, _lUB, _b],
|
|
493
532
|
[0, 4, 4, 0, 0, [() => CommentBody, 0]], 1
|
|
494
533
|
];
|
|
495
|
-
exports.
|
|
534
|
+
exports.ListCommentsItem$ = ListCommentsItem$;
|
|
535
|
+
const ListCommentsRequest$ = [3, n0, _LCRis,
|
|
496
536
|
0,
|
|
497
537
|
[_cI, _nT, _mR],
|
|
498
538
|
[[0, 1], 0, 1], 1
|
|
499
539
|
];
|
|
500
|
-
exports.
|
|
540
|
+
exports.ListCommentsRequest$ = ListCommentsRequest$;
|
|
541
|
+
const ListCommentsResponse$ = [3, n0, _LCRist,
|
|
501
542
|
0,
|
|
502
543
|
[_nT, _i, _to],
|
|
503
544
|
[0, [() => ListCommentsItems, 0], 1]
|
|
504
545
|
];
|
|
505
|
-
exports.
|
|
546
|
+
exports.ListCommentsResponse$ = ListCommentsResponse$;
|
|
547
|
+
const ListInvestigationsRequest$ = [3, n0, _LIR,
|
|
506
548
|
0,
|
|
507
549
|
[_cI, _nT, _mR],
|
|
508
550
|
[[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
|
|
509
551
|
];
|
|
510
|
-
exports.
|
|
552
|
+
exports.ListInvestigationsRequest$ = ListInvestigationsRequest$;
|
|
553
|
+
const ListInvestigationsResponse$ = [3, n0, _LIRi,
|
|
511
554
|
0,
|
|
512
555
|
[_iAn, _nT],
|
|
513
556
|
[() => InvestigationActionList, 0], 1
|
|
514
557
|
];
|
|
515
|
-
exports.
|
|
558
|
+
exports.ListInvestigationsResponse$ = ListInvestigationsResponse$;
|
|
559
|
+
const ListMembershipItem$ = [3, n0, _LMI,
|
|
516
560
|
0,
|
|
517
561
|
[_mI, _aIc, _re, _mA, _mS],
|
|
518
562
|
[0, 0, 0, 0, 0], 1
|
|
519
563
|
];
|
|
520
|
-
exports.
|
|
564
|
+
exports.ListMembershipItem$ = ListMembershipItem$;
|
|
565
|
+
const ListMembershipsRequest$ = [3, n0, _LMR,
|
|
521
566
|
0,
|
|
522
567
|
[_nT, _mR],
|
|
523
568
|
[0, 1]
|
|
524
569
|
];
|
|
525
|
-
exports.
|
|
570
|
+
exports.ListMembershipsRequest$ = ListMembershipsRequest$;
|
|
571
|
+
const ListMembershipsResponse$ = [3, n0, _LMRi,
|
|
526
572
|
0,
|
|
527
573
|
[_nT, _i],
|
|
528
574
|
[0, () => ListMembershipItems]
|
|
529
575
|
];
|
|
530
|
-
exports.
|
|
576
|
+
exports.ListMembershipsResponse$ = ListMembershipsResponse$;
|
|
577
|
+
const ListTagsForResourceInput$ = [3, n0, _LTFRI,
|
|
531
578
|
0,
|
|
532
579
|
[_rA],
|
|
533
580
|
[[0, 1]], 1
|
|
534
581
|
];
|
|
535
|
-
exports.
|
|
582
|
+
exports.ListTagsForResourceInput$ = ListTagsForResourceInput$;
|
|
583
|
+
const ListTagsForResourceOutput$ = [3, n0, _LTFRO,
|
|
536
584
|
0,
|
|
537
585
|
[_ta],
|
|
538
586
|
[128 | 0], 1
|
|
539
587
|
];
|
|
540
|
-
exports.
|
|
588
|
+
exports.ListTagsForResourceOutput$ = ListTagsForResourceOutput$;
|
|
589
|
+
const MembershipAccountsConfigurations$ = [3, n0, _MAC,
|
|
541
590
|
0,
|
|
542
591
|
[_cEO, _oU],
|
|
543
592
|
[2, 64 | 0]
|
|
544
593
|
];
|
|
545
|
-
exports.
|
|
594
|
+
exports.MembershipAccountsConfigurations$ = MembershipAccountsConfigurations$;
|
|
595
|
+
const MembershipAccountsConfigurationsUpdate$ = [3, n0, _MACU,
|
|
546
596
|
0,
|
|
547
597
|
[_cEO, _oUTA, _oUTR],
|
|
548
598
|
[2, 64 | 0, 64 | 0]
|
|
549
599
|
];
|
|
550
|
-
exports.
|
|
600
|
+
exports.MembershipAccountsConfigurationsUpdate$ = MembershipAccountsConfigurationsUpdate$;
|
|
601
|
+
const OptInFeature$ = [3, n0, _OIF,
|
|
551
602
|
0,
|
|
552
603
|
[_fNe, _iE],
|
|
553
604
|
[0, 2], 2
|
|
554
605
|
];
|
|
555
|
-
exports.
|
|
606
|
+
exports.OptInFeature$ = OptInFeature$;
|
|
607
|
+
const SendFeedbackRequest$ = [3, n0, _SFR,
|
|
556
608
|
0,
|
|
557
609
|
[_cI, _rIe, _u, _com],
|
|
558
610
|
[[0, 1], [0, 1], 0, 0], 3
|
|
559
611
|
];
|
|
560
|
-
exports.
|
|
612
|
+
exports.SendFeedbackRequest$ = SendFeedbackRequest$;
|
|
613
|
+
const SendFeedbackResponse$ = [3, n0, _SFRe,
|
|
561
614
|
0,
|
|
562
615
|
[],
|
|
563
616
|
[]
|
|
564
617
|
];
|
|
565
|
-
exports.
|
|
618
|
+
exports.SendFeedbackResponse$ = SendFeedbackResponse$;
|
|
619
|
+
const TagResourceInput$ = [3, n0, _TRI,
|
|
566
620
|
0,
|
|
567
621
|
[_rA, _ta],
|
|
568
622
|
[[0, 1], 128 | 0], 2
|
|
569
623
|
];
|
|
570
|
-
exports.
|
|
624
|
+
exports.TagResourceInput$ = TagResourceInput$;
|
|
625
|
+
const TagResourceOutput$ = [3, n0, _TRO,
|
|
571
626
|
0,
|
|
572
627
|
[],
|
|
573
628
|
[]
|
|
574
629
|
];
|
|
575
|
-
exports.
|
|
630
|
+
exports.TagResourceOutput$ = TagResourceOutput$;
|
|
631
|
+
const ThreatActorIp$ = [3, n0, _TAI,
|
|
576
632
|
0,
|
|
577
633
|
[_iAp, _uA],
|
|
578
634
|
[[() => IPAddress, 0], 0], 1
|
|
579
635
|
];
|
|
580
|
-
exports.
|
|
636
|
+
exports.ThreatActorIp$ = ThreatActorIp$;
|
|
637
|
+
const UntagResourceInput$ = [3, n0, _URI,
|
|
581
638
|
0,
|
|
582
639
|
[_rA, _tK],
|
|
583
640
|
[[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
|
|
584
641
|
];
|
|
585
|
-
exports.
|
|
642
|
+
exports.UntagResourceInput$ = UntagResourceInput$;
|
|
643
|
+
const UntagResourceOutput$ = [3, n0, _URO,
|
|
586
644
|
0,
|
|
587
645
|
[],
|
|
588
646
|
[]
|
|
589
647
|
];
|
|
590
|
-
exports.
|
|
648
|
+
exports.UntagResourceOutput$ = UntagResourceOutput$;
|
|
649
|
+
const UpdateCaseCommentRequest$ = [3, n0, _UCCR,
|
|
591
650
|
0,
|
|
592
651
|
[_cI, _cIo, _b],
|
|
593
652
|
[[0, 1], [0, 1], [() => CommentBody, 0]], 3
|
|
594
653
|
];
|
|
595
|
-
exports.
|
|
654
|
+
exports.UpdateCaseCommentRequest$ = UpdateCaseCommentRequest$;
|
|
655
|
+
const UpdateCaseCommentResponse$ = [3, n0, _UCCRp,
|
|
596
656
|
0,
|
|
597
657
|
[_cIo, _b],
|
|
598
658
|
[0, [() => CommentBody, 0]], 1
|
|
599
659
|
];
|
|
600
|
-
exports.
|
|
660
|
+
exports.UpdateCaseCommentResponse$ = UpdateCaseCommentResponse$;
|
|
661
|
+
const UpdateCaseRequest$ = [3, n0, _UCR,
|
|
601
662
|
0,
|
|
602
663
|
[_cI, _t, _d, _rISD, _aISD, _eTn, _wTA, _wTD, _tAIATA, _tAIATD, _iSTA, _iSTD, _iARTA, _iARTD, _iATA, _iATD, _cM],
|
|
603
664
|
[[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
|
|
604
665
|
];
|
|
605
|
-
exports.
|
|
666
|
+
exports.UpdateCaseRequest$ = UpdateCaseRequest$;
|
|
667
|
+
const UpdateCaseResponse$ = [3, n0, _UCRp,
|
|
606
668
|
0,
|
|
607
669
|
[],
|
|
608
670
|
[]
|
|
609
671
|
];
|
|
610
|
-
exports.
|
|
672
|
+
exports.UpdateCaseResponse$ = UpdateCaseResponse$;
|
|
673
|
+
const UpdateCaseStatusRequest$ = [3, n0, _UCSR,
|
|
611
674
|
0,
|
|
612
675
|
[_cI, _cS],
|
|
613
676
|
[[0, 1], 0], 2
|
|
614
677
|
];
|
|
615
|
-
exports.
|
|
678
|
+
exports.UpdateCaseStatusRequest$ = UpdateCaseStatusRequest$;
|
|
679
|
+
const UpdateCaseStatusResponse$ = [3, n0, _UCSRp,
|
|
616
680
|
0,
|
|
617
681
|
[_cS],
|
|
618
682
|
[0]
|
|
619
683
|
];
|
|
620
|
-
exports.
|
|
684
|
+
exports.UpdateCaseStatusResponse$ = UpdateCaseStatusResponse$;
|
|
685
|
+
const UpdateMembershipRequest$ = [3, n0, _UMR,
|
|
621
686
|
0,
|
|
622
687
|
[_mI, _mN, _iRT, _oIF, _mACU, _uMC],
|
|
623
|
-
[[0, 1], [() => MembershipName, 0], [() => IncidentResponseTeam, 0], () => OptInFeatures, () =>
|
|
688
|
+
[[0, 1], [() => MembershipName, 0], [() => IncidentResponseTeam, 0], () => OptInFeatures, () => MembershipAccountsConfigurationsUpdate$, 2], 1
|
|
624
689
|
];
|
|
625
|
-
exports.
|
|
690
|
+
exports.UpdateMembershipRequest$ = UpdateMembershipRequest$;
|
|
691
|
+
const UpdateMembershipResponse$ = [3, n0, _UMRp,
|
|
626
692
|
0,
|
|
627
693
|
[],
|
|
628
694
|
[]
|
|
629
695
|
];
|
|
630
|
-
exports.
|
|
696
|
+
exports.UpdateMembershipResponse$ = UpdateMembershipResponse$;
|
|
697
|
+
const UpdateResolverTypeRequest$ = [3, n0, _URTR,
|
|
631
698
|
0,
|
|
632
699
|
[_cI, _rTe],
|
|
633
700
|
[[0, 1], 0], 2
|
|
634
701
|
];
|
|
635
|
-
exports.
|
|
702
|
+
exports.UpdateResolverTypeRequest$ = UpdateResolverTypeRequest$;
|
|
703
|
+
const UpdateResolverTypeResponse$ = [3, n0, _URTRp,
|
|
636
704
|
0,
|
|
637
705
|
[_cI, _cS, _rTe],
|
|
638
706
|
[0, 0, 0], 1
|
|
639
707
|
];
|
|
640
|
-
exports.
|
|
708
|
+
exports.UpdateResolverTypeResponse$ = UpdateResolverTypeResponse$;
|
|
709
|
+
const ValidationExceptionField$ = [3, n0, _VEF,
|
|
641
710
|
0,
|
|
642
711
|
[_n, _m],
|
|
643
712
|
[0, 0], 2
|
|
644
713
|
];
|
|
645
|
-
exports.
|
|
714
|
+
exports.ValidationExceptionField$ = ValidationExceptionField$;
|
|
715
|
+
const Watcher$ = [3, n0, _W,
|
|
646
716
|
0,
|
|
647
717
|
[_em, _n, _jT],
|
|
648
718
|
[[() => EmailAddress, 0], [() => PersonName, 0], [() => JobTitle, 0]], 1
|
|
649
719
|
];
|
|
720
|
+
exports.Watcher$ = Watcher$;
|
|
650
721
|
var AWSAccountIds = 64 | 0;
|
|
651
722
|
var CaseAttachmentsList = [1, n0, _CAL,
|
|
652
|
-
0, [() =>
|
|
723
|
+
0, [() => CaseAttachmentAttributes$,
|
|
653
724
|
0]
|
|
654
725
|
];
|
|
655
726
|
var CaseEditItems = [1, n0, _CEIa,
|
|
656
|
-
0, () =>
|
|
727
|
+
0, () => CaseEditItem$
|
|
657
728
|
];
|
|
658
729
|
var CaseMetadata = [1, n0, _CM,
|
|
659
|
-
0, () =>
|
|
730
|
+
0, () => CaseMetadataEntry$
|
|
660
731
|
];
|
|
661
732
|
var CommunicationPreferences = 64 | 0;
|
|
662
733
|
var GetMembershipAccountDetailErrors = [1, n0, _GMADEe,
|
|
663
|
-
0, () =>
|
|
734
|
+
0, () => GetMembershipAccountDetailError$
|
|
664
735
|
];
|
|
665
736
|
var GetMembershipAccountDetailItems = [1, n0, _GMADIe,
|
|
666
|
-
0, () =>
|
|
737
|
+
0, () => GetMembershipAccountDetailItem$
|
|
667
738
|
];
|
|
668
739
|
var ImpactedAccounts = 64 | 0;
|
|
669
740
|
var ImpactedAwsRegionList = [1, n0, _IARL,
|
|
670
|
-
0, () =>
|
|
741
|
+
0, () => ImpactedAwsRegion$
|
|
671
742
|
];
|
|
672
743
|
var ImpactedServicesList = 64 | 0;
|
|
673
744
|
var IncidentResponseTeam = [1, n0, _IRT,
|
|
674
|
-
0, [() =>
|
|
745
|
+
0, [() => IncidentResponder$,
|
|
675
746
|
0]
|
|
676
747
|
];
|
|
677
748
|
var InvestigationActionList = [1, n0, _IAL,
|
|
678
|
-
0, () =>
|
|
749
|
+
0, () => InvestigationAction$
|
|
679
750
|
];
|
|
680
751
|
var ListCasesItems = [1, n0, _LCIis,
|
|
681
|
-
0, [() =>
|
|
752
|
+
0, [() => ListCasesItem$,
|
|
682
753
|
0]
|
|
683
754
|
];
|
|
684
755
|
var ListCommentsItems = [1, n0, _LCIist,
|
|
685
|
-
0, [() =>
|
|
756
|
+
0, [() => ListCommentsItem$,
|
|
686
757
|
0]
|
|
687
758
|
];
|
|
688
759
|
var ListMembershipItems = [1, n0, _LMIi,
|
|
689
|
-
0, () =>
|
|
760
|
+
0, () => ListMembershipItem$
|
|
690
761
|
];
|
|
691
762
|
var OptInFeatures = [1, n0, _OIFp,
|
|
692
|
-
0, () =>
|
|
763
|
+
0, () => OptInFeature$
|
|
693
764
|
];
|
|
694
765
|
var OrganizationalUnits = 64 | 0;
|
|
695
766
|
var TagKeys = 64 | 0;
|
|
696
767
|
var ThreatActorIpList = [1, n0, _TAIL,
|
|
697
|
-
0, [() =>
|
|
768
|
+
0, [() => ThreatActorIp$,
|
|
698
769
|
0]
|
|
699
770
|
];
|
|
700
771
|
var ValidationExceptionFieldList = [1, n0, _VEFL,
|
|
701
|
-
0, () =>
|
|
772
|
+
0, () => ValidationExceptionField$
|
|
702
773
|
];
|
|
703
774
|
var Watchers = [1, n0, _Wa,
|
|
704
|
-
0, [() =>
|
|
775
|
+
0, [() => Watcher$,
|
|
705
776
|
0]
|
|
706
777
|
];
|
|
707
778
|
var TagMap = 128 | 0;
|
|
708
779
|
exports.BatchGetMemberAccountDetails$ = [9, n0, _BGMAD,
|
|
709
|
-
{ [_h]: ["POST", "/v1/membership/{membershipId}/batch-member-details", 200] }, () =>
|
|
780
|
+
{ [_h]: ["POST", "/v1/membership/{membershipId}/batch-member-details", 200] }, () => BatchGetMemberAccountDetailsRequest$, () => BatchGetMemberAccountDetailsResponse$
|
|
710
781
|
];
|
|
711
782
|
exports.CancelMembership$ = [9, n0, _CMa,
|
|
712
|
-
{ [_h]: ["PUT", "/v1/membership/{membershipId}", 200] }, () =>
|
|
783
|
+
{ [_h]: ["PUT", "/v1/membership/{membershipId}", 200] }, () => CancelMembershipRequest$, () => CancelMembershipResponse$
|
|
713
784
|
];
|
|
714
785
|
exports.CloseCase$ = [9, n0, _CC,
|
|
715
|
-
{ [_h]: ["POST", "/v1/cases/{caseId}/close-case", 200] }, () =>
|
|
786
|
+
{ [_h]: ["POST", "/v1/cases/{caseId}/close-case", 200] }, () => CloseCaseRequest$, () => CloseCaseResponse$
|
|
716
787
|
];
|
|
717
788
|
exports.CreateCase$ = [9, n0, _CCr,
|
|
718
|
-
{ [_h]: ["POST", "/v1/create-case", 201] }, () =>
|
|
789
|
+
{ [_h]: ["POST", "/v1/create-case", 201] }, () => CreateCaseRequest$, () => CreateCaseResponse$
|
|
719
790
|
];
|
|
720
791
|
exports.CreateCaseComment$ = [9, n0, _CCC,
|
|
721
|
-
{ [_h]: ["POST", "/v1/cases/{caseId}/create-comment", 201] }, () =>
|
|
792
|
+
{ [_h]: ["POST", "/v1/cases/{caseId}/create-comment", 201] }, () => CreateCaseCommentRequest$, () => CreateCaseCommentResponse$
|
|
722
793
|
];
|
|
723
794
|
exports.CreateMembership$ = [9, n0, _CMr,
|
|
724
|
-
{ [_h]: ["POST", "/v1/membership", 201] }, () =>
|
|
795
|
+
{ [_h]: ["POST", "/v1/membership", 201] }, () => CreateMembershipRequest$, () => CreateMembershipResponse$
|
|
725
796
|
];
|
|
726
797
|
exports.GetCase$ = [9, n0, _GC,
|
|
727
|
-
{ [_h]: ["GET", "/v1/cases/{caseId}/get-case", 200] }, () =>
|
|
798
|
+
{ [_h]: ["GET", "/v1/cases/{caseId}/get-case", 200] }, () => GetCaseRequest$, () => GetCaseResponse$
|
|
728
799
|
];
|
|
729
800
|
exports.GetCaseAttachmentDownloadUrl$ = [9, n0, _GCADU,
|
|
730
|
-
{ [_h]: ["GET", "/v1/cases/{caseId}/get-presigned-url/{attachmentId}", 201] }, () =>
|
|
801
|
+
{ [_h]: ["GET", "/v1/cases/{caseId}/get-presigned-url/{attachmentId}", 201] }, () => GetCaseAttachmentDownloadUrlRequest$, () => GetCaseAttachmentDownloadUrlResponse$
|
|
731
802
|
];
|
|
732
803
|
exports.GetCaseAttachmentUploadUrl$ = [9, n0, _GCAUU,
|
|
733
|
-
{ [_h]: ["POST", "/v1/cases/{caseId}/get-presigned-url", 201] }, () =>
|
|
804
|
+
{ [_h]: ["POST", "/v1/cases/{caseId}/get-presigned-url", 201] }, () => GetCaseAttachmentUploadUrlRequest$, () => GetCaseAttachmentUploadUrlResponse$
|
|
734
805
|
];
|
|
735
806
|
exports.GetMembership$ = [9, n0, _GM,
|
|
736
|
-
{ [_h]: ["GET", "/v1/membership/{membershipId}", 200] }, () =>
|
|
807
|
+
{ [_h]: ["GET", "/v1/membership/{membershipId}", 200] }, () => GetMembershipRequest$, () => GetMembershipResponse$
|
|
737
808
|
];
|
|
738
809
|
exports.ListCaseEdits$ = [9, n0, _LCE,
|
|
739
|
-
{ [_h]: ["POST", "/v1/cases/{caseId}/list-case-edits", 200] }, () =>
|
|
810
|
+
{ [_h]: ["POST", "/v1/cases/{caseId}/list-case-edits", 200] }, () => ListCaseEditsRequest$, () => ListCaseEditsResponse$
|
|
740
811
|
];
|
|
741
812
|
exports.ListCases$ = [9, n0, _LC,
|
|
742
|
-
{ [_h]: ["POST", "/v1/list-cases", 200] }, () =>
|
|
813
|
+
{ [_h]: ["POST", "/v1/list-cases", 200] }, () => ListCasesRequest$, () => ListCasesResponse$
|
|
743
814
|
];
|
|
744
815
|
exports.ListComments$ = [9, n0, _LCi,
|
|
745
|
-
{ [_h]: ["POST", "/v1/cases/{caseId}/list-comments", 200] }, () =>
|
|
816
|
+
{ [_h]: ["POST", "/v1/cases/{caseId}/list-comments", 200] }, () => ListCommentsRequest$, () => ListCommentsResponse$
|
|
746
817
|
];
|
|
747
818
|
exports.ListInvestigations$ = [9, n0, _LI,
|
|
748
|
-
{ [_h]: ["GET", "/v1/cases/{caseId}/list-investigations", 200] }, () =>
|
|
819
|
+
{ [_h]: ["GET", "/v1/cases/{caseId}/list-investigations", 200] }, () => ListInvestigationsRequest$, () => ListInvestigationsResponse$
|
|
749
820
|
];
|
|
750
821
|
exports.ListMemberships$ = [9, n0, _LM,
|
|
751
|
-
{ [_h]: ["POST", "/v1/memberships", 200] }, () =>
|
|
822
|
+
{ [_h]: ["POST", "/v1/memberships", 200] }, () => ListMembershipsRequest$, () => ListMembershipsResponse$
|
|
752
823
|
];
|
|
753
824
|
exports.ListTagsForResource$ = [9, n0, _LTFR,
|
|
754
|
-
{ [_h]: ["GET", "/v1/tags/{resourceArn}", 200] }, () =>
|
|
825
|
+
{ [_h]: ["GET", "/v1/tags/{resourceArn}", 200] }, () => ListTagsForResourceInput$, () => ListTagsForResourceOutput$
|
|
755
826
|
];
|
|
756
827
|
exports.SendFeedback$ = [9, n0, _SF,
|
|
757
|
-
{ [_h]: ["POST", "/v1/cases/{caseId}/feedback/{resultId}/send-feedback", 200] }, () =>
|
|
828
|
+
{ [_h]: ["POST", "/v1/cases/{caseId}/feedback/{resultId}/send-feedback", 200] }, () => SendFeedbackRequest$, () => SendFeedbackResponse$
|
|
758
829
|
];
|
|
759
830
|
exports.TagResource$ = [9, n0, _TR,
|
|
760
|
-
{ [_h]: ["POST", "/v1/tags/{resourceArn}", 204] }, () =>
|
|
831
|
+
{ [_h]: ["POST", "/v1/tags/{resourceArn}", 204] }, () => TagResourceInput$, () => TagResourceOutput$
|
|
761
832
|
];
|
|
762
833
|
exports.UntagResource$ = [9, n0, _UR,
|
|
763
|
-
{ [_h]: ["DELETE", "/v1/tags/{resourceArn}", 200] }, () =>
|
|
834
|
+
{ [_h]: ["DELETE", "/v1/tags/{resourceArn}", 200] }, () => UntagResourceInput$, () => UntagResourceOutput$
|
|
764
835
|
];
|
|
765
836
|
exports.UpdateCase$ = [9, n0, _UC,
|
|
766
|
-
{ [_h]: ["POST", "/v1/cases/{caseId}/update-case", 200] }, () =>
|
|
837
|
+
{ [_h]: ["POST", "/v1/cases/{caseId}/update-case", 200] }, () => UpdateCaseRequest$, () => UpdateCaseResponse$
|
|
767
838
|
];
|
|
768
839
|
exports.UpdateCaseComment$ = [9, n0, _UCC,
|
|
769
|
-
{ [_h]: ["PUT", "/v1/cases/{caseId}/update-case-comment/{commentId}", 200] }, () =>
|
|
840
|
+
{ [_h]: ["PUT", "/v1/cases/{caseId}/update-case-comment/{commentId}", 200] }, () => UpdateCaseCommentRequest$, () => UpdateCaseCommentResponse$
|
|
770
841
|
];
|
|
771
842
|
exports.UpdateCaseStatus$ = [9, n0, _UCS,
|
|
772
|
-
{ [_h]: ["POST", "/v1/cases/{caseId}/update-case-status", 201] }, () =>
|
|
843
|
+
{ [_h]: ["POST", "/v1/cases/{caseId}/update-case-status", 201] }, () => UpdateCaseStatusRequest$, () => UpdateCaseStatusResponse$
|
|
773
844
|
];
|
|
774
845
|
exports.UpdateMembership$ = [9, n0, _UM,
|
|
775
|
-
{ [_h]: ["PUT", "/v1/membership/{membershipId}/update-membership", 200] }, () =>
|
|
846
|
+
{ [_h]: ["PUT", "/v1/membership/{membershipId}/update-membership", 200] }, () => UpdateMembershipRequest$, () => UpdateMembershipResponse$
|
|
776
847
|
];
|
|
777
848
|
exports.UpdateResolverType$ = [9, n0, _URT,
|
|
778
|
-
{ [_h]: ["POST", "/v1/cases/{caseId}/update-resolver-type", 200] }, () =>
|
|
849
|
+
{ [_h]: ["POST", "/v1/cases/{caseId}/update-resolver-type", 200] }, () => UpdateResolverTypeRequest$, () => UpdateResolverTypeResponse$
|
|
779
850
|
];
|