@aws-sdk/client-inspector2 3.936.0 → 3.939.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 +2 -2
|
@@ -1,423 +1 @@
|
|
|
1
|
-
export
|
|
2
|
-
DISABLED: "DISABLED",
|
|
3
|
-
DISABLING: "DISABLING",
|
|
4
|
-
ENABLED: "ENABLED",
|
|
5
|
-
ENABLING: "ENABLING",
|
|
6
|
-
SUSPENDED: "SUSPENDED",
|
|
7
|
-
SUSPENDING: "SUSPENDING",
|
|
8
|
-
};
|
|
9
|
-
export const AggregationFindingType = {
|
|
10
|
-
CODE_VULNERABILITY: "CODE_VULNERABILITY",
|
|
11
|
-
NETWORK_REACHABILITY: "NETWORK_REACHABILITY",
|
|
12
|
-
PACKAGE_VULNERABILITY: "PACKAGE_VULNERABILITY",
|
|
13
|
-
};
|
|
14
|
-
export const AggregationResourceType = {
|
|
15
|
-
AWS_EC2_INSTANCE: "AWS_EC2_INSTANCE",
|
|
16
|
-
AWS_ECR_CONTAINER_IMAGE: "AWS_ECR_CONTAINER_IMAGE",
|
|
17
|
-
AWS_LAMBDA_FUNCTION: "AWS_LAMBDA_FUNCTION",
|
|
18
|
-
CODE_REPOSITORY: "CODE_REPOSITORY",
|
|
19
|
-
};
|
|
20
|
-
export const AccountSortBy = {
|
|
21
|
-
ALL: "ALL",
|
|
22
|
-
CRITICAL: "CRITICAL",
|
|
23
|
-
HIGH: "HIGH",
|
|
24
|
-
};
|
|
25
|
-
export const SortOrder = {
|
|
26
|
-
ASC: "ASC",
|
|
27
|
-
DESC: "DESC",
|
|
28
|
-
};
|
|
29
|
-
export const ErrorCode = {
|
|
30
|
-
ACCESS_DENIED: "ACCESS_DENIED",
|
|
31
|
-
ACCOUNT_IS_ISOLATED: "ACCOUNT_IS_ISOLATED",
|
|
32
|
-
ALREADY_ENABLED: "ALREADY_ENABLED",
|
|
33
|
-
BLOCKED_BY_ORGANIZATION_POLICY: "BLOCKED_BY_ORGANIZATION_POLICY",
|
|
34
|
-
DISABLE_IN_PROGRESS: "DISABLE_IN_PROGRESS",
|
|
35
|
-
DISASSOCIATE_ALL_MEMBERS: "DISASSOCIATE_ALL_MEMBERS",
|
|
36
|
-
EC2_SSM_ASSOCIATION_VERSION_LIMIT_EXCEEDED: "EC2_SSM_ASSOCIATION_VERSION_LIMIT_EXCEEDED",
|
|
37
|
-
EC2_SSM_RESOURCE_DATA_SYNC_LIMIT_EXCEEDED: "EC2_SSM_RESOURCE_DATA_SYNC_LIMIT_EXCEEDED",
|
|
38
|
-
ENABLE_IN_PROGRESS: "ENABLE_IN_PROGRESS",
|
|
39
|
-
EVENTBRIDGE_THROTTLED: "EVENTBRIDGE_THROTTLED",
|
|
40
|
-
EVENTBRIDGE_UNAVAILABLE: "EVENTBRIDGE_UNAVAILABLE",
|
|
41
|
-
INTERNAL_ERROR: "INTERNAL_ERROR",
|
|
42
|
-
RESOURCE_NOT_FOUND: "RESOURCE_NOT_FOUND",
|
|
43
|
-
RESOURCE_SCAN_NOT_DISABLED: "RESOURCE_SCAN_NOT_DISABLED",
|
|
44
|
-
SSM_THROTTLED: "SSM_THROTTLED",
|
|
45
|
-
SSM_UNAVAILABLE: "SSM_UNAVAILABLE",
|
|
46
|
-
SUSPEND_IN_PROGRESS: "SUSPEND_IN_PROGRESS",
|
|
47
|
-
};
|
|
48
|
-
export const StringComparison = {
|
|
49
|
-
EQUALS: "EQUALS",
|
|
50
|
-
NOT_EQUALS: "NOT_EQUALS",
|
|
51
|
-
PREFIX: "PREFIX",
|
|
52
|
-
};
|
|
53
|
-
export const AmiSortBy = {
|
|
54
|
-
AFFECTED_INSTANCES: "AFFECTED_INSTANCES",
|
|
55
|
-
ALL: "ALL",
|
|
56
|
-
CRITICAL: "CRITICAL",
|
|
57
|
-
HIGH: "HIGH",
|
|
58
|
-
};
|
|
59
|
-
export const AwsEcrContainerSortBy = {
|
|
60
|
-
ALL: "ALL",
|
|
61
|
-
CRITICAL: "CRITICAL",
|
|
62
|
-
HIGH: "HIGH",
|
|
63
|
-
};
|
|
64
|
-
export const CodeRepositorySortBy = {
|
|
65
|
-
ALL: "ALL",
|
|
66
|
-
CRITICAL: "CRITICAL",
|
|
67
|
-
HIGH: "HIGH",
|
|
68
|
-
};
|
|
69
|
-
export const MapComparison = {
|
|
70
|
-
EQUALS: "EQUALS",
|
|
71
|
-
};
|
|
72
|
-
export const Ec2InstanceSortBy = {
|
|
73
|
-
ALL: "ALL",
|
|
74
|
-
CRITICAL: "CRITICAL",
|
|
75
|
-
HIGH: "HIGH",
|
|
76
|
-
NETWORK_FINDINGS: "NETWORK_FINDINGS",
|
|
77
|
-
};
|
|
78
|
-
export const FindingTypeSortBy = {
|
|
79
|
-
ALL: "ALL",
|
|
80
|
-
CRITICAL: "CRITICAL",
|
|
81
|
-
HIGH: "HIGH",
|
|
82
|
-
};
|
|
83
|
-
export const ImageLayerSortBy = {
|
|
84
|
-
ALL: "ALL",
|
|
85
|
-
CRITICAL: "CRITICAL",
|
|
86
|
-
HIGH: "HIGH",
|
|
87
|
-
};
|
|
88
|
-
export const LambdaFunctionSortBy = {
|
|
89
|
-
ALL: "ALL",
|
|
90
|
-
CRITICAL: "CRITICAL",
|
|
91
|
-
HIGH: "HIGH",
|
|
92
|
-
};
|
|
93
|
-
export const LambdaLayerSortBy = {
|
|
94
|
-
ALL: "ALL",
|
|
95
|
-
CRITICAL: "CRITICAL",
|
|
96
|
-
HIGH: "HIGH",
|
|
97
|
-
};
|
|
98
|
-
export const PackageSortBy = {
|
|
99
|
-
ALL: "ALL",
|
|
100
|
-
CRITICAL: "CRITICAL",
|
|
101
|
-
HIGH: "HIGH",
|
|
102
|
-
};
|
|
103
|
-
export const RepositorySortBy = {
|
|
104
|
-
AFFECTED_IMAGES: "AFFECTED_IMAGES",
|
|
105
|
-
ALL: "ALL",
|
|
106
|
-
CRITICAL: "CRITICAL",
|
|
107
|
-
HIGH: "HIGH",
|
|
108
|
-
};
|
|
109
|
-
export const TitleSortBy = {
|
|
110
|
-
ALL: "ALL",
|
|
111
|
-
CRITICAL: "CRITICAL",
|
|
112
|
-
HIGH: "HIGH",
|
|
113
|
-
};
|
|
114
|
-
export const AggregationType = {
|
|
115
|
-
ACCOUNT: "ACCOUNT",
|
|
116
|
-
AMI: "AMI",
|
|
117
|
-
AWS_EC2_INSTANCE: "AWS_EC2_INSTANCE",
|
|
118
|
-
AWS_ECR_CONTAINER: "AWS_ECR_CONTAINER",
|
|
119
|
-
AWS_LAMBDA_FUNCTION: "AWS_LAMBDA_FUNCTION",
|
|
120
|
-
CODE_REPOSITORY: "CODE_REPOSITORY",
|
|
121
|
-
FINDING_TYPE: "FINDING_TYPE",
|
|
122
|
-
IMAGE_LAYER: "IMAGE_LAYER",
|
|
123
|
-
LAMBDA_LAYER: "LAMBDA_LAYER",
|
|
124
|
-
PACKAGE: "PACKAGE",
|
|
125
|
-
REPOSITORY: "REPOSITORY",
|
|
126
|
-
TITLE: "TITLE",
|
|
127
|
-
};
|
|
128
|
-
export const Architecture = {
|
|
129
|
-
ARM64: "ARM64",
|
|
130
|
-
X86_64: "X86_64",
|
|
131
|
-
};
|
|
132
|
-
export const ValidationExceptionReason = {
|
|
133
|
-
CANNOT_PARSE: "CANNOT_PARSE",
|
|
134
|
-
FIELD_VALIDATION_FAILED: "FIELD_VALIDATION_FAILED",
|
|
135
|
-
OTHER: "OTHER",
|
|
136
|
-
};
|
|
137
|
-
export const PackageType = {
|
|
138
|
-
IMAGE: "IMAGE",
|
|
139
|
-
ZIP: "ZIP",
|
|
140
|
-
};
|
|
141
|
-
export const Runtime = {
|
|
142
|
-
DOTNETCORE_3_1: "DOTNETCORE_3_1",
|
|
143
|
-
DOTNET_6: "DOTNET_6",
|
|
144
|
-
DOTNET_7: "DOTNET_7",
|
|
145
|
-
GO_1_X: "GO_1_X",
|
|
146
|
-
JAVA_11: "JAVA_11",
|
|
147
|
-
JAVA_17: "JAVA_17",
|
|
148
|
-
JAVA_8: "JAVA_8",
|
|
149
|
-
JAVA_8_AL2: "JAVA_8_AL2",
|
|
150
|
-
NODEJS: "NODEJS",
|
|
151
|
-
NODEJS_12_X: "NODEJS_12_X",
|
|
152
|
-
NODEJS_14_X: "NODEJS_14_X",
|
|
153
|
-
NODEJS_16_X: "NODEJS_16_X",
|
|
154
|
-
NODEJS_18_X: "NODEJS_18_X",
|
|
155
|
-
PYTHON_3_10: "PYTHON_3_10",
|
|
156
|
-
PYTHON_3_11: "PYTHON_3_11",
|
|
157
|
-
PYTHON_3_7: "PYTHON_3_7",
|
|
158
|
-
PYTHON_3_8: "PYTHON_3_8",
|
|
159
|
-
PYTHON_3_9: "PYTHON_3_9",
|
|
160
|
-
RUBY_2_7: "RUBY_2_7",
|
|
161
|
-
RUBY_3_2: "RUBY_3_2",
|
|
162
|
-
UNSUPPORTED: "UNSUPPORTED",
|
|
163
|
-
};
|
|
164
|
-
export const CodeSnippetErrorCode = {
|
|
165
|
-
ACCESS_DENIED: "ACCESS_DENIED",
|
|
166
|
-
CODE_SNIPPET_NOT_FOUND: "CODE_SNIPPET_NOT_FOUND",
|
|
167
|
-
INTERNAL_ERROR: "INTERNAL_ERROR",
|
|
168
|
-
INVALID_INPUT: "INVALID_INPUT",
|
|
169
|
-
};
|
|
170
|
-
export const FindingDetailsErrorCode = {
|
|
171
|
-
ACCESS_DENIED: "ACCESS_DENIED",
|
|
172
|
-
FINDING_DETAILS_NOT_FOUND: "FINDING_DETAILS_NOT_FOUND",
|
|
173
|
-
INTERNAL_ERROR: "INTERNAL_ERROR",
|
|
174
|
-
INVALID_INPUT: "INVALID_INPUT",
|
|
175
|
-
};
|
|
176
|
-
export const FreeTrialStatus = {
|
|
177
|
-
ACTIVE: "ACTIVE",
|
|
178
|
-
INACTIVE: "INACTIVE",
|
|
179
|
-
};
|
|
180
|
-
export const FreeTrialType = {
|
|
181
|
-
CODE_REPOSITORY: "CODE_REPOSITORY",
|
|
182
|
-
EC2: "EC2",
|
|
183
|
-
ECR: "ECR",
|
|
184
|
-
LAMBDA: "LAMBDA",
|
|
185
|
-
LAMBDA_CODE: "LAMBDA_CODE",
|
|
186
|
-
};
|
|
187
|
-
export const FreeTrialInfoErrorCode = {
|
|
188
|
-
ACCESS_DENIED: "ACCESS_DENIED",
|
|
189
|
-
INTERNAL_ERROR: "INTERNAL_ERROR",
|
|
190
|
-
};
|
|
191
|
-
export const Ec2DeepInspectionStatus = {
|
|
192
|
-
ACTIVATED: "ACTIVATED",
|
|
193
|
-
DEACTIVATED: "DEACTIVATED",
|
|
194
|
-
FAILED: "FAILED",
|
|
195
|
-
PENDING: "PENDING",
|
|
196
|
-
};
|
|
197
|
-
export const CodeRepositoryProviderType = {
|
|
198
|
-
GITHUB: "GITHUB",
|
|
199
|
-
GITLAB_SELF_MANAGED: "GITLAB_SELF_MANAGED",
|
|
200
|
-
};
|
|
201
|
-
export const ScanStatusReason = {
|
|
202
|
-
ACCESS_DENIED: "ACCESS_DENIED",
|
|
203
|
-
ACCESS_DENIED_TO_ENCRYPTION_KEY: "ACCESS_DENIED_TO_ENCRYPTION_KEY",
|
|
204
|
-
AGENTLESS_INSTANCE_COLLECTION_TIME_LIMIT_EXCEEDED: "AGENTLESS_INSTANCE_COLLECTION_TIME_LIMIT_EXCEEDED",
|
|
205
|
-
AGENTLESS_INSTANCE_STORAGE_LIMIT_EXCEEDED: "AGENTLESS_INSTANCE_STORAGE_LIMIT_EXCEEDED",
|
|
206
|
-
DEEP_INSPECTION_COLLECTION_TIME_LIMIT_EXCEEDED: "DEEP_INSPECTION_COLLECTION_TIME_LIMIT_EXCEEDED",
|
|
207
|
-
DEEP_INSPECTION_DAILY_SSM_INVENTORY_LIMIT_EXCEEDED: "DEEP_INSPECTION_DAILY_SSM_INVENTORY_LIMIT_EXCEEDED",
|
|
208
|
-
DEEP_INSPECTION_NO_INVENTORY: "DEEP_INSPECTION_NO_INVENTORY",
|
|
209
|
-
DEEP_INSPECTION_PACKAGE_COLLECTION_LIMIT_EXCEEDED: "DEEP_INSPECTION_PACKAGE_COLLECTION_LIMIT_EXCEEDED",
|
|
210
|
-
EC2_INSTANCE_STOPPED: "EC2_INSTANCE_STOPPED",
|
|
211
|
-
EXCLUDED_BY_TAG: "EXCLUDED_BY_TAG",
|
|
212
|
-
IMAGE_ARCHIVED: "IMAGE_ARCHIVED",
|
|
213
|
-
IMAGE_SIZE_EXCEEDED: "IMAGE_SIZE_EXCEEDED",
|
|
214
|
-
INTEGRATION_CONNECTION_LOST: "INTEGRATION_CONNECTION_LOST",
|
|
215
|
-
INTERNAL_ERROR: "INTERNAL_ERROR",
|
|
216
|
-
NO_INVENTORY: "NO_INVENTORY",
|
|
217
|
-
NO_RESOURCES_FOUND: "NO_RESOURCES_FOUND",
|
|
218
|
-
NO_SCAN_CONFIGURATION_ASSOCIATED: "NO_SCAN_CONFIGURATION_ASSOCIATED",
|
|
219
|
-
PENDING_DISABLE: "PENDING_DISABLE",
|
|
220
|
-
PENDING_INITIAL_SCAN: "PENDING_INITIAL_SCAN",
|
|
221
|
-
PENDING_REVIVAL_SCAN: "PENDING_REVIVAL_SCAN",
|
|
222
|
-
RESOURCE_TERMINATED: "RESOURCE_TERMINATED",
|
|
223
|
-
SCAN_ELIGIBILITY_EXPIRED: "SCAN_ELIGIBILITY_EXPIRED",
|
|
224
|
-
SCAN_FREQUENCY_MANUAL: "SCAN_FREQUENCY_MANUAL",
|
|
225
|
-
SCAN_FREQUENCY_SCAN_ON_PUSH: "SCAN_FREQUENCY_SCAN_ON_PUSH",
|
|
226
|
-
SCAN_IN_PROGRESS: "SCAN_IN_PROGRESS",
|
|
227
|
-
STALE_INVENTORY: "STALE_INVENTORY",
|
|
228
|
-
SUCCESSFUL: "SUCCESSFUL",
|
|
229
|
-
UNMANAGED_EC2_INSTANCE: "UNMANAGED_EC2_INSTANCE",
|
|
230
|
-
UNSUPPORTED_CONFIG_FILE: "UNSUPPORTED_CONFIG_FILE",
|
|
231
|
-
UNSUPPORTED_LANGUAGE: "UNSUPPORTED_LANGUAGE",
|
|
232
|
-
UNSUPPORTED_MEDIA_TYPE: "UNSUPPORTED_MEDIA_TYPE",
|
|
233
|
-
UNSUPPORTED_OS: "UNSUPPORTED_OS",
|
|
234
|
-
UNSUPPORTED_RUNTIME: "UNSUPPORTED_RUNTIME",
|
|
235
|
-
};
|
|
236
|
-
export const ScanStatusCode = {
|
|
237
|
-
ACTIVE: "ACTIVE",
|
|
238
|
-
INACTIVE: "INACTIVE",
|
|
239
|
-
};
|
|
240
|
-
export const GroupKey = {
|
|
241
|
-
ACCOUNT_ID: "ACCOUNT_ID",
|
|
242
|
-
ECR_REPOSITORY_NAME: "ECR_REPOSITORY_NAME",
|
|
243
|
-
RESOURCE_TYPE: "RESOURCE_TYPE",
|
|
244
|
-
SCAN_STATUS_CODE: "SCAN_STATUS_CODE",
|
|
245
|
-
SCAN_STATUS_REASON: "SCAN_STATUS_REASON",
|
|
246
|
-
};
|
|
247
|
-
export const CoverageStringComparison = {
|
|
248
|
-
EQUALS: "EQUALS",
|
|
249
|
-
NOT_EQUALS: "NOT_EQUALS",
|
|
250
|
-
};
|
|
251
|
-
export const CoverageMapComparison = {
|
|
252
|
-
EQUALS: "EQUALS",
|
|
253
|
-
};
|
|
254
|
-
export const CoverageResourceType = {
|
|
255
|
-
AWS_EC2_INSTANCE: "AWS_EC2_INSTANCE",
|
|
256
|
-
AWS_ECR_CONTAINER_IMAGE: "AWS_ECR_CONTAINER_IMAGE",
|
|
257
|
-
AWS_ECR_REPOSITORY: "AWS_ECR_REPOSITORY",
|
|
258
|
-
AWS_LAMBDA_FUNCTION: "AWS_LAMBDA_FUNCTION",
|
|
259
|
-
CODE_REPOSITORY: "CODE_REPOSITORY",
|
|
260
|
-
};
|
|
261
|
-
export const Ec2Platform = {
|
|
262
|
-
LINUX: "LINUX",
|
|
263
|
-
MACOS: "MACOS",
|
|
264
|
-
UNKNOWN: "UNKNOWN",
|
|
265
|
-
WINDOWS: "WINDOWS",
|
|
266
|
-
};
|
|
267
|
-
export const EcrScanFrequency = {
|
|
268
|
-
CONTINUOUS_SCAN: "CONTINUOUS_SCAN",
|
|
269
|
-
MANUAL: "MANUAL",
|
|
270
|
-
SCAN_ON_PUSH: "SCAN_ON_PUSH",
|
|
271
|
-
};
|
|
272
|
-
export const ScanMode = {
|
|
273
|
-
EC2_AGENTLESS: "EC2_AGENTLESS",
|
|
274
|
-
EC2_SSM_AGENT_BASED: "EC2_SSM_AGENT_BASED",
|
|
275
|
-
};
|
|
276
|
-
export const ScanType = {
|
|
277
|
-
CODE: "CODE",
|
|
278
|
-
NETWORK: "NETWORK",
|
|
279
|
-
PACKAGE: "PACKAGE",
|
|
280
|
-
};
|
|
281
|
-
export const FilterAction = {
|
|
282
|
-
NONE: "NONE",
|
|
283
|
-
SUPPRESS: "SUPPRESS",
|
|
284
|
-
};
|
|
285
|
-
export const ReportFormat = {
|
|
286
|
-
CSV: "CSV",
|
|
287
|
-
JSON: "JSON",
|
|
288
|
-
};
|
|
289
|
-
export const SbomReportFormat = {
|
|
290
|
-
CYCLONEDX_1_4: "CYCLONEDX_1_4",
|
|
291
|
-
SPDX_2_3: "SPDX_2_3",
|
|
292
|
-
};
|
|
293
|
-
export const ResourceStringComparison = {
|
|
294
|
-
EQUALS: "EQUALS",
|
|
295
|
-
NOT_EQUALS: "NOT_EQUALS",
|
|
296
|
-
};
|
|
297
|
-
export const ResourceMapComparison = {
|
|
298
|
-
EQUALS: "EQUALS",
|
|
299
|
-
};
|
|
300
|
-
export const Currency = {
|
|
301
|
-
USD: "USD",
|
|
302
|
-
};
|
|
303
|
-
export const RelationshipStatus = {
|
|
304
|
-
ACCOUNT_SUSPENDED: "ACCOUNT_SUSPENDED",
|
|
305
|
-
CANNOT_CREATE_DETECTOR_IN_ORG_MASTER: "CANNOT_CREATE_DETECTOR_IN_ORG_MASTER",
|
|
306
|
-
CREATED: "CREATED",
|
|
307
|
-
DELETED: "DELETED",
|
|
308
|
-
DISABLED: "DISABLED",
|
|
309
|
-
EMAIL_VERIFICATION_FAILED: "EMAIL_VERIFICATION_FAILED",
|
|
310
|
-
EMAIL_VERIFICATION_IN_PROGRESS: "EMAIL_VERIFICATION_IN_PROGRESS",
|
|
311
|
-
ENABLED: "ENABLED",
|
|
312
|
-
INVITED: "INVITED",
|
|
313
|
-
REGION_DISABLED: "REGION_DISABLED",
|
|
314
|
-
REMOVED: "REMOVED",
|
|
315
|
-
RESIGNED: "RESIGNED",
|
|
316
|
-
};
|
|
317
|
-
export const DelegatedAdminStatus = {
|
|
318
|
-
DISABLE_IN_PROGRESS: "DISABLE_IN_PROGRESS",
|
|
319
|
-
ENABLED: "ENABLED",
|
|
320
|
-
};
|
|
321
|
-
export const ResourceScanType = {
|
|
322
|
-
CODE_REPOSITORY: "CODE_REPOSITORY",
|
|
323
|
-
EC2: "EC2",
|
|
324
|
-
ECR: "ECR",
|
|
325
|
-
LAMBDA: "LAMBDA",
|
|
326
|
-
LAMBDA_CODE: "LAMBDA_CODE",
|
|
327
|
-
};
|
|
328
|
-
export const Ec2ScanMode = {
|
|
329
|
-
EC2_HYBRID: "EC2_HYBRID",
|
|
330
|
-
EC2_SSM_AGENT_BASED: "EC2_SSM_AGENT_BASED",
|
|
331
|
-
};
|
|
332
|
-
export const Ec2ScanModeStatus = {
|
|
333
|
-
PENDING: "PENDING",
|
|
334
|
-
SUCCESS: "SUCCESS",
|
|
335
|
-
};
|
|
336
|
-
export const EcrPullDateRescanDuration = {
|
|
337
|
-
DAYS_14: "DAYS_14",
|
|
338
|
-
DAYS_180: "DAYS_180",
|
|
339
|
-
DAYS_30: "DAYS_30",
|
|
340
|
-
DAYS_60: "DAYS_60",
|
|
341
|
-
DAYS_90: "DAYS_90",
|
|
342
|
-
};
|
|
343
|
-
export const EcrPullDateRescanMode = {
|
|
344
|
-
LAST_IN_USE_AT: "LAST_IN_USE_AT",
|
|
345
|
-
LAST_PULL_DATE: "LAST_PULL_DATE",
|
|
346
|
-
};
|
|
347
|
-
export const EcrRescanDuration = {
|
|
348
|
-
DAYS_14: "DAYS_14",
|
|
349
|
-
DAYS_180: "DAYS_180",
|
|
350
|
-
DAYS_30: "DAYS_30",
|
|
351
|
-
DAYS_60: "DAYS_60",
|
|
352
|
-
DAYS_90: "DAYS_90",
|
|
353
|
-
LIFETIME: "LIFETIME",
|
|
354
|
-
};
|
|
355
|
-
export const EcrRescanDurationStatus = {
|
|
356
|
-
FAILED: "FAILED",
|
|
357
|
-
PENDING: "PENDING",
|
|
358
|
-
SUCCESS: "SUCCESS",
|
|
359
|
-
};
|
|
360
|
-
export const ExploitAvailable = {
|
|
361
|
-
NO: "NO",
|
|
362
|
-
YES: "YES",
|
|
363
|
-
};
|
|
364
|
-
export const ExternalReportStatus = {
|
|
365
|
-
CANCELLED: "CANCELLED",
|
|
366
|
-
FAILED: "FAILED",
|
|
367
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
368
|
-
SUCCEEDED: "SUCCEEDED",
|
|
369
|
-
};
|
|
370
|
-
export const FixAvailable = {
|
|
371
|
-
NO: "NO",
|
|
372
|
-
PARTIAL: "PARTIAL",
|
|
373
|
-
YES: "YES",
|
|
374
|
-
};
|
|
375
|
-
export const NetworkProtocol = {
|
|
376
|
-
TCP: "TCP",
|
|
377
|
-
UDP: "UDP",
|
|
378
|
-
};
|
|
379
|
-
export const PackageManager = {
|
|
380
|
-
BUNDLER: "BUNDLER",
|
|
381
|
-
CARGO: "CARGO",
|
|
382
|
-
COMPOSER: "COMPOSER",
|
|
383
|
-
DOTNET_CORE: "DOTNET_CORE",
|
|
384
|
-
GEMSPEC: "GEMSPEC",
|
|
385
|
-
GOBINARY: "GOBINARY",
|
|
386
|
-
GOMOD: "GOMOD",
|
|
387
|
-
JAR: "JAR",
|
|
388
|
-
NODEPKG: "NODEPKG",
|
|
389
|
-
NPM: "NPM",
|
|
390
|
-
NUGET: "NUGET",
|
|
391
|
-
OS: "OS",
|
|
392
|
-
PIP: "PIP",
|
|
393
|
-
PIPENV: "PIPENV",
|
|
394
|
-
POETRY: "POETRY",
|
|
395
|
-
POM: "POM",
|
|
396
|
-
PYTHONPKG: "PYTHONPKG",
|
|
397
|
-
YARN: "YARN",
|
|
398
|
-
};
|
|
399
|
-
export const ResourceType = {
|
|
400
|
-
AWS_EC2_INSTANCE: "AWS_EC2_INSTANCE",
|
|
401
|
-
AWS_ECR_CONTAINER_IMAGE: "AWS_ECR_CONTAINER_IMAGE",
|
|
402
|
-
AWS_ECR_REPOSITORY: "AWS_ECR_REPOSITORY",
|
|
403
|
-
AWS_LAMBDA_FUNCTION: "AWS_LAMBDA_FUNCTION",
|
|
404
|
-
CODE_REPOSITORY: "CODE_REPOSITORY",
|
|
405
|
-
};
|
|
406
|
-
export const Severity = {
|
|
407
|
-
CRITICAL: "CRITICAL",
|
|
408
|
-
HIGH: "HIGH",
|
|
409
|
-
INFORMATIONAL: "INFORMATIONAL",
|
|
410
|
-
LOW: "LOW",
|
|
411
|
-
MEDIUM: "MEDIUM",
|
|
412
|
-
UNTRIAGED: "UNTRIAGED",
|
|
413
|
-
};
|
|
414
|
-
export const FindingStatus = {
|
|
415
|
-
ACTIVE: "ACTIVE",
|
|
416
|
-
CLOSED: "CLOSED",
|
|
417
|
-
SUPPRESSED: "SUPPRESSED",
|
|
418
|
-
};
|
|
419
|
-
export const FindingType = {
|
|
420
|
-
CODE_VULNERABILITY: "CODE_VULNERABILITY",
|
|
421
|
-
NETWORK_REACHABILITY: "NETWORK_REACHABILITY",
|
|
422
|
-
PACKAGE_VULNERABILITY: "PACKAGE_VULNERABILITY",
|
|
423
|
-
};
|
|
1
|
+
export {};
|
|
@@ -1,52 +1 @@
|
|
|
1
|
-
export
|
|
2
|
-
BUCKET_NOT_FOUND: "BUCKET_NOT_FOUND",
|
|
3
|
-
INCOMPATIBLE_BUCKET_REGION: "INCOMPATIBLE_BUCKET_REGION",
|
|
4
|
-
INTERNAL_ERROR: "INTERNAL_ERROR",
|
|
5
|
-
INVALID_PERMISSIONS: "INVALID_PERMISSIONS",
|
|
6
|
-
MALFORMED_KMS_KEY: "MALFORMED_KMS_KEY",
|
|
7
|
-
NO_FINDINGS_FOUND: "NO_FINDINGS_FOUND",
|
|
8
|
-
};
|
|
9
|
-
export const Service = {
|
|
10
|
-
EC2: "EC2",
|
|
11
|
-
ECR: "ECR",
|
|
12
|
-
LAMBDA: "LAMBDA",
|
|
13
|
-
};
|
|
14
|
-
export const Operation = {
|
|
15
|
-
DISABLE_REPOSITORY: "DISABLE_REPOSITORY",
|
|
16
|
-
DISABLE_SCANNING: "DISABLE_SCANNING",
|
|
17
|
-
ENABLE_REPOSITORY: "ENABLE_REPOSITORY",
|
|
18
|
-
ENABLE_SCANNING: "ENABLE_SCANNING",
|
|
19
|
-
};
|
|
20
|
-
export const SortField = {
|
|
21
|
-
AWS_ACCOUNT_ID: "AWS_ACCOUNT_ID",
|
|
22
|
-
COMPONENT_TYPE: "COMPONENT_TYPE",
|
|
23
|
-
ECR_IMAGE_PUSHED_AT: "ECR_IMAGE_PUSHED_AT",
|
|
24
|
-
ECR_IMAGE_REGISTRY: "ECR_IMAGE_REGISTRY",
|
|
25
|
-
ECR_IMAGE_REPOSITORY_NAME: "ECR_IMAGE_REPOSITORY_NAME",
|
|
26
|
-
EPSS_SCORE: "EPSS_SCORE",
|
|
27
|
-
FINDING_STATUS: "FINDING_STATUS",
|
|
28
|
-
FINDING_TYPE: "FINDING_TYPE",
|
|
29
|
-
FIRST_OBSERVED_AT: "FIRST_OBSERVED_AT",
|
|
30
|
-
INSPECTOR_SCORE: "INSPECTOR_SCORE",
|
|
31
|
-
LAST_OBSERVED_AT: "LAST_OBSERVED_AT",
|
|
32
|
-
NETWORK_PROTOCOL: "NETWORK_PROTOCOL",
|
|
33
|
-
RESOURCE_TYPE: "RESOURCE_TYPE",
|
|
34
|
-
SEVERITY: "SEVERITY",
|
|
35
|
-
VENDOR_SEVERITY: "VENDOR_SEVERITY",
|
|
36
|
-
VULNERABILITY_ID: "VULNERABILITY_ID",
|
|
37
|
-
VULNERABILITY_SOURCE: "VULNERABILITY_SOURCE",
|
|
38
|
-
};
|
|
39
|
-
export const UsageType = {
|
|
40
|
-
CODE_REPOSITORY_IAC: "CODE_REPOSITORY_IAC",
|
|
41
|
-
CODE_REPOSITORY_SAST: "CODE_REPOSITORY_SAST",
|
|
42
|
-
CODE_REPOSITORY_SCA: "CODE_REPOSITORY_SCA",
|
|
43
|
-
EC2_AGENTLESS_INSTANCE_HOURS: "EC2_AGENTLESS_INSTANCE_HOURS",
|
|
44
|
-
EC2_INSTANCE_HOURS: "EC2_INSTANCE_HOURS",
|
|
45
|
-
ECR_INITIAL_SCAN: "ECR_INITIAL_SCAN",
|
|
46
|
-
ECR_RESCAN: "ECR_RESCAN",
|
|
47
|
-
LAMBDA_FUNCTION_CODE_HOURS: "LAMBDA_FUNCTION_CODE_HOURS",
|
|
48
|
-
LAMBDA_FUNCTION_HOURS: "LAMBDA_FUNCTION_HOURS",
|
|
49
|
-
};
|
|
50
|
-
export const VulnerabilitySource = {
|
|
51
|
-
NVD: "NVD",
|
|
52
|
-
};
|
|
1
|
+
export {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
|
|
4
|
-
import { GetDelegatedAdminAccountRequest, GetDelegatedAdminAccountResponse } from "../models/
|
|
4
|
+
import { GetDelegatedAdminAccountRequest, GetDelegatedAdminAccountResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
|
|
4
|
-
import { GetEc2DeepInspectionConfigurationRequest, GetEc2DeepInspectionConfigurationResponse } from "../models/
|
|
4
|
+
import { GetEc2DeepInspectionConfigurationRequest, GetEc2DeepInspectionConfigurationResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
|
|
4
|
-
import { GetEncryptionKeyRequest, GetEncryptionKeyResponse } from "../models/
|
|
4
|
+
import { GetEncryptionKeyRequest, GetEncryptionKeyResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
|
|
4
|
-
import { GetFindingsReportStatusRequest, GetFindingsReportStatusResponse } from "../models/
|
|
4
|
+
import { GetFindingsReportStatusRequest, GetFindingsReportStatusResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
|
|
4
|
-
import { GetMemberRequest, GetMemberResponse } from "../models/
|
|
4
|
+
import { GetMemberRequest, GetMemberResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
|
|
4
|
-
import { GetSbomExportRequest, GetSbomExportResponse } from "../models/
|
|
4
|
+
import { GetSbomExportRequest, GetSbomExportResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
|
|
4
|
-
import { ListAccountPermissionsRequest, ListAccountPermissionsResponse } from "../models/
|
|
4
|
+
import { ListAccountPermissionsRequest, ListAccountPermissionsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
|
|
4
|
-
import { ListCisScanConfigurationsRequest, ListCisScanConfigurationsResponse } from "../models/
|
|
4
|
+
import { ListCisScanConfigurationsRequest, ListCisScanConfigurationsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
|
|
4
|
-
import { ListCisScanResultsAggregatedByChecksRequest, ListCisScanResultsAggregatedByChecksResponse } from "../models/
|
|
4
|
+
import { ListCisScanResultsAggregatedByChecksRequest, ListCisScanResultsAggregatedByChecksResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
|
|
4
|
-
import { ListCisScanResultsAggregatedByTargetResourceRequest, ListCisScanResultsAggregatedByTargetResourceResponse } from "../models/
|
|
4
|
+
import { ListCisScanResultsAggregatedByTargetResourceRequest, ListCisScanResultsAggregatedByTargetResourceResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
|
|
4
|
-
import { ListCisScansRequest, ListCisScansResponse } from "../models/
|
|
4
|
+
import { ListCisScansRequest, ListCisScansResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
|
|
4
|
-
import { ListCodeSecurityIntegrationsRequest, ListCodeSecurityIntegrationsResponse } from "../models/
|
|
4
|
+
import { ListCodeSecurityIntegrationsRequest, ListCodeSecurityIntegrationsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
|
|
4
|
-
import { ListCodeSecurityScanConfigurationAssociationsRequest, ListCodeSecurityScanConfigurationAssociationsResponse } from "../models/
|
|
4
|
+
import { ListCodeSecurityScanConfigurationAssociationsRequest, ListCodeSecurityScanConfigurationAssociationsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
|
|
4
|
-
import { ListCodeSecurityScanConfigurationsRequest, ListCodeSecurityScanConfigurationsResponse } from "../models/
|
|
4
|
+
import { ListCodeSecurityScanConfigurationsRequest, ListCodeSecurityScanConfigurationsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
|
|
4
|
-
import { ListCoverageRequest, ListCoverageResponse } from "../models/
|
|
4
|
+
import { ListCoverageRequest, ListCoverageResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
|
|
4
|
-
import { ListCoverageStatisticsRequest, ListCoverageStatisticsResponse } from "../models/
|
|
4
|
+
import { ListCoverageStatisticsRequest, ListCoverageStatisticsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
|
|
4
|
-
import { ListDelegatedAdminAccountsRequest, ListDelegatedAdminAccountsResponse } from "../models/
|
|
4
|
+
import { ListDelegatedAdminAccountsRequest, ListDelegatedAdminAccountsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
|
|
4
|
-
import { ListFiltersRequest, ListFiltersResponse } from "../models/
|
|
4
|
+
import { ListFiltersRequest, ListFiltersResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
|
|
4
|
-
import { ListFindingAggregationsRequest, ListFindingAggregationsResponse } from "../models/
|
|
4
|
+
import { ListFindingAggregationsRequest, ListFindingAggregationsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|