@aws-sdk/client-inspector2 3.1080.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,146 @@
|
|
|
1
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import type { UpdateConnectorRequest, UpdateConnectorResponse } from "../models/models_1";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export type { __MetadataBearer };
|
|
7
|
+
/**
|
|
8
|
+
* @public
|
|
9
|
+
*
|
|
10
|
+
* The input for {@link UpdateConnectorCommand}.
|
|
11
|
+
*/
|
|
12
|
+
export interface UpdateConnectorCommandInput extends UpdateConnectorRequest {
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* @public
|
|
16
|
+
*
|
|
17
|
+
* The output of {@link UpdateConnectorCommand}.
|
|
18
|
+
*/
|
|
19
|
+
export interface UpdateConnectorCommandOutput extends UpdateConnectorResponse, __MetadataBearer {
|
|
20
|
+
}
|
|
21
|
+
declare const UpdateConnectorCommand_base: {
|
|
22
|
+
new (input: UpdateConnectorCommandInput): import("@smithy/core/client").CommandImpl<UpdateConnectorCommandInput, UpdateConnectorCommandOutput, import("..").Inspector2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateConnectorCommandInput): import("@smithy/core/client").CommandImpl<UpdateConnectorCommandInput, UpdateConnectorCommandOutput, import("..").Inspector2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
27
|
+
* <p>Updates the description or provider-specific configuration details of an existing connector.</p>
|
|
28
|
+
* @example
|
|
29
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
30
|
+
* ```javascript
|
|
31
|
+
* import { Inspector2Client, UpdateConnectorCommand } from "@aws-sdk/client-inspector2"; // ES Modules import
|
|
32
|
+
* // const { Inspector2Client, UpdateConnectorCommand } = require("@aws-sdk/client-inspector2"); // CommonJS import
|
|
33
|
+
* // import type { Inspector2ClientConfig } from "@aws-sdk/client-inspector2";
|
|
34
|
+
* const config = {}; // type is Inspector2ClientConfig
|
|
35
|
+
* const client = new Inspector2Client(config);
|
|
36
|
+
* const input = { // UpdateConnectorRequest
|
|
37
|
+
* connectorArn: "STRING_VALUE", // required
|
|
38
|
+
* description: "STRING_VALUE",
|
|
39
|
+
* providerDetail: { // ProviderDetailUpdate Union: only one key present
|
|
40
|
+
* azure: { // AzureProviderDetailUpdate
|
|
41
|
+
* azureRegions: [ // AzureRegionList
|
|
42
|
+
* "STRING_VALUE",
|
|
43
|
+
* ],
|
|
44
|
+
* scopeConfiguration: { // AzureScopeConfigurationInput
|
|
45
|
+
* vmScanning: { // ScopeConfigurationInput
|
|
46
|
+
* scopeType: "TENANT" || "SUBSCRIPTION", // required
|
|
47
|
+
* scopeValues: [ // ScopeValueList
|
|
48
|
+
* "STRING_VALUE",
|
|
49
|
+
* ],
|
|
50
|
+
* },
|
|
51
|
+
* containerImageScanning: {
|
|
52
|
+
* scopeType: "TENANT" || "SUBSCRIPTION", // required
|
|
53
|
+
* scopeValues: [
|
|
54
|
+
* "STRING_VALUE",
|
|
55
|
+
* ],
|
|
56
|
+
* },
|
|
57
|
+
* serverlessScanning: {
|
|
58
|
+
* scopeType: "TENANT" || "SUBSCRIPTION", // required
|
|
59
|
+
* scopeValues: [
|
|
60
|
+
* "STRING_VALUE",
|
|
61
|
+
* ],
|
|
62
|
+
* },
|
|
63
|
+
* },
|
|
64
|
+
* autoInstallVMScanner: true || false,
|
|
65
|
+
* },
|
|
66
|
+
* },
|
|
67
|
+
* };
|
|
68
|
+
* const command = new UpdateConnectorCommand(input);
|
|
69
|
+
* const response = await client.send(command);
|
|
70
|
+
* // { // UpdateConnectorResponse
|
|
71
|
+
* // connectorArn: "STRING_VALUE",
|
|
72
|
+
* // };
|
|
73
|
+
*
|
|
74
|
+
* ```
|
|
75
|
+
*
|
|
76
|
+
* @param UpdateConnectorCommandInput - {@link UpdateConnectorCommandInput}
|
|
77
|
+
* @returns {@link UpdateConnectorCommandOutput}
|
|
78
|
+
* @see {@link UpdateConnectorCommandInput} for command's `input` shape.
|
|
79
|
+
* @see {@link UpdateConnectorCommandOutput} for command's `response` shape.
|
|
80
|
+
* @see {@link Inspector2ClientResolvedConfig | config} for Inspector2Client's `config` shape.
|
|
81
|
+
*
|
|
82
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
83
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
84
|
+
* <p> For <code>Enable</code>, you receive this error if you attempt to use a feature in an
|
|
85
|
+
* unsupported Amazon Web Services Region. </p>
|
|
86
|
+
*
|
|
87
|
+
* @throws {@link ConflictException} (client fault)
|
|
88
|
+
* <p>A conflict occurred. This exception occurs when the same resource is being modified by
|
|
89
|
+
* concurrent requests.</p>
|
|
90
|
+
*
|
|
91
|
+
* @throws {@link InternalServerException} (server fault)
|
|
92
|
+
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
93
|
+
*
|
|
94
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
95
|
+
* <p>The operation tried to access an invalid resource. Make sure the resource is specified
|
|
96
|
+
* correctly.</p>
|
|
97
|
+
*
|
|
98
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
99
|
+
* <p>The limit on the number of requests per second was exceeded.</p>
|
|
100
|
+
*
|
|
101
|
+
* @throws {@link ValidationException} (client fault)
|
|
102
|
+
* <p>The request has failed validation due to missing required fields or having invalid
|
|
103
|
+
* inputs.</p>
|
|
104
|
+
*
|
|
105
|
+
* @throws {@link Inspector2ServiceException}
|
|
106
|
+
* <p>Base exception class for all service exceptions from Inspector2 service.</p>
|
|
107
|
+
*
|
|
108
|
+
*
|
|
109
|
+
* @example Expand the Azure regions covered by a connector
|
|
110
|
+
* ```javascript
|
|
111
|
+
* //
|
|
112
|
+
* const input = {
|
|
113
|
+
* connectorArn: "arn:aws:inspector2:us-east-1:123456789012:connector/6ccf8549-b52b-57ca-bf52-a2266da3c53a",
|
|
114
|
+
* providerDetail: {
|
|
115
|
+
* azure: {
|
|
116
|
+
* azureRegions: [
|
|
117
|
+
* "eastus",
|
|
118
|
+
* "westus"
|
|
119
|
+
* ]
|
|
120
|
+
* }
|
|
121
|
+
* }
|
|
122
|
+
* };
|
|
123
|
+
* const command = new UpdateConnectorCommand(input);
|
|
124
|
+
* const response = await client.send(command);
|
|
125
|
+
* /* response is
|
|
126
|
+
* {
|
|
127
|
+
* connectorArn: "arn:aws:inspector2:us-east-1:123456789012:connector/6ccf8549-b52b-57ca-bf52-a2266da3c53a"
|
|
128
|
+
* }
|
|
129
|
+
* *\/
|
|
130
|
+
* ```
|
|
131
|
+
*
|
|
132
|
+
* @public
|
|
133
|
+
*/
|
|
134
|
+
export declare class UpdateConnectorCommand extends UpdateConnectorCommand_base {
|
|
135
|
+
/** @internal type navigation helper, not in runtime. */
|
|
136
|
+
protected static __types: {
|
|
137
|
+
api: {
|
|
138
|
+
input: UpdateConnectorRequest;
|
|
139
|
+
output: UpdateConnectorResponse;
|
|
140
|
+
};
|
|
141
|
+
sdk: {
|
|
142
|
+
input: UpdateConnectorCommandInput;
|
|
143
|
+
output: UpdateConnectorCommandOutput;
|
|
144
|
+
};
|
|
145
|
+
};
|
|
146
|
+
}
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import type { UpdateConnectorScanConfigurationRequest, UpdateConnectorScanConfigurationResponse } from "../models/models_1";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export type { __MetadataBearer };
|
|
7
|
+
/**
|
|
8
|
+
* @public
|
|
9
|
+
*
|
|
10
|
+
* The input for {@link UpdateConnectorScanConfigurationCommand}.
|
|
11
|
+
*/
|
|
12
|
+
export interface UpdateConnectorScanConfigurationCommandInput extends UpdateConnectorScanConfigurationRequest {
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* @public
|
|
16
|
+
*
|
|
17
|
+
* The output of {@link UpdateConnectorScanConfigurationCommand}.
|
|
18
|
+
*/
|
|
19
|
+
export interface UpdateConnectorScanConfigurationCommandOutput extends UpdateConnectorScanConfigurationResponse, __MetadataBearer {
|
|
20
|
+
}
|
|
21
|
+
declare const UpdateConnectorScanConfigurationCommand_base: {
|
|
22
|
+
new (input: UpdateConnectorScanConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateConnectorScanConfigurationCommandInput, UpdateConnectorScanConfigurationCommandOutput, import("..").Inspector2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateConnectorScanConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateConnectorScanConfigurationCommandInput, UpdateConnectorScanConfigurationCommandOutput, import("..").Inspector2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
27
|
+
* <p>Updates scan configuration settings for resources associated with an Amazon Web Services Config connector.</p>
|
|
28
|
+
* @example
|
|
29
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
30
|
+
* ```javascript
|
|
31
|
+
* import { Inspector2Client, UpdateConnectorScanConfigurationCommand } from "@aws-sdk/client-inspector2"; // ES Modules import
|
|
32
|
+
* // const { Inspector2Client, UpdateConnectorScanConfigurationCommand } = require("@aws-sdk/client-inspector2"); // CommonJS import
|
|
33
|
+
* // import type { Inspector2ClientConfig } from "@aws-sdk/client-inspector2";
|
|
34
|
+
* const config = {}; // type is Inspector2ClientConfig
|
|
35
|
+
* const client = new Inspector2Client(config);
|
|
36
|
+
* const input = { // UpdateConnectorScanConfigurationRequest
|
|
37
|
+
* awsConfigConnectorArn: "STRING_VALUE", // required
|
|
38
|
+
* scanConfiguration: { // ConnectorScanConfiguration
|
|
39
|
+
* containerImageScanning: { // ConnectorContainerImageScanConfiguration
|
|
40
|
+
* pushDuration: "STRING_VALUE",
|
|
41
|
+
* pullDuration: "STRING_VALUE",
|
|
42
|
+
* },
|
|
43
|
+
* },
|
|
44
|
+
* };
|
|
45
|
+
* const command = new UpdateConnectorScanConfigurationCommand(input);
|
|
46
|
+
* const response = await client.send(command);
|
|
47
|
+
* // {};
|
|
48
|
+
*
|
|
49
|
+
* ```
|
|
50
|
+
*
|
|
51
|
+
* @param UpdateConnectorScanConfigurationCommandInput - {@link UpdateConnectorScanConfigurationCommandInput}
|
|
52
|
+
* @returns {@link UpdateConnectorScanConfigurationCommandOutput}
|
|
53
|
+
* @see {@link UpdateConnectorScanConfigurationCommandInput} for command's `input` shape.
|
|
54
|
+
* @see {@link UpdateConnectorScanConfigurationCommandOutput} for command's `response` shape.
|
|
55
|
+
* @see {@link Inspector2ClientResolvedConfig | config} for Inspector2Client's `config` shape.
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
58
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
59
|
+
* <p> For <code>Enable</code>, you receive this error if you attempt to use a feature in an
|
|
60
|
+
* unsupported Amazon Web Services Region. </p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link ConflictException} (client fault)
|
|
63
|
+
* <p>A conflict occurred. This exception occurs when the same resource is being modified by
|
|
64
|
+
* concurrent requests.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link InternalServerException} (server fault)
|
|
67
|
+
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
70
|
+
* <p>The operation tried to access an invalid resource. Make sure the resource is specified
|
|
71
|
+
* correctly.</p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
74
|
+
* <p>The limit on the number of requests per second was exceeded.</p>
|
|
75
|
+
*
|
|
76
|
+
* @throws {@link ValidationException} (client fault)
|
|
77
|
+
* <p>The request has failed validation due to missing required fields or having invalid
|
|
78
|
+
* inputs.</p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link Inspector2ServiceException}
|
|
81
|
+
* <p>Base exception class for all service exceptions from Inspector2 service.</p>
|
|
82
|
+
*
|
|
83
|
+
*
|
|
84
|
+
* @example Set 30-day push and 14-day pull rescan durations for an Azure container registry connector
|
|
85
|
+
* ```javascript
|
|
86
|
+
* //
|
|
87
|
+
* const input = {
|
|
88
|
+
* awsConfigConnectorArn: "arn:aws:config:us-east-1:123456789012:connector/azure/a7bc5463-04ce-4b52-901e-f26f7292a4a7/2fbed4bd-5b95-4947-a751-8defc76ecdae",
|
|
89
|
+
* scanConfiguration: {
|
|
90
|
+
* containerImageScanning: {
|
|
91
|
+
* pullDuration: "DAYS_14",
|
|
92
|
+
* pushDuration: "DAYS_30"
|
|
93
|
+
* }
|
|
94
|
+
* }
|
|
95
|
+
* };
|
|
96
|
+
* const command = new UpdateConnectorScanConfigurationCommand(input);
|
|
97
|
+
* const response = await client.send(command);
|
|
98
|
+
* /* response is
|
|
99
|
+
* { /* empty *\/ }
|
|
100
|
+
* *\/
|
|
101
|
+
* ```
|
|
102
|
+
*
|
|
103
|
+
* @public
|
|
104
|
+
*/
|
|
105
|
+
export declare class UpdateConnectorScanConfigurationCommand extends UpdateConnectorScanConfigurationCommand_base {
|
|
106
|
+
/** @internal type navigation helper, not in runtime. */
|
|
107
|
+
protected static __types: {
|
|
108
|
+
api: {
|
|
109
|
+
input: UpdateConnectorScanConfigurationRequest;
|
|
110
|
+
output: {};
|
|
111
|
+
};
|
|
112
|
+
sdk: {
|
|
113
|
+
input: UpdateConnectorScanConfigurationCommandInput;
|
|
114
|
+
output: UpdateConnectorScanConfigurationCommandOutput;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
117
|
+
}
|
|
@@ -173,6 +173,30 @@ declare const UpdateFilterCommand_base: {
|
|
|
173
173
|
* ],
|
|
174
174
|
* codeRepositoryProjectName: "<StringFilterList>",
|
|
175
175
|
* codeRepositoryProviderType: "<StringFilterList>",
|
|
176
|
+
* cloudProvider: "<StringFilterList>",
|
|
177
|
+
* cloudProviderRegion: "<StringFilterList>",
|
|
178
|
+
* cloudProviderAccountId: "<StringFilterList>",
|
|
179
|
+
* cloudProviderOrgId: "<StringFilterList>",
|
|
180
|
+
* cloudVmImageReference: "<StringFilterList>",
|
|
181
|
+
* cloudVmNetworkId: "<StringFilterList>",
|
|
182
|
+
* cloudVmSubnetIds: "<StringFilterList>",
|
|
183
|
+
* cloudImageRepositoryName: "<StringFilterList>",
|
|
184
|
+
* cloudImageRegistry: "<StringFilterList>",
|
|
185
|
+
* cloudImageDigest: "<StringFilterList>",
|
|
186
|
+
* cloudImageTags: "<StringFilterList>",
|
|
187
|
+
* cloudImagePushedAt: "<DateFilterList>",
|
|
188
|
+
* cloudImageArchitecture: "<StringFilterList>",
|
|
189
|
+
* cloudImageLastInUseAt: "<DateFilterList>",
|
|
190
|
+
* cloudImageInUseCount: [
|
|
191
|
+
* {
|
|
192
|
+
* upperInclusive: Number("double"),
|
|
193
|
+
* lowerInclusive: Number("double"),
|
|
194
|
+
* },
|
|
195
|
+
* ],
|
|
196
|
+
* cloudServerlessFunctionName: "<StringFilterList>",
|
|
197
|
+
* cloudServerlessFunctionRuntime: "<StringFilterList>",
|
|
198
|
+
* cloudServerlessFunctionLastModifiedAt: "<DateFilterList>",
|
|
199
|
+
* cloudServerlessFunctionExecutionRole: "<StringFilterList>",
|
|
176
200
|
* },
|
|
177
201
|
* name: "STRING_VALUE",
|
|
178
202
|
* filterArn: "STRING_VALUE", // required
|
|
@@ -12,12 +12,14 @@ export * from "./CancelSbomExportCommand";
|
|
|
12
12
|
export * from "./CreateCisScanConfigurationCommand";
|
|
13
13
|
export * from "./CreateCodeSecurityIntegrationCommand";
|
|
14
14
|
export * from "./CreateCodeSecurityScanConfigurationCommand";
|
|
15
|
+
export * from "./CreateConnectorCommand";
|
|
15
16
|
export * from "./CreateFilterCommand";
|
|
16
17
|
export * from "./CreateFindingsReportCommand";
|
|
17
18
|
export * from "./CreateSbomExportCommand";
|
|
18
19
|
export * from "./DeleteCisScanConfigurationCommand";
|
|
19
20
|
export * from "./DeleteCodeSecurityIntegrationCommand";
|
|
20
21
|
export * from "./DeleteCodeSecurityScanConfigurationCommand";
|
|
22
|
+
export * from "./DeleteConnectorCommand";
|
|
21
23
|
export * from "./DeleteFilterCommand";
|
|
22
24
|
export * from "./DescribeOrganizationConfigurationCommand";
|
|
23
25
|
export * from "./DisableCommand";
|
|
@@ -46,6 +48,8 @@ export * from "./ListCisScansCommand";
|
|
|
46
48
|
export * from "./ListCodeSecurityIntegrationsCommand";
|
|
47
49
|
export * from "./ListCodeSecurityScanConfigurationAssociationsCommand";
|
|
48
50
|
export * from "./ListCodeSecurityScanConfigurationsCommand";
|
|
51
|
+
export * from "./ListConnectorScanConfigurationsCommand";
|
|
52
|
+
export * from "./ListConnectorsCommand";
|
|
49
53
|
export * from "./ListCoverageCommand";
|
|
50
54
|
export * from "./ListCoverageStatisticsCommand";
|
|
51
55
|
export * from "./ListDelegatedAdminAccountsCommand";
|
|
@@ -68,6 +72,8 @@ export * from "./UpdateCisScanConfigurationCommand";
|
|
|
68
72
|
export * from "./UpdateCodeSecurityIntegrationCommand";
|
|
69
73
|
export * from "./UpdateCodeSecurityScanConfigurationCommand";
|
|
70
74
|
export * from "./UpdateConfigurationCommand";
|
|
75
|
+
export * from "./UpdateConnectorCommand";
|
|
76
|
+
export * from "./UpdateConnectorScanConfigurationCommand";
|
|
71
77
|
export * from "./UpdateEc2DeepInspectionConfigurationCommand";
|
|
72
78
|
export * from "./UpdateEncryptionKeyCommand";
|
|
73
79
|
export * from "./UpdateFilterCommand";
|
package/dist-types/index.d.ts
CHANGED
|
@@ -13,6 +13,7 @@ export * from "./commands";
|
|
|
13
13
|
export { Command as $Command } from "@smithy/core/client";
|
|
14
14
|
export * from "./schemas/schemas_0";
|
|
15
15
|
export * from "./pagination";
|
|
16
|
+
export * from "./waiters";
|
|
16
17
|
export * from "./models/enums";
|
|
17
18
|
export * from "./models/errors";
|
|
18
19
|
export * from "./models/models_0";
|