@aws-sdk/client-inspector2 3.986.0 → 3.988.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 +94 -3799
- package/dist-cjs/models/Inspector2ServiceException.js +12 -0
- package/dist-cjs/models/errors.js +126 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +3240 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +130 -124
- package/dist-types/schemas/schemas_0.d.ts +15 -8
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +10 -8
- package/package.json +13 -13
|
@@ -1,5 +1,20 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
|
|
3
|
+
export declare var Inspector2ServiceException$: StaticErrorSchema;
|
|
2
4
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
5
|
+
export declare var BadRequestException$: StaticErrorSchema;
|
|
6
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
7
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
8
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
9
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
10
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
11
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
12
|
+
/**
|
|
13
|
+
* TypeRegistry instances containing modeled errors.
|
|
14
|
+
* @internal
|
|
15
|
+
*
|
|
16
|
+
*/
|
|
17
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
3
18
|
export declare var Account$: StaticStructureSchema;
|
|
4
19
|
export declare var AccountAggregation$: StaticStructureSchema;
|
|
5
20
|
export declare var AccountAggregationResponse$: StaticStructureSchema;
|
|
@@ -19,7 +34,6 @@ export declare var AwsEcsMetadataDetails$: StaticStructureSchema;
|
|
|
19
34
|
export declare var AwsEksMetadataDetails$: StaticStructureSchema;
|
|
20
35
|
export declare var AwsEksWorkloadInfo$: StaticStructureSchema;
|
|
21
36
|
export declare var AwsLambdaFunctionDetails$: StaticStructureSchema;
|
|
22
|
-
export declare var BadRequestException$: StaticErrorSchema;
|
|
23
37
|
export declare var BatchAssociateCodeSecurityScanConfigurationRequest$: StaticStructureSchema;
|
|
24
38
|
export declare var BatchAssociateCodeSecurityScanConfigurationResponse$: StaticStructureSchema;
|
|
25
39
|
export declare var BatchDisassociateCodeSecurityScanConfigurationRequest$: StaticStructureSchema;
|
|
@@ -78,7 +92,6 @@ export declare var CodeSnippetError$: StaticStructureSchema;
|
|
|
78
92
|
export declare var CodeSnippetResult$: StaticStructureSchema;
|
|
79
93
|
export declare var CodeVulnerabilityDetails$: StaticStructureSchema;
|
|
80
94
|
export declare var ComputePlatform$: StaticStructureSchema;
|
|
81
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
82
95
|
export declare var ContinuousIntegrationScanConfiguration$: StaticStructureSchema;
|
|
83
96
|
export declare var Counts$: StaticStructureSchema;
|
|
84
97
|
export declare var CoverageDateFilter$: StaticStructureSchema;
|
|
@@ -191,7 +204,6 @@ export declare var GetSbomExportResponse$: StaticStructureSchema;
|
|
|
191
204
|
export declare var ImageLayerAggregation$: StaticStructureSchema;
|
|
192
205
|
export declare var ImageLayerAggregationResponse$: StaticStructureSchema;
|
|
193
206
|
export declare var InspectorScoreDetails$: StaticStructureSchema;
|
|
194
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
195
207
|
export declare var LambdaFunctionAggregation$: StaticStructureSchema;
|
|
196
208
|
export declare var LambdaFunctionAggregationResponse$: StaticStructureSchema;
|
|
197
209
|
export declare var LambdaFunctionMetadata$: StaticStructureSchema;
|
|
@@ -264,7 +276,6 @@ export declare var Resource$: StaticStructureSchema;
|
|
|
264
276
|
export declare var ResourceDetails$: StaticStructureSchema;
|
|
265
277
|
export declare var ResourceFilterCriteria$: StaticStructureSchema;
|
|
266
278
|
export declare var ResourceMapFilter$: StaticStructureSchema;
|
|
267
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
268
279
|
export declare var ResourceScanMetadata$: StaticStructureSchema;
|
|
269
280
|
export declare var ResourceState$: StaticStructureSchema;
|
|
270
281
|
export declare var ResourceStatus$: StaticStructureSchema;
|
|
@@ -278,7 +289,6 @@ export declare var SendCisSessionHealthRequest$: StaticStructureSchema;
|
|
|
278
289
|
export declare var SendCisSessionHealthResponse$: StaticStructureSchema;
|
|
279
290
|
export declare var SendCisSessionTelemetryRequest$: StaticStructureSchema;
|
|
280
291
|
export declare var SendCisSessionTelemetryResponse$: StaticStructureSchema;
|
|
281
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
282
292
|
export declare var SeverityCounts$: StaticStructureSchema;
|
|
283
293
|
export declare var SortCriteria$: StaticStructureSchema;
|
|
284
294
|
export declare var StartCisSessionMessage$: StaticStructureSchema;
|
|
@@ -299,7 +309,6 @@ export declare var SuggestedFix$: StaticStructureSchema;
|
|
|
299
309
|
export declare var TagFilter$: StaticStructureSchema;
|
|
300
310
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
301
311
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
302
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
303
312
|
export declare var Time$: StaticStructureSchema;
|
|
304
313
|
export declare var TitleAggregation$: StaticStructureSchema;
|
|
305
314
|
export declare var TitleAggregationResponse$: StaticStructureSchema;
|
|
@@ -328,12 +337,10 @@ export declare var UpdateOrgEc2DeepInspectionConfigurationRequest$: StaticStruct
|
|
|
328
337
|
export declare var UpdateOrgEc2DeepInspectionConfigurationResponse$: StaticStructureSchema;
|
|
329
338
|
export declare var Usage$: StaticStructureSchema;
|
|
330
339
|
export declare var UsageTotal$: StaticStructureSchema;
|
|
331
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
332
340
|
export declare var ValidationExceptionField$: StaticStructureSchema;
|
|
333
341
|
export declare var Vulnerability$: StaticStructureSchema;
|
|
334
342
|
export declare var VulnerablePackage$: StaticStructureSchema;
|
|
335
343
|
export declare var WeeklySchedule$: StaticStructureSchema;
|
|
336
|
-
export declare var Inspector2ServiceException$: StaticErrorSchema;
|
|
337
344
|
export declare var AggregationRequest$: StaticUnionSchema;
|
|
338
345
|
export declare var AggregationResponse$: StaticUnionSchema;
|
|
339
346
|
export declare var ClusterMetadata$: StaticUnionSchema;
|
|
@@ -1,10 +1,20 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
StaticUnionSchema,
|
|
6
7
|
} from "@smithy/types";
|
|
8
|
+
export declare var Inspector2ServiceException$: StaticErrorSchema;
|
|
7
9
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
10
|
+
export declare var BadRequestException$: StaticErrorSchema;
|
|
11
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
12
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
13
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
14
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
15
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
16
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
17
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
8
18
|
export declare var Account$: StaticStructureSchema;
|
|
9
19
|
export declare var AccountAggregation$: StaticStructureSchema;
|
|
10
20
|
export declare var AccountAggregationResponse$: StaticStructureSchema;
|
|
@@ -24,7 +34,6 @@ export declare var AwsEcsMetadataDetails$: StaticStructureSchema;
|
|
|
24
34
|
export declare var AwsEksMetadataDetails$: StaticStructureSchema;
|
|
25
35
|
export declare var AwsEksWorkloadInfo$: StaticStructureSchema;
|
|
26
36
|
export declare var AwsLambdaFunctionDetails$: StaticStructureSchema;
|
|
27
|
-
export declare var BadRequestException$: StaticErrorSchema;
|
|
28
37
|
export declare var BatchAssociateCodeSecurityScanConfigurationRequest$: StaticStructureSchema;
|
|
29
38
|
export declare var BatchAssociateCodeSecurityScanConfigurationResponse$: StaticStructureSchema;
|
|
30
39
|
export declare var BatchDisassociateCodeSecurityScanConfigurationRequest$: StaticStructureSchema;
|
|
@@ -83,7 +92,6 @@ export declare var CodeSnippetError$: StaticStructureSchema;
|
|
|
83
92
|
export declare var CodeSnippetResult$: StaticStructureSchema;
|
|
84
93
|
export declare var CodeVulnerabilityDetails$: StaticStructureSchema;
|
|
85
94
|
export declare var ComputePlatform$: StaticStructureSchema;
|
|
86
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
87
95
|
export declare var ContinuousIntegrationScanConfiguration$: StaticStructureSchema;
|
|
88
96
|
export declare var Counts$: StaticStructureSchema;
|
|
89
97
|
export declare var CoverageDateFilter$: StaticStructureSchema;
|
|
@@ -196,7 +204,6 @@ export declare var GetSbomExportResponse$: StaticStructureSchema;
|
|
|
196
204
|
export declare var ImageLayerAggregation$: StaticStructureSchema;
|
|
197
205
|
export declare var ImageLayerAggregationResponse$: StaticStructureSchema;
|
|
198
206
|
export declare var InspectorScoreDetails$: StaticStructureSchema;
|
|
199
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
200
207
|
export declare var LambdaFunctionAggregation$: StaticStructureSchema;
|
|
201
208
|
export declare var LambdaFunctionAggregationResponse$: StaticStructureSchema;
|
|
202
209
|
export declare var LambdaFunctionMetadata$: StaticStructureSchema;
|
|
@@ -269,7 +276,6 @@ export declare var Resource$: StaticStructureSchema;
|
|
|
269
276
|
export declare var ResourceDetails$: StaticStructureSchema;
|
|
270
277
|
export declare var ResourceFilterCriteria$: StaticStructureSchema;
|
|
271
278
|
export declare var ResourceMapFilter$: StaticStructureSchema;
|
|
272
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
273
279
|
export declare var ResourceScanMetadata$: StaticStructureSchema;
|
|
274
280
|
export declare var ResourceState$: StaticStructureSchema;
|
|
275
281
|
export declare var ResourceStatus$: StaticStructureSchema;
|
|
@@ -283,7 +289,6 @@ export declare var SendCisSessionHealthRequest$: StaticStructureSchema;
|
|
|
283
289
|
export declare var SendCisSessionHealthResponse$: StaticStructureSchema;
|
|
284
290
|
export declare var SendCisSessionTelemetryRequest$: StaticStructureSchema;
|
|
285
291
|
export declare var SendCisSessionTelemetryResponse$: StaticStructureSchema;
|
|
286
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
287
292
|
export declare var SeverityCounts$: StaticStructureSchema;
|
|
288
293
|
export declare var SortCriteria$: StaticStructureSchema;
|
|
289
294
|
export declare var StartCisSessionMessage$: StaticStructureSchema;
|
|
@@ -304,7 +309,6 @@ export declare var SuggestedFix$: StaticStructureSchema;
|
|
|
304
309
|
export declare var TagFilter$: StaticStructureSchema;
|
|
305
310
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
306
311
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
307
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
308
312
|
export declare var Time$: StaticStructureSchema;
|
|
309
313
|
export declare var TitleAggregation$: StaticStructureSchema;
|
|
310
314
|
export declare var TitleAggregationResponse$: StaticStructureSchema;
|
|
@@ -333,12 +337,10 @@ export declare var UpdateOrgEc2DeepInspectionConfigurationRequest$: StaticStruct
|
|
|
333
337
|
export declare var UpdateOrgEc2DeepInspectionConfigurationResponse$: StaticStructureSchema;
|
|
334
338
|
export declare var Usage$: StaticStructureSchema;
|
|
335
339
|
export declare var UsageTotal$: StaticStructureSchema;
|
|
336
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
337
340
|
export declare var ValidationExceptionField$: StaticStructureSchema;
|
|
338
341
|
export declare var Vulnerability$: StaticStructureSchema;
|
|
339
342
|
export declare var VulnerablePackage$: StaticStructureSchema;
|
|
340
343
|
export declare var WeeklySchedule$: StaticStructureSchema;
|
|
341
|
-
export declare var Inspector2ServiceException$: StaticErrorSchema;
|
|
342
344
|
export declare var AggregationRequest$: StaticUnionSchema;
|
|
343
345
|
export declare var AggregationResponse$: StaticUnionSchema;
|
|
344
346
|
export declare var ClusterMetadata$: StaticUnionSchema;
|
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.988.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-inspector2",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.8",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.7",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.8",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
31
|
"@aws-sdk/types": "^3.973.1",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.988.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.6",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.23.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.11.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|