@aws-sdk/client-inspector2 3.828.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/endpoint/EndpointParameters.d.ts +7 -7
- 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/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- 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/endpoint/EndpointParameters.d.ts +7 -7
- 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/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
- package/package.json +2 -2
|
@@ -3,6 +3,14 @@ import {
|
|
|
3
3
|
AssociateMemberCommandInput,
|
|
4
4
|
AssociateMemberCommandOutput,
|
|
5
5
|
} from "./commands/AssociateMemberCommand";
|
|
6
|
+
import {
|
|
7
|
+
BatchAssociateCodeSecurityScanConfigurationCommandInput,
|
|
8
|
+
BatchAssociateCodeSecurityScanConfigurationCommandOutput,
|
|
9
|
+
} from "./commands/BatchAssociateCodeSecurityScanConfigurationCommand";
|
|
10
|
+
import {
|
|
11
|
+
BatchDisassociateCodeSecurityScanConfigurationCommandInput,
|
|
12
|
+
BatchDisassociateCodeSecurityScanConfigurationCommandOutput,
|
|
13
|
+
} from "./commands/BatchDisassociateCodeSecurityScanConfigurationCommand";
|
|
6
14
|
import {
|
|
7
15
|
BatchGetAccountStatusCommandInput,
|
|
8
16
|
BatchGetAccountStatusCommandOutput,
|
|
@@ -39,6 +47,14 @@ import {
|
|
|
39
47
|
CreateCisScanConfigurationCommandInput,
|
|
40
48
|
CreateCisScanConfigurationCommandOutput,
|
|
41
49
|
} from "./commands/CreateCisScanConfigurationCommand";
|
|
50
|
+
import {
|
|
51
|
+
CreateCodeSecurityIntegrationCommandInput,
|
|
52
|
+
CreateCodeSecurityIntegrationCommandOutput,
|
|
53
|
+
} from "./commands/CreateCodeSecurityIntegrationCommand";
|
|
54
|
+
import {
|
|
55
|
+
CreateCodeSecurityScanConfigurationCommandInput,
|
|
56
|
+
CreateCodeSecurityScanConfigurationCommandOutput,
|
|
57
|
+
} from "./commands/CreateCodeSecurityScanConfigurationCommand";
|
|
42
58
|
import {
|
|
43
59
|
CreateFilterCommandInput,
|
|
44
60
|
CreateFilterCommandOutput,
|
|
@@ -55,6 +71,14 @@ import {
|
|
|
55
71
|
DeleteCisScanConfigurationCommandInput,
|
|
56
72
|
DeleteCisScanConfigurationCommandOutput,
|
|
57
73
|
} from "./commands/DeleteCisScanConfigurationCommand";
|
|
74
|
+
import {
|
|
75
|
+
DeleteCodeSecurityIntegrationCommandInput,
|
|
76
|
+
DeleteCodeSecurityIntegrationCommandOutput,
|
|
77
|
+
} from "./commands/DeleteCodeSecurityIntegrationCommand";
|
|
78
|
+
import {
|
|
79
|
+
DeleteCodeSecurityScanConfigurationCommandInput,
|
|
80
|
+
DeleteCodeSecurityScanConfigurationCommandOutput,
|
|
81
|
+
} from "./commands/DeleteCodeSecurityScanConfigurationCommand";
|
|
58
82
|
import {
|
|
59
83
|
DeleteFilterCommandInput,
|
|
60
84
|
DeleteFilterCommandOutput,
|
|
@@ -95,6 +119,18 @@ import {
|
|
|
95
119
|
GetClustersForImageCommandInput,
|
|
96
120
|
GetClustersForImageCommandOutput,
|
|
97
121
|
} from "./commands/GetClustersForImageCommand";
|
|
122
|
+
import {
|
|
123
|
+
GetCodeSecurityIntegrationCommandInput,
|
|
124
|
+
GetCodeSecurityIntegrationCommandOutput,
|
|
125
|
+
} from "./commands/GetCodeSecurityIntegrationCommand";
|
|
126
|
+
import {
|
|
127
|
+
GetCodeSecurityScanCommandInput,
|
|
128
|
+
GetCodeSecurityScanCommandOutput,
|
|
129
|
+
} from "./commands/GetCodeSecurityScanCommand";
|
|
130
|
+
import {
|
|
131
|
+
GetCodeSecurityScanConfigurationCommandInput,
|
|
132
|
+
GetCodeSecurityScanConfigurationCommandOutput,
|
|
133
|
+
} from "./commands/GetCodeSecurityScanConfigurationCommand";
|
|
98
134
|
import {
|
|
99
135
|
GetConfigurationCommandInput,
|
|
100
136
|
GetConfigurationCommandOutput,
|
|
@@ -143,6 +179,18 @@ import {
|
|
|
143
179
|
ListCisScansCommandInput,
|
|
144
180
|
ListCisScansCommandOutput,
|
|
145
181
|
} from "./commands/ListCisScansCommand";
|
|
182
|
+
import {
|
|
183
|
+
ListCodeSecurityIntegrationsCommandInput,
|
|
184
|
+
ListCodeSecurityIntegrationsCommandOutput,
|
|
185
|
+
} from "./commands/ListCodeSecurityIntegrationsCommand";
|
|
186
|
+
import {
|
|
187
|
+
ListCodeSecurityScanConfigurationAssociationsCommandInput,
|
|
188
|
+
ListCodeSecurityScanConfigurationAssociationsCommandOutput,
|
|
189
|
+
} from "./commands/ListCodeSecurityScanConfigurationAssociationsCommand";
|
|
190
|
+
import {
|
|
191
|
+
ListCodeSecurityScanConfigurationsCommandInput,
|
|
192
|
+
ListCodeSecurityScanConfigurationsCommandOutput,
|
|
193
|
+
} from "./commands/ListCodeSecurityScanConfigurationsCommand";
|
|
146
194
|
import {
|
|
147
195
|
ListCoverageCommandInput,
|
|
148
196
|
ListCoverageCommandOutput,
|
|
@@ -199,6 +247,10 @@ import {
|
|
|
199
247
|
StartCisSessionCommandInput,
|
|
200
248
|
StartCisSessionCommandOutput,
|
|
201
249
|
} from "./commands/StartCisSessionCommand";
|
|
250
|
+
import {
|
|
251
|
+
StartCodeSecurityScanCommandInput,
|
|
252
|
+
StartCodeSecurityScanCommandOutput,
|
|
253
|
+
} from "./commands/StartCodeSecurityScanCommand";
|
|
202
254
|
import {
|
|
203
255
|
StopCisSessionCommandInput,
|
|
204
256
|
StopCisSessionCommandOutput,
|
|
@@ -215,6 +267,14 @@ import {
|
|
|
215
267
|
UpdateCisScanConfigurationCommandInput,
|
|
216
268
|
UpdateCisScanConfigurationCommandOutput,
|
|
217
269
|
} from "./commands/UpdateCisScanConfigurationCommand";
|
|
270
|
+
import {
|
|
271
|
+
UpdateCodeSecurityIntegrationCommandInput,
|
|
272
|
+
UpdateCodeSecurityIntegrationCommandOutput,
|
|
273
|
+
} from "./commands/UpdateCodeSecurityIntegrationCommand";
|
|
274
|
+
import {
|
|
275
|
+
UpdateCodeSecurityScanConfigurationCommandInput,
|
|
276
|
+
UpdateCodeSecurityScanConfigurationCommandOutput,
|
|
277
|
+
} from "./commands/UpdateCodeSecurityScanConfigurationCommand";
|
|
218
278
|
import {
|
|
219
279
|
UpdateConfigurationCommandInput,
|
|
220
280
|
UpdateConfigurationCommandOutput,
|
|
@@ -254,6 +314,44 @@ export interface Inspector2 {
|
|
|
254
314
|
options: __HttpHandlerOptions,
|
|
255
315
|
cb: (err: any, data?: AssociateMemberCommandOutput) => void
|
|
256
316
|
): void;
|
|
317
|
+
batchAssociateCodeSecurityScanConfiguration(
|
|
318
|
+
args: BatchAssociateCodeSecurityScanConfigurationCommandInput,
|
|
319
|
+
options?: __HttpHandlerOptions
|
|
320
|
+
): Promise<BatchAssociateCodeSecurityScanConfigurationCommandOutput>;
|
|
321
|
+
batchAssociateCodeSecurityScanConfiguration(
|
|
322
|
+
args: BatchAssociateCodeSecurityScanConfigurationCommandInput,
|
|
323
|
+
cb: (
|
|
324
|
+
err: any,
|
|
325
|
+
data?: BatchAssociateCodeSecurityScanConfigurationCommandOutput
|
|
326
|
+
) => void
|
|
327
|
+
): void;
|
|
328
|
+
batchAssociateCodeSecurityScanConfiguration(
|
|
329
|
+
args: BatchAssociateCodeSecurityScanConfigurationCommandInput,
|
|
330
|
+
options: __HttpHandlerOptions,
|
|
331
|
+
cb: (
|
|
332
|
+
err: any,
|
|
333
|
+
data?: BatchAssociateCodeSecurityScanConfigurationCommandOutput
|
|
334
|
+
) => void
|
|
335
|
+
): void;
|
|
336
|
+
batchDisassociateCodeSecurityScanConfiguration(
|
|
337
|
+
args: BatchDisassociateCodeSecurityScanConfigurationCommandInput,
|
|
338
|
+
options?: __HttpHandlerOptions
|
|
339
|
+
): Promise<BatchDisassociateCodeSecurityScanConfigurationCommandOutput>;
|
|
340
|
+
batchDisassociateCodeSecurityScanConfiguration(
|
|
341
|
+
args: BatchDisassociateCodeSecurityScanConfigurationCommandInput,
|
|
342
|
+
cb: (
|
|
343
|
+
err: any,
|
|
344
|
+
data?: BatchDisassociateCodeSecurityScanConfigurationCommandOutput
|
|
345
|
+
) => void
|
|
346
|
+
): void;
|
|
347
|
+
batchDisassociateCodeSecurityScanConfiguration(
|
|
348
|
+
args: BatchDisassociateCodeSecurityScanConfigurationCommandInput,
|
|
349
|
+
options: __HttpHandlerOptions,
|
|
350
|
+
cb: (
|
|
351
|
+
err: any,
|
|
352
|
+
data?: BatchDisassociateCodeSecurityScanConfigurationCommandOutput
|
|
353
|
+
) => void
|
|
354
|
+
): void;
|
|
257
355
|
batchGetAccountStatus(): Promise<BatchGetAccountStatusCommandOutput>;
|
|
258
356
|
batchGetAccountStatus(
|
|
259
357
|
args: BatchGetAccountStatusCommandInput,
|
|
@@ -385,6 +483,38 @@ export interface Inspector2 {
|
|
|
385
483
|
options: __HttpHandlerOptions,
|
|
386
484
|
cb: (err: any, data?: CreateCisScanConfigurationCommandOutput) => void
|
|
387
485
|
): void;
|
|
486
|
+
createCodeSecurityIntegration(
|
|
487
|
+
args: CreateCodeSecurityIntegrationCommandInput,
|
|
488
|
+
options?: __HttpHandlerOptions
|
|
489
|
+
): Promise<CreateCodeSecurityIntegrationCommandOutput>;
|
|
490
|
+
createCodeSecurityIntegration(
|
|
491
|
+
args: CreateCodeSecurityIntegrationCommandInput,
|
|
492
|
+
cb: (err: any, data?: CreateCodeSecurityIntegrationCommandOutput) => void
|
|
493
|
+
): void;
|
|
494
|
+
createCodeSecurityIntegration(
|
|
495
|
+
args: CreateCodeSecurityIntegrationCommandInput,
|
|
496
|
+
options: __HttpHandlerOptions,
|
|
497
|
+
cb: (err: any, data?: CreateCodeSecurityIntegrationCommandOutput) => void
|
|
498
|
+
): void;
|
|
499
|
+
createCodeSecurityScanConfiguration(
|
|
500
|
+
args: CreateCodeSecurityScanConfigurationCommandInput,
|
|
501
|
+
options?: __HttpHandlerOptions
|
|
502
|
+
): Promise<CreateCodeSecurityScanConfigurationCommandOutput>;
|
|
503
|
+
createCodeSecurityScanConfiguration(
|
|
504
|
+
args: CreateCodeSecurityScanConfigurationCommandInput,
|
|
505
|
+
cb: (
|
|
506
|
+
err: any,
|
|
507
|
+
data?: CreateCodeSecurityScanConfigurationCommandOutput
|
|
508
|
+
) => void
|
|
509
|
+
): void;
|
|
510
|
+
createCodeSecurityScanConfiguration(
|
|
511
|
+
args: CreateCodeSecurityScanConfigurationCommandInput,
|
|
512
|
+
options: __HttpHandlerOptions,
|
|
513
|
+
cb: (
|
|
514
|
+
err: any,
|
|
515
|
+
data?: CreateCodeSecurityScanConfigurationCommandOutput
|
|
516
|
+
) => void
|
|
517
|
+
): void;
|
|
388
518
|
createFilter(
|
|
389
519
|
args: CreateFilterCommandInput,
|
|
390
520
|
options?: __HttpHandlerOptions
|
|
@@ -437,6 +567,38 @@ export interface Inspector2 {
|
|
|
437
567
|
options: __HttpHandlerOptions,
|
|
438
568
|
cb: (err: any, data?: DeleteCisScanConfigurationCommandOutput) => void
|
|
439
569
|
): void;
|
|
570
|
+
deleteCodeSecurityIntegration(
|
|
571
|
+
args: DeleteCodeSecurityIntegrationCommandInput,
|
|
572
|
+
options?: __HttpHandlerOptions
|
|
573
|
+
): Promise<DeleteCodeSecurityIntegrationCommandOutput>;
|
|
574
|
+
deleteCodeSecurityIntegration(
|
|
575
|
+
args: DeleteCodeSecurityIntegrationCommandInput,
|
|
576
|
+
cb: (err: any, data?: DeleteCodeSecurityIntegrationCommandOutput) => void
|
|
577
|
+
): void;
|
|
578
|
+
deleteCodeSecurityIntegration(
|
|
579
|
+
args: DeleteCodeSecurityIntegrationCommandInput,
|
|
580
|
+
options: __HttpHandlerOptions,
|
|
581
|
+
cb: (err: any, data?: DeleteCodeSecurityIntegrationCommandOutput) => void
|
|
582
|
+
): void;
|
|
583
|
+
deleteCodeSecurityScanConfiguration(
|
|
584
|
+
args: DeleteCodeSecurityScanConfigurationCommandInput,
|
|
585
|
+
options?: __HttpHandlerOptions
|
|
586
|
+
): Promise<DeleteCodeSecurityScanConfigurationCommandOutput>;
|
|
587
|
+
deleteCodeSecurityScanConfiguration(
|
|
588
|
+
args: DeleteCodeSecurityScanConfigurationCommandInput,
|
|
589
|
+
cb: (
|
|
590
|
+
err: any,
|
|
591
|
+
data?: DeleteCodeSecurityScanConfigurationCommandOutput
|
|
592
|
+
) => void
|
|
593
|
+
): void;
|
|
594
|
+
deleteCodeSecurityScanConfiguration(
|
|
595
|
+
args: DeleteCodeSecurityScanConfigurationCommandInput,
|
|
596
|
+
options: __HttpHandlerOptions,
|
|
597
|
+
cb: (
|
|
598
|
+
err: any,
|
|
599
|
+
data?: DeleteCodeSecurityScanConfigurationCommandOutput
|
|
600
|
+
) => void
|
|
601
|
+
): void;
|
|
440
602
|
deleteFilter(
|
|
441
603
|
args: DeleteFilterCommandInput,
|
|
442
604
|
options?: __HttpHandlerOptions
|
|
@@ -575,6 +737,45 @@ export interface Inspector2 {
|
|
|
575
737
|
options: __HttpHandlerOptions,
|
|
576
738
|
cb: (err: any, data?: GetClustersForImageCommandOutput) => void
|
|
577
739
|
): void;
|
|
740
|
+
getCodeSecurityIntegration(
|
|
741
|
+
args: GetCodeSecurityIntegrationCommandInput,
|
|
742
|
+
options?: __HttpHandlerOptions
|
|
743
|
+
): Promise<GetCodeSecurityIntegrationCommandOutput>;
|
|
744
|
+
getCodeSecurityIntegration(
|
|
745
|
+
args: GetCodeSecurityIntegrationCommandInput,
|
|
746
|
+
cb: (err: any, data?: GetCodeSecurityIntegrationCommandOutput) => void
|
|
747
|
+
): void;
|
|
748
|
+
getCodeSecurityIntegration(
|
|
749
|
+
args: GetCodeSecurityIntegrationCommandInput,
|
|
750
|
+
options: __HttpHandlerOptions,
|
|
751
|
+
cb: (err: any, data?: GetCodeSecurityIntegrationCommandOutput) => void
|
|
752
|
+
): void;
|
|
753
|
+
getCodeSecurityScan(
|
|
754
|
+
args: GetCodeSecurityScanCommandInput,
|
|
755
|
+
options?: __HttpHandlerOptions
|
|
756
|
+
): Promise<GetCodeSecurityScanCommandOutput>;
|
|
757
|
+
getCodeSecurityScan(
|
|
758
|
+
args: GetCodeSecurityScanCommandInput,
|
|
759
|
+
cb: (err: any, data?: GetCodeSecurityScanCommandOutput) => void
|
|
760
|
+
): void;
|
|
761
|
+
getCodeSecurityScan(
|
|
762
|
+
args: GetCodeSecurityScanCommandInput,
|
|
763
|
+
options: __HttpHandlerOptions,
|
|
764
|
+
cb: (err: any, data?: GetCodeSecurityScanCommandOutput) => void
|
|
765
|
+
): void;
|
|
766
|
+
getCodeSecurityScanConfiguration(
|
|
767
|
+
args: GetCodeSecurityScanConfigurationCommandInput,
|
|
768
|
+
options?: __HttpHandlerOptions
|
|
769
|
+
): Promise<GetCodeSecurityScanConfigurationCommandOutput>;
|
|
770
|
+
getCodeSecurityScanConfiguration(
|
|
771
|
+
args: GetCodeSecurityScanConfigurationCommandInput,
|
|
772
|
+
cb: (err: any, data?: GetCodeSecurityScanConfigurationCommandOutput) => void
|
|
773
|
+
): void;
|
|
774
|
+
getCodeSecurityScanConfiguration(
|
|
775
|
+
args: GetCodeSecurityScanConfigurationCommandInput,
|
|
776
|
+
options: __HttpHandlerOptions,
|
|
777
|
+
cb: (err: any, data?: GetCodeSecurityScanConfigurationCommandOutput) => void
|
|
778
|
+
): void;
|
|
578
779
|
getConfiguration(): Promise<GetConfigurationCommandOutput>;
|
|
579
780
|
getConfiguration(
|
|
580
781
|
args: GetConfigurationCommandInput,
|
|
@@ -756,6 +957,59 @@ export interface Inspector2 {
|
|
|
756
957
|
options: __HttpHandlerOptions,
|
|
757
958
|
cb: (err: any, data?: ListCisScansCommandOutput) => void
|
|
758
959
|
): void;
|
|
960
|
+
listCodeSecurityIntegrations(): Promise<ListCodeSecurityIntegrationsCommandOutput>;
|
|
961
|
+
listCodeSecurityIntegrations(
|
|
962
|
+
args: ListCodeSecurityIntegrationsCommandInput,
|
|
963
|
+
options?: __HttpHandlerOptions
|
|
964
|
+
): Promise<ListCodeSecurityIntegrationsCommandOutput>;
|
|
965
|
+
listCodeSecurityIntegrations(
|
|
966
|
+
args: ListCodeSecurityIntegrationsCommandInput,
|
|
967
|
+
cb: (err: any, data?: ListCodeSecurityIntegrationsCommandOutput) => void
|
|
968
|
+
): void;
|
|
969
|
+
listCodeSecurityIntegrations(
|
|
970
|
+
args: ListCodeSecurityIntegrationsCommandInput,
|
|
971
|
+
options: __HttpHandlerOptions,
|
|
972
|
+
cb: (err: any, data?: ListCodeSecurityIntegrationsCommandOutput) => void
|
|
973
|
+
): void;
|
|
974
|
+
listCodeSecurityScanConfigurationAssociations(
|
|
975
|
+
args: ListCodeSecurityScanConfigurationAssociationsCommandInput,
|
|
976
|
+
options?: __HttpHandlerOptions
|
|
977
|
+
): Promise<ListCodeSecurityScanConfigurationAssociationsCommandOutput>;
|
|
978
|
+
listCodeSecurityScanConfigurationAssociations(
|
|
979
|
+
args: ListCodeSecurityScanConfigurationAssociationsCommandInput,
|
|
980
|
+
cb: (
|
|
981
|
+
err: any,
|
|
982
|
+
data?: ListCodeSecurityScanConfigurationAssociationsCommandOutput
|
|
983
|
+
) => void
|
|
984
|
+
): void;
|
|
985
|
+
listCodeSecurityScanConfigurationAssociations(
|
|
986
|
+
args: ListCodeSecurityScanConfigurationAssociationsCommandInput,
|
|
987
|
+
options: __HttpHandlerOptions,
|
|
988
|
+
cb: (
|
|
989
|
+
err: any,
|
|
990
|
+
data?: ListCodeSecurityScanConfigurationAssociationsCommandOutput
|
|
991
|
+
) => void
|
|
992
|
+
): void;
|
|
993
|
+
listCodeSecurityScanConfigurations(): Promise<ListCodeSecurityScanConfigurationsCommandOutput>;
|
|
994
|
+
listCodeSecurityScanConfigurations(
|
|
995
|
+
args: ListCodeSecurityScanConfigurationsCommandInput,
|
|
996
|
+
options?: __HttpHandlerOptions
|
|
997
|
+
): Promise<ListCodeSecurityScanConfigurationsCommandOutput>;
|
|
998
|
+
listCodeSecurityScanConfigurations(
|
|
999
|
+
args: ListCodeSecurityScanConfigurationsCommandInput,
|
|
1000
|
+
cb: (
|
|
1001
|
+
err: any,
|
|
1002
|
+
data?: ListCodeSecurityScanConfigurationsCommandOutput
|
|
1003
|
+
) => void
|
|
1004
|
+
): void;
|
|
1005
|
+
listCodeSecurityScanConfigurations(
|
|
1006
|
+
args: ListCodeSecurityScanConfigurationsCommandInput,
|
|
1007
|
+
options: __HttpHandlerOptions,
|
|
1008
|
+
cb: (
|
|
1009
|
+
err: any,
|
|
1010
|
+
data?: ListCodeSecurityScanConfigurationsCommandOutput
|
|
1011
|
+
) => void
|
|
1012
|
+
): void;
|
|
759
1013
|
listCoverage(): Promise<ListCoverageCommandOutput>;
|
|
760
1014
|
listCoverage(
|
|
761
1015
|
args: ListCoverageCommandInput,
|
|
@@ -945,6 +1199,19 @@ export interface Inspector2 {
|
|
|
945
1199
|
options: __HttpHandlerOptions,
|
|
946
1200
|
cb: (err: any, data?: StartCisSessionCommandOutput) => void
|
|
947
1201
|
): void;
|
|
1202
|
+
startCodeSecurityScan(
|
|
1203
|
+
args: StartCodeSecurityScanCommandInput,
|
|
1204
|
+
options?: __HttpHandlerOptions
|
|
1205
|
+
): Promise<StartCodeSecurityScanCommandOutput>;
|
|
1206
|
+
startCodeSecurityScan(
|
|
1207
|
+
args: StartCodeSecurityScanCommandInput,
|
|
1208
|
+
cb: (err: any, data?: StartCodeSecurityScanCommandOutput) => void
|
|
1209
|
+
): void;
|
|
1210
|
+
startCodeSecurityScan(
|
|
1211
|
+
args: StartCodeSecurityScanCommandInput,
|
|
1212
|
+
options: __HttpHandlerOptions,
|
|
1213
|
+
cb: (err: any, data?: StartCodeSecurityScanCommandOutput) => void
|
|
1214
|
+
): void;
|
|
948
1215
|
stopCisSession(
|
|
949
1216
|
args: StopCisSessionCommandInput,
|
|
950
1217
|
options?: __HttpHandlerOptions
|
|
@@ -997,6 +1264,38 @@ export interface Inspector2 {
|
|
|
997
1264
|
options: __HttpHandlerOptions,
|
|
998
1265
|
cb: (err: any, data?: UpdateCisScanConfigurationCommandOutput) => void
|
|
999
1266
|
): void;
|
|
1267
|
+
updateCodeSecurityIntegration(
|
|
1268
|
+
args: UpdateCodeSecurityIntegrationCommandInput,
|
|
1269
|
+
options?: __HttpHandlerOptions
|
|
1270
|
+
): Promise<UpdateCodeSecurityIntegrationCommandOutput>;
|
|
1271
|
+
updateCodeSecurityIntegration(
|
|
1272
|
+
args: UpdateCodeSecurityIntegrationCommandInput,
|
|
1273
|
+
cb: (err: any, data?: UpdateCodeSecurityIntegrationCommandOutput) => void
|
|
1274
|
+
): void;
|
|
1275
|
+
updateCodeSecurityIntegration(
|
|
1276
|
+
args: UpdateCodeSecurityIntegrationCommandInput,
|
|
1277
|
+
options: __HttpHandlerOptions,
|
|
1278
|
+
cb: (err: any, data?: UpdateCodeSecurityIntegrationCommandOutput) => void
|
|
1279
|
+
): void;
|
|
1280
|
+
updateCodeSecurityScanConfiguration(
|
|
1281
|
+
args: UpdateCodeSecurityScanConfigurationCommandInput,
|
|
1282
|
+
options?: __HttpHandlerOptions
|
|
1283
|
+
): Promise<UpdateCodeSecurityScanConfigurationCommandOutput>;
|
|
1284
|
+
updateCodeSecurityScanConfiguration(
|
|
1285
|
+
args: UpdateCodeSecurityScanConfigurationCommandInput,
|
|
1286
|
+
cb: (
|
|
1287
|
+
err: any,
|
|
1288
|
+
data?: UpdateCodeSecurityScanConfigurationCommandOutput
|
|
1289
|
+
) => void
|
|
1290
|
+
): void;
|
|
1291
|
+
updateCodeSecurityScanConfiguration(
|
|
1292
|
+
args: UpdateCodeSecurityScanConfigurationCommandInput,
|
|
1293
|
+
options: __HttpHandlerOptions,
|
|
1294
|
+
cb: (
|
|
1295
|
+
err: any,
|
|
1296
|
+
data?: UpdateCodeSecurityScanConfigurationCommandOutput
|
|
1297
|
+
) => void
|
|
1298
|
+
): void;
|
|
1000
1299
|
updateConfiguration(): Promise<UpdateConfigurationCommandOutput>;
|
|
1001
1300
|
updateConfiguration(
|
|
1002
1301
|
args: UpdateConfigurationCommandInput,
|
|
@@ -49,6 +49,14 @@ import {
|
|
|
49
49
|
AssociateMemberCommandInput,
|
|
50
50
|
AssociateMemberCommandOutput,
|
|
51
51
|
} from "./commands/AssociateMemberCommand";
|
|
52
|
+
import {
|
|
53
|
+
BatchAssociateCodeSecurityScanConfigurationCommandInput,
|
|
54
|
+
BatchAssociateCodeSecurityScanConfigurationCommandOutput,
|
|
55
|
+
} from "./commands/BatchAssociateCodeSecurityScanConfigurationCommand";
|
|
56
|
+
import {
|
|
57
|
+
BatchDisassociateCodeSecurityScanConfigurationCommandInput,
|
|
58
|
+
BatchDisassociateCodeSecurityScanConfigurationCommandOutput,
|
|
59
|
+
} from "./commands/BatchDisassociateCodeSecurityScanConfigurationCommand";
|
|
52
60
|
import {
|
|
53
61
|
BatchGetAccountStatusCommandInput,
|
|
54
62
|
BatchGetAccountStatusCommandOutput,
|
|
@@ -85,6 +93,14 @@ import {
|
|
|
85
93
|
CreateCisScanConfigurationCommandInput,
|
|
86
94
|
CreateCisScanConfigurationCommandOutput,
|
|
87
95
|
} from "./commands/CreateCisScanConfigurationCommand";
|
|
96
|
+
import {
|
|
97
|
+
CreateCodeSecurityIntegrationCommandInput,
|
|
98
|
+
CreateCodeSecurityIntegrationCommandOutput,
|
|
99
|
+
} from "./commands/CreateCodeSecurityIntegrationCommand";
|
|
100
|
+
import {
|
|
101
|
+
CreateCodeSecurityScanConfigurationCommandInput,
|
|
102
|
+
CreateCodeSecurityScanConfigurationCommandOutput,
|
|
103
|
+
} from "./commands/CreateCodeSecurityScanConfigurationCommand";
|
|
88
104
|
import {
|
|
89
105
|
CreateFilterCommandInput,
|
|
90
106
|
CreateFilterCommandOutput,
|
|
@@ -101,6 +117,14 @@ import {
|
|
|
101
117
|
DeleteCisScanConfigurationCommandInput,
|
|
102
118
|
DeleteCisScanConfigurationCommandOutput,
|
|
103
119
|
} from "./commands/DeleteCisScanConfigurationCommand";
|
|
120
|
+
import {
|
|
121
|
+
DeleteCodeSecurityIntegrationCommandInput,
|
|
122
|
+
DeleteCodeSecurityIntegrationCommandOutput,
|
|
123
|
+
} from "./commands/DeleteCodeSecurityIntegrationCommand";
|
|
124
|
+
import {
|
|
125
|
+
DeleteCodeSecurityScanConfigurationCommandInput,
|
|
126
|
+
DeleteCodeSecurityScanConfigurationCommandOutput,
|
|
127
|
+
} from "./commands/DeleteCodeSecurityScanConfigurationCommand";
|
|
104
128
|
import {
|
|
105
129
|
DeleteFilterCommandInput,
|
|
106
130
|
DeleteFilterCommandOutput,
|
|
@@ -141,6 +165,18 @@ import {
|
|
|
141
165
|
GetClustersForImageCommandInput,
|
|
142
166
|
GetClustersForImageCommandOutput,
|
|
143
167
|
} from "./commands/GetClustersForImageCommand";
|
|
168
|
+
import {
|
|
169
|
+
GetCodeSecurityIntegrationCommandInput,
|
|
170
|
+
GetCodeSecurityIntegrationCommandOutput,
|
|
171
|
+
} from "./commands/GetCodeSecurityIntegrationCommand";
|
|
172
|
+
import {
|
|
173
|
+
GetCodeSecurityScanCommandInput,
|
|
174
|
+
GetCodeSecurityScanCommandOutput,
|
|
175
|
+
} from "./commands/GetCodeSecurityScanCommand";
|
|
176
|
+
import {
|
|
177
|
+
GetCodeSecurityScanConfigurationCommandInput,
|
|
178
|
+
GetCodeSecurityScanConfigurationCommandOutput,
|
|
179
|
+
} from "./commands/GetCodeSecurityScanConfigurationCommand";
|
|
144
180
|
import {
|
|
145
181
|
GetConfigurationCommandInput,
|
|
146
182
|
GetConfigurationCommandOutput,
|
|
@@ -189,6 +225,18 @@ import {
|
|
|
189
225
|
ListCisScansCommandInput,
|
|
190
226
|
ListCisScansCommandOutput,
|
|
191
227
|
} from "./commands/ListCisScansCommand";
|
|
228
|
+
import {
|
|
229
|
+
ListCodeSecurityIntegrationsCommandInput,
|
|
230
|
+
ListCodeSecurityIntegrationsCommandOutput,
|
|
231
|
+
} from "./commands/ListCodeSecurityIntegrationsCommand";
|
|
232
|
+
import {
|
|
233
|
+
ListCodeSecurityScanConfigurationAssociationsCommandInput,
|
|
234
|
+
ListCodeSecurityScanConfigurationAssociationsCommandOutput,
|
|
235
|
+
} from "./commands/ListCodeSecurityScanConfigurationAssociationsCommand";
|
|
236
|
+
import {
|
|
237
|
+
ListCodeSecurityScanConfigurationsCommandInput,
|
|
238
|
+
ListCodeSecurityScanConfigurationsCommandOutput,
|
|
239
|
+
} from "./commands/ListCodeSecurityScanConfigurationsCommand";
|
|
192
240
|
import {
|
|
193
241
|
ListCoverageCommandInput,
|
|
194
242
|
ListCoverageCommandOutput,
|
|
@@ -245,6 +293,10 @@ import {
|
|
|
245
293
|
StartCisSessionCommandInput,
|
|
246
294
|
StartCisSessionCommandOutput,
|
|
247
295
|
} from "./commands/StartCisSessionCommand";
|
|
296
|
+
import {
|
|
297
|
+
StartCodeSecurityScanCommandInput,
|
|
298
|
+
StartCodeSecurityScanCommandOutput,
|
|
299
|
+
} from "./commands/StartCodeSecurityScanCommand";
|
|
248
300
|
import {
|
|
249
301
|
StopCisSessionCommandInput,
|
|
250
302
|
StopCisSessionCommandOutput,
|
|
@@ -261,6 +313,14 @@ import {
|
|
|
261
313
|
UpdateCisScanConfigurationCommandInput,
|
|
262
314
|
UpdateCisScanConfigurationCommandOutput,
|
|
263
315
|
} from "./commands/UpdateCisScanConfigurationCommand";
|
|
316
|
+
import {
|
|
317
|
+
UpdateCodeSecurityIntegrationCommandInput,
|
|
318
|
+
UpdateCodeSecurityIntegrationCommandOutput,
|
|
319
|
+
} from "./commands/UpdateCodeSecurityIntegrationCommand";
|
|
320
|
+
import {
|
|
321
|
+
UpdateCodeSecurityScanConfigurationCommandInput,
|
|
322
|
+
UpdateCodeSecurityScanConfigurationCommandOutput,
|
|
323
|
+
} from "./commands/UpdateCodeSecurityScanConfigurationCommand";
|
|
264
324
|
import {
|
|
265
325
|
UpdateConfigurationCommandInput,
|
|
266
326
|
UpdateConfigurationCommandOutput,
|
|
@@ -294,6 +354,8 @@ import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
|
294
354
|
export { __Client };
|
|
295
355
|
export type ServiceInputTypes =
|
|
296
356
|
| AssociateMemberCommandInput
|
|
357
|
+
| BatchAssociateCodeSecurityScanConfigurationCommandInput
|
|
358
|
+
| BatchDisassociateCodeSecurityScanConfigurationCommandInput
|
|
297
359
|
| BatchGetAccountStatusCommandInput
|
|
298
360
|
| BatchGetCodeSnippetCommandInput
|
|
299
361
|
| BatchGetFindingDetailsCommandInput
|
|
@@ -303,10 +365,14 @@ export type ServiceInputTypes =
|
|
|
303
365
|
| CancelFindingsReportCommandInput
|
|
304
366
|
| CancelSbomExportCommandInput
|
|
305
367
|
| CreateCisScanConfigurationCommandInput
|
|
368
|
+
| CreateCodeSecurityIntegrationCommandInput
|
|
369
|
+
| CreateCodeSecurityScanConfigurationCommandInput
|
|
306
370
|
| CreateFilterCommandInput
|
|
307
371
|
| CreateFindingsReportCommandInput
|
|
308
372
|
| CreateSbomExportCommandInput
|
|
309
373
|
| DeleteCisScanConfigurationCommandInput
|
|
374
|
+
| DeleteCodeSecurityIntegrationCommandInput
|
|
375
|
+
| DeleteCodeSecurityScanConfigurationCommandInput
|
|
310
376
|
| DeleteFilterCommandInput
|
|
311
377
|
| DescribeOrganizationConfigurationCommandInput
|
|
312
378
|
| DisableCommandInput
|
|
@@ -317,6 +383,9 @@ export type ServiceInputTypes =
|
|
|
317
383
|
| GetCisScanReportCommandInput
|
|
318
384
|
| GetCisScanResultDetailsCommandInput
|
|
319
385
|
| GetClustersForImageCommandInput
|
|
386
|
+
| GetCodeSecurityIntegrationCommandInput
|
|
387
|
+
| GetCodeSecurityScanCommandInput
|
|
388
|
+
| GetCodeSecurityScanConfigurationCommandInput
|
|
320
389
|
| GetConfigurationCommandInput
|
|
321
390
|
| GetDelegatedAdminAccountCommandInput
|
|
322
391
|
| GetEc2DeepInspectionConfigurationCommandInput
|
|
@@ -329,6 +398,9 @@ export type ServiceInputTypes =
|
|
|
329
398
|
| ListCisScanResultsAggregatedByChecksCommandInput
|
|
330
399
|
| ListCisScanResultsAggregatedByTargetResourceCommandInput
|
|
331
400
|
| ListCisScansCommandInput
|
|
401
|
+
| ListCodeSecurityIntegrationsCommandInput
|
|
402
|
+
| ListCodeSecurityScanConfigurationAssociationsCommandInput
|
|
403
|
+
| ListCodeSecurityScanConfigurationsCommandInput
|
|
332
404
|
| ListCoverageCommandInput
|
|
333
405
|
| ListCoverageStatisticsCommandInput
|
|
334
406
|
| ListDelegatedAdminAccountsCommandInput
|
|
@@ -343,10 +415,13 @@ export type ServiceInputTypes =
|
|
|
343
415
|
| SendCisSessionHealthCommandInput
|
|
344
416
|
| SendCisSessionTelemetryCommandInput
|
|
345
417
|
| StartCisSessionCommandInput
|
|
418
|
+
| StartCodeSecurityScanCommandInput
|
|
346
419
|
| StopCisSessionCommandInput
|
|
347
420
|
| TagResourceCommandInput
|
|
348
421
|
| UntagResourceCommandInput
|
|
349
422
|
| UpdateCisScanConfigurationCommandInput
|
|
423
|
+
| UpdateCodeSecurityIntegrationCommandInput
|
|
424
|
+
| UpdateCodeSecurityScanConfigurationCommandInput
|
|
350
425
|
| UpdateConfigurationCommandInput
|
|
351
426
|
| UpdateEc2DeepInspectionConfigurationCommandInput
|
|
352
427
|
| UpdateEncryptionKeyCommandInput
|
|
@@ -355,6 +430,8 @@ export type ServiceInputTypes =
|
|
|
355
430
|
| UpdateOrganizationConfigurationCommandInput;
|
|
356
431
|
export type ServiceOutputTypes =
|
|
357
432
|
| AssociateMemberCommandOutput
|
|
433
|
+
| BatchAssociateCodeSecurityScanConfigurationCommandOutput
|
|
434
|
+
| BatchDisassociateCodeSecurityScanConfigurationCommandOutput
|
|
358
435
|
| BatchGetAccountStatusCommandOutput
|
|
359
436
|
| BatchGetCodeSnippetCommandOutput
|
|
360
437
|
| BatchGetFindingDetailsCommandOutput
|
|
@@ -364,10 +441,14 @@ export type ServiceOutputTypes =
|
|
|
364
441
|
| CancelFindingsReportCommandOutput
|
|
365
442
|
| CancelSbomExportCommandOutput
|
|
366
443
|
| CreateCisScanConfigurationCommandOutput
|
|
444
|
+
| CreateCodeSecurityIntegrationCommandOutput
|
|
445
|
+
| CreateCodeSecurityScanConfigurationCommandOutput
|
|
367
446
|
| CreateFilterCommandOutput
|
|
368
447
|
| CreateFindingsReportCommandOutput
|
|
369
448
|
| CreateSbomExportCommandOutput
|
|
370
449
|
| DeleteCisScanConfigurationCommandOutput
|
|
450
|
+
| DeleteCodeSecurityIntegrationCommandOutput
|
|
451
|
+
| DeleteCodeSecurityScanConfigurationCommandOutput
|
|
371
452
|
| DeleteFilterCommandOutput
|
|
372
453
|
| DescribeOrganizationConfigurationCommandOutput
|
|
373
454
|
| DisableCommandOutput
|
|
@@ -378,6 +459,9 @@ export type ServiceOutputTypes =
|
|
|
378
459
|
| GetCisScanReportCommandOutput
|
|
379
460
|
| GetCisScanResultDetailsCommandOutput
|
|
380
461
|
| GetClustersForImageCommandOutput
|
|
462
|
+
| GetCodeSecurityIntegrationCommandOutput
|
|
463
|
+
| GetCodeSecurityScanCommandOutput
|
|
464
|
+
| GetCodeSecurityScanConfigurationCommandOutput
|
|
381
465
|
| GetConfigurationCommandOutput
|
|
382
466
|
| GetDelegatedAdminAccountCommandOutput
|
|
383
467
|
| GetEc2DeepInspectionConfigurationCommandOutput
|
|
@@ -390,6 +474,9 @@ export type ServiceOutputTypes =
|
|
|
390
474
|
| ListCisScanResultsAggregatedByChecksCommandOutput
|
|
391
475
|
| ListCisScanResultsAggregatedByTargetResourceCommandOutput
|
|
392
476
|
| ListCisScansCommandOutput
|
|
477
|
+
| ListCodeSecurityIntegrationsCommandOutput
|
|
478
|
+
| ListCodeSecurityScanConfigurationAssociationsCommandOutput
|
|
479
|
+
| ListCodeSecurityScanConfigurationsCommandOutput
|
|
393
480
|
| ListCoverageCommandOutput
|
|
394
481
|
| ListCoverageStatisticsCommandOutput
|
|
395
482
|
| ListDelegatedAdminAccountsCommandOutput
|
|
@@ -404,10 +491,13 @@ export type ServiceOutputTypes =
|
|
|
404
491
|
| SendCisSessionHealthCommandOutput
|
|
405
492
|
| SendCisSessionTelemetryCommandOutput
|
|
406
493
|
| StartCisSessionCommandOutput
|
|
494
|
+
| StartCodeSecurityScanCommandOutput
|
|
407
495
|
| StopCisSessionCommandOutput
|
|
408
496
|
| TagResourceCommandOutput
|
|
409
497
|
| UntagResourceCommandOutput
|
|
410
498
|
| UpdateCisScanConfigurationCommandOutput
|
|
499
|
+
| UpdateCodeSecurityIntegrationCommandOutput
|
|
500
|
+
| UpdateCodeSecurityScanConfigurationCommandOutput
|
|
411
501
|
| UpdateConfigurationCommandOutput
|
|
412
502
|
| UpdateEc2DeepInspectionConfigurationCommandOutput
|
|
413
503
|
| UpdateEncryptionKeyCommandOutput
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
Inspector2ClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../Inspector2Client";
|
|
8
|
+
import {
|
|
9
|
+
BatchAssociateCodeSecurityScanConfigurationRequest,
|
|
10
|
+
BatchAssociateCodeSecurityScanConfigurationResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface BatchAssociateCodeSecurityScanConfigurationCommandInput
|
|
15
|
+
extends BatchAssociateCodeSecurityScanConfigurationRequest {}
|
|
16
|
+
export interface BatchAssociateCodeSecurityScanConfigurationCommandOutput
|
|
17
|
+
extends BatchAssociateCodeSecurityScanConfigurationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const BatchAssociateCodeSecurityScanConfigurationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: BatchAssociateCodeSecurityScanConfigurationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
BatchAssociateCodeSecurityScanConfigurationCommandInput,
|
|
24
|
+
BatchAssociateCodeSecurityScanConfigurationCommandOutput,
|
|
25
|
+
Inspector2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: BatchAssociateCodeSecurityScanConfigurationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
BatchAssociateCodeSecurityScanConfigurationCommandInput,
|
|
33
|
+
BatchAssociateCodeSecurityScanConfigurationCommandOutput,
|
|
34
|
+
Inspector2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class BatchAssociateCodeSecurityScanConfigurationCommand extends BatchAssociateCodeSecurityScanConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: BatchAssociateCodeSecurityScanConfigurationRequest;
|
|
44
|
+
output: BatchAssociateCodeSecurityScanConfigurationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: BatchAssociateCodeSecurityScanConfigurationCommandInput;
|
|
48
|
+
output: BatchAssociateCodeSecurityScanConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|