@aws-sdk/client-inspector2 3.1079.0 → 3.1081.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 +42 -0
- package/dist-cjs/index.js +967 -133
- package/dist-es/Inspector2.js +25 -1
- package/dist-es/commands/CreateConnectorCommand.js +4 -0
- package/dist-es/commands/DeleteConnectorCommand.js +4 -0
- package/dist-es/commands/ListConnectorScanConfigurationsCommand.js +4 -0
- package/dist-es/commands/ListConnectorsCommand.js +4 -0
- package/dist-es/commands/UpdateConnectorCommand.js +4 -0
- package/dist-es/commands/UpdateConnectorScanConfigurationCommand.js +4 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/index.js +1 -0
- package/dist-es/models/enums.js +130 -0
- package/dist-es/pagination/ListConnectorScanConfigurationsPaginator.js +4 -0
- package/dist-es/pagination/ListConnectorsPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/schemas/schemas_0.js +542 -130
- package/dist-es/waiters/index.js +3 -0
- package/dist-es/waiters/waitForConnectorConnected.js +69 -0
- package/dist-es/waiters/waitForConnectorDeleted.js +46 -0
- package/dist-es/waiters/waitForConnectorEnabled.js +69 -0
- package/dist-types/Inspector2.d.ts +78 -1
- package/dist-types/Inspector2Client.d.ts +8 -2
- package/dist-types/commands/BatchGetFreeTrialInfoCommand.d.ts +1 -0
- package/dist-types/commands/CreateConnectorCommand.d.ts +167 -0
- package/dist-types/commands/CreateFilterCommand.d.ts +24 -0
- package/dist-types/commands/CreateFindingsReportCommand.d.ts +24 -0
- package/dist-types/commands/DeleteConnectorCommand.d.ts +105 -0
- package/dist-types/commands/GetConfigurationCommand.d.ts +18 -3
- package/dist-types/commands/GetFindingsReportStatusCommand.d.ts +24 -0
- package/dist-types/commands/ListCodeSecurityScanConfigurationAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/ListCodeSecurityScanConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/ListConnectorScanConfigurationsCommand.d.ts +135 -0
- package/dist-types/commands/ListConnectorsCommand.d.ts +226 -0
- package/dist-types/commands/ListCoverageCommand.d.ts +59 -1
- package/dist-types/commands/ListCoverageStatisticsCommand.d.ts +24 -1
- package/dist-types/commands/ListDelegatedAdminAccountsCommand.d.ts +1 -1
- package/dist-types/commands/ListFiltersCommand.d.ts +25 -1
- package/dist-types/commands/ListFindingAggregationsCommand.d.ts +149 -2
- package/dist-types/commands/ListFindingsCommand.d.ts +86 -1
- package/dist-types/commands/ListMembersCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListUsageTotalsCommand.d.ts +2 -1
- package/dist-types/commands/ResetEncryptionKeyCommand.d.ts +1 -1
- package/dist-types/commands/SearchVulnerabilitiesCommand.d.ts +1 -1
- package/dist-types/commands/SendCisSessionHealthCommand.d.ts +1 -1
- package/dist-types/commands/SendCisSessionTelemetryCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConfigurationCommand.d.ts +11 -3
- package/dist-types/commands/UpdateConnectorCommand.d.ts +146 -0
- package/dist-types/commands/UpdateConnectorScanConfigurationCommand.d.ts +117 -0
- package/dist-types/commands/UpdateFilterCommand.d.ts +24 -0
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +282 -0
- package/dist-types/models/models_0.d.ts +3359 -1910
- package/dist-types/models/models_1.d.ts +932 -2
- package/dist-types/pagination/ListConnectorScanConfigurationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListConnectorsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/schemas/schemas_0.d.ts +51 -0
- package/dist-types/ts3.4/Inspector2.d.ts +147 -0
- package/dist-types/ts3.4/Inspector2Client.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateConnectorCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/DeleteConnectorCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListCodeSecurityScanConfigurationAssociationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListCodeSecurityScanConfigurationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListConnectorScanConfigurationsCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/ListCoverageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListCoverageStatisticsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDelegatedAdminAccountsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFindingAggregationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUsageTotalsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetEncryptionKeyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchVulnerabilitiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SendCisSessionHealthCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SendCisSessionTelemetryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateConnectorCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/UpdateConnectorScanConfigurationCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +162 -0
- package/dist-types/ts3.4/models/models_0.d.ts +571 -166
- package/dist-types/ts3.4/models/models_1.d.ts +248 -1
- package/dist-types/ts3.4/pagination/ListConnectorScanConfigurationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListConnectorsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +51 -0
- package/dist-types/ts3.4/waiters/index.d.ts +3 -0
- package/dist-types/ts3.4/waiters/waitForConnectorConnected.d.ts +17 -0
- package/dist-types/ts3.4/waiters/waitForConnectorDeleted.d.ts +17 -0
- package/dist-types/ts3.4/waiters/waitForConnectorEnabled.d.ts +17 -0
- package/dist-types/waiters/index.d.ts +3 -0
- package/dist-types/waiters/waitForConnectorConnected.d.ts +15 -0
- package/dist-types/waiters/waitForConnectorDeleted.d.ts +15 -0
- package/dist-types/waiters/waitForConnectorEnabled.d.ts +15 -0
- package/package.json +3 -3
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListConnectorScanConfigurationsCommandInput, ListConnectorScanConfigurationsCommandOutput } from "../commands/ListConnectorScanConfigurationsCommand";
|
|
3
|
+
import type { Inspector2PaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListConnectorScanConfigurations: (config: Inspector2PaginationConfiguration, input: ListConnectorScanConfigurationsCommandInput, ...rest: any[]) => Paginator<ListConnectorScanConfigurationsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListConnectorsCommandInput, ListConnectorsCommandOutput } from "../commands/ListConnectorsCommand";
|
|
3
|
+
import type { Inspector2PaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListConnectors: (config: Inspector2PaginationConfiguration, input: ListConnectorsCommandInput, ...rest: any[]) => Paginator<ListConnectorsCommandOutput>;
|
|
@@ -6,6 +6,8 @@ export * from "./ListCisScanConfigurationsPaginator";
|
|
|
6
6
|
export * from "./ListCisScanResultsAggregatedByChecksPaginator";
|
|
7
7
|
export * from "./ListCisScanResultsAggregatedByTargetResourcePaginator";
|
|
8
8
|
export * from "./ListCisScansPaginator";
|
|
9
|
+
export * from "./ListConnectorsPaginator";
|
|
10
|
+
export * from "./ListConnectorScanConfigurationsPaginator";
|
|
9
11
|
export * from "./ListCoveragePaginator";
|
|
10
12
|
export * from "./ListCoverageStatisticsPaginator";
|
|
11
13
|
export * from "./ListDelegatedAdminAccountsPaginator";
|
|
@@ -26,6 +26,7 @@ export declare var AssociateMemberRequest$: StaticStructureSchema;
|
|
|
26
26
|
export declare var AssociateMemberResponse$: StaticStructureSchema;
|
|
27
27
|
export declare var AtigData$: StaticStructureSchema;
|
|
28
28
|
export declare var AutoEnable$: StaticStructureSchema;
|
|
29
|
+
export declare var AwsConfigConnectorArnFilter$: StaticStructureSchema;
|
|
29
30
|
export declare var AwsEc2InstanceDetails$: StaticStructureSchema;
|
|
30
31
|
export declare var AwsEcrContainerAggregation$: StaticStructureSchema;
|
|
31
32
|
export declare var AwsEcrContainerAggregationResponse$: StaticStructureSchema;
|
|
@@ -34,6 +35,10 @@ export declare var AwsEcsMetadataDetails$: StaticStructureSchema;
|
|
|
34
35
|
export declare var AwsEksMetadataDetails$: StaticStructureSchema;
|
|
35
36
|
export declare var AwsEksWorkloadInfo$: StaticStructureSchema;
|
|
36
37
|
export declare var AwsLambdaFunctionDetails$: StaticStructureSchema;
|
|
38
|
+
export declare var AzureProviderDetailCreate$: StaticStructureSchema;
|
|
39
|
+
export declare var AzureProviderDetailUpdate$: StaticStructureSchema;
|
|
40
|
+
export declare var AzureScopeConfiguration$: StaticStructureSchema;
|
|
41
|
+
export declare var AzureScopeConfigurationInput$: StaticStructureSchema;
|
|
37
42
|
export declare var BatchAssociateCodeSecurityScanConfigurationRequest$: StaticStructureSchema;
|
|
38
43
|
export declare var BatchAssociateCodeSecurityScanConfigurationResponse$: StaticStructureSchema;
|
|
39
44
|
export declare var BatchDisassociateCodeSecurityScanConfigurationRequest$: StaticStructureSchema;
|
|
@@ -92,6 +97,19 @@ export declare var CodeSnippetError$: StaticStructureSchema;
|
|
|
92
97
|
export declare var CodeSnippetResult$: StaticStructureSchema;
|
|
93
98
|
export declare var CodeVulnerabilityDetails$: StaticStructureSchema;
|
|
94
99
|
export declare var ComputePlatform$: StaticStructureSchema;
|
|
100
|
+
export declare var Connector$: StaticStructureSchema;
|
|
101
|
+
export declare var ConnectorArnFilter$: StaticStructureSchema;
|
|
102
|
+
export declare var ConnectorContainerImageScanConfiguration$: StaticStructureSchema;
|
|
103
|
+
export declare var ConnectorFilterCriteria$: StaticStructureSchema;
|
|
104
|
+
export declare var ConnectorHealth$: StaticStructureSchema;
|
|
105
|
+
export declare var ConnectorScanConfiguration$: StaticStructureSchema;
|
|
106
|
+
export declare var ConnectorScanConfigurationItem$: StaticStructureSchema;
|
|
107
|
+
export declare var ConnectorTypeFilter$: StaticStructureSchema;
|
|
108
|
+
export declare var ContainerImageAggregation$: StaticStructureSchema;
|
|
109
|
+
export declare var ContainerImageAggregationResponse$: StaticStructureSchema;
|
|
110
|
+
export declare var ContainerImageMetadata$: StaticStructureSchema;
|
|
111
|
+
export declare var ContainerRegistryMetadata$: StaticStructureSchema;
|
|
112
|
+
export declare var ContainerRepositoryMetadata$: StaticStructureSchema;
|
|
95
113
|
export declare var ContinuousIntegrationScanConfiguration$: StaticStructureSchema;
|
|
96
114
|
export declare var Counts$: StaticStructureSchema;
|
|
97
115
|
export declare var CoverageDateFilter$: StaticStructureSchema;
|
|
@@ -107,6 +125,8 @@ export declare var CreateCodeSecurityIntegrationRequest$: StaticStructureSchema;
|
|
|
107
125
|
export declare var CreateCodeSecurityIntegrationResponse$: StaticStructureSchema;
|
|
108
126
|
export declare var CreateCodeSecurityScanConfigurationRequest$: StaticStructureSchema;
|
|
109
127
|
export declare var CreateCodeSecurityScanConfigurationResponse$: StaticStructureSchema;
|
|
128
|
+
export declare var CreateConnectorRequest$: StaticStructureSchema;
|
|
129
|
+
export declare var CreateConnectorResponse$: StaticStructureSchema;
|
|
110
130
|
export declare var CreateFilterRequest$: StaticStructureSchema;
|
|
111
131
|
export declare var CreateFilterResponse$: StaticStructureSchema;
|
|
112
132
|
export declare var CreateFindingsReportRequest$: StaticStructureSchema;
|
|
@@ -130,6 +150,8 @@ export declare var DeleteCodeSecurityIntegrationRequest$: StaticStructureSchema;
|
|
|
130
150
|
export declare var DeleteCodeSecurityIntegrationResponse$: StaticStructureSchema;
|
|
131
151
|
export declare var DeleteCodeSecurityScanConfigurationRequest$: StaticStructureSchema;
|
|
132
152
|
export declare var DeleteCodeSecurityScanConfigurationResponse$: StaticStructureSchema;
|
|
153
|
+
export declare var DeleteConnectorRequest$: StaticStructureSchema;
|
|
154
|
+
export declare var DeleteConnectorResponse$: StaticStructureSchema;
|
|
133
155
|
export declare var DeleteFilterRequest$: StaticStructureSchema;
|
|
134
156
|
export declare var DeleteFilterResponse$: StaticStructureSchema;
|
|
135
157
|
export declare var DescribeOrganizationConfigurationRequest$: StaticStructureSchema;
|
|
@@ -201,6 +223,7 @@ export declare var GetMemberRequest$: StaticStructureSchema;
|
|
|
201
223
|
export declare var GetMemberResponse$: StaticStructureSchema;
|
|
202
224
|
export declare var GetSbomExportRequest$: StaticStructureSchema;
|
|
203
225
|
export declare var GetSbomExportResponse$: StaticStructureSchema;
|
|
226
|
+
export declare var Image$: StaticStructureSchema;
|
|
204
227
|
export declare var ImageLayerAggregation$: StaticStructureSchema;
|
|
205
228
|
export declare var ImageLayerAggregationResponse$: StaticStructureSchema;
|
|
206
229
|
export declare var InspectorScoreDetails$: StaticStructureSchema;
|
|
@@ -228,6 +251,10 @@ export declare var ListCodeSecurityScanConfigurationAssociationsRequest$: Static
|
|
|
228
251
|
export declare var ListCodeSecurityScanConfigurationAssociationsResponse$: StaticStructureSchema;
|
|
229
252
|
export declare var ListCodeSecurityScanConfigurationsRequest$: StaticStructureSchema;
|
|
230
253
|
export declare var ListCodeSecurityScanConfigurationsResponse$: StaticStructureSchema;
|
|
254
|
+
export declare var ListConnectorScanConfigurationsRequest$: StaticStructureSchema;
|
|
255
|
+
export declare var ListConnectorScanConfigurationsResponse$: StaticStructureSchema;
|
|
256
|
+
export declare var ListConnectorsRequest$: StaticStructureSchema;
|
|
257
|
+
export declare var ListConnectorsResponse$: StaticStructureSchema;
|
|
231
258
|
export declare var ListCoverageRequest$: StaticStructureSchema;
|
|
232
259
|
export declare var ListCoverageResponse$: StaticStructureSchema;
|
|
233
260
|
export declare var ListCoverageStatisticsRequest$: StaticStructureSchema;
|
|
@@ -266,6 +293,7 @@ export declare var PortRangeFilter$: StaticStructureSchema;
|
|
|
266
293
|
export declare var ProjectCodeSecurityScanConfiguration$: StaticStructureSchema;
|
|
267
294
|
export declare var ProjectContinuousIntegrationScanConfiguration$: StaticStructureSchema;
|
|
268
295
|
export declare var ProjectPeriodicScanConfiguration$: StaticStructureSchema;
|
|
296
|
+
export declare var ProviderFilter$: StaticStructureSchema;
|
|
269
297
|
export declare var Recommendation$: StaticStructureSchema;
|
|
270
298
|
export declare var Remediation$: StaticStructureSchema;
|
|
271
299
|
export declare var RepositoryAggregation$: StaticStructureSchema;
|
|
@@ -281,6 +309,8 @@ export declare var ResourceState$: StaticStructureSchema;
|
|
|
281
309
|
export declare var ResourceStatus$: StaticStructureSchema;
|
|
282
310
|
export declare var ResourceStringFilter$: StaticStructureSchema;
|
|
283
311
|
export declare var ScanStatus$: StaticStructureSchema;
|
|
312
|
+
export declare var ScopeConfiguration$: StaticStructureSchema;
|
|
313
|
+
export declare var ScopeConfigurationInput$: StaticStructureSchema;
|
|
284
314
|
export declare var ScopeSettings$: StaticStructureSchema;
|
|
285
315
|
export declare var SearchVulnerabilitiesFilterCriteria$: StaticStructureSchema;
|
|
286
316
|
export declare var SearchVulnerabilitiesRequest$: StaticStructureSchema;
|
|
@@ -289,6 +319,10 @@ export declare var SendCisSessionHealthRequest$: StaticStructureSchema;
|
|
|
289
319
|
export declare var SendCisSessionHealthResponse$: StaticStructureSchema;
|
|
290
320
|
export declare var SendCisSessionTelemetryRequest$: StaticStructureSchema;
|
|
291
321
|
export declare var SendCisSessionTelemetryResponse$: StaticStructureSchema;
|
|
322
|
+
export declare var ServerlessFunction$: StaticStructureSchema;
|
|
323
|
+
export declare var ServerlessFunctionAggregation$: StaticStructureSchema;
|
|
324
|
+
export declare var ServerlessFunctionAggregationResponse$: StaticStructureSchema;
|
|
325
|
+
export declare var ServerlessFunctionMetadata$: StaticStructureSchema;
|
|
292
326
|
export declare var SeverityCounts$: StaticStructureSchema;
|
|
293
327
|
export declare var SortCriteria$: StaticStructureSchema;
|
|
294
328
|
export declare var StartCisSessionMessage$: StaticStructureSchema;
|
|
@@ -321,8 +355,13 @@ export declare var UpdateCodeSecurityIntegrationRequest$: StaticStructureSchema;
|
|
|
321
355
|
export declare var UpdateCodeSecurityIntegrationResponse$: StaticStructureSchema;
|
|
322
356
|
export declare var UpdateCodeSecurityScanConfigurationRequest$: StaticStructureSchema;
|
|
323
357
|
export declare var UpdateCodeSecurityScanConfigurationResponse$: StaticStructureSchema;
|
|
358
|
+
export declare var UpdateConfigurationInheritance$: StaticStructureSchema;
|
|
324
359
|
export declare var UpdateConfigurationRequest$: StaticStructureSchema;
|
|
325
360
|
export declare var UpdateConfigurationResponse$: StaticStructureSchema;
|
|
361
|
+
export declare var UpdateConnectorRequest$: StaticStructureSchema;
|
|
362
|
+
export declare var UpdateConnectorResponse$: StaticStructureSchema;
|
|
363
|
+
export declare var UpdateConnectorScanConfigurationRequest$: StaticStructureSchema;
|
|
364
|
+
export declare var UpdateConnectorScanConfigurationResponse$: StaticStructureSchema;
|
|
326
365
|
export declare var UpdateEc2DeepInspectionConfigurationRequest$: StaticStructureSchema;
|
|
327
366
|
export declare var UpdateEc2DeepInspectionConfigurationResponse$: StaticStructureSchema;
|
|
328
367
|
export declare var UpdateEncryptionKeyRequest$: StaticStructureSchema;
|
|
@@ -338,6 +377,10 @@ export declare var UpdateOrgEc2DeepInspectionConfigurationResponse$: StaticStruc
|
|
|
338
377
|
export declare var Usage$: StaticStructureSchema;
|
|
339
378
|
export declare var UsageTotal$: StaticStructureSchema;
|
|
340
379
|
export declare var ValidationExceptionField$: StaticStructureSchema;
|
|
380
|
+
export declare var Vm$: StaticStructureSchema;
|
|
381
|
+
export declare var VmInstanceAggregation$: StaticStructureSchema;
|
|
382
|
+
export declare var VmInstanceAggregationResponse$: StaticStructureSchema;
|
|
383
|
+
export declare var VmInstanceMetadata$: StaticStructureSchema;
|
|
341
384
|
export declare var VMScannerState$: StaticStructureSchema;
|
|
342
385
|
export declare var Vulnerability$: StaticStructureSchema;
|
|
343
386
|
export declare var VulnerablePackage$: StaticStructureSchema;
|
|
@@ -347,6 +390,8 @@ export declare var AggregationResponse$: StaticUnionSchema;
|
|
|
347
390
|
export declare var ClusterMetadata$: StaticUnionSchema;
|
|
348
391
|
export declare var CodeSecurityResource$: StaticUnionSchema;
|
|
349
392
|
export declare var CreateIntegrationDetail$: StaticUnionSchema;
|
|
393
|
+
export declare var ProviderDetailCreate$: StaticUnionSchema;
|
|
394
|
+
export declare var ProviderDetailUpdate$: StaticUnionSchema;
|
|
350
395
|
export declare var Schedule$: StaticUnionSchema;
|
|
351
396
|
export declare var UpdateIntegrationDetails$: StaticUnionSchema;
|
|
352
397
|
export declare var AssociateMember$: StaticOperationSchema;
|
|
@@ -363,12 +408,14 @@ export declare var CancelSbomExport$: StaticOperationSchema;
|
|
|
363
408
|
export declare var CreateCisScanConfiguration$: StaticOperationSchema;
|
|
364
409
|
export declare var CreateCodeSecurityIntegration$: StaticOperationSchema;
|
|
365
410
|
export declare var CreateCodeSecurityScanConfiguration$: StaticOperationSchema;
|
|
411
|
+
export declare var CreateConnector$: StaticOperationSchema;
|
|
366
412
|
export declare var CreateFilter$: StaticOperationSchema;
|
|
367
413
|
export declare var CreateFindingsReport$: StaticOperationSchema;
|
|
368
414
|
export declare var CreateSbomExport$: StaticOperationSchema;
|
|
369
415
|
export declare var DeleteCisScanConfiguration$: StaticOperationSchema;
|
|
370
416
|
export declare var DeleteCodeSecurityIntegration$: StaticOperationSchema;
|
|
371
417
|
export declare var DeleteCodeSecurityScanConfiguration$: StaticOperationSchema;
|
|
418
|
+
export declare var DeleteConnector$: StaticOperationSchema;
|
|
372
419
|
export declare var DeleteFilter$: StaticOperationSchema;
|
|
373
420
|
export declare var DescribeOrganizationConfiguration$: StaticOperationSchema;
|
|
374
421
|
export declare var Disable$: StaticOperationSchema;
|
|
@@ -397,6 +444,8 @@ export declare var ListCisScans$: StaticOperationSchema;
|
|
|
397
444
|
export declare var ListCodeSecurityIntegrations$: StaticOperationSchema;
|
|
398
445
|
export declare var ListCodeSecurityScanConfigurationAssociations$: StaticOperationSchema;
|
|
399
446
|
export declare var ListCodeSecurityScanConfigurations$: StaticOperationSchema;
|
|
447
|
+
export declare var ListConnectors$: StaticOperationSchema;
|
|
448
|
+
export declare var ListConnectorScanConfigurations$: StaticOperationSchema;
|
|
400
449
|
export declare var ListCoverage$: StaticOperationSchema;
|
|
401
450
|
export declare var ListCoverageStatistics$: StaticOperationSchema;
|
|
402
451
|
export declare var ListDelegatedAdminAccounts$: StaticOperationSchema;
|
|
@@ -419,6 +468,8 @@ export declare var UpdateCisScanConfiguration$: StaticOperationSchema;
|
|
|
419
468
|
export declare var UpdateCodeSecurityIntegration$: StaticOperationSchema;
|
|
420
469
|
export declare var UpdateCodeSecurityScanConfiguration$: StaticOperationSchema;
|
|
421
470
|
export declare var UpdateConfiguration$: StaticOperationSchema;
|
|
471
|
+
export declare var UpdateConnector$: StaticOperationSchema;
|
|
472
|
+
export declare var UpdateConnectorScanConfiguration$: StaticOperationSchema;
|
|
422
473
|
export declare var UpdateEc2DeepInspectionConfiguration$: StaticOperationSchema;
|
|
423
474
|
export declare var UpdateEncryptionKey$: StaticOperationSchema;
|
|
424
475
|
export declare var UpdateFilter$: StaticOperationSchema;
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
+
import { WaiterResult } from "@smithy/core/client";
|
|
1
2
|
import {
|
|
2
3
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
4
|
PaginationConfiguration,
|
|
4
5
|
Paginator,
|
|
6
|
+
WaiterConfiguration,
|
|
5
7
|
} from "@smithy/types";
|
|
6
8
|
import {
|
|
7
9
|
AssociateMemberCommandInput,
|
|
@@ -59,6 +61,10 @@ import {
|
|
|
59
61
|
CreateCodeSecurityScanConfigurationCommandInput,
|
|
60
62
|
CreateCodeSecurityScanConfigurationCommandOutput,
|
|
61
63
|
} from "./commands/CreateCodeSecurityScanConfigurationCommand";
|
|
64
|
+
import {
|
|
65
|
+
CreateConnectorCommandInput,
|
|
66
|
+
CreateConnectorCommandOutput,
|
|
67
|
+
} from "./commands/CreateConnectorCommand";
|
|
62
68
|
import {
|
|
63
69
|
CreateFilterCommandInput,
|
|
64
70
|
CreateFilterCommandOutput,
|
|
@@ -83,6 +89,10 @@ import {
|
|
|
83
89
|
DeleteCodeSecurityScanConfigurationCommandInput,
|
|
84
90
|
DeleteCodeSecurityScanConfigurationCommandOutput,
|
|
85
91
|
} from "./commands/DeleteCodeSecurityScanConfigurationCommand";
|
|
92
|
+
import {
|
|
93
|
+
DeleteConnectorCommandInput,
|
|
94
|
+
DeleteConnectorCommandOutput,
|
|
95
|
+
} from "./commands/DeleteConnectorCommand";
|
|
86
96
|
import {
|
|
87
97
|
DeleteFilterCommandInput,
|
|
88
98
|
DeleteFilterCommandOutput,
|
|
@@ -195,6 +205,14 @@ import {
|
|
|
195
205
|
ListCodeSecurityScanConfigurationsCommandInput,
|
|
196
206
|
ListCodeSecurityScanConfigurationsCommandOutput,
|
|
197
207
|
} from "./commands/ListCodeSecurityScanConfigurationsCommand";
|
|
208
|
+
import {
|
|
209
|
+
ListConnectorScanConfigurationsCommandInput,
|
|
210
|
+
ListConnectorScanConfigurationsCommandOutput,
|
|
211
|
+
} from "./commands/ListConnectorScanConfigurationsCommand";
|
|
212
|
+
import {
|
|
213
|
+
ListConnectorsCommandInput,
|
|
214
|
+
ListConnectorsCommandOutput,
|
|
215
|
+
} from "./commands/ListConnectorsCommand";
|
|
198
216
|
import {
|
|
199
217
|
ListCoverageCommandInput,
|
|
200
218
|
ListCoverageCommandOutput,
|
|
@@ -283,6 +301,14 @@ import {
|
|
|
283
301
|
UpdateConfigurationCommandInput,
|
|
284
302
|
UpdateConfigurationCommandOutput,
|
|
285
303
|
} from "./commands/UpdateConfigurationCommand";
|
|
304
|
+
import {
|
|
305
|
+
UpdateConnectorCommandInput,
|
|
306
|
+
UpdateConnectorCommandOutput,
|
|
307
|
+
} from "./commands/UpdateConnectorCommand";
|
|
308
|
+
import {
|
|
309
|
+
UpdateConnectorScanConfigurationCommandInput,
|
|
310
|
+
UpdateConnectorScanConfigurationCommandOutput,
|
|
311
|
+
} from "./commands/UpdateConnectorScanConfigurationCommand";
|
|
286
312
|
import {
|
|
287
313
|
UpdateEc2DeepInspectionConfigurationCommandInput,
|
|
288
314
|
UpdateEc2DeepInspectionConfigurationCommandOutput,
|
|
@@ -519,6 +545,19 @@ export interface Inspector2 {
|
|
|
519
545
|
data?: CreateCodeSecurityScanConfigurationCommandOutput
|
|
520
546
|
) => void
|
|
521
547
|
): void;
|
|
548
|
+
createConnector(
|
|
549
|
+
args: CreateConnectorCommandInput,
|
|
550
|
+
options?: __HttpHandlerOptions
|
|
551
|
+
): Promise<CreateConnectorCommandOutput>;
|
|
552
|
+
createConnector(
|
|
553
|
+
args: CreateConnectorCommandInput,
|
|
554
|
+
cb: (err: any, data?: CreateConnectorCommandOutput) => void
|
|
555
|
+
): void;
|
|
556
|
+
createConnector(
|
|
557
|
+
args: CreateConnectorCommandInput,
|
|
558
|
+
options: __HttpHandlerOptions,
|
|
559
|
+
cb: (err: any, data?: CreateConnectorCommandOutput) => void
|
|
560
|
+
): void;
|
|
522
561
|
createFilter(
|
|
523
562
|
args: CreateFilterCommandInput,
|
|
524
563
|
options?: __HttpHandlerOptions
|
|
@@ -603,6 +642,19 @@ export interface Inspector2 {
|
|
|
603
642
|
data?: DeleteCodeSecurityScanConfigurationCommandOutput
|
|
604
643
|
) => void
|
|
605
644
|
): void;
|
|
645
|
+
deleteConnector(
|
|
646
|
+
args: DeleteConnectorCommandInput,
|
|
647
|
+
options?: __HttpHandlerOptions
|
|
648
|
+
): Promise<DeleteConnectorCommandOutput>;
|
|
649
|
+
deleteConnector(
|
|
650
|
+
args: DeleteConnectorCommandInput,
|
|
651
|
+
cb: (err: any, data?: DeleteConnectorCommandOutput) => void
|
|
652
|
+
): void;
|
|
653
|
+
deleteConnector(
|
|
654
|
+
args: DeleteConnectorCommandInput,
|
|
655
|
+
options: __HttpHandlerOptions,
|
|
656
|
+
cb: (err: any, data?: DeleteConnectorCommandOutput) => void
|
|
657
|
+
): void;
|
|
606
658
|
deleteFilter(
|
|
607
659
|
args: DeleteFilterCommandInput,
|
|
608
660
|
options?: __HttpHandlerOptions
|
|
@@ -1014,6 +1066,34 @@ export interface Inspector2 {
|
|
|
1014
1066
|
data?: ListCodeSecurityScanConfigurationsCommandOutput
|
|
1015
1067
|
) => void
|
|
1016
1068
|
): void;
|
|
1069
|
+
listConnectors(): Promise<ListConnectorsCommandOutput>;
|
|
1070
|
+
listConnectors(
|
|
1071
|
+
args: ListConnectorsCommandInput,
|
|
1072
|
+
options?: __HttpHandlerOptions
|
|
1073
|
+
): Promise<ListConnectorsCommandOutput>;
|
|
1074
|
+
listConnectors(
|
|
1075
|
+
args: ListConnectorsCommandInput,
|
|
1076
|
+
cb: (err: any, data?: ListConnectorsCommandOutput) => void
|
|
1077
|
+
): void;
|
|
1078
|
+
listConnectors(
|
|
1079
|
+
args: ListConnectorsCommandInput,
|
|
1080
|
+
options: __HttpHandlerOptions,
|
|
1081
|
+
cb: (err: any, data?: ListConnectorsCommandOutput) => void
|
|
1082
|
+
): void;
|
|
1083
|
+
listConnectorScanConfigurations(): Promise<ListConnectorScanConfigurationsCommandOutput>;
|
|
1084
|
+
listConnectorScanConfigurations(
|
|
1085
|
+
args: ListConnectorScanConfigurationsCommandInput,
|
|
1086
|
+
options?: __HttpHandlerOptions
|
|
1087
|
+
): Promise<ListConnectorScanConfigurationsCommandOutput>;
|
|
1088
|
+
listConnectorScanConfigurations(
|
|
1089
|
+
args: ListConnectorScanConfigurationsCommandInput,
|
|
1090
|
+
cb: (err: any, data?: ListConnectorScanConfigurationsCommandOutput) => void
|
|
1091
|
+
): void;
|
|
1092
|
+
listConnectorScanConfigurations(
|
|
1093
|
+
args: ListConnectorScanConfigurationsCommandInput,
|
|
1094
|
+
options: __HttpHandlerOptions,
|
|
1095
|
+
cb: (err: any, data?: ListConnectorScanConfigurationsCommandOutput) => void
|
|
1096
|
+
): void;
|
|
1017
1097
|
listCoverage(): Promise<ListCoverageCommandOutput>;
|
|
1018
1098
|
listCoverage(
|
|
1019
1099
|
args: ListCoverageCommandInput,
|
|
@@ -1314,6 +1394,32 @@ export interface Inspector2 {
|
|
|
1314
1394
|
options: __HttpHandlerOptions,
|
|
1315
1395
|
cb: (err: any, data?: UpdateConfigurationCommandOutput) => void
|
|
1316
1396
|
): void;
|
|
1397
|
+
updateConnector(
|
|
1398
|
+
args: UpdateConnectorCommandInput,
|
|
1399
|
+
options?: __HttpHandlerOptions
|
|
1400
|
+
): Promise<UpdateConnectorCommandOutput>;
|
|
1401
|
+
updateConnector(
|
|
1402
|
+
args: UpdateConnectorCommandInput,
|
|
1403
|
+
cb: (err: any, data?: UpdateConnectorCommandOutput) => void
|
|
1404
|
+
): void;
|
|
1405
|
+
updateConnector(
|
|
1406
|
+
args: UpdateConnectorCommandInput,
|
|
1407
|
+
options: __HttpHandlerOptions,
|
|
1408
|
+
cb: (err: any, data?: UpdateConnectorCommandOutput) => void
|
|
1409
|
+
): void;
|
|
1410
|
+
updateConnectorScanConfiguration(
|
|
1411
|
+
args: UpdateConnectorScanConfigurationCommandInput,
|
|
1412
|
+
options?: __HttpHandlerOptions
|
|
1413
|
+
): Promise<UpdateConnectorScanConfigurationCommandOutput>;
|
|
1414
|
+
updateConnectorScanConfiguration(
|
|
1415
|
+
args: UpdateConnectorScanConfigurationCommandInput,
|
|
1416
|
+
cb: (err: any, data?: UpdateConnectorScanConfigurationCommandOutput) => void
|
|
1417
|
+
): void;
|
|
1418
|
+
updateConnectorScanConfiguration(
|
|
1419
|
+
args: UpdateConnectorScanConfigurationCommandInput,
|
|
1420
|
+
options: __HttpHandlerOptions,
|
|
1421
|
+
cb: (err: any, data?: UpdateConnectorScanConfigurationCommandOutput) => void
|
|
1422
|
+
): void;
|
|
1317
1423
|
updateEc2DeepInspectionConfiguration(): Promise<UpdateEc2DeepInspectionConfigurationCommandOutput>;
|
|
1318
1424
|
updateEc2DeepInspectionConfiguration(
|
|
1319
1425
|
args: UpdateEc2DeepInspectionConfigurationCommandInput,
|
|
@@ -1441,6 +1547,20 @@ export interface Inspector2 {
|
|
|
1441
1547
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1442
1548
|
>
|
|
1443
1549
|
): Paginator<ListCisScansCommandOutput>;
|
|
1550
|
+
paginateListConnectors(
|
|
1551
|
+
args?: ListConnectorsCommandInput,
|
|
1552
|
+
paginationConfig?: Pick<
|
|
1553
|
+
PaginationConfiguration,
|
|
1554
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1555
|
+
>
|
|
1556
|
+
): Paginator<ListConnectorsCommandOutput>;
|
|
1557
|
+
paginateListConnectorScanConfigurations(
|
|
1558
|
+
args?: ListConnectorScanConfigurationsCommandInput,
|
|
1559
|
+
paginationConfig?: Pick<
|
|
1560
|
+
PaginationConfiguration,
|
|
1561
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1562
|
+
>
|
|
1563
|
+
): Paginator<ListConnectorScanConfigurationsCommandOutput>;
|
|
1444
1564
|
paginateListCoverage(
|
|
1445
1565
|
args?: ListCoverageCommandInput,
|
|
1446
1566
|
paginationConfig?: Pick<
|
|
@@ -1504,6 +1624,33 @@ export interface Inspector2 {
|
|
|
1504
1624
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1505
1625
|
>
|
|
1506
1626
|
): Paginator<SearchVulnerabilitiesCommandOutput>;
|
|
1627
|
+
waitUntilConnectorEnabled(
|
|
1628
|
+
args: ListConnectorsCommandInput,
|
|
1629
|
+
waiterConfig:
|
|
1630
|
+
| number
|
|
1631
|
+
| Pick<
|
|
1632
|
+
WaiterConfiguration<Inspector2>,
|
|
1633
|
+
Exclude<keyof WaiterConfiguration<Inspector2>, "client">
|
|
1634
|
+
>
|
|
1635
|
+
): Promise<WaiterResult<ListConnectorsCommandOutput>>;
|
|
1636
|
+
waitUntilConnectorDeleted(
|
|
1637
|
+
args: ListConnectorsCommandInput,
|
|
1638
|
+
waiterConfig:
|
|
1639
|
+
| number
|
|
1640
|
+
| Pick<
|
|
1641
|
+
WaiterConfiguration<Inspector2>,
|
|
1642
|
+
Exclude<keyof WaiterConfiguration<Inspector2>, "client">
|
|
1643
|
+
>
|
|
1644
|
+
): Promise<WaiterResult<ListConnectorsCommandOutput>>;
|
|
1645
|
+
waitUntilConnectorConnected(
|
|
1646
|
+
args: ListConnectorsCommandInput,
|
|
1647
|
+
waiterConfig:
|
|
1648
|
+
| number
|
|
1649
|
+
| Pick<
|
|
1650
|
+
WaiterConfiguration<Inspector2>,
|
|
1651
|
+
Exclude<keyof WaiterConfiguration<Inspector2>, "client">
|
|
1652
|
+
>
|
|
1653
|
+
): Promise<WaiterResult<ListConnectorsCommandOutput>>;
|
|
1507
1654
|
}
|
|
1508
1655
|
export declare class Inspector2
|
|
1509
1656
|
extends Inspector2Client
|
|
@@ -92,6 +92,10 @@ import {
|
|
|
92
92
|
CreateCodeSecurityScanConfigurationCommandInput,
|
|
93
93
|
CreateCodeSecurityScanConfigurationCommandOutput,
|
|
94
94
|
} from "./commands/CreateCodeSecurityScanConfigurationCommand";
|
|
95
|
+
import {
|
|
96
|
+
CreateConnectorCommandInput,
|
|
97
|
+
CreateConnectorCommandOutput,
|
|
98
|
+
} from "./commands/CreateConnectorCommand";
|
|
95
99
|
import {
|
|
96
100
|
CreateFilterCommandInput,
|
|
97
101
|
CreateFilterCommandOutput,
|
|
@@ -116,6 +120,10 @@ import {
|
|
|
116
120
|
DeleteCodeSecurityScanConfigurationCommandInput,
|
|
117
121
|
DeleteCodeSecurityScanConfigurationCommandOutput,
|
|
118
122
|
} from "./commands/DeleteCodeSecurityScanConfigurationCommand";
|
|
123
|
+
import {
|
|
124
|
+
DeleteConnectorCommandInput,
|
|
125
|
+
DeleteConnectorCommandOutput,
|
|
126
|
+
} from "./commands/DeleteConnectorCommand";
|
|
119
127
|
import {
|
|
120
128
|
DeleteFilterCommandInput,
|
|
121
129
|
DeleteFilterCommandOutput,
|
|
@@ -228,6 +236,14 @@ import {
|
|
|
228
236
|
ListCodeSecurityScanConfigurationsCommandInput,
|
|
229
237
|
ListCodeSecurityScanConfigurationsCommandOutput,
|
|
230
238
|
} from "./commands/ListCodeSecurityScanConfigurationsCommand";
|
|
239
|
+
import {
|
|
240
|
+
ListConnectorScanConfigurationsCommandInput,
|
|
241
|
+
ListConnectorScanConfigurationsCommandOutput,
|
|
242
|
+
} from "./commands/ListConnectorScanConfigurationsCommand";
|
|
243
|
+
import {
|
|
244
|
+
ListConnectorsCommandInput,
|
|
245
|
+
ListConnectorsCommandOutput,
|
|
246
|
+
} from "./commands/ListConnectorsCommand";
|
|
231
247
|
import {
|
|
232
248
|
ListCoverageCommandInput,
|
|
233
249
|
ListCoverageCommandOutput,
|
|
@@ -316,6 +332,14 @@ import {
|
|
|
316
332
|
UpdateConfigurationCommandInput,
|
|
317
333
|
UpdateConfigurationCommandOutput,
|
|
318
334
|
} from "./commands/UpdateConfigurationCommand";
|
|
335
|
+
import {
|
|
336
|
+
UpdateConnectorCommandInput,
|
|
337
|
+
UpdateConnectorCommandOutput,
|
|
338
|
+
} from "./commands/UpdateConnectorCommand";
|
|
339
|
+
import {
|
|
340
|
+
UpdateConnectorScanConfigurationCommandInput,
|
|
341
|
+
UpdateConnectorScanConfigurationCommandOutput,
|
|
342
|
+
} from "./commands/UpdateConnectorScanConfigurationCommand";
|
|
319
343
|
import {
|
|
320
344
|
UpdateEc2DeepInspectionConfigurationCommandInput,
|
|
321
345
|
UpdateEc2DeepInspectionConfigurationCommandOutput,
|
|
@@ -358,12 +382,14 @@ export type ServiceInputTypes =
|
|
|
358
382
|
| CreateCisScanConfigurationCommandInput
|
|
359
383
|
| CreateCodeSecurityIntegrationCommandInput
|
|
360
384
|
| CreateCodeSecurityScanConfigurationCommandInput
|
|
385
|
+
| CreateConnectorCommandInput
|
|
361
386
|
| CreateFilterCommandInput
|
|
362
387
|
| CreateFindingsReportCommandInput
|
|
363
388
|
| CreateSbomExportCommandInput
|
|
364
389
|
| DeleteCisScanConfigurationCommandInput
|
|
365
390
|
| DeleteCodeSecurityIntegrationCommandInput
|
|
366
391
|
| DeleteCodeSecurityScanConfigurationCommandInput
|
|
392
|
+
| DeleteConnectorCommandInput
|
|
367
393
|
| DeleteFilterCommandInput
|
|
368
394
|
| DescribeOrganizationConfigurationCommandInput
|
|
369
395
|
| DisableCommandInput
|
|
@@ -392,6 +418,8 @@ export type ServiceInputTypes =
|
|
|
392
418
|
| ListCodeSecurityIntegrationsCommandInput
|
|
393
419
|
| ListCodeSecurityScanConfigurationAssociationsCommandInput
|
|
394
420
|
| ListCodeSecurityScanConfigurationsCommandInput
|
|
421
|
+
| ListConnectorScanConfigurationsCommandInput
|
|
422
|
+
| ListConnectorsCommandInput
|
|
395
423
|
| ListCoverageCommandInput
|
|
396
424
|
| ListCoverageStatisticsCommandInput
|
|
397
425
|
| ListDelegatedAdminAccountsCommandInput
|
|
@@ -414,6 +442,8 @@ export type ServiceInputTypes =
|
|
|
414
442
|
| UpdateCodeSecurityIntegrationCommandInput
|
|
415
443
|
| UpdateCodeSecurityScanConfigurationCommandInput
|
|
416
444
|
| UpdateConfigurationCommandInput
|
|
445
|
+
| UpdateConnectorCommandInput
|
|
446
|
+
| UpdateConnectorScanConfigurationCommandInput
|
|
417
447
|
| UpdateEc2DeepInspectionConfigurationCommandInput
|
|
418
448
|
| UpdateEncryptionKeyCommandInput
|
|
419
449
|
| UpdateFilterCommandInput
|
|
@@ -434,12 +464,14 @@ export type ServiceOutputTypes =
|
|
|
434
464
|
| CreateCisScanConfigurationCommandOutput
|
|
435
465
|
| CreateCodeSecurityIntegrationCommandOutput
|
|
436
466
|
| CreateCodeSecurityScanConfigurationCommandOutput
|
|
467
|
+
| CreateConnectorCommandOutput
|
|
437
468
|
| CreateFilterCommandOutput
|
|
438
469
|
| CreateFindingsReportCommandOutput
|
|
439
470
|
| CreateSbomExportCommandOutput
|
|
440
471
|
| DeleteCisScanConfigurationCommandOutput
|
|
441
472
|
| DeleteCodeSecurityIntegrationCommandOutput
|
|
442
473
|
| DeleteCodeSecurityScanConfigurationCommandOutput
|
|
474
|
+
| DeleteConnectorCommandOutput
|
|
443
475
|
| DeleteFilterCommandOutput
|
|
444
476
|
| DescribeOrganizationConfigurationCommandOutput
|
|
445
477
|
| DisableCommandOutput
|
|
@@ -468,6 +500,8 @@ export type ServiceOutputTypes =
|
|
|
468
500
|
| ListCodeSecurityIntegrationsCommandOutput
|
|
469
501
|
| ListCodeSecurityScanConfigurationAssociationsCommandOutput
|
|
470
502
|
| ListCodeSecurityScanConfigurationsCommandOutput
|
|
503
|
+
| ListConnectorScanConfigurationsCommandOutput
|
|
504
|
+
| ListConnectorsCommandOutput
|
|
471
505
|
| ListCoverageCommandOutput
|
|
472
506
|
| ListCoverageStatisticsCommandOutput
|
|
473
507
|
| ListDelegatedAdminAccountsCommandOutput
|
|
@@ -490,6 +524,8 @@ export type ServiceOutputTypes =
|
|
|
490
524
|
| UpdateCodeSecurityIntegrationCommandOutput
|
|
491
525
|
| UpdateCodeSecurityScanConfigurationCommandOutput
|
|
492
526
|
| UpdateConfigurationCommandOutput
|
|
527
|
+
| UpdateConnectorCommandOutput
|
|
528
|
+
| UpdateConnectorScanConfigurationCommandOutput
|
|
493
529
|
| UpdateEc2DeepInspectionConfigurationCommandOutput
|
|
494
530
|
| UpdateEncryptionKeyCommandOutput
|
|
495
531
|
| UpdateFilterCommandOutput
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
CreateConnectorRequest,
|
|
4
|
+
CreateConnectorResponse,
|
|
5
|
+
} from "../models/models_0";
|
|
6
|
+
export { __MetadataBearer };
|
|
7
|
+
export interface CreateConnectorCommandInput extends CreateConnectorRequest {}
|
|
8
|
+
export interface CreateConnectorCommandOutput
|
|
9
|
+
extends CreateConnectorResponse,
|
|
10
|
+
__MetadataBearer {}
|
|
11
|
+
declare const CreateConnectorCommand_base: {
|
|
12
|
+
new (
|
|
13
|
+
input: CreateConnectorCommandInput
|
|
14
|
+
): import("@smithy/core/client").CommandImpl<
|
|
15
|
+
CreateConnectorCommandInput,
|
|
16
|
+
CreateConnectorCommandOutput,
|
|
17
|
+
import("..").Inspector2ClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
20
|
+
>;
|
|
21
|
+
new (
|
|
22
|
+
input: CreateConnectorCommandInput
|
|
23
|
+
): import("@smithy/core/client").CommandImpl<
|
|
24
|
+
CreateConnectorCommandInput,
|
|
25
|
+
CreateConnectorCommandOutput,
|
|
26
|
+
import("..").Inspector2ClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
29
|
+
>;
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
31
|
+
};
|
|
32
|
+
export declare class CreateConnectorCommand extends CreateConnectorCommand_base {
|
|
33
|
+
protected static __types: {
|
|
34
|
+
api: {
|
|
35
|
+
input: CreateConnectorRequest;
|
|
36
|
+
output: CreateConnectorResponse;
|
|
37
|
+
};
|
|
38
|
+
sdk: {
|
|
39
|
+
input: CreateConnectorCommandInput;
|
|
40
|
+
output: CreateConnectorCommandOutput;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
DeleteConnectorRequest,
|
|
4
|
+
DeleteConnectorResponse,
|
|
5
|
+
} from "../models/models_0";
|
|
6
|
+
export { __MetadataBearer };
|
|
7
|
+
export interface DeleteConnectorCommandInput extends DeleteConnectorRequest {}
|
|
8
|
+
export interface DeleteConnectorCommandOutput
|
|
9
|
+
extends DeleteConnectorResponse,
|
|
10
|
+
__MetadataBearer {}
|
|
11
|
+
declare const DeleteConnectorCommand_base: {
|
|
12
|
+
new (
|
|
13
|
+
input: DeleteConnectorCommandInput
|
|
14
|
+
): import("@smithy/core/client").CommandImpl<
|
|
15
|
+
DeleteConnectorCommandInput,
|
|
16
|
+
DeleteConnectorCommandOutput,
|
|
17
|
+
import("..").Inspector2ClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
20
|
+
>;
|
|
21
|
+
new (
|
|
22
|
+
input: DeleteConnectorCommandInput
|
|
23
|
+
): import("@smithy/core/client").CommandImpl<
|
|
24
|
+
DeleteConnectorCommandInput,
|
|
25
|
+
DeleteConnectorCommandOutput,
|
|
26
|
+
import("..").Inspector2ClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
29
|
+
>;
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
31
|
+
};
|
|
32
|
+
export declare class DeleteConnectorCommand extends DeleteConnectorCommand_base {
|
|
33
|
+
protected static __types: {
|
|
34
|
+
api: {
|
|
35
|
+
input: DeleteConnectorRequest;
|
|
36
|
+
output: {};
|
|
37
|
+
};
|
|
38
|
+
sdk: {
|
|
39
|
+
input: DeleteConnectorCommandInput;
|
|
40
|
+
output: DeleteConnectorCommandOutput;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
}
|
|
@@ -32,7 +32,7 @@ declare const GetConfigurationCommand_base: {
|
|
|
32
32
|
export declare class GetConfigurationCommand extends GetConfigurationCommand_base {
|
|
33
33
|
protected static __types: {
|
|
34
34
|
api: {
|
|
35
|
-
input:
|
|
35
|
+
input: GetConfigurationRequest;
|
|
36
36
|
output: GetConfigurationResponse;
|
|
37
37
|
};
|
|
38
38
|
sdk: {
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
ListCodeSecurityScanConfigurationAssociationsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListCodeSecurityScanConfigurationAssociationsRequest } from "../models/models_0";
|
|
3
|
+
import { ListCodeSecurityScanConfigurationAssociationsResponse } from "../models/models_1";
|
|
6
4
|
export { __MetadataBearer };
|
|
7
5
|
export interface ListCodeSecurityScanConfigurationAssociationsCommandInput
|
|
8
6
|
extends ListCodeSecurityScanConfigurationAssociationsRequest {}
|
|
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import {
|
|
3
3
|
ListCodeSecurityScanConfigurationsRequest,
|
|
4
4
|
ListCodeSecurityScanConfigurationsResponse,
|
|
5
|
-
} from "../models/
|
|
5
|
+
} from "../models/models_1";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
7
|
export interface ListCodeSecurityScanConfigurationsCommandInput
|
|
8
8
|
extends ListCodeSecurityScanConfigurationsRequest {}
|