@aws-sdk/client-inspector2 3.828.0 → 3.831.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +120 -0
- package/dist-cjs/index.js +1297 -313
- package/dist-es/Inspector2.js +30 -0
- package/dist-es/commands/BatchAssociateCodeSecurityScanConfigurationCommand.js +22 -0
- package/dist-es/commands/BatchDisassociateCodeSecurityScanConfigurationCommand.js +22 -0
- package/dist-es/commands/CreateCodeSecurityIntegrationCommand.js +23 -0
- package/dist-es/commands/CreateCodeSecurityScanConfigurationCommand.js +22 -0
- package/dist-es/commands/DeleteCodeSecurityIntegrationCommand.js +22 -0
- package/dist-es/commands/DeleteCodeSecurityScanConfigurationCommand.js +22 -0
- package/dist-es/commands/GetCodeSecurityIntegrationCommand.js +23 -0
- package/dist-es/commands/GetCodeSecurityScanCommand.js +22 -0
- package/dist-es/commands/GetCodeSecurityScanConfigurationCommand.js +22 -0
- package/dist-es/commands/ListCodeSecurityIntegrationsCommand.js +22 -0
- package/dist-es/commands/ListCodeSecurityScanConfigurationAssociationsCommand.js +22 -0
- package/dist-es/commands/ListCodeSecurityScanConfigurationsCommand.js +22 -0
- package/dist-es/commands/StartCodeSecurityScanCommand.js +22 -0
- package/dist-es/commands/UpdateCodeSecurityIntegrationCommand.js +23 -0
- package/dist-es/commands/UpdateCodeSecurityScanConfigurationCommand.js +22 -0
- package/dist-es/commands/index.js +15 -0
- package/dist-es/models/models_0.js +153 -120
- package/dist-es/models/models_1.js +110 -0
- package/dist-es/protocols/Aws_restJson1.js +509 -3
- package/dist-types/Inspector2.d.ts +107 -0
- package/dist-types/Inspector2Client.d.ts +17 -2
- package/dist-types/commands/AssociateMemberCommand.d.ts +6 -1
- package/dist-types/commands/BatchAssociateCodeSecurityScanConfigurationCommand.d.ts +120 -0
- package/dist-types/commands/BatchDisassociateCodeSecurityScanConfigurationCommand.d.ts +120 -0
- package/dist-types/commands/BatchGetAccountStatusCommand.d.ts +6 -1
- package/dist-types/commands/BatchGetCodeSnippetCommand.d.ts +4 -1
- package/dist-types/commands/BatchGetFindingDetailsCommand.d.ts +2 -0
- package/dist-types/commands/BatchGetFreeTrialInfoCommand.d.ts +2 -0
- package/dist-types/commands/BatchGetMemberEc2DeepInspectionStatusCommand.d.ts +5 -1
- package/dist-types/commands/BatchUpdateMemberEc2DeepInspectionStatusCommand.d.ts +5 -1
- package/dist-types/commands/CancelFindingsReportCommand.d.ts +4 -1
- package/dist-types/commands/CancelSbomExportCommand.d.ts +4 -1
- package/dist-types/commands/CreateCisScanConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/CreateCodeSecurityIntegrationCommand.d.ts +111 -0
- package/dist-types/commands/CreateCodeSecurityScanConfigurationCommand.d.ts +116 -0
- package/dist-types/commands/CreateFilterCommand.d.ts +6 -1
- package/dist-types/commands/CreateFindingsReportCommand.d.ts +9 -2
- package/dist-types/commands/CreateSbomExportCommand.d.ts +4 -1
- package/dist-types/commands/DeleteCisScanConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/DeleteCodeSecurityIntegrationCommand.d.ts +91 -0
- package/dist-types/commands/DeleteCodeSecurityScanConfigurationCommand.d.ts +91 -0
- package/dist-types/commands/DeleteFilterCommand.d.ts +4 -1
- package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +3 -0
- package/dist-types/commands/DisableCommand.d.ts +8 -3
- package/dist-types/commands/DisableDelegatedAdminAccountCommand.d.ts +6 -2
- package/dist-types/commands/DisassociateMemberCommand.d.ts +2 -0
- package/dist-types/commands/EnableCommand.d.ts +6 -1
- package/dist-types/commands/EnableDelegatedAdminAccountCommand.d.ts +6 -2
- package/dist-types/commands/GetCisScanReportCommand.d.ts +5 -2
- package/dist-types/commands/GetCisScanResultDetailsCommand.d.ts +3 -1
- package/dist-types/commands/GetClustersForImageCommand.d.ts +3 -1
- package/dist-types/commands/GetCodeSecurityIntegrationCommand.d.ts +104 -0
- package/dist-types/commands/GetCodeSecurityScanCommand.d.ts +107 -0
- package/dist-types/commands/GetCodeSecurityScanConfigurationCommand.d.ts +115 -0
- package/dist-types/commands/GetConfigurationCommand.d.ts +3 -2
- package/dist-types/commands/GetDelegatedAdminAccountCommand.d.ts +5 -2
- package/dist-types/commands/GetEc2DeepInspectionConfigurationCommand.d.ts +7 -4
- package/dist-types/commands/GetEncryptionKeyCommand.d.ts +5 -2
- package/dist-types/commands/GetFindingsReportStatusCommand.d.ts +7 -2
- package/dist-types/commands/GetMemberCommand.d.ts +5 -2
- package/dist-types/commands/GetSbomExportCommand.d.ts +5 -3
- package/dist-types/commands/ListAccountPermissionsCommand.d.ts +2 -0
- package/dist-types/commands/ListCisScanConfigurationsCommand.d.ts +2 -0
- package/dist-types/commands/ListCisScanResultsAggregatedByChecksCommand.d.ts +2 -0
- package/dist-types/commands/ListCisScanResultsAggregatedByTargetResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListCisScansCommand.d.ts +2 -0
- package/dist-types/commands/ListCodeSecurityIntegrationsCommand.d.ts +102 -0
- package/dist-types/commands/ListCodeSecurityScanConfigurationAssociationsCommand.d.ts +101 -0
- package/dist-types/commands/ListCodeSecurityScanConfigurationsCommand.d.ts +113 -0
- package/dist-types/commands/ListCoverageCommand.d.ts +37 -0
- package/dist-types/commands/ListCoverageStatisticsCommand.d.ts +4 -0
- package/dist-types/commands/ListDelegatedAdminAccountsCommand.d.ts +3 -2
- package/dist-types/commands/ListFiltersCommand.d.ts +4 -0
- package/dist-types/commands/ListFindingAggregationsCommand.d.ts +16 -0
- package/dist-types/commands/ListFindingsCommand.d.ts +7 -0
- package/dist-types/commands/ListMembersCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListUsageTotalsCommand.d.ts +2 -0
- package/dist-types/commands/ResetEncryptionKeyCommand.d.ts +6 -2
- package/dist-types/commands/SearchVulnerabilitiesCommand.d.ts +2 -0
- package/dist-types/commands/SendCisSessionHealthCommand.d.ts +7 -6
- package/dist-types/commands/SendCisSessionTelemetryCommand.d.ts +7 -6
- package/dist-types/commands/StartCisSessionCommand.d.ts +7 -6
- package/dist-types/commands/StartCodeSecurityScanCommand.d.ts +99 -0
- package/dist-types/commands/StopCisSessionCommand.d.ts +7 -6
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateCisScanConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/UpdateCodeSecurityIntegrationCommand.d.ts +109 -0
- package/dist-types/commands/UpdateCodeSecurityScanConfigurationCommand.d.ts +109 -0
- package/dist-types/commands/UpdateConfigurationCommand.d.ts +5 -1
- package/dist-types/commands/UpdateEc2DeepInspectionConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/UpdateEncryptionKeyCommand.d.ts +6 -2
- package/dist-types/commands/UpdateFilterCommand.d.ts +6 -1
- package/dist-types/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/index.d.ts +15 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +7 -7
- package/dist-types/models/models_0.d.ts +2059 -1859
- package/dist-types/models/models_1.d.ts +1582 -49
- package/dist-types/protocols/Aws_restJson1.d.ts +135 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/Inspector2.d.ts +299 -0
- package/dist-types/ts3.4/Inspector2Client.d.ts +90 -0
- package/dist-types/ts3.4/commands/BatchAssociateCodeSecurityScanConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/BatchDisassociateCodeSecurityScanConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateCodeSecurityIntegrationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateCodeSecurityScanConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteCodeSecurityIntegrationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteCodeSecurityScanConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCisScanReportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCisScanResultDetailsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetClustersForImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCodeSecurityIntegrationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCodeSecurityScanCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCodeSecurityScanConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDelegatedAdminAccountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEc2DeepInspectionConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEncryptionKeyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFindingsReportStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetMemberCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSbomExportCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListCodeSecurityIntegrationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListCodeSecurityScanConfigurationAssociationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListCodeSecurityScanConfigurationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StartCodeSecurityScanCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateCodeSecurityIntegrationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateCodeSecurityScanConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +15 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +7 -7
- package/dist-types/ts3.4/models/models_0.d.ts +420 -328
- package/dist-types/ts3.4/models/models_1.d.ts +445 -6
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +180 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
- package/package.json +2 -2
|
@@ -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
|
*/
|
|
@@ -15,8 +15,8 @@ export declare const getRuntimeConfig: (config: Inspector2ClientConfig) => {
|
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
16
|
sha256: import("@smithy/types").HashConstructor;
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
18
|
-
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean
|
|
19
|
-
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean
|
|
18
|
+
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
19
|
+
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
20
20
|
apiVersion: string;
|
|
21
21
|
cacheMiddleware?: boolean | undefined;
|
|
22
22
|
urlParser: import("@smithy/types").UrlParser;
|
|
@@ -17,8 +17,8 @@ export declare const getRuntimeConfig: (config: Inspector2ClientConfig) => {
|
|
|
17
17
|
utf8Encoder: (input: Uint8Array | string) => string;
|
|
18
18
|
disableHostPrefix: boolean;
|
|
19
19
|
serviceId: string;
|
|
20
|
-
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean
|
|
21
|
-
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean
|
|
20
|
+
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
21
|
+
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
22
22
|
region: string | import("@smithy/types").Provider<any>;
|
|
23
23
|
profile?: string;
|
|
24
24
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|