@aws-sdk/client-securityagent 3.1070.0 → 3.1071.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 +217 -0
- package/dist-cjs/index.js +573 -1
- package/dist-cjs/models/errors.js +12 -0
- package/dist-cjs/schemas/schemas_0.js +1143 -103
- package/dist-es/SecurityAgent.js +76 -0
- package/dist-es/commands/BatchCreateSecurityRequirementsCommand.js +16 -0
- package/dist-es/commands/BatchDeleteSecurityRequirementsCommand.js +16 -0
- package/dist-es/commands/BatchDeleteThreatModelsCommand.js +16 -0
- package/dist-es/commands/BatchGetSecurityRequirementsCommand.js +16 -0
- package/dist-es/commands/BatchGetThreatModelJobTasksCommand.js +16 -0
- package/dist-es/commands/BatchGetThreatModelJobsCommand.js +16 -0
- package/dist-es/commands/BatchGetThreatModelsCommand.js +16 -0
- package/dist-es/commands/BatchGetThreatsCommand.js +16 -0
- package/dist-es/commands/BatchUpdateSecurityRequirementsCommand.js +16 -0
- package/dist-es/commands/CreatePrivateConnectionCommand.js +16 -0
- package/dist-es/commands/CreateSecurityRequirementPackCommand.js +16 -0
- package/dist-es/commands/CreateThreatCommand.js +16 -0
- package/dist-es/commands/CreateThreatModelCommand.js +16 -0
- package/dist-es/commands/DeletePrivateConnectionCommand.js +16 -0
- package/dist-es/commands/DeleteSecurityRequirementPackCommand.js +16 -0
- package/dist-es/commands/DescribePrivateConnectionCommand.js +16 -0
- package/dist-es/commands/GetSecurityRequirementPackCommand.js +16 -0
- package/dist-es/commands/ImportSecurityRequirementsCommand.js +16 -0
- package/dist-es/commands/ListPrivateConnectionsCommand.js +16 -0
- package/dist-es/commands/ListSecurityRequirementPacksCommand.js +16 -0
- package/dist-es/commands/ListSecurityRequirementsCommand.js +16 -0
- package/dist-es/commands/ListThreatModelJobTasksCommand.js +16 -0
- package/dist-es/commands/ListThreatModelJobsCommand.js +16 -0
- package/dist-es/commands/ListThreatModelsCommand.js +16 -0
- package/dist-es/commands/ListThreatsCommand.js +16 -0
- package/dist-es/commands/StartThreatModelJobCommand.js +16 -0
- package/dist-es/commands/StopThreatModelJobCommand.js +16 -0
- package/dist-es/commands/UpdatePrivateConnectionCertificateCommand.js +16 -0
- package/dist-es/commands/UpdateSecurityRequirementPackCommand.js +16 -0
- package/dist-es/commands/UpdateThreatCommand.js +16 -0
- package/dist-es/commands/UpdateThreatModelCommand.js +16 -0
- package/dist-es/commands/index.js +31 -0
- package/dist-es/models/enums.js +93 -0
- package/dist-es/models/errors.js +12 -0
- package/dist-es/pagination/ListPrivateConnectionsPaginator.js +4 -0
- package/dist-es/pagination/ListSecurityRequirementPacksPaginator.js +4 -0
- package/dist-es/pagination/ListSecurityRequirementsPaginator.js +4 -0
- package/dist-es/pagination/ListThreatModelJobTasksPaginator.js +4 -0
- package/dist-es/pagination/ListThreatModelJobsPaginator.js +4 -0
- package/dist-es/pagination/ListThreatModelsPaginator.js +4 -0
- package/dist-es/pagination/ListThreatsPaginator.js +4 -0
- package/dist-es/pagination/index.js +7 -0
- package/dist-es/schemas/schemas_0.js +1040 -103
- package/dist-types/SecurityAgent.d.ts +268 -0
- package/dist-types/SecurityAgentClient.d.ts +33 -2
- package/dist-types/commands/BatchCreateSecurityRequirementsCommand.d.ts +124 -0
- package/dist-types/commands/BatchDeletePentestsCommand.d.ts +8 -0
- package/dist-types/commands/BatchDeleteSecurityRequirementsCommand.d.ts +106 -0
- package/dist-types/commands/BatchDeleteThreatModelsCommand.d.ts +87 -0
- package/dist-types/commands/BatchGetCodeReviewJobsCommand.d.ts +5 -1
- package/dist-types/commands/BatchGetCodeReviewsCommand.d.ts +5 -0
- package/dist-types/commands/BatchGetFindingsCommand.d.ts +3 -0
- package/dist-types/commands/BatchGetPentestJobsCommand.d.ts +9 -1
- package/dist-types/commands/BatchGetPentestsCommand.d.ts +8 -0
- package/dist-types/commands/BatchGetSecurityRequirementsCommand.d.ts +112 -0
- package/dist-types/commands/BatchGetThreatModelJobTasksCommand.d.ts +101 -0
- package/dist-types/commands/BatchGetThreatModelJobsCommand.d.ts +130 -0
- package/dist-types/commands/BatchGetThreatModelsCommand.d.ts +147 -0
- package/dist-types/commands/BatchGetThreatsCommand.d.ts +121 -0
- package/dist-types/commands/BatchUpdateSecurityRequirementsCommand.d.ts +112 -0
- package/dist-types/commands/CreateCodeReviewCommand.d.ts +10 -0
- package/dist-types/commands/CreateIntegrationCommand.d.ts +22 -1
- package/dist-types/commands/CreatePentestCommand.d.ts +11 -0
- package/dist-types/commands/CreatePrivateConnectionCommand.d.ts +132 -0
- package/dist-types/commands/CreateSecurityRequirementPackCommand.d.ts +102 -0
- package/dist-types/commands/CreateThreatCommand.d.ts +141 -0
- package/dist-types/commands/CreateThreatModelCommand.d.ts +201 -0
- package/dist-types/commands/DeletePrivateConnectionCommand.d.ts +106 -0
- package/dist-types/commands/DeleteSecurityRequirementPackCommand.d.ts +92 -0
- package/dist-types/commands/DescribePrivateConnectionCommand.d.ts +103 -0
- package/dist-types/commands/GetIntegrationCommand.d.ts +3 -1
- package/dist-types/commands/GetSecurityRequirementPackCommand.d.ts +100 -0
- package/dist-types/commands/ImportSecurityRequirementsCommand.d.ts +107 -0
- package/dist-types/commands/InitiateProviderRegistrationCommand.d.ts +1 -1
- package/dist-types/commands/ListCodeReviewJobTasksCommand.d.ts +1 -1
- package/dist-types/commands/ListFindingsCommand.d.ts +1 -0
- package/dist-types/commands/ListIntegratedResourcesCommand.d.ts +34 -1
- package/dist-types/commands/ListIntegrationsCommand.d.ts +4 -2
- package/dist-types/commands/ListPentestJobTasksCommand.d.ts +1 -1
- package/dist-types/commands/ListPrivateConnectionsCommand.d.ts +106 -0
- package/dist-types/commands/ListSecurityRequirementPacksCommand.d.ts +105 -0
- package/dist-types/commands/ListSecurityRequirementsCommand.d.ts +102 -0
- package/dist-types/commands/ListThreatModelJobTasksCommand.d.ts +91 -0
- package/dist-types/commands/ListThreatModelJobsCommand.d.ts +90 -0
- package/dist-types/commands/ListThreatModelsCommand.d.ts +87 -0
- package/dist-types/commands/ListThreatsCommand.d.ts +96 -0
- package/dist-types/commands/StartCodeReviewJobCommand.d.ts +3 -0
- package/dist-types/commands/StartThreatModelJobCommand.d.ts +83 -0
- package/dist-types/commands/StopThreatModelJobCommand.d.ts +75 -0
- package/dist-types/commands/UpdateCodeReviewCommand.d.ts +10 -0
- package/dist-types/commands/UpdateFindingCommand.d.ts +7 -0
- package/dist-types/commands/UpdateIntegratedResourcesCommand.d.ts +28 -0
- package/dist-types/commands/UpdatePentestCommand.d.ts +11 -0
- package/dist-types/commands/UpdatePrivateConnectionCertificateCommand.d.ts +107 -0
- package/dist-types/commands/UpdateSecurityRequirementPackCommand.d.ts +100 -0
- package/dist-types/commands/UpdateThreatCommand.d.ts +139 -0
- package/dist-types/commands/UpdateThreatModelCommand.d.ts +196 -0
- package/dist-types/commands/index.d.ts +31 -0
- package/dist-types/models/enums.d.ts +250 -0
- package/dist-types/models/errors.d.ts +12 -0
- package/dist-types/models/models_0.d.ts +4254 -818
- package/dist-types/pagination/ListPrivateConnectionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListSecurityRequirementPacksPaginator.d.ts +7 -0
- package/dist-types/pagination/ListSecurityRequirementsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListThreatModelJobTasksPaginator.d.ts +7 -0
- package/dist-types/pagination/ListThreatModelJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListThreatModelsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListThreatsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +7 -0
- package/dist-types/schemas/schemas_0.d.ts +134 -0
- package/dist-types/ts3.4/SecurityAgent.d.ts +584 -0
- package/dist-types/ts3.4/SecurityAgentClient.d.ts +186 -0
- package/dist-types/ts3.4/commands/BatchCreateSecurityRequirementsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/BatchDeleteSecurityRequirementsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/BatchDeleteThreatModelsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/BatchGetSecurityRequirementsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/BatchGetThreatModelJobTasksCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/BatchGetThreatModelJobsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/BatchGetThreatModelsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/BatchGetThreatsCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/BatchUpdateSecurityRequirementsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/CreatePrivateConnectionCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/CreateSecurityRequirementPackCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/CreateThreatCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/CreateThreatModelCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/DeletePrivateConnectionCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DeleteSecurityRequirementPackCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DescribePrivateConnectionCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetSecurityRequirementPackCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ImportSecurityRequirementsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListPrivateConnectionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListSecurityRequirementPacksCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListSecurityRequirementsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListThreatModelJobTasksCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListThreatModelJobsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListThreatModelsCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/ListThreatsCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/StartThreatModelJobCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/StopThreatModelJobCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdatePrivateConnectionCertificateCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdateSecurityRequirementPackCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdateThreatCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateThreatModelCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/index.d.ts +31 -0
- package/dist-types/ts3.4/models/enums.d.ts +123 -0
- package/dist-types/ts3.4/models/errors.d.ts +7 -0
- package/dist-types/ts3.4/models/models_0.d.ts +924 -0
- package/dist-types/ts3.4/pagination/ListPrivateConnectionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListSecurityRequirementPacksPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListSecurityRequirementsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListThreatModelJobTasksPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListThreatModelJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListThreatModelsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListThreatsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +7 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +134 -0
- package/package.json +3 -3
|
@@ -7,6 +7,10 @@ import {
|
|
|
7
7
|
AddArtifactCommandInput,
|
|
8
8
|
AddArtifactCommandOutput,
|
|
9
9
|
} from "./commands/AddArtifactCommand";
|
|
10
|
+
import {
|
|
11
|
+
BatchCreateSecurityRequirementsCommandInput,
|
|
12
|
+
BatchCreateSecurityRequirementsCommandOutput,
|
|
13
|
+
} from "./commands/BatchCreateSecurityRequirementsCommand";
|
|
10
14
|
import {
|
|
11
15
|
BatchDeleteCodeReviewsCommandInput,
|
|
12
16
|
BatchDeleteCodeReviewsCommandOutput,
|
|
@@ -15,6 +19,14 @@ import {
|
|
|
15
19
|
BatchDeletePentestsCommandInput,
|
|
16
20
|
BatchDeletePentestsCommandOutput,
|
|
17
21
|
} from "./commands/BatchDeletePentestsCommand";
|
|
22
|
+
import {
|
|
23
|
+
BatchDeleteSecurityRequirementsCommandInput,
|
|
24
|
+
BatchDeleteSecurityRequirementsCommandOutput,
|
|
25
|
+
} from "./commands/BatchDeleteSecurityRequirementsCommand";
|
|
26
|
+
import {
|
|
27
|
+
BatchDeleteThreatModelsCommandInput,
|
|
28
|
+
BatchDeleteThreatModelsCommandOutput,
|
|
29
|
+
} from "./commands/BatchDeleteThreatModelsCommand";
|
|
18
30
|
import {
|
|
19
31
|
BatchGetAgentSpacesCommandInput,
|
|
20
32
|
BatchGetAgentSpacesCommandOutput,
|
|
@@ -51,10 +63,34 @@ import {
|
|
|
51
63
|
BatchGetPentestsCommandInput,
|
|
52
64
|
BatchGetPentestsCommandOutput,
|
|
53
65
|
} from "./commands/BatchGetPentestsCommand";
|
|
66
|
+
import {
|
|
67
|
+
BatchGetSecurityRequirementsCommandInput,
|
|
68
|
+
BatchGetSecurityRequirementsCommandOutput,
|
|
69
|
+
} from "./commands/BatchGetSecurityRequirementsCommand";
|
|
54
70
|
import {
|
|
55
71
|
BatchGetTargetDomainsCommandInput,
|
|
56
72
|
BatchGetTargetDomainsCommandOutput,
|
|
57
73
|
} from "./commands/BatchGetTargetDomainsCommand";
|
|
74
|
+
import {
|
|
75
|
+
BatchGetThreatModelJobsCommandInput,
|
|
76
|
+
BatchGetThreatModelJobsCommandOutput,
|
|
77
|
+
} from "./commands/BatchGetThreatModelJobsCommand";
|
|
78
|
+
import {
|
|
79
|
+
BatchGetThreatModelJobTasksCommandInput,
|
|
80
|
+
BatchGetThreatModelJobTasksCommandOutput,
|
|
81
|
+
} from "./commands/BatchGetThreatModelJobTasksCommand";
|
|
82
|
+
import {
|
|
83
|
+
BatchGetThreatModelsCommandInput,
|
|
84
|
+
BatchGetThreatModelsCommandOutput,
|
|
85
|
+
} from "./commands/BatchGetThreatModelsCommand";
|
|
86
|
+
import {
|
|
87
|
+
BatchGetThreatsCommandInput,
|
|
88
|
+
BatchGetThreatsCommandOutput,
|
|
89
|
+
} from "./commands/BatchGetThreatsCommand";
|
|
90
|
+
import {
|
|
91
|
+
BatchUpdateSecurityRequirementsCommandInput,
|
|
92
|
+
BatchUpdateSecurityRequirementsCommandOutput,
|
|
93
|
+
} from "./commands/BatchUpdateSecurityRequirementsCommand";
|
|
58
94
|
import {
|
|
59
95
|
CreateAgentSpaceCommandInput,
|
|
60
96
|
CreateAgentSpaceCommandOutput,
|
|
@@ -79,10 +115,26 @@ import {
|
|
|
79
115
|
CreatePentestCommandInput,
|
|
80
116
|
CreatePentestCommandOutput,
|
|
81
117
|
} from "./commands/CreatePentestCommand";
|
|
118
|
+
import {
|
|
119
|
+
CreatePrivateConnectionCommandInput,
|
|
120
|
+
CreatePrivateConnectionCommandOutput,
|
|
121
|
+
} from "./commands/CreatePrivateConnectionCommand";
|
|
122
|
+
import {
|
|
123
|
+
CreateSecurityRequirementPackCommandInput,
|
|
124
|
+
CreateSecurityRequirementPackCommandOutput,
|
|
125
|
+
} from "./commands/CreateSecurityRequirementPackCommand";
|
|
82
126
|
import {
|
|
83
127
|
CreateTargetDomainCommandInput,
|
|
84
128
|
CreateTargetDomainCommandOutput,
|
|
85
129
|
} from "./commands/CreateTargetDomainCommand";
|
|
130
|
+
import {
|
|
131
|
+
CreateThreatCommandInput,
|
|
132
|
+
CreateThreatCommandOutput,
|
|
133
|
+
} from "./commands/CreateThreatCommand";
|
|
134
|
+
import {
|
|
135
|
+
CreateThreatModelCommandInput,
|
|
136
|
+
CreateThreatModelCommandOutput,
|
|
137
|
+
} from "./commands/CreateThreatModelCommand";
|
|
86
138
|
import {
|
|
87
139
|
DeleteAgentSpaceCommandInput,
|
|
88
140
|
DeleteAgentSpaceCommandOutput,
|
|
@@ -103,10 +155,22 @@ import {
|
|
|
103
155
|
DeleteMembershipCommandInput,
|
|
104
156
|
DeleteMembershipCommandOutput,
|
|
105
157
|
} from "./commands/DeleteMembershipCommand";
|
|
158
|
+
import {
|
|
159
|
+
DeletePrivateConnectionCommandInput,
|
|
160
|
+
DeletePrivateConnectionCommandOutput,
|
|
161
|
+
} from "./commands/DeletePrivateConnectionCommand";
|
|
162
|
+
import {
|
|
163
|
+
DeleteSecurityRequirementPackCommandInput,
|
|
164
|
+
DeleteSecurityRequirementPackCommandOutput,
|
|
165
|
+
} from "./commands/DeleteSecurityRequirementPackCommand";
|
|
106
166
|
import {
|
|
107
167
|
DeleteTargetDomainCommandInput,
|
|
108
168
|
DeleteTargetDomainCommandOutput,
|
|
109
169
|
} from "./commands/DeleteTargetDomainCommand";
|
|
170
|
+
import {
|
|
171
|
+
DescribePrivateConnectionCommandInput,
|
|
172
|
+
DescribePrivateConnectionCommandOutput,
|
|
173
|
+
} from "./commands/DescribePrivateConnectionCommand";
|
|
110
174
|
import {
|
|
111
175
|
GetApplicationCommandInput,
|
|
112
176
|
GetApplicationCommandOutput,
|
|
@@ -119,6 +183,14 @@ import {
|
|
|
119
183
|
GetIntegrationCommandInput,
|
|
120
184
|
GetIntegrationCommandOutput,
|
|
121
185
|
} from "./commands/GetIntegrationCommand";
|
|
186
|
+
import {
|
|
187
|
+
GetSecurityRequirementPackCommandInput,
|
|
188
|
+
GetSecurityRequirementPackCommandOutput,
|
|
189
|
+
} from "./commands/GetSecurityRequirementPackCommand";
|
|
190
|
+
import {
|
|
191
|
+
ImportSecurityRequirementsCommandInput,
|
|
192
|
+
ImportSecurityRequirementsCommandOutput,
|
|
193
|
+
} from "./commands/ImportSecurityRequirementsCommand";
|
|
122
194
|
import {
|
|
123
195
|
InitiateProviderRegistrationCommandInput,
|
|
124
196
|
InitiateProviderRegistrationCommandOutput,
|
|
@@ -179,6 +251,18 @@ import {
|
|
|
179
251
|
ListPentestsCommandInput,
|
|
180
252
|
ListPentestsCommandOutput,
|
|
181
253
|
} from "./commands/ListPentestsCommand";
|
|
254
|
+
import {
|
|
255
|
+
ListPrivateConnectionsCommandInput,
|
|
256
|
+
ListPrivateConnectionsCommandOutput,
|
|
257
|
+
} from "./commands/ListPrivateConnectionsCommand";
|
|
258
|
+
import {
|
|
259
|
+
ListSecurityRequirementPacksCommandInput,
|
|
260
|
+
ListSecurityRequirementPacksCommandOutput,
|
|
261
|
+
} from "./commands/ListSecurityRequirementPacksCommand";
|
|
262
|
+
import {
|
|
263
|
+
ListSecurityRequirementsCommandInput,
|
|
264
|
+
ListSecurityRequirementsCommandOutput,
|
|
265
|
+
} from "./commands/ListSecurityRequirementsCommand";
|
|
182
266
|
import {
|
|
183
267
|
ListTagsForResourceCommandInput,
|
|
184
268
|
ListTagsForResourceCommandOutput,
|
|
@@ -187,6 +271,22 @@ import {
|
|
|
187
271
|
ListTargetDomainsCommandInput,
|
|
188
272
|
ListTargetDomainsCommandOutput,
|
|
189
273
|
} from "./commands/ListTargetDomainsCommand";
|
|
274
|
+
import {
|
|
275
|
+
ListThreatModelJobsCommandInput,
|
|
276
|
+
ListThreatModelJobsCommandOutput,
|
|
277
|
+
} from "./commands/ListThreatModelJobsCommand";
|
|
278
|
+
import {
|
|
279
|
+
ListThreatModelJobTasksCommandInput,
|
|
280
|
+
ListThreatModelJobTasksCommandOutput,
|
|
281
|
+
} from "./commands/ListThreatModelJobTasksCommand";
|
|
282
|
+
import {
|
|
283
|
+
ListThreatModelsCommandInput,
|
|
284
|
+
ListThreatModelsCommandOutput,
|
|
285
|
+
} from "./commands/ListThreatModelsCommand";
|
|
286
|
+
import {
|
|
287
|
+
ListThreatsCommandInput,
|
|
288
|
+
ListThreatsCommandOutput,
|
|
289
|
+
} from "./commands/ListThreatsCommand";
|
|
190
290
|
import {
|
|
191
291
|
StartCodeRemediationCommandInput,
|
|
192
292
|
StartCodeRemediationCommandOutput,
|
|
@@ -199,6 +299,10 @@ import {
|
|
|
199
299
|
StartPentestJobCommandInput,
|
|
200
300
|
StartPentestJobCommandOutput,
|
|
201
301
|
} from "./commands/StartPentestJobCommand";
|
|
302
|
+
import {
|
|
303
|
+
StartThreatModelJobCommandInput,
|
|
304
|
+
StartThreatModelJobCommandOutput,
|
|
305
|
+
} from "./commands/StartThreatModelJobCommand";
|
|
202
306
|
import {
|
|
203
307
|
StopCodeReviewJobCommandInput,
|
|
204
308
|
StopCodeReviewJobCommandOutput,
|
|
@@ -207,6 +311,10 @@ import {
|
|
|
207
311
|
StopPentestJobCommandInput,
|
|
208
312
|
StopPentestJobCommandOutput,
|
|
209
313
|
} from "./commands/StopPentestJobCommand";
|
|
314
|
+
import {
|
|
315
|
+
StopThreatModelJobCommandInput,
|
|
316
|
+
StopThreatModelJobCommandOutput,
|
|
317
|
+
} from "./commands/StopThreatModelJobCommand";
|
|
210
318
|
import {
|
|
211
319
|
TagResourceCommandInput,
|
|
212
320
|
TagResourceCommandOutput,
|
|
@@ -239,10 +347,26 @@ import {
|
|
|
239
347
|
UpdatePentestCommandInput,
|
|
240
348
|
UpdatePentestCommandOutput,
|
|
241
349
|
} from "./commands/UpdatePentestCommand";
|
|
350
|
+
import {
|
|
351
|
+
UpdatePrivateConnectionCertificateCommandInput,
|
|
352
|
+
UpdatePrivateConnectionCertificateCommandOutput,
|
|
353
|
+
} from "./commands/UpdatePrivateConnectionCertificateCommand";
|
|
354
|
+
import {
|
|
355
|
+
UpdateSecurityRequirementPackCommandInput,
|
|
356
|
+
UpdateSecurityRequirementPackCommandOutput,
|
|
357
|
+
} from "./commands/UpdateSecurityRequirementPackCommand";
|
|
242
358
|
import {
|
|
243
359
|
UpdateTargetDomainCommandInput,
|
|
244
360
|
UpdateTargetDomainCommandOutput,
|
|
245
361
|
} from "./commands/UpdateTargetDomainCommand";
|
|
362
|
+
import {
|
|
363
|
+
UpdateThreatCommandInput,
|
|
364
|
+
UpdateThreatCommandOutput,
|
|
365
|
+
} from "./commands/UpdateThreatCommand";
|
|
366
|
+
import {
|
|
367
|
+
UpdateThreatModelCommandInput,
|
|
368
|
+
UpdateThreatModelCommandOutput,
|
|
369
|
+
} from "./commands/UpdateThreatModelCommand";
|
|
246
370
|
import {
|
|
247
371
|
VerifyTargetDomainCommandInput,
|
|
248
372
|
VerifyTargetDomainCommandOutput,
|
|
@@ -262,6 +386,19 @@ export interface SecurityAgent {
|
|
|
262
386
|
options: __HttpHandlerOptions,
|
|
263
387
|
cb: (err: any, data?: AddArtifactCommandOutput) => void
|
|
264
388
|
): void;
|
|
389
|
+
batchCreateSecurityRequirements(
|
|
390
|
+
args: BatchCreateSecurityRequirementsCommandInput,
|
|
391
|
+
options?: __HttpHandlerOptions
|
|
392
|
+
): Promise<BatchCreateSecurityRequirementsCommandOutput>;
|
|
393
|
+
batchCreateSecurityRequirements(
|
|
394
|
+
args: BatchCreateSecurityRequirementsCommandInput,
|
|
395
|
+
cb: (err: any, data?: BatchCreateSecurityRequirementsCommandOutput) => void
|
|
396
|
+
): void;
|
|
397
|
+
batchCreateSecurityRequirements(
|
|
398
|
+
args: BatchCreateSecurityRequirementsCommandInput,
|
|
399
|
+
options: __HttpHandlerOptions,
|
|
400
|
+
cb: (err: any, data?: BatchCreateSecurityRequirementsCommandOutput) => void
|
|
401
|
+
): void;
|
|
265
402
|
batchDeleteCodeReviews(
|
|
266
403
|
args: BatchDeleteCodeReviewsCommandInput,
|
|
267
404
|
options?: __HttpHandlerOptions
|
|
@@ -288,6 +425,32 @@ export interface SecurityAgent {
|
|
|
288
425
|
options: __HttpHandlerOptions,
|
|
289
426
|
cb: (err: any, data?: BatchDeletePentestsCommandOutput) => void
|
|
290
427
|
): void;
|
|
428
|
+
batchDeleteSecurityRequirements(
|
|
429
|
+
args: BatchDeleteSecurityRequirementsCommandInput,
|
|
430
|
+
options?: __HttpHandlerOptions
|
|
431
|
+
): Promise<BatchDeleteSecurityRequirementsCommandOutput>;
|
|
432
|
+
batchDeleteSecurityRequirements(
|
|
433
|
+
args: BatchDeleteSecurityRequirementsCommandInput,
|
|
434
|
+
cb: (err: any, data?: BatchDeleteSecurityRequirementsCommandOutput) => void
|
|
435
|
+
): void;
|
|
436
|
+
batchDeleteSecurityRequirements(
|
|
437
|
+
args: BatchDeleteSecurityRequirementsCommandInput,
|
|
438
|
+
options: __HttpHandlerOptions,
|
|
439
|
+
cb: (err: any, data?: BatchDeleteSecurityRequirementsCommandOutput) => void
|
|
440
|
+
): void;
|
|
441
|
+
batchDeleteThreatModels(
|
|
442
|
+
args: BatchDeleteThreatModelsCommandInput,
|
|
443
|
+
options?: __HttpHandlerOptions
|
|
444
|
+
): Promise<BatchDeleteThreatModelsCommandOutput>;
|
|
445
|
+
batchDeleteThreatModels(
|
|
446
|
+
args: BatchDeleteThreatModelsCommandInput,
|
|
447
|
+
cb: (err: any, data?: BatchDeleteThreatModelsCommandOutput) => void
|
|
448
|
+
): void;
|
|
449
|
+
batchDeleteThreatModels(
|
|
450
|
+
args: BatchDeleteThreatModelsCommandInput,
|
|
451
|
+
options: __HttpHandlerOptions,
|
|
452
|
+
cb: (err: any, data?: BatchDeleteThreatModelsCommandOutput) => void
|
|
453
|
+
): void;
|
|
291
454
|
batchGetAgentSpaces(
|
|
292
455
|
args: BatchGetAgentSpacesCommandInput,
|
|
293
456
|
options?: __HttpHandlerOptions
|
|
@@ -405,6 +568,19 @@ export interface SecurityAgent {
|
|
|
405
568
|
options: __HttpHandlerOptions,
|
|
406
569
|
cb: (err: any, data?: BatchGetPentestsCommandOutput) => void
|
|
407
570
|
): void;
|
|
571
|
+
batchGetSecurityRequirements(
|
|
572
|
+
args: BatchGetSecurityRequirementsCommandInput,
|
|
573
|
+
options?: __HttpHandlerOptions
|
|
574
|
+
): Promise<BatchGetSecurityRequirementsCommandOutput>;
|
|
575
|
+
batchGetSecurityRequirements(
|
|
576
|
+
args: BatchGetSecurityRequirementsCommandInput,
|
|
577
|
+
cb: (err: any, data?: BatchGetSecurityRequirementsCommandOutput) => void
|
|
578
|
+
): void;
|
|
579
|
+
batchGetSecurityRequirements(
|
|
580
|
+
args: BatchGetSecurityRequirementsCommandInput,
|
|
581
|
+
options: __HttpHandlerOptions,
|
|
582
|
+
cb: (err: any, data?: BatchGetSecurityRequirementsCommandOutput) => void
|
|
583
|
+
): void;
|
|
408
584
|
batchGetTargetDomains(
|
|
409
585
|
args: BatchGetTargetDomainsCommandInput,
|
|
410
586
|
options?: __HttpHandlerOptions
|
|
@@ -418,6 +594,71 @@ export interface SecurityAgent {
|
|
|
418
594
|
options: __HttpHandlerOptions,
|
|
419
595
|
cb: (err: any, data?: BatchGetTargetDomainsCommandOutput) => void
|
|
420
596
|
): void;
|
|
597
|
+
batchGetThreatModelJobs(
|
|
598
|
+
args: BatchGetThreatModelJobsCommandInput,
|
|
599
|
+
options?: __HttpHandlerOptions
|
|
600
|
+
): Promise<BatchGetThreatModelJobsCommandOutput>;
|
|
601
|
+
batchGetThreatModelJobs(
|
|
602
|
+
args: BatchGetThreatModelJobsCommandInput,
|
|
603
|
+
cb: (err: any, data?: BatchGetThreatModelJobsCommandOutput) => void
|
|
604
|
+
): void;
|
|
605
|
+
batchGetThreatModelJobs(
|
|
606
|
+
args: BatchGetThreatModelJobsCommandInput,
|
|
607
|
+
options: __HttpHandlerOptions,
|
|
608
|
+
cb: (err: any, data?: BatchGetThreatModelJobsCommandOutput) => void
|
|
609
|
+
): void;
|
|
610
|
+
batchGetThreatModelJobTasks(
|
|
611
|
+
args: BatchGetThreatModelJobTasksCommandInput,
|
|
612
|
+
options?: __HttpHandlerOptions
|
|
613
|
+
): Promise<BatchGetThreatModelJobTasksCommandOutput>;
|
|
614
|
+
batchGetThreatModelJobTasks(
|
|
615
|
+
args: BatchGetThreatModelJobTasksCommandInput,
|
|
616
|
+
cb: (err: any, data?: BatchGetThreatModelJobTasksCommandOutput) => void
|
|
617
|
+
): void;
|
|
618
|
+
batchGetThreatModelJobTasks(
|
|
619
|
+
args: BatchGetThreatModelJobTasksCommandInput,
|
|
620
|
+
options: __HttpHandlerOptions,
|
|
621
|
+
cb: (err: any, data?: BatchGetThreatModelJobTasksCommandOutput) => void
|
|
622
|
+
): void;
|
|
623
|
+
batchGetThreatModels(
|
|
624
|
+
args: BatchGetThreatModelsCommandInput,
|
|
625
|
+
options?: __HttpHandlerOptions
|
|
626
|
+
): Promise<BatchGetThreatModelsCommandOutput>;
|
|
627
|
+
batchGetThreatModels(
|
|
628
|
+
args: BatchGetThreatModelsCommandInput,
|
|
629
|
+
cb: (err: any, data?: BatchGetThreatModelsCommandOutput) => void
|
|
630
|
+
): void;
|
|
631
|
+
batchGetThreatModels(
|
|
632
|
+
args: BatchGetThreatModelsCommandInput,
|
|
633
|
+
options: __HttpHandlerOptions,
|
|
634
|
+
cb: (err: any, data?: BatchGetThreatModelsCommandOutput) => void
|
|
635
|
+
): void;
|
|
636
|
+
batchGetThreats(
|
|
637
|
+
args: BatchGetThreatsCommandInput,
|
|
638
|
+
options?: __HttpHandlerOptions
|
|
639
|
+
): Promise<BatchGetThreatsCommandOutput>;
|
|
640
|
+
batchGetThreats(
|
|
641
|
+
args: BatchGetThreatsCommandInput,
|
|
642
|
+
cb: (err: any, data?: BatchGetThreatsCommandOutput) => void
|
|
643
|
+
): void;
|
|
644
|
+
batchGetThreats(
|
|
645
|
+
args: BatchGetThreatsCommandInput,
|
|
646
|
+
options: __HttpHandlerOptions,
|
|
647
|
+
cb: (err: any, data?: BatchGetThreatsCommandOutput) => void
|
|
648
|
+
): void;
|
|
649
|
+
batchUpdateSecurityRequirements(
|
|
650
|
+
args: BatchUpdateSecurityRequirementsCommandInput,
|
|
651
|
+
options?: __HttpHandlerOptions
|
|
652
|
+
): Promise<BatchUpdateSecurityRequirementsCommandOutput>;
|
|
653
|
+
batchUpdateSecurityRequirements(
|
|
654
|
+
args: BatchUpdateSecurityRequirementsCommandInput,
|
|
655
|
+
cb: (err: any, data?: BatchUpdateSecurityRequirementsCommandOutput) => void
|
|
656
|
+
): void;
|
|
657
|
+
batchUpdateSecurityRequirements(
|
|
658
|
+
args: BatchUpdateSecurityRequirementsCommandInput,
|
|
659
|
+
options: __HttpHandlerOptions,
|
|
660
|
+
cb: (err: any, data?: BatchUpdateSecurityRequirementsCommandOutput) => void
|
|
661
|
+
): void;
|
|
421
662
|
createAgentSpace(
|
|
422
663
|
args: CreateAgentSpaceCommandInput,
|
|
423
664
|
options?: __HttpHandlerOptions
|
|
@@ -497,6 +738,32 @@ export interface SecurityAgent {
|
|
|
497
738
|
options: __HttpHandlerOptions,
|
|
498
739
|
cb: (err: any, data?: CreatePentestCommandOutput) => void
|
|
499
740
|
): void;
|
|
741
|
+
createPrivateConnection(
|
|
742
|
+
args: CreatePrivateConnectionCommandInput,
|
|
743
|
+
options?: __HttpHandlerOptions
|
|
744
|
+
): Promise<CreatePrivateConnectionCommandOutput>;
|
|
745
|
+
createPrivateConnection(
|
|
746
|
+
args: CreatePrivateConnectionCommandInput,
|
|
747
|
+
cb: (err: any, data?: CreatePrivateConnectionCommandOutput) => void
|
|
748
|
+
): void;
|
|
749
|
+
createPrivateConnection(
|
|
750
|
+
args: CreatePrivateConnectionCommandInput,
|
|
751
|
+
options: __HttpHandlerOptions,
|
|
752
|
+
cb: (err: any, data?: CreatePrivateConnectionCommandOutput) => void
|
|
753
|
+
): void;
|
|
754
|
+
createSecurityRequirementPack(
|
|
755
|
+
args: CreateSecurityRequirementPackCommandInput,
|
|
756
|
+
options?: __HttpHandlerOptions
|
|
757
|
+
): Promise<CreateSecurityRequirementPackCommandOutput>;
|
|
758
|
+
createSecurityRequirementPack(
|
|
759
|
+
args: CreateSecurityRequirementPackCommandInput,
|
|
760
|
+
cb: (err: any, data?: CreateSecurityRequirementPackCommandOutput) => void
|
|
761
|
+
): void;
|
|
762
|
+
createSecurityRequirementPack(
|
|
763
|
+
args: CreateSecurityRequirementPackCommandInput,
|
|
764
|
+
options: __HttpHandlerOptions,
|
|
765
|
+
cb: (err: any, data?: CreateSecurityRequirementPackCommandOutput) => void
|
|
766
|
+
): void;
|
|
500
767
|
createTargetDomain(
|
|
501
768
|
args: CreateTargetDomainCommandInput,
|
|
502
769
|
options?: __HttpHandlerOptions
|
|
@@ -510,6 +777,32 @@ export interface SecurityAgent {
|
|
|
510
777
|
options: __HttpHandlerOptions,
|
|
511
778
|
cb: (err: any, data?: CreateTargetDomainCommandOutput) => void
|
|
512
779
|
): void;
|
|
780
|
+
createThreat(
|
|
781
|
+
args: CreateThreatCommandInput,
|
|
782
|
+
options?: __HttpHandlerOptions
|
|
783
|
+
): Promise<CreateThreatCommandOutput>;
|
|
784
|
+
createThreat(
|
|
785
|
+
args: CreateThreatCommandInput,
|
|
786
|
+
cb: (err: any, data?: CreateThreatCommandOutput) => void
|
|
787
|
+
): void;
|
|
788
|
+
createThreat(
|
|
789
|
+
args: CreateThreatCommandInput,
|
|
790
|
+
options: __HttpHandlerOptions,
|
|
791
|
+
cb: (err: any, data?: CreateThreatCommandOutput) => void
|
|
792
|
+
): void;
|
|
793
|
+
createThreatModel(
|
|
794
|
+
args: CreateThreatModelCommandInput,
|
|
795
|
+
options?: __HttpHandlerOptions
|
|
796
|
+
): Promise<CreateThreatModelCommandOutput>;
|
|
797
|
+
createThreatModel(
|
|
798
|
+
args: CreateThreatModelCommandInput,
|
|
799
|
+
cb: (err: any, data?: CreateThreatModelCommandOutput) => void
|
|
800
|
+
): void;
|
|
801
|
+
createThreatModel(
|
|
802
|
+
args: CreateThreatModelCommandInput,
|
|
803
|
+
options: __HttpHandlerOptions,
|
|
804
|
+
cb: (err: any, data?: CreateThreatModelCommandOutput) => void
|
|
805
|
+
): void;
|
|
513
806
|
deleteAgentSpace(
|
|
514
807
|
args: DeleteAgentSpaceCommandInput,
|
|
515
808
|
options?: __HttpHandlerOptions
|
|
@@ -575,6 +868,32 @@ export interface SecurityAgent {
|
|
|
575
868
|
options: __HttpHandlerOptions,
|
|
576
869
|
cb: (err: any, data?: DeleteMembershipCommandOutput) => void
|
|
577
870
|
): void;
|
|
871
|
+
deletePrivateConnection(
|
|
872
|
+
args: DeletePrivateConnectionCommandInput,
|
|
873
|
+
options?: __HttpHandlerOptions
|
|
874
|
+
): Promise<DeletePrivateConnectionCommandOutput>;
|
|
875
|
+
deletePrivateConnection(
|
|
876
|
+
args: DeletePrivateConnectionCommandInput,
|
|
877
|
+
cb: (err: any, data?: DeletePrivateConnectionCommandOutput) => void
|
|
878
|
+
): void;
|
|
879
|
+
deletePrivateConnection(
|
|
880
|
+
args: DeletePrivateConnectionCommandInput,
|
|
881
|
+
options: __HttpHandlerOptions,
|
|
882
|
+
cb: (err: any, data?: DeletePrivateConnectionCommandOutput) => void
|
|
883
|
+
): void;
|
|
884
|
+
deleteSecurityRequirementPack(
|
|
885
|
+
args: DeleteSecurityRequirementPackCommandInput,
|
|
886
|
+
options?: __HttpHandlerOptions
|
|
887
|
+
): Promise<DeleteSecurityRequirementPackCommandOutput>;
|
|
888
|
+
deleteSecurityRequirementPack(
|
|
889
|
+
args: DeleteSecurityRequirementPackCommandInput,
|
|
890
|
+
cb: (err: any, data?: DeleteSecurityRequirementPackCommandOutput) => void
|
|
891
|
+
): void;
|
|
892
|
+
deleteSecurityRequirementPack(
|
|
893
|
+
args: DeleteSecurityRequirementPackCommandInput,
|
|
894
|
+
options: __HttpHandlerOptions,
|
|
895
|
+
cb: (err: any, data?: DeleteSecurityRequirementPackCommandOutput) => void
|
|
896
|
+
): void;
|
|
578
897
|
deleteTargetDomain(
|
|
579
898
|
args: DeleteTargetDomainCommandInput,
|
|
580
899
|
options?: __HttpHandlerOptions
|
|
@@ -588,6 +907,19 @@ export interface SecurityAgent {
|
|
|
588
907
|
options: __HttpHandlerOptions,
|
|
589
908
|
cb: (err: any, data?: DeleteTargetDomainCommandOutput) => void
|
|
590
909
|
): void;
|
|
910
|
+
describePrivateConnection(
|
|
911
|
+
args: DescribePrivateConnectionCommandInput,
|
|
912
|
+
options?: __HttpHandlerOptions
|
|
913
|
+
): Promise<DescribePrivateConnectionCommandOutput>;
|
|
914
|
+
describePrivateConnection(
|
|
915
|
+
args: DescribePrivateConnectionCommandInput,
|
|
916
|
+
cb: (err: any, data?: DescribePrivateConnectionCommandOutput) => void
|
|
917
|
+
): void;
|
|
918
|
+
describePrivateConnection(
|
|
919
|
+
args: DescribePrivateConnectionCommandInput,
|
|
920
|
+
options: __HttpHandlerOptions,
|
|
921
|
+
cb: (err: any, data?: DescribePrivateConnectionCommandOutput) => void
|
|
922
|
+
): void;
|
|
591
923
|
getApplication(
|
|
592
924
|
args: GetApplicationCommandInput,
|
|
593
925
|
options?: __HttpHandlerOptions
|
|
@@ -627,6 +959,32 @@ export interface SecurityAgent {
|
|
|
627
959
|
options: __HttpHandlerOptions,
|
|
628
960
|
cb: (err: any, data?: GetIntegrationCommandOutput) => void
|
|
629
961
|
): void;
|
|
962
|
+
getSecurityRequirementPack(
|
|
963
|
+
args: GetSecurityRequirementPackCommandInput,
|
|
964
|
+
options?: __HttpHandlerOptions
|
|
965
|
+
): Promise<GetSecurityRequirementPackCommandOutput>;
|
|
966
|
+
getSecurityRequirementPack(
|
|
967
|
+
args: GetSecurityRequirementPackCommandInput,
|
|
968
|
+
cb: (err: any, data?: GetSecurityRequirementPackCommandOutput) => void
|
|
969
|
+
): void;
|
|
970
|
+
getSecurityRequirementPack(
|
|
971
|
+
args: GetSecurityRequirementPackCommandInput,
|
|
972
|
+
options: __HttpHandlerOptions,
|
|
973
|
+
cb: (err: any, data?: GetSecurityRequirementPackCommandOutput) => void
|
|
974
|
+
): void;
|
|
975
|
+
importSecurityRequirements(
|
|
976
|
+
args: ImportSecurityRequirementsCommandInput,
|
|
977
|
+
options?: __HttpHandlerOptions
|
|
978
|
+
): Promise<ImportSecurityRequirementsCommandOutput>;
|
|
979
|
+
importSecurityRequirements(
|
|
980
|
+
args: ImportSecurityRequirementsCommandInput,
|
|
981
|
+
cb: (err: any, data?: ImportSecurityRequirementsCommandOutput) => void
|
|
982
|
+
): void;
|
|
983
|
+
importSecurityRequirements(
|
|
984
|
+
args: ImportSecurityRequirementsCommandInput,
|
|
985
|
+
options: __HttpHandlerOptions,
|
|
986
|
+
cb: (err: any, data?: ImportSecurityRequirementsCommandOutput) => void
|
|
987
|
+
): void;
|
|
630
988
|
initiateProviderRegistration(
|
|
631
989
|
args: InitiateProviderRegistrationCommandInput,
|
|
632
990
|
options?: __HttpHandlerOptions
|
|
@@ -825,6 +1183,47 @@ export interface SecurityAgent {
|
|
|
825
1183
|
options: __HttpHandlerOptions,
|
|
826
1184
|
cb: (err: any, data?: ListPentestsCommandOutput) => void
|
|
827
1185
|
): void;
|
|
1186
|
+
listPrivateConnections(): Promise<ListPrivateConnectionsCommandOutput>;
|
|
1187
|
+
listPrivateConnections(
|
|
1188
|
+
args: ListPrivateConnectionsCommandInput,
|
|
1189
|
+
options?: __HttpHandlerOptions
|
|
1190
|
+
): Promise<ListPrivateConnectionsCommandOutput>;
|
|
1191
|
+
listPrivateConnections(
|
|
1192
|
+
args: ListPrivateConnectionsCommandInput,
|
|
1193
|
+
cb: (err: any, data?: ListPrivateConnectionsCommandOutput) => void
|
|
1194
|
+
): void;
|
|
1195
|
+
listPrivateConnections(
|
|
1196
|
+
args: ListPrivateConnectionsCommandInput,
|
|
1197
|
+
options: __HttpHandlerOptions,
|
|
1198
|
+
cb: (err: any, data?: ListPrivateConnectionsCommandOutput) => void
|
|
1199
|
+
): void;
|
|
1200
|
+
listSecurityRequirementPacks(): Promise<ListSecurityRequirementPacksCommandOutput>;
|
|
1201
|
+
listSecurityRequirementPacks(
|
|
1202
|
+
args: ListSecurityRequirementPacksCommandInput,
|
|
1203
|
+
options?: __HttpHandlerOptions
|
|
1204
|
+
): Promise<ListSecurityRequirementPacksCommandOutput>;
|
|
1205
|
+
listSecurityRequirementPacks(
|
|
1206
|
+
args: ListSecurityRequirementPacksCommandInput,
|
|
1207
|
+
cb: (err: any, data?: ListSecurityRequirementPacksCommandOutput) => void
|
|
1208
|
+
): void;
|
|
1209
|
+
listSecurityRequirementPacks(
|
|
1210
|
+
args: ListSecurityRequirementPacksCommandInput,
|
|
1211
|
+
options: __HttpHandlerOptions,
|
|
1212
|
+
cb: (err: any, data?: ListSecurityRequirementPacksCommandOutput) => void
|
|
1213
|
+
): void;
|
|
1214
|
+
listSecurityRequirements(
|
|
1215
|
+
args: ListSecurityRequirementsCommandInput,
|
|
1216
|
+
options?: __HttpHandlerOptions
|
|
1217
|
+
): Promise<ListSecurityRequirementsCommandOutput>;
|
|
1218
|
+
listSecurityRequirements(
|
|
1219
|
+
args: ListSecurityRequirementsCommandInput,
|
|
1220
|
+
cb: (err: any, data?: ListSecurityRequirementsCommandOutput) => void
|
|
1221
|
+
): void;
|
|
1222
|
+
listSecurityRequirements(
|
|
1223
|
+
args: ListSecurityRequirementsCommandInput,
|
|
1224
|
+
options: __HttpHandlerOptions,
|
|
1225
|
+
cb: (err: any, data?: ListSecurityRequirementsCommandOutput) => void
|
|
1226
|
+
): void;
|
|
828
1227
|
listTagsForResource(
|
|
829
1228
|
args: ListTagsForResourceCommandInput,
|
|
830
1229
|
options?: __HttpHandlerOptions
|
|
@@ -852,6 +1251,58 @@ export interface SecurityAgent {
|
|
|
852
1251
|
options: __HttpHandlerOptions,
|
|
853
1252
|
cb: (err: any, data?: ListTargetDomainsCommandOutput) => void
|
|
854
1253
|
): void;
|
|
1254
|
+
listThreatModelJobs(
|
|
1255
|
+
args: ListThreatModelJobsCommandInput,
|
|
1256
|
+
options?: __HttpHandlerOptions
|
|
1257
|
+
): Promise<ListThreatModelJobsCommandOutput>;
|
|
1258
|
+
listThreatModelJobs(
|
|
1259
|
+
args: ListThreatModelJobsCommandInput,
|
|
1260
|
+
cb: (err: any, data?: ListThreatModelJobsCommandOutput) => void
|
|
1261
|
+
): void;
|
|
1262
|
+
listThreatModelJobs(
|
|
1263
|
+
args: ListThreatModelJobsCommandInput,
|
|
1264
|
+
options: __HttpHandlerOptions,
|
|
1265
|
+
cb: (err: any, data?: ListThreatModelJobsCommandOutput) => void
|
|
1266
|
+
): void;
|
|
1267
|
+
listThreatModelJobTasks(
|
|
1268
|
+
args: ListThreatModelJobTasksCommandInput,
|
|
1269
|
+
options?: __HttpHandlerOptions
|
|
1270
|
+
): Promise<ListThreatModelJobTasksCommandOutput>;
|
|
1271
|
+
listThreatModelJobTasks(
|
|
1272
|
+
args: ListThreatModelJobTasksCommandInput,
|
|
1273
|
+
cb: (err: any, data?: ListThreatModelJobTasksCommandOutput) => void
|
|
1274
|
+
): void;
|
|
1275
|
+
listThreatModelJobTasks(
|
|
1276
|
+
args: ListThreatModelJobTasksCommandInput,
|
|
1277
|
+
options: __HttpHandlerOptions,
|
|
1278
|
+
cb: (err: any, data?: ListThreatModelJobTasksCommandOutput) => void
|
|
1279
|
+
): void;
|
|
1280
|
+
listThreatModels(
|
|
1281
|
+
args: ListThreatModelsCommandInput,
|
|
1282
|
+
options?: __HttpHandlerOptions
|
|
1283
|
+
): Promise<ListThreatModelsCommandOutput>;
|
|
1284
|
+
listThreatModels(
|
|
1285
|
+
args: ListThreatModelsCommandInput,
|
|
1286
|
+
cb: (err: any, data?: ListThreatModelsCommandOutput) => void
|
|
1287
|
+
): void;
|
|
1288
|
+
listThreatModels(
|
|
1289
|
+
args: ListThreatModelsCommandInput,
|
|
1290
|
+
options: __HttpHandlerOptions,
|
|
1291
|
+
cb: (err: any, data?: ListThreatModelsCommandOutput) => void
|
|
1292
|
+
): void;
|
|
1293
|
+
listThreats(
|
|
1294
|
+
args: ListThreatsCommandInput,
|
|
1295
|
+
options?: __HttpHandlerOptions
|
|
1296
|
+
): Promise<ListThreatsCommandOutput>;
|
|
1297
|
+
listThreats(
|
|
1298
|
+
args: ListThreatsCommandInput,
|
|
1299
|
+
cb: (err: any, data?: ListThreatsCommandOutput) => void
|
|
1300
|
+
): void;
|
|
1301
|
+
listThreats(
|
|
1302
|
+
args: ListThreatsCommandInput,
|
|
1303
|
+
options: __HttpHandlerOptions,
|
|
1304
|
+
cb: (err: any, data?: ListThreatsCommandOutput) => void
|
|
1305
|
+
): void;
|
|
855
1306
|
startCodeRemediation(
|
|
856
1307
|
args: StartCodeRemediationCommandInput,
|
|
857
1308
|
options?: __HttpHandlerOptions
|
|
@@ -891,6 +1342,19 @@ export interface SecurityAgent {
|
|
|
891
1342
|
options: __HttpHandlerOptions,
|
|
892
1343
|
cb: (err: any, data?: StartPentestJobCommandOutput) => void
|
|
893
1344
|
): void;
|
|
1345
|
+
startThreatModelJob(
|
|
1346
|
+
args: StartThreatModelJobCommandInput,
|
|
1347
|
+
options?: __HttpHandlerOptions
|
|
1348
|
+
): Promise<StartThreatModelJobCommandOutput>;
|
|
1349
|
+
startThreatModelJob(
|
|
1350
|
+
args: StartThreatModelJobCommandInput,
|
|
1351
|
+
cb: (err: any, data?: StartThreatModelJobCommandOutput) => void
|
|
1352
|
+
): void;
|
|
1353
|
+
startThreatModelJob(
|
|
1354
|
+
args: StartThreatModelJobCommandInput,
|
|
1355
|
+
options: __HttpHandlerOptions,
|
|
1356
|
+
cb: (err: any, data?: StartThreatModelJobCommandOutput) => void
|
|
1357
|
+
): void;
|
|
894
1358
|
stopCodeReviewJob(
|
|
895
1359
|
args: StopCodeReviewJobCommandInput,
|
|
896
1360
|
options?: __HttpHandlerOptions
|
|
@@ -917,6 +1381,19 @@ export interface SecurityAgent {
|
|
|
917
1381
|
options: __HttpHandlerOptions,
|
|
918
1382
|
cb: (err: any, data?: StopPentestJobCommandOutput) => void
|
|
919
1383
|
): void;
|
|
1384
|
+
stopThreatModelJob(
|
|
1385
|
+
args: StopThreatModelJobCommandInput,
|
|
1386
|
+
options?: __HttpHandlerOptions
|
|
1387
|
+
): Promise<StopThreatModelJobCommandOutput>;
|
|
1388
|
+
stopThreatModelJob(
|
|
1389
|
+
args: StopThreatModelJobCommandInput,
|
|
1390
|
+
cb: (err: any, data?: StopThreatModelJobCommandOutput) => void
|
|
1391
|
+
): void;
|
|
1392
|
+
stopThreatModelJob(
|
|
1393
|
+
args: StopThreatModelJobCommandInput,
|
|
1394
|
+
options: __HttpHandlerOptions,
|
|
1395
|
+
cb: (err: any, data?: StopThreatModelJobCommandOutput) => void
|
|
1396
|
+
): void;
|
|
920
1397
|
tagResource(
|
|
921
1398
|
args: TagResourceCommandInput,
|
|
922
1399
|
options?: __HttpHandlerOptions
|
|
@@ -1021,6 +1498,38 @@ export interface SecurityAgent {
|
|
|
1021
1498
|
options: __HttpHandlerOptions,
|
|
1022
1499
|
cb: (err: any, data?: UpdatePentestCommandOutput) => void
|
|
1023
1500
|
): void;
|
|
1501
|
+
updatePrivateConnectionCertificate(
|
|
1502
|
+
args: UpdatePrivateConnectionCertificateCommandInput,
|
|
1503
|
+
options?: __HttpHandlerOptions
|
|
1504
|
+
): Promise<UpdatePrivateConnectionCertificateCommandOutput>;
|
|
1505
|
+
updatePrivateConnectionCertificate(
|
|
1506
|
+
args: UpdatePrivateConnectionCertificateCommandInput,
|
|
1507
|
+
cb: (
|
|
1508
|
+
err: any,
|
|
1509
|
+
data?: UpdatePrivateConnectionCertificateCommandOutput
|
|
1510
|
+
) => void
|
|
1511
|
+
): void;
|
|
1512
|
+
updatePrivateConnectionCertificate(
|
|
1513
|
+
args: UpdatePrivateConnectionCertificateCommandInput,
|
|
1514
|
+
options: __HttpHandlerOptions,
|
|
1515
|
+
cb: (
|
|
1516
|
+
err: any,
|
|
1517
|
+
data?: UpdatePrivateConnectionCertificateCommandOutput
|
|
1518
|
+
) => void
|
|
1519
|
+
): void;
|
|
1520
|
+
updateSecurityRequirementPack(
|
|
1521
|
+
args: UpdateSecurityRequirementPackCommandInput,
|
|
1522
|
+
options?: __HttpHandlerOptions
|
|
1523
|
+
): Promise<UpdateSecurityRequirementPackCommandOutput>;
|
|
1524
|
+
updateSecurityRequirementPack(
|
|
1525
|
+
args: UpdateSecurityRequirementPackCommandInput,
|
|
1526
|
+
cb: (err: any, data?: UpdateSecurityRequirementPackCommandOutput) => void
|
|
1527
|
+
): void;
|
|
1528
|
+
updateSecurityRequirementPack(
|
|
1529
|
+
args: UpdateSecurityRequirementPackCommandInput,
|
|
1530
|
+
options: __HttpHandlerOptions,
|
|
1531
|
+
cb: (err: any, data?: UpdateSecurityRequirementPackCommandOutput) => void
|
|
1532
|
+
): void;
|
|
1024
1533
|
updateTargetDomain(
|
|
1025
1534
|
args: UpdateTargetDomainCommandInput,
|
|
1026
1535
|
options?: __HttpHandlerOptions
|
|
@@ -1034,6 +1543,32 @@ export interface SecurityAgent {
|
|
|
1034
1543
|
options: __HttpHandlerOptions,
|
|
1035
1544
|
cb: (err: any, data?: UpdateTargetDomainCommandOutput) => void
|
|
1036
1545
|
): void;
|
|
1546
|
+
updateThreat(
|
|
1547
|
+
args: UpdateThreatCommandInput,
|
|
1548
|
+
options?: __HttpHandlerOptions
|
|
1549
|
+
): Promise<UpdateThreatCommandOutput>;
|
|
1550
|
+
updateThreat(
|
|
1551
|
+
args: UpdateThreatCommandInput,
|
|
1552
|
+
cb: (err: any, data?: UpdateThreatCommandOutput) => void
|
|
1553
|
+
): void;
|
|
1554
|
+
updateThreat(
|
|
1555
|
+
args: UpdateThreatCommandInput,
|
|
1556
|
+
options: __HttpHandlerOptions,
|
|
1557
|
+
cb: (err: any, data?: UpdateThreatCommandOutput) => void
|
|
1558
|
+
): void;
|
|
1559
|
+
updateThreatModel(
|
|
1560
|
+
args: UpdateThreatModelCommandInput,
|
|
1561
|
+
options?: __HttpHandlerOptions
|
|
1562
|
+
): Promise<UpdateThreatModelCommandOutput>;
|
|
1563
|
+
updateThreatModel(
|
|
1564
|
+
args: UpdateThreatModelCommandInput,
|
|
1565
|
+
cb: (err: any, data?: UpdateThreatModelCommandOutput) => void
|
|
1566
|
+
): void;
|
|
1567
|
+
updateThreatModel(
|
|
1568
|
+
args: UpdateThreatModelCommandInput,
|
|
1569
|
+
options: __HttpHandlerOptions,
|
|
1570
|
+
cb: (err: any, data?: UpdateThreatModelCommandOutput) => void
|
|
1571
|
+
): void;
|
|
1037
1572
|
verifyTargetDomain(
|
|
1038
1573
|
args: VerifyTargetDomainCommandInput,
|
|
1039
1574
|
options?: __HttpHandlerOptions
|
|
@@ -1145,6 +1680,27 @@ export interface SecurityAgent {
|
|
|
1145
1680
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1146
1681
|
>
|
|
1147
1682
|
): Paginator<ListPentestsCommandOutput>;
|
|
1683
|
+
paginateListPrivateConnections(
|
|
1684
|
+
args?: ListPrivateConnectionsCommandInput,
|
|
1685
|
+
paginationConfig?: Pick<
|
|
1686
|
+
PaginationConfiguration,
|
|
1687
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1688
|
+
>
|
|
1689
|
+
): Paginator<ListPrivateConnectionsCommandOutput>;
|
|
1690
|
+
paginateListSecurityRequirementPacks(
|
|
1691
|
+
args?: ListSecurityRequirementPacksCommandInput,
|
|
1692
|
+
paginationConfig?: Pick<
|
|
1693
|
+
PaginationConfiguration,
|
|
1694
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1695
|
+
>
|
|
1696
|
+
): Paginator<ListSecurityRequirementPacksCommandOutput>;
|
|
1697
|
+
paginateListSecurityRequirements(
|
|
1698
|
+
args: ListSecurityRequirementsCommandInput,
|
|
1699
|
+
paginationConfig?: Pick<
|
|
1700
|
+
PaginationConfiguration,
|
|
1701
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1702
|
+
>
|
|
1703
|
+
): Paginator<ListSecurityRequirementsCommandOutput>;
|
|
1148
1704
|
paginateListTargetDomains(
|
|
1149
1705
|
args?: ListTargetDomainsCommandInput,
|
|
1150
1706
|
paginationConfig?: Pick<
|
|
@@ -1152,6 +1708,34 @@ export interface SecurityAgent {
|
|
|
1152
1708
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1153
1709
|
>
|
|
1154
1710
|
): Paginator<ListTargetDomainsCommandOutput>;
|
|
1711
|
+
paginateListThreatModelJobs(
|
|
1712
|
+
args: ListThreatModelJobsCommandInput,
|
|
1713
|
+
paginationConfig?: Pick<
|
|
1714
|
+
PaginationConfiguration,
|
|
1715
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1716
|
+
>
|
|
1717
|
+
): Paginator<ListThreatModelJobsCommandOutput>;
|
|
1718
|
+
paginateListThreatModelJobTasks(
|
|
1719
|
+
args: ListThreatModelJobTasksCommandInput,
|
|
1720
|
+
paginationConfig?: Pick<
|
|
1721
|
+
PaginationConfiguration,
|
|
1722
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1723
|
+
>
|
|
1724
|
+
): Paginator<ListThreatModelJobTasksCommandOutput>;
|
|
1725
|
+
paginateListThreatModels(
|
|
1726
|
+
args: ListThreatModelsCommandInput,
|
|
1727
|
+
paginationConfig?: Pick<
|
|
1728
|
+
PaginationConfiguration,
|
|
1729
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1730
|
+
>
|
|
1731
|
+
): Paginator<ListThreatModelsCommandOutput>;
|
|
1732
|
+
paginateListThreats(
|
|
1733
|
+
args: ListThreatsCommandInput,
|
|
1734
|
+
paginationConfig?: Pick<
|
|
1735
|
+
PaginationConfiguration,
|
|
1736
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1737
|
+
>
|
|
1738
|
+
): Paginator<ListThreatsCommandOutput>;
|
|
1155
1739
|
}
|
|
1156
1740
|
export declare class SecurityAgent
|
|
1157
1741
|
extends SecurityAgentClient
|