@aws-sdk/client-security-ir 3.987.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 +43 -1038
- package/dist-cjs/models/SecurityIRServiceException.js +12 -0
- package/dist-cjs/models/errors.js +150 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +779 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +69 -63
- package/dist-types/schemas/schemas_0.d.ts +16 -9
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +11 -9
- package/package.json +13 -13
|
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
|
|
|
6
6
|
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
7
7
|
import { defaultSecurityIRHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
8
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
|
+
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
9
10
|
export const getRuntimeConfig = (config) => {
|
|
10
11
|
return {
|
|
11
12
|
apiVersion: "2018-05-10",
|
|
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
26
27
|
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
27
28
|
protocolSettings: config?.protocolSettings ?? {
|
|
28
29
|
defaultNamespace: "com.amazonaws.securityir",
|
|
30
|
+
errorTypeRegistries,
|
|
29
31
|
version: "2018-05-10",
|
|
30
32
|
serviceTarget: "SecurityIncidentResponse",
|
|
31
33
|
},
|
|
@@ -205,7 +205,7 @@ const _oUTR = "organizationalUnitsToRemove";
|
|
|
205
205
|
const _p = "principal";
|
|
206
206
|
const _pA = "pendingAction";
|
|
207
207
|
const _qC = "quotaCode";
|
|
208
|
-
const _r = "
|
|
208
|
+
const _r = "reason";
|
|
209
209
|
const _rA = "resourceArn";
|
|
210
210
|
const _rAS = "retryAfterSeconds";
|
|
211
211
|
const _rI = "resourceId";
|
|
@@ -215,11 +215,11 @@ const _rS = "relationshipStatus";
|
|
|
215
215
|
const _rT = "resourceType";
|
|
216
216
|
const _rTe = "resolverType";
|
|
217
217
|
const _rTel = "relationshipType";
|
|
218
|
-
const _re = "
|
|
219
|
-
const _s = "
|
|
218
|
+
const _re = "region";
|
|
219
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.securityir";
|
|
220
220
|
const _sA = "submittedAt";
|
|
221
221
|
const _sC = "serviceCode";
|
|
222
|
-
const
|
|
222
|
+
const _se = "server";
|
|
223
223
|
const _st = "status";
|
|
224
224
|
const _t = "title";
|
|
225
225
|
const _tAIA = "threatActorIpAddresses";
|
|
@@ -239,6 +239,68 @@ const n0 = "com.amazonaws.securityir";
|
|
|
239
239
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
240
240
|
import { AccessDeniedException, ConflictException, InternalServerException, InvalidTokenException, ResourceNotFoundException, SecurityIncidentResponseNotActiveException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
|
|
241
241
|
import { SecurityIRServiceException } from "../models/SecurityIRServiceException";
|
|
242
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
243
|
+
export var SecurityIRServiceException$ = [-3, _s, "SecurityIRServiceException", 0, [], []];
|
|
244
|
+
_s_registry.registerError(SecurityIRServiceException$, SecurityIRServiceException);
|
|
245
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
246
|
+
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
247
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
248
|
+
[_m],
|
|
249
|
+
[0], 1
|
|
250
|
+
];
|
|
251
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
252
|
+
export var ConflictException$ = [-3, n0, _CE,
|
|
253
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
254
|
+
[_m, _rI, _rT],
|
|
255
|
+
[0, 0, 0], 3
|
|
256
|
+
];
|
|
257
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
258
|
+
export var InternalServerException$ = [-3, n0, _ISE,
|
|
259
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
260
|
+
[_m, _rAS],
|
|
261
|
+
[0, [1, { [_hH]: _RA }]], 1
|
|
262
|
+
];
|
|
263
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
264
|
+
export var InvalidTokenException$ = [-3, n0, _ITE,
|
|
265
|
+
{ [_e]: _c, [_hE]: 423 },
|
|
266
|
+
[_m],
|
|
267
|
+
[0], 1
|
|
268
|
+
];
|
|
269
|
+
n0_registry.registerError(InvalidTokenException$, InvalidTokenException);
|
|
270
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
271
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
272
|
+
[_m],
|
|
273
|
+
[0], 1
|
|
274
|
+
];
|
|
275
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
276
|
+
export var SecurityIncidentResponseNotActiveException$ = [-3, n0, _SIRNAE,
|
|
277
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
278
|
+
[_m],
|
|
279
|
+
[0], 1
|
|
280
|
+
];
|
|
281
|
+
n0_registry.registerError(SecurityIncidentResponseNotActiveException$, SecurityIncidentResponseNotActiveException);
|
|
282
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
283
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
284
|
+
[_m, _rI, _rT, _sC, _qC],
|
|
285
|
+
[0, 0, 0, 0, 0], 5
|
|
286
|
+
];
|
|
287
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
288
|
+
export var ThrottlingException$ = [-3, n0, _TE,
|
|
289
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
290
|
+
[_m, _sC, _qC, _rAS],
|
|
291
|
+
[0, 0, 0, [1, { [_hH]: _RA }]], 1
|
|
292
|
+
];
|
|
293
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
294
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
295
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
296
|
+
[_m, _r, _fL],
|
|
297
|
+
[0, 0, () => ValidationExceptionFieldList], 2
|
|
298
|
+
];
|
|
299
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
300
|
+
export const errorTypeRegistries = [
|
|
301
|
+
_s_registry,
|
|
302
|
+
n0_registry,
|
|
303
|
+
];
|
|
242
304
|
var CaseDescription = [0, n0, _CD, 8, 0];
|
|
243
305
|
var CaseTitle = [0, n0, _CT, 8, 0];
|
|
244
306
|
var CommentBody = [0, n0, _CB, 8, 0];
|
|
@@ -250,12 +312,6 @@ var JobTitle = [0, n0, _JT, 8, 0];
|
|
|
250
312
|
var MembershipName = [0, n0, _MN, 8, 0];
|
|
251
313
|
var PersonName = [0, n0, _PN, 8, 0];
|
|
252
314
|
var Url = [0, n0, _U, 8, 0];
|
|
253
|
-
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
254
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
255
|
-
[_m],
|
|
256
|
-
[0], 1
|
|
257
|
-
];
|
|
258
|
-
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
259
315
|
export var BatchGetMemberAccountDetailsRequest$ = [3, n0, _BGMADR,
|
|
260
316
|
0,
|
|
261
317
|
[_mI, _aI],
|
|
@@ -301,12 +357,6 @@ export var CloseCaseResponse$ = [3, n0, _CCRl,
|
|
|
301
357
|
[_cS, _cDl],
|
|
302
358
|
[0, 4]
|
|
303
359
|
];
|
|
304
|
-
export var ConflictException$ = [-3, n0, _CE,
|
|
305
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
306
|
-
[_m, _rI, _rT],
|
|
307
|
-
[0, 0, 0], 3
|
|
308
|
-
];
|
|
309
|
-
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
310
360
|
export var CreateCaseCommentRequest$ = [3, n0, _CCCR,
|
|
311
361
|
0,
|
|
312
362
|
[_cI, _b, _cT],
|
|
@@ -384,12 +434,12 @@ export var GetMembershipRequest$ = [3, n0, _GMR,
|
|
|
384
434
|
];
|
|
385
435
|
export var GetMembershipResponse$ = [3, n0, _GMRe,
|
|
386
436
|
0,
|
|
387
|
-
[_mI, _aIc,
|
|
437
|
+
[_mI, _aIc, _re, _mN, _mA, _mS, _mAT, _mDT, _cTu, _nOAC, _iRT, _oIF, _mAC],
|
|
388
438
|
[0, 0, 0, [() => MembershipName, 0], 0, 0, 4, 4, 0, 1, [() => IncidentResponseTeam, 0], () => OptInFeatures, () => MembershipAccountsConfigurations$], 1
|
|
389
439
|
];
|
|
390
440
|
export var ImpactedAwsRegion$ = [3, n0, _IAR,
|
|
391
441
|
0,
|
|
392
|
-
[
|
|
442
|
+
[_re],
|
|
393
443
|
[0], 1
|
|
394
444
|
];
|
|
395
445
|
export var IncidentResponder$ = [3, n0, _IR,
|
|
@@ -397,18 +447,6 @@ export var IncidentResponder$ = [3, n0, _IR,
|
|
|
397
447
|
[_n, _jT, _em, _cP],
|
|
398
448
|
[[() => IncidentResponderName, 0], [() => JobTitle, 0], [() => EmailAddress, 0], 64 | 0], 3
|
|
399
449
|
];
|
|
400
|
-
export var InternalServerException$ = [-3, n0, _ISE,
|
|
401
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
402
|
-
[_m, _rAS],
|
|
403
|
-
[0, [1, { [_hH]: _RA }]], 1
|
|
404
|
-
];
|
|
405
|
-
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
406
|
-
export var InvalidTokenException$ = [-3, n0, _ITE,
|
|
407
|
-
{ [_e]: _c, [_hE]: 423 },
|
|
408
|
-
[_m],
|
|
409
|
-
[0], 1
|
|
410
|
-
];
|
|
411
|
-
TypeRegistry.for(n0).registerError(InvalidTokenException$, InvalidTokenException);
|
|
412
450
|
export var InvestigationAction$ = [3, n0, _IA,
|
|
413
451
|
0,
|
|
414
452
|
[_iI, _aT, _t, _co, _st, _lU, _f],
|
|
@@ -471,7 +509,7 @@ export var ListInvestigationsResponse$ = [3, n0, _LIRi,
|
|
|
471
509
|
];
|
|
472
510
|
export var ListMembershipItem$ = [3, n0, _LMI,
|
|
473
511
|
0,
|
|
474
|
-
[_mI, _aIc,
|
|
512
|
+
[_mI, _aIc, _re, _mA, _mS],
|
|
475
513
|
[0, 0, 0, 0, 0], 1
|
|
476
514
|
];
|
|
477
515
|
export var ListMembershipsRequest$ = [3, n0, _LMR,
|
|
@@ -509,18 +547,6 @@ export var OptInFeature$ = [3, n0, _OIF,
|
|
|
509
547
|
[_fNe, _iE],
|
|
510
548
|
[0, 2], 2
|
|
511
549
|
];
|
|
512
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
513
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
514
|
-
[_m],
|
|
515
|
-
[0], 1
|
|
516
|
-
];
|
|
517
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
518
|
-
export var SecurityIncidentResponseNotActiveException$ = [-3, n0, _SIRNAE,
|
|
519
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
520
|
-
[_m],
|
|
521
|
-
[0], 1
|
|
522
|
-
];
|
|
523
|
-
TypeRegistry.for(n0).registerError(SecurityIncidentResponseNotActiveException$, SecurityIncidentResponseNotActiveException);
|
|
524
550
|
export var SendFeedbackRequest$ = [3, n0, _SFR,
|
|
525
551
|
0,
|
|
526
552
|
[_cI, _rIe, _u, _com],
|
|
@@ -531,12 +557,6 @@ export var SendFeedbackResponse$ = [3, n0, _SFRe,
|
|
|
531
557
|
[],
|
|
532
558
|
[]
|
|
533
559
|
];
|
|
534
|
-
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
535
|
-
{ [_e]: _c, [_hE]: 402 },
|
|
536
|
-
[_m, _rI, _rT, _sC, _qC],
|
|
537
|
-
[0, 0, 0, 0, 0], 5
|
|
538
|
-
];
|
|
539
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
540
560
|
export var TagResourceInput$ = [3, n0, _TRI,
|
|
541
561
|
0,
|
|
542
562
|
[_rA, _ta],
|
|
@@ -552,12 +572,6 @@ export var ThreatActorIp$ = [3, n0, _TAI,
|
|
|
552
572
|
[_iAp, _uA],
|
|
553
573
|
[[() => IPAddress, 0], 0], 1
|
|
554
574
|
];
|
|
555
|
-
export var ThrottlingException$ = [-3, n0, _TE,
|
|
556
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
557
|
-
[_m, _sC, _qC, _rAS],
|
|
558
|
-
[0, 0, 0, [1, { [_hH]: _RA }]], 1
|
|
559
|
-
];
|
|
560
|
-
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
561
575
|
export var UntagResourceInput$ = [3, n0, _URI,
|
|
562
576
|
0,
|
|
563
577
|
[_rA, _tK],
|
|
@@ -618,12 +632,6 @@ export var UpdateResolverTypeResponse$ = [3, n0, _URTRp,
|
|
|
618
632
|
[_cI, _cS, _rTe],
|
|
619
633
|
[0, 0, 0], 1
|
|
620
634
|
];
|
|
621
|
-
export var ValidationException$ = [-3, n0, _VE,
|
|
622
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
623
|
-
[_m, _re, _fL],
|
|
624
|
-
[0, 0, () => ValidationExceptionFieldList], 2
|
|
625
|
-
];
|
|
626
|
-
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
627
635
|
export var ValidationExceptionField$ = [3, n0, _VEF,
|
|
628
636
|
0,
|
|
629
637
|
[_n, _m],
|
|
@@ -634,8 +642,6 @@ export var Watcher$ = [3, n0, _W,
|
|
|
634
642
|
[_em, _n, _jT],
|
|
635
643
|
[[() => EmailAddress, 0], [() => PersonName, 0], [() => JobTitle, 0]], 1
|
|
636
644
|
];
|
|
637
|
-
export var SecurityIRServiceException$ = [-3, _sm, "SecurityIRServiceException", 0, [], []];
|
|
638
|
-
TypeRegistry.for(_sm).registerError(SecurityIRServiceException$, SecurityIRServiceException);
|
|
639
645
|
var AWSAccountIds = 64 | 0;
|
|
640
646
|
var CaseAttachmentsList = [1, n0, _CAL,
|
|
641
647
|
0, [() => CaseAttachmentAttributes$,
|
|
@@ -1,5 +1,21 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
3
|
+
export declare var SecurityIRServiceException$: StaticErrorSchema;
|
|
2
4
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
5
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
6
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
7
|
+
export declare var InvalidTokenException$: StaticErrorSchema;
|
|
8
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
9
|
+
export declare var SecurityIncidentResponseNotActiveException$: StaticErrorSchema;
|
|
10
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
11
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
12
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
13
|
+
/**
|
|
14
|
+
* TypeRegistry instances containing modeled errors.
|
|
15
|
+
* @internal
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
3
19
|
export declare var BatchGetMemberAccountDetailsRequest$: StaticStructureSchema;
|
|
4
20
|
export declare var BatchGetMemberAccountDetailsResponse$: StaticStructureSchema;
|
|
5
21
|
export declare var CancelMembershipRequest$: StaticStructureSchema;
|
|
@@ -9,7 +25,6 @@ export declare var CaseEditItem$: StaticStructureSchema;
|
|
|
9
25
|
export declare var CaseMetadataEntry$: StaticStructureSchema;
|
|
10
26
|
export declare var CloseCaseRequest$: StaticStructureSchema;
|
|
11
27
|
export declare var CloseCaseResponse$: StaticStructureSchema;
|
|
12
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
13
28
|
export declare var CreateCaseCommentRequest$: StaticStructureSchema;
|
|
14
29
|
export declare var CreateCaseCommentResponse$: StaticStructureSchema;
|
|
15
30
|
export declare var CreateCaseRequest$: StaticStructureSchema;
|
|
@@ -28,8 +43,6 @@ export declare var GetMembershipRequest$: StaticStructureSchema;
|
|
|
28
43
|
export declare var GetMembershipResponse$: StaticStructureSchema;
|
|
29
44
|
export declare var ImpactedAwsRegion$: StaticStructureSchema;
|
|
30
45
|
export declare var IncidentResponder$: StaticStructureSchema;
|
|
31
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
32
|
-
export declare var InvalidTokenException$: StaticErrorSchema;
|
|
33
46
|
export declare var InvestigationAction$: StaticStructureSchema;
|
|
34
47
|
export declare var InvestigationFeedback$: StaticStructureSchema;
|
|
35
48
|
export declare var ListCaseEditsRequest$: StaticStructureSchema;
|
|
@@ -50,15 +63,11 @@ export declare var ListTagsForResourceOutput$: StaticStructureSchema;
|
|
|
50
63
|
export declare var MembershipAccountsConfigurations$: StaticStructureSchema;
|
|
51
64
|
export declare var MembershipAccountsConfigurationsUpdate$: StaticStructureSchema;
|
|
52
65
|
export declare var OptInFeature$: StaticStructureSchema;
|
|
53
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
54
|
-
export declare var SecurityIncidentResponseNotActiveException$: StaticErrorSchema;
|
|
55
66
|
export declare var SendFeedbackRequest$: StaticStructureSchema;
|
|
56
67
|
export declare var SendFeedbackResponse$: StaticStructureSchema;
|
|
57
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
58
68
|
export declare var TagResourceInput$: StaticStructureSchema;
|
|
59
69
|
export declare var TagResourceOutput$: StaticStructureSchema;
|
|
60
70
|
export declare var ThreatActorIp$: StaticStructureSchema;
|
|
61
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
62
71
|
export declare var UntagResourceInput$: StaticStructureSchema;
|
|
63
72
|
export declare var UntagResourceOutput$: StaticStructureSchema;
|
|
64
73
|
export declare var UpdateCaseCommentRequest$: StaticStructureSchema;
|
|
@@ -71,10 +80,8 @@ export declare var UpdateMembershipRequest$: StaticStructureSchema;
|
|
|
71
80
|
export declare var UpdateMembershipResponse$: StaticStructureSchema;
|
|
72
81
|
export declare var UpdateResolverTypeRequest$: StaticStructureSchema;
|
|
73
82
|
export declare var UpdateResolverTypeResponse$: StaticStructureSchema;
|
|
74
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
75
83
|
export declare var ValidationExceptionField$: StaticStructureSchema;
|
|
76
84
|
export declare var Watcher$: StaticStructureSchema;
|
|
77
|
-
export declare var SecurityIRServiceException$: StaticErrorSchema;
|
|
78
85
|
export declare var BatchGetMemberAccountDetails$: StaticOperationSchema;
|
|
79
86
|
export declare var CancelMembership$: StaticOperationSchema;
|
|
80
87
|
export declare var CloseCase$: StaticOperationSchema;
|
|
@@ -1,9 +1,20 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
} from "@smithy/types";
|
|
7
|
+
export declare var SecurityIRServiceException$: StaticErrorSchema;
|
|
6
8
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
9
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
10
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
11
|
+
export declare var InvalidTokenException$: StaticErrorSchema;
|
|
12
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
13
|
+
export declare var SecurityIncidentResponseNotActiveException$: StaticErrorSchema;
|
|
14
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
15
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
16
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
17
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
7
18
|
export declare var BatchGetMemberAccountDetailsRequest$: StaticStructureSchema;
|
|
8
19
|
export declare var BatchGetMemberAccountDetailsResponse$: StaticStructureSchema;
|
|
9
20
|
export declare var CancelMembershipRequest$: StaticStructureSchema;
|
|
@@ -13,7 +24,6 @@ export declare var CaseEditItem$: StaticStructureSchema;
|
|
|
13
24
|
export declare var CaseMetadataEntry$: StaticStructureSchema;
|
|
14
25
|
export declare var CloseCaseRequest$: StaticStructureSchema;
|
|
15
26
|
export declare var CloseCaseResponse$: StaticStructureSchema;
|
|
16
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
17
27
|
export declare var CreateCaseCommentRequest$: StaticStructureSchema;
|
|
18
28
|
export declare var CreateCaseCommentResponse$: StaticStructureSchema;
|
|
19
29
|
export declare var CreateCaseRequest$: StaticStructureSchema;
|
|
@@ -32,8 +42,6 @@ export declare var GetMembershipRequest$: StaticStructureSchema;
|
|
|
32
42
|
export declare var GetMembershipResponse$: StaticStructureSchema;
|
|
33
43
|
export declare var ImpactedAwsRegion$: StaticStructureSchema;
|
|
34
44
|
export declare var IncidentResponder$: StaticStructureSchema;
|
|
35
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
36
|
-
export declare var InvalidTokenException$: StaticErrorSchema;
|
|
37
45
|
export declare var InvestigationAction$: StaticStructureSchema;
|
|
38
46
|
export declare var InvestigationFeedback$: StaticStructureSchema;
|
|
39
47
|
export declare var ListCaseEditsRequest$: StaticStructureSchema;
|
|
@@ -54,15 +62,11 @@ export declare var ListTagsForResourceOutput$: StaticStructureSchema;
|
|
|
54
62
|
export declare var MembershipAccountsConfigurations$: StaticStructureSchema;
|
|
55
63
|
export declare var MembershipAccountsConfigurationsUpdate$: StaticStructureSchema;
|
|
56
64
|
export declare var OptInFeature$: StaticStructureSchema;
|
|
57
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
58
|
-
export declare var SecurityIncidentResponseNotActiveException$: StaticErrorSchema;
|
|
59
65
|
export declare var SendFeedbackRequest$: StaticStructureSchema;
|
|
60
66
|
export declare var SendFeedbackResponse$: StaticStructureSchema;
|
|
61
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
62
67
|
export declare var TagResourceInput$: StaticStructureSchema;
|
|
63
68
|
export declare var TagResourceOutput$: StaticStructureSchema;
|
|
64
69
|
export declare var ThreatActorIp$: StaticStructureSchema;
|
|
65
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
66
70
|
export declare var UntagResourceInput$: StaticStructureSchema;
|
|
67
71
|
export declare var UntagResourceOutput$: StaticStructureSchema;
|
|
68
72
|
export declare var UpdateCaseCommentRequest$: StaticStructureSchema;
|
|
@@ -75,10 +79,8 @@ export declare var UpdateMembershipRequest$: StaticStructureSchema;
|
|
|
75
79
|
export declare var UpdateMembershipResponse$: StaticStructureSchema;
|
|
76
80
|
export declare var UpdateResolverTypeRequest$: StaticStructureSchema;
|
|
77
81
|
export declare var UpdateResolverTypeResponse$: StaticStructureSchema;
|
|
78
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
79
82
|
export declare var ValidationExceptionField$: StaticStructureSchema;
|
|
80
83
|
export declare var Watcher$: StaticStructureSchema;
|
|
81
|
-
export declare var SecurityIRServiceException$: StaticErrorSchema;
|
|
82
84
|
export declare var BatchGetMemberAccountDetails$: StaticOperationSchema;
|
|
83
85
|
export declare var CancelMembership$: StaticOperationSchema;
|
|
84
86
|
export declare var CloseCase$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-security-ir",
|
|
3
3
|
"description": "AWS SDK for JavaScript Security Ir Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.988.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-security-ir",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.8",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.7",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.8",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
31
|
"@aws-sdk/types": "^3.973.1",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.988.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.6",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.23.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.11.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|