@aws-sdk/client-inspector2 3.830.0 → 3.831.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +120 -0
- package/dist-cjs/index.js +1297 -313
- package/dist-es/Inspector2.js +30 -0
- package/dist-es/commands/BatchAssociateCodeSecurityScanConfigurationCommand.js +22 -0
- package/dist-es/commands/BatchDisassociateCodeSecurityScanConfigurationCommand.js +22 -0
- package/dist-es/commands/CreateCodeSecurityIntegrationCommand.js +23 -0
- package/dist-es/commands/CreateCodeSecurityScanConfigurationCommand.js +22 -0
- package/dist-es/commands/DeleteCodeSecurityIntegrationCommand.js +22 -0
- package/dist-es/commands/DeleteCodeSecurityScanConfigurationCommand.js +22 -0
- package/dist-es/commands/GetCodeSecurityIntegrationCommand.js +23 -0
- package/dist-es/commands/GetCodeSecurityScanCommand.js +22 -0
- package/dist-es/commands/GetCodeSecurityScanConfigurationCommand.js +22 -0
- package/dist-es/commands/ListCodeSecurityIntegrationsCommand.js +22 -0
- package/dist-es/commands/ListCodeSecurityScanConfigurationAssociationsCommand.js +22 -0
- package/dist-es/commands/ListCodeSecurityScanConfigurationsCommand.js +22 -0
- package/dist-es/commands/StartCodeSecurityScanCommand.js +22 -0
- package/dist-es/commands/UpdateCodeSecurityIntegrationCommand.js +23 -0
- package/dist-es/commands/UpdateCodeSecurityScanConfigurationCommand.js +22 -0
- package/dist-es/commands/index.js +15 -0
- package/dist-es/models/models_0.js +153 -120
- package/dist-es/models/models_1.js +110 -0
- package/dist-es/protocols/Aws_restJson1.js +509 -3
- package/dist-types/Inspector2.d.ts +107 -0
- package/dist-types/Inspector2Client.d.ts +17 -2
- package/dist-types/commands/AssociateMemberCommand.d.ts +6 -1
- package/dist-types/commands/BatchAssociateCodeSecurityScanConfigurationCommand.d.ts +120 -0
- package/dist-types/commands/BatchDisassociateCodeSecurityScanConfigurationCommand.d.ts +120 -0
- package/dist-types/commands/BatchGetAccountStatusCommand.d.ts +6 -1
- package/dist-types/commands/BatchGetCodeSnippetCommand.d.ts +4 -1
- package/dist-types/commands/BatchGetFindingDetailsCommand.d.ts +2 -0
- package/dist-types/commands/BatchGetFreeTrialInfoCommand.d.ts +2 -0
- package/dist-types/commands/BatchGetMemberEc2DeepInspectionStatusCommand.d.ts +5 -1
- package/dist-types/commands/BatchUpdateMemberEc2DeepInspectionStatusCommand.d.ts +5 -1
- package/dist-types/commands/CancelFindingsReportCommand.d.ts +4 -1
- package/dist-types/commands/CancelSbomExportCommand.d.ts +4 -1
- package/dist-types/commands/CreateCisScanConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/CreateCodeSecurityIntegrationCommand.d.ts +111 -0
- package/dist-types/commands/CreateCodeSecurityScanConfigurationCommand.d.ts +116 -0
- package/dist-types/commands/CreateFilterCommand.d.ts +6 -1
- package/dist-types/commands/CreateFindingsReportCommand.d.ts +9 -2
- package/dist-types/commands/CreateSbomExportCommand.d.ts +4 -1
- package/dist-types/commands/DeleteCisScanConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/DeleteCodeSecurityIntegrationCommand.d.ts +91 -0
- package/dist-types/commands/DeleteCodeSecurityScanConfigurationCommand.d.ts +91 -0
- package/dist-types/commands/DeleteFilterCommand.d.ts +4 -1
- package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +3 -0
- package/dist-types/commands/DisableCommand.d.ts +8 -3
- package/dist-types/commands/DisableDelegatedAdminAccountCommand.d.ts +6 -2
- package/dist-types/commands/DisassociateMemberCommand.d.ts +2 -0
- package/dist-types/commands/EnableCommand.d.ts +6 -1
- package/dist-types/commands/EnableDelegatedAdminAccountCommand.d.ts +6 -2
- package/dist-types/commands/GetCisScanReportCommand.d.ts +5 -2
- package/dist-types/commands/GetCisScanResultDetailsCommand.d.ts +3 -1
- package/dist-types/commands/GetClustersForImageCommand.d.ts +3 -1
- package/dist-types/commands/GetCodeSecurityIntegrationCommand.d.ts +104 -0
- package/dist-types/commands/GetCodeSecurityScanCommand.d.ts +107 -0
- package/dist-types/commands/GetCodeSecurityScanConfigurationCommand.d.ts +115 -0
- package/dist-types/commands/GetConfigurationCommand.d.ts +3 -2
- package/dist-types/commands/GetDelegatedAdminAccountCommand.d.ts +5 -2
- package/dist-types/commands/GetEc2DeepInspectionConfigurationCommand.d.ts +7 -4
- package/dist-types/commands/GetEncryptionKeyCommand.d.ts +5 -2
- package/dist-types/commands/GetFindingsReportStatusCommand.d.ts +7 -2
- package/dist-types/commands/GetMemberCommand.d.ts +5 -2
- package/dist-types/commands/GetSbomExportCommand.d.ts +5 -3
- package/dist-types/commands/ListAccountPermissionsCommand.d.ts +2 -0
- package/dist-types/commands/ListCisScanConfigurationsCommand.d.ts +2 -0
- package/dist-types/commands/ListCisScanResultsAggregatedByChecksCommand.d.ts +2 -0
- package/dist-types/commands/ListCisScanResultsAggregatedByTargetResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListCisScansCommand.d.ts +2 -0
- package/dist-types/commands/ListCodeSecurityIntegrationsCommand.d.ts +102 -0
- package/dist-types/commands/ListCodeSecurityScanConfigurationAssociationsCommand.d.ts +101 -0
- package/dist-types/commands/ListCodeSecurityScanConfigurationsCommand.d.ts +113 -0
- package/dist-types/commands/ListCoverageCommand.d.ts +37 -0
- package/dist-types/commands/ListCoverageStatisticsCommand.d.ts +4 -0
- package/dist-types/commands/ListDelegatedAdminAccountsCommand.d.ts +3 -2
- package/dist-types/commands/ListFiltersCommand.d.ts +4 -0
- package/dist-types/commands/ListFindingAggregationsCommand.d.ts +16 -0
- package/dist-types/commands/ListFindingsCommand.d.ts +7 -0
- package/dist-types/commands/ListMembersCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListUsageTotalsCommand.d.ts +2 -0
- package/dist-types/commands/ResetEncryptionKeyCommand.d.ts +6 -2
- package/dist-types/commands/SearchVulnerabilitiesCommand.d.ts +2 -0
- package/dist-types/commands/SendCisSessionHealthCommand.d.ts +7 -6
- package/dist-types/commands/SendCisSessionTelemetryCommand.d.ts +7 -6
- package/dist-types/commands/StartCisSessionCommand.d.ts +7 -6
- package/dist-types/commands/StartCodeSecurityScanCommand.d.ts +99 -0
- package/dist-types/commands/StopCisSessionCommand.d.ts +7 -6
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateCisScanConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/UpdateCodeSecurityIntegrationCommand.d.ts +109 -0
- package/dist-types/commands/UpdateCodeSecurityScanConfigurationCommand.d.ts +109 -0
- package/dist-types/commands/UpdateConfigurationCommand.d.ts +5 -1
- package/dist-types/commands/UpdateEc2DeepInspectionConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/UpdateEncryptionKeyCommand.d.ts +6 -2
- package/dist-types/commands/UpdateFilterCommand.d.ts +6 -1
- package/dist-types/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/index.d.ts +15 -0
- package/dist-types/models/models_0.d.ts +2059 -1859
- package/dist-types/models/models_1.d.ts +1582 -49
- package/dist-types/protocols/Aws_restJson1.d.ts +135 -0
- package/dist-types/ts3.4/Inspector2.d.ts +299 -0
- package/dist-types/ts3.4/Inspector2Client.d.ts +90 -0
- package/dist-types/ts3.4/commands/BatchAssociateCodeSecurityScanConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/BatchDisassociateCodeSecurityScanConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateCodeSecurityIntegrationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateCodeSecurityScanConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteCodeSecurityIntegrationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteCodeSecurityScanConfigurationCommand.d.ts +51 -0
- 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 +51 -0
- package/dist-types/ts3.4/commands/GetCodeSecurityScanCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCodeSecurityScanConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +1 -1
- 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 +4 -2
- package/dist-types/ts3.4/commands/ListCodeSecurityIntegrationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListCodeSecurityScanConfigurationAssociationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListCodeSecurityScanConfigurationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StartCodeSecurityScanCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateCodeSecurityIntegrationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateCodeSecurityScanConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +15 -0
- package/dist-types/ts3.4/models/models_0.d.ts +420 -328
- package/dist-types/ts3.4/models/models_1.d.ts +445 -6
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +180 -0
- package/package.json +1 -1
|
@@ -7,6 +7,14 @@ import {
|
|
|
7
7
|
AssociateMemberCommandInput,
|
|
8
8
|
AssociateMemberCommandOutput,
|
|
9
9
|
} from "../commands/AssociateMemberCommand";
|
|
10
|
+
import {
|
|
11
|
+
BatchAssociateCodeSecurityScanConfigurationCommandInput,
|
|
12
|
+
BatchAssociateCodeSecurityScanConfigurationCommandOutput,
|
|
13
|
+
} from "../commands/BatchAssociateCodeSecurityScanConfigurationCommand";
|
|
14
|
+
import {
|
|
15
|
+
BatchDisassociateCodeSecurityScanConfigurationCommandInput,
|
|
16
|
+
BatchDisassociateCodeSecurityScanConfigurationCommandOutput,
|
|
17
|
+
} from "../commands/BatchDisassociateCodeSecurityScanConfigurationCommand";
|
|
10
18
|
import {
|
|
11
19
|
BatchGetAccountStatusCommandInput,
|
|
12
20
|
BatchGetAccountStatusCommandOutput,
|
|
@@ -43,6 +51,14 @@ import {
|
|
|
43
51
|
CreateCisScanConfigurationCommandInput,
|
|
44
52
|
CreateCisScanConfigurationCommandOutput,
|
|
45
53
|
} from "../commands/CreateCisScanConfigurationCommand";
|
|
54
|
+
import {
|
|
55
|
+
CreateCodeSecurityIntegrationCommandInput,
|
|
56
|
+
CreateCodeSecurityIntegrationCommandOutput,
|
|
57
|
+
} from "../commands/CreateCodeSecurityIntegrationCommand";
|
|
58
|
+
import {
|
|
59
|
+
CreateCodeSecurityScanConfigurationCommandInput,
|
|
60
|
+
CreateCodeSecurityScanConfigurationCommandOutput,
|
|
61
|
+
} from "../commands/CreateCodeSecurityScanConfigurationCommand";
|
|
46
62
|
import {
|
|
47
63
|
CreateFilterCommandInput,
|
|
48
64
|
CreateFilterCommandOutput,
|
|
@@ -59,6 +75,14 @@ import {
|
|
|
59
75
|
DeleteCisScanConfigurationCommandInput,
|
|
60
76
|
DeleteCisScanConfigurationCommandOutput,
|
|
61
77
|
} from "../commands/DeleteCisScanConfigurationCommand";
|
|
78
|
+
import {
|
|
79
|
+
DeleteCodeSecurityIntegrationCommandInput,
|
|
80
|
+
DeleteCodeSecurityIntegrationCommandOutput,
|
|
81
|
+
} from "../commands/DeleteCodeSecurityIntegrationCommand";
|
|
82
|
+
import {
|
|
83
|
+
DeleteCodeSecurityScanConfigurationCommandInput,
|
|
84
|
+
DeleteCodeSecurityScanConfigurationCommandOutput,
|
|
85
|
+
} from "../commands/DeleteCodeSecurityScanConfigurationCommand";
|
|
62
86
|
import {
|
|
63
87
|
DeleteFilterCommandInput,
|
|
64
88
|
DeleteFilterCommandOutput,
|
|
@@ -99,6 +123,18 @@ import {
|
|
|
99
123
|
GetClustersForImageCommandInput,
|
|
100
124
|
GetClustersForImageCommandOutput,
|
|
101
125
|
} from "../commands/GetClustersForImageCommand";
|
|
126
|
+
import {
|
|
127
|
+
GetCodeSecurityIntegrationCommandInput,
|
|
128
|
+
GetCodeSecurityIntegrationCommandOutput,
|
|
129
|
+
} from "../commands/GetCodeSecurityIntegrationCommand";
|
|
130
|
+
import {
|
|
131
|
+
GetCodeSecurityScanCommandInput,
|
|
132
|
+
GetCodeSecurityScanCommandOutput,
|
|
133
|
+
} from "../commands/GetCodeSecurityScanCommand";
|
|
134
|
+
import {
|
|
135
|
+
GetCodeSecurityScanConfigurationCommandInput,
|
|
136
|
+
GetCodeSecurityScanConfigurationCommandOutput,
|
|
137
|
+
} from "../commands/GetCodeSecurityScanConfigurationCommand";
|
|
102
138
|
import {
|
|
103
139
|
GetConfigurationCommandInput,
|
|
104
140
|
GetConfigurationCommandOutput,
|
|
@@ -147,6 +183,18 @@ import {
|
|
|
147
183
|
ListCisScansCommandInput,
|
|
148
184
|
ListCisScansCommandOutput,
|
|
149
185
|
} from "../commands/ListCisScansCommand";
|
|
186
|
+
import {
|
|
187
|
+
ListCodeSecurityIntegrationsCommandInput,
|
|
188
|
+
ListCodeSecurityIntegrationsCommandOutput,
|
|
189
|
+
} from "../commands/ListCodeSecurityIntegrationsCommand";
|
|
190
|
+
import {
|
|
191
|
+
ListCodeSecurityScanConfigurationAssociationsCommandInput,
|
|
192
|
+
ListCodeSecurityScanConfigurationAssociationsCommandOutput,
|
|
193
|
+
} from "../commands/ListCodeSecurityScanConfigurationAssociationsCommand";
|
|
194
|
+
import {
|
|
195
|
+
ListCodeSecurityScanConfigurationsCommandInput,
|
|
196
|
+
ListCodeSecurityScanConfigurationsCommandOutput,
|
|
197
|
+
} from "../commands/ListCodeSecurityScanConfigurationsCommand";
|
|
150
198
|
import {
|
|
151
199
|
ListCoverageCommandInput,
|
|
152
200
|
ListCoverageCommandOutput,
|
|
@@ -203,6 +251,10 @@ import {
|
|
|
203
251
|
StartCisSessionCommandInput,
|
|
204
252
|
StartCisSessionCommandOutput,
|
|
205
253
|
} from "../commands/StartCisSessionCommand";
|
|
254
|
+
import {
|
|
255
|
+
StartCodeSecurityScanCommandInput,
|
|
256
|
+
StartCodeSecurityScanCommandOutput,
|
|
257
|
+
} from "../commands/StartCodeSecurityScanCommand";
|
|
206
258
|
import {
|
|
207
259
|
StopCisSessionCommandInput,
|
|
208
260
|
StopCisSessionCommandOutput,
|
|
@@ -219,6 +271,14 @@ import {
|
|
|
219
271
|
UpdateCisScanConfigurationCommandInput,
|
|
220
272
|
UpdateCisScanConfigurationCommandOutput,
|
|
221
273
|
} from "../commands/UpdateCisScanConfigurationCommand";
|
|
274
|
+
import {
|
|
275
|
+
UpdateCodeSecurityIntegrationCommandInput,
|
|
276
|
+
UpdateCodeSecurityIntegrationCommandOutput,
|
|
277
|
+
} from "../commands/UpdateCodeSecurityIntegrationCommand";
|
|
278
|
+
import {
|
|
279
|
+
UpdateCodeSecurityScanConfigurationCommandInput,
|
|
280
|
+
UpdateCodeSecurityScanConfigurationCommandOutput,
|
|
281
|
+
} from "../commands/UpdateCodeSecurityScanConfigurationCommand";
|
|
222
282
|
import {
|
|
223
283
|
UpdateConfigurationCommandInput,
|
|
224
284
|
UpdateConfigurationCommandOutput,
|
|
@@ -247,6 +307,14 @@ export declare const se_AssociateMemberCommand: (
|
|
|
247
307
|
input: AssociateMemberCommandInput,
|
|
248
308
|
context: __SerdeContext
|
|
249
309
|
) => Promise<__HttpRequest>;
|
|
310
|
+
export declare const se_BatchAssociateCodeSecurityScanConfigurationCommand: (
|
|
311
|
+
input: BatchAssociateCodeSecurityScanConfigurationCommandInput,
|
|
312
|
+
context: __SerdeContext
|
|
313
|
+
) => Promise<__HttpRequest>;
|
|
314
|
+
export declare const se_BatchDisassociateCodeSecurityScanConfigurationCommand: (
|
|
315
|
+
input: BatchDisassociateCodeSecurityScanConfigurationCommandInput,
|
|
316
|
+
context: __SerdeContext
|
|
317
|
+
) => Promise<__HttpRequest>;
|
|
250
318
|
export declare const se_BatchGetAccountStatusCommand: (
|
|
251
319
|
input: BatchGetAccountStatusCommandInput,
|
|
252
320
|
context: __SerdeContext
|
|
@@ -283,6 +351,14 @@ export declare const se_CreateCisScanConfigurationCommand: (
|
|
|
283
351
|
input: CreateCisScanConfigurationCommandInput,
|
|
284
352
|
context: __SerdeContext
|
|
285
353
|
) => Promise<__HttpRequest>;
|
|
354
|
+
export declare const se_CreateCodeSecurityIntegrationCommand: (
|
|
355
|
+
input: CreateCodeSecurityIntegrationCommandInput,
|
|
356
|
+
context: __SerdeContext
|
|
357
|
+
) => Promise<__HttpRequest>;
|
|
358
|
+
export declare const se_CreateCodeSecurityScanConfigurationCommand: (
|
|
359
|
+
input: CreateCodeSecurityScanConfigurationCommandInput,
|
|
360
|
+
context: __SerdeContext
|
|
361
|
+
) => Promise<__HttpRequest>;
|
|
286
362
|
export declare const se_CreateFilterCommand: (
|
|
287
363
|
input: CreateFilterCommandInput,
|
|
288
364
|
context: __SerdeContext
|
|
@@ -299,6 +375,14 @@ export declare const se_DeleteCisScanConfigurationCommand: (
|
|
|
299
375
|
input: DeleteCisScanConfigurationCommandInput,
|
|
300
376
|
context: __SerdeContext
|
|
301
377
|
) => Promise<__HttpRequest>;
|
|
378
|
+
export declare const se_DeleteCodeSecurityIntegrationCommand: (
|
|
379
|
+
input: DeleteCodeSecurityIntegrationCommandInput,
|
|
380
|
+
context: __SerdeContext
|
|
381
|
+
) => Promise<__HttpRequest>;
|
|
382
|
+
export declare const se_DeleteCodeSecurityScanConfigurationCommand: (
|
|
383
|
+
input: DeleteCodeSecurityScanConfigurationCommandInput,
|
|
384
|
+
context: __SerdeContext
|
|
385
|
+
) => Promise<__HttpRequest>;
|
|
302
386
|
export declare const se_DeleteFilterCommand: (
|
|
303
387
|
input: DeleteFilterCommandInput,
|
|
304
388
|
context: __SerdeContext
|
|
@@ -339,6 +423,18 @@ export declare const se_GetClustersForImageCommand: (
|
|
|
339
423
|
input: GetClustersForImageCommandInput,
|
|
340
424
|
context: __SerdeContext
|
|
341
425
|
) => Promise<__HttpRequest>;
|
|
426
|
+
export declare const se_GetCodeSecurityIntegrationCommand: (
|
|
427
|
+
input: GetCodeSecurityIntegrationCommandInput,
|
|
428
|
+
context: __SerdeContext
|
|
429
|
+
) => Promise<__HttpRequest>;
|
|
430
|
+
export declare const se_GetCodeSecurityScanCommand: (
|
|
431
|
+
input: GetCodeSecurityScanCommandInput,
|
|
432
|
+
context: __SerdeContext
|
|
433
|
+
) => Promise<__HttpRequest>;
|
|
434
|
+
export declare const se_GetCodeSecurityScanConfigurationCommand: (
|
|
435
|
+
input: GetCodeSecurityScanConfigurationCommandInput,
|
|
436
|
+
context: __SerdeContext
|
|
437
|
+
) => Promise<__HttpRequest>;
|
|
342
438
|
export declare const se_GetConfigurationCommand: (
|
|
343
439
|
input: GetConfigurationCommandInput,
|
|
344
440
|
context: __SerdeContext
|
|
@@ -387,6 +483,18 @@ export declare const se_ListCisScansCommand: (
|
|
|
387
483
|
input: ListCisScansCommandInput,
|
|
388
484
|
context: __SerdeContext
|
|
389
485
|
) => Promise<__HttpRequest>;
|
|
486
|
+
export declare const se_ListCodeSecurityIntegrationsCommand: (
|
|
487
|
+
input: ListCodeSecurityIntegrationsCommandInput,
|
|
488
|
+
context: __SerdeContext
|
|
489
|
+
) => Promise<__HttpRequest>;
|
|
490
|
+
export declare const se_ListCodeSecurityScanConfigurationAssociationsCommand: (
|
|
491
|
+
input: ListCodeSecurityScanConfigurationAssociationsCommandInput,
|
|
492
|
+
context: __SerdeContext
|
|
493
|
+
) => Promise<__HttpRequest>;
|
|
494
|
+
export declare const se_ListCodeSecurityScanConfigurationsCommand: (
|
|
495
|
+
input: ListCodeSecurityScanConfigurationsCommandInput,
|
|
496
|
+
context: __SerdeContext
|
|
497
|
+
) => Promise<__HttpRequest>;
|
|
390
498
|
export declare const se_ListCoverageCommand: (
|
|
391
499
|
input: ListCoverageCommandInput,
|
|
392
500
|
context: __SerdeContext
|
|
@@ -443,6 +551,10 @@ export declare const se_StartCisSessionCommand: (
|
|
|
443
551
|
input: StartCisSessionCommandInput,
|
|
444
552
|
context: __SerdeContext
|
|
445
553
|
) => Promise<__HttpRequest>;
|
|
554
|
+
export declare const se_StartCodeSecurityScanCommand: (
|
|
555
|
+
input: StartCodeSecurityScanCommandInput,
|
|
556
|
+
context: __SerdeContext
|
|
557
|
+
) => Promise<__HttpRequest>;
|
|
446
558
|
export declare const se_StopCisSessionCommand: (
|
|
447
559
|
input: StopCisSessionCommandInput,
|
|
448
560
|
context: __SerdeContext
|
|
@@ -459,6 +571,14 @@ export declare const se_UpdateCisScanConfigurationCommand: (
|
|
|
459
571
|
input: UpdateCisScanConfigurationCommandInput,
|
|
460
572
|
context: __SerdeContext
|
|
461
573
|
) => Promise<__HttpRequest>;
|
|
574
|
+
export declare const se_UpdateCodeSecurityIntegrationCommand: (
|
|
575
|
+
input: UpdateCodeSecurityIntegrationCommandInput,
|
|
576
|
+
context: __SerdeContext
|
|
577
|
+
) => Promise<__HttpRequest>;
|
|
578
|
+
export declare const se_UpdateCodeSecurityScanConfigurationCommand: (
|
|
579
|
+
input: UpdateCodeSecurityScanConfigurationCommandInput,
|
|
580
|
+
context: __SerdeContext
|
|
581
|
+
) => Promise<__HttpRequest>;
|
|
462
582
|
export declare const se_UpdateConfigurationCommand: (
|
|
463
583
|
input: UpdateConfigurationCommandInput,
|
|
464
584
|
context: __SerdeContext
|
|
@@ -487,6 +607,14 @@ export declare const de_AssociateMemberCommand: (
|
|
|
487
607
|
output: __HttpResponse,
|
|
488
608
|
context: __SerdeContext
|
|
489
609
|
) => Promise<AssociateMemberCommandOutput>;
|
|
610
|
+
export declare const de_BatchAssociateCodeSecurityScanConfigurationCommand: (
|
|
611
|
+
output: __HttpResponse,
|
|
612
|
+
context: __SerdeContext
|
|
613
|
+
) => Promise<BatchAssociateCodeSecurityScanConfigurationCommandOutput>;
|
|
614
|
+
export declare const de_BatchDisassociateCodeSecurityScanConfigurationCommand: (
|
|
615
|
+
output: __HttpResponse,
|
|
616
|
+
context: __SerdeContext
|
|
617
|
+
) => Promise<BatchDisassociateCodeSecurityScanConfigurationCommandOutput>;
|
|
490
618
|
export declare const de_BatchGetAccountStatusCommand: (
|
|
491
619
|
output: __HttpResponse,
|
|
492
620
|
context: __SerdeContext
|
|
@@ -523,6 +651,14 @@ export declare const de_CreateCisScanConfigurationCommand: (
|
|
|
523
651
|
output: __HttpResponse,
|
|
524
652
|
context: __SerdeContext
|
|
525
653
|
) => Promise<CreateCisScanConfigurationCommandOutput>;
|
|
654
|
+
export declare const de_CreateCodeSecurityIntegrationCommand: (
|
|
655
|
+
output: __HttpResponse,
|
|
656
|
+
context: __SerdeContext
|
|
657
|
+
) => Promise<CreateCodeSecurityIntegrationCommandOutput>;
|
|
658
|
+
export declare const de_CreateCodeSecurityScanConfigurationCommand: (
|
|
659
|
+
output: __HttpResponse,
|
|
660
|
+
context: __SerdeContext
|
|
661
|
+
) => Promise<CreateCodeSecurityScanConfigurationCommandOutput>;
|
|
526
662
|
export declare const de_CreateFilterCommand: (
|
|
527
663
|
output: __HttpResponse,
|
|
528
664
|
context: __SerdeContext
|
|
@@ -539,6 +675,14 @@ export declare const de_DeleteCisScanConfigurationCommand: (
|
|
|
539
675
|
output: __HttpResponse,
|
|
540
676
|
context: __SerdeContext
|
|
541
677
|
) => Promise<DeleteCisScanConfigurationCommandOutput>;
|
|
678
|
+
export declare const de_DeleteCodeSecurityIntegrationCommand: (
|
|
679
|
+
output: __HttpResponse,
|
|
680
|
+
context: __SerdeContext
|
|
681
|
+
) => Promise<DeleteCodeSecurityIntegrationCommandOutput>;
|
|
682
|
+
export declare const de_DeleteCodeSecurityScanConfigurationCommand: (
|
|
683
|
+
output: __HttpResponse,
|
|
684
|
+
context: __SerdeContext
|
|
685
|
+
) => Promise<DeleteCodeSecurityScanConfigurationCommandOutput>;
|
|
542
686
|
export declare const de_DeleteFilterCommand: (
|
|
543
687
|
output: __HttpResponse,
|
|
544
688
|
context: __SerdeContext
|
|
@@ -579,6 +723,18 @@ export declare const de_GetClustersForImageCommand: (
|
|
|
579
723
|
output: __HttpResponse,
|
|
580
724
|
context: __SerdeContext
|
|
581
725
|
) => Promise<GetClustersForImageCommandOutput>;
|
|
726
|
+
export declare const de_GetCodeSecurityIntegrationCommand: (
|
|
727
|
+
output: __HttpResponse,
|
|
728
|
+
context: __SerdeContext
|
|
729
|
+
) => Promise<GetCodeSecurityIntegrationCommandOutput>;
|
|
730
|
+
export declare const de_GetCodeSecurityScanCommand: (
|
|
731
|
+
output: __HttpResponse,
|
|
732
|
+
context: __SerdeContext
|
|
733
|
+
) => Promise<GetCodeSecurityScanCommandOutput>;
|
|
734
|
+
export declare const de_GetCodeSecurityScanConfigurationCommand: (
|
|
735
|
+
output: __HttpResponse,
|
|
736
|
+
context: __SerdeContext
|
|
737
|
+
) => Promise<GetCodeSecurityScanConfigurationCommandOutput>;
|
|
582
738
|
export declare const de_GetConfigurationCommand: (
|
|
583
739
|
output: __HttpResponse,
|
|
584
740
|
context: __SerdeContext
|
|
@@ -627,6 +783,18 @@ export declare const de_ListCisScansCommand: (
|
|
|
627
783
|
output: __HttpResponse,
|
|
628
784
|
context: __SerdeContext
|
|
629
785
|
) => Promise<ListCisScansCommandOutput>;
|
|
786
|
+
export declare const de_ListCodeSecurityIntegrationsCommand: (
|
|
787
|
+
output: __HttpResponse,
|
|
788
|
+
context: __SerdeContext
|
|
789
|
+
) => Promise<ListCodeSecurityIntegrationsCommandOutput>;
|
|
790
|
+
export declare const de_ListCodeSecurityScanConfigurationAssociationsCommand: (
|
|
791
|
+
output: __HttpResponse,
|
|
792
|
+
context: __SerdeContext
|
|
793
|
+
) => Promise<ListCodeSecurityScanConfigurationAssociationsCommandOutput>;
|
|
794
|
+
export declare const de_ListCodeSecurityScanConfigurationsCommand: (
|
|
795
|
+
output: __HttpResponse,
|
|
796
|
+
context: __SerdeContext
|
|
797
|
+
) => Promise<ListCodeSecurityScanConfigurationsCommandOutput>;
|
|
630
798
|
export declare const de_ListCoverageCommand: (
|
|
631
799
|
output: __HttpResponse,
|
|
632
800
|
context: __SerdeContext
|
|
@@ -683,6 +851,10 @@ export declare const de_StartCisSessionCommand: (
|
|
|
683
851
|
output: __HttpResponse,
|
|
684
852
|
context: __SerdeContext
|
|
685
853
|
) => Promise<StartCisSessionCommandOutput>;
|
|
854
|
+
export declare const de_StartCodeSecurityScanCommand: (
|
|
855
|
+
output: __HttpResponse,
|
|
856
|
+
context: __SerdeContext
|
|
857
|
+
) => Promise<StartCodeSecurityScanCommandOutput>;
|
|
686
858
|
export declare const de_StopCisSessionCommand: (
|
|
687
859
|
output: __HttpResponse,
|
|
688
860
|
context: __SerdeContext
|
|
@@ -699,6 +871,14 @@ export declare const de_UpdateCisScanConfigurationCommand: (
|
|
|
699
871
|
output: __HttpResponse,
|
|
700
872
|
context: __SerdeContext
|
|
701
873
|
) => Promise<UpdateCisScanConfigurationCommandOutput>;
|
|
874
|
+
export declare const de_UpdateCodeSecurityIntegrationCommand: (
|
|
875
|
+
output: __HttpResponse,
|
|
876
|
+
context: __SerdeContext
|
|
877
|
+
) => Promise<UpdateCodeSecurityIntegrationCommandOutput>;
|
|
878
|
+
export declare const de_UpdateCodeSecurityScanConfigurationCommand: (
|
|
879
|
+
output: __HttpResponse,
|
|
880
|
+
context: __SerdeContext
|
|
881
|
+
) => Promise<UpdateCodeSecurityScanConfigurationCommandOutput>;
|
|
702
882
|
export declare const de_UpdateConfigurationCommand: (
|
|
703
883
|
output: __HttpResponse,
|
|
704
884
|
context: __SerdeContext
|
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.831.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",
|