@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
package/dist-es/SecurityAgent.js
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import { createAggregatedClient } from "@smithy/core/client";
|
|
2
2
|
import { AddArtifactCommand, } from "./commands/AddArtifactCommand";
|
|
3
|
+
import { BatchCreateSecurityRequirementsCommand, } from "./commands/BatchCreateSecurityRequirementsCommand";
|
|
3
4
|
import { BatchDeleteCodeReviewsCommand, } from "./commands/BatchDeleteCodeReviewsCommand";
|
|
4
5
|
import { BatchDeletePentestsCommand, } from "./commands/BatchDeletePentestsCommand";
|
|
6
|
+
import { BatchDeleteSecurityRequirementsCommand, } from "./commands/BatchDeleteSecurityRequirementsCommand";
|
|
7
|
+
import { BatchDeleteThreatModelsCommand, } from "./commands/BatchDeleteThreatModelsCommand";
|
|
5
8
|
import { BatchGetAgentSpacesCommand, } from "./commands/BatchGetAgentSpacesCommand";
|
|
6
9
|
import { BatchGetArtifactMetadataCommand, } from "./commands/BatchGetArtifactMetadataCommand";
|
|
7
10
|
import { BatchGetCodeReviewJobsCommand, } from "./commands/BatchGetCodeReviewJobsCommand";
|
|
@@ -11,23 +14,38 @@ import { BatchGetFindingsCommand, } from "./commands/BatchGetFindingsCommand";
|
|
|
11
14
|
import { BatchGetPentestJobsCommand, } from "./commands/BatchGetPentestJobsCommand";
|
|
12
15
|
import { BatchGetPentestJobTasksCommand, } from "./commands/BatchGetPentestJobTasksCommand";
|
|
13
16
|
import { BatchGetPentestsCommand, } from "./commands/BatchGetPentestsCommand";
|
|
17
|
+
import { BatchGetSecurityRequirementsCommand, } from "./commands/BatchGetSecurityRequirementsCommand";
|
|
14
18
|
import { BatchGetTargetDomainsCommand, } from "./commands/BatchGetTargetDomainsCommand";
|
|
19
|
+
import { BatchGetThreatModelJobsCommand, } from "./commands/BatchGetThreatModelJobsCommand";
|
|
20
|
+
import { BatchGetThreatModelJobTasksCommand, } from "./commands/BatchGetThreatModelJobTasksCommand";
|
|
21
|
+
import { BatchGetThreatModelsCommand, } from "./commands/BatchGetThreatModelsCommand";
|
|
22
|
+
import { BatchGetThreatsCommand, } from "./commands/BatchGetThreatsCommand";
|
|
23
|
+
import { BatchUpdateSecurityRequirementsCommand, } from "./commands/BatchUpdateSecurityRequirementsCommand";
|
|
15
24
|
import { CreateAgentSpaceCommand, } from "./commands/CreateAgentSpaceCommand";
|
|
16
25
|
import { CreateApplicationCommand, } from "./commands/CreateApplicationCommand";
|
|
17
26
|
import { CreateCodeReviewCommand, } from "./commands/CreateCodeReviewCommand";
|
|
18
27
|
import { CreateIntegrationCommand, } from "./commands/CreateIntegrationCommand";
|
|
19
28
|
import { CreateMembershipCommand, } from "./commands/CreateMembershipCommand";
|
|
20
29
|
import { CreatePentestCommand, } from "./commands/CreatePentestCommand";
|
|
30
|
+
import { CreatePrivateConnectionCommand, } from "./commands/CreatePrivateConnectionCommand";
|
|
31
|
+
import { CreateSecurityRequirementPackCommand, } from "./commands/CreateSecurityRequirementPackCommand";
|
|
21
32
|
import { CreateTargetDomainCommand, } from "./commands/CreateTargetDomainCommand";
|
|
33
|
+
import { CreateThreatCommand, } from "./commands/CreateThreatCommand";
|
|
34
|
+
import { CreateThreatModelCommand, } from "./commands/CreateThreatModelCommand";
|
|
22
35
|
import { DeleteAgentSpaceCommand, } from "./commands/DeleteAgentSpaceCommand";
|
|
23
36
|
import { DeleteApplicationCommand, } from "./commands/DeleteApplicationCommand";
|
|
24
37
|
import { DeleteArtifactCommand, } from "./commands/DeleteArtifactCommand";
|
|
25
38
|
import { DeleteIntegrationCommand, } from "./commands/DeleteIntegrationCommand";
|
|
26
39
|
import { DeleteMembershipCommand, } from "./commands/DeleteMembershipCommand";
|
|
40
|
+
import { DeletePrivateConnectionCommand, } from "./commands/DeletePrivateConnectionCommand";
|
|
41
|
+
import { DeleteSecurityRequirementPackCommand, } from "./commands/DeleteSecurityRequirementPackCommand";
|
|
27
42
|
import { DeleteTargetDomainCommand, } from "./commands/DeleteTargetDomainCommand";
|
|
43
|
+
import { DescribePrivateConnectionCommand, } from "./commands/DescribePrivateConnectionCommand";
|
|
28
44
|
import { GetApplicationCommand, } from "./commands/GetApplicationCommand";
|
|
29
45
|
import { GetArtifactCommand, } from "./commands/GetArtifactCommand";
|
|
30
46
|
import { GetIntegrationCommand, } from "./commands/GetIntegrationCommand";
|
|
47
|
+
import { GetSecurityRequirementPackCommand, } from "./commands/GetSecurityRequirementPackCommand";
|
|
48
|
+
import { ImportSecurityRequirementsCommand, } from "./commands/ImportSecurityRequirementsCommand";
|
|
31
49
|
import { InitiateProviderRegistrationCommand, } from "./commands/InitiateProviderRegistrationCommand";
|
|
32
50
|
import { ListAgentSpacesCommand, } from "./commands/ListAgentSpacesCommand";
|
|
33
51
|
import { ListApplicationsCommand, } from "./commands/ListApplicationsCommand";
|
|
@@ -43,13 +61,22 @@ import { ListMembershipsCommand, } from "./commands/ListMembershipsCommand";
|
|
|
43
61
|
import { ListPentestJobsForPentestCommand, } from "./commands/ListPentestJobsForPentestCommand";
|
|
44
62
|
import { ListPentestJobTasksCommand, } from "./commands/ListPentestJobTasksCommand";
|
|
45
63
|
import { ListPentestsCommand, } from "./commands/ListPentestsCommand";
|
|
64
|
+
import { ListPrivateConnectionsCommand, } from "./commands/ListPrivateConnectionsCommand";
|
|
65
|
+
import { ListSecurityRequirementPacksCommand, } from "./commands/ListSecurityRequirementPacksCommand";
|
|
66
|
+
import { ListSecurityRequirementsCommand, } from "./commands/ListSecurityRequirementsCommand";
|
|
46
67
|
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
47
68
|
import { ListTargetDomainsCommand, } from "./commands/ListTargetDomainsCommand";
|
|
69
|
+
import { ListThreatModelJobsCommand, } from "./commands/ListThreatModelJobsCommand";
|
|
70
|
+
import { ListThreatModelJobTasksCommand, } from "./commands/ListThreatModelJobTasksCommand";
|
|
71
|
+
import { ListThreatModelsCommand, } from "./commands/ListThreatModelsCommand";
|
|
72
|
+
import { ListThreatsCommand, } from "./commands/ListThreatsCommand";
|
|
48
73
|
import { StartCodeRemediationCommand, } from "./commands/StartCodeRemediationCommand";
|
|
49
74
|
import { StartCodeReviewJobCommand, } from "./commands/StartCodeReviewJobCommand";
|
|
50
75
|
import { StartPentestJobCommand, } from "./commands/StartPentestJobCommand";
|
|
76
|
+
import { StartThreatModelJobCommand, } from "./commands/StartThreatModelJobCommand";
|
|
51
77
|
import { StopCodeReviewJobCommand, } from "./commands/StopCodeReviewJobCommand";
|
|
52
78
|
import { StopPentestJobCommand, } from "./commands/StopPentestJobCommand";
|
|
79
|
+
import { StopThreatModelJobCommand, } from "./commands/StopThreatModelJobCommand";
|
|
53
80
|
import { TagResourceCommand, } from "./commands/TagResourceCommand";
|
|
54
81
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
55
82
|
import { UpdateAgentSpaceCommand, } from "./commands/UpdateAgentSpaceCommand";
|
|
@@ -58,7 +85,11 @@ import { UpdateCodeReviewCommand, } from "./commands/UpdateCodeReviewCommand";
|
|
|
58
85
|
import { UpdateFindingCommand, } from "./commands/UpdateFindingCommand";
|
|
59
86
|
import { UpdateIntegratedResourcesCommand, } from "./commands/UpdateIntegratedResourcesCommand";
|
|
60
87
|
import { UpdatePentestCommand, } from "./commands/UpdatePentestCommand";
|
|
88
|
+
import { UpdatePrivateConnectionCertificateCommand, } from "./commands/UpdatePrivateConnectionCertificateCommand";
|
|
89
|
+
import { UpdateSecurityRequirementPackCommand, } from "./commands/UpdateSecurityRequirementPackCommand";
|
|
61
90
|
import { UpdateTargetDomainCommand, } from "./commands/UpdateTargetDomainCommand";
|
|
91
|
+
import { UpdateThreatCommand, } from "./commands/UpdateThreatCommand";
|
|
92
|
+
import { UpdateThreatModelCommand, } from "./commands/UpdateThreatModelCommand";
|
|
62
93
|
import { VerifyTargetDomainCommand, } from "./commands/VerifyTargetDomainCommand";
|
|
63
94
|
import { paginateListAgentSpaces } from "./pagination/ListAgentSpacesPaginator";
|
|
64
95
|
import { paginateListApplications } from "./pagination/ListApplicationsPaginator";
|
|
@@ -74,12 +105,22 @@ import { paginateListMemberships } from "./pagination/ListMembershipsPaginator";
|
|
|
74
105
|
import { paginateListPentestJobsForPentest } from "./pagination/ListPentestJobsForPentestPaginator";
|
|
75
106
|
import { paginateListPentestJobTasks } from "./pagination/ListPentestJobTasksPaginator";
|
|
76
107
|
import { paginateListPentests } from "./pagination/ListPentestsPaginator";
|
|
108
|
+
import { paginateListPrivateConnections } from "./pagination/ListPrivateConnectionsPaginator";
|
|
109
|
+
import { paginateListSecurityRequirementPacks } from "./pagination/ListSecurityRequirementPacksPaginator";
|
|
110
|
+
import { paginateListSecurityRequirements } from "./pagination/ListSecurityRequirementsPaginator";
|
|
77
111
|
import { paginateListTargetDomains } from "./pagination/ListTargetDomainsPaginator";
|
|
112
|
+
import { paginateListThreatModelJobs } from "./pagination/ListThreatModelJobsPaginator";
|
|
113
|
+
import { paginateListThreatModelJobTasks } from "./pagination/ListThreatModelJobTasksPaginator";
|
|
114
|
+
import { paginateListThreatModels } from "./pagination/ListThreatModelsPaginator";
|
|
115
|
+
import { paginateListThreats } from "./pagination/ListThreatsPaginator";
|
|
78
116
|
import { SecurityAgentClient } from "./SecurityAgentClient";
|
|
79
117
|
const commands = {
|
|
80
118
|
AddArtifactCommand,
|
|
119
|
+
BatchCreateSecurityRequirementsCommand,
|
|
81
120
|
BatchDeleteCodeReviewsCommand,
|
|
82
121
|
BatchDeletePentestsCommand,
|
|
122
|
+
BatchDeleteSecurityRequirementsCommand,
|
|
123
|
+
BatchDeleteThreatModelsCommand,
|
|
83
124
|
BatchGetAgentSpacesCommand,
|
|
84
125
|
BatchGetArtifactMetadataCommand,
|
|
85
126
|
BatchGetCodeReviewJobsCommand,
|
|
@@ -89,23 +130,38 @@ const commands = {
|
|
|
89
130
|
BatchGetPentestJobsCommand,
|
|
90
131
|
BatchGetPentestJobTasksCommand,
|
|
91
132
|
BatchGetPentestsCommand,
|
|
133
|
+
BatchGetSecurityRequirementsCommand,
|
|
92
134
|
BatchGetTargetDomainsCommand,
|
|
135
|
+
BatchGetThreatModelJobsCommand,
|
|
136
|
+
BatchGetThreatModelJobTasksCommand,
|
|
137
|
+
BatchGetThreatModelsCommand,
|
|
138
|
+
BatchGetThreatsCommand,
|
|
139
|
+
BatchUpdateSecurityRequirementsCommand,
|
|
93
140
|
CreateAgentSpaceCommand,
|
|
94
141
|
CreateApplicationCommand,
|
|
95
142
|
CreateCodeReviewCommand,
|
|
96
143
|
CreateIntegrationCommand,
|
|
97
144
|
CreateMembershipCommand,
|
|
98
145
|
CreatePentestCommand,
|
|
146
|
+
CreatePrivateConnectionCommand,
|
|
147
|
+
CreateSecurityRequirementPackCommand,
|
|
99
148
|
CreateTargetDomainCommand,
|
|
149
|
+
CreateThreatCommand,
|
|
150
|
+
CreateThreatModelCommand,
|
|
100
151
|
DeleteAgentSpaceCommand,
|
|
101
152
|
DeleteApplicationCommand,
|
|
102
153
|
DeleteArtifactCommand,
|
|
103
154
|
DeleteIntegrationCommand,
|
|
104
155
|
DeleteMembershipCommand,
|
|
156
|
+
DeletePrivateConnectionCommand,
|
|
157
|
+
DeleteSecurityRequirementPackCommand,
|
|
105
158
|
DeleteTargetDomainCommand,
|
|
159
|
+
DescribePrivateConnectionCommand,
|
|
106
160
|
GetApplicationCommand,
|
|
107
161
|
GetArtifactCommand,
|
|
108
162
|
GetIntegrationCommand,
|
|
163
|
+
GetSecurityRequirementPackCommand,
|
|
164
|
+
ImportSecurityRequirementsCommand,
|
|
109
165
|
InitiateProviderRegistrationCommand,
|
|
110
166
|
ListAgentSpacesCommand,
|
|
111
167
|
ListApplicationsCommand,
|
|
@@ -121,13 +177,22 @@ const commands = {
|
|
|
121
177
|
ListPentestJobsForPentestCommand,
|
|
122
178
|
ListPentestJobTasksCommand,
|
|
123
179
|
ListPentestsCommand,
|
|
180
|
+
ListPrivateConnectionsCommand,
|
|
181
|
+
ListSecurityRequirementPacksCommand,
|
|
182
|
+
ListSecurityRequirementsCommand,
|
|
124
183
|
ListTagsForResourceCommand,
|
|
125
184
|
ListTargetDomainsCommand,
|
|
185
|
+
ListThreatModelJobsCommand,
|
|
186
|
+
ListThreatModelJobTasksCommand,
|
|
187
|
+
ListThreatModelsCommand,
|
|
188
|
+
ListThreatsCommand,
|
|
126
189
|
StartCodeRemediationCommand,
|
|
127
190
|
StartCodeReviewJobCommand,
|
|
128
191
|
StartPentestJobCommand,
|
|
192
|
+
StartThreatModelJobCommand,
|
|
129
193
|
StopCodeReviewJobCommand,
|
|
130
194
|
StopPentestJobCommand,
|
|
195
|
+
StopThreatModelJobCommand,
|
|
131
196
|
TagResourceCommand,
|
|
132
197
|
UntagResourceCommand,
|
|
133
198
|
UpdateAgentSpaceCommand,
|
|
@@ -136,7 +201,11 @@ const commands = {
|
|
|
136
201
|
UpdateFindingCommand,
|
|
137
202
|
UpdateIntegratedResourcesCommand,
|
|
138
203
|
UpdatePentestCommand,
|
|
204
|
+
UpdatePrivateConnectionCertificateCommand,
|
|
205
|
+
UpdateSecurityRequirementPackCommand,
|
|
139
206
|
UpdateTargetDomainCommand,
|
|
207
|
+
UpdateThreatCommand,
|
|
208
|
+
UpdateThreatModelCommand,
|
|
140
209
|
VerifyTargetDomainCommand,
|
|
141
210
|
};
|
|
142
211
|
const paginators = {
|
|
@@ -154,7 +223,14 @@ const paginators = {
|
|
|
154
223
|
paginateListPentestJobsForPentest,
|
|
155
224
|
paginateListPentestJobTasks,
|
|
156
225
|
paginateListPentests,
|
|
226
|
+
paginateListPrivateConnections,
|
|
227
|
+
paginateListSecurityRequirementPacks,
|
|
228
|
+
paginateListSecurityRequirements,
|
|
157
229
|
paginateListTargetDomains,
|
|
230
|
+
paginateListThreatModelJobs,
|
|
231
|
+
paginateListThreatModelJobTasks,
|
|
232
|
+
paginateListThreatModels,
|
|
233
|
+
paginateListThreats,
|
|
158
234
|
};
|
|
159
235
|
export class SecurityAgent extends SecurityAgentClient {
|
|
160
236
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { BatchCreateSecurityRequirements$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class BatchCreateSecurityRequirementsCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("SecurityAgent", "BatchCreateSecurityRequirements", {})
|
|
13
|
+
.n("SecurityAgentClient", "BatchCreateSecurityRequirementsCommand")
|
|
14
|
+
.sc(BatchCreateSecurityRequirements$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { BatchDeleteSecurityRequirements$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class BatchDeleteSecurityRequirementsCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("SecurityAgent", "BatchDeleteSecurityRequirements", {})
|
|
13
|
+
.n("SecurityAgentClient", "BatchDeleteSecurityRequirementsCommand")
|
|
14
|
+
.sc(BatchDeleteSecurityRequirements$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { BatchDeleteThreatModels$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class BatchDeleteThreatModelsCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("SecurityAgent", "BatchDeleteThreatModels", {})
|
|
13
|
+
.n("SecurityAgentClient", "BatchDeleteThreatModelsCommand")
|
|
14
|
+
.sc(BatchDeleteThreatModels$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { BatchGetSecurityRequirements$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class BatchGetSecurityRequirementsCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("SecurityAgent", "BatchGetSecurityRequirements", {})
|
|
13
|
+
.n("SecurityAgentClient", "BatchGetSecurityRequirementsCommand")
|
|
14
|
+
.sc(BatchGetSecurityRequirements$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { BatchGetThreatModelJobTasks$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class BatchGetThreatModelJobTasksCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("SecurityAgent", "BatchGetThreatModelJobTasks", {})
|
|
13
|
+
.n("SecurityAgentClient", "BatchGetThreatModelJobTasksCommand")
|
|
14
|
+
.sc(BatchGetThreatModelJobTasks$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { BatchGetThreatModelJobs$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class BatchGetThreatModelJobsCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("SecurityAgent", "BatchGetThreatModelJobs", {})
|
|
13
|
+
.n("SecurityAgentClient", "BatchGetThreatModelJobsCommand")
|
|
14
|
+
.sc(BatchGetThreatModelJobs$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { BatchGetThreatModels$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class BatchGetThreatModelsCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("SecurityAgent", "BatchGetThreatModels", {})
|
|
13
|
+
.n("SecurityAgentClient", "BatchGetThreatModelsCommand")
|
|
14
|
+
.sc(BatchGetThreatModels$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { BatchGetThreats$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class BatchGetThreatsCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("SecurityAgent", "BatchGetThreats", {})
|
|
13
|
+
.n("SecurityAgentClient", "BatchGetThreatsCommand")
|
|
14
|
+
.sc(BatchGetThreats$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { BatchUpdateSecurityRequirements$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class BatchUpdateSecurityRequirementsCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("SecurityAgent", "BatchUpdateSecurityRequirements", {})
|
|
13
|
+
.n("SecurityAgentClient", "BatchUpdateSecurityRequirementsCommand")
|
|
14
|
+
.sc(BatchUpdateSecurityRequirements$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { CreatePrivateConnection$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class CreatePrivateConnectionCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("SecurityAgent", "CreatePrivateConnection", {})
|
|
13
|
+
.n("SecurityAgentClient", "CreatePrivateConnectionCommand")
|
|
14
|
+
.sc(CreatePrivateConnection$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { CreateSecurityRequirementPack$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class CreateSecurityRequirementPackCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("SecurityAgent", "CreateSecurityRequirementPack", {})
|
|
13
|
+
.n("SecurityAgentClient", "CreateSecurityRequirementPackCommand")
|
|
14
|
+
.sc(CreateSecurityRequirementPack$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { CreateThreat$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class CreateThreatCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("SecurityAgent", "CreateThreat", {})
|
|
13
|
+
.n("SecurityAgentClient", "CreateThreatCommand")
|
|
14
|
+
.sc(CreateThreat$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { CreateThreatModel$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class CreateThreatModelCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("SecurityAgent", "CreateThreatModel", {})
|
|
13
|
+
.n("SecurityAgentClient", "CreateThreatModelCommand")
|
|
14
|
+
.sc(CreateThreatModel$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DeletePrivateConnection$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DeletePrivateConnectionCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("SecurityAgent", "DeletePrivateConnection", {})
|
|
13
|
+
.n("SecurityAgentClient", "DeletePrivateConnectionCommand")
|
|
14
|
+
.sc(DeletePrivateConnection$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DeleteSecurityRequirementPack$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DeleteSecurityRequirementPackCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("SecurityAgent", "DeleteSecurityRequirementPack", {})
|
|
13
|
+
.n("SecurityAgentClient", "DeleteSecurityRequirementPackCommand")
|
|
14
|
+
.sc(DeleteSecurityRequirementPack$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DescribePrivateConnection$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DescribePrivateConnectionCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("SecurityAgent", "DescribePrivateConnection", {})
|
|
13
|
+
.n("SecurityAgentClient", "DescribePrivateConnectionCommand")
|
|
14
|
+
.sc(DescribePrivateConnection$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { GetSecurityRequirementPack$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class GetSecurityRequirementPackCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("SecurityAgent", "GetSecurityRequirementPack", {})
|
|
13
|
+
.n("SecurityAgentClient", "GetSecurityRequirementPackCommand")
|
|
14
|
+
.sc(GetSecurityRequirementPack$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { ImportSecurityRequirements$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class ImportSecurityRequirementsCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("SecurityAgent", "ImportSecurityRequirements", {})
|
|
13
|
+
.n("SecurityAgentClient", "ImportSecurityRequirementsCommand")
|
|
14
|
+
.sc(ImportSecurityRequirements$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { ListPrivateConnections$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class ListPrivateConnectionsCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("SecurityAgent", "ListPrivateConnections", {})
|
|
13
|
+
.n("SecurityAgentClient", "ListPrivateConnectionsCommand")
|
|
14
|
+
.sc(ListPrivateConnections$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { ListSecurityRequirementPacks$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class ListSecurityRequirementPacksCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("SecurityAgent", "ListSecurityRequirementPacks", {})
|
|
13
|
+
.n("SecurityAgentClient", "ListSecurityRequirementPacksCommand")
|
|
14
|
+
.sc(ListSecurityRequirementPacks$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { ListSecurityRequirements$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class ListSecurityRequirementsCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("SecurityAgent", "ListSecurityRequirements", {})
|
|
13
|
+
.n("SecurityAgentClient", "ListSecurityRequirementsCommand")
|
|
14
|
+
.sc(ListSecurityRequirements$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { ListThreatModelJobTasks$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class ListThreatModelJobTasksCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("SecurityAgent", "ListThreatModelJobTasks", {})
|
|
13
|
+
.n("SecurityAgentClient", "ListThreatModelJobTasksCommand")
|
|
14
|
+
.sc(ListThreatModelJobTasks$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { ListThreatModelJobs$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class ListThreatModelJobsCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("SecurityAgent", "ListThreatModelJobs", {})
|
|
13
|
+
.n("SecurityAgentClient", "ListThreatModelJobsCommand")
|
|
14
|
+
.sc(ListThreatModelJobs$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { ListThreatModels$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class ListThreatModelsCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("SecurityAgent", "ListThreatModels", {})
|
|
13
|
+
.n("SecurityAgentClient", "ListThreatModelsCommand")
|
|
14
|
+
.sc(ListThreatModels$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { ListThreats$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class ListThreatsCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("SecurityAgent", "ListThreats", {})
|
|
13
|
+
.n("SecurityAgentClient", "ListThreatsCommand")
|
|
14
|
+
.sc(ListThreats$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|