@aws-sdk/client-inspector2 3.830.0 → 3.835.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +120 -0
- package/dist-cjs/index.js +1297 -313
- package/dist-es/Inspector2.js +30 -0
- package/dist-es/commands/BatchAssociateCodeSecurityScanConfigurationCommand.js +22 -0
- package/dist-es/commands/BatchDisassociateCodeSecurityScanConfigurationCommand.js +22 -0
- package/dist-es/commands/CreateCodeSecurityIntegrationCommand.js +23 -0
- package/dist-es/commands/CreateCodeSecurityScanConfigurationCommand.js +22 -0
- package/dist-es/commands/DeleteCodeSecurityIntegrationCommand.js +22 -0
- package/dist-es/commands/DeleteCodeSecurityScanConfigurationCommand.js +22 -0
- package/dist-es/commands/GetCodeSecurityIntegrationCommand.js +23 -0
- package/dist-es/commands/GetCodeSecurityScanCommand.js +22 -0
- package/dist-es/commands/GetCodeSecurityScanConfigurationCommand.js +22 -0
- package/dist-es/commands/ListCodeSecurityIntegrationsCommand.js +22 -0
- package/dist-es/commands/ListCodeSecurityScanConfigurationAssociationsCommand.js +22 -0
- package/dist-es/commands/ListCodeSecurityScanConfigurationsCommand.js +22 -0
- package/dist-es/commands/StartCodeSecurityScanCommand.js +22 -0
- package/dist-es/commands/UpdateCodeSecurityIntegrationCommand.js +23 -0
- package/dist-es/commands/UpdateCodeSecurityScanConfigurationCommand.js +22 -0
- package/dist-es/commands/index.js +15 -0
- package/dist-es/models/models_0.js +153 -120
- package/dist-es/models/models_1.js +110 -0
- package/dist-es/protocols/Aws_restJson1.js +509 -3
- package/dist-types/Inspector2.d.ts +107 -0
- package/dist-types/Inspector2Client.d.ts +17 -2
- package/dist-types/commands/AssociateMemberCommand.d.ts +6 -1
- package/dist-types/commands/BatchAssociateCodeSecurityScanConfigurationCommand.d.ts +120 -0
- package/dist-types/commands/BatchDisassociateCodeSecurityScanConfigurationCommand.d.ts +120 -0
- package/dist-types/commands/BatchGetAccountStatusCommand.d.ts +6 -1
- package/dist-types/commands/BatchGetCodeSnippetCommand.d.ts +4 -1
- package/dist-types/commands/BatchGetFindingDetailsCommand.d.ts +2 -0
- package/dist-types/commands/BatchGetFreeTrialInfoCommand.d.ts +2 -0
- package/dist-types/commands/BatchGetMemberEc2DeepInspectionStatusCommand.d.ts +5 -1
- package/dist-types/commands/BatchUpdateMemberEc2DeepInspectionStatusCommand.d.ts +5 -1
- package/dist-types/commands/CancelFindingsReportCommand.d.ts +4 -1
- package/dist-types/commands/CancelSbomExportCommand.d.ts +4 -1
- package/dist-types/commands/CreateCisScanConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/CreateCodeSecurityIntegrationCommand.d.ts +111 -0
- package/dist-types/commands/CreateCodeSecurityScanConfigurationCommand.d.ts +116 -0
- package/dist-types/commands/CreateFilterCommand.d.ts +6 -1
- package/dist-types/commands/CreateFindingsReportCommand.d.ts +9 -2
- package/dist-types/commands/CreateSbomExportCommand.d.ts +4 -1
- package/dist-types/commands/DeleteCisScanConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/DeleteCodeSecurityIntegrationCommand.d.ts +91 -0
- package/dist-types/commands/DeleteCodeSecurityScanConfigurationCommand.d.ts +91 -0
- package/dist-types/commands/DeleteFilterCommand.d.ts +4 -1
- package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +3 -0
- package/dist-types/commands/DisableCommand.d.ts +8 -3
- package/dist-types/commands/DisableDelegatedAdminAccountCommand.d.ts +6 -2
- package/dist-types/commands/DisassociateMemberCommand.d.ts +2 -0
- package/dist-types/commands/EnableCommand.d.ts +6 -1
- package/dist-types/commands/EnableDelegatedAdminAccountCommand.d.ts +6 -2
- package/dist-types/commands/GetCisScanReportCommand.d.ts +5 -2
- package/dist-types/commands/GetCisScanResultDetailsCommand.d.ts +3 -1
- package/dist-types/commands/GetClustersForImageCommand.d.ts +3 -1
- package/dist-types/commands/GetCodeSecurityIntegrationCommand.d.ts +104 -0
- package/dist-types/commands/GetCodeSecurityScanCommand.d.ts +107 -0
- package/dist-types/commands/GetCodeSecurityScanConfigurationCommand.d.ts +115 -0
- package/dist-types/commands/GetConfigurationCommand.d.ts +3 -2
- package/dist-types/commands/GetDelegatedAdminAccountCommand.d.ts +5 -2
- package/dist-types/commands/GetEc2DeepInspectionConfigurationCommand.d.ts +7 -4
- package/dist-types/commands/GetEncryptionKeyCommand.d.ts +5 -2
- package/dist-types/commands/GetFindingsReportStatusCommand.d.ts +7 -2
- package/dist-types/commands/GetMemberCommand.d.ts +5 -2
- package/dist-types/commands/GetSbomExportCommand.d.ts +5 -3
- package/dist-types/commands/ListAccountPermissionsCommand.d.ts +2 -0
- package/dist-types/commands/ListCisScanConfigurationsCommand.d.ts +2 -0
- package/dist-types/commands/ListCisScanResultsAggregatedByChecksCommand.d.ts +2 -0
- package/dist-types/commands/ListCisScanResultsAggregatedByTargetResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListCisScansCommand.d.ts +2 -0
- package/dist-types/commands/ListCodeSecurityIntegrationsCommand.d.ts +102 -0
- package/dist-types/commands/ListCodeSecurityScanConfigurationAssociationsCommand.d.ts +101 -0
- package/dist-types/commands/ListCodeSecurityScanConfigurationsCommand.d.ts +113 -0
- package/dist-types/commands/ListCoverageCommand.d.ts +37 -0
- package/dist-types/commands/ListCoverageStatisticsCommand.d.ts +4 -0
- package/dist-types/commands/ListDelegatedAdminAccountsCommand.d.ts +3 -2
- package/dist-types/commands/ListFiltersCommand.d.ts +4 -0
- package/dist-types/commands/ListFindingAggregationsCommand.d.ts +16 -0
- package/dist-types/commands/ListFindingsCommand.d.ts +7 -0
- package/dist-types/commands/ListMembersCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListUsageTotalsCommand.d.ts +2 -0
- package/dist-types/commands/ResetEncryptionKeyCommand.d.ts +6 -2
- package/dist-types/commands/SearchVulnerabilitiesCommand.d.ts +2 -0
- package/dist-types/commands/SendCisSessionHealthCommand.d.ts +7 -6
- package/dist-types/commands/SendCisSessionTelemetryCommand.d.ts +7 -6
- package/dist-types/commands/StartCisSessionCommand.d.ts +7 -6
- package/dist-types/commands/StartCodeSecurityScanCommand.d.ts +99 -0
- package/dist-types/commands/StopCisSessionCommand.d.ts +7 -6
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateCisScanConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/UpdateCodeSecurityIntegrationCommand.d.ts +109 -0
- package/dist-types/commands/UpdateCodeSecurityScanConfigurationCommand.d.ts +109 -0
- package/dist-types/commands/UpdateConfigurationCommand.d.ts +5 -1
- package/dist-types/commands/UpdateEc2DeepInspectionConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/UpdateEncryptionKeyCommand.d.ts +6 -2
- package/dist-types/commands/UpdateFilterCommand.d.ts +6 -1
- package/dist-types/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/index.d.ts +15 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- 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/endpoint/EndpointParameters.d.ts +4 -1
- 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 +11 -11
package/dist-es/Inspector2.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { createAggregatedClient } from "@smithy/smithy-client";
|
|
2
2
|
import { AssociateMemberCommand, } from "./commands/AssociateMemberCommand";
|
|
3
|
+
import { BatchAssociateCodeSecurityScanConfigurationCommand, } from "./commands/BatchAssociateCodeSecurityScanConfigurationCommand";
|
|
4
|
+
import { BatchDisassociateCodeSecurityScanConfigurationCommand, } from "./commands/BatchDisassociateCodeSecurityScanConfigurationCommand";
|
|
3
5
|
import { BatchGetAccountStatusCommand, } from "./commands/BatchGetAccountStatusCommand";
|
|
4
6
|
import { BatchGetCodeSnippetCommand, } from "./commands/BatchGetCodeSnippetCommand";
|
|
5
7
|
import { BatchGetFindingDetailsCommand, } from "./commands/BatchGetFindingDetailsCommand";
|
|
@@ -9,10 +11,14 @@ import { BatchUpdateMemberEc2DeepInspectionStatusCommand, } from "./commands/Bat
|
|
|
9
11
|
import { CancelFindingsReportCommand, } from "./commands/CancelFindingsReportCommand";
|
|
10
12
|
import { CancelSbomExportCommand, } from "./commands/CancelSbomExportCommand";
|
|
11
13
|
import { CreateCisScanConfigurationCommand, } from "./commands/CreateCisScanConfigurationCommand";
|
|
14
|
+
import { CreateCodeSecurityIntegrationCommand, } from "./commands/CreateCodeSecurityIntegrationCommand";
|
|
15
|
+
import { CreateCodeSecurityScanConfigurationCommand, } from "./commands/CreateCodeSecurityScanConfigurationCommand";
|
|
12
16
|
import { CreateFilterCommand, } from "./commands/CreateFilterCommand";
|
|
13
17
|
import { CreateFindingsReportCommand, } from "./commands/CreateFindingsReportCommand";
|
|
14
18
|
import { CreateSbomExportCommand, } from "./commands/CreateSbomExportCommand";
|
|
15
19
|
import { DeleteCisScanConfigurationCommand, } from "./commands/DeleteCisScanConfigurationCommand";
|
|
20
|
+
import { DeleteCodeSecurityIntegrationCommand, } from "./commands/DeleteCodeSecurityIntegrationCommand";
|
|
21
|
+
import { DeleteCodeSecurityScanConfigurationCommand, } from "./commands/DeleteCodeSecurityScanConfigurationCommand";
|
|
16
22
|
import { DeleteFilterCommand, } from "./commands/DeleteFilterCommand";
|
|
17
23
|
import { DescribeOrganizationConfigurationCommand, } from "./commands/DescribeOrganizationConfigurationCommand";
|
|
18
24
|
import { DisableCommand } from "./commands/DisableCommand";
|
|
@@ -23,6 +29,9 @@ import { EnableDelegatedAdminAccountCommand, } from "./commands/EnableDelegatedA
|
|
|
23
29
|
import { GetCisScanReportCommand, } from "./commands/GetCisScanReportCommand";
|
|
24
30
|
import { GetCisScanResultDetailsCommand, } from "./commands/GetCisScanResultDetailsCommand";
|
|
25
31
|
import { GetClustersForImageCommand, } from "./commands/GetClustersForImageCommand";
|
|
32
|
+
import { GetCodeSecurityIntegrationCommand, } from "./commands/GetCodeSecurityIntegrationCommand";
|
|
33
|
+
import { GetCodeSecurityScanCommand, } from "./commands/GetCodeSecurityScanCommand";
|
|
34
|
+
import { GetCodeSecurityScanConfigurationCommand, } from "./commands/GetCodeSecurityScanConfigurationCommand";
|
|
26
35
|
import { GetConfigurationCommand, } from "./commands/GetConfigurationCommand";
|
|
27
36
|
import { GetDelegatedAdminAccountCommand, } from "./commands/GetDelegatedAdminAccountCommand";
|
|
28
37
|
import { GetEc2DeepInspectionConfigurationCommand, } from "./commands/GetEc2DeepInspectionConfigurationCommand";
|
|
@@ -35,6 +44,9 @@ import { ListCisScanConfigurationsCommand, } from "./commands/ListCisScanConfigu
|
|
|
35
44
|
import { ListCisScanResultsAggregatedByChecksCommand, } from "./commands/ListCisScanResultsAggregatedByChecksCommand";
|
|
36
45
|
import { ListCisScanResultsAggregatedByTargetResourceCommand, } from "./commands/ListCisScanResultsAggregatedByTargetResourceCommand";
|
|
37
46
|
import { ListCisScansCommand, } from "./commands/ListCisScansCommand";
|
|
47
|
+
import { ListCodeSecurityIntegrationsCommand, } from "./commands/ListCodeSecurityIntegrationsCommand";
|
|
48
|
+
import { ListCodeSecurityScanConfigurationAssociationsCommand, } from "./commands/ListCodeSecurityScanConfigurationAssociationsCommand";
|
|
49
|
+
import { ListCodeSecurityScanConfigurationsCommand, } from "./commands/ListCodeSecurityScanConfigurationsCommand";
|
|
38
50
|
import { ListCoverageCommand, } from "./commands/ListCoverageCommand";
|
|
39
51
|
import { ListCoverageStatisticsCommand, } from "./commands/ListCoverageStatisticsCommand";
|
|
40
52
|
import { ListDelegatedAdminAccountsCommand, } from "./commands/ListDelegatedAdminAccountsCommand";
|
|
@@ -49,10 +61,13 @@ import { SearchVulnerabilitiesCommand, } from "./commands/SearchVulnerabilitiesC
|
|
|
49
61
|
import { SendCisSessionHealthCommand, } from "./commands/SendCisSessionHealthCommand";
|
|
50
62
|
import { SendCisSessionTelemetryCommand, } from "./commands/SendCisSessionTelemetryCommand";
|
|
51
63
|
import { StartCisSessionCommand, } from "./commands/StartCisSessionCommand";
|
|
64
|
+
import { StartCodeSecurityScanCommand, } from "./commands/StartCodeSecurityScanCommand";
|
|
52
65
|
import { StopCisSessionCommand, } from "./commands/StopCisSessionCommand";
|
|
53
66
|
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
54
67
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
55
68
|
import { UpdateCisScanConfigurationCommand, } from "./commands/UpdateCisScanConfigurationCommand";
|
|
69
|
+
import { UpdateCodeSecurityIntegrationCommand, } from "./commands/UpdateCodeSecurityIntegrationCommand";
|
|
70
|
+
import { UpdateCodeSecurityScanConfigurationCommand, } from "./commands/UpdateCodeSecurityScanConfigurationCommand";
|
|
56
71
|
import { UpdateConfigurationCommand, } from "./commands/UpdateConfigurationCommand";
|
|
57
72
|
import { UpdateEc2DeepInspectionConfigurationCommand, } from "./commands/UpdateEc2DeepInspectionConfigurationCommand";
|
|
58
73
|
import { UpdateEncryptionKeyCommand, } from "./commands/UpdateEncryptionKeyCommand";
|
|
@@ -62,6 +77,8 @@ import { UpdateOrgEc2DeepInspectionConfigurationCommand, } from "./commands/Upda
|
|
|
62
77
|
import { Inspector2Client } from "./Inspector2Client";
|
|
63
78
|
const commands = {
|
|
64
79
|
AssociateMemberCommand,
|
|
80
|
+
BatchAssociateCodeSecurityScanConfigurationCommand,
|
|
81
|
+
BatchDisassociateCodeSecurityScanConfigurationCommand,
|
|
65
82
|
BatchGetAccountStatusCommand,
|
|
66
83
|
BatchGetCodeSnippetCommand,
|
|
67
84
|
BatchGetFindingDetailsCommand,
|
|
@@ -71,10 +88,14 @@ const commands = {
|
|
|
71
88
|
CancelFindingsReportCommand,
|
|
72
89
|
CancelSbomExportCommand,
|
|
73
90
|
CreateCisScanConfigurationCommand,
|
|
91
|
+
CreateCodeSecurityIntegrationCommand,
|
|
92
|
+
CreateCodeSecurityScanConfigurationCommand,
|
|
74
93
|
CreateFilterCommand,
|
|
75
94
|
CreateFindingsReportCommand,
|
|
76
95
|
CreateSbomExportCommand,
|
|
77
96
|
DeleteCisScanConfigurationCommand,
|
|
97
|
+
DeleteCodeSecurityIntegrationCommand,
|
|
98
|
+
DeleteCodeSecurityScanConfigurationCommand,
|
|
78
99
|
DeleteFilterCommand,
|
|
79
100
|
DescribeOrganizationConfigurationCommand,
|
|
80
101
|
DisableCommand,
|
|
@@ -85,6 +106,9 @@ const commands = {
|
|
|
85
106
|
GetCisScanReportCommand,
|
|
86
107
|
GetCisScanResultDetailsCommand,
|
|
87
108
|
GetClustersForImageCommand,
|
|
109
|
+
GetCodeSecurityIntegrationCommand,
|
|
110
|
+
GetCodeSecurityScanCommand,
|
|
111
|
+
GetCodeSecurityScanConfigurationCommand,
|
|
88
112
|
GetConfigurationCommand,
|
|
89
113
|
GetDelegatedAdminAccountCommand,
|
|
90
114
|
GetEc2DeepInspectionConfigurationCommand,
|
|
@@ -97,6 +121,9 @@ const commands = {
|
|
|
97
121
|
ListCisScanResultsAggregatedByChecksCommand,
|
|
98
122
|
ListCisScanResultsAggregatedByTargetResourceCommand,
|
|
99
123
|
ListCisScansCommand,
|
|
124
|
+
ListCodeSecurityIntegrationsCommand,
|
|
125
|
+
ListCodeSecurityScanConfigurationAssociationsCommand,
|
|
126
|
+
ListCodeSecurityScanConfigurationsCommand,
|
|
100
127
|
ListCoverageCommand,
|
|
101
128
|
ListCoverageStatisticsCommand,
|
|
102
129
|
ListDelegatedAdminAccountsCommand,
|
|
@@ -111,10 +138,13 @@ const commands = {
|
|
|
111
138
|
SendCisSessionHealthCommand,
|
|
112
139
|
SendCisSessionTelemetryCommand,
|
|
113
140
|
StartCisSessionCommand,
|
|
141
|
+
StartCodeSecurityScanCommand,
|
|
114
142
|
StopCisSessionCommand,
|
|
115
143
|
TagResourceCommand,
|
|
116
144
|
UntagResourceCommand,
|
|
117
145
|
UpdateCisScanConfigurationCommand,
|
|
146
|
+
UpdateCodeSecurityIntegrationCommand,
|
|
147
|
+
UpdateCodeSecurityScanConfigurationCommand,
|
|
118
148
|
UpdateConfigurationCommand,
|
|
119
149
|
UpdateEc2DeepInspectionConfigurationCommand,
|
|
120
150
|
UpdateEncryptionKeyCommand,
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_BatchAssociateCodeSecurityScanConfigurationCommand, se_BatchAssociateCodeSecurityScanConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class BatchAssociateCodeSecurityScanConfigurationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("Inspector2", "BatchAssociateCodeSecurityScanConfiguration", {})
|
|
17
|
+
.n("Inspector2Client", "BatchAssociateCodeSecurityScanConfigurationCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_BatchAssociateCodeSecurityScanConfigurationCommand)
|
|
20
|
+
.de(de_BatchAssociateCodeSecurityScanConfigurationCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_BatchDisassociateCodeSecurityScanConfigurationCommand, se_BatchDisassociateCodeSecurityScanConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class BatchDisassociateCodeSecurityScanConfigurationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("Inspector2", "BatchDisassociateCodeSecurityScanConfiguration", {})
|
|
17
|
+
.n("Inspector2Client", "BatchDisassociateCodeSecurityScanConfigurationCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_BatchDisassociateCodeSecurityScanConfigurationCommand)
|
|
20
|
+
.de(de_BatchDisassociateCodeSecurityScanConfigurationCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { CreateCodeSecurityIntegrationRequestFilterSensitiveLog, CreateCodeSecurityIntegrationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
|
+
import { de_CreateCodeSecurityIntegrationCommand, se_CreateCodeSecurityIntegrationCommand, } from "../protocols/Aws_restJson1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class CreateCodeSecurityIntegrationCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep(commonParams)
|
|
11
|
+
.m(function (Command, cs, config, o) {
|
|
12
|
+
return [
|
|
13
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
+
];
|
|
16
|
+
})
|
|
17
|
+
.s("Inspector2", "CreateCodeSecurityIntegration", {})
|
|
18
|
+
.n("Inspector2Client", "CreateCodeSecurityIntegrationCommand")
|
|
19
|
+
.f(CreateCodeSecurityIntegrationRequestFilterSensitiveLog, CreateCodeSecurityIntegrationResponseFilterSensitiveLog)
|
|
20
|
+
.ser(se_CreateCodeSecurityIntegrationCommand)
|
|
21
|
+
.de(de_CreateCodeSecurityIntegrationCommand)
|
|
22
|
+
.build() {
|
|
23
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_CreateCodeSecurityScanConfigurationCommand, se_CreateCodeSecurityScanConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class CreateCodeSecurityScanConfigurationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("Inspector2", "CreateCodeSecurityScanConfiguration", {})
|
|
17
|
+
.n("Inspector2Client", "CreateCodeSecurityScanConfigurationCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_CreateCodeSecurityScanConfigurationCommand)
|
|
20
|
+
.de(de_CreateCodeSecurityScanConfigurationCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DeleteCodeSecurityIntegrationCommand, se_DeleteCodeSecurityIntegrationCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeleteCodeSecurityIntegrationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("Inspector2", "DeleteCodeSecurityIntegration", {})
|
|
17
|
+
.n("Inspector2Client", "DeleteCodeSecurityIntegrationCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DeleteCodeSecurityIntegrationCommand)
|
|
20
|
+
.de(de_DeleteCodeSecurityIntegrationCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DeleteCodeSecurityScanConfigurationCommand, se_DeleteCodeSecurityScanConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeleteCodeSecurityScanConfigurationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("Inspector2", "DeleteCodeSecurityScanConfiguration", {})
|
|
17
|
+
.n("Inspector2Client", "DeleteCodeSecurityScanConfigurationCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DeleteCodeSecurityScanConfigurationCommand)
|
|
20
|
+
.de(de_DeleteCodeSecurityScanConfigurationCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { GetCodeSecurityIntegrationResponseFilterSensitiveLog, } from "../models/models_1";
|
|
6
|
+
import { de_GetCodeSecurityIntegrationCommand, se_GetCodeSecurityIntegrationCommand } from "../protocols/Aws_restJson1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class GetCodeSecurityIntegrationCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep(commonParams)
|
|
11
|
+
.m(function (Command, cs, config, o) {
|
|
12
|
+
return [
|
|
13
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
+
];
|
|
16
|
+
})
|
|
17
|
+
.s("Inspector2", "GetCodeSecurityIntegration", {})
|
|
18
|
+
.n("Inspector2Client", "GetCodeSecurityIntegrationCommand")
|
|
19
|
+
.f(void 0, GetCodeSecurityIntegrationResponseFilterSensitiveLog)
|
|
20
|
+
.ser(se_GetCodeSecurityIntegrationCommand)
|
|
21
|
+
.de(de_GetCodeSecurityIntegrationCommand)
|
|
22
|
+
.build() {
|
|
23
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_GetCodeSecurityScanCommand, se_GetCodeSecurityScanCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetCodeSecurityScanCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("Inspector2", "GetCodeSecurityScan", {})
|
|
17
|
+
.n("Inspector2Client", "GetCodeSecurityScanCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_GetCodeSecurityScanCommand)
|
|
20
|
+
.de(de_GetCodeSecurityScanCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_GetCodeSecurityScanConfigurationCommand, se_GetCodeSecurityScanConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetCodeSecurityScanConfigurationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("Inspector2", "GetCodeSecurityScanConfiguration", {})
|
|
17
|
+
.n("Inspector2Client", "GetCodeSecurityScanConfigurationCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_GetCodeSecurityScanConfigurationCommand)
|
|
20
|
+
.de(de_GetCodeSecurityScanConfigurationCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListCodeSecurityIntegrationsCommand, se_ListCodeSecurityIntegrationsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListCodeSecurityIntegrationsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("Inspector2", "ListCodeSecurityIntegrations", {})
|
|
17
|
+
.n("Inspector2Client", "ListCodeSecurityIntegrationsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ListCodeSecurityIntegrationsCommand)
|
|
20
|
+
.de(de_ListCodeSecurityIntegrationsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListCodeSecurityScanConfigurationAssociationsCommand, se_ListCodeSecurityScanConfigurationAssociationsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListCodeSecurityScanConfigurationAssociationsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("Inspector2", "ListCodeSecurityScanConfigurationAssociations", {})
|
|
17
|
+
.n("Inspector2Client", "ListCodeSecurityScanConfigurationAssociationsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ListCodeSecurityScanConfigurationAssociationsCommand)
|
|
20
|
+
.de(de_ListCodeSecurityScanConfigurationAssociationsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListCodeSecurityScanConfigurationsCommand, se_ListCodeSecurityScanConfigurationsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListCodeSecurityScanConfigurationsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("Inspector2", "ListCodeSecurityScanConfigurations", {})
|
|
17
|
+
.n("Inspector2Client", "ListCodeSecurityScanConfigurationsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ListCodeSecurityScanConfigurationsCommand)
|
|
20
|
+
.de(de_ListCodeSecurityScanConfigurationsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_StartCodeSecurityScanCommand, se_StartCodeSecurityScanCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class StartCodeSecurityScanCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("Inspector2", "StartCodeSecurityScan", {})
|
|
17
|
+
.n("Inspector2Client", "StartCodeSecurityScanCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_StartCodeSecurityScanCommand)
|
|
20
|
+
.de(de_StartCodeSecurityScanCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { UpdateCodeSecurityIntegrationRequestFilterSensitiveLog, } from "../models/models_1";
|
|
6
|
+
import { de_UpdateCodeSecurityIntegrationCommand, se_UpdateCodeSecurityIntegrationCommand, } from "../protocols/Aws_restJson1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class UpdateCodeSecurityIntegrationCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep(commonParams)
|
|
11
|
+
.m(function (Command, cs, config, o) {
|
|
12
|
+
return [
|
|
13
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
+
];
|
|
16
|
+
})
|
|
17
|
+
.s("Inspector2", "UpdateCodeSecurityIntegration", {})
|
|
18
|
+
.n("Inspector2Client", "UpdateCodeSecurityIntegrationCommand")
|
|
19
|
+
.f(UpdateCodeSecurityIntegrationRequestFilterSensitiveLog, void 0)
|
|
20
|
+
.ser(se_UpdateCodeSecurityIntegrationCommand)
|
|
21
|
+
.de(de_UpdateCodeSecurityIntegrationCommand)
|
|
22
|
+
.build() {
|
|
23
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_UpdateCodeSecurityScanConfigurationCommand, se_UpdateCodeSecurityScanConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class UpdateCodeSecurityScanConfigurationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("Inspector2", "UpdateCodeSecurityScanConfiguration", {})
|
|
17
|
+
.n("Inspector2Client", "UpdateCodeSecurityScanConfigurationCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_UpdateCodeSecurityScanConfigurationCommand)
|
|
20
|
+
.de(de_UpdateCodeSecurityScanConfigurationCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
export * from "./AssociateMemberCommand";
|
|
2
|
+
export * from "./BatchAssociateCodeSecurityScanConfigurationCommand";
|
|
3
|
+
export * from "./BatchDisassociateCodeSecurityScanConfigurationCommand";
|
|
2
4
|
export * from "./BatchGetAccountStatusCommand";
|
|
3
5
|
export * from "./BatchGetCodeSnippetCommand";
|
|
4
6
|
export * from "./BatchGetFindingDetailsCommand";
|
|
@@ -8,10 +10,14 @@ export * from "./BatchUpdateMemberEc2DeepInspectionStatusCommand";
|
|
|
8
10
|
export * from "./CancelFindingsReportCommand";
|
|
9
11
|
export * from "./CancelSbomExportCommand";
|
|
10
12
|
export * from "./CreateCisScanConfigurationCommand";
|
|
13
|
+
export * from "./CreateCodeSecurityIntegrationCommand";
|
|
14
|
+
export * from "./CreateCodeSecurityScanConfigurationCommand";
|
|
11
15
|
export * from "./CreateFilterCommand";
|
|
12
16
|
export * from "./CreateFindingsReportCommand";
|
|
13
17
|
export * from "./CreateSbomExportCommand";
|
|
14
18
|
export * from "./DeleteCisScanConfigurationCommand";
|
|
19
|
+
export * from "./DeleteCodeSecurityIntegrationCommand";
|
|
20
|
+
export * from "./DeleteCodeSecurityScanConfigurationCommand";
|
|
15
21
|
export * from "./DeleteFilterCommand";
|
|
16
22
|
export * from "./DescribeOrganizationConfigurationCommand";
|
|
17
23
|
export * from "./DisableCommand";
|
|
@@ -22,6 +28,9 @@ export * from "./EnableDelegatedAdminAccountCommand";
|
|
|
22
28
|
export * from "./GetCisScanReportCommand";
|
|
23
29
|
export * from "./GetCisScanResultDetailsCommand";
|
|
24
30
|
export * from "./GetClustersForImageCommand";
|
|
31
|
+
export * from "./GetCodeSecurityIntegrationCommand";
|
|
32
|
+
export * from "./GetCodeSecurityScanCommand";
|
|
33
|
+
export * from "./GetCodeSecurityScanConfigurationCommand";
|
|
25
34
|
export * from "./GetConfigurationCommand";
|
|
26
35
|
export * from "./GetDelegatedAdminAccountCommand";
|
|
27
36
|
export * from "./GetEc2DeepInspectionConfigurationCommand";
|
|
@@ -34,6 +43,9 @@ export * from "./ListCisScanConfigurationsCommand";
|
|
|
34
43
|
export * from "./ListCisScanResultsAggregatedByChecksCommand";
|
|
35
44
|
export * from "./ListCisScanResultsAggregatedByTargetResourceCommand";
|
|
36
45
|
export * from "./ListCisScansCommand";
|
|
46
|
+
export * from "./ListCodeSecurityIntegrationsCommand";
|
|
47
|
+
export * from "./ListCodeSecurityScanConfigurationAssociationsCommand";
|
|
48
|
+
export * from "./ListCodeSecurityScanConfigurationsCommand";
|
|
37
49
|
export * from "./ListCoverageCommand";
|
|
38
50
|
export * from "./ListCoverageStatisticsCommand";
|
|
39
51
|
export * from "./ListDelegatedAdminAccountsCommand";
|
|
@@ -48,10 +60,13 @@ export * from "./SearchVulnerabilitiesCommand";
|
|
|
48
60
|
export * from "./SendCisSessionHealthCommand";
|
|
49
61
|
export * from "./SendCisSessionTelemetryCommand";
|
|
50
62
|
export * from "./StartCisSessionCommand";
|
|
63
|
+
export * from "./StartCodeSecurityScanCommand";
|
|
51
64
|
export * from "./StopCisSessionCommand";
|
|
52
65
|
export * from "./TagResourceCommand";
|
|
53
66
|
export * from "./UntagResourceCommand";
|
|
54
67
|
export * from "./UpdateCisScanConfigurationCommand";
|
|
68
|
+
export * from "./UpdateCodeSecurityIntegrationCommand";
|
|
69
|
+
export * from "./UpdateCodeSecurityScanConfigurationCommand";
|
|
55
70
|
export * from "./UpdateConfigurationCommand";
|
|
56
71
|
export * from "./UpdateEc2DeepInspectionConfigurationCommand";
|
|
57
72
|
export * from "./UpdateEncryptionKeyCommand";
|