@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
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
|
|
2
2
|
import { type AddArtifactCommandInput, type AddArtifactCommandOutput } from "./commands/AddArtifactCommand";
|
|
3
|
+
import { type BatchCreateSecurityRequirementsCommandInput, type BatchCreateSecurityRequirementsCommandOutput } from "./commands/BatchCreateSecurityRequirementsCommand";
|
|
3
4
|
import { type BatchDeleteCodeReviewsCommandInput, type BatchDeleteCodeReviewsCommandOutput } from "./commands/BatchDeleteCodeReviewsCommand";
|
|
4
5
|
import { type BatchDeletePentestsCommandInput, type BatchDeletePentestsCommandOutput } from "./commands/BatchDeletePentestsCommand";
|
|
6
|
+
import { type BatchDeleteSecurityRequirementsCommandInput, type BatchDeleteSecurityRequirementsCommandOutput } from "./commands/BatchDeleteSecurityRequirementsCommand";
|
|
7
|
+
import { type BatchDeleteThreatModelsCommandInput, type BatchDeleteThreatModelsCommandOutput } from "./commands/BatchDeleteThreatModelsCommand";
|
|
5
8
|
import { type BatchGetAgentSpacesCommandInput, type BatchGetAgentSpacesCommandOutput } from "./commands/BatchGetAgentSpacesCommand";
|
|
6
9
|
import { type BatchGetArtifactMetadataCommandInput, type BatchGetArtifactMetadataCommandOutput } from "./commands/BatchGetArtifactMetadataCommand";
|
|
7
10
|
import { type BatchGetCodeReviewJobsCommandInput, type BatchGetCodeReviewJobsCommandOutput } from "./commands/BatchGetCodeReviewJobsCommand";
|
|
@@ -11,23 +14,38 @@ import { type BatchGetFindingsCommandInput, type BatchGetFindingsCommandOutput }
|
|
|
11
14
|
import { type BatchGetPentestJobsCommandInput, type BatchGetPentestJobsCommandOutput } from "./commands/BatchGetPentestJobsCommand";
|
|
12
15
|
import { type BatchGetPentestJobTasksCommandInput, type BatchGetPentestJobTasksCommandOutput } from "./commands/BatchGetPentestJobTasksCommand";
|
|
13
16
|
import { type BatchGetPentestsCommandInput, type BatchGetPentestsCommandOutput } from "./commands/BatchGetPentestsCommand";
|
|
17
|
+
import { type BatchGetSecurityRequirementsCommandInput, type BatchGetSecurityRequirementsCommandOutput } from "./commands/BatchGetSecurityRequirementsCommand";
|
|
14
18
|
import { type BatchGetTargetDomainsCommandInput, type BatchGetTargetDomainsCommandOutput } from "./commands/BatchGetTargetDomainsCommand";
|
|
19
|
+
import { type BatchGetThreatModelJobsCommandInput, type BatchGetThreatModelJobsCommandOutput } from "./commands/BatchGetThreatModelJobsCommand";
|
|
20
|
+
import { type BatchGetThreatModelJobTasksCommandInput, type BatchGetThreatModelJobTasksCommandOutput } from "./commands/BatchGetThreatModelJobTasksCommand";
|
|
21
|
+
import { type BatchGetThreatModelsCommandInput, type BatchGetThreatModelsCommandOutput } from "./commands/BatchGetThreatModelsCommand";
|
|
22
|
+
import { type BatchGetThreatsCommandInput, type BatchGetThreatsCommandOutput } from "./commands/BatchGetThreatsCommand";
|
|
23
|
+
import { type BatchUpdateSecurityRequirementsCommandInput, type BatchUpdateSecurityRequirementsCommandOutput } from "./commands/BatchUpdateSecurityRequirementsCommand";
|
|
15
24
|
import { type CreateAgentSpaceCommandInput, type CreateAgentSpaceCommandOutput } from "./commands/CreateAgentSpaceCommand";
|
|
16
25
|
import { type CreateApplicationCommandInput, type CreateApplicationCommandOutput } from "./commands/CreateApplicationCommand";
|
|
17
26
|
import { type CreateCodeReviewCommandInput, type CreateCodeReviewCommandOutput } from "./commands/CreateCodeReviewCommand";
|
|
18
27
|
import { type CreateIntegrationCommandInput, type CreateIntegrationCommandOutput } from "./commands/CreateIntegrationCommand";
|
|
19
28
|
import { type CreateMembershipCommandInput, type CreateMembershipCommandOutput } from "./commands/CreateMembershipCommand";
|
|
20
29
|
import { type CreatePentestCommandInput, type CreatePentestCommandOutput } from "./commands/CreatePentestCommand";
|
|
30
|
+
import { type CreatePrivateConnectionCommandInput, type CreatePrivateConnectionCommandOutput } from "./commands/CreatePrivateConnectionCommand";
|
|
31
|
+
import { type CreateSecurityRequirementPackCommandInput, type CreateSecurityRequirementPackCommandOutput } from "./commands/CreateSecurityRequirementPackCommand";
|
|
21
32
|
import { type CreateTargetDomainCommandInput, type CreateTargetDomainCommandOutput } from "./commands/CreateTargetDomainCommand";
|
|
33
|
+
import { type CreateThreatCommandInput, type CreateThreatCommandOutput } from "./commands/CreateThreatCommand";
|
|
34
|
+
import { type CreateThreatModelCommandInput, type CreateThreatModelCommandOutput } from "./commands/CreateThreatModelCommand";
|
|
22
35
|
import { type DeleteAgentSpaceCommandInput, type DeleteAgentSpaceCommandOutput } from "./commands/DeleteAgentSpaceCommand";
|
|
23
36
|
import { type DeleteApplicationCommandInput, type DeleteApplicationCommandOutput } from "./commands/DeleteApplicationCommand";
|
|
24
37
|
import { type DeleteArtifactCommandInput, type DeleteArtifactCommandOutput } from "./commands/DeleteArtifactCommand";
|
|
25
38
|
import { type DeleteIntegrationCommandInput, type DeleteIntegrationCommandOutput } from "./commands/DeleteIntegrationCommand";
|
|
26
39
|
import { type DeleteMembershipCommandInput, type DeleteMembershipCommandOutput } from "./commands/DeleteMembershipCommand";
|
|
40
|
+
import { type DeletePrivateConnectionCommandInput, type DeletePrivateConnectionCommandOutput } from "./commands/DeletePrivateConnectionCommand";
|
|
41
|
+
import { type DeleteSecurityRequirementPackCommandInput, type DeleteSecurityRequirementPackCommandOutput } from "./commands/DeleteSecurityRequirementPackCommand";
|
|
27
42
|
import { type DeleteTargetDomainCommandInput, type DeleteTargetDomainCommandOutput } from "./commands/DeleteTargetDomainCommand";
|
|
43
|
+
import { type DescribePrivateConnectionCommandInput, type DescribePrivateConnectionCommandOutput } from "./commands/DescribePrivateConnectionCommand";
|
|
28
44
|
import { type GetApplicationCommandInput, type GetApplicationCommandOutput } from "./commands/GetApplicationCommand";
|
|
29
45
|
import { type GetArtifactCommandInput, type GetArtifactCommandOutput } from "./commands/GetArtifactCommand";
|
|
30
46
|
import { type GetIntegrationCommandInput, type GetIntegrationCommandOutput } from "./commands/GetIntegrationCommand";
|
|
47
|
+
import { type GetSecurityRequirementPackCommandInput, type GetSecurityRequirementPackCommandOutput } from "./commands/GetSecurityRequirementPackCommand";
|
|
48
|
+
import { type ImportSecurityRequirementsCommandInput, type ImportSecurityRequirementsCommandOutput } from "./commands/ImportSecurityRequirementsCommand";
|
|
31
49
|
import { type InitiateProviderRegistrationCommandInput, type InitiateProviderRegistrationCommandOutput } from "./commands/InitiateProviderRegistrationCommand";
|
|
32
50
|
import { type ListAgentSpacesCommandInput, type ListAgentSpacesCommandOutput } from "./commands/ListAgentSpacesCommand";
|
|
33
51
|
import { type ListApplicationsCommandInput, type ListApplicationsCommandOutput } from "./commands/ListApplicationsCommand";
|
|
@@ -43,13 +61,22 @@ import { type ListMembershipsCommandInput, type ListMembershipsCommandOutput } f
|
|
|
43
61
|
import { type ListPentestJobsForPentestCommandInput, type ListPentestJobsForPentestCommandOutput } from "./commands/ListPentestJobsForPentestCommand";
|
|
44
62
|
import { type ListPentestJobTasksCommandInput, type ListPentestJobTasksCommandOutput } from "./commands/ListPentestJobTasksCommand";
|
|
45
63
|
import { type ListPentestsCommandInput, type ListPentestsCommandOutput } from "./commands/ListPentestsCommand";
|
|
64
|
+
import { type ListPrivateConnectionsCommandInput, type ListPrivateConnectionsCommandOutput } from "./commands/ListPrivateConnectionsCommand";
|
|
65
|
+
import { type ListSecurityRequirementPacksCommandInput, type ListSecurityRequirementPacksCommandOutput } from "./commands/ListSecurityRequirementPacksCommand";
|
|
66
|
+
import { type ListSecurityRequirementsCommandInput, type ListSecurityRequirementsCommandOutput } from "./commands/ListSecurityRequirementsCommand";
|
|
46
67
|
import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
47
68
|
import { type ListTargetDomainsCommandInput, type ListTargetDomainsCommandOutput } from "./commands/ListTargetDomainsCommand";
|
|
69
|
+
import { type ListThreatModelJobsCommandInput, type ListThreatModelJobsCommandOutput } from "./commands/ListThreatModelJobsCommand";
|
|
70
|
+
import { type ListThreatModelJobTasksCommandInput, type ListThreatModelJobTasksCommandOutput } from "./commands/ListThreatModelJobTasksCommand";
|
|
71
|
+
import { type ListThreatModelsCommandInput, type ListThreatModelsCommandOutput } from "./commands/ListThreatModelsCommand";
|
|
72
|
+
import { type ListThreatsCommandInput, type ListThreatsCommandOutput } from "./commands/ListThreatsCommand";
|
|
48
73
|
import { type StartCodeRemediationCommandInput, type StartCodeRemediationCommandOutput } from "./commands/StartCodeRemediationCommand";
|
|
49
74
|
import { type StartCodeReviewJobCommandInput, type StartCodeReviewJobCommandOutput } from "./commands/StartCodeReviewJobCommand";
|
|
50
75
|
import { type StartPentestJobCommandInput, type StartPentestJobCommandOutput } from "./commands/StartPentestJobCommand";
|
|
76
|
+
import { type StartThreatModelJobCommandInput, type StartThreatModelJobCommandOutput } from "./commands/StartThreatModelJobCommand";
|
|
51
77
|
import { type StopCodeReviewJobCommandInput, type StopCodeReviewJobCommandOutput } from "./commands/StopCodeReviewJobCommand";
|
|
52
78
|
import { type StopPentestJobCommandInput, type StopPentestJobCommandOutput } from "./commands/StopPentestJobCommand";
|
|
79
|
+
import { type StopThreatModelJobCommandInput, type StopThreatModelJobCommandOutput } from "./commands/StopThreatModelJobCommand";
|
|
53
80
|
import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
54
81
|
import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
55
82
|
import { type UpdateAgentSpaceCommandInput, type UpdateAgentSpaceCommandOutput } from "./commands/UpdateAgentSpaceCommand";
|
|
@@ -58,7 +85,11 @@ import { type UpdateCodeReviewCommandInput, type UpdateCodeReviewCommandOutput }
|
|
|
58
85
|
import { type UpdateFindingCommandInput, type UpdateFindingCommandOutput } from "./commands/UpdateFindingCommand";
|
|
59
86
|
import { type UpdateIntegratedResourcesCommandInput, type UpdateIntegratedResourcesCommandOutput } from "./commands/UpdateIntegratedResourcesCommand";
|
|
60
87
|
import { type UpdatePentestCommandInput, type UpdatePentestCommandOutput } from "./commands/UpdatePentestCommand";
|
|
88
|
+
import { type UpdatePrivateConnectionCertificateCommandInput, type UpdatePrivateConnectionCertificateCommandOutput } from "./commands/UpdatePrivateConnectionCertificateCommand";
|
|
89
|
+
import { type UpdateSecurityRequirementPackCommandInput, type UpdateSecurityRequirementPackCommandOutput } from "./commands/UpdateSecurityRequirementPackCommand";
|
|
61
90
|
import { type UpdateTargetDomainCommandInput, type UpdateTargetDomainCommandOutput } from "./commands/UpdateTargetDomainCommand";
|
|
91
|
+
import { type UpdateThreatCommandInput, type UpdateThreatCommandOutput } from "./commands/UpdateThreatCommand";
|
|
92
|
+
import { type UpdateThreatModelCommandInput, type UpdateThreatModelCommandOutput } from "./commands/UpdateThreatModelCommand";
|
|
62
93
|
import { type VerifyTargetDomainCommandInput, type VerifyTargetDomainCommandOutput } from "./commands/VerifyTargetDomainCommand";
|
|
63
94
|
import { SecurityAgentClient } from "./SecurityAgentClient";
|
|
64
95
|
export interface SecurityAgent {
|
|
@@ -68,6 +99,12 @@ export interface SecurityAgent {
|
|
|
68
99
|
addArtifact(args: AddArtifactCommandInput, options?: __HttpHandlerOptions): Promise<AddArtifactCommandOutput>;
|
|
69
100
|
addArtifact(args: AddArtifactCommandInput, cb: (err: any, data?: AddArtifactCommandOutput) => void): void;
|
|
70
101
|
addArtifact(args: AddArtifactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddArtifactCommandOutput) => void): void;
|
|
102
|
+
/**
|
|
103
|
+
* @see {@link BatchCreateSecurityRequirementsCommand}
|
|
104
|
+
*/
|
|
105
|
+
batchCreateSecurityRequirements(args: BatchCreateSecurityRequirementsCommandInput, options?: __HttpHandlerOptions): Promise<BatchCreateSecurityRequirementsCommandOutput>;
|
|
106
|
+
batchCreateSecurityRequirements(args: BatchCreateSecurityRequirementsCommandInput, cb: (err: any, data?: BatchCreateSecurityRequirementsCommandOutput) => void): void;
|
|
107
|
+
batchCreateSecurityRequirements(args: BatchCreateSecurityRequirementsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchCreateSecurityRequirementsCommandOutput) => void): void;
|
|
71
108
|
/**
|
|
72
109
|
* @see {@link BatchDeleteCodeReviewsCommand}
|
|
73
110
|
*/
|
|
@@ -80,6 +117,18 @@ export interface SecurityAgent {
|
|
|
80
117
|
batchDeletePentests(args: BatchDeletePentestsCommandInput, options?: __HttpHandlerOptions): Promise<BatchDeletePentestsCommandOutput>;
|
|
81
118
|
batchDeletePentests(args: BatchDeletePentestsCommandInput, cb: (err: any, data?: BatchDeletePentestsCommandOutput) => void): void;
|
|
82
119
|
batchDeletePentests(args: BatchDeletePentestsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDeletePentestsCommandOutput) => void): void;
|
|
120
|
+
/**
|
|
121
|
+
* @see {@link BatchDeleteSecurityRequirementsCommand}
|
|
122
|
+
*/
|
|
123
|
+
batchDeleteSecurityRequirements(args: BatchDeleteSecurityRequirementsCommandInput, options?: __HttpHandlerOptions): Promise<BatchDeleteSecurityRequirementsCommandOutput>;
|
|
124
|
+
batchDeleteSecurityRequirements(args: BatchDeleteSecurityRequirementsCommandInput, cb: (err: any, data?: BatchDeleteSecurityRequirementsCommandOutput) => void): void;
|
|
125
|
+
batchDeleteSecurityRequirements(args: BatchDeleteSecurityRequirementsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDeleteSecurityRequirementsCommandOutput) => void): void;
|
|
126
|
+
/**
|
|
127
|
+
* @see {@link BatchDeleteThreatModelsCommand}
|
|
128
|
+
*/
|
|
129
|
+
batchDeleteThreatModels(args: BatchDeleteThreatModelsCommandInput, options?: __HttpHandlerOptions): Promise<BatchDeleteThreatModelsCommandOutput>;
|
|
130
|
+
batchDeleteThreatModels(args: BatchDeleteThreatModelsCommandInput, cb: (err: any, data?: BatchDeleteThreatModelsCommandOutput) => void): void;
|
|
131
|
+
batchDeleteThreatModels(args: BatchDeleteThreatModelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDeleteThreatModelsCommandOutput) => void): void;
|
|
83
132
|
/**
|
|
84
133
|
* @see {@link BatchGetAgentSpacesCommand}
|
|
85
134
|
*/
|
|
@@ -134,12 +183,48 @@ export interface SecurityAgent {
|
|
|
134
183
|
batchGetPentests(args: BatchGetPentestsCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetPentestsCommandOutput>;
|
|
135
184
|
batchGetPentests(args: BatchGetPentestsCommandInput, cb: (err: any, data?: BatchGetPentestsCommandOutput) => void): void;
|
|
136
185
|
batchGetPentests(args: BatchGetPentestsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetPentestsCommandOutput) => void): void;
|
|
186
|
+
/**
|
|
187
|
+
* @see {@link BatchGetSecurityRequirementsCommand}
|
|
188
|
+
*/
|
|
189
|
+
batchGetSecurityRequirements(args: BatchGetSecurityRequirementsCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetSecurityRequirementsCommandOutput>;
|
|
190
|
+
batchGetSecurityRequirements(args: BatchGetSecurityRequirementsCommandInput, cb: (err: any, data?: BatchGetSecurityRequirementsCommandOutput) => void): void;
|
|
191
|
+
batchGetSecurityRequirements(args: BatchGetSecurityRequirementsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetSecurityRequirementsCommandOutput) => void): void;
|
|
137
192
|
/**
|
|
138
193
|
* @see {@link BatchGetTargetDomainsCommand}
|
|
139
194
|
*/
|
|
140
195
|
batchGetTargetDomains(args: BatchGetTargetDomainsCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetTargetDomainsCommandOutput>;
|
|
141
196
|
batchGetTargetDomains(args: BatchGetTargetDomainsCommandInput, cb: (err: any, data?: BatchGetTargetDomainsCommandOutput) => void): void;
|
|
142
197
|
batchGetTargetDomains(args: BatchGetTargetDomainsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetTargetDomainsCommandOutput) => void): void;
|
|
198
|
+
/**
|
|
199
|
+
* @see {@link BatchGetThreatModelJobsCommand}
|
|
200
|
+
*/
|
|
201
|
+
batchGetThreatModelJobs(args: BatchGetThreatModelJobsCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetThreatModelJobsCommandOutput>;
|
|
202
|
+
batchGetThreatModelJobs(args: BatchGetThreatModelJobsCommandInput, cb: (err: any, data?: BatchGetThreatModelJobsCommandOutput) => void): void;
|
|
203
|
+
batchGetThreatModelJobs(args: BatchGetThreatModelJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetThreatModelJobsCommandOutput) => void): void;
|
|
204
|
+
/**
|
|
205
|
+
* @see {@link BatchGetThreatModelJobTasksCommand}
|
|
206
|
+
*/
|
|
207
|
+
batchGetThreatModelJobTasks(args: BatchGetThreatModelJobTasksCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetThreatModelJobTasksCommandOutput>;
|
|
208
|
+
batchGetThreatModelJobTasks(args: BatchGetThreatModelJobTasksCommandInput, cb: (err: any, data?: BatchGetThreatModelJobTasksCommandOutput) => void): void;
|
|
209
|
+
batchGetThreatModelJobTasks(args: BatchGetThreatModelJobTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetThreatModelJobTasksCommandOutput) => void): void;
|
|
210
|
+
/**
|
|
211
|
+
* @see {@link BatchGetThreatModelsCommand}
|
|
212
|
+
*/
|
|
213
|
+
batchGetThreatModels(args: BatchGetThreatModelsCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetThreatModelsCommandOutput>;
|
|
214
|
+
batchGetThreatModels(args: BatchGetThreatModelsCommandInput, cb: (err: any, data?: BatchGetThreatModelsCommandOutput) => void): void;
|
|
215
|
+
batchGetThreatModels(args: BatchGetThreatModelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetThreatModelsCommandOutput) => void): void;
|
|
216
|
+
/**
|
|
217
|
+
* @see {@link BatchGetThreatsCommand}
|
|
218
|
+
*/
|
|
219
|
+
batchGetThreats(args: BatchGetThreatsCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetThreatsCommandOutput>;
|
|
220
|
+
batchGetThreats(args: BatchGetThreatsCommandInput, cb: (err: any, data?: BatchGetThreatsCommandOutput) => void): void;
|
|
221
|
+
batchGetThreats(args: BatchGetThreatsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetThreatsCommandOutput) => void): void;
|
|
222
|
+
/**
|
|
223
|
+
* @see {@link BatchUpdateSecurityRequirementsCommand}
|
|
224
|
+
*/
|
|
225
|
+
batchUpdateSecurityRequirements(args: BatchUpdateSecurityRequirementsCommandInput, options?: __HttpHandlerOptions): Promise<BatchUpdateSecurityRequirementsCommandOutput>;
|
|
226
|
+
batchUpdateSecurityRequirements(args: BatchUpdateSecurityRequirementsCommandInput, cb: (err: any, data?: BatchUpdateSecurityRequirementsCommandOutput) => void): void;
|
|
227
|
+
batchUpdateSecurityRequirements(args: BatchUpdateSecurityRequirementsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchUpdateSecurityRequirementsCommandOutput) => void): void;
|
|
143
228
|
/**
|
|
144
229
|
* @see {@link CreateAgentSpaceCommand}
|
|
145
230
|
*/
|
|
@@ -177,12 +262,36 @@ export interface SecurityAgent {
|
|
|
177
262
|
createPentest(args: CreatePentestCommandInput, options?: __HttpHandlerOptions): Promise<CreatePentestCommandOutput>;
|
|
178
263
|
createPentest(args: CreatePentestCommandInput, cb: (err: any, data?: CreatePentestCommandOutput) => void): void;
|
|
179
264
|
createPentest(args: CreatePentestCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePentestCommandOutput) => void): void;
|
|
265
|
+
/**
|
|
266
|
+
* @see {@link CreatePrivateConnectionCommand}
|
|
267
|
+
*/
|
|
268
|
+
createPrivateConnection(args: CreatePrivateConnectionCommandInput, options?: __HttpHandlerOptions): Promise<CreatePrivateConnectionCommandOutput>;
|
|
269
|
+
createPrivateConnection(args: CreatePrivateConnectionCommandInput, cb: (err: any, data?: CreatePrivateConnectionCommandOutput) => void): void;
|
|
270
|
+
createPrivateConnection(args: CreatePrivateConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePrivateConnectionCommandOutput) => void): void;
|
|
271
|
+
/**
|
|
272
|
+
* @see {@link CreateSecurityRequirementPackCommand}
|
|
273
|
+
*/
|
|
274
|
+
createSecurityRequirementPack(args: CreateSecurityRequirementPackCommandInput, options?: __HttpHandlerOptions): Promise<CreateSecurityRequirementPackCommandOutput>;
|
|
275
|
+
createSecurityRequirementPack(args: CreateSecurityRequirementPackCommandInput, cb: (err: any, data?: CreateSecurityRequirementPackCommandOutput) => void): void;
|
|
276
|
+
createSecurityRequirementPack(args: CreateSecurityRequirementPackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSecurityRequirementPackCommandOutput) => void): void;
|
|
180
277
|
/**
|
|
181
278
|
* @see {@link CreateTargetDomainCommand}
|
|
182
279
|
*/
|
|
183
280
|
createTargetDomain(args: CreateTargetDomainCommandInput, options?: __HttpHandlerOptions): Promise<CreateTargetDomainCommandOutput>;
|
|
184
281
|
createTargetDomain(args: CreateTargetDomainCommandInput, cb: (err: any, data?: CreateTargetDomainCommandOutput) => void): void;
|
|
185
282
|
createTargetDomain(args: CreateTargetDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTargetDomainCommandOutput) => void): void;
|
|
283
|
+
/**
|
|
284
|
+
* @see {@link CreateThreatCommand}
|
|
285
|
+
*/
|
|
286
|
+
createThreat(args: CreateThreatCommandInput, options?: __HttpHandlerOptions): Promise<CreateThreatCommandOutput>;
|
|
287
|
+
createThreat(args: CreateThreatCommandInput, cb: (err: any, data?: CreateThreatCommandOutput) => void): void;
|
|
288
|
+
createThreat(args: CreateThreatCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateThreatCommandOutput) => void): void;
|
|
289
|
+
/**
|
|
290
|
+
* @see {@link CreateThreatModelCommand}
|
|
291
|
+
*/
|
|
292
|
+
createThreatModel(args: CreateThreatModelCommandInput, options?: __HttpHandlerOptions): Promise<CreateThreatModelCommandOutput>;
|
|
293
|
+
createThreatModel(args: CreateThreatModelCommandInput, cb: (err: any, data?: CreateThreatModelCommandOutput) => void): void;
|
|
294
|
+
createThreatModel(args: CreateThreatModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateThreatModelCommandOutput) => void): void;
|
|
186
295
|
/**
|
|
187
296
|
* @see {@link DeleteAgentSpaceCommand}
|
|
188
297
|
*/
|
|
@@ -213,12 +322,30 @@ export interface SecurityAgent {
|
|
|
213
322
|
deleteMembership(args: DeleteMembershipCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMembershipCommandOutput>;
|
|
214
323
|
deleteMembership(args: DeleteMembershipCommandInput, cb: (err: any, data?: DeleteMembershipCommandOutput) => void): void;
|
|
215
324
|
deleteMembership(args: DeleteMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMembershipCommandOutput) => void): void;
|
|
325
|
+
/**
|
|
326
|
+
* @see {@link DeletePrivateConnectionCommand}
|
|
327
|
+
*/
|
|
328
|
+
deletePrivateConnection(args: DeletePrivateConnectionCommandInput, options?: __HttpHandlerOptions): Promise<DeletePrivateConnectionCommandOutput>;
|
|
329
|
+
deletePrivateConnection(args: DeletePrivateConnectionCommandInput, cb: (err: any, data?: DeletePrivateConnectionCommandOutput) => void): void;
|
|
330
|
+
deletePrivateConnection(args: DeletePrivateConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePrivateConnectionCommandOutput) => void): void;
|
|
331
|
+
/**
|
|
332
|
+
* @see {@link DeleteSecurityRequirementPackCommand}
|
|
333
|
+
*/
|
|
334
|
+
deleteSecurityRequirementPack(args: DeleteSecurityRequirementPackCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSecurityRequirementPackCommandOutput>;
|
|
335
|
+
deleteSecurityRequirementPack(args: DeleteSecurityRequirementPackCommandInput, cb: (err: any, data?: DeleteSecurityRequirementPackCommandOutput) => void): void;
|
|
336
|
+
deleteSecurityRequirementPack(args: DeleteSecurityRequirementPackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSecurityRequirementPackCommandOutput) => void): void;
|
|
216
337
|
/**
|
|
217
338
|
* @see {@link DeleteTargetDomainCommand}
|
|
218
339
|
*/
|
|
219
340
|
deleteTargetDomain(args: DeleteTargetDomainCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTargetDomainCommandOutput>;
|
|
220
341
|
deleteTargetDomain(args: DeleteTargetDomainCommandInput, cb: (err: any, data?: DeleteTargetDomainCommandOutput) => void): void;
|
|
221
342
|
deleteTargetDomain(args: DeleteTargetDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTargetDomainCommandOutput) => void): void;
|
|
343
|
+
/**
|
|
344
|
+
* @see {@link DescribePrivateConnectionCommand}
|
|
345
|
+
*/
|
|
346
|
+
describePrivateConnection(args: DescribePrivateConnectionCommandInput, options?: __HttpHandlerOptions): Promise<DescribePrivateConnectionCommandOutput>;
|
|
347
|
+
describePrivateConnection(args: DescribePrivateConnectionCommandInput, cb: (err: any, data?: DescribePrivateConnectionCommandOutput) => void): void;
|
|
348
|
+
describePrivateConnection(args: DescribePrivateConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePrivateConnectionCommandOutput) => void): void;
|
|
222
349
|
/**
|
|
223
350
|
* @see {@link GetApplicationCommand}
|
|
224
351
|
*/
|
|
@@ -237,6 +364,18 @@ export interface SecurityAgent {
|
|
|
237
364
|
getIntegration(args: GetIntegrationCommandInput, options?: __HttpHandlerOptions): Promise<GetIntegrationCommandOutput>;
|
|
238
365
|
getIntegration(args: GetIntegrationCommandInput, cb: (err: any, data?: GetIntegrationCommandOutput) => void): void;
|
|
239
366
|
getIntegration(args: GetIntegrationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetIntegrationCommandOutput) => void): void;
|
|
367
|
+
/**
|
|
368
|
+
* @see {@link GetSecurityRequirementPackCommand}
|
|
369
|
+
*/
|
|
370
|
+
getSecurityRequirementPack(args: GetSecurityRequirementPackCommandInput, options?: __HttpHandlerOptions): Promise<GetSecurityRequirementPackCommandOutput>;
|
|
371
|
+
getSecurityRequirementPack(args: GetSecurityRequirementPackCommandInput, cb: (err: any, data?: GetSecurityRequirementPackCommandOutput) => void): void;
|
|
372
|
+
getSecurityRequirementPack(args: GetSecurityRequirementPackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSecurityRequirementPackCommandOutput) => void): void;
|
|
373
|
+
/**
|
|
374
|
+
* @see {@link ImportSecurityRequirementsCommand}
|
|
375
|
+
*/
|
|
376
|
+
importSecurityRequirements(args: ImportSecurityRequirementsCommandInput, options?: __HttpHandlerOptions): Promise<ImportSecurityRequirementsCommandOutput>;
|
|
377
|
+
importSecurityRequirements(args: ImportSecurityRequirementsCommandInput, cb: (err: any, data?: ImportSecurityRequirementsCommandOutput) => void): void;
|
|
378
|
+
importSecurityRequirements(args: ImportSecurityRequirementsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportSecurityRequirementsCommandOutput) => void): void;
|
|
240
379
|
/**
|
|
241
380
|
* @see {@link InitiateProviderRegistrationCommand}
|
|
242
381
|
*/
|
|
@@ -330,6 +469,26 @@ export interface SecurityAgent {
|
|
|
330
469
|
listPentests(args: ListPentestsCommandInput, options?: __HttpHandlerOptions): Promise<ListPentestsCommandOutput>;
|
|
331
470
|
listPentests(args: ListPentestsCommandInput, cb: (err: any, data?: ListPentestsCommandOutput) => void): void;
|
|
332
471
|
listPentests(args: ListPentestsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPentestsCommandOutput) => void): void;
|
|
472
|
+
/**
|
|
473
|
+
* @see {@link ListPrivateConnectionsCommand}
|
|
474
|
+
*/
|
|
475
|
+
listPrivateConnections(): Promise<ListPrivateConnectionsCommandOutput>;
|
|
476
|
+
listPrivateConnections(args: ListPrivateConnectionsCommandInput, options?: __HttpHandlerOptions): Promise<ListPrivateConnectionsCommandOutput>;
|
|
477
|
+
listPrivateConnections(args: ListPrivateConnectionsCommandInput, cb: (err: any, data?: ListPrivateConnectionsCommandOutput) => void): void;
|
|
478
|
+
listPrivateConnections(args: ListPrivateConnectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPrivateConnectionsCommandOutput) => void): void;
|
|
479
|
+
/**
|
|
480
|
+
* @see {@link ListSecurityRequirementPacksCommand}
|
|
481
|
+
*/
|
|
482
|
+
listSecurityRequirementPacks(): Promise<ListSecurityRequirementPacksCommandOutput>;
|
|
483
|
+
listSecurityRequirementPacks(args: ListSecurityRequirementPacksCommandInput, options?: __HttpHandlerOptions): Promise<ListSecurityRequirementPacksCommandOutput>;
|
|
484
|
+
listSecurityRequirementPacks(args: ListSecurityRequirementPacksCommandInput, cb: (err: any, data?: ListSecurityRequirementPacksCommandOutput) => void): void;
|
|
485
|
+
listSecurityRequirementPacks(args: ListSecurityRequirementPacksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSecurityRequirementPacksCommandOutput) => void): void;
|
|
486
|
+
/**
|
|
487
|
+
* @see {@link ListSecurityRequirementsCommand}
|
|
488
|
+
*/
|
|
489
|
+
listSecurityRequirements(args: ListSecurityRequirementsCommandInput, options?: __HttpHandlerOptions): Promise<ListSecurityRequirementsCommandOutput>;
|
|
490
|
+
listSecurityRequirements(args: ListSecurityRequirementsCommandInput, cb: (err: any, data?: ListSecurityRequirementsCommandOutput) => void): void;
|
|
491
|
+
listSecurityRequirements(args: ListSecurityRequirementsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSecurityRequirementsCommandOutput) => void): void;
|
|
333
492
|
/**
|
|
334
493
|
* @see {@link ListTagsForResourceCommand}
|
|
335
494
|
*/
|
|
@@ -343,6 +502,30 @@ export interface SecurityAgent {
|
|
|
343
502
|
listTargetDomains(args: ListTargetDomainsCommandInput, options?: __HttpHandlerOptions): Promise<ListTargetDomainsCommandOutput>;
|
|
344
503
|
listTargetDomains(args: ListTargetDomainsCommandInput, cb: (err: any, data?: ListTargetDomainsCommandOutput) => void): void;
|
|
345
504
|
listTargetDomains(args: ListTargetDomainsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTargetDomainsCommandOutput) => void): void;
|
|
505
|
+
/**
|
|
506
|
+
* @see {@link ListThreatModelJobsCommand}
|
|
507
|
+
*/
|
|
508
|
+
listThreatModelJobs(args: ListThreatModelJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListThreatModelJobsCommandOutput>;
|
|
509
|
+
listThreatModelJobs(args: ListThreatModelJobsCommandInput, cb: (err: any, data?: ListThreatModelJobsCommandOutput) => void): void;
|
|
510
|
+
listThreatModelJobs(args: ListThreatModelJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListThreatModelJobsCommandOutput) => void): void;
|
|
511
|
+
/**
|
|
512
|
+
* @see {@link ListThreatModelJobTasksCommand}
|
|
513
|
+
*/
|
|
514
|
+
listThreatModelJobTasks(args: ListThreatModelJobTasksCommandInput, options?: __HttpHandlerOptions): Promise<ListThreatModelJobTasksCommandOutput>;
|
|
515
|
+
listThreatModelJobTasks(args: ListThreatModelJobTasksCommandInput, cb: (err: any, data?: ListThreatModelJobTasksCommandOutput) => void): void;
|
|
516
|
+
listThreatModelJobTasks(args: ListThreatModelJobTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListThreatModelJobTasksCommandOutput) => void): void;
|
|
517
|
+
/**
|
|
518
|
+
* @see {@link ListThreatModelsCommand}
|
|
519
|
+
*/
|
|
520
|
+
listThreatModels(args: ListThreatModelsCommandInput, options?: __HttpHandlerOptions): Promise<ListThreatModelsCommandOutput>;
|
|
521
|
+
listThreatModels(args: ListThreatModelsCommandInput, cb: (err: any, data?: ListThreatModelsCommandOutput) => void): void;
|
|
522
|
+
listThreatModels(args: ListThreatModelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListThreatModelsCommandOutput) => void): void;
|
|
523
|
+
/**
|
|
524
|
+
* @see {@link ListThreatsCommand}
|
|
525
|
+
*/
|
|
526
|
+
listThreats(args: ListThreatsCommandInput, options?: __HttpHandlerOptions): Promise<ListThreatsCommandOutput>;
|
|
527
|
+
listThreats(args: ListThreatsCommandInput, cb: (err: any, data?: ListThreatsCommandOutput) => void): void;
|
|
528
|
+
listThreats(args: ListThreatsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListThreatsCommandOutput) => void): void;
|
|
346
529
|
/**
|
|
347
530
|
* @see {@link StartCodeRemediationCommand}
|
|
348
531
|
*/
|
|
@@ -361,6 +544,12 @@ export interface SecurityAgent {
|
|
|
361
544
|
startPentestJob(args: StartPentestJobCommandInput, options?: __HttpHandlerOptions): Promise<StartPentestJobCommandOutput>;
|
|
362
545
|
startPentestJob(args: StartPentestJobCommandInput, cb: (err: any, data?: StartPentestJobCommandOutput) => void): void;
|
|
363
546
|
startPentestJob(args: StartPentestJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartPentestJobCommandOutput) => void): void;
|
|
547
|
+
/**
|
|
548
|
+
* @see {@link StartThreatModelJobCommand}
|
|
549
|
+
*/
|
|
550
|
+
startThreatModelJob(args: StartThreatModelJobCommandInput, options?: __HttpHandlerOptions): Promise<StartThreatModelJobCommandOutput>;
|
|
551
|
+
startThreatModelJob(args: StartThreatModelJobCommandInput, cb: (err: any, data?: StartThreatModelJobCommandOutput) => void): void;
|
|
552
|
+
startThreatModelJob(args: StartThreatModelJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartThreatModelJobCommandOutput) => void): void;
|
|
364
553
|
/**
|
|
365
554
|
* @see {@link StopCodeReviewJobCommand}
|
|
366
555
|
*/
|
|
@@ -373,6 +562,12 @@ export interface SecurityAgent {
|
|
|
373
562
|
stopPentestJob(args: StopPentestJobCommandInput, options?: __HttpHandlerOptions): Promise<StopPentestJobCommandOutput>;
|
|
374
563
|
stopPentestJob(args: StopPentestJobCommandInput, cb: (err: any, data?: StopPentestJobCommandOutput) => void): void;
|
|
375
564
|
stopPentestJob(args: StopPentestJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopPentestJobCommandOutput) => void): void;
|
|
565
|
+
/**
|
|
566
|
+
* @see {@link StopThreatModelJobCommand}
|
|
567
|
+
*/
|
|
568
|
+
stopThreatModelJob(args: StopThreatModelJobCommandInput, options?: __HttpHandlerOptions): Promise<StopThreatModelJobCommandOutput>;
|
|
569
|
+
stopThreatModelJob(args: StopThreatModelJobCommandInput, cb: (err: any, data?: StopThreatModelJobCommandOutput) => void): void;
|
|
570
|
+
stopThreatModelJob(args: StopThreatModelJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopThreatModelJobCommandOutput) => void): void;
|
|
376
571
|
/**
|
|
377
572
|
* @see {@link TagResourceCommand}
|
|
378
573
|
*/
|
|
@@ -421,12 +616,36 @@ export interface SecurityAgent {
|
|
|
421
616
|
updatePentest(args: UpdatePentestCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePentestCommandOutput>;
|
|
422
617
|
updatePentest(args: UpdatePentestCommandInput, cb: (err: any, data?: UpdatePentestCommandOutput) => void): void;
|
|
423
618
|
updatePentest(args: UpdatePentestCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePentestCommandOutput) => void): void;
|
|
619
|
+
/**
|
|
620
|
+
* @see {@link UpdatePrivateConnectionCertificateCommand}
|
|
621
|
+
*/
|
|
622
|
+
updatePrivateConnectionCertificate(args: UpdatePrivateConnectionCertificateCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePrivateConnectionCertificateCommandOutput>;
|
|
623
|
+
updatePrivateConnectionCertificate(args: UpdatePrivateConnectionCertificateCommandInput, cb: (err: any, data?: UpdatePrivateConnectionCertificateCommandOutput) => void): void;
|
|
624
|
+
updatePrivateConnectionCertificate(args: UpdatePrivateConnectionCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePrivateConnectionCertificateCommandOutput) => void): void;
|
|
625
|
+
/**
|
|
626
|
+
* @see {@link UpdateSecurityRequirementPackCommand}
|
|
627
|
+
*/
|
|
628
|
+
updateSecurityRequirementPack(args: UpdateSecurityRequirementPackCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSecurityRequirementPackCommandOutput>;
|
|
629
|
+
updateSecurityRequirementPack(args: UpdateSecurityRequirementPackCommandInput, cb: (err: any, data?: UpdateSecurityRequirementPackCommandOutput) => void): void;
|
|
630
|
+
updateSecurityRequirementPack(args: UpdateSecurityRequirementPackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSecurityRequirementPackCommandOutput) => void): void;
|
|
424
631
|
/**
|
|
425
632
|
* @see {@link UpdateTargetDomainCommand}
|
|
426
633
|
*/
|
|
427
634
|
updateTargetDomain(args: UpdateTargetDomainCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTargetDomainCommandOutput>;
|
|
428
635
|
updateTargetDomain(args: UpdateTargetDomainCommandInput, cb: (err: any, data?: UpdateTargetDomainCommandOutput) => void): void;
|
|
429
636
|
updateTargetDomain(args: UpdateTargetDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTargetDomainCommandOutput) => void): void;
|
|
637
|
+
/**
|
|
638
|
+
* @see {@link UpdateThreatCommand}
|
|
639
|
+
*/
|
|
640
|
+
updateThreat(args: UpdateThreatCommandInput, options?: __HttpHandlerOptions): Promise<UpdateThreatCommandOutput>;
|
|
641
|
+
updateThreat(args: UpdateThreatCommandInput, cb: (err: any, data?: UpdateThreatCommandOutput) => void): void;
|
|
642
|
+
updateThreat(args: UpdateThreatCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateThreatCommandOutput) => void): void;
|
|
643
|
+
/**
|
|
644
|
+
* @see {@link UpdateThreatModelCommand}
|
|
645
|
+
*/
|
|
646
|
+
updateThreatModel(args: UpdateThreatModelCommandInput, options?: __HttpHandlerOptions): Promise<UpdateThreatModelCommandOutput>;
|
|
647
|
+
updateThreatModel(args: UpdateThreatModelCommandInput, cb: (err: any, data?: UpdateThreatModelCommandOutput) => void): void;
|
|
648
|
+
updateThreatModel(args: UpdateThreatModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateThreatModelCommandOutput) => void): void;
|
|
430
649
|
/**
|
|
431
650
|
* @see {@link VerifyTargetDomainCommand}
|
|
432
651
|
*/
|
|
@@ -531,6 +750,27 @@ export interface SecurityAgent {
|
|
|
531
750
|
* @returns AsyncIterable of {@link ListPentestsCommandOutput}.
|
|
532
751
|
*/
|
|
533
752
|
paginateListPentests(args: ListPentestsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListPentestsCommandOutput>;
|
|
753
|
+
/**
|
|
754
|
+
* @see {@link ListPrivateConnectionsCommand}
|
|
755
|
+
* @param args - command input.
|
|
756
|
+
* @param paginationConfig - optional pagination config.
|
|
757
|
+
* @returns AsyncIterable of {@link ListPrivateConnectionsCommandOutput}.
|
|
758
|
+
*/
|
|
759
|
+
paginateListPrivateConnections(args?: ListPrivateConnectionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListPrivateConnectionsCommandOutput>;
|
|
760
|
+
/**
|
|
761
|
+
* @see {@link ListSecurityRequirementPacksCommand}
|
|
762
|
+
* @param args - command input.
|
|
763
|
+
* @param paginationConfig - optional pagination config.
|
|
764
|
+
* @returns AsyncIterable of {@link ListSecurityRequirementPacksCommandOutput}.
|
|
765
|
+
*/
|
|
766
|
+
paginateListSecurityRequirementPacks(args?: ListSecurityRequirementPacksCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListSecurityRequirementPacksCommandOutput>;
|
|
767
|
+
/**
|
|
768
|
+
* @see {@link ListSecurityRequirementsCommand}
|
|
769
|
+
* @param args - command input.
|
|
770
|
+
* @param paginationConfig - optional pagination config.
|
|
771
|
+
* @returns AsyncIterable of {@link ListSecurityRequirementsCommandOutput}.
|
|
772
|
+
*/
|
|
773
|
+
paginateListSecurityRequirements(args: ListSecurityRequirementsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListSecurityRequirementsCommandOutput>;
|
|
534
774
|
/**
|
|
535
775
|
* @see {@link ListTargetDomainsCommand}
|
|
536
776
|
* @param args - command input.
|
|
@@ -538,6 +778,34 @@ export interface SecurityAgent {
|
|
|
538
778
|
* @returns AsyncIterable of {@link ListTargetDomainsCommandOutput}.
|
|
539
779
|
*/
|
|
540
780
|
paginateListTargetDomains(args?: ListTargetDomainsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListTargetDomainsCommandOutput>;
|
|
781
|
+
/**
|
|
782
|
+
* @see {@link ListThreatModelJobsCommand}
|
|
783
|
+
* @param args - command input.
|
|
784
|
+
* @param paginationConfig - optional pagination config.
|
|
785
|
+
* @returns AsyncIterable of {@link ListThreatModelJobsCommandOutput}.
|
|
786
|
+
*/
|
|
787
|
+
paginateListThreatModelJobs(args: ListThreatModelJobsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListThreatModelJobsCommandOutput>;
|
|
788
|
+
/**
|
|
789
|
+
* @see {@link ListThreatModelJobTasksCommand}
|
|
790
|
+
* @param args - command input.
|
|
791
|
+
* @param paginationConfig - optional pagination config.
|
|
792
|
+
* @returns AsyncIterable of {@link ListThreatModelJobTasksCommandOutput}.
|
|
793
|
+
*/
|
|
794
|
+
paginateListThreatModelJobTasks(args: ListThreatModelJobTasksCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListThreatModelJobTasksCommandOutput>;
|
|
795
|
+
/**
|
|
796
|
+
* @see {@link ListThreatModelsCommand}
|
|
797
|
+
* @param args - command input.
|
|
798
|
+
* @param paginationConfig - optional pagination config.
|
|
799
|
+
* @returns AsyncIterable of {@link ListThreatModelsCommandOutput}.
|
|
800
|
+
*/
|
|
801
|
+
paginateListThreatModels(args: ListThreatModelsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListThreatModelsCommandOutput>;
|
|
802
|
+
/**
|
|
803
|
+
* @see {@link ListThreatsCommand}
|
|
804
|
+
* @param args - command input.
|
|
805
|
+
* @param paginationConfig - optional pagination config.
|
|
806
|
+
* @returns AsyncIterable of {@link ListThreatsCommandOutput}.
|
|
807
|
+
*/
|
|
808
|
+
paginateListThreats(args: ListThreatsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListThreatsCommandOutput>;
|
|
541
809
|
}
|
|
542
810
|
/**
|
|
543
811
|
* <p>AWS Security Agent is a frontier agent that proactively secures your applications throughout the development lifecycle. It conducts automated security reviews tailored to your organizational requirements and delivers context-aware penetration testing on demand. By continuously validating security from design to deployment, AWS Security Agent helps prevent vulnerabilities early across all your environments. Key capabilities include design security review for architecture documents, code security review for pull requests in connected repositories, and on-demand penetration testing that discovers, validates, and remediates security vulnerabilities through tailored multi-step attack scenarios. For more information, see the <a href="https://docs.aws.amazon.com/securityagent/latest/userguide/what-is.html">AWS Security Agent User Guide</a>.</p>
|
|
@@ -7,8 +7,11 @@ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/re
|
|
|
7
7
|
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
8
8
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
9
9
|
import type { AddArtifactCommandInput, AddArtifactCommandOutput } from "./commands/AddArtifactCommand";
|
|
10
|
+
import type { BatchCreateSecurityRequirementsCommandInput, BatchCreateSecurityRequirementsCommandOutput } from "./commands/BatchCreateSecurityRequirementsCommand";
|
|
10
11
|
import type { BatchDeleteCodeReviewsCommandInput, BatchDeleteCodeReviewsCommandOutput } from "./commands/BatchDeleteCodeReviewsCommand";
|
|
11
12
|
import type { BatchDeletePentestsCommandInput, BatchDeletePentestsCommandOutput } from "./commands/BatchDeletePentestsCommand";
|
|
13
|
+
import type { BatchDeleteSecurityRequirementsCommandInput, BatchDeleteSecurityRequirementsCommandOutput } from "./commands/BatchDeleteSecurityRequirementsCommand";
|
|
14
|
+
import type { BatchDeleteThreatModelsCommandInput, BatchDeleteThreatModelsCommandOutput } from "./commands/BatchDeleteThreatModelsCommand";
|
|
12
15
|
import type { BatchGetAgentSpacesCommandInput, BatchGetAgentSpacesCommandOutput } from "./commands/BatchGetAgentSpacesCommand";
|
|
13
16
|
import type { BatchGetArtifactMetadataCommandInput, BatchGetArtifactMetadataCommandOutput } from "./commands/BatchGetArtifactMetadataCommand";
|
|
14
17
|
import type { BatchGetCodeReviewJobsCommandInput, BatchGetCodeReviewJobsCommandOutput } from "./commands/BatchGetCodeReviewJobsCommand";
|
|
@@ -18,23 +21,38 @@ import type { BatchGetFindingsCommandInput, BatchGetFindingsCommandOutput } from
|
|
|
18
21
|
import type { BatchGetPentestJobsCommandInput, BatchGetPentestJobsCommandOutput } from "./commands/BatchGetPentestJobsCommand";
|
|
19
22
|
import type { BatchGetPentestJobTasksCommandInput, BatchGetPentestJobTasksCommandOutput } from "./commands/BatchGetPentestJobTasksCommand";
|
|
20
23
|
import type { BatchGetPentestsCommandInput, BatchGetPentestsCommandOutput } from "./commands/BatchGetPentestsCommand";
|
|
24
|
+
import type { BatchGetSecurityRequirementsCommandInput, BatchGetSecurityRequirementsCommandOutput } from "./commands/BatchGetSecurityRequirementsCommand";
|
|
21
25
|
import type { BatchGetTargetDomainsCommandInput, BatchGetTargetDomainsCommandOutput } from "./commands/BatchGetTargetDomainsCommand";
|
|
26
|
+
import type { BatchGetThreatModelJobsCommandInput, BatchGetThreatModelJobsCommandOutput } from "./commands/BatchGetThreatModelJobsCommand";
|
|
27
|
+
import type { BatchGetThreatModelJobTasksCommandInput, BatchGetThreatModelJobTasksCommandOutput } from "./commands/BatchGetThreatModelJobTasksCommand";
|
|
28
|
+
import type { BatchGetThreatModelsCommandInput, BatchGetThreatModelsCommandOutput } from "./commands/BatchGetThreatModelsCommand";
|
|
29
|
+
import type { BatchGetThreatsCommandInput, BatchGetThreatsCommandOutput } from "./commands/BatchGetThreatsCommand";
|
|
30
|
+
import type { BatchUpdateSecurityRequirementsCommandInput, BatchUpdateSecurityRequirementsCommandOutput } from "./commands/BatchUpdateSecurityRequirementsCommand";
|
|
22
31
|
import type { CreateAgentSpaceCommandInput, CreateAgentSpaceCommandOutput } from "./commands/CreateAgentSpaceCommand";
|
|
23
32
|
import type { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "./commands/CreateApplicationCommand";
|
|
24
33
|
import type { CreateCodeReviewCommandInput, CreateCodeReviewCommandOutput } from "./commands/CreateCodeReviewCommand";
|
|
25
34
|
import type { CreateIntegrationCommandInput, CreateIntegrationCommandOutput } from "./commands/CreateIntegrationCommand";
|
|
26
35
|
import type { CreateMembershipCommandInput, CreateMembershipCommandOutput } from "./commands/CreateMembershipCommand";
|
|
27
36
|
import type { CreatePentestCommandInput, CreatePentestCommandOutput } from "./commands/CreatePentestCommand";
|
|
37
|
+
import type { CreatePrivateConnectionCommandInput, CreatePrivateConnectionCommandOutput } from "./commands/CreatePrivateConnectionCommand";
|
|
38
|
+
import type { CreateSecurityRequirementPackCommandInput, CreateSecurityRequirementPackCommandOutput } from "./commands/CreateSecurityRequirementPackCommand";
|
|
28
39
|
import type { CreateTargetDomainCommandInput, CreateTargetDomainCommandOutput } from "./commands/CreateTargetDomainCommand";
|
|
40
|
+
import type { CreateThreatCommandInput, CreateThreatCommandOutput } from "./commands/CreateThreatCommand";
|
|
41
|
+
import type { CreateThreatModelCommandInput, CreateThreatModelCommandOutput } from "./commands/CreateThreatModelCommand";
|
|
29
42
|
import type { DeleteAgentSpaceCommandInput, DeleteAgentSpaceCommandOutput } from "./commands/DeleteAgentSpaceCommand";
|
|
30
43
|
import type { DeleteApplicationCommandInput, DeleteApplicationCommandOutput } from "./commands/DeleteApplicationCommand";
|
|
31
44
|
import type { DeleteArtifactCommandInput, DeleteArtifactCommandOutput } from "./commands/DeleteArtifactCommand";
|
|
32
45
|
import type { DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput } from "./commands/DeleteIntegrationCommand";
|
|
33
46
|
import type { DeleteMembershipCommandInput, DeleteMembershipCommandOutput } from "./commands/DeleteMembershipCommand";
|
|
47
|
+
import type { DeletePrivateConnectionCommandInput, DeletePrivateConnectionCommandOutput } from "./commands/DeletePrivateConnectionCommand";
|
|
48
|
+
import type { DeleteSecurityRequirementPackCommandInput, DeleteSecurityRequirementPackCommandOutput } from "./commands/DeleteSecurityRequirementPackCommand";
|
|
34
49
|
import type { DeleteTargetDomainCommandInput, DeleteTargetDomainCommandOutput } from "./commands/DeleteTargetDomainCommand";
|
|
50
|
+
import type { DescribePrivateConnectionCommandInput, DescribePrivateConnectionCommandOutput } from "./commands/DescribePrivateConnectionCommand";
|
|
35
51
|
import type { GetApplicationCommandInput, GetApplicationCommandOutput } from "./commands/GetApplicationCommand";
|
|
36
52
|
import type { GetArtifactCommandInput, GetArtifactCommandOutput } from "./commands/GetArtifactCommand";
|
|
37
53
|
import type { GetIntegrationCommandInput, GetIntegrationCommandOutput } from "./commands/GetIntegrationCommand";
|
|
54
|
+
import type { GetSecurityRequirementPackCommandInput, GetSecurityRequirementPackCommandOutput } from "./commands/GetSecurityRequirementPackCommand";
|
|
55
|
+
import type { ImportSecurityRequirementsCommandInput, ImportSecurityRequirementsCommandOutput } from "./commands/ImportSecurityRequirementsCommand";
|
|
38
56
|
import type { InitiateProviderRegistrationCommandInput, InitiateProviderRegistrationCommandOutput } from "./commands/InitiateProviderRegistrationCommand";
|
|
39
57
|
import type { ListAgentSpacesCommandInput, ListAgentSpacesCommandOutput } from "./commands/ListAgentSpacesCommand";
|
|
40
58
|
import type { ListApplicationsCommandInput, ListApplicationsCommandOutput } from "./commands/ListApplicationsCommand";
|
|
@@ -50,13 +68,22 @@ import type { ListMembershipsCommandInput, ListMembershipsCommandOutput } from "
|
|
|
50
68
|
import type { ListPentestJobsForPentestCommandInput, ListPentestJobsForPentestCommandOutput } from "./commands/ListPentestJobsForPentestCommand";
|
|
51
69
|
import type { ListPentestJobTasksCommandInput, ListPentestJobTasksCommandOutput } from "./commands/ListPentestJobTasksCommand";
|
|
52
70
|
import type { ListPentestsCommandInput, ListPentestsCommandOutput } from "./commands/ListPentestsCommand";
|
|
71
|
+
import type { ListPrivateConnectionsCommandInput, ListPrivateConnectionsCommandOutput } from "./commands/ListPrivateConnectionsCommand";
|
|
72
|
+
import type { ListSecurityRequirementPacksCommandInput, ListSecurityRequirementPacksCommandOutput } from "./commands/ListSecurityRequirementPacksCommand";
|
|
73
|
+
import type { ListSecurityRequirementsCommandInput, ListSecurityRequirementsCommandOutput } from "./commands/ListSecurityRequirementsCommand";
|
|
53
74
|
import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
54
75
|
import type { ListTargetDomainsCommandInput, ListTargetDomainsCommandOutput } from "./commands/ListTargetDomainsCommand";
|
|
76
|
+
import type { ListThreatModelJobsCommandInput, ListThreatModelJobsCommandOutput } from "./commands/ListThreatModelJobsCommand";
|
|
77
|
+
import type { ListThreatModelJobTasksCommandInput, ListThreatModelJobTasksCommandOutput } from "./commands/ListThreatModelJobTasksCommand";
|
|
78
|
+
import type { ListThreatModelsCommandInput, ListThreatModelsCommandOutput } from "./commands/ListThreatModelsCommand";
|
|
79
|
+
import type { ListThreatsCommandInput, ListThreatsCommandOutput } from "./commands/ListThreatsCommand";
|
|
55
80
|
import type { StartCodeRemediationCommandInput, StartCodeRemediationCommandOutput } from "./commands/StartCodeRemediationCommand";
|
|
56
81
|
import type { StartCodeReviewJobCommandInput, StartCodeReviewJobCommandOutput } from "./commands/StartCodeReviewJobCommand";
|
|
57
82
|
import type { StartPentestJobCommandInput, StartPentestJobCommandOutput } from "./commands/StartPentestJobCommand";
|
|
83
|
+
import type { StartThreatModelJobCommandInput, StartThreatModelJobCommandOutput } from "./commands/StartThreatModelJobCommand";
|
|
58
84
|
import type { StopCodeReviewJobCommandInput, StopCodeReviewJobCommandOutput } from "./commands/StopCodeReviewJobCommand";
|
|
59
85
|
import type { StopPentestJobCommandInput, StopPentestJobCommandOutput } from "./commands/StopPentestJobCommand";
|
|
86
|
+
import type { StopThreatModelJobCommandInput, StopThreatModelJobCommandOutput } from "./commands/StopThreatModelJobCommand";
|
|
60
87
|
import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
61
88
|
import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
62
89
|
import type { UpdateAgentSpaceCommandInput, UpdateAgentSpaceCommandOutput } from "./commands/UpdateAgentSpaceCommand";
|
|
@@ -65,7 +92,11 @@ import type { UpdateCodeReviewCommandInput, UpdateCodeReviewCommandOutput } from
|
|
|
65
92
|
import type { UpdateFindingCommandInput, UpdateFindingCommandOutput } from "./commands/UpdateFindingCommand";
|
|
66
93
|
import type { UpdateIntegratedResourcesCommandInput, UpdateIntegratedResourcesCommandOutput } from "./commands/UpdateIntegratedResourcesCommand";
|
|
67
94
|
import type { UpdatePentestCommandInput, UpdatePentestCommandOutput } from "./commands/UpdatePentestCommand";
|
|
95
|
+
import type { UpdatePrivateConnectionCertificateCommandInput, UpdatePrivateConnectionCertificateCommandOutput } from "./commands/UpdatePrivateConnectionCertificateCommand";
|
|
96
|
+
import type { UpdateSecurityRequirementPackCommandInput, UpdateSecurityRequirementPackCommandOutput } from "./commands/UpdateSecurityRequirementPackCommand";
|
|
68
97
|
import type { UpdateTargetDomainCommandInput, UpdateTargetDomainCommandOutput } from "./commands/UpdateTargetDomainCommand";
|
|
98
|
+
import type { UpdateThreatCommandInput, UpdateThreatCommandOutput } from "./commands/UpdateThreatCommand";
|
|
99
|
+
import type { UpdateThreatModelCommandInput, UpdateThreatModelCommandOutput } from "./commands/UpdateThreatModelCommand";
|
|
69
100
|
import type { VerifyTargetDomainCommandInput, VerifyTargetDomainCommandOutput } from "./commands/VerifyTargetDomainCommand";
|
|
70
101
|
import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
|
|
71
102
|
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
@@ -73,11 +104,11 @@ export { __Client };
|
|
|
73
104
|
/**
|
|
74
105
|
* @public
|
|
75
106
|
*/
|
|
76
|
-
export type ServiceInputTypes = AddArtifactCommandInput | BatchDeleteCodeReviewsCommandInput | BatchDeletePentestsCommandInput | BatchGetAgentSpacesCommandInput | BatchGetArtifactMetadataCommandInput | BatchGetCodeReviewJobTasksCommandInput | BatchGetCodeReviewJobsCommandInput | BatchGetCodeReviewsCommandInput | BatchGetFindingsCommandInput | BatchGetPentestJobTasksCommandInput | BatchGetPentestJobsCommandInput | BatchGetPentestsCommandInput | BatchGetTargetDomainsCommandInput | CreateAgentSpaceCommandInput | CreateApplicationCommandInput | CreateCodeReviewCommandInput | CreateIntegrationCommandInput | CreateMembershipCommandInput | CreatePentestCommandInput | CreateTargetDomainCommandInput | DeleteAgentSpaceCommandInput | DeleteApplicationCommandInput | DeleteArtifactCommandInput | DeleteIntegrationCommandInput | DeleteMembershipCommandInput | DeleteTargetDomainCommandInput | GetApplicationCommandInput | GetArtifactCommandInput | GetIntegrationCommandInput | InitiateProviderRegistrationCommandInput | ListAgentSpacesCommandInput | ListApplicationsCommandInput | ListArtifactsCommandInput | ListCodeReviewJobTasksCommandInput | ListCodeReviewJobsForCodeReviewCommandInput | ListCodeReviewsCommandInput | ListDiscoveredEndpointsCommandInput | ListFindingsCommandInput | ListIntegratedResourcesCommandInput | ListIntegrationsCommandInput | ListMembershipsCommandInput | ListPentestJobTasksCommandInput | ListPentestJobsForPentestCommandInput | ListPentestsCommandInput | ListTagsForResourceCommandInput | ListTargetDomainsCommandInput | StartCodeRemediationCommandInput | StartCodeReviewJobCommandInput | StartPentestJobCommandInput | StopCodeReviewJobCommandInput | StopPentestJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAgentSpaceCommandInput | UpdateApplicationCommandInput | UpdateCodeReviewCommandInput | UpdateFindingCommandInput | UpdateIntegratedResourcesCommandInput | UpdatePentestCommandInput | UpdateTargetDomainCommandInput | VerifyTargetDomainCommandInput;
|
|
107
|
+
export type ServiceInputTypes = AddArtifactCommandInput | BatchCreateSecurityRequirementsCommandInput | BatchDeleteCodeReviewsCommandInput | BatchDeletePentestsCommandInput | BatchDeleteSecurityRequirementsCommandInput | BatchDeleteThreatModelsCommandInput | BatchGetAgentSpacesCommandInput | BatchGetArtifactMetadataCommandInput | BatchGetCodeReviewJobTasksCommandInput | BatchGetCodeReviewJobsCommandInput | BatchGetCodeReviewsCommandInput | BatchGetFindingsCommandInput | BatchGetPentestJobTasksCommandInput | BatchGetPentestJobsCommandInput | BatchGetPentestsCommandInput | BatchGetSecurityRequirementsCommandInput | BatchGetTargetDomainsCommandInput | BatchGetThreatModelJobTasksCommandInput | BatchGetThreatModelJobsCommandInput | BatchGetThreatModelsCommandInput | BatchGetThreatsCommandInput | BatchUpdateSecurityRequirementsCommandInput | CreateAgentSpaceCommandInput | CreateApplicationCommandInput | CreateCodeReviewCommandInput | CreateIntegrationCommandInput | CreateMembershipCommandInput | CreatePentestCommandInput | CreatePrivateConnectionCommandInput | CreateSecurityRequirementPackCommandInput | CreateTargetDomainCommandInput | CreateThreatCommandInput | CreateThreatModelCommandInput | DeleteAgentSpaceCommandInput | DeleteApplicationCommandInput | DeleteArtifactCommandInput | DeleteIntegrationCommandInput | DeleteMembershipCommandInput | DeletePrivateConnectionCommandInput | DeleteSecurityRequirementPackCommandInput | DeleteTargetDomainCommandInput | DescribePrivateConnectionCommandInput | GetApplicationCommandInput | GetArtifactCommandInput | GetIntegrationCommandInput | GetSecurityRequirementPackCommandInput | ImportSecurityRequirementsCommandInput | InitiateProviderRegistrationCommandInput | ListAgentSpacesCommandInput | ListApplicationsCommandInput | ListArtifactsCommandInput | ListCodeReviewJobTasksCommandInput | ListCodeReviewJobsForCodeReviewCommandInput | ListCodeReviewsCommandInput | ListDiscoveredEndpointsCommandInput | ListFindingsCommandInput | ListIntegratedResourcesCommandInput | ListIntegrationsCommandInput | ListMembershipsCommandInput | ListPentestJobTasksCommandInput | ListPentestJobsForPentestCommandInput | ListPentestsCommandInput | ListPrivateConnectionsCommandInput | ListSecurityRequirementPacksCommandInput | ListSecurityRequirementsCommandInput | ListTagsForResourceCommandInput | ListTargetDomainsCommandInput | ListThreatModelJobTasksCommandInput | ListThreatModelJobsCommandInput | ListThreatModelsCommandInput | ListThreatsCommandInput | StartCodeRemediationCommandInput | StartCodeReviewJobCommandInput | StartPentestJobCommandInput | StartThreatModelJobCommandInput | StopCodeReviewJobCommandInput | StopPentestJobCommandInput | StopThreatModelJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAgentSpaceCommandInput | UpdateApplicationCommandInput | UpdateCodeReviewCommandInput | UpdateFindingCommandInput | UpdateIntegratedResourcesCommandInput | UpdatePentestCommandInput | UpdatePrivateConnectionCertificateCommandInput | UpdateSecurityRequirementPackCommandInput | UpdateTargetDomainCommandInput | UpdateThreatCommandInput | UpdateThreatModelCommandInput | VerifyTargetDomainCommandInput;
|
|
77
108
|
/**
|
|
78
109
|
* @public
|
|
79
110
|
*/
|
|
80
|
-
export type ServiceOutputTypes = AddArtifactCommandOutput | BatchDeleteCodeReviewsCommandOutput | BatchDeletePentestsCommandOutput | BatchGetAgentSpacesCommandOutput | BatchGetArtifactMetadataCommandOutput | BatchGetCodeReviewJobTasksCommandOutput | BatchGetCodeReviewJobsCommandOutput | BatchGetCodeReviewsCommandOutput | BatchGetFindingsCommandOutput | BatchGetPentestJobTasksCommandOutput | BatchGetPentestJobsCommandOutput | BatchGetPentestsCommandOutput | BatchGetTargetDomainsCommandOutput | CreateAgentSpaceCommandOutput | CreateApplicationCommandOutput | CreateCodeReviewCommandOutput | CreateIntegrationCommandOutput | CreateMembershipCommandOutput | CreatePentestCommandOutput | CreateTargetDomainCommandOutput | DeleteAgentSpaceCommandOutput | DeleteApplicationCommandOutput | DeleteArtifactCommandOutput | DeleteIntegrationCommandOutput | DeleteMembershipCommandOutput | DeleteTargetDomainCommandOutput | GetApplicationCommandOutput | GetArtifactCommandOutput | GetIntegrationCommandOutput | InitiateProviderRegistrationCommandOutput | ListAgentSpacesCommandOutput | ListApplicationsCommandOutput | ListArtifactsCommandOutput | ListCodeReviewJobTasksCommandOutput | ListCodeReviewJobsForCodeReviewCommandOutput | ListCodeReviewsCommandOutput | ListDiscoveredEndpointsCommandOutput | ListFindingsCommandOutput | ListIntegratedResourcesCommandOutput | ListIntegrationsCommandOutput | ListMembershipsCommandOutput | ListPentestJobTasksCommandOutput | ListPentestJobsForPentestCommandOutput | ListPentestsCommandOutput | ListTagsForResourceCommandOutput | ListTargetDomainsCommandOutput | StartCodeRemediationCommandOutput | StartCodeReviewJobCommandOutput | StartPentestJobCommandOutput | StopCodeReviewJobCommandOutput | StopPentestJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAgentSpaceCommandOutput | UpdateApplicationCommandOutput | UpdateCodeReviewCommandOutput | UpdateFindingCommandOutput | UpdateIntegratedResourcesCommandOutput | UpdatePentestCommandOutput | UpdateTargetDomainCommandOutput | VerifyTargetDomainCommandOutput;
|
|
111
|
+
export type ServiceOutputTypes = AddArtifactCommandOutput | BatchCreateSecurityRequirementsCommandOutput | BatchDeleteCodeReviewsCommandOutput | BatchDeletePentestsCommandOutput | BatchDeleteSecurityRequirementsCommandOutput | BatchDeleteThreatModelsCommandOutput | BatchGetAgentSpacesCommandOutput | BatchGetArtifactMetadataCommandOutput | BatchGetCodeReviewJobTasksCommandOutput | BatchGetCodeReviewJobsCommandOutput | BatchGetCodeReviewsCommandOutput | BatchGetFindingsCommandOutput | BatchGetPentestJobTasksCommandOutput | BatchGetPentestJobsCommandOutput | BatchGetPentestsCommandOutput | BatchGetSecurityRequirementsCommandOutput | BatchGetTargetDomainsCommandOutput | BatchGetThreatModelJobTasksCommandOutput | BatchGetThreatModelJobsCommandOutput | BatchGetThreatModelsCommandOutput | BatchGetThreatsCommandOutput | BatchUpdateSecurityRequirementsCommandOutput | CreateAgentSpaceCommandOutput | CreateApplicationCommandOutput | CreateCodeReviewCommandOutput | CreateIntegrationCommandOutput | CreateMembershipCommandOutput | CreatePentestCommandOutput | CreatePrivateConnectionCommandOutput | CreateSecurityRequirementPackCommandOutput | CreateTargetDomainCommandOutput | CreateThreatCommandOutput | CreateThreatModelCommandOutput | DeleteAgentSpaceCommandOutput | DeleteApplicationCommandOutput | DeleteArtifactCommandOutput | DeleteIntegrationCommandOutput | DeleteMembershipCommandOutput | DeletePrivateConnectionCommandOutput | DeleteSecurityRequirementPackCommandOutput | DeleteTargetDomainCommandOutput | DescribePrivateConnectionCommandOutput | GetApplicationCommandOutput | GetArtifactCommandOutput | GetIntegrationCommandOutput | GetSecurityRequirementPackCommandOutput | ImportSecurityRequirementsCommandOutput | InitiateProviderRegistrationCommandOutput | ListAgentSpacesCommandOutput | ListApplicationsCommandOutput | ListArtifactsCommandOutput | ListCodeReviewJobTasksCommandOutput | ListCodeReviewJobsForCodeReviewCommandOutput | ListCodeReviewsCommandOutput | ListDiscoveredEndpointsCommandOutput | ListFindingsCommandOutput | ListIntegratedResourcesCommandOutput | ListIntegrationsCommandOutput | ListMembershipsCommandOutput | ListPentestJobTasksCommandOutput | ListPentestJobsForPentestCommandOutput | ListPentestsCommandOutput | ListPrivateConnectionsCommandOutput | ListSecurityRequirementPacksCommandOutput | ListSecurityRequirementsCommandOutput | ListTagsForResourceCommandOutput | ListTargetDomainsCommandOutput | ListThreatModelJobTasksCommandOutput | ListThreatModelJobsCommandOutput | ListThreatModelsCommandOutput | ListThreatsCommandOutput | StartCodeRemediationCommandOutput | StartCodeReviewJobCommandOutput | StartPentestJobCommandOutput | StartThreatModelJobCommandOutput | StopCodeReviewJobCommandOutput | StopPentestJobCommandOutput | StopThreatModelJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAgentSpaceCommandOutput | UpdateApplicationCommandOutput | UpdateCodeReviewCommandOutput | UpdateFindingCommandOutput | UpdateIntegratedResourcesCommandOutput | UpdatePentestCommandOutput | UpdatePrivateConnectionCertificateCommandOutput | UpdateSecurityRequirementPackCommandOutput | UpdateTargetDomainCommandOutput | UpdateThreatCommandOutput | UpdateThreatModelCommandOutput | VerifyTargetDomainCommandOutput;
|
|
81
112
|
/**
|
|
82
113
|
* @public
|
|
83
114
|
*/
|