@aws-sdk/client-security-ir 3.935.0 → 3.938.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/README.md +16 -0
- package/dist-cjs/index.js +146 -4
- package/dist-es/SecurityIR.js +4 -0
- package/dist-es/commands/ListInvestigationsCommand.js +16 -0
- package/dist-es/commands/SendFeedbackCommand.js +16 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/enums.js +17 -0
- package/dist-es/pagination/ListInvestigationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +95 -4
- package/dist-types/SecurityIR.d.ts +14 -0
- package/dist-types/SecurityIRClient.d.ts +4 -2
- package/dist-types/commands/GetCaseCommand.d.ts +6 -0
- package/dist-types/commands/ListInvestigationsCommand.d.ts +161 -0
- package/dist-types/commands/SendFeedbackCommand.d.ts +134 -0
- package/dist-types/commands/UpdateCaseCommand.d.ts +6 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/enums.d.ts +41 -0
- package/dist-types/models/models_0.d.ts +154 -1
- package/dist-types/pagination/ListInvestigationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +11 -0
- package/dist-types/ts3.4/SecurityIR.d.ts +34 -0
- package/dist-types/ts3.4/SecurityIRClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/ListInvestigationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SendFeedbackCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/enums.d.ts +22 -0
- package/dist-types/ts3.4/models/models_0.d.ts +39 -0
- package/dist-types/ts3.4/pagination/ListInvestigationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +11 -0
- package/package.json +12 -12
|
@@ -23,6 +23,7 @@ export declare var CancelMembershipRequest: StaticStructureSchema;
|
|
|
23
23
|
export declare var CancelMembershipResponse: StaticStructureSchema;
|
|
24
24
|
export declare var CaseAttachmentAttributes: StaticStructureSchema;
|
|
25
25
|
export declare var CaseEditItem: StaticStructureSchema;
|
|
26
|
+
export declare var CaseMetadataEntry: StaticStructureSchema;
|
|
26
27
|
export declare var CloseCaseRequest: StaticStructureSchema;
|
|
27
28
|
export declare var CloseCaseResponse: StaticStructureSchema;
|
|
28
29
|
export declare var ConflictException: StaticErrorSchema;
|
|
@@ -46,6 +47,8 @@ export declare var ImpactedAwsRegion: StaticStructureSchema;
|
|
|
46
47
|
export declare var IncidentResponder: StaticStructureSchema;
|
|
47
48
|
export declare var InternalServerException: StaticErrorSchema;
|
|
48
49
|
export declare var InvalidTokenException: StaticErrorSchema;
|
|
50
|
+
export declare var InvestigationAction: StaticStructureSchema;
|
|
51
|
+
export declare var InvestigationFeedback: StaticStructureSchema;
|
|
49
52
|
export declare var ListCaseEditsRequest: StaticStructureSchema;
|
|
50
53
|
export declare var ListCaseEditsResponse: StaticStructureSchema;
|
|
51
54
|
export declare var ListCasesItem: StaticStructureSchema;
|
|
@@ -54,6 +57,8 @@ export declare var ListCasesResponse: StaticStructureSchema;
|
|
|
54
57
|
export declare var ListCommentsItem: StaticStructureSchema;
|
|
55
58
|
export declare var ListCommentsRequest: StaticStructureSchema;
|
|
56
59
|
export declare var ListCommentsResponse: StaticStructureSchema;
|
|
60
|
+
export declare var ListInvestigationsRequest: StaticStructureSchema;
|
|
61
|
+
export declare var ListInvestigationsResponse: StaticStructureSchema;
|
|
57
62
|
export declare var ListMembershipItem: StaticStructureSchema;
|
|
58
63
|
export declare var ListMembershipsRequest: StaticStructureSchema;
|
|
59
64
|
export declare var ListMembershipsResponse: StaticStructureSchema;
|
|
@@ -64,6 +69,8 @@ export declare var MembershipAccountsConfigurationsUpdate: StaticStructureSchema
|
|
|
64
69
|
export declare var OptInFeature: StaticStructureSchema;
|
|
65
70
|
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
66
71
|
export declare var SecurityIncidentResponseNotActiveException: StaticErrorSchema;
|
|
72
|
+
export declare var SendFeedbackRequest: StaticStructureSchema;
|
|
73
|
+
export declare var SendFeedbackResponse: StaticStructureSchema;
|
|
67
74
|
export declare var ServiceQuotaExceededException: StaticErrorSchema;
|
|
68
75
|
export declare var TagResourceInput: StaticStructureSchema;
|
|
69
76
|
export declare var TagResourceOutput: StaticStructureSchema;
|
|
@@ -89,6 +96,7 @@ export declare var SecurityIRServiceException: StaticErrorSchema;
|
|
|
89
96
|
export declare var AWSAccountIds: number;
|
|
90
97
|
export declare var CaseAttachmentsList: StaticListSchema;
|
|
91
98
|
export declare var CaseEditItems: StaticListSchema;
|
|
99
|
+
export declare var CaseMetadata: StaticListSchema;
|
|
92
100
|
export declare var CommunicationPreferences: number;
|
|
93
101
|
export declare var GetMembershipAccountDetailErrors: StaticListSchema;
|
|
94
102
|
export declare var GetMembershipAccountDetailItems: StaticListSchema;
|
|
@@ -96,6 +104,7 @@ export declare var ImpactedAccounts: number;
|
|
|
96
104
|
export declare var ImpactedAwsRegionList: StaticListSchema;
|
|
97
105
|
export declare var ImpactedServicesList: number;
|
|
98
106
|
export declare var IncidentResponseTeam: StaticListSchema;
|
|
107
|
+
export declare var InvestigationActionList: StaticListSchema;
|
|
99
108
|
export declare var ListCasesItems: StaticListSchema;
|
|
100
109
|
export declare var ListCommentsItems: StaticListSchema;
|
|
101
110
|
export declare var ListMembershipItems: StaticListSchema;
|
|
@@ -119,8 +128,10 @@ export declare var GetMembership: StaticOperationSchema;
|
|
|
119
128
|
export declare var ListCaseEdits: StaticOperationSchema;
|
|
120
129
|
export declare var ListCases: StaticOperationSchema;
|
|
121
130
|
export declare var ListComments: StaticOperationSchema;
|
|
131
|
+
export declare var ListInvestigations: StaticOperationSchema;
|
|
122
132
|
export declare var ListMemberships: StaticOperationSchema;
|
|
123
133
|
export declare var ListTagsForResource: StaticOperationSchema;
|
|
134
|
+
export declare var SendFeedback: StaticOperationSchema;
|
|
124
135
|
export declare var TagResource: StaticOperationSchema;
|
|
125
136
|
export declare var UntagResource: StaticOperationSchema;
|
|
126
137
|
export declare var UpdateCase: 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.938.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-security-ir",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.936.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.936.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.936.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.936.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.936.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.936.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.936.0",
|
|
30
|
+
"@aws-sdk/types": "3.936.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.936.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.936.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.936.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.4.3",
|
|
35
35
|
"@smithy/core": "^3.18.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.3.6",
|