@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
|
@@ -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
|
+
}
|
|
@@ -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
|
+
BatchDisassociateCodeSecurityScanConfigurationRequest,
|
|
10
|
+
BatchDisassociateCodeSecurityScanConfigurationResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface BatchDisassociateCodeSecurityScanConfigurationCommandInput
|
|
15
|
+
extends BatchDisassociateCodeSecurityScanConfigurationRequest {}
|
|
16
|
+
export interface BatchDisassociateCodeSecurityScanConfigurationCommandOutput
|
|
17
|
+
extends BatchDisassociateCodeSecurityScanConfigurationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const BatchDisassociateCodeSecurityScanConfigurationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: BatchDisassociateCodeSecurityScanConfigurationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
BatchDisassociateCodeSecurityScanConfigurationCommandInput,
|
|
24
|
+
BatchDisassociateCodeSecurityScanConfigurationCommandOutput,
|
|
25
|
+
Inspector2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: BatchDisassociateCodeSecurityScanConfigurationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
BatchDisassociateCodeSecurityScanConfigurationCommandInput,
|
|
33
|
+
BatchDisassociateCodeSecurityScanConfigurationCommandOutput,
|
|
34
|
+
Inspector2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class BatchDisassociateCodeSecurityScanConfigurationCommand extends BatchDisassociateCodeSecurityScanConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: BatchDisassociateCodeSecurityScanConfigurationRequest;
|
|
44
|
+
output: BatchDisassociateCodeSecurityScanConfigurationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: BatchDisassociateCodeSecurityScanConfigurationCommandInput;
|
|
48
|
+
output: BatchDisassociateCodeSecurityScanConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -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
|
+
CreateCodeSecurityIntegrationRequest,
|
|
10
|
+
CreateCodeSecurityIntegrationResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateCodeSecurityIntegrationCommandInput
|
|
15
|
+
extends CreateCodeSecurityIntegrationRequest {}
|
|
16
|
+
export interface CreateCodeSecurityIntegrationCommandOutput
|
|
17
|
+
extends CreateCodeSecurityIntegrationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateCodeSecurityIntegrationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateCodeSecurityIntegrationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateCodeSecurityIntegrationCommandInput,
|
|
24
|
+
CreateCodeSecurityIntegrationCommandOutput,
|
|
25
|
+
Inspector2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: CreateCodeSecurityIntegrationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateCodeSecurityIntegrationCommandInput,
|
|
33
|
+
CreateCodeSecurityIntegrationCommandOutput,
|
|
34
|
+
Inspector2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateCodeSecurityIntegrationCommand extends CreateCodeSecurityIntegrationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateCodeSecurityIntegrationRequest;
|
|
44
|
+
output: CreateCodeSecurityIntegrationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateCodeSecurityIntegrationCommandInput;
|
|
48
|
+
output: CreateCodeSecurityIntegrationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -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
|
+
CreateCodeSecurityScanConfigurationRequest,
|
|
10
|
+
CreateCodeSecurityScanConfigurationResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateCodeSecurityScanConfigurationCommandInput
|
|
15
|
+
extends CreateCodeSecurityScanConfigurationRequest {}
|
|
16
|
+
export interface CreateCodeSecurityScanConfigurationCommandOutput
|
|
17
|
+
extends CreateCodeSecurityScanConfigurationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateCodeSecurityScanConfigurationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateCodeSecurityScanConfigurationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateCodeSecurityScanConfigurationCommandInput,
|
|
24
|
+
CreateCodeSecurityScanConfigurationCommandOutput,
|
|
25
|
+
Inspector2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: CreateCodeSecurityScanConfigurationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateCodeSecurityScanConfigurationCommandInput,
|
|
33
|
+
CreateCodeSecurityScanConfigurationCommandOutput,
|
|
34
|
+
Inspector2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateCodeSecurityScanConfigurationCommand extends CreateCodeSecurityScanConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateCodeSecurityScanConfigurationRequest;
|
|
44
|
+
output: CreateCodeSecurityScanConfigurationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateCodeSecurityScanConfigurationCommandInput;
|
|
48
|
+
output: CreateCodeSecurityScanConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -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
|
+
DeleteCodeSecurityIntegrationRequest,
|
|
10
|
+
DeleteCodeSecurityIntegrationResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeleteCodeSecurityIntegrationCommandInput
|
|
15
|
+
extends DeleteCodeSecurityIntegrationRequest {}
|
|
16
|
+
export interface DeleteCodeSecurityIntegrationCommandOutput
|
|
17
|
+
extends DeleteCodeSecurityIntegrationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DeleteCodeSecurityIntegrationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DeleteCodeSecurityIntegrationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DeleteCodeSecurityIntegrationCommandInput,
|
|
24
|
+
DeleteCodeSecurityIntegrationCommandOutput,
|
|
25
|
+
Inspector2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: DeleteCodeSecurityIntegrationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DeleteCodeSecurityIntegrationCommandInput,
|
|
33
|
+
DeleteCodeSecurityIntegrationCommandOutput,
|
|
34
|
+
Inspector2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DeleteCodeSecurityIntegrationCommand extends DeleteCodeSecurityIntegrationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteCodeSecurityIntegrationRequest;
|
|
44
|
+
output: DeleteCodeSecurityIntegrationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteCodeSecurityIntegrationCommandInput;
|
|
48
|
+
output: DeleteCodeSecurityIntegrationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -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
|
+
DeleteCodeSecurityScanConfigurationRequest,
|
|
10
|
+
DeleteCodeSecurityScanConfigurationResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeleteCodeSecurityScanConfigurationCommandInput
|
|
15
|
+
extends DeleteCodeSecurityScanConfigurationRequest {}
|
|
16
|
+
export interface DeleteCodeSecurityScanConfigurationCommandOutput
|
|
17
|
+
extends DeleteCodeSecurityScanConfigurationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DeleteCodeSecurityScanConfigurationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DeleteCodeSecurityScanConfigurationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DeleteCodeSecurityScanConfigurationCommandInput,
|
|
24
|
+
DeleteCodeSecurityScanConfigurationCommandOutput,
|
|
25
|
+
Inspector2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: DeleteCodeSecurityScanConfigurationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DeleteCodeSecurityScanConfigurationCommandInput,
|
|
33
|
+
DeleteCodeSecurityScanConfigurationCommandOutput,
|
|
34
|
+
Inspector2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DeleteCodeSecurityScanConfigurationCommand extends DeleteCodeSecurityScanConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteCodeSecurityScanConfigurationRequest;
|
|
44
|
+
output: DeleteCodeSecurityScanConfigurationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteCodeSecurityScanConfigurationCommandInput;
|
|
48
|
+
output: DeleteCodeSecurityScanConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
GetCisScanReportRequest,
|
|
10
10
|
GetCisScanReportResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface GetCisScanReportCommandInput extends GetCisScanReportRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
GetCisScanResultDetailsRequest,
|
|
10
10
|
GetCisScanResultDetailsResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface GetCisScanResultDetailsCommandInput
|
|
@@ -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
|
+
GetCodeSecurityIntegrationRequest,
|
|
10
|
+
GetCodeSecurityIntegrationResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetCodeSecurityIntegrationCommandInput
|
|
15
|
+
extends GetCodeSecurityIntegrationRequest {}
|
|
16
|
+
export interface GetCodeSecurityIntegrationCommandOutput
|
|
17
|
+
extends GetCodeSecurityIntegrationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetCodeSecurityIntegrationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetCodeSecurityIntegrationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetCodeSecurityIntegrationCommandInput,
|
|
24
|
+
GetCodeSecurityIntegrationCommandOutput,
|
|
25
|
+
Inspector2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: GetCodeSecurityIntegrationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetCodeSecurityIntegrationCommandInput,
|
|
33
|
+
GetCodeSecurityIntegrationCommandOutput,
|
|
34
|
+
Inspector2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetCodeSecurityIntegrationCommand extends GetCodeSecurityIntegrationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetCodeSecurityIntegrationRequest;
|
|
44
|
+
output: GetCodeSecurityIntegrationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetCodeSecurityIntegrationCommandInput;
|
|
48
|
+
output: GetCodeSecurityIntegrationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -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
|
+
GetCodeSecurityScanRequest,
|
|
10
|
+
GetCodeSecurityScanResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetCodeSecurityScanCommandInput
|
|
15
|
+
extends GetCodeSecurityScanRequest {}
|
|
16
|
+
export interface GetCodeSecurityScanCommandOutput
|
|
17
|
+
extends GetCodeSecurityScanResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetCodeSecurityScanCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetCodeSecurityScanCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetCodeSecurityScanCommandInput,
|
|
24
|
+
GetCodeSecurityScanCommandOutput,
|
|
25
|
+
Inspector2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: GetCodeSecurityScanCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetCodeSecurityScanCommandInput,
|
|
33
|
+
GetCodeSecurityScanCommandOutput,
|
|
34
|
+
Inspector2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetCodeSecurityScanCommand extends GetCodeSecurityScanCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetCodeSecurityScanRequest;
|
|
44
|
+
output: GetCodeSecurityScanResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetCodeSecurityScanCommandInput;
|
|
48
|
+
output: GetCodeSecurityScanCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|