@aws-sdk/client-securityagent 3.1069.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
package/dist-cjs/index.js
CHANGED
|
@@ -11,7 +11,7 @@ const { resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
|
|
|
11
11
|
const { getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
12
12
|
const { resolveHttpAuthSchemeConfig, defaultSecurityAgentHttpAuthSchemeParametersProvider } = require("./auth/httpAuthSchemeProvider");
|
|
13
13
|
const { getRuntimeConfig } = require("./runtimeConfig");
|
|
14
|
-
const { AddArtifact$, BatchDeleteCodeReviews$, BatchDeletePentests$, BatchGetAgentSpaces$, BatchGetArtifactMetadata$, BatchGetCodeReviewJobs$, BatchGetCodeReviewJobTasks$, BatchGetCodeReviews$, BatchGetFindings$, BatchGetPentestJobs$, BatchGetPentestJobTasks$, BatchGetPentests$, BatchGetTargetDomains$, CreateAgentSpace$, CreateApplication$, CreateCodeReview$, CreateIntegration$, CreateMembership$, CreatePentest$, CreateTargetDomain$, DeleteAgentSpace$, DeleteApplication$, DeleteArtifact$, DeleteIntegration$, DeleteMembership$, DeleteTargetDomain$, GetApplication$, GetArtifact$, GetIntegration$, InitiateProviderRegistration$, ListAgentSpaces$, ListApplications$, ListArtifacts$, ListCodeReviewJobsForCodeReview$, ListCodeReviewJobTasks$, ListCodeReviews$, ListDiscoveredEndpoints$, ListFindings$, ListIntegratedResources$, ListIntegrations$, ListMemberships$, ListPentestJobsForPentest$, ListPentestJobTasks$, ListPentests$, ListTagsForResource$, ListTargetDomains$, StartCodeRemediation$, StartCodeReviewJob$, StartPentestJob$, StopCodeReviewJob$, StopPentestJob$, TagResource$, UntagResource$, UpdateAgentSpace$, UpdateApplication$, UpdateCodeReview$, UpdateFinding$, UpdateIntegratedResources$, UpdatePentest$, UpdateTargetDomain$, VerifyTargetDomain$ } = require("./schemas/schemas_0");
|
|
14
|
+
const { AddArtifact$, BatchCreateSecurityRequirements$, BatchDeleteCodeReviews$, BatchDeletePentests$, BatchDeleteSecurityRequirements$, BatchDeleteThreatModels$, BatchGetAgentSpaces$, BatchGetArtifactMetadata$, BatchGetCodeReviewJobs$, BatchGetCodeReviewJobTasks$, BatchGetCodeReviews$, BatchGetFindings$, BatchGetPentestJobs$, BatchGetPentestJobTasks$, BatchGetPentests$, BatchGetSecurityRequirements$, BatchGetTargetDomains$, BatchGetThreatModelJobs$, BatchGetThreatModelJobTasks$, BatchGetThreatModels$, BatchGetThreats$, BatchUpdateSecurityRequirements$, CreateAgentSpace$, CreateApplication$, CreateCodeReview$, CreateIntegration$, CreateMembership$, CreatePentest$, CreatePrivateConnection$, CreateSecurityRequirementPack$, CreateTargetDomain$, CreateThreat$, CreateThreatModel$, DeleteAgentSpace$, DeleteApplication$, DeleteArtifact$, DeleteIntegration$, DeleteMembership$, DeletePrivateConnection$, DeleteSecurityRequirementPack$, DeleteTargetDomain$, DescribePrivateConnection$, GetApplication$, GetArtifact$, GetIntegration$, GetSecurityRequirementPack$, ImportSecurityRequirements$, InitiateProviderRegistration$, ListAgentSpaces$, ListApplications$, ListArtifacts$, ListCodeReviewJobsForCodeReview$, ListCodeReviewJobTasks$, ListCodeReviews$, ListDiscoveredEndpoints$, ListFindings$, ListIntegratedResources$, ListIntegrations$, ListMemberships$, ListPentestJobsForPentest$, ListPentestJobTasks$, ListPentests$, ListPrivateConnections$, ListSecurityRequirementPacks$, ListSecurityRequirements$, ListTagsForResource$, ListTargetDomains$, ListThreatModelJobs$, ListThreatModelJobTasks$, ListThreatModels$, ListThreats$, StartCodeRemediation$, StartCodeReviewJob$, StartPentestJob$, StartThreatModelJob$, StopCodeReviewJob$, StopPentestJob$, StopThreatModelJob$, TagResource$, UntagResource$, UpdateAgentSpace$, UpdateApplication$, UpdateCodeReview$, UpdateFinding$, UpdateIntegratedResources$, UpdatePentest$, UpdatePrivateConnectionCertificate$, UpdateSecurityRequirementPack$, UpdateTargetDomain$, UpdateThreat$, UpdateThreatModel$, VerifyTargetDomain$ } = require("./schemas/schemas_0");
|
|
15
15
|
__exportStar(require("./schemas/schemas_0"), exports);
|
|
16
16
|
__exportStar(require("./models/errors"), exports);
|
|
17
17
|
const { SecurityAgentServiceException } = require("./models/SecurityAgentServiceException");
|
|
@@ -121,6 +121,18 @@ class AddArtifactCommand extends Command
|
|
|
121
121
|
.build() {
|
|
122
122
|
}
|
|
123
123
|
|
|
124
|
+
class BatchCreateSecurityRequirementsCommand extends Command
|
|
125
|
+
.classBuilder()
|
|
126
|
+
.ep(commonParams)
|
|
127
|
+
.m(function (Command, cs, config, o) {
|
|
128
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
129
|
+
})
|
|
130
|
+
.s("SecurityAgent", "BatchCreateSecurityRequirements", {})
|
|
131
|
+
.n("SecurityAgentClient", "BatchCreateSecurityRequirementsCommand")
|
|
132
|
+
.sc(BatchCreateSecurityRequirements$)
|
|
133
|
+
.build() {
|
|
134
|
+
}
|
|
135
|
+
|
|
124
136
|
class BatchDeleteCodeReviewsCommand extends Command
|
|
125
137
|
.classBuilder()
|
|
126
138
|
.ep(commonParams)
|
|
@@ -145,6 +157,30 @@ class BatchDeletePentestsCommand extends Command
|
|
|
145
157
|
.build() {
|
|
146
158
|
}
|
|
147
159
|
|
|
160
|
+
class BatchDeleteSecurityRequirementsCommand extends Command
|
|
161
|
+
.classBuilder()
|
|
162
|
+
.ep(commonParams)
|
|
163
|
+
.m(function (Command, cs, config, o) {
|
|
164
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
165
|
+
})
|
|
166
|
+
.s("SecurityAgent", "BatchDeleteSecurityRequirements", {})
|
|
167
|
+
.n("SecurityAgentClient", "BatchDeleteSecurityRequirementsCommand")
|
|
168
|
+
.sc(BatchDeleteSecurityRequirements$)
|
|
169
|
+
.build() {
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
class BatchDeleteThreatModelsCommand extends Command
|
|
173
|
+
.classBuilder()
|
|
174
|
+
.ep(commonParams)
|
|
175
|
+
.m(function (Command, cs, config, o) {
|
|
176
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
177
|
+
})
|
|
178
|
+
.s("SecurityAgent", "BatchDeleteThreatModels", {})
|
|
179
|
+
.n("SecurityAgentClient", "BatchDeleteThreatModelsCommand")
|
|
180
|
+
.sc(BatchDeleteThreatModels$)
|
|
181
|
+
.build() {
|
|
182
|
+
}
|
|
183
|
+
|
|
148
184
|
class BatchGetAgentSpacesCommand extends Command
|
|
149
185
|
.classBuilder()
|
|
150
186
|
.ep(commonParams)
|
|
@@ -253,6 +289,18 @@ class BatchGetPentestsCommand extends Command
|
|
|
253
289
|
.build() {
|
|
254
290
|
}
|
|
255
291
|
|
|
292
|
+
class BatchGetSecurityRequirementsCommand extends Command
|
|
293
|
+
.classBuilder()
|
|
294
|
+
.ep(commonParams)
|
|
295
|
+
.m(function (Command, cs, config, o) {
|
|
296
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
297
|
+
})
|
|
298
|
+
.s("SecurityAgent", "BatchGetSecurityRequirements", {})
|
|
299
|
+
.n("SecurityAgentClient", "BatchGetSecurityRequirementsCommand")
|
|
300
|
+
.sc(BatchGetSecurityRequirements$)
|
|
301
|
+
.build() {
|
|
302
|
+
}
|
|
303
|
+
|
|
256
304
|
class BatchGetTargetDomainsCommand extends Command
|
|
257
305
|
.classBuilder()
|
|
258
306
|
.ep(commonParams)
|
|
@@ -265,6 +313,66 @@ class BatchGetTargetDomainsCommand extends Command
|
|
|
265
313
|
.build() {
|
|
266
314
|
}
|
|
267
315
|
|
|
316
|
+
class BatchGetThreatModelJobsCommand extends Command
|
|
317
|
+
.classBuilder()
|
|
318
|
+
.ep(commonParams)
|
|
319
|
+
.m(function (Command, cs, config, o) {
|
|
320
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
321
|
+
})
|
|
322
|
+
.s("SecurityAgent", "BatchGetThreatModelJobs", {})
|
|
323
|
+
.n("SecurityAgentClient", "BatchGetThreatModelJobsCommand")
|
|
324
|
+
.sc(BatchGetThreatModelJobs$)
|
|
325
|
+
.build() {
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
class BatchGetThreatModelJobTasksCommand extends Command
|
|
329
|
+
.classBuilder()
|
|
330
|
+
.ep(commonParams)
|
|
331
|
+
.m(function (Command, cs, config, o) {
|
|
332
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
333
|
+
})
|
|
334
|
+
.s("SecurityAgent", "BatchGetThreatModelJobTasks", {})
|
|
335
|
+
.n("SecurityAgentClient", "BatchGetThreatModelJobTasksCommand")
|
|
336
|
+
.sc(BatchGetThreatModelJobTasks$)
|
|
337
|
+
.build() {
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
class BatchGetThreatModelsCommand extends Command
|
|
341
|
+
.classBuilder()
|
|
342
|
+
.ep(commonParams)
|
|
343
|
+
.m(function (Command, cs, config, o) {
|
|
344
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
345
|
+
})
|
|
346
|
+
.s("SecurityAgent", "BatchGetThreatModels", {})
|
|
347
|
+
.n("SecurityAgentClient", "BatchGetThreatModelsCommand")
|
|
348
|
+
.sc(BatchGetThreatModels$)
|
|
349
|
+
.build() {
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
class BatchGetThreatsCommand extends Command
|
|
353
|
+
.classBuilder()
|
|
354
|
+
.ep(commonParams)
|
|
355
|
+
.m(function (Command, cs, config, o) {
|
|
356
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
357
|
+
})
|
|
358
|
+
.s("SecurityAgent", "BatchGetThreats", {})
|
|
359
|
+
.n("SecurityAgentClient", "BatchGetThreatsCommand")
|
|
360
|
+
.sc(BatchGetThreats$)
|
|
361
|
+
.build() {
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
class BatchUpdateSecurityRequirementsCommand extends Command
|
|
365
|
+
.classBuilder()
|
|
366
|
+
.ep(commonParams)
|
|
367
|
+
.m(function (Command, cs, config, o) {
|
|
368
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
369
|
+
})
|
|
370
|
+
.s("SecurityAgent", "BatchUpdateSecurityRequirements", {})
|
|
371
|
+
.n("SecurityAgentClient", "BatchUpdateSecurityRequirementsCommand")
|
|
372
|
+
.sc(BatchUpdateSecurityRequirements$)
|
|
373
|
+
.build() {
|
|
374
|
+
}
|
|
375
|
+
|
|
268
376
|
class CreateAgentSpaceCommand extends Command
|
|
269
377
|
.classBuilder()
|
|
270
378
|
.ep(commonParams)
|
|
@@ -337,6 +445,30 @@ class CreatePentestCommand extends Command
|
|
|
337
445
|
.build() {
|
|
338
446
|
}
|
|
339
447
|
|
|
448
|
+
class CreatePrivateConnectionCommand extends Command
|
|
449
|
+
.classBuilder()
|
|
450
|
+
.ep(commonParams)
|
|
451
|
+
.m(function (Command, cs, config, o) {
|
|
452
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
453
|
+
})
|
|
454
|
+
.s("SecurityAgent", "CreatePrivateConnection", {})
|
|
455
|
+
.n("SecurityAgentClient", "CreatePrivateConnectionCommand")
|
|
456
|
+
.sc(CreatePrivateConnection$)
|
|
457
|
+
.build() {
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
class CreateSecurityRequirementPackCommand extends Command
|
|
461
|
+
.classBuilder()
|
|
462
|
+
.ep(commonParams)
|
|
463
|
+
.m(function (Command, cs, config, o) {
|
|
464
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
465
|
+
})
|
|
466
|
+
.s("SecurityAgent", "CreateSecurityRequirementPack", {})
|
|
467
|
+
.n("SecurityAgentClient", "CreateSecurityRequirementPackCommand")
|
|
468
|
+
.sc(CreateSecurityRequirementPack$)
|
|
469
|
+
.build() {
|
|
470
|
+
}
|
|
471
|
+
|
|
340
472
|
class CreateTargetDomainCommand extends Command
|
|
341
473
|
.classBuilder()
|
|
342
474
|
.ep(commonParams)
|
|
@@ -349,6 +481,30 @@ class CreateTargetDomainCommand extends Command
|
|
|
349
481
|
.build() {
|
|
350
482
|
}
|
|
351
483
|
|
|
484
|
+
class CreateThreatCommand extends Command
|
|
485
|
+
.classBuilder()
|
|
486
|
+
.ep(commonParams)
|
|
487
|
+
.m(function (Command, cs, config, o) {
|
|
488
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
489
|
+
})
|
|
490
|
+
.s("SecurityAgent", "CreateThreat", {})
|
|
491
|
+
.n("SecurityAgentClient", "CreateThreatCommand")
|
|
492
|
+
.sc(CreateThreat$)
|
|
493
|
+
.build() {
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
class CreateThreatModelCommand extends Command
|
|
497
|
+
.classBuilder()
|
|
498
|
+
.ep(commonParams)
|
|
499
|
+
.m(function (Command, cs, config, o) {
|
|
500
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
501
|
+
})
|
|
502
|
+
.s("SecurityAgent", "CreateThreatModel", {})
|
|
503
|
+
.n("SecurityAgentClient", "CreateThreatModelCommand")
|
|
504
|
+
.sc(CreateThreatModel$)
|
|
505
|
+
.build() {
|
|
506
|
+
}
|
|
507
|
+
|
|
352
508
|
class DeleteAgentSpaceCommand extends Command
|
|
353
509
|
.classBuilder()
|
|
354
510
|
.ep(commonParams)
|
|
@@ -409,6 +565,30 @@ class DeleteMembershipCommand extends Command
|
|
|
409
565
|
.build() {
|
|
410
566
|
}
|
|
411
567
|
|
|
568
|
+
class DeletePrivateConnectionCommand extends Command
|
|
569
|
+
.classBuilder()
|
|
570
|
+
.ep(commonParams)
|
|
571
|
+
.m(function (Command, cs, config, o) {
|
|
572
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
573
|
+
})
|
|
574
|
+
.s("SecurityAgent", "DeletePrivateConnection", {})
|
|
575
|
+
.n("SecurityAgentClient", "DeletePrivateConnectionCommand")
|
|
576
|
+
.sc(DeletePrivateConnection$)
|
|
577
|
+
.build() {
|
|
578
|
+
}
|
|
579
|
+
|
|
580
|
+
class DeleteSecurityRequirementPackCommand extends Command
|
|
581
|
+
.classBuilder()
|
|
582
|
+
.ep(commonParams)
|
|
583
|
+
.m(function (Command, cs, config, o) {
|
|
584
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
585
|
+
})
|
|
586
|
+
.s("SecurityAgent", "DeleteSecurityRequirementPack", {})
|
|
587
|
+
.n("SecurityAgentClient", "DeleteSecurityRequirementPackCommand")
|
|
588
|
+
.sc(DeleteSecurityRequirementPack$)
|
|
589
|
+
.build() {
|
|
590
|
+
}
|
|
591
|
+
|
|
412
592
|
class DeleteTargetDomainCommand extends Command
|
|
413
593
|
.classBuilder()
|
|
414
594
|
.ep(commonParams)
|
|
@@ -421,6 +601,18 @@ class DeleteTargetDomainCommand extends Command
|
|
|
421
601
|
.build() {
|
|
422
602
|
}
|
|
423
603
|
|
|
604
|
+
class DescribePrivateConnectionCommand extends Command
|
|
605
|
+
.classBuilder()
|
|
606
|
+
.ep(commonParams)
|
|
607
|
+
.m(function (Command, cs, config, o) {
|
|
608
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
609
|
+
})
|
|
610
|
+
.s("SecurityAgent", "DescribePrivateConnection", {})
|
|
611
|
+
.n("SecurityAgentClient", "DescribePrivateConnectionCommand")
|
|
612
|
+
.sc(DescribePrivateConnection$)
|
|
613
|
+
.build() {
|
|
614
|
+
}
|
|
615
|
+
|
|
424
616
|
class GetApplicationCommand extends Command
|
|
425
617
|
.classBuilder()
|
|
426
618
|
.ep(commonParams)
|
|
@@ -457,6 +649,30 @@ class GetIntegrationCommand extends Command
|
|
|
457
649
|
.build() {
|
|
458
650
|
}
|
|
459
651
|
|
|
652
|
+
class GetSecurityRequirementPackCommand extends Command
|
|
653
|
+
.classBuilder()
|
|
654
|
+
.ep(commonParams)
|
|
655
|
+
.m(function (Command, cs, config, o) {
|
|
656
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
657
|
+
})
|
|
658
|
+
.s("SecurityAgent", "GetSecurityRequirementPack", {})
|
|
659
|
+
.n("SecurityAgentClient", "GetSecurityRequirementPackCommand")
|
|
660
|
+
.sc(GetSecurityRequirementPack$)
|
|
661
|
+
.build() {
|
|
662
|
+
}
|
|
663
|
+
|
|
664
|
+
class ImportSecurityRequirementsCommand extends Command
|
|
665
|
+
.classBuilder()
|
|
666
|
+
.ep(commonParams)
|
|
667
|
+
.m(function (Command, cs, config, o) {
|
|
668
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
669
|
+
})
|
|
670
|
+
.s("SecurityAgent", "ImportSecurityRequirements", {})
|
|
671
|
+
.n("SecurityAgentClient", "ImportSecurityRequirementsCommand")
|
|
672
|
+
.sc(ImportSecurityRequirements$)
|
|
673
|
+
.build() {
|
|
674
|
+
}
|
|
675
|
+
|
|
460
676
|
class InitiateProviderRegistrationCommand extends Command
|
|
461
677
|
.classBuilder()
|
|
462
678
|
.ep(commonParams)
|
|
@@ -637,6 +853,42 @@ class ListPentestsCommand extends Command
|
|
|
637
853
|
.build() {
|
|
638
854
|
}
|
|
639
855
|
|
|
856
|
+
class ListPrivateConnectionsCommand extends Command
|
|
857
|
+
.classBuilder()
|
|
858
|
+
.ep(commonParams)
|
|
859
|
+
.m(function (Command, cs, config, o) {
|
|
860
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
861
|
+
})
|
|
862
|
+
.s("SecurityAgent", "ListPrivateConnections", {})
|
|
863
|
+
.n("SecurityAgentClient", "ListPrivateConnectionsCommand")
|
|
864
|
+
.sc(ListPrivateConnections$)
|
|
865
|
+
.build() {
|
|
866
|
+
}
|
|
867
|
+
|
|
868
|
+
class ListSecurityRequirementPacksCommand extends Command
|
|
869
|
+
.classBuilder()
|
|
870
|
+
.ep(commonParams)
|
|
871
|
+
.m(function (Command, cs, config, o) {
|
|
872
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
873
|
+
})
|
|
874
|
+
.s("SecurityAgent", "ListSecurityRequirementPacks", {})
|
|
875
|
+
.n("SecurityAgentClient", "ListSecurityRequirementPacksCommand")
|
|
876
|
+
.sc(ListSecurityRequirementPacks$)
|
|
877
|
+
.build() {
|
|
878
|
+
}
|
|
879
|
+
|
|
880
|
+
class ListSecurityRequirementsCommand extends Command
|
|
881
|
+
.classBuilder()
|
|
882
|
+
.ep(commonParams)
|
|
883
|
+
.m(function (Command, cs, config, o) {
|
|
884
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
885
|
+
})
|
|
886
|
+
.s("SecurityAgent", "ListSecurityRequirements", {})
|
|
887
|
+
.n("SecurityAgentClient", "ListSecurityRequirementsCommand")
|
|
888
|
+
.sc(ListSecurityRequirements$)
|
|
889
|
+
.build() {
|
|
890
|
+
}
|
|
891
|
+
|
|
640
892
|
class ListTagsForResourceCommand extends Command
|
|
641
893
|
.classBuilder()
|
|
642
894
|
.ep(commonParams)
|
|
@@ -661,6 +913,54 @@ class ListTargetDomainsCommand extends Command
|
|
|
661
913
|
.build() {
|
|
662
914
|
}
|
|
663
915
|
|
|
916
|
+
class ListThreatModelJobsCommand extends Command
|
|
917
|
+
.classBuilder()
|
|
918
|
+
.ep(commonParams)
|
|
919
|
+
.m(function (Command, cs, config, o) {
|
|
920
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
921
|
+
})
|
|
922
|
+
.s("SecurityAgent", "ListThreatModelJobs", {})
|
|
923
|
+
.n("SecurityAgentClient", "ListThreatModelJobsCommand")
|
|
924
|
+
.sc(ListThreatModelJobs$)
|
|
925
|
+
.build() {
|
|
926
|
+
}
|
|
927
|
+
|
|
928
|
+
class ListThreatModelJobTasksCommand extends Command
|
|
929
|
+
.classBuilder()
|
|
930
|
+
.ep(commonParams)
|
|
931
|
+
.m(function (Command, cs, config, o) {
|
|
932
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
933
|
+
})
|
|
934
|
+
.s("SecurityAgent", "ListThreatModelJobTasks", {})
|
|
935
|
+
.n("SecurityAgentClient", "ListThreatModelJobTasksCommand")
|
|
936
|
+
.sc(ListThreatModelJobTasks$)
|
|
937
|
+
.build() {
|
|
938
|
+
}
|
|
939
|
+
|
|
940
|
+
class ListThreatModelsCommand extends Command
|
|
941
|
+
.classBuilder()
|
|
942
|
+
.ep(commonParams)
|
|
943
|
+
.m(function (Command, cs, config, o) {
|
|
944
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
945
|
+
})
|
|
946
|
+
.s("SecurityAgent", "ListThreatModels", {})
|
|
947
|
+
.n("SecurityAgentClient", "ListThreatModelsCommand")
|
|
948
|
+
.sc(ListThreatModels$)
|
|
949
|
+
.build() {
|
|
950
|
+
}
|
|
951
|
+
|
|
952
|
+
class ListThreatsCommand extends Command
|
|
953
|
+
.classBuilder()
|
|
954
|
+
.ep(commonParams)
|
|
955
|
+
.m(function (Command, cs, config, o) {
|
|
956
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
957
|
+
})
|
|
958
|
+
.s("SecurityAgent", "ListThreats", {})
|
|
959
|
+
.n("SecurityAgentClient", "ListThreatsCommand")
|
|
960
|
+
.sc(ListThreats$)
|
|
961
|
+
.build() {
|
|
962
|
+
}
|
|
963
|
+
|
|
664
964
|
class StartCodeRemediationCommand extends Command
|
|
665
965
|
.classBuilder()
|
|
666
966
|
.ep(commonParams)
|
|
@@ -697,6 +997,18 @@ class StartPentestJobCommand extends Command
|
|
|
697
997
|
.build() {
|
|
698
998
|
}
|
|
699
999
|
|
|
1000
|
+
class StartThreatModelJobCommand extends Command
|
|
1001
|
+
.classBuilder()
|
|
1002
|
+
.ep(commonParams)
|
|
1003
|
+
.m(function (Command, cs, config, o) {
|
|
1004
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1005
|
+
})
|
|
1006
|
+
.s("SecurityAgent", "StartThreatModelJob", {})
|
|
1007
|
+
.n("SecurityAgentClient", "StartThreatModelJobCommand")
|
|
1008
|
+
.sc(StartThreatModelJob$)
|
|
1009
|
+
.build() {
|
|
1010
|
+
}
|
|
1011
|
+
|
|
700
1012
|
class StopCodeReviewJobCommand extends Command
|
|
701
1013
|
.classBuilder()
|
|
702
1014
|
.ep(commonParams)
|
|
@@ -721,6 +1033,18 @@ class StopPentestJobCommand extends Command
|
|
|
721
1033
|
.build() {
|
|
722
1034
|
}
|
|
723
1035
|
|
|
1036
|
+
class StopThreatModelJobCommand extends Command
|
|
1037
|
+
.classBuilder()
|
|
1038
|
+
.ep(commonParams)
|
|
1039
|
+
.m(function (Command, cs, config, o) {
|
|
1040
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1041
|
+
})
|
|
1042
|
+
.s("SecurityAgent", "StopThreatModelJob", {})
|
|
1043
|
+
.n("SecurityAgentClient", "StopThreatModelJobCommand")
|
|
1044
|
+
.sc(StopThreatModelJob$)
|
|
1045
|
+
.build() {
|
|
1046
|
+
}
|
|
1047
|
+
|
|
724
1048
|
class TagResourceCommand extends Command
|
|
725
1049
|
.classBuilder()
|
|
726
1050
|
.ep(commonParams)
|
|
@@ -817,6 +1141,30 @@ class UpdatePentestCommand extends Command
|
|
|
817
1141
|
.build() {
|
|
818
1142
|
}
|
|
819
1143
|
|
|
1144
|
+
class UpdatePrivateConnectionCertificateCommand extends Command
|
|
1145
|
+
.classBuilder()
|
|
1146
|
+
.ep(commonParams)
|
|
1147
|
+
.m(function (Command, cs, config, o) {
|
|
1148
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1149
|
+
})
|
|
1150
|
+
.s("SecurityAgent", "UpdatePrivateConnectionCertificate", {})
|
|
1151
|
+
.n("SecurityAgentClient", "UpdatePrivateConnectionCertificateCommand")
|
|
1152
|
+
.sc(UpdatePrivateConnectionCertificate$)
|
|
1153
|
+
.build() {
|
|
1154
|
+
}
|
|
1155
|
+
|
|
1156
|
+
class UpdateSecurityRequirementPackCommand extends Command
|
|
1157
|
+
.classBuilder()
|
|
1158
|
+
.ep(commonParams)
|
|
1159
|
+
.m(function (Command, cs, config, o) {
|
|
1160
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1161
|
+
})
|
|
1162
|
+
.s("SecurityAgent", "UpdateSecurityRequirementPack", {})
|
|
1163
|
+
.n("SecurityAgentClient", "UpdateSecurityRequirementPackCommand")
|
|
1164
|
+
.sc(UpdateSecurityRequirementPack$)
|
|
1165
|
+
.build() {
|
|
1166
|
+
}
|
|
1167
|
+
|
|
820
1168
|
class UpdateTargetDomainCommand extends Command
|
|
821
1169
|
.classBuilder()
|
|
822
1170
|
.ep(commonParams)
|
|
@@ -829,6 +1177,30 @@ class UpdateTargetDomainCommand extends Command
|
|
|
829
1177
|
.build() {
|
|
830
1178
|
}
|
|
831
1179
|
|
|
1180
|
+
class UpdateThreatCommand extends Command
|
|
1181
|
+
.classBuilder()
|
|
1182
|
+
.ep(commonParams)
|
|
1183
|
+
.m(function (Command, cs, config, o) {
|
|
1184
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1185
|
+
})
|
|
1186
|
+
.s("SecurityAgent", "UpdateThreat", {})
|
|
1187
|
+
.n("SecurityAgentClient", "UpdateThreatCommand")
|
|
1188
|
+
.sc(UpdateThreat$)
|
|
1189
|
+
.build() {
|
|
1190
|
+
}
|
|
1191
|
+
|
|
1192
|
+
class UpdateThreatModelCommand extends Command
|
|
1193
|
+
.classBuilder()
|
|
1194
|
+
.ep(commonParams)
|
|
1195
|
+
.m(function (Command, cs, config, o) {
|
|
1196
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1197
|
+
})
|
|
1198
|
+
.s("SecurityAgent", "UpdateThreatModel", {})
|
|
1199
|
+
.n("SecurityAgentClient", "UpdateThreatModelCommand")
|
|
1200
|
+
.sc(UpdateThreatModel$)
|
|
1201
|
+
.build() {
|
|
1202
|
+
}
|
|
1203
|
+
|
|
832
1204
|
class VerifyTargetDomainCommand extends Command
|
|
833
1205
|
.classBuilder()
|
|
834
1206
|
.ep(commonParams)
|
|
@@ -869,12 +1241,29 @@ const paginateListPentestJobTasks = createPaginator(SecurityAgentClient, ListPen
|
|
|
869
1241
|
|
|
870
1242
|
const paginateListPentests = createPaginator(SecurityAgentClient, ListPentestsCommand, "nextToken", "nextToken", "maxResults");
|
|
871
1243
|
|
|
1244
|
+
const paginateListPrivateConnections = createPaginator(SecurityAgentClient, ListPrivateConnectionsCommand, "nextToken", "nextToken", "maxResults");
|
|
1245
|
+
|
|
1246
|
+
const paginateListSecurityRequirementPacks = createPaginator(SecurityAgentClient, ListSecurityRequirementPacksCommand, "nextToken", "nextToken", "maxResults");
|
|
1247
|
+
|
|
1248
|
+
const paginateListSecurityRequirements = createPaginator(SecurityAgentClient, ListSecurityRequirementsCommand, "nextToken", "nextToken", "maxResults");
|
|
1249
|
+
|
|
872
1250
|
const paginateListTargetDomains = createPaginator(SecurityAgentClient, ListTargetDomainsCommand, "nextToken", "nextToken", "maxResults");
|
|
873
1251
|
|
|
1252
|
+
const paginateListThreatModelJobs = createPaginator(SecurityAgentClient, ListThreatModelJobsCommand, "nextToken", "nextToken", "maxResults");
|
|
1253
|
+
|
|
1254
|
+
const paginateListThreatModelJobTasks = createPaginator(SecurityAgentClient, ListThreatModelJobTasksCommand, "nextToken", "nextToken", "maxResults");
|
|
1255
|
+
|
|
1256
|
+
const paginateListThreatModels = createPaginator(SecurityAgentClient, ListThreatModelsCommand, "nextToken", "nextToken", "maxResults");
|
|
1257
|
+
|
|
1258
|
+
const paginateListThreats = createPaginator(SecurityAgentClient, ListThreatsCommand, "nextToken", "nextToken", "maxResults");
|
|
1259
|
+
|
|
874
1260
|
const commands = {
|
|
875
1261
|
AddArtifactCommand,
|
|
1262
|
+
BatchCreateSecurityRequirementsCommand,
|
|
876
1263
|
BatchDeleteCodeReviewsCommand,
|
|
877
1264
|
BatchDeletePentestsCommand,
|
|
1265
|
+
BatchDeleteSecurityRequirementsCommand,
|
|
1266
|
+
BatchDeleteThreatModelsCommand,
|
|
878
1267
|
BatchGetAgentSpacesCommand,
|
|
879
1268
|
BatchGetArtifactMetadataCommand,
|
|
880
1269
|
BatchGetCodeReviewJobsCommand,
|
|
@@ -884,23 +1273,38 @@ const commands = {
|
|
|
884
1273
|
BatchGetPentestJobsCommand,
|
|
885
1274
|
BatchGetPentestJobTasksCommand,
|
|
886
1275
|
BatchGetPentestsCommand,
|
|
1276
|
+
BatchGetSecurityRequirementsCommand,
|
|
887
1277
|
BatchGetTargetDomainsCommand,
|
|
1278
|
+
BatchGetThreatModelJobsCommand,
|
|
1279
|
+
BatchGetThreatModelJobTasksCommand,
|
|
1280
|
+
BatchGetThreatModelsCommand,
|
|
1281
|
+
BatchGetThreatsCommand,
|
|
1282
|
+
BatchUpdateSecurityRequirementsCommand,
|
|
888
1283
|
CreateAgentSpaceCommand,
|
|
889
1284
|
CreateApplicationCommand,
|
|
890
1285
|
CreateCodeReviewCommand,
|
|
891
1286
|
CreateIntegrationCommand,
|
|
892
1287
|
CreateMembershipCommand,
|
|
893
1288
|
CreatePentestCommand,
|
|
1289
|
+
CreatePrivateConnectionCommand,
|
|
1290
|
+
CreateSecurityRequirementPackCommand,
|
|
894
1291
|
CreateTargetDomainCommand,
|
|
1292
|
+
CreateThreatCommand,
|
|
1293
|
+
CreateThreatModelCommand,
|
|
895
1294
|
DeleteAgentSpaceCommand,
|
|
896
1295
|
DeleteApplicationCommand,
|
|
897
1296
|
DeleteArtifactCommand,
|
|
898
1297
|
DeleteIntegrationCommand,
|
|
899
1298
|
DeleteMembershipCommand,
|
|
1299
|
+
DeletePrivateConnectionCommand,
|
|
1300
|
+
DeleteSecurityRequirementPackCommand,
|
|
900
1301
|
DeleteTargetDomainCommand,
|
|
1302
|
+
DescribePrivateConnectionCommand,
|
|
901
1303
|
GetApplicationCommand,
|
|
902
1304
|
GetArtifactCommand,
|
|
903
1305
|
GetIntegrationCommand,
|
|
1306
|
+
GetSecurityRequirementPackCommand,
|
|
1307
|
+
ImportSecurityRequirementsCommand,
|
|
904
1308
|
InitiateProviderRegistrationCommand,
|
|
905
1309
|
ListAgentSpacesCommand,
|
|
906
1310
|
ListApplicationsCommand,
|
|
@@ -916,13 +1320,22 @@ const commands = {
|
|
|
916
1320
|
ListPentestJobsForPentestCommand,
|
|
917
1321
|
ListPentestJobTasksCommand,
|
|
918
1322
|
ListPentestsCommand,
|
|
1323
|
+
ListPrivateConnectionsCommand,
|
|
1324
|
+
ListSecurityRequirementPacksCommand,
|
|
1325
|
+
ListSecurityRequirementsCommand,
|
|
919
1326
|
ListTagsForResourceCommand,
|
|
920
1327
|
ListTargetDomainsCommand,
|
|
1328
|
+
ListThreatModelJobsCommand,
|
|
1329
|
+
ListThreatModelJobTasksCommand,
|
|
1330
|
+
ListThreatModelsCommand,
|
|
1331
|
+
ListThreatsCommand,
|
|
921
1332
|
StartCodeRemediationCommand,
|
|
922
1333
|
StartCodeReviewJobCommand,
|
|
923
1334
|
StartPentestJobCommand,
|
|
1335
|
+
StartThreatModelJobCommand,
|
|
924
1336
|
StopCodeReviewJobCommand,
|
|
925
1337
|
StopPentestJobCommand,
|
|
1338
|
+
StopThreatModelJobCommand,
|
|
926
1339
|
TagResourceCommand,
|
|
927
1340
|
UntagResourceCommand,
|
|
928
1341
|
UpdateAgentSpaceCommand,
|
|
@@ -931,7 +1344,11 @@ const commands = {
|
|
|
931
1344
|
UpdateFindingCommand,
|
|
932
1345
|
UpdateIntegratedResourcesCommand,
|
|
933
1346
|
UpdatePentestCommand,
|
|
1347
|
+
UpdatePrivateConnectionCertificateCommand,
|
|
1348
|
+
UpdateSecurityRequirementPackCommand,
|
|
934
1349
|
UpdateTargetDomainCommand,
|
|
1350
|
+
UpdateThreatCommand,
|
|
1351
|
+
UpdateThreatModelCommand,
|
|
935
1352
|
VerifyTargetDomainCommand,
|
|
936
1353
|
};
|
|
937
1354
|
const paginators = {
|
|
@@ -949,7 +1366,14 @@ const paginators = {
|
|
|
949
1366
|
paginateListPentestJobsForPentest,
|
|
950
1367
|
paginateListPentestJobTasks,
|
|
951
1368
|
paginateListPentests,
|
|
1369
|
+
paginateListPrivateConnections,
|
|
1370
|
+
paginateListSecurityRequirementPacks,
|
|
1371
|
+
paginateListSecurityRequirements,
|
|
952
1372
|
paginateListTargetDomains,
|
|
1373
|
+
paginateListThreatModelJobs,
|
|
1374
|
+
paginateListThreatModelJobTasks,
|
|
1375
|
+
paginateListThreatModels,
|
|
1376
|
+
paginateListThreats,
|
|
953
1377
|
};
|
|
954
1378
|
class SecurityAgent extends SecurityAgentClient {
|
|
955
1379
|
}
|
|
@@ -976,10 +1400,18 @@ const ArtifactType = {
|
|
|
976
1400
|
TXT: "TXT",
|
|
977
1401
|
YAML: "YAML",
|
|
978
1402
|
};
|
|
1403
|
+
const CleanUpStrategy = {
|
|
1404
|
+
BEST_EFFORT_DELETE: "BEST_EFFORT_DELETE",
|
|
1405
|
+
RETAIN_ALL: "RETAIN_ALL",
|
|
1406
|
+
};
|
|
979
1407
|
const CodeRemediationStrategy = {
|
|
980
1408
|
AUTOMATIC: "AUTOMATIC",
|
|
981
1409
|
DISABLED: "DISABLED",
|
|
982
1410
|
};
|
|
1411
|
+
const SkillType = {
|
|
1412
|
+
FINDING_PERSONALIZATION: "FINDING_PERSONALIZATION",
|
|
1413
|
+
LOGIN_OPTIMIZATION: "LOGIN_OPTIMIZATION",
|
|
1414
|
+
};
|
|
983
1415
|
const RiskType = {
|
|
984
1416
|
ARBITRARY_FILE_UPLOAD: "ARBITRARY_FILE_UPLOAD",
|
|
985
1417
|
BUSINESS_LOGIC_VULNERABILITIES: "BUSINESS_LOGIC_VULNERABILITIES",
|
|
@@ -1040,6 +1472,7 @@ const StepName = {
|
|
|
1040
1472
|
PENTEST: "PENTEST",
|
|
1041
1473
|
PREFLIGHT: "PREFLIGHT",
|
|
1042
1474
|
STATIC_ANALYSIS: "STATIC_ANALYSIS",
|
|
1475
|
+
VALIDATION: "VALIDATION",
|
|
1043
1476
|
};
|
|
1044
1477
|
const StepStatus = {
|
|
1045
1478
|
COMPLETED: "COMPLETED",
|
|
@@ -1058,6 +1491,10 @@ const TaskExecutionStatus = {
|
|
|
1058
1491
|
const LogType = {
|
|
1059
1492
|
CLOUDWATCH: "CLOUDWATCH",
|
|
1060
1493
|
};
|
|
1494
|
+
const ValidationMode = {
|
|
1495
|
+
DISABLED: "DISABLED",
|
|
1496
|
+
SIMULATED: "SIMULATED",
|
|
1497
|
+
};
|
|
1061
1498
|
const CodeRemediationTaskStatus = {
|
|
1062
1499
|
COMPLETED: "COMPLETED",
|
|
1063
1500
|
FAILED: "FAILED",
|
|
@@ -1084,6 +1521,13 @@ const FindingStatus = {
|
|
|
1084
1521
|
FALSE_POSITIVE: "FALSE_POSITIVE",
|
|
1085
1522
|
RESOLVED: "RESOLVED",
|
|
1086
1523
|
};
|
|
1524
|
+
const ValidationStatus = {
|
|
1525
|
+
CONFIRMED: "CONFIRMED",
|
|
1526
|
+
NOT_REPRODUCED: "NOT_REPRODUCED",
|
|
1527
|
+
NOT_VALIDATED: "NOT_VALIDATED",
|
|
1528
|
+
VALIDATING: "VALIDATING",
|
|
1529
|
+
VALIDATION_FAILED: "VALIDATION_FAILED",
|
|
1530
|
+
};
|
|
1087
1531
|
const DNSRecordType = {
|
|
1088
1532
|
TXT: "TXT",
|
|
1089
1533
|
};
|
|
@@ -1098,8 +1542,39 @@ const TargetDomainStatus = {
|
|
|
1098
1542
|
UNREACHABLE: "UNREACHABLE",
|
|
1099
1543
|
VERIFIED: "VERIFIED",
|
|
1100
1544
|
};
|
|
1545
|
+
const ThreatActor = {
|
|
1546
|
+
AGENT: "AGENT",
|
|
1547
|
+
CUSTOMER: "CUSTOMER",
|
|
1548
|
+
};
|
|
1549
|
+
const ThreatSeverity = {
|
|
1550
|
+
CRITICAL: "CRITICAL",
|
|
1551
|
+
HIGH: "HIGH",
|
|
1552
|
+
INFO: "INFO",
|
|
1553
|
+
LOW: "LOW",
|
|
1554
|
+
MEDIUM: "MEDIUM",
|
|
1555
|
+
};
|
|
1556
|
+
const ThreatStatus = {
|
|
1557
|
+
DISMISSED: "DISMISSED",
|
|
1558
|
+
OPEN: "OPEN",
|
|
1559
|
+
RESOLVED: "RESOLVED",
|
|
1560
|
+
};
|
|
1561
|
+
const StrideCategory = {
|
|
1562
|
+
DENIAL_OF_SERVICE: "DENIAL_OF_SERVICE",
|
|
1563
|
+
ELEVATION_OF_PRIVILEGE: "ELEVATION_OF_PRIVILEGE",
|
|
1564
|
+
INFORMATION_DISCLOSURE: "INFORMATION_DISCLOSURE",
|
|
1565
|
+
REPUDIATION: "REPUDIATION",
|
|
1566
|
+
SPOOFING: "SPOOFING",
|
|
1567
|
+
TAMPERING: "TAMPERING",
|
|
1568
|
+
};
|
|
1569
|
+
const GitLabTokenType = {
|
|
1570
|
+
GROUP: "GROUP",
|
|
1571
|
+
PERSONAL: "PERSONAL",
|
|
1572
|
+
};
|
|
1101
1573
|
const Provider = {
|
|
1574
|
+
BITBUCKET: "BITBUCKET",
|
|
1575
|
+
CONFLUENCE: "CONFLUENCE",
|
|
1102
1576
|
GITHUB: "GITHUB",
|
|
1577
|
+
GITLAB: "GITLAB",
|
|
1103
1578
|
};
|
|
1104
1579
|
const UserRole = {
|
|
1105
1580
|
MEMBER: "MEMBER",
|
|
@@ -1107,12 +1582,54 @@ const UserRole = {
|
|
|
1107
1582
|
const MembershipType = {
|
|
1108
1583
|
USER: "USER",
|
|
1109
1584
|
};
|
|
1585
|
+
const ResourceConfigDnsResolution = {
|
|
1586
|
+
IN_VPC: "IN_VPC",
|
|
1587
|
+
PUBLIC: "PUBLIC",
|
|
1588
|
+
};
|
|
1589
|
+
const IpAddressType = {
|
|
1590
|
+
DUAL_STACK: "DUAL_STACK",
|
|
1591
|
+
IPV4: "IPV4",
|
|
1592
|
+
IPV6: "IPV6",
|
|
1593
|
+
};
|
|
1594
|
+
const PrivateConnectionStatus = {
|
|
1595
|
+
ACTIVE: "ACTIVE",
|
|
1596
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
1597
|
+
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
1598
|
+
DELETE_FAILED: "DELETE_FAILED",
|
|
1599
|
+
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
1600
|
+
};
|
|
1601
|
+
const PrivateConnectionType = {
|
|
1602
|
+
SELF_MANAGED: "SELF_MANAGED",
|
|
1603
|
+
SERVICE_MANAGED: "SERVICE_MANAGED",
|
|
1604
|
+
};
|
|
1605
|
+
const SecurityRequirementPackStatus = {
|
|
1606
|
+
DISABLED: "DISABLED",
|
|
1607
|
+
ENABLED: "ENABLED",
|
|
1608
|
+
};
|
|
1110
1609
|
const ProviderType = {
|
|
1111
1610
|
DOCUMENTATION: "DOCUMENTATION",
|
|
1112
1611
|
SOURCE_CODE: "SOURCE_CODE",
|
|
1113
1612
|
};
|
|
1613
|
+
const SecurityRequirementPackImportStatus = {
|
|
1614
|
+
COMPLETED: "COMPLETED",
|
|
1615
|
+
FAILED: "FAILED",
|
|
1616
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
1617
|
+
PENDING: "PENDING",
|
|
1618
|
+
};
|
|
1619
|
+
const ManagementType = {
|
|
1620
|
+
AWS_MANAGED: "AWS_MANAGED",
|
|
1621
|
+
CUSTOMER_MANAGED: "CUSTOMER_MANAGED",
|
|
1622
|
+
};
|
|
1623
|
+
const SecurityRequirementArtifactFormat = {
|
|
1624
|
+
DOC: "DOC",
|
|
1625
|
+
DOCX: "DOCX",
|
|
1626
|
+
MD: "MD",
|
|
1627
|
+
PDF: "PDF",
|
|
1628
|
+
TXT: "TXT",
|
|
1629
|
+
};
|
|
1114
1630
|
const ResourceType = {
|
|
1115
1631
|
CODE_REPOSITORY: "CODE_REPOSITORY",
|
|
1632
|
+
DOCUMENT: "DOCUMENT",
|
|
1116
1633
|
};
|
|
1117
1634
|
const MembershipTypeFilter = {
|
|
1118
1635
|
ALL: "ALL",
|
|
@@ -1123,8 +1640,11 @@ exports.AccessType = AccessType;
|
|
|
1123
1640
|
exports.AddArtifactCommand = AddArtifactCommand;
|
|
1124
1641
|
exports.ArtifactType = ArtifactType;
|
|
1125
1642
|
exports.AuthenticationProviderType = AuthenticationProviderType;
|
|
1643
|
+
exports.BatchCreateSecurityRequirementsCommand = BatchCreateSecurityRequirementsCommand;
|
|
1126
1644
|
exports.BatchDeleteCodeReviewsCommand = BatchDeleteCodeReviewsCommand;
|
|
1127
1645
|
exports.BatchDeletePentestsCommand = BatchDeletePentestsCommand;
|
|
1646
|
+
exports.BatchDeleteSecurityRequirementsCommand = BatchDeleteSecurityRequirementsCommand;
|
|
1647
|
+
exports.BatchDeleteThreatModelsCommand = BatchDeleteThreatModelsCommand;
|
|
1128
1648
|
exports.BatchGetAgentSpacesCommand = BatchGetAgentSpacesCommand;
|
|
1129
1649
|
exports.BatchGetArtifactMetadataCommand = BatchGetArtifactMetadataCommand;
|
|
1130
1650
|
exports.BatchGetCodeReviewJobTasksCommand = BatchGetCodeReviewJobTasksCommand;
|
|
@@ -1134,7 +1654,14 @@ exports.BatchGetFindingsCommand = BatchGetFindingsCommand;
|
|
|
1134
1654
|
exports.BatchGetPentestJobTasksCommand = BatchGetPentestJobTasksCommand;
|
|
1135
1655
|
exports.BatchGetPentestJobsCommand = BatchGetPentestJobsCommand;
|
|
1136
1656
|
exports.BatchGetPentestsCommand = BatchGetPentestsCommand;
|
|
1657
|
+
exports.BatchGetSecurityRequirementsCommand = BatchGetSecurityRequirementsCommand;
|
|
1137
1658
|
exports.BatchGetTargetDomainsCommand = BatchGetTargetDomainsCommand;
|
|
1659
|
+
exports.BatchGetThreatModelJobTasksCommand = BatchGetThreatModelJobTasksCommand;
|
|
1660
|
+
exports.BatchGetThreatModelJobsCommand = BatchGetThreatModelJobsCommand;
|
|
1661
|
+
exports.BatchGetThreatModelsCommand = BatchGetThreatModelsCommand;
|
|
1662
|
+
exports.BatchGetThreatsCommand = BatchGetThreatsCommand;
|
|
1663
|
+
exports.BatchUpdateSecurityRequirementsCommand = BatchUpdateSecurityRequirementsCommand;
|
|
1664
|
+
exports.CleanUpStrategy = CleanUpStrategy;
|
|
1138
1665
|
exports.CodeRemediationStrategy = CodeRemediationStrategy;
|
|
1139
1666
|
exports.CodeRemediationTaskStatus = CodeRemediationTaskStatus;
|
|
1140
1667
|
exports.ConfidenceLevel = ConfidenceLevel;
|
|
@@ -1145,21 +1672,32 @@ exports.CreateCodeReviewCommand = CreateCodeReviewCommand;
|
|
|
1145
1672
|
exports.CreateIntegrationCommand = CreateIntegrationCommand;
|
|
1146
1673
|
exports.CreateMembershipCommand = CreateMembershipCommand;
|
|
1147
1674
|
exports.CreatePentestCommand = CreatePentestCommand;
|
|
1675
|
+
exports.CreatePrivateConnectionCommand = CreatePrivateConnectionCommand;
|
|
1676
|
+
exports.CreateSecurityRequirementPackCommand = CreateSecurityRequirementPackCommand;
|
|
1148
1677
|
exports.CreateTargetDomainCommand = CreateTargetDomainCommand;
|
|
1678
|
+
exports.CreateThreatCommand = CreateThreatCommand;
|
|
1679
|
+
exports.CreateThreatModelCommand = CreateThreatModelCommand;
|
|
1149
1680
|
exports.DNSRecordType = DNSRecordType;
|
|
1150
1681
|
exports.DeleteAgentSpaceCommand = DeleteAgentSpaceCommand;
|
|
1151
1682
|
exports.DeleteApplicationCommand = DeleteApplicationCommand;
|
|
1152
1683
|
exports.DeleteArtifactCommand = DeleteArtifactCommand;
|
|
1153
1684
|
exports.DeleteIntegrationCommand = DeleteIntegrationCommand;
|
|
1154
1685
|
exports.DeleteMembershipCommand = DeleteMembershipCommand;
|
|
1686
|
+
exports.DeletePrivateConnectionCommand = DeletePrivateConnectionCommand;
|
|
1687
|
+
exports.DeleteSecurityRequirementPackCommand = DeleteSecurityRequirementPackCommand;
|
|
1155
1688
|
exports.DeleteTargetDomainCommand = DeleteTargetDomainCommand;
|
|
1689
|
+
exports.DescribePrivateConnectionCommand = DescribePrivateConnectionCommand;
|
|
1156
1690
|
exports.DomainVerificationMethod = DomainVerificationMethod;
|
|
1157
1691
|
exports.ErrorCode = ErrorCode;
|
|
1158
1692
|
exports.FindingStatus = FindingStatus;
|
|
1159
1693
|
exports.GetApplicationCommand = GetApplicationCommand;
|
|
1160
1694
|
exports.GetArtifactCommand = GetArtifactCommand;
|
|
1161
1695
|
exports.GetIntegrationCommand = GetIntegrationCommand;
|
|
1696
|
+
exports.GetSecurityRequirementPackCommand = GetSecurityRequirementPackCommand;
|
|
1697
|
+
exports.GitLabTokenType = GitLabTokenType;
|
|
1698
|
+
exports.ImportSecurityRequirementsCommand = ImportSecurityRequirementsCommand;
|
|
1162
1699
|
exports.InitiateProviderRegistrationCommand = InitiateProviderRegistrationCommand;
|
|
1700
|
+
exports.IpAddressType = IpAddressType;
|
|
1163
1701
|
exports.JobStatus = JobStatus;
|
|
1164
1702
|
exports.ListAgentSpacesCommand = ListAgentSpacesCommand;
|
|
1165
1703
|
exports.ListApplicationsCommand = ListApplicationsCommand;
|
|
@@ -1175,30 +1713,51 @@ exports.ListMembershipsCommand = ListMembershipsCommand;
|
|
|
1175
1713
|
exports.ListPentestJobTasksCommand = ListPentestJobTasksCommand;
|
|
1176
1714
|
exports.ListPentestJobsForPentestCommand = ListPentestJobsForPentestCommand;
|
|
1177
1715
|
exports.ListPentestsCommand = ListPentestsCommand;
|
|
1716
|
+
exports.ListPrivateConnectionsCommand = ListPrivateConnectionsCommand;
|
|
1717
|
+
exports.ListSecurityRequirementPacksCommand = ListSecurityRequirementPacksCommand;
|
|
1718
|
+
exports.ListSecurityRequirementsCommand = ListSecurityRequirementsCommand;
|
|
1178
1719
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
1179
1720
|
exports.ListTargetDomainsCommand = ListTargetDomainsCommand;
|
|
1721
|
+
exports.ListThreatModelJobTasksCommand = ListThreatModelJobTasksCommand;
|
|
1722
|
+
exports.ListThreatModelJobsCommand = ListThreatModelJobsCommand;
|
|
1723
|
+
exports.ListThreatModelsCommand = ListThreatModelsCommand;
|
|
1724
|
+
exports.ListThreatsCommand = ListThreatsCommand;
|
|
1180
1725
|
exports.LogType = LogType;
|
|
1726
|
+
exports.ManagementType = ManagementType;
|
|
1181
1727
|
exports.MembershipType = MembershipType;
|
|
1182
1728
|
exports.MembershipTypeFilter = MembershipTypeFilter;
|
|
1183
1729
|
exports.NetworkTrafficRuleEffect = NetworkTrafficRuleEffect;
|
|
1184
1730
|
exports.NetworkTrafficRuleType = NetworkTrafficRuleType;
|
|
1731
|
+
exports.PrivateConnectionStatus = PrivateConnectionStatus;
|
|
1732
|
+
exports.PrivateConnectionType = PrivateConnectionType;
|
|
1185
1733
|
exports.Provider = Provider;
|
|
1186
1734
|
exports.ProviderType = ProviderType;
|
|
1735
|
+
exports.ResourceConfigDnsResolution = ResourceConfigDnsResolution;
|
|
1187
1736
|
exports.ResourceType = ResourceType;
|
|
1188
1737
|
exports.RiskLevel = RiskLevel;
|
|
1189
1738
|
exports.RiskType = RiskType;
|
|
1190
1739
|
exports.SecurityAgent = SecurityAgent;
|
|
1191
1740
|
exports.SecurityAgentClient = SecurityAgentClient;
|
|
1741
|
+
exports.SecurityRequirementArtifactFormat = SecurityRequirementArtifactFormat;
|
|
1742
|
+
exports.SecurityRequirementPackImportStatus = SecurityRequirementPackImportStatus;
|
|
1743
|
+
exports.SecurityRequirementPackStatus = SecurityRequirementPackStatus;
|
|
1744
|
+
exports.SkillType = SkillType;
|
|
1192
1745
|
exports.StartCodeRemediationCommand = StartCodeRemediationCommand;
|
|
1193
1746
|
exports.StartCodeReviewJobCommand = StartCodeReviewJobCommand;
|
|
1194
1747
|
exports.StartPentestJobCommand = StartPentestJobCommand;
|
|
1748
|
+
exports.StartThreatModelJobCommand = StartThreatModelJobCommand;
|
|
1195
1749
|
exports.StepName = StepName;
|
|
1196
1750
|
exports.StepStatus = StepStatus;
|
|
1197
1751
|
exports.StopCodeReviewJobCommand = StopCodeReviewJobCommand;
|
|
1198
1752
|
exports.StopPentestJobCommand = StopPentestJobCommand;
|
|
1753
|
+
exports.StopThreatModelJobCommand = StopThreatModelJobCommand;
|
|
1754
|
+
exports.StrideCategory = StrideCategory;
|
|
1199
1755
|
exports.TagResourceCommand = TagResourceCommand;
|
|
1200
1756
|
exports.TargetDomainStatus = TargetDomainStatus;
|
|
1201
1757
|
exports.TaskExecutionStatus = TaskExecutionStatus;
|
|
1758
|
+
exports.ThreatActor = ThreatActor;
|
|
1759
|
+
exports.ThreatSeverity = ThreatSeverity;
|
|
1760
|
+
exports.ThreatStatus = ThreatStatus;
|
|
1202
1761
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
1203
1762
|
exports.UpdateAgentSpaceCommand = UpdateAgentSpaceCommand;
|
|
1204
1763
|
exports.UpdateApplicationCommand = UpdateApplicationCommand;
|
|
@@ -1206,8 +1765,14 @@ exports.UpdateCodeReviewCommand = UpdateCodeReviewCommand;
|
|
|
1206
1765
|
exports.UpdateFindingCommand = UpdateFindingCommand;
|
|
1207
1766
|
exports.UpdateIntegratedResourcesCommand = UpdateIntegratedResourcesCommand;
|
|
1208
1767
|
exports.UpdatePentestCommand = UpdatePentestCommand;
|
|
1768
|
+
exports.UpdatePrivateConnectionCertificateCommand = UpdatePrivateConnectionCertificateCommand;
|
|
1769
|
+
exports.UpdateSecurityRequirementPackCommand = UpdateSecurityRequirementPackCommand;
|
|
1209
1770
|
exports.UpdateTargetDomainCommand = UpdateTargetDomainCommand;
|
|
1771
|
+
exports.UpdateThreatCommand = UpdateThreatCommand;
|
|
1772
|
+
exports.UpdateThreatModelCommand = UpdateThreatModelCommand;
|
|
1210
1773
|
exports.UserRole = UserRole;
|
|
1774
|
+
exports.ValidationMode = ValidationMode;
|
|
1775
|
+
exports.ValidationStatus = ValidationStatus;
|
|
1211
1776
|
exports.VerifyTargetDomainCommand = VerifyTargetDomainCommand;
|
|
1212
1777
|
exports.paginateListAgentSpaces = paginateListAgentSpaces;
|
|
1213
1778
|
exports.paginateListApplications = paginateListApplications;
|
|
@@ -1223,4 +1788,11 @@ exports.paginateListMemberships = paginateListMemberships;
|
|
|
1223
1788
|
exports.paginateListPentestJobTasks = paginateListPentestJobTasks;
|
|
1224
1789
|
exports.paginateListPentestJobsForPentest = paginateListPentestJobsForPentest;
|
|
1225
1790
|
exports.paginateListPentests = paginateListPentests;
|
|
1791
|
+
exports.paginateListPrivateConnections = paginateListPrivateConnections;
|
|
1792
|
+
exports.paginateListSecurityRequirementPacks = paginateListSecurityRequirementPacks;
|
|
1793
|
+
exports.paginateListSecurityRequirements = paginateListSecurityRequirements;
|
|
1226
1794
|
exports.paginateListTargetDomains = paginateListTargetDomains;
|
|
1795
|
+
exports.paginateListThreatModelJobTasks = paginateListThreatModelJobTasks;
|
|
1796
|
+
exports.paginateListThreatModelJobs = paginateListThreatModelJobs;
|
|
1797
|
+
exports.paginateListThreatModels = paginateListThreatModels;
|
|
1798
|
+
exports.paginateListThreats = paginateListThreats;
|