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