@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
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
2
|
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
3
|
import { AssociateMemberCommandInput, AssociateMemberCommandOutput } from "../commands/AssociateMemberCommand";
|
|
4
|
+
import { BatchAssociateCodeSecurityScanConfigurationCommandInput, BatchAssociateCodeSecurityScanConfigurationCommandOutput } from "../commands/BatchAssociateCodeSecurityScanConfigurationCommand";
|
|
5
|
+
import { BatchDisassociateCodeSecurityScanConfigurationCommandInput, BatchDisassociateCodeSecurityScanConfigurationCommandOutput } from "../commands/BatchDisassociateCodeSecurityScanConfigurationCommand";
|
|
4
6
|
import { BatchGetAccountStatusCommandInput, BatchGetAccountStatusCommandOutput } from "../commands/BatchGetAccountStatusCommand";
|
|
5
7
|
import { BatchGetCodeSnippetCommandInput, BatchGetCodeSnippetCommandOutput } from "../commands/BatchGetCodeSnippetCommand";
|
|
6
8
|
import { BatchGetFindingDetailsCommandInput, BatchGetFindingDetailsCommandOutput } from "../commands/BatchGetFindingDetailsCommand";
|
|
@@ -10,10 +12,14 @@ import { BatchUpdateMemberEc2DeepInspectionStatusCommandInput, BatchUpdateMember
|
|
|
10
12
|
import { CancelFindingsReportCommandInput, CancelFindingsReportCommandOutput } from "../commands/CancelFindingsReportCommand";
|
|
11
13
|
import { CancelSbomExportCommandInput, CancelSbomExportCommandOutput } from "../commands/CancelSbomExportCommand";
|
|
12
14
|
import { CreateCisScanConfigurationCommandInput, CreateCisScanConfigurationCommandOutput } from "../commands/CreateCisScanConfigurationCommand";
|
|
15
|
+
import { CreateCodeSecurityIntegrationCommandInput, CreateCodeSecurityIntegrationCommandOutput } from "../commands/CreateCodeSecurityIntegrationCommand";
|
|
16
|
+
import { CreateCodeSecurityScanConfigurationCommandInput, CreateCodeSecurityScanConfigurationCommandOutput } from "../commands/CreateCodeSecurityScanConfigurationCommand";
|
|
13
17
|
import { CreateFilterCommandInput, CreateFilterCommandOutput } from "../commands/CreateFilterCommand";
|
|
14
18
|
import { CreateFindingsReportCommandInput, CreateFindingsReportCommandOutput } from "../commands/CreateFindingsReportCommand";
|
|
15
19
|
import { CreateSbomExportCommandInput, CreateSbomExportCommandOutput } from "../commands/CreateSbomExportCommand";
|
|
16
20
|
import { DeleteCisScanConfigurationCommandInput, DeleteCisScanConfigurationCommandOutput } from "../commands/DeleteCisScanConfigurationCommand";
|
|
21
|
+
import { DeleteCodeSecurityIntegrationCommandInput, DeleteCodeSecurityIntegrationCommandOutput } from "../commands/DeleteCodeSecurityIntegrationCommand";
|
|
22
|
+
import { DeleteCodeSecurityScanConfigurationCommandInput, DeleteCodeSecurityScanConfigurationCommandOutput } from "../commands/DeleteCodeSecurityScanConfigurationCommand";
|
|
17
23
|
import { DeleteFilterCommandInput, DeleteFilterCommandOutput } from "../commands/DeleteFilterCommand";
|
|
18
24
|
import { DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput } from "../commands/DescribeOrganizationConfigurationCommand";
|
|
19
25
|
import { DisableCommandInput, DisableCommandOutput } from "../commands/DisableCommand";
|
|
@@ -24,6 +30,9 @@ import { EnableDelegatedAdminAccountCommandInput, EnableDelegatedAdminAccountCom
|
|
|
24
30
|
import { GetCisScanReportCommandInput, GetCisScanReportCommandOutput } from "../commands/GetCisScanReportCommand";
|
|
25
31
|
import { GetCisScanResultDetailsCommandInput, GetCisScanResultDetailsCommandOutput } from "../commands/GetCisScanResultDetailsCommand";
|
|
26
32
|
import { GetClustersForImageCommandInput, GetClustersForImageCommandOutput } from "../commands/GetClustersForImageCommand";
|
|
33
|
+
import { GetCodeSecurityIntegrationCommandInput, GetCodeSecurityIntegrationCommandOutput } from "../commands/GetCodeSecurityIntegrationCommand";
|
|
34
|
+
import { GetCodeSecurityScanCommandInput, GetCodeSecurityScanCommandOutput } from "../commands/GetCodeSecurityScanCommand";
|
|
35
|
+
import { GetCodeSecurityScanConfigurationCommandInput, GetCodeSecurityScanConfigurationCommandOutput } from "../commands/GetCodeSecurityScanConfigurationCommand";
|
|
27
36
|
import { GetConfigurationCommandInput, GetConfigurationCommandOutput } from "../commands/GetConfigurationCommand";
|
|
28
37
|
import { GetDelegatedAdminAccountCommandInput, GetDelegatedAdminAccountCommandOutput } from "../commands/GetDelegatedAdminAccountCommand";
|
|
29
38
|
import { GetEc2DeepInspectionConfigurationCommandInput, GetEc2DeepInspectionConfigurationCommandOutput } from "../commands/GetEc2DeepInspectionConfigurationCommand";
|
|
@@ -36,6 +45,9 @@ import { ListCisScanConfigurationsCommandInput, ListCisScanConfigurationsCommand
|
|
|
36
45
|
import { ListCisScanResultsAggregatedByChecksCommandInput, ListCisScanResultsAggregatedByChecksCommandOutput } from "../commands/ListCisScanResultsAggregatedByChecksCommand";
|
|
37
46
|
import { ListCisScanResultsAggregatedByTargetResourceCommandInput, ListCisScanResultsAggregatedByTargetResourceCommandOutput } from "../commands/ListCisScanResultsAggregatedByTargetResourceCommand";
|
|
38
47
|
import { ListCisScansCommandInput, ListCisScansCommandOutput } from "../commands/ListCisScansCommand";
|
|
48
|
+
import { ListCodeSecurityIntegrationsCommandInput, ListCodeSecurityIntegrationsCommandOutput } from "../commands/ListCodeSecurityIntegrationsCommand";
|
|
49
|
+
import { ListCodeSecurityScanConfigurationAssociationsCommandInput, ListCodeSecurityScanConfigurationAssociationsCommandOutput } from "../commands/ListCodeSecurityScanConfigurationAssociationsCommand";
|
|
50
|
+
import { ListCodeSecurityScanConfigurationsCommandInput, ListCodeSecurityScanConfigurationsCommandOutput } from "../commands/ListCodeSecurityScanConfigurationsCommand";
|
|
39
51
|
import { ListCoverageCommandInput, ListCoverageCommandOutput } from "../commands/ListCoverageCommand";
|
|
40
52
|
import { ListCoverageStatisticsCommandInput, ListCoverageStatisticsCommandOutput } from "../commands/ListCoverageStatisticsCommand";
|
|
41
53
|
import { ListDelegatedAdminAccountsCommandInput, ListDelegatedAdminAccountsCommandOutput } from "../commands/ListDelegatedAdminAccountsCommand";
|
|
@@ -50,10 +62,13 @@ import { SearchVulnerabilitiesCommandInput, SearchVulnerabilitiesCommandOutput }
|
|
|
50
62
|
import { SendCisSessionHealthCommandInput, SendCisSessionHealthCommandOutput } from "../commands/SendCisSessionHealthCommand";
|
|
51
63
|
import { SendCisSessionTelemetryCommandInput, SendCisSessionTelemetryCommandOutput } from "../commands/SendCisSessionTelemetryCommand";
|
|
52
64
|
import { StartCisSessionCommandInput, StartCisSessionCommandOutput } from "../commands/StartCisSessionCommand";
|
|
65
|
+
import { StartCodeSecurityScanCommandInput, StartCodeSecurityScanCommandOutput } from "../commands/StartCodeSecurityScanCommand";
|
|
53
66
|
import { StopCisSessionCommandInput, StopCisSessionCommandOutput } from "../commands/StopCisSessionCommand";
|
|
54
67
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
55
68
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
56
69
|
import { UpdateCisScanConfigurationCommandInput, UpdateCisScanConfigurationCommandOutput } from "../commands/UpdateCisScanConfigurationCommand";
|
|
70
|
+
import { UpdateCodeSecurityIntegrationCommandInput, UpdateCodeSecurityIntegrationCommandOutput } from "../commands/UpdateCodeSecurityIntegrationCommand";
|
|
71
|
+
import { UpdateCodeSecurityScanConfigurationCommandInput, UpdateCodeSecurityScanConfigurationCommandOutput } from "../commands/UpdateCodeSecurityScanConfigurationCommand";
|
|
57
72
|
import { UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput } from "../commands/UpdateConfigurationCommand";
|
|
58
73
|
import { UpdateEc2DeepInspectionConfigurationCommandInput, UpdateEc2DeepInspectionConfigurationCommandOutput } from "../commands/UpdateEc2DeepInspectionConfigurationCommand";
|
|
59
74
|
import { UpdateEncryptionKeyCommandInput, UpdateEncryptionKeyCommandOutput } from "../commands/UpdateEncryptionKeyCommand";
|
|
@@ -64,6 +79,14 @@ import { UpdateOrgEc2DeepInspectionConfigurationCommandInput, UpdateOrgEc2DeepIn
|
|
|
64
79
|
* serializeAws_restJson1AssociateMemberCommand
|
|
65
80
|
*/
|
|
66
81
|
export declare const se_AssociateMemberCommand: (input: AssociateMemberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
|
+
/**
|
|
83
|
+
* serializeAws_restJson1BatchAssociateCodeSecurityScanConfigurationCommand
|
|
84
|
+
*/
|
|
85
|
+
export declare const se_BatchAssociateCodeSecurityScanConfigurationCommand: (input: BatchAssociateCodeSecurityScanConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
|
+
/**
|
|
87
|
+
* serializeAws_restJson1BatchDisassociateCodeSecurityScanConfigurationCommand
|
|
88
|
+
*/
|
|
89
|
+
export declare const se_BatchDisassociateCodeSecurityScanConfigurationCommand: (input: BatchDisassociateCodeSecurityScanConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
90
|
/**
|
|
68
91
|
* serializeAws_restJson1BatchGetAccountStatusCommand
|
|
69
92
|
*/
|
|
@@ -100,6 +123,14 @@ export declare const se_CancelSbomExportCommand: (input: CancelSbomExportCommand
|
|
|
100
123
|
* serializeAws_restJson1CreateCisScanConfigurationCommand
|
|
101
124
|
*/
|
|
102
125
|
export declare const se_CreateCisScanConfigurationCommand: (input: CreateCisScanConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
126
|
+
/**
|
|
127
|
+
* serializeAws_restJson1CreateCodeSecurityIntegrationCommand
|
|
128
|
+
*/
|
|
129
|
+
export declare const se_CreateCodeSecurityIntegrationCommand: (input: CreateCodeSecurityIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
130
|
+
/**
|
|
131
|
+
* serializeAws_restJson1CreateCodeSecurityScanConfigurationCommand
|
|
132
|
+
*/
|
|
133
|
+
export declare const se_CreateCodeSecurityScanConfigurationCommand: (input: CreateCodeSecurityScanConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
103
134
|
/**
|
|
104
135
|
* serializeAws_restJson1CreateFilterCommand
|
|
105
136
|
*/
|
|
@@ -116,6 +147,14 @@ export declare const se_CreateSbomExportCommand: (input: CreateSbomExportCommand
|
|
|
116
147
|
* serializeAws_restJson1DeleteCisScanConfigurationCommand
|
|
117
148
|
*/
|
|
118
149
|
export declare const se_DeleteCisScanConfigurationCommand: (input: DeleteCisScanConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
150
|
+
/**
|
|
151
|
+
* serializeAws_restJson1DeleteCodeSecurityIntegrationCommand
|
|
152
|
+
*/
|
|
153
|
+
export declare const se_DeleteCodeSecurityIntegrationCommand: (input: DeleteCodeSecurityIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
154
|
+
/**
|
|
155
|
+
* serializeAws_restJson1DeleteCodeSecurityScanConfigurationCommand
|
|
156
|
+
*/
|
|
157
|
+
export declare const se_DeleteCodeSecurityScanConfigurationCommand: (input: DeleteCodeSecurityScanConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
119
158
|
/**
|
|
120
159
|
* serializeAws_restJson1DeleteFilterCommand
|
|
121
160
|
*/
|
|
@@ -156,6 +195,18 @@ export declare const se_GetCisScanResultDetailsCommand: (input: GetCisScanResult
|
|
|
156
195
|
* serializeAws_restJson1GetClustersForImageCommand
|
|
157
196
|
*/
|
|
158
197
|
export declare const se_GetClustersForImageCommand: (input: GetClustersForImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
198
|
+
/**
|
|
199
|
+
* serializeAws_restJson1GetCodeSecurityIntegrationCommand
|
|
200
|
+
*/
|
|
201
|
+
export declare const se_GetCodeSecurityIntegrationCommand: (input: GetCodeSecurityIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
202
|
+
/**
|
|
203
|
+
* serializeAws_restJson1GetCodeSecurityScanCommand
|
|
204
|
+
*/
|
|
205
|
+
export declare const se_GetCodeSecurityScanCommand: (input: GetCodeSecurityScanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
206
|
+
/**
|
|
207
|
+
* serializeAws_restJson1GetCodeSecurityScanConfigurationCommand
|
|
208
|
+
*/
|
|
209
|
+
export declare const se_GetCodeSecurityScanConfigurationCommand: (input: GetCodeSecurityScanConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
159
210
|
/**
|
|
160
211
|
* serializeAws_restJson1GetConfigurationCommand
|
|
161
212
|
*/
|
|
@@ -204,6 +255,18 @@ export declare const se_ListCisScanResultsAggregatedByTargetResourceCommand: (in
|
|
|
204
255
|
* serializeAws_restJson1ListCisScansCommand
|
|
205
256
|
*/
|
|
206
257
|
export declare const se_ListCisScansCommand: (input: ListCisScansCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
258
|
+
/**
|
|
259
|
+
* serializeAws_restJson1ListCodeSecurityIntegrationsCommand
|
|
260
|
+
*/
|
|
261
|
+
export declare const se_ListCodeSecurityIntegrationsCommand: (input: ListCodeSecurityIntegrationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
262
|
+
/**
|
|
263
|
+
* serializeAws_restJson1ListCodeSecurityScanConfigurationAssociationsCommand
|
|
264
|
+
*/
|
|
265
|
+
export declare const se_ListCodeSecurityScanConfigurationAssociationsCommand: (input: ListCodeSecurityScanConfigurationAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
266
|
+
/**
|
|
267
|
+
* serializeAws_restJson1ListCodeSecurityScanConfigurationsCommand
|
|
268
|
+
*/
|
|
269
|
+
export declare const se_ListCodeSecurityScanConfigurationsCommand: (input: ListCodeSecurityScanConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
207
270
|
/**
|
|
208
271
|
* serializeAws_restJson1ListCoverageCommand
|
|
209
272
|
*/
|
|
@@ -260,6 +323,10 @@ export declare const se_SendCisSessionTelemetryCommand: (input: SendCisSessionTe
|
|
|
260
323
|
* serializeAws_restJson1StartCisSessionCommand
|
|
261
324
|
*/
|
|
262
325
|
export declare const se_StartCisSessionCommand: (input: StartCisSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
326
|
+
/**
|
|
327
|
+
* serializeAws_restJson1StartCodeSecurityScanCommand
|
|
328
|
+
*/
|
|
329
|
+
export declare const se_StartCodeSecurityScanCommand: (input: StartCodeSecurityScanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
263
330
|
/**
|
|
264
331
|
* serializeAws_restJson1StopCisSessionCommand
|
|
265
332
|
*/
|
|
@@ -276,6 +343,14 @@ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput,
|
|
|
276
343
|
* serializeAws_restJson1UpdateCisScanConfigurationCommand
|
|
277
344
|
*/
|
|
278
345
|
export declare const se_UpdateCisScanConfigurationCommand: (input: UpdateCisScanConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
346
|
+
/**
|
|
347
|
+
* serializeAws_restJson1UpdateCodeSecurityIntegrationCommand
|
|
348
|
+
*/
|
|
349
|
+
export declare const se_UpdateCodeSecurityIntegrationCommand: (input: UpdateCodeSecurityIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
350
|
+
/**
|
|
351
|
+
* serializeAws_restJson1UpdateCodeSecurityScanConfigurationCommand
|
|
352
|
+
*/
|
|
353
|
+
export declare const se_UpdateCodeSecurityScanConfigurationCommand: (input: UpdateCodeSecurityScanConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
279
354
|
/**
|
|
280
355
|
* serializeAws_restJson1UpdateConfigurationCommand
|
|
281
356
|
*/
|
|
@@ -304,6 +379,14 @@ export declare const se_UpdateOrgEc2DeepInspectionConfigurationCommand: (input:
|
|
|
304
379
|
* deserializeAws_restJson1AssociateMemberCommand
|
|
305
380
|
*/
|
|
306
381
|
export declare const de_AssociateMemberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateMemberCommandOutput>;
|
|
382
|
+
/**
|
|
383
|
+
* deserializeAws_restJson1BatchAssociateCodeSecurityScanConfigurationCommand
|
|
384
|
+
*/
|
|
385
|
+
export declare const de_BatchAssociateCodeSecurityScanConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchAssociateCodeSecurityScanConfigurationCommandOutput>;
|
|
386
|
+
/**
|
|
387
|
+
* deserializeAws_restJson1BatchDisassociateCodeSecurityScanConfigurationCommand
|
|
388
|
+
*/
|
|
389
|
+
export declare const de_BatchDisassociateCodeSecurityScanConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDisassociateCodeSecurityScanConfigurationCommandOutput>;
|
|
307
390
|
/**
|
|
308
391
|
* deserializeAws_restJson1BatchGetAccountStatusCommand
|
|
309
392
|
*/
|
|
@@ -340,6 +423,14 @@ export declare const de_CancelSbomExportCommand: (output: __HttpResponse, contex
|
|
|
340
423
|
* deserializeAws_restJson1CreateCisScanConfigurationCommand
|
|
341
424
|
*/
|
|
342
425
|
export declare const de_CreateCisScanConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCisScanConfigurationCommandOutput>;
|
|
426
|
+
/**
|
|
427
|
+
* deserializeAws_restJson1CreateCodeSecurityIntegrationCommand
|
|
428
|
+
*/
|
|
429
|
+
export declare const de_CreateCodeSecurityIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCodeSecurityIntegrationCommandOutput>;
|
|
430
|
+
/**
|
|
431
|
+
* deserializeAws_restJson1CreateCodeSecurityScanConfigurationCommand
|
|
432
|
+
*/
|
|
433
|
+
export declare const de_CreateCodeSecurityScanConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCodeSecurityScanConfigurationCommandOutput>;
|
|
343
434
|
/**
|
|
344
435
|
* deserializeAws_restJson1CreateFilterCommand
|
|
345
436
|
*/
|
|
@@ -356,6 +447,14 @@ export declare const de_CreateSbomExportCommand: (output: __HttpResponse, contex
|
|
|
356
447
|
* deserializeAws_restJson1DeleteCisScanConfigurationCommand
|
|
357
448
|
*/
|
|
358
449
|
export declare const de_DeleteCisScanConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCisScanConfigurationCommandOutput>;
|
|
450
|
+
/**
|
|
451
|
+
* deserializeAws_restJson1DeleteCodeSecurityIntegrationCommand
|
|
452
|
+
*/
|
|
453
|
+
export declare const de_DeleteCodeSecurityIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCodeSecurityIntegrationCommandOutput>;
|
|
454
|
+
/**
|
|
455
|
+
* deserializeAws_restJson1DeleteCodeSecurityScanConfigurationCommand
|
|
456
|
+
*/
|
|
457
|
+
export declare const de_DeleteCodeSecurityScanConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCodeSecurityScanConfigurationCommandOutput>;
|
|
359
458
|
/**
|
|
360
459
|
* deserializeAws_restJson1DeleteFilterCommand
|
|
361
460
|
*/
|
|
@@ -396,6 +495,18 @@ export declare const de_GetCisScanResultDetailsCommand: (output: __HttpResponse,
|
|
|
396
495
|
* deserializeAws_restJson1GetClustersForImageCommand
|
|
397
496
|
*/
|
|
398
497
|
export declare const de_GetClustersForImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetClustersForImageCommandOutput>;
|
|
498
|
+
/**
|
|
499
|
+
* deserializeAws_restJson1GetCodeSecurityIntegrationCommand
|
|
500
|
+
*/
|
|
501
|
+
export declare const de_GetCodeSecurityIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCodeSecurityIntegrationCommandOutput>;
|
|
502
|
+
/**
|
|
503
|
+
* deserializeAws_restJson1GetCodeSecurityScanCommand
|
|
504
|
+
*/
|
|
505
|
+
export declare const de_GetCodeSecurityScanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCodeSecurityScanCommandOutput>;
|
|
506
|
+
/**
|
|
507
|
+
* deserializeAws_restJson1GetCodeSecurityScanConfigurationCommand
|
|
508
|
+
*/
|
|
509
|
+
export declare const de_GetCodeSecurityScanConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCodeSecurityScanConfigurationCommandOutput>;
|
|
399
510
|
/**
|
|
400
511
|
* deserializeAws_restJson1GetConfigurationCommand
|
|
401
512
|
*/
|
|
@@ -444,6 +555,18 @@ export declare const de_ListCisScanResultsAggregatedByTargetResourceCommand: (ou
|
|
|
444
555
|
* deserializeAws_restJson1ListCisScansCommand
|
|
445
556
|
*/
|
|
446
557
|
export declare const de_ListCisScansCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCisScansCommandOutput>;
|
|
558
|
+
/**
|
|
559
|
+
* deserializeAws_restJson1ListCodeSecurityIntegrationsCommand
|
|
560
|
+
*/
|
|
561
|
+
export declare const de_ListCodeSecurityIntegrationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCodeSecurityIntegrationsCommandOutput>;
|
|
562
|
+
/**
|
|
563
|
+
* deserializeAws_restJson1ListCodeSecurityScanConfigurationAssociationsCommand
|
|
564
|
+
*/
|
|
565
|
+
export declare const de_ListCodeSecurityScanConfigurationAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCodeSecurityScanConfigurationAssociationsCommandOutput>;
|
|
566
|
+
/**
|
|
567
|
+
* deserializeAws_restJson1ListCodeSecurityScanConfigurationsCommand
|
|
568
|
+
*/
|
|
569
|
+
export declare const de_ListCodeSecurityScanConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCodeSecurityScanConfigurationsCommandOutput>;
|
|
447
570
|
/**
|
|
448
571
|
* deserializeAws_restJson1ListCoverageCommand
|
|
449
572
|
*/
|
|
@@ -500,6 +623,10 @@ export declare const de_SendCisSessionTelemetryCommand: (output: __HttpResponse,
|
|
|
500
623
|
* deserializeAws_restJson1StartCisSessionCommand
|
|
501
624
|
*/
|
|
502
625
|
export declare const de_StartCisSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartCisSessionCommandOutput>;
|
|
626
|
+
/**
|
|
627
|
+
* deserializeAws_restJson1StartCodeSecurityScanCommand
|
|
628
|
+
*/
|
|
629
|
+
export declare const de_StartCodeSecurityScanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartCodeSecurityScanCommandOutput>;
|
|
503
630
|
/**
|
|
504
631
|
* deserializeAws_restJson1StopCisSessionCommand
|
|
505
632
|
*/
|
|
@@ -516,6 +643,14 @@ export declare const de_UntagResourceCommand: (output: __HttpResponse, context:
|
|
|
516
643
|
* deserializeAws_restJson1UpdateCisScanConfigurationCommand
|
|
517
644
|
*/
|
|
518
645
|
export declare const de_UpdateCisScanConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCisScanConfigurationCommandOutput>;
|
|
646
|
+
/**
|
|
647
|
+
* deserializeAws_restJson1UpdateCodeSecurityIntegrationCommand
|
|
648
|
+
*/
|
|
649
|
+
export declare const de_UpdateCodeSecurityIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCodeSecurityIntegrationCommandOutput>;
|
|
650
|
+
/**
|
|
651
|
+
* deserializeAws_restJson1UpdateCodeSecurityScanConfigurationCommand
|
|
652
|
+
*/
|
|
653
|
+
export declare const de_UpdateCodeSecurityScanConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCodeSecurityScanConfigurationCommandOutput>;
|
|
519
654
|
/**
|
|
520
655
|
* deserializeAws_restJson1UpdateConfigurationCommand
|
|
521
656
|
*/
|
|
@@ -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,
|