@aws-sdk/client-securityagent 3.1069.0 → 3.1071.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +217 -0
- package/dist-cjs/index.js +573 -1
- package/dist-cjs/models/errors.js +12 -0
- package/dist-cjs/schemas/schemas_0.js +1143 -103
- package/dist-es/SecurityAgent.js +76 -0
- package/dist-es/commands/BatchCreateSecurityRequirementsCommand.js +16 -0
- package/dist-es/commands/BatchDeleteSecurityRequirementsCommand.js +16 -0
- package/dist-es/commands/BatchDeleteThreatModelsCommand.js +16 -0
- package/dist-es/commands/BatchGetSecurityRequirementsCommand.js +16 -0
- package/dist-es/commands/BatchGetThreatModelJobTasksCommand.js +16 -0
- package/dist-es/commands/BatchGetThreatModelJobsCommand.js +16 -0
- package/dist-es/commands/BatchGetThreatModelsCommand.js +16 -0
- package/dist-es/commands/BatchGetThreatsCommand.js +16 -0
- package/dist-es/commands/BatchUpdateSecurityRequirementsCommand.js +16 -0
- package/dist-es/commands/CreatePrivateConnectionCommand.js +16 -0
- package/dist-es/commands/CreateSecurityRequirementPackCommand.js +16 -0
- package/dist-es/commands/CreateThreatCommand.js +16 -0
- package/dist-es/commands/CreateThreatModelCommand.js +16 -0
- package/dist-es/commands/DeletePrivateConnectionCommand.js +16 -0
- package/dist-es/commands/DeleteSecurityRequirementPackCommand.js +16 -0
- package/dist-es/commands/DescribePrivateConnectionCommand.js +16 -0
- package/dist-es/commands/GetSecurityRequirementPackCommand.js +16 -0
- package/dist-es/commands/ImportSecurityRequirementsCommand.js +16 -0
- package/dist-es/commands/ListPrivateConnectionsCommand.js +16 -0
- package/dist-es/commands/ListSecurityRequirementPacksCommand.js +16 -0
- package/dist-es/commands/ListSecurityRequirementsCommand.js +16 -0
- package/dist-es/commands/ListThreatModelJobTasksCommand.js +16 -0
- package/dist-es/commands/ListThreatModelJobsCommand.js +16 -0
- package/dist-es/commands/ListThreatModelsCommand.js +16 -0
- package/dist-es/commands/ListThreatsCommand.js +16 -0
- package/dist-es/commands/StartThreatModelJobCommand.js +16 -0
- package/dist-es/commands/StopThreatModelJobCommand.js +16 -0
- package/dist-es/commands/UpdatePrivateConnectionCertificateCommand.js +16 -0
- package/dist-es/commands/UpdateSecurityRequirementPackCommand.js +16 -0
- package/dist-es/commands/UpdateThreatCommand.js +16 -0
- package/dist-es/commands/UpdateThreatModelCommand.js +16 -0
- package/dist-es/commands/index.js +31 -0
- package/dist-es/models/enums.js +93 -0
- package/dist-es/models/errors.js +12 -0
- package/dist-es/pagination/ListPrivateConnectionsPaginator.js +4 -0
- package/dist-es/pagination/ListSecurityRequirementPacksPaginator.js +4 -0
- package/dist-es/pagination/ListSecurityRequirementsPaginator.js +4 -0
- package/dist-es/pagination/ListThreatModelJobTasksPaginator.js +4 -0
- package/dist-es/pagination/ListThreatModelJobsPaginator.js +4 -0
- package/dist-es/pagination/ListThreatModelsPaginator.js +4 -0
- package/dist-es/pagination/ListThreatsPaginator.js +4 -0
- package/dist-es/pagination/index.js +7 -0
- package/dist-es/schemas/schemas_0.js +1040 -103
- package/dist-types/SecurityAgent.d.ts +268 -0
- package/dist-types/SecurityAgentClient.d.ts +33 -2
- package/dist-types/commands/BatchCreateSecurityRequirementsCommand.d.ts +124 -0
- package/dist-types/commands/BatchDeletePentestsCommand.d.ts +8 -0
- package/dist-types/commands/BatchDeleteSecurityRequirementsCommand.d.ts +106 -0
- package/dist-types/commands/BatchDeleteThreatModelsCommand.d.ts +87 -0
- package/dist-types/commands/BatchGetCodeReviewJobsCommand.d.ts +5 -1
- package/dist-types/commands/BatchGetCodeReviewsCommand.d.ts +5 -0
- package/dist-types/commands/BatchGetFindingsCommand.d.ts +3 -0
- package/dist-types/commands/BatchGetPentestJobsCommand.d.ts +9 -1
- package/dist-types/commands/BatchGetPentestsCommand.d.ts +8 -0
- package/dist-types/commands/BatchGetSecurityRequirementsCommand.d.ts +112 -0
- package/dist-types/commands/BatchGetThreatModelJobTasksCommand.d.ts +101 -0
- package/dist-types/commands/BatchGetThreatModelJobsCommand.d.ts +130 -0
- package/dist-types/commands/BatchGetThreatModelsCommand.d.ts +147 -0
- package/dist-types/commands/BatchGetThreatsCommand.d.ts +121 -0
- package/dist-types/commands/BatchUpdateSecurityRequirementsCommand.d.ts +112 -0
- package/dist-types/commands/CreateCodeReviewCommand.d.ts +10 -0
- package/dist-types/commands/CreateIntegrationCommand.d.ts +22 -1
- package/dist-types/commands/CreatePentestCommand.d.ts +11 -0
- package/dist-types/commands/CreatePrivateConnectionCommand.d.ts +132 -0
- package/dist-types/commands/CreateSecurityRequirementPackCommand.d.ts +102 -0
- package/dist-types/commands/CreateThreatCommand.d.ts +141 -0
- package/dist-types/commands/CreateThreatModelCommand.d.ts +201 -0
- package/dist-types/commands/DeletePrivateConnectionCommand.d.ts +106 -0
- package/dist-types/commands/DeleteSecurityRequirementPackCommand.d.ts +92 -0
- package/dist-types/commands/DescribePrivateConnectionCommand.d.ts +103 -0
- package/dist-types/commands/GetIntegrationCommand.d.ts +3 -1
- package/dist-types/commands/GetSecurityRequirementPackCommand.d.ts +100 -0
- package/dist-types/commands/ImportSecurityRequirementsCommand.d.ts +107 -0
- package/dist-types/commands/InitiateProviderRegistrationCommand.d.ts +1 -1
- package/dist-types/commands/ListCodeReviewJobTasksCommand.d.ts +1 -1
- package/dist-types/commands/ListFindingsCommand.d.ts +1 -0
- package/dist-types/commands/ListIntegratedResourcesCommand.d.ts +34 -1
- package/dist-types/commands/ListIntegrationsCommand.d.ts +4 -2
- package/dist-types/commands/ListPentestJobTasksCommand.d.ts +1 -1
- package/dist-types/commands/ListPrivateConnectionsCommand.d.ts +106 -0
- package/dist-types/commands/ListSecurityRequirementPacksCommand.d.ts +105 -0
- package/dist-types/commands/ListSecurityRequirementsCommand.d.ts +102 -0
- package/dist-types/commands/ListThreatModelJobTasksCommand.d.ts +91 -0
- package/dist-types/commands/ListThreatModelJobsCommand.d.ts +90 -0
- package/dist-types/commands/ListThreatModelsCommand.d.ts +87 -0
- package/dist-types/commands/ListThreatsCommand.d.ts +96 -0
- package/dist-types/commands/StartCodeReviewJobCommand.d.ts +3 -0
- package/dist-types/commands/StartThreatModelJobCommand.d.ts +83 -0
- package/dist-types/commands/StopThreatModelJobCommand.d.ts +75 -0
- package/dist-types/commands/UpdateCodeReviewCommand.d.ts +10 -0
- package/dist-types/commands/UpdateFindingCommand.d.ts +7 -0
- package/dist-types/commands/UpdateIntegratedResourcesCommand.d.ts +28 -0
- package/dist-types/commands/UpdatePentestCommand.d.ts +11 -0
- package/dist-types/commands/UpdatePrivateConnectionCertificateCommand.d.ts +107 -0
- package/dist-types/commands/UpdateSecurityRequirementPackCommand.d.ts +100 -0
- package/dist-types/commands/UpdateThreatCommand.d.ts +139 -0
- package/dist-types/commands/UpdateThreatModelCommand.d.ts +196 -0
- package/dist-types/commands/index.d.ts +31 -0
- package/dist-types/models/enums.d.ts +250 -0
- package/dist-types/models/errors.d.ts +12 -0
- package/dist-types/models/models_0.d.ts +4254 -818
- package/dist-types/pagination/ListPrivateConnectionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListSecurityRequirementPacksPaginator.d.ts +7 -0
- package/dist-types/pagination/ListSecurityRequirementsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListThreatModelJobTasksPaginator.d.ts +7 -0
- package/dist-types/pagination/ListThreatModelJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListThreatModelsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListThreatsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +7 -0
- package/dist-types/schemas/schemas_0.d.ts +134 -0
- package/dist-types/ts3.4/SecurityAgent.d.ts +584 -0
- package/dist-types/ts3.4/SecurityAgentClient.d.ts +186 -0
- package/dist-types/ts3.4/commands/BatchCreateSecurityRequirementsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/BatchDeleteSecurityRequirementsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/BatchDeleteThreatModelsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/BatchGetSecurityRequirementsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/BatchGetThreatModelJobTasksCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/BatchGetThreatModelJobsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/BatchGetThreatModelsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/BatchGetThreatsCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/BatchUpdateSecurityRequirementsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/CreatePrivateConnectionCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/CreateSecurityRequirementPackCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/CreateThreatCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/CreateThreatModelCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/DeletePrivateConnectionCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DeleteSecurityRequirementPackCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DescribePrivateConnectionCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetSecurityRequirementPackCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ImportSecurityRequirementsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListPrivateConnectionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListSecurityRequirementPacksCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListSecurityRequirementsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListThreatModelJobTasksCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListThreatModelJobsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListThreatModelsCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/ListThreatsCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/StartThreatModelJobCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/StopThreatModelJobCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdatePrivateConnectionCertificateCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdateSecurityRequirementPackCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdateThreatCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateThreatModelCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/index.d.ts +31 -0
- package/dist-types/ts3.4/models/enums.d.ts +123 -0
- package/dist-types/ts3.4/models/errors.d.ts +7 -0
- package/dist-types/ts3.4/models/models_0.d.ts +924 -0
- package/dist-types/ts3.4/pagination/ListPrivateConnectionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListSecurityRequirementPacksPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListSecurityRequirementsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListThreatModelJobTasksPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListThreatModelJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListThreatModelsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListThreatsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +7 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +134 -0
- package/package.json +3 -3
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
export * from "./AddArtifactCommand";
|
|
2
|
+
export * from "./BatchCreateSecurityRequirementsCommand";
|
|
2
3
|
export * from "./BatchDeleteCodeReviewsCommand";
|
|
3
4
|
export * from "./BatchDeletePentestsCommand";
|
|
5
|
+
export * from "./BatchDeleteSecurityRequirementsCommand";
|
|
6
|
+
export * from "./BatchDeleteThreatModelsCommand";
|
|
4
7
|
export * from "./BatchGetAgentSpacesCommand";
|
|
5
8
|
export * from "./BatchGetArtifactMetadataCommand";
|
|
6
9
|
export * from "./BatchGetCodeReviewJobTasksCommand";
|
|
@@ -10,23 +13,38 @@ export * from "./BatchGetFindingsCommand";
|
|
|
10
13
|
export * from "./BatchGetPentestJobTasksCommand";
|
|
11
14
|
export * from "./BatchGetPentestJobsCommand";
|
|
12
15
|
export * from "./BatchGetPentestsCommand";
|
|
16
|
+
export * from "./BatchGetSecurityRequirementsCommand";
|
|
13
17
|
export * from "./BatchGetTargetDomainsCommand";
|
|
18
|
+
export * from "./BatchGetThreatModelJobTasksCommand";
|
|
19
|
+
export * from "./BatchGetThreatModelJobsCommand";
|
|
20
|
+
export * from "./BatchGetThreatModelsCommand";
|
|
21
|
+
export * from "./BatchGetThreatsCommand";
|
|
22
|
+
export * from "./BatchUpdateSecurityRequirementsCommand";
|
|
14
23
|
export * from "./CreateAgentSpaceCommand";
|
|
15
24
|
export * from "./CreateApplicationCommand";
|
|
16
25
|
export * from "./CreateCodeReviewCommand";
|
|
17
26
|
export * from "./CreateIntegrationCommand";
|
|
18
27
|
export * from "./CreateMembershipCommand";
|
|
19
28
|
export * from "./CreatePentestCommand";
|
|
29
|
+
export * from "./CreatePrivateConnectionCommand";
|
|
30
|
+
export * from "./CreateSecurityRequirementPackCommand";
|
|
20
31
|
export * from "./CreateTargetDomainCommand";
|
|
32
|
+
export * from "./CreateThreatCommand";
|
|
33
|
+
export * from "./CreateThreatModelCommand";
|
|
21
34
|
export * from "./DeleteAgentSpaceCommand";
|
|
22
35
|
export * from "./DeleteApplicationCommand";
|
|
23
36
|
export * from "./DeleteArtifactCommand";
|
|
24
37
|
export * from "./DeleteIntegrationCommand";
|
|
25
38
|
export * from "./DeleteMembershipCommand";
|
|
39
|
+
export * from "./DeletePrivateConnectionCommand";
|
|
40
|
+
export * from "./DeleteSecurityRequirementPackCommand";
|
|
26
41
|
export * from "./DeleteTargetDomainCommand";
|
|
42
|
+
export * from "./DescribePrivateConnectionCommand";
|
|
27
43
|
export * from "./GetApplicationCommand";
|
|
28
44
|
export * from "./GetArtifactCommand";
|
|
29
45
|
export * from "./GetIntegrationCommand";
|
|
46
|
+
export * from "./GetSecurityRequirementPackCommand";
|
|
47
|
+
export * from "./ImportSecurityRequirementsCommand";
|
|
30
48
|
export * from "./InitiateProviderRegistrationCommand";
|
|
31
49
|
export * from "./ListAgentSpacesCommand";
|
|
32
50
|
export * from "./ListApplicationsCommand";
|
|
@@ -42,13 +60,22 @@ export * from "./ListMembershipsCommand";
|
|
|
42
60
|
export * from "./ListPentestJobTasksCommand";
|
|
43
61
|
export * from "./ListPentestJobsForPentestCommand";
|
|
44
62
|
export * from "./ListPentestsCommand";
|
|
63
|
+
export * from "./ListPrivateConnectionsCommand";
|
|
64
|
+
export * from "./ListSecurityRequirementPacksCommand";
|
|
65
|
+
export * from "./ListSecurityRequirementsCommand";
|
|
45
66
|
export * from "./ListTagsForResourceCommand";
|
|
46
67
|
export * from "./ListTargetDomainsCommand";
|
|
68
|
+
export * from "./ListThreatModelJobTasksCommand";
|
|
69
|
+
export * from "./ListThreatModelJobsCommand";
|
|
70
|
+
export * from "./ListThreatModelsCommand";
|
|
71
|
+
export * from "./ListThreatsCommand";
|
|
47
72
|
export * from "./StartCodeRemediationCommand";
|
|
48
73
|
export * from "./StartCodeReviewJobCommand";
|
|
49
74
|
export * from "./StartPentestJobCommand";
|
|
75
|
+
export * from "./StartThreatModelJobCommand";
|
|
50
76
|
export * from "./StopCodeReviewJobCommand";
|
|
51
77
|
export * from "./StopPentestJobCommand";
|
|
78
|
+
export * from "./StopThreatModelJobCommand";
|
|
52
79
|
export * from "./TagResourceCommand";
|
|
53
80
|
export * from "./UntagResourceCommand";
|
|
54
81
|
export * from "./UpdateAgentSpaceCommand";
|
|
@@ -57,5 +84,9 @@ export * from "./UpdateCodeReviewCommand";
|
|
|
57
84
|
export * from "./UpdateFindingCommand";
|
|
58
85
|
export * from "./UpdateIntegratedResourcesCommand";
|
|
59
86
|
export * from "./UpdatePentestCommand";
|
|
87
|
+
export * from "./UpdatePrivateConnectionCertificateCommand";
|
|
88
|
+
export * from "./UpdateSecurityRequirementPackCommand";
|
|
60
89
|
export * from "./UpdateTargetDomainCommand";
|
|
90
|
+
export * from "./UpdateThreatCommand";
|
|
91
|
+
export * from "./UpdateThreatModelCommand";
|
|
61
92
|
export * from "./VerifyTargetDomainCommand";
|
|
@@ -23,12 +23,23 @@ export declare const ArtifactType: {
|
|
|
23
23
|
readonly YAML: "YAML";
|
|
24
24
|
};
|
|
25
25
|
export type ArtifactType = (typeof ArtifactType)[keyof typeof ArtifactType];
|
|
26
|
+
export declare const CleanUpStrategy: {
|
|
27
|
+
readonly BEST_EFFORT_DELETE: "BEST_EFFORT_DELETE";
|
|
28
|
+
readonly RETAIN_ALL: "RETAIN_ALL";
|
|
29
|
+
};
|
|
30
|
+
export type CleanUpStrategy =
|
|
31
|
+
(typeof CleanUpStrategy)[keyof typeof CleanUpStrategy];
|
|
26
32
|
export declare const CodeRemediationStrategy: {
|
|
27
33
|
readonly AUTOMATIC: "AUTOMATIC";
|
|
28
34
|
readonly DISABLED: "DISABLED";
|
|
29
35
|
};
|
|
30
36
|
export type CodeRemediationStrategy =
|
|
31
37
|
(typeof CodeRemediationStrategy)[keyof typeof CodeRemediationStrategy];
|
|
38
|
+
export declare const SkillType: {
|
|
39
|
+
readonly FINDING_PERSONALIZATION: "FINDING_PERSONALIZATION";
|
|
40
|
+
readonly LOGIN_OPTIMIZATION: "LOGIN_OPTIMIZATION";
|
|
41
|
+
};
|
|
42
|
+
export type SkillType = (typeof SkillType)[keyof typeof SkillType];
|
|
32
43
|
export declare const RiskType: {
|
|
33
44
|
readonly ARBITRARY_FILE_UPLOAD: "ARBITRARY_FILE_UPLOAD";
|
|
34
45
|
readonly BUSINESS_LOGIC_VULNERABILITIES: "BUSINESS_LOGIC_VULNERABILITIES";
|
|
@@ -97,6 +108,7 @@ export declare const StepName: {
|
|
|
97
108
|
readonly PENTEST: "PENTEST";
|
|
98
109
|
readonly PREFLIGHT: "PREFLIGHT";
|
|
99
110
|
readonly STATIC_ANALYSIS: "STATIC_ANALYSIS";
|
|
111
|
+
readonly VALIDATION: "VALIDATION";
|
|
100
112
|
};
|
|
101
113
|
export type StepName = (typeof StepName)[keyof typeof StepName];
|
|
102
114
|
export declare const StepStatus: {
|
|
@@ -120,6 +132,12 @@ export declare const LogType: {
|
|
|
120
132
|
readonly CLOUDWATCH: "CLOUDWATCH";
|
|
121
133
|
};
|
|
122
134
|
export type LogType = (typeof LogType)[keyof typeof LogType];
|
|
135
|
+
export declare const ValidationMode: {
|
|
136
|
+
readonly DISABLED: "DISABLED";
|
|
137
|
+
readonly SIMULATED: "SIMULATED";
|
|
138
|
+
};
|
|
139
|
+
export type ValidationMode =
|
|
140
|
+
(typeof ValidationMode)[keyof typeof ValidationMode];
|
|
123
141
|
export declare const CodeRemediationTaskStatus: {
|
|
124
142
|
readonly COMPLETED: "COMPLETED";
|
|
125
143
|
readonly FAILED: "FAILED";
|
|
@@ -152,6 +170,15 @@ export declare const FindingStatus: {
|
|
|
152
170
|
readonly RESOLVED: "RESOLVED";
|
|
153
171
|
};
|
|
154
172
|
export type FindingStatus = (typeof FindingStatus)[keyof typeof FindingStatus];
|
|
173
|
+
export declare const ValidationStatus: {
|
|
174
|
+
readonly CONFIRMED: "CONFIRMED";
|
|
175
|
+
readonly NOT_REPRODUCED: "NOT_REPRODUCED";
|
|
176
|
+
readonly NOT_VALIDATED: "NOT_VALIDATED";
|
|
177
|
+
readonly VALIDATING: "VALIDATING";
|
|
178
|
+
readonly VALIDATION_FAILED: "VALIDATION_FAILED";
|
|
179
|
+
};
|
|
180
|
+
export type ValidationStatus =
|
|
181
|
+
(typeof ValidationStatus)[keyof typeof ValidationStatus];
|
|
155
182
|
export declare const DNSRecordType: {
|
|
156
183
|
readonly TXT: "TXT";
|
|
157
184
|
};
|
|
@@ -171,8 +198,47 @@ export declare const TargetDomainStatus: {
|
|
|
171
198
|
};
|
|
172
199
|
export type TargetDomainStatus =
|
|
173
200
|
(typeof TargetDomainStatus)[keyof typeof TargetDomainStatus];
|
|
201
|
+
export declare const ThreatActor: {
|
|
202
|
+
readonly AGENT: "AGENT";
|
|
203
|
+
readonly CUSTOMER: "CUSTOMER";
|
|
204
|
+
};
|
|
205
|
+
export type ThreatActor = (typeof ThreatActor)[keyof typeof ThreatActor];
|
|
206
|
+
export declare const ThreatSeverity: {
|
|
207
|
+
readonly CRITICAL: "CRITICAL";
|
|
208
|
+
readonly HIGH: "HIGH";
|
|
209
|
+
readonly INFO: "INFO";
|
|
210
|
+
readonly LOW: "LOW";
|
|
211
|
+
readonly MEDIUM: "MEDIUM";
|
|
212
|
+
};
|
|
213
|
+
export type ThreatSeverity =
|
|
214
|
+
(typeof ThreatSeverity)[keyof typeof ThreatSeverity];
|
|
215
|
+
export declare const ThreatStatus: {
|
|
216
|
+
readonly DISMISSED: "DISMISSED";
|
|
217
|
+
readonly OPEN: "OPEN";
|
|
218
|
+
readonly RESOLVED: "RESOLVED";
|
|
219
|
+
};
|
|
220
|
+
export type ThreatStatus = (typeof ThreatStatus)[keyof typeof ThreatStatus];
|
|
221
|
+
export declare const StrideCategory: {
|
|
222
|
+
readonly DENIAL_OF_SERVICE: "DENIAL_OF_SERVICE";
|
|
223
|
+
readonly ELEVATION_OF_PRIVILEGE: "ELEVATION_OF_PRIVILEGE";
|
|
224
|
+
readonly INFORMATION_DISCLOSURE: "INFORMATION_DISCLOSURE";
|
|
225
|
+
readonly REPUDIATION: "REPUDIATION";
|
|
226
|
+
readonly SPOOFING: "SPOOFING";
|
|
227
|
+
readonly TAMPERING: "TAMPERING";
|
|
228
|
+
};
|
|
229
|
+
export type StrideCategory =
|
|
230
|
+
(typeof StrideCategory)[keyof typeof StrideCategory];
|
|
231
|
+
export declare const GitLabTokenType: {
|
|
232
|
+
readonly GROUP: "GROUP";
|
|
233
|
+
readonly PERSONAL: "PERSONAL";
|
|
234
|
+
};
|
|
235
|
+
export type GitLabTokenType =
|
|
236
|
+
(typeof GitLabTokenType)[keyof typeof GitLabTokenType];
|
|
174
237
|
export declare const Provider: {
|
|
238
|
+
readonly BITBUCKET: "BITBUCKET";
|
|
239
|
+
readonly CONFLUENCE: "CONFLUENCE";
|
|
175
240
|
readonly GITHUB: "GITHUB";
|
|
241
|
+
readonly GITLAB: "GITLAB";
|
|
176
242
|
};
|
|
177
243
|
export type Provider = (typeof Provider)[keyof typeof Provider];
|
|
178
244
|
export declare const UserRole: {
|
|
@@ -184,13 +250,70 @@ export declare const MembershipType: {
|
|
|
184
250
|
};
|
|
185
251
|
export type MembershipType =
|
|
186
252
|
(typeof MembershipType)[keyof typeof MembershipType];
|
|
253
|
+
export declare const ResourceConfigDnsResolution: {
|
|
254
|
+
readonly IN_VPC: "IN_VPC";
|
|
255
|
+
readonly PUBLIC: "PUBLIC";
|
|
256
|
+
};
|
|
257
|
+
export type ResourceConfigDnsResolution =
|
|
258
|
+
(typeof ResourceConfigDnsResolution)[keyof typeof ResourceConfigDnsResolution];
|
|
259
|
+
export declare const IpAddressType: {
|
|
260
|
+
readonly DUAL_STACK: "DUAL_STACK";
|
|
261
|
+
readonly IPV4: "IPV4";
|
|
262
|
+
readonly IPV6: "IPV6";
|
|
263
|
+
};
|
|
264
|
+
export type IpAddressType = (typeof IpAddressType)[keyof typeof IpAddressType];
|
|
265
|
+
export declare const PrivateConnectionStatus: {
|
|
266
|
+
readonly ACTIVE: "ACTIVE";
|
|
267
|
+
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
268
|
+
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
269
|
+
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
270
|
+
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
|
271
|
+
};
|
|
272
|
+
export type PrivateConnectionStatus =
|
|
273
|
+
(typeof PrivateConnectionStatus)[keyof typeof PrivateConnectionStatus];
|
|
274
|
+
export declare const PrivateConnectionType: {
|
|
275
|
+
readonly SELF_MANAGED: "SELF_MANAGED";
|
|
276
|
+
readonly SERVICE_MANAGED: "SERVICE_MANAGED";
|
|
277
|
+
};
|
|
278
|
+
export type PrivateConnectionType =
|
|
279
|
+
(typeof PrivateConnectionType)[keyof typeof PrivateConnectionType];
|
|
280
|
+
export declare const SecurityRequirementPackStatus: {
|
|
281
|
+
readonly DISABLED: "DISABLED";
|
|
282
|
+
readonly ENABLED: "ENABLED";
|
|
283
|
+
};
|
|
284
|
+
export type SecurityRequirementPackStatus =
|
|
285
|
+
(typeof SecurityRequirementPackStatus)[keyof typeof SecurityRequirementPackStatus];
|
|
187
286
|
export declare const ProviderType: {
|
|
188
287
|
readonly DOCUMENTATION: "DOCUMENTATION";
|
|
189
288
|
readonly SOURCE_CODE: "SOURCE_CODE";
|
|
190
289
|
};
|
|
191
290
|
export type ProviderType = (typeof ProviderType)[keyof typeof ProviderType];
|
|
291
|
+
export declare const SecurityRequirementPackImportStatus: {
|
|
292
|
+
readonly COMPLETED: "COMPLETED";
|
|
293
|
+
readonly FAILED: "FAILED";
|
|
294
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
295
|
+
readonly PENDING: "PENDING";
|
|
296
|
+
};
|
|
297
|
+
export type SecurityRequirementPackImportStatus =
|
|
298
|
+
(typeof SecurityRequirementPackImportStatus)[keyof typeof SecurityRequirementPackImportStatus];
|
|
299
|
+
export declare const ManagementType: {
|
|
300
|
+
readonly AWS_MANAGED: "AWS_MANAGED";
|
|
301
|
+
readonly CUSTOMER_MANAGED: "CUSTOMER_MANAGED";
|
|
302
|
+
};
|
|
303
|
+
export type ManagementType =
|
|
304
|
+
(typeof ManagementType)[keyof typeof ManagementType];
|
|
305
|
+
export declare const SecurityRequirementArtifactFormat: {
|
|
306
|
+
readonly DOC: "DOC";
|
|
307
|
+
readonly DOCX: "DOCX";
|
|
308
|
+
readonly MD: "MD";
|
|
309
|
+
readonly PDF: "PDF";
|
|
310
|
+
readonly TXT: "TXT";
|
|
311
|
+
};
|
|
312
|
+
export type SecurityRequirementArtifactFormat =
|
|
313
|
+
(typeof SecurityRequirementArtifactFormat)[keyof typeof SecurityRequirementArtifactFormat];
|
|
192
314
|
export declare const ResourceType: {
|
|
193
315
|
readonly CODE_REPOSITORY: "CODE_REPOSITORY";
|
|
316
|
+
readonly DOCUMENT: "DOCUMENT";
|
|
194
317
|
};
|
|
195
318
|
export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
|
|
196
319
|
export declare const MembershipTypeFilter: {
|
|
@@ -44,3 +44,10 @@ export declare class ConflictException extends __BaseException {
|
|
|
44
44
|
readonly $fault: "client";
|
|
45
45
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
46
46
|
}
|
|
47
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
48
|
+
readonly name: "ServiceQuotaExceededException";
|
|
49
|
+
readonly $fault: "client";
|
|
50
|
+
constructor(
|
|
51
|
+
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
52
|
+
);
|
|
53
|
+
}
|