@aws-sdk/client-inspector2 3.934.0 → 3.935.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 +170 -714
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +169 -0
- package/dist-es/models/errors.js +115 -0
- package/dist-es/models/models_0.js +66 -268
- package/dist-es/models/models_1.js +0 -80
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/commands/GetCisScanReportCommand.d.ts +1 -1
- package/dist-types/commands/GetCisScanResultDetailsCommand.d.ts +1 -1
- package/dist-types/commands/GetClustersForImageCommand.d.ts +1 -1
- package/dist-types/commands/GetCodeSecurityIntegrationCommand.d.ts +1 -1
- package/dist-types/commands/GetCodeSecurityScanCommand.d.ts +1 -1
- package/dist-types/commands/GetCodeSecurityScanConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ListAccountPermissionsCommand.d.ts +4 -1
- package/dist-types/index.d.ts +4 -1
- package/dist-types/models/enums.d.ts +441 -0
- package/dist-types/models/errors.d.ts +144 -0
- package/dist-types/models/models_0.d.ts +992 -545
- package/dist-types/models/models_1.d.ts +2 -1026
- package/dist-types/ts3.4/commands/GetCisScanReportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCisScanResultDetailsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetClustersForImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCodeSecurityIntegrationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCodeSecurityScanCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCodeSecurityScanConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/index.d.ts +4 -1
- package/dist-types/ts3.4/models/enums.d.ts +232 -0
- package/dist-types/ts3.4/models/errors.d.ts +71 -0
- package/dist-types/ts3.4/models/models_0.d.ts +298 -277
- package/dist-types/ts3.4/models/models_1.d.ts +17 -314
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -2
- package/dist-types/models/index.d.ts +0 -2
- package/dist-types/ts3.4/models/index.d.ts +0 -2
|
@@ -1,46 +1,39 @@
|
|
|
1
|
+
import {
|
|
2
|
+
CisScanConfigurationsSortBy,
|
|
3
|
+
CisScanResultsAggregatedByChecksSortBy,
|
|
4
|
+
CisScanResultsAggregatedByTargetResourceSortBy,
|
|
5
|
+
CisSecurityLevel,
|
|
6
|
+
CisSortOrder,
|
|
7
|
+
CodeScanStatus,
|
|
8
|
+
IntegrationStatus,
|
|
9
|
+
ListCisScansDetailLevel,
|
|
10
|
+
ListCisScansSortBy,
|
|
11
|
+
StopCisSessionStatus,
|
|
12
|
+
} from "./enums";
|
|
1
13
|
import {
|
|
2
14
|
AggregationRequest,
|
|
3
15
|
AggregationResponse,
|
|
4
16
|
AggregationType,
|
|
5
17
|
AtigData,
|
|
6
18
|
AutoEnable,
|
|
7
|
-
AwsEc2InstanceDetails,
|
|
8
|
-
AwsEcrContainerImageDetails,
|
|
9
|
-
AwsLambdaFunctionDetails,
|
|
10
19
|
CisaData,
|
|
11
20
|
CisCheckAggregation,
|
|
12
21
|
CisDateFilter,
|
|
13
22
|
CisNumberFilter,
|
|
14
|
-
CisReportFormat,
|
|
15
|
-
CisReportStatus,
|
|
16
23
|
CisScan,
|
|
17
24
|
CisScanConfiguration,
|
|
18
|
-
CisScanConfigurationsSortBy,
|
|
19
|
-
CisScanResultDetails,
|
|
20
|
-
CisScanResultDetailsFilterCriteria,
|
|
21
|
-
CisScanResultDetailsSortBy,
|
|
22
25
|
CisScanResultsAggregatedByChecksFilterCriteria,
|
|
23
|
-
CisScanResultsAggregatedByChecksSortBy,
|
|
24
26
|
CisScanResultsAggregatedByTargetResourceFilterCriteria,
|
|
25
|
-
CisScanResultsAggregatedByTargetResourceSortBy,
|
|
26
27
|
CisScanStatusFilter,
|
|
27
|
-
CisSecurityLevel,
|
|
28
28
|
CisSessionMessage,
|
|
29
|
-
CisSortOrder,
|
|
30
29
|
CisStringFilter,
|
|
31
30
|
CisTargetResourceAggregation,
|
|
32
|
-
ClusterForImageFilterCriteria,
|
|
33
|
-
ClusterInformation,
|
|
34
|
-
CodeRepositoryDetails,
|
|
35
|
-
CodeScanStatus,
|
|
36
31
|
CodeSecurityIntegrationSummary,
|
|
37
32
|
CodeSecurityResource,
|
|
38
33
|
CodeSecurityScanConfiguration,
|
|
39
34
|
CodeSecurityScanConfigurationAssociationSummary,
|
|
40
35
|
CodeSecurityScanConfigurationSummary,
|
|
41
|
-
CodeVulnerabilityDetails,
|
|
42
36
|
ComputePlatform,
|
|
43
|
-
ConfigurationLevel,
|
|
44
37
|
Counts,
|
|
45
38
|
CoverageFilterCriteria,
|
|
46
39
|
CoveredResource,
|
|
@@ -48,298 +41,30 @@ import {
|
|
|
48
41
|
Cvss2,
|
|
49
42
|
Cvss3,
|
|
50
43
|
Cvss4,
|
|
51
|
-
CvssScore,
|
|
52
|
-
CvssScoreDetails,
|
|
53
44
|
DelegatedAdmin,
|
|
54
45
|
DelegatedAdminAccount,
|
|
55
46
|
Destination,
|
|
56
47
|
Ec2Configuration,
|
|
57
|
-
Ec2ConfigurationState,
|
|
58
48
|
Ec2DeepInspectionStatus,
|
|
59
49
|
EcrConfiguration,
|
|
60
|
-
|
|
50
|
+
Epss,
|
|
61
51
|
ExploitObserved,
|
|
52
|
+
ExternalReportStatus,
|
|
53
|
+
Filter,
|
|
62
54
|
FilterAction,
|
|
63
55
|
FilterCriteria,
|
|
56
|
+
Finding,
|
|
64
57
|
GroupKey,
|
|
65
|
-
IntegrationStatus,
|
|
66
|
-
IntegrationType,
|
|
67
58
|
RelationshipStatus,
|
|
68
59
|
ResourceFilterCriteria,
|
|
60
|
+
ResourceType,
|
|
69
61
|
SbomReportFormat,
|
|
70
62
|
ScanType,
|
|
71
63
|
Schedule,
|
|
72
|
-
ScopeSettings,
|
|
73
64
|
SortOrder,
|
|
74
65
|
StringFilter,
|
|
75
66
|
TagFilter,
|
|
76
67
|
} from "./models_0";
|
|
77
|
-
export interface Epss {
|
|
78
|
-
score?: number | undefined;
|
|
79
|
-
}
|
|
80
|
-
export interface EpssDetails {
|
|
81
|
-
score?: number | undefined;
|
|
82
|
-
}
|
|
83
|
-
export interface ExploitabilityDetails {
|
|
84
|
-
lastKnownExploitAt?: Date | undefined;
|
|
85
|
-
}
|
|
86
|
-
export declare const ExploitAvailable: {
|
|
87
|
-
readonly NO: "NO";
|
|
88
|
-
readonly YES: "YES";
|
|
89
|
-
};
|
|
90
|
-
export type ExploitAvailable =
|
|
91
|
-
(typeof ExploitAvailable)[keyof typeof ExploitAvailable];
|
|
92
|
-
export declare const ExternalReportStatus: {
|
|
93
|
-
readonly CANCELLED: "CANCELLED";
|
|
94
|
-
readonly FAILED: "FAILED";
|
|
95
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
96
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
97
|
-
};
|
|
98
|
-
export type ExternalReportStatus =
|
|
99
|
-
(typeof ExternalReportStatus)[keyof typeof ExternalReportStatus];
|
|
100
|
-
export interface Filter {
|
|
101
|
-
arn: string | undefined;
|
|
102
|
-
ownerId: string | undefined;
|
|
103
|
-
name: string | undefined;
|
|
104
|
-
criteria: FilterCriteria | undefined;
|
|
105
|
-
action: FilterAction | undefined;
|
|
106
|
-
createdAt: Date | undefined;
|
|
107
|
-
updatedAt: Date | undefined;
|
|
108
|
-
description?: string | undefined;
|
|
109
|
-
reason?: string | undefined;
|
|
110
|
-
tags?: Record<string, string> | undefined;
|
|
111
|
-
}
|
|
112
|
-
export declare const FixAvailable: {
|
|
113
|
-
readonly NO: "NO";
|
|
114
|
-
readonly PARTIAL: "PARTIAL";
|
|
115
|
-
readonly YES: "YES";
|
|
116
|
-
};
|
|
117
|
-
export type FixAvailable = (typeof FixAvailable)[keyof typeof FixAvailable];
|
|
118
|
-
export interface InspectorScoreDetails {
|
|
119
|
-
adjustedCvss?: CvssScoreDetails | undefined;
|
|
120
|
-
}
|
|
121
|
-
export interface Step {
|
|
122
|
-
componentId: string | undefined;
|
|
123
|
-
componentType: string | undefined;
|
|
124
|
-
componentArn?: string | undefined;
|
|
125
|
-
}
|
|
126
|
-
export interface NetworkPath {
|
|
127
|
-
steps?: Step[] | undefined;
|
|
128
|
-
}
|
|
129
|
-
export interface PortRange {
|
|
130
|
-
begin: number | undefined;
|
|
131
|
-
end: number | undefined;
|
|
132
|
-
}
|
|
133
|
-
export declare const NetworkProtocol: {
|
|
134
|
-
readonly TCP: "TCP";
|
|
135
|
-
readonly UDP: "UDP";
|
|
136
|
-
};
|
|
137
|
-
export type NetworkProtocol =
|
|
138
|
-
(typeof NetworkProtocol)[keyof typeof NetworkProtocol];
|
|
139
|
-
export interface NetworkReachabilityDetails {
|
|
140
|
-
openPortRange: PortRange | undefined;
|
|
141
|
-
protocol: NetworkProtocol | undefined;
|
|
142
|
-
networkPath: NetworkPath | undefined;
|
|
143
|
-
}
|
|
144
|
-
export declare const PackageManager: {
|
|
145
|
-
readonly BUNDLER: "BUNDLER";
|
|
146
|
-
readonly CARGO: "CARGO";
|
|
147
|
-
readonly COMPOSER: "COMPOSER";
|
|
148
|
-
readonly DOTNET_CORE: "DOTNET_CORE";
|
|
149
|
-
readonly GEMSPEC: "GEMSPEC";
|
|
150
|
-
readonly GOBINARY: "GOBINARY";
|
|
151
|
-
readonly GOMOD: "GOMOD";
|
|
152
|
-
readonly JAR: "JAR";
|
|
153
|
-
readonly NODEPKG: "NODEPKG";
|
|
154
|
-
readonly NPM: "NPM";
|
|
155
|
-
readonly NUGET: "NUGET";
|
|
156
|
-
readonly OS: "OS";
|
|
157
|
-
readonly PIP: "PIP";
|
|
158
|
-
readonly PIPENV: "PIPENV";
|
|
159
|
-
readonly POETRY: "POETRY";
|
|
160
|
-
readonly POM: "POM";
|
|
161
|
-
readonly PYTHONPKG: "PYTHONPKG";
|
|
162
|
-
readonly YARN: "YARN";
|
|
163
|
-
};
|
|
164
|
-
export type PackageManager =
|
|
165
|
-
(typeof PackageManager)[keyof typeof PackageManager];
|
|
166
|
-
export interface VulnerablePackage {
|
|
167
|
-
name: string | undefined;
|
|
168
|
-
version: string | undefined;
|
|
169
|
-
sourceLayerHash?: string | undefined;
|
|
170
|
-
epoch?: number | undefined;
|
|
171
|
-
release?: string | undefined;
|
|
172
|
-
arch?: string | undefined;
|
|
173
|
-
packageManager?: PackageManager | undefined;
|
|
174
|
-
filePath?: string | undefined;
|
|
175
|
-
fixedInVersion?: string | undefined;
|
|
176
|
-
remediation?: string | undefined;
|
|
177
|
-
sourceLambdaLayerArn?: string | undefined;
|
|
178
|
-
}
|
|
179
|
-
export interface PackageVulnerabilityDetails {
|
|
180
|
-
vulnerabilityId: string | undefined;
|
|
181
|
-
vulnerablePackages?: VulnerablePackage[] | undefined;
|
|
182
|
-
source: string | undefined;
|
|
183
|
-
cvss?: CvssScore[] | undefined;
|
|
184
|
-
relatedVulnerabilities?: string[] | undefined;
|
|
185
|
-
sourceUrl?: string | undefined;
|
|
186
|
-
vendorSeverity?: string | undefined;
|
|
187
|
-
vendorCreatedAt?: Date | undefined;
|
|
188
|
-
vendorUpdatedAt?: Date | undefined;
|
|
189
|
-
referenceUrls?: string[] | undefined;
|
|
190
|
-
}
|
|
191
|
-
export interface Recommendation {
|
|
192
|
-
text?: string | undefined;
|
|
193
|
-
Url?: string | undefined;
|
|
194
|
-
}
|
|
195
|
-
export interface Remediation {
|
|
196
|
-
recommendation?: Recommendation | undefined;
|
|
197
|
-
}
|
|
198
|
-
export interface ResourceDetails {
|
|
199
|
-
awsEc2Instance?: AwsEc2InstanceDetails | undefined;
|
|
200
|
-
awsEcrContainerImage?: AwsEcrContainerImageDetails | undefined;
|
|
201
|
-
awsLambdaFunction?: AwsLambdaFunctionDetails | undefined;
|
|
202
|
-
codeRepository?: CodeRepositoryDetails | undefined;
|
|
203
|
-
}
|
|
204
|
-
export declare const ResourceType: {
|
|
205
|
-
readonly AWS_EC2_INSTANCE: "AWS_EC2_INSTANCE";
|
|
206
|
-
readonly AWS_ECR_CONTAINER_IMAGE: "AWS_ECR_CONTAINER_IMAGE";
|
|
207
|
-
readonly AWS_ECR_REPOSITORY: "AWS_ECR_REPOSITORY";
|
|
208
|
-
readonly AWS_LAMBDA_FUNCTION: "AWS_LAMBDA_FUNCTION";
|
|
209
|
-
readonly CODE_REPOSITORY: "CODE_REPOSITORY";
|
|
210
|
-
};
|
|
211
|
-
export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
|
|
212
|
-
export interface Resource {
|
|
213
|
-
type: ResourceType | undefined;
|
|
214
|
-
id: string | undefined;
|
|
215
|
-
partition?: string | undefined;
|
|
216
|
-
region?: string | undefined;
|
|
217
|
-
tags?: Record<string, string> | undefined;
|
|
218
|
-
details?: ResourceDetails | undefined;
|
|
219
|
-
}
|
|
220
|
-
export declare const Severity: {
|
|
221
|
-
readonly CRITICAL: "CRITICAL";
|
|
222
|
-
readonly HIGH: "HIGH";
|
|
223
|
-
readonly INFORMATIONAL: "INFORMATIONAL";
|
|
224
|
-
readonly LOW: "LOW";
|
|
225
|
-
readonly MEDIUM: "MEDIUM";
|
|
226
|
-
readonly UNTRIAGED: "UNTRIAGED";
|
|
227
|
-
};
|
|
228
|
-
export type Severity = (typeof Severity)[keyof typeof Severity];
|
|
229
|
-
export declare const FindingStatus: {
|
|
230
|
-
readonly ACTIVE: "ACTIVE";
|
|
231
|
-
readonly CLOSED: "CLOSED";
|
|
232
|
-
readonly SUPPRESSED: "SUPPRESSED";
|
|
233
|
-
};
|
|
234
|
-
export type FindingStatus = (typeof FindingStatus)[keyof typeof FindingStatus];
|
|
235
|
-
export declare const FindingType: {
|
|
236
|
-
readonly CODE_VULNERABILITY: "CODE_VULNERABILITY";
|
|
237
|
-
readonly NETWORK_REACHABILITY: "NETWORK_REACHABILITY";
|
|
238
|
-
readonly PACKAGE_VULNERABILITY: "PACKAGE_VULNERABILITY";
|
|
239
|
-
};
|
|
240
|
-
export type FindingType = (typeof FindingType)[keyof typeof FindingType];
|
|
241
|
-
export interface Finding {
|
|
242
|
-
findingArn: string | undefined;
|
|
243
|
-
awsAccountId: string | undefined;
|
|
244
|
-
type: FindingType | undefined;
|
|
245
|
-
description: string | undefined;
|
|
246
|
-
title?: string | undefined;
|
|
247
|
-
remediation: Remediation | undefined;
|
|
248
|
-
severity: Severity | undefined;
|
|
249
|
-
firstObservedAt: Date | undefined;
|
|
250
|
-
lastObservedAt: Date | undefined;
|
|
251
|
-
updatedAt?: Date | undefined;
|
|
252
|
-
status: FindingStatus | undefined;
|
|
253
|
-
resources: Resource[] | undefined;
|
|
254
|
-
inspectorScore?: number | undefined;
|
|
255
|
-
inspectorScoreDetails?: InspectorScoreDetails | undefined;
|
|
256
|
-
networkReachabilityDetails?: NetworkReachabilityDetails | undefined;
|
|
257
|
-
packageVulnerabilityDetails?: PackageVulnerabilityDetails | undefined;
|
|
258
|
-
fixAvailable?: FixAvailable | undefined;
|
|
259
|
-
exploitAvailable?: ExploitAvailable | undefined;
|
|
260
|
-
exploitabilityDetails?: ExploitabilityDetails | undefined;
|
|
261
|
-
codeVulnerabilityDetails?: CodeVulnerabilityDetails | undefined;
|
|
262
|
-
epss?: EpssDetails | undefined;
|
|
263
|
-
}
|
|
264
|
-
export interface GetCisScanReportRequest {
|
|
265
|
-
scanArn: string | undefined;
|
|
266
|
-
targetAccounts?: string[] | undefined;
|
|
267
|
-
reportFormat?: CisReportFormat | undefined;
|
|
268
|
-
}
|
|
269
|
-
export interface GetCisScanReportResponse {
|
|
270
|
-
url?: string | undefined;
|
|
271
|
-
status?: CisReportStatus | undefined;
|
|
272
|
-
}
|
|
273
|
-
export interface GetCisScanResultDetailsRequest {
|
|
274
|
-
scanArn: string | undefined;
|
|
275
|
-
targetResourceId: string | undefined;
|
|
276
|
-
accountId: string | undefined;
|
|
277
|
-
filterCriteria?: CisScanResultDetailsFilterCriteria | undefined;
|
|
278
|
-
sortBy?: CisScanResultDetailsSortBy | undefined;
|
|
279
|
-
sortOrder?: CisSortOrder | undefined;
|
|
280
|
-
nextToken?: string | undefined;
|
|
281
|
-
maxResults?: number | undefined;
|
|
282
|
-
}
|
|
283
|
-
export interface GetCisScanResultDetailsResponse {
|
|
284
|
-
scanResultDetails?: CisScanResultDetails[] | undefined;
|
|
285
|
-
nextToken?: string | undefined;
|
|
286
|
-
}
|
|
287
|
-
export interface GetClustersForImageRequest {
|
|
288
|
-
filter: ClusterForImageFilterCriteria | undefined;
|
|
289
|
-
maxResults?: number | undefined;
|
|
290
|
-
nextToken?: string | undefined;
|
|
291
|
-
}
|
|
292
|
-
export interface GetClustersForImageResponse {
|
|
293
|
-
cluster: ClusterInformation[] | undefined;
|
|
294
|
-
nextToken?: string | undefined;
|
|
295
|
-
}
|
|
296
|
-
export interface GetCodeSecurityIntegrationRequest {
|
|
297
|
-
integrationArn: string | undefined;
|
|
298
|
-
tags?: Record<string, string> | undefined;
|
|
299
|
-
}
|
|
300
|
-
export interface GetCodeSecurityIntegrationResponse {
|
|
301
|
-
integrationArn: string | undefined;
|
|
302
|
-
name: string | undefined;
|
|
303
|
-
type: IntegrationType | undefined;
|
|
304
|
-
status: IntegrationStatus | undefined;
|
|
305
|
-
statusReason: string | undefined;
|
|
306
|
-
createdOn: Date | undefined;
|
|
307
|
-
lastUpdateOn: Date | undefined;
|
|
308
|
-
tags?: Record<string, string> | undefined;
|
|
309
|
-
authorizationUrl?: string | undefined;
|
|
310
|
-
}
|
|
311
|
-
export interface GetCodeSecurityScanRequest {
|
|
312
|
-
resource: CodeSecurityResource | undefined;
|
|
313
|
-
scanId: string | undefined;
|
|
314
|
-
}
|
|
315
|
-
export interface GetCodeSecurityScanResponse {
|
|
316
|
-
scanId?: string | undefined;
|
|
317
|
-
resource?: CodeSecurityResource | undefined;
|
|
318
|
-
accountId?: string | undefined;
|
|
319
|
-
status?: CodeScanStatus | undefined;
|
|
320
|
-
statusReason?: string | undefined;
|
|
321
|
-
createdAt?: Date | undefined;
|
|
322
|
-
updatedAt?: Date | undefined;
|
|
323
|
-
lastCommitId?: string | undefined;
|
|
324
|
-
}
|
|
325
|
-
export interface GetCodeSecurityScanConfigurationRequest {
|
|
326
|
-
scanConfigurationArn: string | undefined;
|
|
327
|
-
}
|
|
328
|
-
export interface GetCodeSecurityScanConfigurationResponse {
|
|
329
|
-
scanConfigurationArn?: string | undefined;
|
|
330
|
-
name?: string | undefined;
|
|
331
|
-
configuration?: CodeSecurityScanConfiguration | undefined;
|
|
332
|
-
level?: ConfigurationLevel | undefined;
|
|
333
|
-
scopeSettings?: ScopeSettings | undefined;
|
|
334
|
-
createdAt?: Date | undefined;
|
|
335
|
-
lastUpdatedAt?: Date | undefined;
|
|
336
|
-
tags?: Record<string, string> | undefined;
|
|
337
|
-
}
|
|
338
|
-
export interface GetConfigurationRequest {}
|
|
339
|
-
export interface GetConfigurationResponse {
|
|
340
|
-
ecrConfiguration?: EcrConfigurationState | undefined;
|
|
341
|
-
ec2Configuration?: Ec2ConfigurationState | undefined;
|
|
342
|
-
}
|
|
343
68
|
export interface GetDelegatedAdminAccountRequest {}
|
|
344
69
|
export interface GetDelegatedAdminAccountResponse {
|
|
345
70
|
delegatedAdmin?: DelegatedAdmin | undefined;
|
|
@@ -471,12 +196,6 @@ export interface ListCisScanResultsAggregatedByTargetResourceResponse {
|
|
|
471
196
|
targetResourceAggregations?: CisTargetResourceAggregation[] | undefined;
|
|
472
197
|
nextToken?: string | undefined;
|
|
473
198
|
}
|
|
474
|
-
export declare const ListCisScansDetailLevel: {
|
|
475
|
-
readonly MEMBER: "MEMBER";
|
|
476
|
-
readonly ORGANIZATION: "ORGANIZATION";
|
|
477
|
-
};
|
|
478
|
-
export type ListCisScansDetailLevel =
|
|
479
|
-
(typeof ListCisScansDetailLevel)[keyof typeof ListCisScansDetailLevel];
|
|
480
199
|
export interface ListCisScansFilterCriteria {
|
|
481
200
|
scanNameFilters?: CisStringFilter[] | undefined;
|
|
482
201
|
targetResourceTagFilters?: TagFilter[] | undefined;
|
|
@@ -489,14 +208,6 @@ export interface ListCisScansFilterCriteria {
|
|
|
489
208
|
failedChecksFilters?: CisNumberFilter[] | undefined;
|
|
490
209
|
targetAccountIdFilters?: CisStringFilter[] | undefined;
|
|
491
210
|
}
|
|
492
|
-
export declare const ListCisScansSortBy: {
|
|
493
|
-
readonly FAILED_CHECKS: "FAILED_CHECKS";
|
|
494
|
-
readonly SCAN_START_DATE: "SCAN_START_DATE";
|
|
495
|
-
readonly SCHEDULED_BY: "SCHEDULED_BY";
|
|
496
|
-
readonly STATUS: "STATUS";
|
|
497
|
-
};
|
|
498
|
-
export type ListCisScansSortBy =
|
|
499
|
-
(typeof ListCisScansSortBy)[keyof typeof ListCisScansSortBy];
|
|
500
211
|
export interface ListCisScansRequest {
|
|
501
212
|
filterCriteria?: ListCisScansFilterCriteria | undefined;
|
|
502
213
|
detailLevel?: ListCisScansDetailLevel | undefined;
|
|
@@ -741,14 +452,6 @@ export interface StopCisMessageProgress {
|
|
|
741
452
|
informationalChecks?: number | undefined;
|
|
742
453
|
errorChecks?: number | undefined;
|
|
743
454
|
}
|
|
744
|
-
export declare const StopCisSessionStatus: {
|
|
745
|
-
readonly FAILED: "FAILED";
|
|
746
|
-
readonly INTERRUPTED: "INTERRUPTED";
|
|
747
|
-
readonly SUCCESS: "SUCCESS";
|
|
748
|
-
readonly UNSUPPORTED_OS: "UNSUPPORTED_OS";
|
|
749
|
-
};
|
|
750
|
-
export type StopCisSessionStatus =
|
|
751
|
-
(typeof StopCisSessionStatus)[keyof typeof StopCisSessionStatus];
|
|
752
455
|
export interface StopCisSessionMessage {
|
|
753
456
|
status: StopCisSessionStatus | undefined;
|
|
754
457
|
reason?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-inspector2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Inspector2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.935.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-inspector2",
|
|
@@ -20,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.935.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.935.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.930.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.930.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.933.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.935.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.930.0",
|
|
30
30
|
"@aws-sdk/types": "3.930.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.930.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.930.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.935.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.4.3",
|
|
35
|
-
"@smithy/core": "^3.18.
|
|
35
|
+
"@smithy/core": "^3.18.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.3.6",
|
|
37
37
|
"@smithy/hash-node": "^4.2.5",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.2.5",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.2.5",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
42
|
-
"@smithy/middleware-serde": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.3.12",
|
|
41
|
+
"@smithy/middleware-retry": "^4.4.12",
|
|
42
|
+
"@smithy/middleware-serde": "^4.2.6",
|
|
43
43
|
"@smithy/middleware-stack": "^4.2.5",
|
|
44
44
|
"@smithy/node-config-provider": "^4.3.5",
|
|
45
45
|
"@smithy/node-http-handler": "^4.4.5",
|
|
46
46
|
"@smithy/protocol-http": "^5.3.5",
|
|
47
|
-
"@smithy/smithy-client": "^4.9.
|
|
47
|
+
"@smithy/smithy-client": "^4.9.8",
|
|
48
48
|
"@smithy/types": "^4.9.0",
|
|
49
49
|
"@smithy/url-parser": "^4.2.5",
|
|
50
50
|
"@smithy/util-base64": "^4.3.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.3.11",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.2.14",
|
|
55
55
|
"@smithy/util-endpoints": "^3.2.5",
|
|
56
56
|
"@smithy/util-middleware": "^4.2.5",
|
|
57
57
|
"@smithy/util-retry": "^4.2.5",
|
package/dist-es/models/index.js
DELETED