@aws-sdk/client-inspector2 3.936.0 → 3.940.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/dist-cjs/index.js +546 -0
- package/dist-es/models/enums.js +475 -0
- package/dist-es/models/models_0.js +1 -423
- package/dist-es/models/models_1.js +1 -52
- package/dist-types/commands/GetDelegatedAdminAccountCommand.d.ts +1 -1
- package/dist-types/commands/GetEc2DeepInspectionConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetEncryptionKeyCommand.d.ts +1 -1
- package/dist-types/commands/GetFindingsReportStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetMemberCommand.d.ts +1 -1
- package/dist-types/commands/GetSbomExportCommand.d.ts +1 -1
- package/dist-types/commands/ListAccountPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/ListCisScanConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/ListCisScanResultsAggregatedByChecksCommand.d.ts +1 -1
- package/dist-types/commands/ListCisScanResultsAggregatedByTargetResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListCisScansCommand.d.ts +1 -1
- package/dist-types/commands/ListCodeSecurityIntegrationsCommand.d.ts +1 -1
- package/dist-types/commands/ListCodeSecurityScanConfigurationAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ListCodeSecurityScanConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/ListCoverageCommand.d.ts +1 -1
- package/dist-types/commands/ListCoverageStatisticsCommand.d.ts +1 -1
- package/dist-types/commands/ListDelegatedAdminAccountsCommand.d.ts +1 -1
- package/dist-types/commands/ListFiltersCommand.d.ts +1 -1
- package/dist-types/commands/ListFindingAggregationsCommand.d.ts +1 -1
- package/dist-types/commands/ListFindingsCommand.d.ts +1 -1
- package/dist-types/commands/ListMembersCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListUsageTotalsCommand.d.ts +1 -1
- package/dist-types/commands/ResetEncryptionKeyCommand.d.ts +1 -1
- package/dist-types/commands/SearchVulnerabilitiesCommand.d.ts +1 -1
- package/dist-types/commands/SendCisSessionHealthCommand.d.ts +1 -1
- package/dist-types/commands/SendCisSessionTelemetryCommand.d.ts +1 -1
- package/dist-types/commands/StartCisSessionCommand.d.ts +2 -1
- package/dist-types/models/enums.d.ts +1187 -144
- package/dist-types/models/errors.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +1366 -945
- package/dist-types/models/models_1.d.ts +2 -1466
- package/dist-types/ts3.4/commands/GetDelegatedAdminAccountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEc2DeepInspectionConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEncryptionKeyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFindingsReportStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetMemberCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSbomExportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAccountPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListCisScanConfigurationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListCisScanResultsAggregatedByChecksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListCisScanResultsAggregatedByTargetResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListCisScansCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListCodeSecurityIntegrationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListCodeSecurityScanConfigurationAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListCodeSecurityScanConfigurationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListCoverageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListCoverageStatisticsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDelegatedAdminAccountsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFindingAggregationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUsageTotalsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetEncryptionKeyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchVulnerabilitiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SendCisSessionHealthCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SendCisSessionTelemetryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartCisSessionCommand.d.ts +2 -4
- package/dist-types/ts3.4/models/enums.d.ts +588 -0
- package/dist-types/ts3.4/models/errors.d.ts +2 -4
- package/dist-types/ts3.4/models/models_0.d.ts +383 -528
- package/dist-types/ts3.4/models/models_1.d.ts +4 -419
- package/package.json +5 -5
|
@@ -1,3 +1,71 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @public
|
|
3
|
+
* @enum
|
|
4
|
+
*/
|
|
5
|
+
export declare const Status: {
|
|
6
|
+
readonly DISABLED: "DISABLED";
|
|
7
|
+
readonly DISABLING: "DISABLING";
|
|
8
|
+
readonly ENABLED: "ENABLED";
|
|
9
|
+
readonly ENABLING: "ENABLING";
|
|
10
|
+
readonly SUSPENDED: "SUSPENDED";
|
|
11
|
+
readonly SUSPENDING: "SUSPENDING";
|
|
12
|
+
};
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
export type Status = (typeof Status)[keyof typeof Status];
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
* @enum
|
|
20
|
+
*/
|
|
21
|
+
export declare const AggregationFindingType: {
|
|
22
|
+
readonly CODE_VULNERABILITY: "CODE_VULNERABILITY";
|
|
23
|
+
readonly NETWORK_REACHABILITY: "NETWORK_REACHABILITY";
|
|
24
|
+
readonly PACKAGE_VULNERABILITY: "PACKAGE_VULNERABILITY";
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
export type AggregationFindingType = (typeof AggregationFindingType)[keyof typeof AggregationFindingType];
|
|
30
|
+
/**
|
|
31
|
+
* @public
|
|
32
|
+
* @enum
|
|
33
|
+
*/
|
|
34
|
+
export declare const AggregationResourceType: {
|
|
35
|
+
readonly AWS_EC2_INSTANCE: "AWS_EC2_INSTANCE";
|
|
36
|
+
readonly AWS_ECR_CONTAINER_IMAGE: "AWS_ECR_CONTAINER_IMAGE";
|
|
37
|
+
readonly AWS_LAMBDA_FUNCTION: "AWS_LAMBDA_FUNCTION";
|
|
38
|
+
readonly CODE_REPOSITORY: "CODE_REPOSITORY";
|
|
39
|
+
};
|
|
40
|
+
/**
|
|
41
|
+
* @public
|
|
42
|
+
*/
|
|
43
|
+
export type AggregationResourceType = (typeof AggregationResourceType)[keyof typeof AggregationResourceType];
|
|
44
|
+
/**
|
|
45
|
+
* @public
|
|
46
|
+
* @enum
|
|
47
|
+
*/
|
|
48
|
+
export declare const AccountSortBy: {
|
|
49
|
+
readonly ALL: "ALL";
|
|
50
|
+
readonly CRITICAL: "CRITICAL";
|
|
51
|
+
readonly HIGH: "HIGH";
|
|
52
|
+
};
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
56
|
+
export type AccountSortBy = (typeof AccountSortBy)[keyof typeof AccountSortBy];
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
* @enum
|
|
60
|
+
*/
|
|
61
|
+
export declare const SortOrder: {
|
|
62
|
+
readonly ASC: "ASC";
|
|
63
|
+
readonly DESC: "DESC";
|
|
64
|
+
};
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
68
|
+
export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
|
|
1
69
|
/**
|
|
2
70
|
* @public
|
|
3
71
|
* @enum
|
|
@@ -10,395 +78,1313 @@ export declare const CisStringComparison: {
|
|
|
10
78
|
/**
|
|
11
79
|
* @public
|
|
12
80
|
*/
|
|
13
|
-
export type CisStringComparison = (typeof CisStringComparison)[keyof typeof CisStringComparison];
|
|
81
|
+
export type CisStringComparison = (typeof CisStringComparison)[keyof typeof CisStringComparison];
|
|
82
|
+
/**
|
|
83
|
+
* @public
|
|
84
|
+
* @enum
|
|
85
|
+
*/
|
|
86
|
+
export declare const ErrorCode: {
|
|
87
|
+
readonly ACCESS_DENIED: "ACCESS_DENIED";
|
|
88
|
+
readonly ACCOUNT_IS_ISOLATED: "ACCOUNT_IS_ISOLATED";
|
|
89
|
+
readonly ALREADY_ENABLED: "ALREADY_ENABLED";
|
|
90
|
+
readonly BLOCKED_BY_ORGANIZATION_POLICY: "BLOCKED_BY_ORGANIZATION_POLICY";
|
|
91
|
+
readonly DISABLE_IN_PROGRESS: "DISABLE_IN_PROGRESS";
|
|
92
|
+
readonly DISASSOCIATE_ALL_MEMBERS: "DISASSOCIATE_ALL_MEMBERS";
|
|
93
|
+
readonly EC2_SSM_ASSOCIATION_VERSION_LIMIT_EXCEEDED: "EC2_SSM_ASSOCIATION_VERSION_LIMIT_EXCEEDED";
|
|
94
|
+
readonly EC2_SSM_RESOURCE_DATA_SYNC_LIMIT_EXCEEDED: "EC2_SSM_RESOURCE_DATA_SYNC_LIMIT_EXCEEDED";
|
|
95
|
+
readonly ENABLE_IN_PROGRESS: "ENABLE_IN_PROGRESS";
|
|
96
|
+
readonly EVENTBRIDGE_THROTTLED: "EVENTBRIDGE_THROTTLED";
|
|
97
|
+
readonly EVENTBRIDGE_UNAVAILABLE: "EVENTBRIDGE_UNAVAILABLE";
|
|
98
|
+
readonly INTERNAL_ERROR: "INTERNAL_ERROR";
|
|
99
|
+
readonly RESOURCE_NOT_FOUND: "RESOURCE_NOT_FOUND";
|
|
100
|
+
readonly RESOURCE_SCAN_NOT_DISABLED: "RESOURCE_SCAN_NOT_DISABLED";
|
|
101
|
+
readonly SSM_THROTTLED: "SSM_THROTTLED";
|
|
102
|
+
readonly SSM_UNAVAILABLE: "SSM_UNAVAILABLE";
|
|
103
|
+
readonly SUSPEND_IN_PROGRESS: "SUSPEND_IN_PROGRESS";
|
|
104
|
+
};
|
|
105
|
+
/**
|
|
106
|
+
* @public
|
|
107
|
+
*/
|
|
108
|
+
export type ErrorCode = (typeof ErrorCode)[keyof typeof ErrorCode];
|
|
109
|
+
/**
|
|
110
|
+
* @public
|
|
111
|
+
* @enum
|
|
112
|
+
*/
|
|
113
|
+
export declare const StringComparison: {
|
|
114
|
+
readonly EQUALS: "EQUALS";
|
|
115
|
+
readonly NOT_EQUALS: "NOT_EQUALS";
|
|
116
|
+
readonly PREFIX: "PREFIX";
|
|
117
|
+
};
|
|
118
|
+
/**
|
|
119
|
+
* @public
|
|
120
|
+
*/
|
|
121
|
+
export type StringComparison = (typeof StringComparison)[keyof typeof StringComparison];
|
|
122
|
+
/**
|
|
123
|
+
* @public
|
|
124
|
+
* @enum
|
|
125
|
+
*/
|
|
126
|
+
export declare const AmiSortBy: {
|
|
127
|
+
readonly AFFECTED_INSTANCES: "AFFECTED_INSTANCES";
|
|
128
|
+
readonly ALL: "ALL";
|
|
129
|
+
readonly CRITICAL: "CRITICAL";
|
|
130
|
+
readonly HIGH: "HIGH";
|
|
131
|
+
};
|
|
132
|
+
/**
|
|
133
|
+
* @public
|
|
134
|
+
*/
|
|
135
|
+
export type AmiSortBy = (typeof AmiSortBy)[keyof typeof AmiSortBy];
|
|
136
|
+
/**
|
|
137
|
+
* @public
|
|
138
|
+
* @enum
|
|
139
|
+
*/
|
|
140
|
+
export declare const AwsEcrContainerSortBy: {
|
|
141
|
+
readonly ALL: "ALL";
|
|
142
|
+
readonly CRITICAL: "CRITICAL";
|
|
143
|
+
readonly HIGH: "HIGH";
|
|
144
|
+
};
|
|
145
|
+
/**
|
|
146
|
+
* @public
|
|
147
|
+
*/
|
|
148
|
+
export type AwsEcrContainerSortBy = (typeof AwsEcrContainerSortBy)[keyof typeof AwsEcrContainerSortBy];
|
|
149
|
+
/**
|
|
150
|
+
* @public
|
|
151
|
+
* @enum
|
|
152
|
+
*/
|
|
153
|
+
export declare const CodeRepositorySortBy: {
|
|
154
|
+
readonly ALL: "ALL";
|
|
155
|
+
readonly CRITICAL: "CRITICAL";
|
|
156
|
+
readonly HIGH: "HIGH";
|
|
157
|
+
};
|
|
158
|
+
/**
|
|
159
|
+
* @public
|
|
160
|
+
*/
|
|
161
|
+
export type CodeRepositorySortBy = (typeof CodeRepositorySortBy)[keyof typeof CodeRepositorySortBy];
|
|
162
|
+
/**
|
|
163
|
+
* @public
|
|
164
|
+
* @enum
|
|
165
|
+
*/
|
|
166
|
+
export declare const MapComparison: {
|
|
167
|
+
readonly EQUALS: "EQUALS";
|
|
168
|
+
};
|
|
169
|
+
/**
|
|
170
|
+
* @public
|
|
171
|
+
*/
|
|
172
|
+
export type MapComparison = (typeof MapComparison)[keyof typeof MapComparison];
|
|
173
|
+
/**
|
|
174
|
+
* @public
|
|
175
|
+
* @enum
|
|
176
|
+
*/
|
|
177
|
+
export declare const Ec2InstanceSortBy: {
|
|
178
|
+
readonly ALL: "ALL";
|
|
179
|
+
readonly CRITICAL: "CRITICAL";
|
|
180
|
+
readonly HIGH: "HIGH";
|
|
181
|
+
readonly NETWORK_FINDINGS: "NETWORK_FINDINGS";
|
|
182
|
+
};
|
|
183
|
+
/**
|
|
184
|
+
* @public
|
|
185
|
+
*/
|
|
186
|
+
export type Ec2InstanceSortBy = (typeof Ec2InstanceSortBy)[keyof typeof Ec2InstanceSortBy];
|
|
187
|
+
/**
|
|
188
|
+
* @public
|
|
189
|
+
* @enum
|
|
190
|
+
*/
|
|
191
|
+
export declare const FindingTypeSortBy: {
|
|
192
|
+
readonly ALL: "ALL";
|
|
193
|
+
readonly CRITICAL: "CRITICAL";
|
|
194
|
+
readonly HIGH: "HIGH";
|
|
195
|
+
};
|
|
196
|
+
/**
|
|
197
|
+
* @public
|
|
198
|
+
*/
|
|
199
|
+
export type FindingTypeSortBy = (typeof FindingTypeSortBy)[keyof typeof FindingTypeSortBy];
|
|
200
|
+
/**
|
|
201
|
+
* @public
|
|
202
|
+
* @enum
|
|
203
|
+
*/
|
|
204
|
+
export declare const ImageLayerSortBy: {
|
|
205
|
+
readonly ALL: "ALL";
|
|
206
|
+
readonly CRITICAL: "CRITICAL";
|
|
207
|
+
readonly HIGH: "HIGH";
|
|
208
|
+
};
|
|
209
|
+
/**
|
|
210
|
+
* @public
|
|
211
|
+
*/
|
|
212
|
+
export type ImageLayerSortBy = (typeof ImageLayerSortBy)[keyof typeof ImageLayerSortBy];
|
|
213
|
+
/**
|
|
214
|
+
* @public
|
|
215
|
+
* @enum
|
|
216
|
+
*/
|
|
217
|
+
export declare const LambdaFunctionSortBy: {
|
|
218
|
+
readonly ALL: "ALL";
|
|
219
|
+
readonly CRITICAL: "CRITICAL";
|
|
220
|
+
readonly HIGH: "HIGH";
|
|
221
|
+
};
|
|
222
|
+
/**
|
|
223
|
+
* @public
|
|
224
|
+
*/
|
|
225
|
+
export type LambdaFunctionSortBy = (typeof LambdaFunctionSortBy)[keyof typeof LambdaFunctionSortBy];
|
|
226
|
+
/**
|
|
227
|
+
* @public
|
|
228
|
+
* @enum
|
|
229
|
+
*/
|
|
230
|
+
export declare const LambdaLayerSortBy: {
|
|
231
|
+
readonly ALL: "ALL";
|
|
232
|
+
readonly CRITICAL: "CRITICAL";
|
|
233
|
+
readonly HIGH: "HIGH";
|
|
234
|
+
};
|
|
235
|
+
/**
|
|
236
|
+
* @public
|
|
237
|
+
*/
|
|
238
|
+
export type LambdaLayerSortBy = (typeof LambdaLayerSortBy)[keyof typeof LambdaLayerSortBy];
|
|
239
|
+
/**
|
|
240
|
+
* @public
|
|
241
|
+
* @enum
|
|
242
|
+
*/
|
|
243
|
+
export declare const PackageSortBy: {
|
|
244
|
+
readonly ALL: "ALL";
|
|
245
|
+
readonly CRITICAL: "CRITICAL";
|
|
246
|
+
readonly HIGH: "HIGH";
|
|
247
|
+
};
|
|
248
|
+
/**
|
|
249
|
+
* @public
|
|
250
|
+
*/
|
|
251
|
+
export type PackageSortBy = (typeof PackageSortBy)[keyof typeof PackageSortBy];
|
|
252
|
+
/**
|
|
253
|
+
* @public
|
|
254
|
+
* @enum
|
|
255
|
+
*/
|
|
256
|
+
export declare const RepositorySortBy: {
|
|
257
|
+
readonly AFFECTED_IMAGES: "AFFECTED_IMAGES";
|
|
258
|
+
readonly ALL: "ALL";
|
|
259
|
+
readonly CRITICAL: "CRITICAL";
|
|
260
|
+
readonly HIGH: "HIGH";
|
|
261
|
+
};
|
|
262
|
+
/**
|
|
263
|
+
* @public
|
|
264
|
+
*/
|
|
265
|
+
export type RepositorySortBy = (typeof RepositorySortBy)[keyof typeof RepositorySortBy];
|
|
266
|
+
/**
|
|
267
|
+
* @public
|
|
268
|
+
* @enum
|
|
269
|
+
*/
|
|
270
|
+
export declare const TitleSortBy: {
|
|
271
|
+
readonly ALL: "ALL";
|
|
272
|
+
readonly CRITICAL: "CRITICAL";
|
|
273
|
+
readonly HIGH: "HIGH";
|
|
274
|
+
};
|
|
275
|
+
/**
|
|
276
|
+
* @public
|
|
277
|
+
*/
|
|
278
|
+
export type TitleSortBy = (typeof TitleSortBy)[keyof typeof TitleSortBy];
|
|
279
|
+
/**
|
|
280
|
+
* @public
|
|
281
|
+
* @enum
|
|
282
|
+
*/
|
|
283
|
+
export declare const AggregationType: {
|
|
284
|
+
readonly ACCOUNT: "ACCOUNT";
|
|
285
|
+
readonly AMI: "AMI";
|
|
286
|
+
readonly AWS_EC2_INSTANCE: "AWS_EC2_INSTANCE";
|
|
287
|
+
readonly AWS_ECR_CONTAINER: "AWS_ECR_CONTAINER";
|
|
288
|
+
readonly AWS_LAMBDA_FUNCTION: "AWS_LAMBDA_FUNCTION";
|
|
289
|
+
readonly CODE_REPOSITORY: "CODE_REPOSITORY";
|
|
290
|
+
readonly FINDING_TYPE: "FINDING_TYPE";
|
|
291
|
+
readonly IMAGE_LAYER: "IMAGE_LAYER";
|
|
292
|
+
readonly LAMBDA_LAYER: "LAMBDA_LAYER";
|
|
293
|
+
readonly PACKAGE: "PACKAGE";
|
|
294
|
+
readonly REPOSITORY: "REPOSITORY";
|
|
295
|
+
readonly TITLE: "TITLE";
|
|
296
|
+
};
|
|
297
|
+
/**
|
|
298
|
+
* @public
|
|
299
|
+
*/
|
|
300
|
+
export type AggregationType = (typeof AggregationType)[keyof typeof AggregationType];
|
|
301
|
+
/**
|
|
302
|
+
* @public
|
|
303
|
+
* @enum
|
|
304
|
+
*/
|
|
305
|
+
export declare const Architecture: {
|
|
306
|
+
readonly ARM64: "ARM64";
|
|
307
|
+
readonly X86_64: "X86_64";
|
|
308
|
+
};
|
|
309
|
+
/**
|
|
310
|
+
* @public
|
|
311
|
+
*/
|
|
312
|
+
export type Architecture = (typeof Architecture)[keyof typeof Architecture];
|
|
313
|
+
/**
|
|
314
|
+
* @public
|
|
315
|
+
* @enum
|
|
316
|
+
*/
|
|
317
|
+
export declare const ValidationExceptionReason: {
|
|
318
|
+
readonly CANNOT_PARSE: "CANNOT_PARSE";
|
|
319
|
+
readonly FIELD_VALIDATION_FAILED: "FIELD_VALIDATION_FAILED";
|
|
320
|
+
readonly OTHER: "OTHER";
|
|
321
|
+
};
|
|
322
|
+
/**
|
|
323
|
+
* @public
|
|
324
|
+
*/
|
|
325
|
+
export type ValidationExceptionReason = (typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason];
|
|
326
|
+
/**
|
|
327
|
+
* @public
|
|
328
|
+
* @enum
|
|
329
|
+
*/
|
|
330
|
+
export declare const AssociationResultStatusCode: {
|
|
331
|
+
readonly ACCESS_DENIED: "ACCESS_DENIED";
|
|
332
|
+
readonly INTERNAL_ERROR: "INTERNAL_ERROR";
|
|
333
|
+
readonly INVALID_INPUT: "INVALID_INPUT";
|
|
334
|
+
readonly QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
|
|
335
|
+
readonly RESOURCE_NOT_FOUND: "RESOURCE_NOT_FOUND";
|
|
336
|
+
readonly SCAN_CONFIGURATION_NOT_FOUND: "SCAN_CONFIGURATION_NOT_FOUND";
|
|
337
|
+
};
|
|
338
|
+
/**
|
|
339
|
+
* @public
|
|
340
|
+
*/
|
|
341
|
+
export type AssociationResultStatusCode = (typeof AssociationResultStatusCode)[keyof typeof AssociationResultStatusCode];
|
|
342
|
+
/**
|
|
343
|
+
* @public
|
|
344
|
+
* @enum
|
|
345
|
+
*/
|
|
346
|
+
export declare const PackageType: {
|
|
347
|
+
readonly IMAGE: "IMAGE";
|
|
348
|
+
readonly ZIP: "ZIP";
|
|
349
|
+
};
|
|
350
|
+
/**
|
|
351
|
+
* @public
|
|
352
|
+
*/
|
|
353
|
+
export type PackageType = (typeof PackageType)[keyof typeof PackageType];
|
|
354
|
+
/**
|
|
355
|
+
* @public
|
|
356
|
+
* @enum
|
|
357
|
+
*/
|
|
358
|
+
export declare const Runtime: {
|
|
359
|
+
readonly DOTNETCORE_3_1: "DOTNETCORE_3_1";
|
|
360
|
+
readonly DOTNET_6: "DOTNET_6";
|
|
361
|
+
readonly DOTNET_7: "DOTNET_7";
|
|
362
|
+
readonly GO_1_X: "GO_1_X";
|
|
363
|
+
readonly JAVA_11: "JAVA_11";
|
|
364
|
+
readonly JAVA_17: "JAVA_17";
|
|
365
|
+
readonly JAVA_8: "JAVA_8";
|
|
366
|
+
readonly JAVA_8_AL2: "JAVA_8_AL2";
|
|
367
|
+
readonly NODEJS: "NODEJS";
|
|
368
|
+
readonly NODEJS_12_X: "NODEJS_12_X";
|
|
369
|
+
readonly NODEJS_14_X: "NODEJS_14_X";
|
|
370
|
+
readonly NODEJS_16_X: "NODEJS_16_X";
|
|
371
|
+
readonly NODEJS_18_X: "NODEJS_18_X";
|
|
372
|
+
readonly PYTHON_3_10: "PYTHON_3_10";
|
|
373
|
+
readonly PYTHON_3_11: "PYTHON_3_11";
|
|
374
|
+
readonly PYTHON_3_7: "PYTHON_3_7";
|
|
375
|
+
readonly PYTHON_3_8: "PYTHON_3_8";
|
|
376
|
+
readonly PYTHON_3_9: "PYTHON_3_9";
|
|
377
|
+
readonly RUBY_2_7: "RUBY_2_7";
|
|
378
|
+
readonly RUBY_3_2: "RUBY_3_2";
|
|
379
|
+
readonly UNSUPPORTED: "UNSUPPORTED";
|
|
380
|
+
};
|
|
381
|
+
/**
|
|
382
|
+
* @public
|
|
383
|
+
*/
|
|
384
|
+
export type Runtime = (typeof Runtime)[keyof typeof Runtime];
|
|
385
|
+
/**
|
|
386
|
+
* @public
|
|
387
|
+
* @enum
|
|
388
|
+
*/
|
|
389
|
+
export declare const CodeSnippetErrorCode: {
|
|
390
|
+
readonly ACCESS_DENIED: "ACCESS_DENIED";
|
|
391
|
+
readonly CODE_SNIPPET_NOT_FOUND: "CODE_SNIPPET_NOT_FOUND";
|
|
392
|
+
readonly INTERNAL_ERROR: "INTERNAL_ERROR";
|
|
393
|
+
readonly INVALID_INPUT: "INVALID_INPUT";
|
|
394
|
+
};
|
|
395
|
+
/**
|
|
396
|
+
* @public
|
|
397
|
+
*/
|
|
398
|
+
export type CodeSnippetErrorCode = (typeof CodeSnippetErrorCode)[keyof typeof CodeSnippetErrorCode];
|
|
399
|
+
/**
|
|
400
|
+
* @public
|
|
401
|
+
* @enum
|
|
402
|
+
*/
|
|
403
|
+
export declare const FindingDetailsErrorCode: {
|
|
404
|
+
readonly ACCESS_DENIED: "ACCESS_DENIED";
|
|
405
|
+
readonly FINDING_DETAILS_NOT_FOUND: "FINDING_DETAILS_NOT_FOUND";
|
|
406
|
+
readonly INTERNAL_ERROR: "INTERNAL_ERROR";
|
|
407
|
+
readonly INVALID_INPUT: "INVALID_INPUT";
|
|
408
|
+
};
|
|
409
|
+
/**
|
|
410
|
+
* @public
|
|
411
|
+
*/
|
|
412
|
+
export type FindingDetailsErrorCode = (typeof FindingDetailsErrorCode)[keyof typeof FindingDetailsErrorCode];
|
|
413
|
+
/**
|
|
414
|
+
* @public
|
|
415
|
+
* @enum
|
|
416
|
+
*/
|
|
417
|
+
export declare const FreeTrialStatus: {
|
|
418
|
+
readonly ACTIVE: "ACTIVE";
|
|
419
|
+
readonly INACTIVE: "INACTIVE";
|
|
420
|
+
};
|
|
421
|
+
/**
|
|
422
|
+
* @public
|
|
423
|
+
*/
|
|
424
|
+
export type FreeTrialStatus = (typeof FreeTrialStatus)[keyof typeof FreeTrialStatus];
|
|
425
|
+
/**
|
|
426
|
+
* @public
|
|
427
|
+
* @enum
|
|
428
|
+
*/
|
|
429
|
+
export declare const FreeTrialType: {
|
|
430
|
+
readonly CODE_REPOSITORY: "CODE_REPOSITORY";
|
|
431
|
+
readonly EC2: "EC2";
|
|
432
|
+
readonly ECR: "ECR";
|
|
433
|
+
readonly LAMBDA: "LAMBDA";
|
|
434
|
+
readonly LAMBDA_CODE: "LAMBDA_CODE";
|
|
435
|
+
};
|
|
436
|
+
/**
|
|
437
|
+
* @public
|
|
438
|
+
*/
|
|
439
|
+
export type FreeTrialType = (typeof FreeTrialType)[keyof typeof FreeTrialType];
|
|
440
|
+
/**
|
|
441
|
+
* @public
|
|
442
|
+
* @enum
|
|
443
|
+
*/
|
|
444
|
+
export declare const FreeTrialInfoErrorCode: {
|
|
445
|
+
readonly ACCESS_DENIED: "ACCESS_DENIED";
|
|
446
|
+
readonly INTERNAL_ERROR: "INTERNAL_ERROR";
|
|
447
|
+
};
|
|
448
|
+
/**
|
|
449
|
+
* @public
|
|
450
|
+
*/
|
|
451
|
+
export type FreeTrialInfoErrorCode = (typeof FreeTrialInfoErrorCode)[keyof typeof FreeTrialInfoErrorCode];
|
|
452
|
+
/**
|
|
453
|
+
* @public
|
|
454
|
+
* @enum
|
|
455
|
+
*/
|
|
456
|
+
export declare const Ec2DeepInspectionStatus: {
|
|
457
|
+
readonly ACTIVATED: "ACTIVATED";
|
|
458
|
+
readonly DEACTIVATED: "DEACTIVATED";
|
|
459
|
+
readonly FAILED: "FAILED";
|
|
460
|
+
readonly PENDING: "PENDING";
|
|
461
|
+
};
|
|
462
|
+
/**
|
|
463
|
+
* @public
|
|
464
|
+
*/
|
|
465
|
+
export type Ec2DeepInspectionStatus = (typeof Ec2DeepInspectionStatus)[keyof typeof Ec2DeepInspectionStatus];
|
|
466
|
+
/**
|
|
467
|
+
* @public
|
|
468
|
+
* @enum
|
|
469
|
+
*/
|
|
470
|
+
export declare const CisSecurityLevel: {
|
|
471
|
+
readonly LEVEL_1: "LEVEL_1";
|
|
472
|
+
readonly LEVEL_2: "LEVEL_2";
|
|
473
|
+
};
|
|
474
|
+
/**
|
|
475
|
+
* @public
|
|
476
|
+
*/
|
|
477
|
+
export type CisSecurityLevel = (typeof CisSecurityLevel)[keyof typeof CisSecurityLevel];
|
|
478
|
+
/**
|
|
479
|
+
* @public
|
|
480
|
+
* @enum
|
|
481
|
+
*/
|
|
482
|
+
export declare const CisFindingStatus: {
|
|
483
|
+
readonly FAILED: "FAILED";
|
|
484
|
+
readonly PASSED: "PASSED";
|
|
485
|
+
readonly SKIPPED: "SKIPPED";
|
|
486
|
+
};
|
|
487
|
+
/**
|
|
488
|
+
* @public
|
|
489
|
+
*/
|
|
490
|
+
export type CisFindingStatus = (typeof CisFindingStatus)[keyof typeof CisFindingStatus];
|
|
491
|
+
/**
|
|
492
|
+
* @public
|
|
493
|
+
* @enum
|
|
494
|
+
*/
|
|
495
|
+
export declare const CisFindingStatusComparison: {
|
|
496
|
+
readonly EQUALS: "EQUALS";
|
|
497
|
+
};
|
|
498
|
+
/**
|
|
499
|
+
* @public
|
|
500
|
+
*/
|
|
501
|
+
export type CisFindingStatusComparison = (typeof CisFindingStatusComparison)[keyof typeof CisFindingStatusComparison];
|
|
502
|
+
/**
|
|
503
|
+
* @public
|
|
504
|
+
* @enum
|
|
505
|
+
*/
|
|
506
|
+
export declare const CisReportFormat: {
|
|
507
|
+
readonly CSV: "CSV";
|
|
508
|
+
readonly PDF: "PDF";
|
|
509
|
+
};
|
|
510
|
+
/**
|
|
511
|
+
* @public
|
|
512
|
+
*/
|
|
513
|
+
export type CisReportFormat = (typeof CisReportFormat)[keyof typeof CisReportFormat];
|
|
514
|
+
/**
|
|
515
|
+
* @public
|
|
516
|
+
* @enum
|
|
517
|
+
*/
|
|
518
|
+
export declare const CisReportStatus: {
|
|
519
|
+
readonly FAILED: "FAILED";
|
|
520
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
521
|
+
readonly SUCCEEDED: "SUCCEEDED";
|
|
522
|
+
};
|
|
523
|
+
/**
|
|
524
|
+
* @public
|
|
525
|
+
*/
|
|
526
|
+
export type CisReportStatus = (typeof CisReportStatus)[keyof typeof CisReportStatus];
|
|
527
|
+
/**
|
|
528
|
+
* @public
|
|
529
|
+
* @enum
|
|
530
|
+
*/
|
|
531
|
+
export declare const CisResultStatus: {
|
|
532
|
+
readonly FAILED: "FAILED";
|
|
533
|
+
readonly PASSED: "PASSED";
|
|
534
|
+
readonly SKIPPED: "SKIPPED";
|
|
535
|
+
};
|
|
536
|
+
/**
|
|
537
|
+
* @public
|
|
538
|
+
*/
|
|
539
|
+
export type CisResultStatus = (typeof CisResultStatus)[keyof typeof CisResultStatus];
|
|
540
|
+
/**
|
|
541
|
+
* @public
|
|
542
|
+
* @enum
|
|
543
|
+
*/
|
|
544
|
+
export declare const CisResultStatusComparison: {
|
|
545
|
+
readonly EQUALS: "EQUALS";
|
|
546
|
+
};
|
|
547
|
+
/**
|
|
548
|
+
* @public
|
|
549
|
+
*/
|
|
550
|
+
export type CisResultStatusComparison = (typeof CisResultStatusComparison)[keyof typeof CisResultStatusComparison];
|
|
551
|
+
/**
|
|
552
|
+
* @public
|
|
553
|
+
* @enum
|
|
554
|
+
*/
|
|
555
|
+
export declare const CisRuleStatus: {
|
|
556
|
+
readonly ERROR: "ERROR";
|
|
557
|
+
readonly FAILED: "FAILED";
|
|
558
|
+
readonly INFORMATIONAL: "INFORMATIONAL";
|
|
559
|
+
readonly NOT_APPLICABLE: "NOT_APPLICABLE";
|
|
560
|
+
readonly NOT_EVALUATED: "NOT_EVALUATED";
|
|
561
|
+
readonly PASSED: "PASSED";
|
|
562
|
+
readonly UNKNOWN: "UNKNOWN";
|
|
563
|
+
};
|
|
564
|
+
/**
|
|
565
|
+
* @public
|
|
566
|
+
*/
|
|
567
|
+
export type CisRuleStatus = (typeof CisRuleStatus)[keyof typeof CisRuleStatus];
|
|
568
|
+
/**
|
|
569
|
+
* @public
|
|
570
|
+
* @enum
|
|
571
|
+
*/
|
|
572
|
+
export declare const CisScanStatus: {
|
|
573
|
+
readonly CANCELLED: "CANCELLED";
|
|
574
|
+
readonly COMPLETED: "COMPLETED";
|
|
575
|
+
readonly FAILED: "FAILED";
|
|
576
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
577
|
+
};
|
|
578
|
+
/**
|
|
579
|
+
* @public
|
|
580
|
+
*/
|
|
581
|
+
export type CisScanStatus = (typeof CisScanStatus)[keyof typeof CisScanStatus];
|
|
582
|
+
/**
|
|
583
|
+
* @public
|
|
584
|
+
* @enum
|
|
585
|
+
*/
|
|
586
|
+
export declare const Day: {
|
|
587
|
+
readonly FRI: "FRI";
|
|
588
|
+
readonly MON: "MON";
|
|
589
|
+
readonly SAT: "SAT";
|
|
590
|
+
readonly SUN: "SUN";
|
|
591
|
+
readonly THU: "THU";
|
|
592
|
+
readonly TUE: "TUE";
|
|
593
|
+
readonly WED: "WED";
|
|
594
|
+
};
|
|
595
|
+
/**
|
|
596
|
+
* @public
|
|
597
|
+
*/
|
|
598
|
+
export type Day = (typeof Day)[keyof typeof Day];
|
|
599
|
+
/**
|
|
600
|
+
* @public
|
|
601
|
+
* @enum
|
|
602
|
+
*/
|
|
603
|
+
export declare const CisScanConfigurationsSortBy: {
|
|
604
|
+
readonly SCAN_CONFIGURATION_ARN: "SCAN_CONFIGURATION_ARN";
|
|
605
|
+
readonly SCAN_NAME: "SCAN_NAME";
|
|
606
|
+
};
|
|
607
|
+
/**
|
|
608
|
+
* @public
|
|
609
|
+
*/
|
|
610
|
+
export type CisScanConfigurationsSortBy = (typeof CisScanConfigurationsSortBy)[keyof typeof CisScanConfigurationsSortBy];
|
|
611
|
+
/**
|
|
612
|
+
* @public
|
|
613
|
+
* @enum
|
|
614
|
+
*/
|
|
615
|
+
export declare const CisSecurityLevelComparison: {
|
|
616
|
+
readonly EQUALS: "EQUALS";
|
|
617
|
+
};
|
|
618
|
+
/**
|
|
619
|
+
* @public
|
|
620
|
+
*/
|
|
621
|
+
export type CisSecurityLevelComparison = (typeof CisSecurityLevelComparison)[keyof typeof CisSecurityLevelComparison];
|
|
622
|
+
/**
|
|
623
|
+
* @public
|
|
624
|
+
* @enum
|
|
625
|
+
*/
|
|
626
|
+
export declare const CisScanResultDetailsSortBy: {
|
|
627
|
+
readonly CHECK_ID: "CHECK_ID";
|
|
628
|
+
readonly STATUS: "STATUS";
|
|
629
|
+
};
|
|
630
|
+
/**
|
|
631
|
+
* @public
|
|
632
|
+
*/
|
|
633
|
+
export type CisScanResultDetailsSortBy = (typeof CisScanResultDetailsSortBy)[keyof typeof CisScanResultDetailsSortBy];
|
|
634
|
+
/**
|
|
635
|
+
* @public
|
|
636
|
+
* @enum
|
|
637
|
+
*/
|
|
638
|
+
export declare const CisScanResultsAggregatedByChecksSortBy: {
|
|
639
|
+
readonly CHECK_ID: "CHECK_ID";
|
|
640
|
+
readonly FAILED_COUNTS: "FAILED_COUNTS";
|
|
641
|
+
readonly PLATFORM: "PLATFORM";
|
|
642
|
+
readonly SECURITY_LEVEL: "SECURITY_LEVEL";
|
|
643
|
+
readonly TITLE: "TITLE";
|
|
644
|
+
};
|
|
645
|
+
/**
|
|
646
|
+
* @public
|
|
647
|
+
*/
|
|
648
|
+
export type CisScanResultsAggregatedByChecksSortBy = (typeof CisScanResultsAggregatedByChecksSortBy)[keyof typeof CisScanResultsAggregatedByChecksSortBy];
|
|
649
|
+
/**
|
|
650
|
+
* @public
|
|
651
|
+
* @enum
|
|
652
|
+
*/
|
|
653
|
+
export declare const TagComparison: {
|
|
654
|
+
readonly EQUALS: "EQUALS";
|
|
655
|
+
};
|
|
656
|
+
/**
|
|
657
|
+
* @public
|
|
658
|
+
*/
|
|
659
|
+
export type TagComparison = (typeof TagComparison)[keyof typeof TagComparison];
|
|
660
|
+
/**
|
|
661
|
+
* @public
|
|
662
|
+
* @enum
|
|
663
|
+
*/
|
|
664
|
+
export declare const CisTargetStatusComparison: {
|
|
665
|
+
readonly EQUALS: "EQUALS";
|
|
666
|
+
};
|
|
667
|
+
/**
|
|
668
|
+
* @public
|
|
669
|
+
*/
|
|
670
|
+
export type CisTargetStatusComparison = (typeof CisTargetStatusComparison)[keyof typeof CisTargetStatusComparison];
|
|
671
|
+
/**
|
|
672
|
+
* @public
|
|
673
|
+
* @enum
|
|
674
|
+
*/
|
|
675
|
+
export declare const CisTargetStatus: {
|
|
676
|
+
readonly CANCELLED: "CANCELLED";
|
|
677
|
+
readonly COMPLETED: "COMPLETED";
|
|
678
|
+
readonly TIMED_OUT: "TIMED_OUT";
|
|
679
|
+
};
|
|
680
|
+
/**
|
|
681
|
+
* @public
|
|
682
|
+
*/
|
|
683
|
+
export type CisTargetStatus = (typeof CisTargetStatus)[keyof typeof CisTargetStatus];
|
|
684
|
+
/**
|
|
685
|
+
* @public
|
|
686
|
+
* @enum
|
|
687
|
+
*/
|
|
688
|
+
export declare const CisTargetStatusReason: {
|
|
689
|
+
readonly SCAN_IN_PROGRESS: "SCAN_IN_PROGRESS";
|
|
690
|
+
readonly SSM_UNMANAGED: "SSM_UNMANAGED";
|
|
691
|
+
readonly UNSUPPORTED_OS: "UNSUPPORTED_OS";
|
|
692
|
+
};
|
|
693
|
+
/**
|
|
694
|
+
* @public
|
|
695
|
+
*/
|
|
696
|
+
export type CisTargetStatusReason = (typeof CisTargetStatusReason)[keyof typeof CisTargetStatusReason];
|
|
697
|
+
/**
|
|
698
|
+
* @public
|
|
699
|
+
* @enum
|
|
700
|
+
*/
|
|
701
|
+
export declare const CisScanResultsAggregatedByTargetResourceSortBy: {
|
|
702
|
+
readonly ACCOUNT_ID: "ACCOUNT_ID";
|
|
703
|
+
readonly FAILED_COUNTS: "FAILED_COUNTS";
|
|
704
|
+
readonly PLATFORM: "PLATFORM";
|
|
705
|
+
readonly RESOURCE_ID: "RESOURCE_ID";
|
|
706
|
+
readonly TARGET_STATUS: "TARGET_STATUS";
|
|
707
|
+
readonly TARGET_STATUS_REASON: "TARGET_STATUS_REASON";
|
|
708
|
+
};
|
|
709
|
+
/**
|
|
710
|
+
* @public
|
|
711
|
+
*/
|
|
712
|
+
export type CisScanResultsAggregatedByTargetResourceSortBy = (typeof CisScanResultsAggregatedByTargetResourceSortBy)[keyof typeof CisScanResultsAggregatedByTargetResourceSortBy];
|
|
713
|
+
/**
|
|
714
|
+
* @public
|
|
715
|
+
* @enum
|
|
716
|
+
*/
|
|
717
|
+
export declare const CisScanStatusComparison: {
|
|
718
|
+
readonly EQUALS: "EQUALS";
|
|
719
|
+
};
|
|
720
|
+
/**
|
|
721
|
+
* @public
|
|
722
|
+
*/
|
|
723
|
+
export type CisScanStatusComparison = (typeof CisScanStatusComparison)[keyof typeof CisScanStatusComparison];
|
|
724
|
+
/**
|
|
725
|
+
* @public
|
|
726
|
+
* @enum
|
|
727
|
+
*/
|
|
728
|
+
export declare const CisSortOrder: {
|
|
729
|
+
readonly ASC: "ASC";
|
|
730
|
+
readonly DESC: "DESC";
|
|
731
|
+
};
|
|
732
|
+
/**
|
|
733
|
+
* @public
|
|
734
|
+
*/
|
|
735
|
+
export type CisSortOrder = (typeof CisSortOrder)[keyof typeof CisSortOrder];
|
|
736
|
+
/**
|
|
737
|
+
* @public
|
|
738
|
+
* @enum
|
|
739
|
+
*/
|
|
740
|
+
export declare const CodeRepositoryProviderType: {
|
|
741
|
+
readonly GITHUB: "GITHUB";
|
|
742
|
+
readonly GITLAB_SELF_MANAGED: "GITLAB_SELF_MANAGED";
|
|
743
|
+
};
|
|
744
|
+
/**
|
|
745
|
+
* @public
|
|
746
|
+
*/
|
|
747
|
+
export type CodeRepositoryProviderType = (typeof CodeRepositoryProviderType)[keyof typeof CodeRepositoryProviderType];
|
|
748
|
+
/**
|
|
749
|
+
* @public
|
|
750
|
+
* @enum
|
|
751
|
+
*/
|
|
752
|
+
export declare const ScanStatusReason: {
|
|
753
|
+
readonly ACCESS_DENIED: "ACCESS_DENIED";
|
|
754
|
+
readonly ACCESS_DENIED_TO_ENCRYPTION_KEY: "ACCESS_DENIED_TO_ENCRYPTION_KEY";
|
|
755
|
+
readonly AGENTLESS_INSTANCE_COLLECTION_TIME_LIMIT_EXCEEDED: "AGENTLESS_INSTANCE_COLLECTION_TIME_LIMIT_EXCEEDED";
|
|
756
|
+
readonly AGENTLESS_INSTANCE_STORAGE_LIMIT_EXCEEDED: "AGENTLESS_INSTANCE_STORAGE_LIMIT_EXCEEDED";
|
|
757
|
+
readonly DEEP_INSPECTION_COLLECTION_TIME_LIMIT_EXCEEDED: "DEEP_INSPECTION_COLLECTION_TIME_LIMIT_EXCEEDED";
|
|
758
|
+
readonly DEEP_INSPECTION_DAILY_SSM_INVENTORY_LIMIT_EXCEEDED: "DEEP_INSPECTION_DAILY_SSM_INVENTORY_LIMIT_EXCEEDED";
|
|
759
|
+
readonly DEEP_INSPECTION_NO_INVENTORY: "DEEP_INSPECTION_NO_INVENTORY";
|
|
760
|
+
readonly DEEP_INSPECTION_PACKAGE_COLLECTION_LIMIT_EXCEEDED: "DEEP_INSPECTION_PACKAGE_COLLECTION_LIMIT_EXCEEDED";
|
|
761
|
+
readonly EC2_INSTANCE_STOPPED: "EC2_INSTANCE_STOPPED";
|
|
762
|
+
readonly EXCLUDED_BY_TAG: "EXCLUDED_BY_TAG";
|
|
763
|
+
readonly IMAGE_ARCHIVED: "IMAGE_ARCHIVED";
|
|
764
|
+
readonly IMAGE_SIZE_EXCEEDED: "IMAGE_SIZE_EXCEEDED";
|
|
765
|
+
readonly INTEGRATION_CONNECTION_LOST: "INTEGRATION_CONNECTION_LOST";
|
|
766
|
+
readonly INTERNAL_ERROR: "INTERNAL_ERROR";
|
|
767
|
+
readonly NO_INVENTORY: "NO_INVENTORY";
|
|
768
|
+
readonly NO_RESOURCES_FOUND: "NO_RESOURCES_FOUND";
|
|
769
|
+
readonly NO_SCAN_CONFIGURATION_ASSOCIATED: "NO_SCAN_CONFIGURATION_ASSOCIATED";
|
|
770
|
+
readonly PENDING_DISABLE: "PENDING_DISABLE";
|
|
771
|
+
readonly PENDING_INITIAL_SCAN: "PENDING_INITIAL_SCAN";
|
|
772
|
+
readonly PENDING_REVIVAL_SCAN: "PENDING_REVIVAL_SCAN";
|
|
773
|
+
readonly RESOURCE_TERMINATED: "RESOURCE_TERMINATED";
|
|
774
|
+
readonly SCAN_ELIGIBILITY_EXPIRED: "SCAN_ELIGIBILITY_EXPIRED";
|
|
775
|
+
readonly SCAN_FREQUENCY_MANUAL: "SCAN_FREQUENCY_MANUAL";
|
|
776
|
+
readonly SCAN_FREQUENCY_SCAN_ON_PUSH: "SCAN_FREQUENCY_SCAN_ON_PUSH";
|
|
777
|
+
readonly SCAN_IN_PROGRESS: "SCAN_IN_PROGRESS";
|
|
778
|
+
readonly STALE_INVENTORY: "STALE_INVENTORY";
|
|
779
|
+
readonly SUCCESSFUL: "SUCCESSFUL";
|
|
780
|
+
readonly UNMANAGED_EC2_INSTANCE: "UNMANAGED_EC2_INSTANCE";
|
|
781
|
+
readonly UNSUPPORTED_CONFIG_FILE: "UNSUPPORTED_CONFIG_FILE";
|
|
782
|
+
readonly UNSUPPORTED_LANGUAGE: "UNSUPPORTED_LANGUAGE";
|
|
783
|
+
readonly UNSUPPORTED_MEDIA_TYPE: "UNSUPPORTED_MEDIA_TYPE";
|
|
784
|
+
readonly UNSUPPORTED_OS: "UNSUPPORTED_OS";
|
|
785
|
+
readonly UNSUPPORTED_RUNTIME: "UNSUPPORTED_RUNTIME";
|
|
786
|
+
};
|
|
787
|
+
/**
|
|
788
|
+
* @public
|
|
789
|
+
*/
|
|
790
|
+
export type ScanStatusReason = (typeof ScanStatusReason)[keyof typeof ScanStatusReason];
|
|
791
|
+
/**
|
|
792
|
+
* @public
|
|
793
|
+
* @enum
|
|
794
|
+
*/
|
|
795
|
+
export declare const ScanStatusCode: {
|
|
796
|
+
readonly ACTIVE: "ACTIVE";
|
|
797
|
+
readonly INACTIVE: "INACTIVE";
|
|
798
|
+
};
|
|
799
|
+
/**
|
|
800
|
+
* @public
|
|
801
|
+
*/
|
|
802
|
+
export type ScanStatusCode = (typeof ScanStatusCode)[keyof typeof ScanStatusCode];
|
|
803
|
+
/**
|
|
804
|
+
* @public
|
|
805
|
+
* @enum
|
|
806
|
+
*/
|
|
807
|
+
export declare const RuleSetCategory: {
|
|
808
|
+
readonly IAC: "IAC";
|
|
809
|
+
readonly SAST: "SAST";
|
|
810
|
+
readonly SCA: "SCA";
|
|
811
|
+
};
|
|
812
|
+
/**
|
|
813
|
+
* @public
|
|
814
|
+
*/
|
|
815
|
+
export type RuleSetCategory = (typeof RuleSetCategory)[keyof typeof RuleSetCategory];
|
|
816
|
+
/**
|
|
817
|
+
* @public
|
|
818
|
+
* @enum
|
|
819
|
+
*/
|
|
820
|
+
export declare const ContinuousIntegrationScanEvent: {
|
|
821
|
+
readonly PULL_REQUEST: "PULL_REQUEST";
|
|
822
|
+
readonly PUSH: "PUSH";
|
|
823
|
+
};
|
|
824
|
+
/**
|
|
825
|
+
* @public
|
|
826
|
+
*/
|
|
827
|
+
export type ContinuousIntegrationScanEvent = (typeof ContinuousIntegrationScanEvent)[keyof typeof ContinuousIntegrationScanEvent];
|
|
828
|
+
/**
|
|
829
|
+
* @public
|
|
830
|
+
* @enum
|
|
831
|
+
*/
|
|
832
|
+
export declare const CodeScanStatus: {
|
|
833
|
+
readonly FAILED: "FAILED";
|
|
834
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
835
|
+
readonly SKIPPED: "SKIPPED";
|
|
836
|
+
readonly SUCCESSFUL: "SUCCESSFUL";
|
|
837
|
+
};
|
|
838
|
+
/**
|
|
839
|
+
* @public
|
|
840
|
+
*/
|
|
841
|
+
export type CodeScanStatus = (typeof CodeScanStatus)[keyof typeof CodeScanStatus];
|
|
842
|
+
/**
|
|
843
|
+
* @public
|
|
844
|
+
* @enum
|
|
845
|
+
*/
|
|
846
|
+
export declare const IntegrationStatus: {
|
|
847
|
+
readonly ACTIVE: "ACTIVE";
|
|
848
|
+
readonly DISABLING: "DISABLING";
|
|
849
|
+
readonly INACTIVE: "INACTIVE";
|
|
850
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
851
|
+
readonly PENDING: "PENDING";
|
|
852
|
+
};
|
|
853
|
+
/**
|
|
854
|
+
* @public
|
|
855
|
+
*/
|
|
856
|
+
export type IntegrationStatus = (typeof IntegrationStatus)[keyof typeof IntegrationStatus];
|
|
857
|
+
/**
|
|
858
|
+
* @public
|
|
859
|
+
* @enum
|
|
860
|
+
*/
|
|
861
|
+
export declare const IntegrationType: {
|
|
862
|
+
readonly GITHUB: "GITHUB";
|
|
863
|
+
readonly GITLAB_SELF_MANAGED: "GITLAB_SELF_MANAGED";
|
|
864
|
+
};
|
|
865
|
+
/**
|
|
866
|
+
* @public
|
|
867
|
+
*/
|
|
868
|
+
export type IntegrationType = (typeof IntegrationType)[keyof typeof IntegrationType];
|
|
869
|
+
/**
|
|
870
|
+
* @public
|
|
871
|
+
* @enum
|
|
872
|
+
*/
|
|
873
|
+
export declare const PeriodicScanFrequency: {
|
|
874
|
+
readonly MONTHLY: "MONTHLY";
|
|
875
|
+
readonly NEVER: "NEVER";
|
|
876
|
+
readonly WEEKLY: "WEEKLY";
|
|
877
|
+
};
|
|
878
|
+
/**
|
|
879
|
+
* @public
|
|
880
|
+
*/
|
|
881
|
+
export type PeriodicScanFrequency = (typeof PeriodicScanFrequency)[keyof typeof PeriodicScanFrequency];
|
|
14
882
|
/**
|
|
15
883
|
* @public
|
|
16
884
|
* @enum
|
|
17
885
|
*/
|
|
18
|
-
export declare const
|
|
19
|
-
readonly
|
|
20
|
-
readonly INTERNAL_ERROR: "INTERNAL_ERROR";
|
|
21
|
-
readonly INVALID_INPUT: "INVALID_INPUT";
|
|
22
|
-
readonly QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
|
|
23
|
-
readonly RESOURCE_NOT_FOUND: "RESOURCE_NOT_FOUND";
|
|
24
|
-
readonly SCAN_CONFIGURATION_NOT_FOUND: "SCAN_CONFIGURATION_NOT_FOUND";
|
|
886
|
+
export declare const ProjectSelectionScope: {
|
|
887
|
+
readonly ALL: "ALL";
|
|
25
888
|
};
|
|
26
889
|
/**
|
|
27
890
|
* @public
|
|
28
891
|
*/
|
|
29
|
-
export type
|
|
892
|
+
export type ProjectSelectionScope = (typeof ProjectSelectionScope)[keyof typeof ProjectSelectionScope];
|
|
30
893
|
/**
|
|
31
894
|
* @public
|
|
32
895
|
* @enum
|
|
33
896
|
*/
|
|
34
|
-
export declare const
|
|
35
|
-
readonly
|
|
36
|
-
readonly
|
|
897
|
+
export declare const ConfigurationLevel: {
|
|
898
|
+
readonly ACCOUNT: "ACCOUNT";
|
|
899
|
+
readonly ORGANIZATION: "ORGANIZATION";
|
|
37
900
|
};
|
|
38
901
|
/**
|
|
39
902
|
* @public
|
|
40
903
|
*/
|
|
41
|
-
export type
|
|
904
|
+
export type ConfigurationLevel = (typeof ConfigurationLevel)[keyof typeof ConfigurationLevel];
|
|
42
905
|
/**
|
|
43
906
|
* @public
|
|
44
907
|
* @enum
|
|
45
908
|
*/
|
|
46
|
-
export declare const
|
|
47
|
-
readonly
|
|
48
|
-
readonly
|
|
49
|
-
readonly
|
|
909
|
+
export declare const GroupKey: {
|
|
910
|
+
readonly ACCOUNT_ID: "ACCOUNT_ID";
|
|
911
|
+
readonly ECR_REPOSITORY_NAME: "ECR_REPOSITORY_NAME";
|
|
912
|
+
readonly RESOURCE_TYPE: "RESOURCE_TYPE";
|
|
913
|
+
readonly SCAN_STATUS_CODE: "SCAN_STATUS_CODE";
|
|
914
|
+
readonly SCAN_STATUS_REASON: "SCAN_STATUS_REASON";
|
|
50
915
|
};
|
|
51
916
|
/**
|
|
52
917
|
* @public
|
|
53
918
|
*/
|
|
54
|
-
export type
|
|
919
|
+
export type GroupKey = (typeof GroupKey)[keyof typeof GroupKey];
|
|
55
920
|
/**
|
|
56
921
|
* @public
|
|
57
922
|
* @enum
|
|
58
923
|
*/
|
|
59
|
-
export declare const
|
|
924
|
+
export declare const CoverageStringComparison: {
|
|
60
925
|
readonly EQUALS: "EQUALS";
|
|
926
|
+
readonly NOT_EQUALS: "NOT_EQUALS";
|
|
61
927
|
};
|
|
62
928
|
/**
|
|
63
929
|
* @public
|
|
64
930
|
*/
|
|
65
|
-
export type
|
|
931
|
+
export type CoverageStringComparison = (typeof CoverageStringComparison)[keyof typeof CoverageStringComparison];
|
|
66
932
|
/**
|
|
67
933
|
* @public
|
|
68
934
|
* @enum
|
|
69
935
|
*/
|
|
70
|
-
export declare const
|
|
71
|
-
readonly
|
|
72
|
-
readonly PDF: "PDF";
|
|
936
|
+
export declare const CoverageMapComparison: {
|
|
937
|
+
readonly EQUALS: "EQUALS";
|
|
73
938
|
};
|
|
74
939
|
/**
|
|
75
940
|
* @public
|
|
76
941
|
*/
|
|
77
|
-
export type
|
|
942
|
+
export type CoverageMapComparison = (typeof CoverageMapComparison)[keyof typeof CoverageMapComparison];
|
|
78
943
|
/**
|
|
79
944
|
* @public
|
|
80
945
|
* @enum
|
|
81
946
|
*/
|
|
82
|
-
export declare const
|
|
83
|
-
readonly
|
|
84
|
-
readonly
|
|
85
|
-
readonly
|
|
947
|
+
export declare const CoverageResourceType: {
|
|
948
|
+
readonly AWS_EC2_INSTANCE: "AWS_EC2_INSTANCE";
|
|
949
|
+
readonly AWS_ECR_CONTAINER_IMAGE: "AWS_ECR_CONTAINER_IMAGE";
|
|
950
|
+
readonly AWS_ECR_REPOSITORY: "AWS_ECR_REPOSITORY";
|
|
951
|
+
readonly AWS_LAMBDA_FUNCTION: "AWS_LAMBDA_FUNCTION";
|
|
952
|
+
readonly CODE_REPOSITORY: "CODE_REPOSITORY";
|
|
86
953
|
};
|
|
87
954
|
/**
|
|
88
955
|
* @public
|
|
89
956
|
*/
|
|
90
|
-
export type
|
|
957
|
+
export type CoverageResourceType = (typeof CoverageResourceType)[keyof typeof CoverageResourceType];
|
|
91
958
|
/**
|
|
92
959
|
* @public
|
|
93
960
|
* @enum
|
|
94
961
|
*/
|
|
95
|
-
export declare const
|
|
96
|
-
readonly
|
|
97
|
-
readonly
|
|
98
|
-
readonly
|
|
962
|
+
export declare const Ec2Platform: {
|
|
963
|
+
readonly LINUX: "LINUX";
|
|
964
|
+
readonly MACOS: "MACOS";
|
|
965
|
+
readonly UNKNOWN: "UNKNOWN";
|
|
966
|
+
readonly WINDOWS: "WINDOWS";
|
|
99
967
|
};
|
|
100
968
|
/**
|
|
101
969
|
* @public
|
|
102
970
|
*/
|
|
103
|
-
export type
|
|
971
|
+
export type Ec2Platform = (typeof Ec2Platform)[keyof typeof Ec2Platform];
|
|
104
972
|
/**
|
|
105
973
|
* @public
|
|
106
974
|
* @enum
|
|
107
975
|
*/
|
|
108
|
-
export declare const
|
|
109
|
-
readonly
|
|
976
|
+
export declare const EcrScanFrequency: {
|
|
977
|
+
readonly CONTINUOUS_SCAN: "CONTINUOUS_SCAN";
|
|
978
|
+
readonly MANUAL: "MANUAL";
|
|
979
|
+
readonly SCAN_ON_PUSH: "SCAN_ON_PUSH";
|
|
110
980
|
};
|
|
111
981
|
/**
|
|
112
982
|
* @public
|
|
113
983
|
*/
|
|
114
|
-
export type
|
|
984
|
+
export type EcrScanFrequency = (typeof EcrScanFrequency)[keyof typeof EcrScanFrequency];
|
|
115
985
|
/**
|
|
116
986
|
* @public
|
|
117
987
|
* @enum
|
|
118
988
|
*/
|
|
119
|
-
export declare const
|
|
120
|
-
readonly
|
|
121
|
-
readonly
|
|
122
|
-
readonly INFORMATIONAL: "INFORMATIONAL";
|
|
123
|
-
readonly NOT_APPLICABLE: "NOT_APPLICABLE";
|
|
124
|
-
readonly NOT_EVALUATED: "NOT_EVALUATED";
|
|
125
|
-
readonly PASSED: "PASSED";
|
|
126
|
-
readonly UNKNOWN: "UNKNOWN";
|
|
989
|
+
export declare const ScanMode: {
|
|
990
|
+
readonly EC2_AGENTLESS: "EC2_AGENTLESS";
|
|
991
|
+
readonly EC2_SSM_AGENT_BASED: "EC2_SSM_AGENT_BASED";
|
|
127
992
|
};
|
|
128
993
|
/**
|
|
129
994
|
* @public
|
|
130
995
|
*/
|
|
131
|
-
export type
|
|
996
|
+
export type ScanMode = (typeof ScanMode)[keyof typeof ScanMode];
|
|
132
997
|
/**
|
|
133
998
|
* @public
|
|
134
999
|
* @enum
|
|
135
1000
|
*/
|
|
136
|
-
export declare const
|
|
137
|
-
readonly
|
|
138
|
-
readonly
|
|
139
|
-
readonly
|
|
140
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
1001
|
+
export declare const ScanType: {
|
|
1002
|
+
readonly CODE: "CODE";
|
|
1003
|
+
readonly NETWORK: "NETWORK";
|
|
1004
|
+
readonly PACKAGE: "PACKAGE";
|
|
141
1005
|
};
|
|
142
1006
|
/**
|
|
143
1007
|
* @public
|
|
144
1008
|
*/
|
|
145
|
-
export type
|
|
1009
|
+
export type ScanType = (typeof ScanType)[keyof typeof ScanType];
|
|
146
1010
|
/**
|
|
147
1011
|
* @public
|
|
148
1012
|
* @enum
|
|
149
1013
|
*/
|
|
150
|
-
export declare const
|
|
151
|
-
readonly
|
|
152
|
-
readonly
|
|
153
|
-
readonly SAT: "SAT";
|
|
154
|
-
readonly SUN: "SUN";
|
|
155
|
-
readonly THU: "THU";
|
|
156
|
-
readonly TUE: "TUE";
|
|
157
|
-
readonly WED: "WED";
|
|
1014
|
+
export declare const FilterAction: {
|
|
1015
|
+
readonly NONE: "NONE";
|
|
1016
|
+
readonly SUPPRESS: "SUPPRESS";
|
|
158
1017
|
};
|
|
159
1018
|
/**
|
|
160
1019
|
* @public
|
|
161
1020
|
*/
|
|
162
|
-
export type
|
|
1021
|
+
export type FilterAction = (typeof FilterAction)[keyof typeof FilterAction];
|
|
163
1022
|
/**
|
|
164
1023
|
* @public
|
|
165
1024
|
* @enum
|
|
166
1025
|
*/
|
|
167
|
-
export declare const
|
|
168
|
-
readonly
|
|
169
|
-
readonly
|
|
1026
|
+
export declare const ReportFormat: {
|
|
1027
|
+
readonly CSV: "CSV";
|
|
1028
|
+
readonly JSON: "JSON";
|
|
170
1029
|
};
|
|
171
1030
|
/**
|
|
172
1031
|
* @public
|
|
173
1032
|
*/
|
|
174
|
-
export type
|
|
1033
|
+
export type ReportFormat = (typeof ReportFormat)[keyof typeof ReportFormat];
|
|
175
1034
|
/**
|
|
176
1035
|
* @public
|
|
177
1036
|
* @enum
|
|
178
1037
|
*/
|
|
179
|
-
export declare const
|
|
1038
|
+
export declare const SbomReportFormat: {
|
|
1039
|
+
readonly CYCLONEDX_1_4: "CYCLONEDX_1_4";
|
|
1040
|
+
readonly SPDX_2_3: "SPDX_2_3";
|
|
1041
|
+
};
|
|
1042
|
+
/**
|
|
1043
|
+
* @public
|
|
1044
|
+
*/
|
|
1045
|
+
export type SbomReportFormat = (typeof SbomReportFormat)[keyof typeof SbomReportFormat];
|
|
1046
|
+
/**
|
|
1047
|
+
* @public
|
|
1048
|
+
* @enum
|
|
1049
|
+
*/
|
|
1050
|
+
export declare const ResourceStringComparison: {
|
|
180
1051
|
readonly EQUALS: "EQUALS";
|
|
1052
|
+
readonly NOT_EQUALS: "NOT_EQUALS";
|
|
181
1053
|
};
|
|
182
1054
|
/**
|
|
183
1055
|
* @public
|
|
184
1056
|
*/
|
|
185
|
-
export type
|
|
1057
|
+
export type ResourceStringComparison = (typeof ResourceStringComparison)[keyof typeof ResourceStringComparison];
|
|
186
1058
|
/**
|
|
187
1059
|
* @public
|
|
188
1060
|
* @enum
|
|
189
1061
|
*/
|
|
190
|
-
export declare const
|
|
191
|
-
readonly
|
|
192
|
-
readonly STATUS: "STATUS";
|
|
1062
|
+
export declare const ResourceMapComparison: {
|
|
1063
|
+
readonly EQUALS: "EQUALS";
|
|
193
1064
|
};
|
|
194
1065
|
/**
|
|
195
1066
|
* @public
|
|
196
1067
|
*/
|
|
197
|
-
export type
|
|
1068
|
+
export type ResourceMapComparison = (typeof ResourceMapComparison)[keyof typeof ResourceMapComparison];
|
|
198
1069
|
/**
|
|
199
1070
|
* @public
|
|
200
1071
|
* @enum
|
|
201
1072
|
*/
|
|
202
|
-
export declare const
|
|
203
|
-
readonly
|
|
204
|
-
readonly FAILED_COUNTS: "FAILED_COUNTS";
|
|
205
|
-
readonly PLATFORM: "PLATFORM";
|
|
206
|
-
readonly SECURITY_LEVEL: "SECURITY_LEVEL";
|
|
207
|
-
readonly TITLE: "TITLE";
|
|
1073
|
+
export declare const Currency: {
|
|
1074
|
+
readonly USD: "USD";
|
|
208
1075
|
};
|
|
209
1076
|
/**
|
|
210
1077
|
* @public
|
|
211
1078
|
*/
|
|
212
|
-
export type
|
|
1079
|
+
export type Currency = (typeof Currency)[keyof typeof Currency];
|
|
213
1080
|
/**
|
|
214
1081
|
* @public
|
|
215
1082
|
* @enum
|
|
216
1083
|
*/
|
|
217
|
-
export declare const
|
|
218
|
-
readonly
|
|
1084
|
+
export declare const RelationshipStatus: {
|
|
1085
|
+
readonly ACCOUNT_SUSPENDED: "ACCOUNT_SUSPENDED";
|
|
1086
|
+
readonly CANNOT_CREATE_DETECTOR_IN_ORG_MASTER: "CANNOT_CREATE_DETECTOR_IN_ORG_MASTER";
|
|
1087
|
+
readonly CREATED: "CREATED";
|
|
1088
|
+
readonly DELETED: "DELETED";
|
|
1089
|
+
readonly DISABLED: "DISABLED";
|
|
1090
|
+
readonly EMAIL_VERIFICATION_FAILED: "EMAIL_VERIFICATION_FAILED";
|
|
1091
|
+
readonly EMAIL_VERIFICATION_IN_PROGRESS: "EMAIL_VERIFICATION_IN_PROGRESS";
|
|
1092
|
+
readonly ENABLED: "ENABLED";
|
|
1093
|
+
readonly INVITED: "INVITED";
|
|
1094
|
+
readonly REGION_DISABLED: "REGION_DISABLED";
|
|
1095
|
+
readonly REMOVED: "REMOVED";
|
|
1096
|
+
readonly RESIGNED: "RESIGNED";
|
|
219
1097
|
};
|
|
220
1098
|
/**
|
|
221
1099
|
* @public
|
|
222
1100
|
*/
|
|
223
|
-
export type
|
|
1101
|
+
export type RelationshipStatus = (typeof RelationshipStatus)[keyof typeof RelationshipStatus];
|
|
224
1102
|
/**
|
|
225
1103
|
* @public
|
|
226
1104
|
* @enum
|
|
227
1105
|
*/
|
|
228
|
-
export declare const
|
|
229
|
-
readonly
|
|
1106
|
+
export declare const DelegatedAdminStatus: {
|
|
1107
|
+
readonly DISABLE_IN_PROGRESS: "DISABLE_IN_PROGRESS";
|
|
1108
|
+
readonly ENABLED: "ENABLED";
|
|
230
1109
|
};
|
|
231
1110
|
/**
|
|
232
1111
|
* @public
|
|
233
1112
|
*/
|
|
234
|
-
export type
|
|
1113
|
+
export type DelegatedAdminStatus = (typeof DelegatedAdminStatus)[keyof typeof DelegatedAdminStatus];
|
|
235
1114
|
/**
|
|
236
1115
|
* @public
|
|
237
1116
|
* @enum
|
|
238
1117
|
*/
|
|
239
|
-
export declare const
|
|
240
|
-
readonly
|
|
241
|
-
readonly
|
|
242
|
-
readonly
|
|
1118
|
+
export declare const ResourceScanType: {
|
|
1119
|
+
readonly CODE_REPOSITORY: "CODE_REPOSITORY";
|
|
1120
|
+
readonly EC2: "EC2";
|
|
1121
|
+
readonly ECR: "ECR";
|
|
1122
|
+
readonly LAMBDA: "LAMBDA";
|
|
1123
|
+
readonly LAMBDA_CODE: "LAMBDA_CODE";
|
|
243
1124
|
};
|
|
244
1125
|
/**
|
|
245
1126
|
* @public
|
|
246
1127
|
*/
|
|
247
|
-
export type
|
|
1128
|
+
export type ResourceScanType = (typeof ResourceScanType)[keyof typeof ResourceScanType];
|
|
248
1129
|
/**
|
|
249
1130
|
* @public
|
|
250
1131
|
* @enum
|
|
251
1132
|
*/
|
|
252
|
-
export declare const
|
|
253
|
-
readonly
|
|
254
|
-
readonly
|
|
255
|
-
readonly UNSUPPORTED_OS: "UNSUPPORTED_OS";
|
|
1133
|
+
export declare const Ec2ScanMode: {
|
|
1134
|
+
readonly EC2_HYBRID: "EC2_HYBRID";
|
|
1135
|
+
readonly EC2_SSM_AGENT_BASED: "EC2_SSM_AGENT_BASED";
|
|
256
1136
|
};
|
|
257
1137
|
/**
|
|
258
1138
|
* @public
|
|
259
1139
|
*/
|
|
260
|
-
export type
|
|
1140
|
+
export type Ec2ScanMode = (typeof Ec2ScanMode)[keyof typeof Ec2ScanMode];
|
|
261
1141
|
/**
|
|
262
1142
|
* @public
|
|
263
1143
|
* @enum
|
|
264
1144
|
*/
|
|
265
|
-
export declare const
|
|
266
|
-
readonly
|
|
267
|
-
readonly
|
|
268
|
-
readonly PLATFORM: "PLATFORM";
|
|
269
|
-
readonly RESOURCE_ID: "RESOURCE_ID";
|
|
270
|
-
readonly TARGET_STATUS: "TARGET_STATUS";
|
|
271
|
-
readonly TARGET_STATUS_REASON: "TARGET_STATUS_REASON";
|
|
1145
|
+
export declare const Ec2ScanModeStatus: {
|
|
1146
|
+
readonly PENDING: "PENDING";
|
|
1147
|
+
readonly SUCCESS: "SUCCESS";
|
|
272
1148
|
};
|
|
273
1149
|
/**
|
|
274
1150
|
* @public
|
|
275
1151
|
*/
|
|
276
|
-
export type
|
|
1152
|
+
export type Ec2ScanModeStatus = (typeof Ec2ScanModeStatus)[keyof typeof Ec2ScanModeStatus];
|
|
277
1153
|
/**
|
|
278
1154
|
* @public
|
|
279
1155
|
* @enum
|
|
280
1156
|
*/
|
|
281
|
-
export declare const
|
|
282
|
-
readonly
|
|
1157
|
+
export declare const EcrPullDateRescanDuration: {
|
|
1158
|
+
readonly DAYS_14: "DAYS_14";
|
|
1159
|
+
readonly DAYS_180: "DAYS_180";
|
|
1160
|
+
readonly DAYS_30: "DAYS_30";
|
|
1161
|
+
readonly DAYS_60: "DAYS_60";
|
|
1162
|
+
readonly DAYS_90: "DAYS_90";
|
|
283
1163
|
};
|
|
284
1164
|
/**
|
|
285
1165
|
* @public
|
|
286
1166
|
*/
|
|
287
|
-
export type
|
|
1167
|
+
export type EcrPullDateRescanDuration = (typeof EcrPullDateRescanDuration)[keyof typeof EcrPullDateRescanDuration];
|
|
288
1168
|
/**
|
|
289
1169
|
* @public
|
|
290
1170
|
* @enum
|
|
291
1171
|
*/
|
|
292
|
-
export declare const
|
|
293
|
-
readonly
|
|
294
|
-
readonly
|
|
1172
|
+
export declare const EcrPullDateRescanMode: {
|
|
1173
|
+
readonly LAST_IN_USE_AT: "LAST_IN_USE_AT";
|
|
1174
|
+
readonly LAST_PULL_DATE: "LAST_PULL_DATE";
|
|
295
1175
|
};
|
|
296
1176
|
/**
|
|
297
1177
|
* @public
|
|
298
1178
|
*/
|
|
299
|
-
export type
|
|
1179
|
+
export type EcrPullDateRescanMode = (typeof EcrPullDateRescanMode)[keyof typeof EcrPullDateRescanMode];
|
|
300
1180
|
/**
|
|
301
1181
|
* @public
|
|
302
1182
|
* @enum
|
|
303
1183
|
*/
|
|
304
|
-
export declare const
|
|
305
|
-
readonly
|
|
306
|
-
readonly
|
|
307
|
-
readonly
|
|
1184
|
+
export declare const EcrRescanDuration: {
|
|
1185
|
+
readonly DAYS_14: "DAYS_14";
|
|
1186
|
+
readonly DAYS_180: "DAYS_180";
|
|
1187
|
+
readonly DAYS_30: "DAYS_30";
|
|
1188
|
+
readonly DAYS_60: "DAYS_60";
|
|
1189
|
+
readonly DAYS_90: "DAYS_90";
|
|
1190
|
+
readonly LIFETIME: "LIFETIME";
|
|
308
1191
|
};
|
|
309
1192
|
/**
|
|
310
1193
|
* @public
|
|
311
1194
|
*/
|
|
312
|
-
export type
|
|
1195
|
+
export type EcrRescanDuration = (typeof EcrRescanDuration)[keyof typeof EcrRescanDuration];
|
|
313
1196
|
/**
|
|
314
1197
|
* @public
|
|
315
1198
|
* @enum
|
|
316
1199
|
*/
|
|
317
|
-
export declare const
|
|
318
|
-
readonly
|
|
319
|
-
readonly
|
|
1200
|
+
export declare const EcrRescanDurationStatus: {
|
|
1201
|
+
readonly FAILED: "FAILED";
|
|
1202
|
+
readonly PENDING: "PENDING";
|
|
1203
|
+
readonly SUCCESS: "SUCCESS";
|
|
320
1204
|
};
|
|
321
1205
|
/**
|
|
322
1206
|
* @public
|
|
323
1207
|
*/
|
|
324
|
-
export type
|
|
1208
|
+
export type EcrRescanDurationStatus = (typeof EcrRescanDurationStatus)[keyof typeof EcrRescanDurationStatus];
|
|
325
1209
|
/**
|
|
326
1210
|
* @public
|
|
327
1211
|
* @enum
|
|
328
1212
|
*/
|
|
329
|
-
export declare const
|
|
1213
|
+
export declare const ExploitAvailable: {
|
|
1214
|
+
readonly NO: "NO";
|
|
1215
|
+
readonly YES: "YES";
|
|
1216
|
+
};
|
|
1217
|
+
/**
|
|
1218
|
+
* @public
|
|
1219
|
+
*/
|
|
1220
|
+
export type ExploitAvailable = (typeof ExploitAvailable)[keyof typeof ExploitAvailable];
|
|
1221
|
+
/**
|
|
1222
|
+
* @public
|
|
1223
|
+
* @enum
|
|
1224
|
+
*/
|
|
1225
|
+
export declare const ExternalReportStatus: {
|
|
1226
|
+
readonly CANCELLED: "CANCELLED";
|
|
330
1227
|
readonly FAILED: "FAILED";
|
|
331
1228
|
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
332
|
-
readonly
|
|
333
|
-
readonly SUCCESSFUL: "SUCCESSFUL";
|
|
1229
|
+
readonly SUCCEEDED: "SUCCEEDED";
|
|
334
1230
|
};
|
|
335
1231
|
/**
|
|
336
1232
|
* @public
|
|
337
1233
|
*/
|
|
338
|
-
export type
|
|
1234
|
+
export type ExternalReportStatus = (typeof ExternalReportStatus)[keyof typeof ExternalReportStatus];
|
|
339
1235
|
/**
|
|
340
1236
|
* @public
|
|
341
1237
|
* @enum
|
|
342
1238
|
*/
|
|
343
|
-
export declare const
|
|
1239
|
+
export declare const FixAvailable: {
|
|
1240
|
+
readonly NO: "NO";
|
|
1241
|
+
readonly PARTIAL: "PARTIAL";
|
|
1242
|
+
readonly YES: "YES";
|
|
1243
|
+
};
|
|
1244
|
+
/**
|
|
1245
|
+
* @public
|
|
1246
|
+
*/
|
|
1247
|
+
export type FixAvailable = (typeof FixAvailable)[keyof typeof FixAvailable];
|
|
1248
|
+
/**
|
|
1249
|
+
* @public
|
|
1250
|
+
* @enum
|
|
1251
|
+
*/
|
|
1252
|
+
export declare const NetworkProtocol: {
|
|
1253
|
+
readonly TCP: "TCP";
|
|
1254
|
+
readonly UDP: "UDP";
|
|
1255
|
+
};
|
|
1256
|
+
/**
|
|
1257
|
+
* @public
|
|
1258
|
+
*/
|
|
1259
|
+
export type NetworkProtocol = (typeof NetworkProtocol)[keyof typeof NetworkProtocol];
|
|
1260
|
+
/**
|
|
1261
|
+
* @public
|
|
1262
|
+
* @enum
|
|
1263
|
+
*/
|
|
1264
|
+
export declare const PackageManager: {
|
|
1265
|
+
readonly BUNDLER: "BUNDLER";
|
|
1266
|
+
readonly CARGO: "CARGO";
|
|
1267
|
+
readonly COMPOSER: "COMPOSER";
|
|
1268
|
+
readonly DOTNET_CORE: "DOTNET_CORE";
|
|
1269
|
+
readonly GEMSPEC: "GEMSPEC";
|
|
1270
|
+
readonly GOBINARY: "GOBINARY";
|
|
1271
|
+
readonly GOMOD: "GOMOD";
|
|
1272
|
+
readonly JAR: "JAR";
|
|
1273
|
+
readonly NODEPKG: "NODEPKG";
|
|
1274
|
+
readonly NPM: "NPM";
|
|
1275
|
+
readonly NUGET: "NUGET";
|
|
1276
|
+
readonly OS: "OS";
|
|
1277
|
+
readonly PIP: "PIP";
|
|
1278
|
+
readonly PIPENV: "PIPENV";
|
|
1279
|
+
readonly POETRY: "POETRY";
|
|
1280
|
+
readonly POM: "POM";
|
|
1281
|
+
readonly PYTHONPKG: "PYTHONPKG";
|
|
1282
|
+
readonly YARN: "YARN";
|
|
1283
|
+
};
|
|
1284
|
+
/**
|
|
1285
|
+
* @public
|
|
1286
|
+
*/
|
|
1287
|
+
export type PackageManager = (typeof PackageManager)[keyof typeof PackageManager];
|
|
1288
|
+
/**
|
|
1289
|
+
* @public
|
|
1290
|
+
* @enum
|
|
1291
|
+
*/
|
|
1292
|
+
export declare const ResourceType: {
|
|
1293
|
+
readonly AWS_EC2_INSTANCE: "AWS_EC2_INSTANCE";
|
|
1294
|
+
readonly AWS_ECR_CONTAINER_IMAGE: "AWS_ECR_CONTAINER_IMAGE";
|
|
1295
|
+
readonly AWS_ECR_REPOSITORY: "AWS_ECR_REPOSITORY";
|
|
1296
|
+
readonly AWS_LAMBDA_FUNCTION: "AWS_LAMBDA_FUNCTION";
|
|
1297
|
+
readonly CODE_REPOSITORY: "CODE_REPOSITORY";
|
|
1298
|
+
};
|
|
1299
|
+
/**
|
|
1300
|
+
* @public
|
|
1301
|
+
*/
|
|
1302
|
+
export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
|
|
1303
|
+
/**
|
|
1304
|
+
* @public
|
|
1305
|
+
* @enum
|
|
1306
|
+
*/
|
|
1307
|
+
export declare const Severity: {
|
|
1308
|
+
readonly CRITICAL: "CRITICAL";
|
|
1309
|
+
readonly HIGH: "HIGH";
|
|
1310
|
+
readonly INFORMATIONAL: "INFORMATIONAL";
|
|
1311
|
+
readonly LOW: "LOW";
|
|
1312
|
+
readonly MEDIUM: "MEDIUM";
|
|
1313
|
+
readonly UNTRIAGED: "UNTRIAGED";
|
|
1314
|
+
};
|
|
1315
|
+
/**
|
|
1316
|
+
* @public
|
|
1317
|
+
*/
|
|
1318
|
+
export type Severity = (typeof Severity)[keyof typeof Severity];
|
|
1319
|
+
/**
|
|
1320
|
+
* @public
|
|
1321
|
+
* @enum
|
|
1322
|
+
*/
|
|
1323
|
+
export declare const FindingStatus: {
|
|
344
1324
|
readonly ACTIVE: "ACTIVE";
|
|
345
|
-
readonly
|
|
346
|
-
readonly
|
|
347
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
348
|
-
readonly PENDING: "PENDING";
|
|
1325
|
+
readonly CLOSED: "CLOSED";
|
|
1326
|
+
readonly SUPPRESSED: "SUPPRESSED";
|
|
349
1327
|
};
|
|
350
1328
|
/**
|
|
351
1329
|
* @public
|
|
352
1330
|
*/
|
|
353
|
-
export type
|
|
1331
|
+
export type FindingStatus = (typeof FindingStatus)[keyof typeof FindingStatus];
|
|
354
1332
|
/**
|
|
355
1333
|
* @public
|
|
356
1334
|
* @enum
|
|
357
1335
|
*/
|
|
358
|
-
export declare const
|
|
359
|
-
readonly
|
|
360
|
-
readonly
|
|
1336
|
+
export declare const FindingType: {
|
|
1337
|
+
readonly CODE_VULNERABILITY: "CODE_VULNERABILITY";
|
|
1338
|
+
readonly NETWORK_REACHABILITY: "NETWORK_REACHABILITY";
|
|
1339
|
+
readonly PACKAGE_VULNERABILITY: "PACKAGE_VULNERABILITY";
|
|
361
1340
|
};
|
|
362
1341
|
/**
|
|
363
1342
|
* @public
|
|
364
1343
|
*/
|
|
365
|
-
export type
|
|
1344
|
+
export type FindingType = (typeof FindingType)[keyof typeof FindingType];
|
|
366
1345
|
/**
|
|
367
1346
|
* @public
|
|
368
1347
|
* @enum
|
|
369
1348
|
*/
|
|
370
|
-
export declare const
|
|
371
|
-
readonly
|
|
372
|
-
readonly
|
|
373
|
-
readonly
|
|
1349
|
+
export declare const ReportingErrorCode: {
|
|
1350
|
+
readonly BUCKET_NOT_FOUND: "BUCKET_NOT_FOUND";
|
|
1351
|
+
readonly INCOMPATIBLE_BUCKET_REGION: "INCOMPATIBLE_BUCKET_REGION";
|
|
1352
|
+
readonly INTERNAL_ERROR: "INTERNAL_ERROR";
|
|
1353
|
+
readonly INVALID_PERMISSIONS: "INVALID_PERMISSIONS";
|
|
1354
|
+
readonly MALFORMED_KMS_KEY: "MALFORMED_KMS_KEY";
|
|
1355
|
+
readonly NO_FINDINGS_FOUND: "NO_FINDINGS_FOUND";
|
|
374
1356
|
};
|
|
375
1357
|
/**
|
|
376
1358
|
* @public
|
|
377
1359
|
*/
|
|
378
|
-
export type
|
|
1360
|
+
export type ReportingErrorCode = (typeof ReportingErrorCode)[keyof typeof ReportingErrorCode];
|
|
379
1361
|
/**
|
|
380
1362
|
* @public
|
|
381
1363
|
* @enum
|
|
382
1364
|
*/
|
|
383
|
-
export declare const
|
|
384
|
-
readonly
|
|
1365
|
+
export declare const Service: {
|
|
1366
|
+
readonly EC2: "EC2";
|
|
1367
|
+
readonly ECR: "ECR";
|
|
1368
|
+
readonly LAMBDA: "LAMBDA";
|
|
385
1369
|
};
|
|
386
1370
|
/**
|
|
387
1371
|
* @public
|
|
388
1372
|
*/
|
|
389
|
-
export type
|
|
1373
|
+
export type Service = (typeof Service)[keyof typeof Service];
|
|
390
1374
|
/**
|
|
391
1375
|
* @public
|
|
392
1376
|
* @enum
|
|
393
1377
|
*/
|
|
394
|
-
export declare const
|
|
395
|
-
readonly
|
|
396
|
-
readonly
|
|
1378
|
+
export declare const Operation: {
|
|
1379
|
+
readonly DISABLE_REPOSITORY: "DISABLE_REPOSITORY";
|
|
1380
|
+
readonly DISABLE_SCANNING: "DISABLE_SCANNING";
|
|
1381
|
+
readonly ENABLE_REPOSITORY: "ENABLE_REPOSITORY";
|
|
1382
|
+
readonly ENABLE_SCANNING: "ENABLE_SCANNING";
|
|
397
1383
|
};
|
|
398
1384
|
/**
|
|
399
1385
|
* @public
|
|
400
1386
|
*/
|
|
401
|
-
export type
|
|
1387
|
+
export type Operation = (typeof Operation)[keyof typeof Operation];
|
|
402
1388
|
/**
|
|
403
1389
|
* @public
|
|
404
1390
|
* @enum
|
|
@@ -425,6 +1411,63 @@ export declare const ListCisScansSortBy: {
|
|
|
425
1411
|
* @public
|
|
426
1412
|
*/
|
|
427
1413
|
export type ListCisScansSortBy = (typeof ListCisScansSortBy)[keyof typeof ListCisScansSortBy];
|
|
1414
|
+
/**
|
|
1415
|
+
* @public
|
|
1416
|
+
* @enum
|
|
1417
|
+
*/
|
|
1418
|
+
export declare const SortField: {
|
|
1419
|
+
readonly AWS_ACCOUNT_ID: "AWS_ACCOUNT_ID";
|
|
1420
|
+
readonly COMPONENT_TYPE: "COMPONENT_TYPE";
|
|
1421
|
+
readonly ECR_IMAGE_PUSHED_AT: "ECR_IMAGE_PUSHED_AT";
|
|
1422
|
+
readonly ECR_IMAGE_REGISTRY: "ECR_IMAGE_REGISTRY";
|
|
1423
|
+
readonly ECR_IMAGE_REPOSITORY_NAME: "ECR_IMAGE_REPOSITORY_NAME";
|
|
1424
|
+
readonly EPSS_SCORE: "EPSS_SCORE";
|
|
1425
|
+
readonly FINDING_STATUS: "FINDING_STATUS";
|
|
1426
|
+
readonly FINDING_TYPE: "FINDING_TYPE";
|
|
1427
|
+
readonly FIRST_OBSERVED_AT: "FIRST_OBSERVED_AT";
|
|
1428
|
+
readonly INSPECTOR_SCORE: "INSPECTOR_SCORE";
|
|
1429
|
+
readonly LAST_OBSERVED_AT: "LAST_OBSERVED_AT";
|
|
1430
|
+
readonly NETWORK_PROTOCOL: "NETWORK_PROTOCOL";
|
|
1431
|
+
readonly RESOURCE_TYPE: "RESOURCE_TYPE";
|
|
1432
|
+
readonly SEVERITY: "SEVERITY";
|
|
1433
|
+
readonly VENDOR_SEVERITY: "VENDOR_SEVERITY";
|
|
1434
|
+
readonly VULNERABILITY_ID: "VULNERABILITY_ID";
|
|
1435
|
+
readonly VULNERABILITY_SOURCE: "VULNERABILITY_SOURCE";
|
|
1436
|
+
};
|
|
1437
|
+
/**
|
|
1438
|
+
* @public
|
|
1439
|
+
*/
|
|
1440
|
+
export type SortField = (typeof SortField)[keyof typeof SortField];
|
|
1441
|
+
/**
|
|
1442
|
+
* @public
|
|
1443
|
+
* @enum
|
|
1444
|
+
*/
|
|
1445
|
+
export declare const UsageType: {
|
|
1446
|
+
readonly CODE_REPOSITORY_IAC: "CODE_REPOSITORY_IAC";
|
|
1447
|
+
readonly CODE_REPOSITORY_SAST: "CODE_REPOSITORY_SAST";
|
|
1448
|
+
readonly CODE_REPOSITORY_SCA: "CODE_REPOSITORY_SCA";
|
|
1449
|
+
readonly EC2_AGENTLESS_INSTANCE_HOURS: "EC2_AGENTLESS_INSTANCE_HOURS";
|
|
1450
|
+
readonly EC2_INSTANCE_HOURS: "EC2_INSTANCE_HOURS";
|
|
1451
|
+
readonly ECR_INITIAL_SCAN: "ECR_INITIAL_SCAN";
|
|
1452
|
+
readonly ECR_RESCAN: "ECR_RESCAN";
|
|
1453
|
+
readonly LAMBDA_FUNCTION_CODE_HOURS: "LAMBDA_FUNCTION_CODE_HOURS";
|
|
1454
|
+
readonly LAMBDA_FUNCTION_HOURS: "LAMBDA_FUNCTION_HOURS";
|
|
1455
|
+
};
|
|
1456
|
+
/**
|
|
1457
|
+
* @public
|
|
1458
|
+
*/
|
|
1459
|
+
export type UsageType = (typeof UsageType)[keyof typeof UsageType];
|
|
1460
|
+
/**
|
|
1461
|
+
* @public
|
|
1462
|
+
* @enum
|
|
1463
|
+
*/
|
|
1464
|
+
export declare const VulnerabilitySource: {
|
|
1465
|
+
readonly NVD: "NVD";
|
|
1466
|
+
};
|
|
1467
|
+
/**
|
|
1468
|
+
* @public
|
|
1469
|
+
*/
|
|
1470
|
+
export type VulnerabilitySource = (typeof VulnerabilitySource)[keyof typeof VulnerabilitySource];
|
|
428
1471
|
/**
|
|
429
1472
|
* @public
|
|
430
1473
|
* @enum
|