@aws-sdk/client-inspector2 3.315.0 → 3.319.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.
|
@@ -32,238 +32,204 @@ import { UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput } fro
|
|
|
32
32
|
import { UpdateFilterCommandInput, UpdateFilterCommandOutput } from "./commands/UpdateFilterCommand";
|
|
33
33
|
import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput } from "./commands/UpdateOrganizationConfigurationCommand";
|
|
34
34
|
import { Inspector2Client } from "./Inspector2Client";
|
|
35
|
-
|
|
36
|
-
* @public
|
|
37
|
-
* <p>Amazon Inspector is a vulnerability discovery service that automates continuous scanning for
|
|
38
|
-
* security vulnerabilities within your Amazon EC2 and Amazon ECR environments.</p>
|
|
39
|
-
*/
|
|
40
|
-
export declare class Inspector2 extends Inspector2Client {
|
|
35
|
+
export interface Inspector2 {
|
|
41
36
|
/**
|
|
42
|
-
* @
|
|
43
|
-
* <p>Associates an Amazon Web Services account with an Amazon Inspector delegated administrator.</p>
|
|
37
|
+
* @see {@link AssociateMemberCommand}
|
|
44
38
|
*/
|
|
45
39
|
associateMember(args: AssociateMemberCommandInput, options?: __HttpHandlerOptions): Promise<AssociateMemberCommandOutput>;
|
|
46
40
|
associateMember(args: AssociateMemberCommandInput, cb: (err: any, data?: AssociateMemberCommandOutput) => void): void;
|
|
47
41
|
associateMember(args: AssociateMemberCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateMemberCommandOutput) => void): void;
|
|
48
42
|
/**
|
|
49
|
-
* @
|
|
50
|
-
* <p>Retrieves the Amazon Inspector status of multiple Amazon Web Services accounts within your environment.</p>
|
|
43
|
+
* @see {@link BatchGetAccountStatusCommand}
|
|
51
44
|
*/
|
|
52
45
|
batchGetAccountStatus(args: BatchGetAccountStatusCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetAccountStatusCommandOutput>;
|
|
53
46
|
batchGetAccountStatus(args: BatchGetAccountStatusCommandInput, cb: (err: any, data?: BatchGetAccountStatusCommandOutput) => void): void;
|
|
54
47
|
batchGetAccountStatus(args: BatchGetAccountStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetAccountStatusCommandOutput) => void): void;
|
|
55
48
|
/**
|
|
56
|
-
* @
|
|
57
|
-
* <p>Gets free trial status for multiple Amazon Web Services accounts.</p>
|
|
49
|
+
* @see {@link BatchGetFreeTrialInfoCommand}
|
|
58
50
|
*/
|
|
59
51
|
batchGetFreeTrialInfo(args: BatchGetFreeTrialInfoCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetFreeTrialInfoCommandOutput>;
|
|
60
52
|
batchGetFreeTrialInfo(args: BatchGetFreeTrialInfoCommandInput, cb: (err: any, data?: BatchGetFreeTrialInfoCommandOutput) => void): void;
|
|
61
53
|
batchGetFreeTrialInfo(args: BatchGetFreeTrialInfoCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetFreeTrialInfoCommandOutput) => void): void;
|
|
62
54
|
/**
|
|
63
|
-
* @
|
|
64
|
-
* <p>Cancels the given findings report.</p>
|
|
55
|
+
* @see {@link CancelFindingsReportCommand}
|
|
65
56
|
*/
|
|
66
57
|
cancelFindingsReport(args: CancelFindingsReportCommandInput, options?: __HttpHandlerOptions): Promise<CancelFindingsReportCommandOutput>;
|
|
67
58
|
cancelFindingsReport(args: CancelFindingsReportCommandInput, cb: (err: any, data?: CancelFindingsReportCommandOutput) => void): void;
|
|
68
59
|
cancelFindingsReport(args: CancelFindingsReportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelFindingsReportCommandOutput) => void): void;
|
|
69
60
|
/**
|
|
70
|
-
* @
|
|
71
|
-
* <p>Creates a filter resource using specified filter criteria.</p>
|
|
61
|
+
* @see {@link CreateFilterCommand}
|
|
72
62
|
*/
|
|
73
63
|
createFilter(args: CreateFilterCommandInput, options?: __HttpHandlerOptions): Promise<CreateFilterCommandOutput>;
|
|
74
64
|
createFilter(args: CreateFilterCommandInput, cb: (err: any, data?: CreateFilterCommandOutput) => void): void;
|
|
75
65
|
createFilter(args: CreateFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFilterCommandOutput) => void): void;
|
|
76
66
|
/**
|
|
77
|
-
* @
|
|
78
|
-
* <p>Creates a finding report.</p>
|
|
67
|
+
* @see {@link CreateFindingsReportCommand}
|
|
79
68
|
*/
|
|
80
69
|
createFindingsReport(args: CreateFindingsReportCommandInput, options?: __HttpHandlerOptions): Promise<CreateFindingsReportCommandOutput>;
|
|
81
70
|
createFindingsReport(args: CreateFindingsReportCommandInput, cb: (err: any, data?: CreateFindingsReportCommandOutput) => void): void;
|
|
82
71
|
createFindingsReport(args: CreateFindingsReportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFindingsReportCommandOutput) => void): void;
|
|
83
72
|
/**
|
|
84
|
-
* @
|
|
85
|
-
* <p>Deletes a filter resource.</p>
|
|
73
|
+
* @see {@link DeleteFilterCommand}
|
|
86
74
|
*/
|
|
87
75
|
deleteFilter(args: DeleteFilterCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFilterCommandOutput>;
|
|
88
76
|
deleteFilter(args: DeleteFilterCommandInput, cb: (err: any, data?: DeleteFilterCommandOutput) => void): void;
|
|
89
77
|
deleteFilter(args: DeleteFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFilterCommandOutput) => void): void;
|
|
90
78
|
/**
|
|
91
|
-
* @
|
|
92
|
-
* <p>Describe Amazon Inspector configuration settings for an Amazon Web Services organization.</p>
|
|
79
|
+
* @see {@link DescribeOrganizationConfigurationCommand}
|
|
93
80
|
*/
|
|
94
81
|
describeOrganizationConfiguration(args: DescribeOrganizationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeOrganizationConfigurationCommandOutput>;
|
|
95
82
|
describeOrganizationConfiguration(args: DescribeOrganizationConfigurationCommandInput, cb: (err: any, data?: DescribeOrganizationConfigurationCommandOutput) => void): void;
|
|
96
83
|
describeOrganizationConfiguration(args: DescribeOrganizationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeOrganizationConfigurationCommandOutput) => void): void;
|
|
97
84
|
/**
|
|
98
|
-
* @
|
|
99
|
-
* <p>Disables Amazon Inspector scans for one or more Amazon Web Services accounts. Disabling all scan types in an account
|
|
100
|
-
* disables the Amazon Inspector service.</p>
|
|
85
|
+
* @see {@link DisableCommand}
|
|
101
86
|
*/
|
|
102
87
|
disable(args: DisableCommandInput, options?: __HttpHandlerOptions): Promise<DisableCommandOutput>;
|
|
103
88
|
disable(args: DisableCommandInput, cb: (err: any, data?: DisableCommandOutput) => void): void;
|
|
104
89
|
disable(args: DisableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableCommandOutput) => void): void;
|
|
105
90
|
/**
|
|
106
|
-
* @
|
|
107
|
-
* <p>Disables the Amazon Inspector delegated administrator for your organization.</p>
|
|
91
|
+
* @see {@link DisableDelegatedAdminAccountCommand}
|
|
108
92
|
*/
|
|
109
93
|
disableDelegatedAdminAccount(args: DisableDelegatedAdminAccountCommandInput, options?: __HttpHandlerOptions): Promise<DisableDelegatedAdminAccountCommandOutput>;
|
|
110
94
|
disableDelegatedAdminAccount(args: DisableDelegatedAdminAccountCommandInput, cb: (err: any, data?: DisableDelegatedAdminAccountCommandOutput) => void): void;
|
|
111
95
|
disableDelegatedAdminAccount(args: DisableDelegatedAdminAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableDelegatedAdminAccountCommandOutput) => void): void;
|
|
112
96
|
/**
|
|
113
|
-
* @
|
|
114
|
-
* <p>Disassociates a member account from an Amazon Inspector delegated administrator.</p>
|
|
97
|
+
* @see {@link DisassociateMemberCommand}
|
|
115
98
|
*/
|
|
116
99
|
disassociateMember(args: DisassociateMemberCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateMemberCommandOutput>;
|
|
117
100
|
disassociateMember(args: DisassociateMemberCommandInput, cb: (err: any, data?: DisassociateMemberCommandOutput) => void): void;
|
|
118
101
|
disassociateMember(args: DisassociateMemberCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateMemberCommandOutput) => void): void;
|
|
119
102
|
/**
|
|
120
|
-
* @
|
|
121
|
-
* <p>Enables Amazon Inspector scans for one or more Amazon Web Services accounts.</p>
|
|
103
|
+
* @see {@link EnableCommand}
|
|
122
104
|
*/
|
|
123
105
|
enable(args: EnableCommandInput, options?: __HttpHandlerOptions): Promise<EnableCommandOutput>;
|
|
124
106
|
enable(args: EnableCommandInput, cb: (err: any, data?: EnableCommandOutput) => void): void;
|
|
125
107
|
enable(args: EnableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableCommandOutput) => void): void;
|
|
126
108
|
/**
|
|
127
|
-
* @
|
|
128
|
-
* <p>Enables the Amazon Inspector delegated administrator for your Organizations organization.</p>
|
|
109
|
+
* @see {@link EnableDelegatedAdminAccountCommand}
|
|
129
110
|
*/
|
|
130
111
|
enableDelegatedAdminAccount(args: EnableDelegatedAdminAccountCommandInput, options?: __HttpHandlerOptions): Promise<EnableDelegatedAdminAccountCommandOutput>;
|
|
131
112
|
enableDelegatedAdminAccount(args: EnableDelegatedAdminAccountCommandInput, cb: (err: any, data?: EnableDelegatedAdminAccountCommandOutput) => void): void;
|
|
132
113
|
enableDelegatedAdminAccount(args: EnableDelegatedAdminAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableDelegatedAdminAccountCommandOutput) => void): void;
|
|
133
114
|
/**
|
|
134
|
-
* @
|
|
135
|
-
* <p>Retrieves setting configurations for Inspector scans.</p>
|
|
115
|
+
* @see {@link GetConfigurationCommand}
|
|
136
116
|
*/
|
|
137
117
|
getConfiguration(args: GetConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetConfigurationCommandOutput>;
|
|
138
118
|
getConfiguration(args: GetConfigurationCommandInput, cb: (err: any, data?: GetConfigurationCommandOutput) => void): void;
|
|
139
119
|
getConfiguration(args: GetConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConfigurationCommandOutput) => void): void;
|
|
140
120
|
/**
|
|
141
|
-
* @
|
|
142
|
-
* <p>Retrieves information about the Amazon Inspector delegated administrator for your
|
|
143
|
-
* organization.</p>
|
|
121
|
+
* @see {@link GetDelegatedAdminAccountCommand}
|
|
144
122
|
*/
|
|
145
123
|
getDelegatedAdminAccount(args: GetDelegatedAdminAccountCommandInput, options?: __HttpHandlerOptions): Promise<GetDelegatedAdminAccountCommandOutput>;
|
|
146
124
|
getDelegatedAdminAccount(args: GetDelegatedAdminAccountCommandInput, cb: (err: any, data?: GetDelegatedAdminAccountCommandOutput) => void): void;
|
|
147
125
|
getDelegatedAdminAccount(args: GetDelegatedAdminAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDelegatedAdminAccountCommandOutput) => void): void;
|
|
148
126
|
/**
|
|
149
|
-
* @
|
|
150
|
-
* <p>Gets the status of a findings report.</p>
|
|
127
|
+
* @see {@link GetFindingsReportStatusCommand}
|
|
151
128
|
*/
|
|
152
129
|
getFindingsReportStatus(args: GetFindingsReportStatusCommandInput, options?: __HttpHandlerOptions): Promise<GetFindingsReportStatusCommandOutput>;
|
|
153
130
|
getFindingsReportStatus(args: GetFindingsReportStatusCommandInput, cb: (err: any, data?: GetFindingsReportStatusCommandOutput) => void): void;
|
|
154
131
|
getFindingsReportStatus(args: GetFindingsReportStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFindingsReportStatusCommandOutput) => void): void;
|
|
155
132
|
/**
|
|
156
|
-
* @
|
|
157
|
-
* <p>Gets member information for your organization.</p>
|
|
133
|
+
* @see {@link GetMemberCommand}
|
|
158
134
|
*/
|
|
159
135
|
getMember(args: GetMemberCommandInput, options?: __HttpHandlerOptions): Promise<GetMemberCommandOutput>;
|
|
160
136
|
getMember(args: GetMemberCommandInput, cb: (err: any, data?: GetMemberCommandOutput) => void): void;
|
|
161
137
|
getMember(args: GetMemberCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMemberCommandOutput) => void): void;
|
|
162
138
|
/**
|
|
163
|
-
* @
|
|
164
|
-
* <p>Lists the permissions an account has to configure Amazon Inspector.</p>
|
|
139
|
+
* @see {@link ListAccountPermissionsCommand}
|
|
165
140
|
*/
|
|
166
141
|
listAccountPermissions(args: ListAccountPermissionsCommandInput, options?: __HttpHandlerOptions): Promise<ListAccountPermissionsCommandOutput>;
|
|
167
142
|
listAccountPermissions(args: ListAccountPermissionsCommandInput, cb: (err: any, data?: ListAccountPermissionsCommandOutput) => void): void;
|
|
168
143
|
listAccountPermissions(args: ListAccountPermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccountPermissionsCommandOutput) => void): void;
|
|
169
144
|
/**
|
|
170
|
-
* @
|
|
171
|
-
* <p>Lists coverage details for you environment.</p>
|
|
145
|
+
* @see {@link ListCoverageCommand}
|
|
172
146
|
*/
|
|
173
147
|
listCoverage(args: ListCoverageCommandInput, options?: __HttpHandlerOptions): Promise<ListCoverageCommandOutput>;
|
|
174
148
|
listCoverage(args: ListCoverageCommandInput, cb: (err: any, data?: ListCoverageCommandOutput) => void): void;
|
|
175
149
|
listCoverage(args: ListCoverageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCoverageCommandOutput) => void): void;
|
|
176
150
|
/**
|
|
177
|
-
* @
|
|
178
|
-
* <p>Lists Amazon Inspector coverage statistics for your environment.</p>
|
|
151
|
+
* @see {@link ListCoverageStatisticsCommand}
|
|
179
152
|
*/
|
|
180
153
|
listCoverageStatistics(args: ListCoverageStatisticsCommandInput, options?: __HttpHandlerOptions): Promise<ListCoverageStatisticsCommandOutput>;
|
|
181
154
|
listCoverageStatistics(args: ListCoverageStatisticsCommandInput, cb: (err: any, data?: ListCoverageStatisticsCommandOutput) => void): void;
|
|
182
155
|
listCoverageStatistics(args: ListCoverageStatisticsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCoverageStatisticsCommandOutput) => void): void;
|
|
183
156
|
/**
|
|
184
|
-
* @
|
|
185
|
-
* <p>Lists information about the Amazon Inspector delegated administrator of your
|
|
186
|
-
* organization.</p>
|
|
157
|
+
* @see {@link ListDelegatedAdminAccountsCommand}
|
|
187
158
|
*/
|
|
188
159
|
listDelegatedAdminAccounts(args: ListDelegatedAdminAccountsCommandInput, options?: __HttpHandlerOptions): Promise<ListDelegatedAdminAccountsCommandOutput>;
|
|
189
160
|
listDelegatedAdminAccounts(args: ListDelegatedAdminAccountsCommandInput, cb: (err: any, data?: ListDelegatedAdminAccountsCommandOutput) => void): void;
|
|
190
161
|
listDelegatedAdminAccounts(args: ListDelegatedAdminAccountsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDelegatedAdminAccountsCommandOutput) => void): void;
|
|
191
162
|
/**
|
|
192
|
-
* @
|
|
193
|
-
* <p>Lists the filters associated with your account.</p>
|
|
163
|
+
* @see {@link ListFiltersCommand}
|
|
194
164
|
*/
|
|
195
165
|
listFilters(args: ListFiltersCommandInput, options?: __HttpHandlerOptions): Promise<ListFiltersCommandOutput>;
|
|
196
166
|
listFilters(args: ListFiltersCommandInput, cb: (err: any, data?: ListFiltersCommandOutput) => void): void;
|
|
197
167
|
listFilters(args: ListFiltersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFiltersCommandOutput) => void): void;
|
|
198
168
|
/**
|
|
199
|
-
* @
|
|
200
|
-
* <p>Lists aggregated finding data for your environment based on specific criteria.</p>
|
|
169
|
+
* @see {@link ListFindingAggregationsCommand}
|
|
201
170
|
*/
|
|
202
171
|
listFindingAggregations(args: ListFindingAggregationsCommandInput, options?: __HttpHandlerOptions): Promise<ListFindingAggregationsCommandOutput>;
|
|
203
172
|
listFindingAggregations(args: ListFindingAggregationsCommandInput, cb: (err: any, data?: ListFindingAggregationsCommandOutput) => void): void;
|
|
204
173
|
listFindingAggregations(args: ListFindingAggregationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFindingAggregationsCommandOutput) => void): void;
|
|
205
174
|
/**
|
|
206
|
-
* @
|
|
207
|
-
* <p>Lists findings for your environment.</p>
|
|
175
|
+
* @see {@link ListFindingsCommand}
|
|
208
176
|
*/
|
|
209
177
|
listFindings(args: ListFindingsCommandInput, options?: __HttpHandlerOptions): Promise<ListFindingsCommandOutput>;
|
|
210
178
|
listFindings(args: ListFindingsCommandInput, cb: (err: any, data?: ListFindingsCommandOutput) => void): void;
|
|
211
179
|
listFindings(args: ListFindingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFindingsCommandOutput) => void): void;
|
|
212
180
|
/**
|
|
213
|
-
* @
|
|
214
|
-
* <p>List members associated with the Amazon Inspector delegated administrator for your
|
|
215
|
-
* organization.</p>
|
|
181
|
+
* @see {@link ListMembersCommand}
|
|
216
182
|
*/
|
|
217
183
|
listMembers(args: ListMembersCommandInput, options?: __HttpHandlerOptions): Promise<ListMembersCommandOutput>;
|
|
218
184
|
listMembers(args: ListMembersCommandInput, cb: (err: any, data?: ListMembersCommandOutput) => void): void;
|
|
219
185
|
listMembers(args: ListMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMembersCommandOutput) => void): void;
|
|
220
186
|
/**
|
|
221
|
-
* @
|
|
222
|
-
* <p>Lists all tags attached to a given resource.</p>
|
|
187
|
+
* @see {@link ListTagsForResourceCommand}
|
|
223
188
|
*/
|
|
224
189
|
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
225
190
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
226
191
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
227
192
|
/**
|
|
228
|
-
* @
|
|
229
|
-
* <p>Lists the Amazon Inspector usage totals over the last 30 days.</p>
|
|
193
|
+
* @see {@link ListUsageTotalsCommand}
|
|
230
194
|
*/
|
|
231
195
|
listUsageTotals(args: ListUsageTotalsCommandInput, options?: __HttpHandlerOptions): Promise<ListUsageTotalsCommandOutput>;
|
|
232
196
|
listUsageTotals(args: ListUsageTotalsCommandInput, cb: (err: any, data?: ListUsageTotalsCommandOutput) => void): void;
|
|
233
197
|
listUsageTotals(args: ListUsageTotalsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUsageTotalsCommandOutput) => void): void;
|
|
234
198
|
/**
|
|
235
|
-
* @
|
|
236
|
-
* <p>Adds tags to a resource.</p>
|
|
199
|
+
* @see {@link TagResourceCommand}
|
|
237
200
|
*/
|
|
238
201
|
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
239
202
|
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
240
203
|
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
241
204
|
/**
|
|
242
|
-
* @
|
|
243
|
-
* <p>Removes tags from a resource.</p>
|
|
205
|
+
* @see {@link UntagResourceCommand}
|
|
244
206
|
*/
|
|
245
207
|
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
246
208
|
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
247
209
|
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
248
210
|
/**
|
|
249
|
-
* @
|
|
250
|
-
* <p>Updates setting configurations for your Amazon Inspector account. When you use this API as an Amazon Inspector delegated administrator this updates the setting for all accounts you manage. Member accounts in an organization cannot update this setting.</p>
|
|
211
|
+
* @see {@link UpdateConfigurationCommand}
|
|
251
212
|
*/
|
|
252
213
|
updateConfiguration(args: UpdateConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateConfigurationCommandOutput>;
|
|
253
214
|
updateConfiguration(args: UpdateConfigurationCommandInput, cb: (err: any, data?: UpdateConfigurationCommandOutput) => void): void;
|
|
254
215
|
updateConfiguration(args: UpdateConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConfigurationCommandOutput) => void): void;
|
|
255
216
|
/**
|
|
256
|
-
* @
|
|
257
|
-
* <p>Specifies the action that is to be applied to the findings that match the filter.</p>
|
|
217
|
+
* @see {@link UpdateFilterCommand}
|
|
258
218
|
*/
|
|
259
219
|
updateFilter(args: UpdateFilterCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFilterCommandOutput>;
|
|
260
220
|
updateFilter(args: UpdateFilterCommandInput, cb: (err: any, data?: UpdateFilterCommandOutput) => void): void;
|
|
261
221
|
updateFilter(args: UpdateFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFilterCommandOutput) => void): void;
|
|
262
222
|
/**
|
|
263
|
-
* @
|
|
264
|
-
* <p>Updates the configurations for your Amazon Inspector organization.</p>
|
|
223
|
+
* @see {@link UpdateOrganizationConfigurationCommand}
|
|
265
224
|
*/
|
|
266
225
|
updateOrganizationConfiguration(args: UpdateOrganizationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateOrganizationConfigurationCommandOutput>;
|
|
267
226
|
updateOrganizationConfiguration(args: UpdateOrganizationConfigurationCommandInput, cb: (err: any, data?: UpdateOrganizationConfigurationCommandOutput) => void): void;
|
|
268
227
|
updateOrganizationConfiguration(args: UpdateOrganizationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateOrganizationConfigurationCommandOutput) => void): void;
|
|
269
228
|
}
|
|
229
|
+
/**
|
|
230
|
+
* @public
|
|
231
|
+
* <p>Amazon Inspector is a vulnerability discovery service that automates continuous scanning for
|
|
232
|
+
* security vulnerabilities within your Amazon EC2 and Amazon ECR environments.</p>
|
|
233
|
+
*/
|
|
234
|
+
export declare class Inspector2 extends Inspector2Client implements Inspector2 {
|
|
235
|
+
}
|
|
@@ -128,7 +128,7 @@ import {
|
|
|
128
128
|
UpdateOrganizationConfigurationCommandOutput,
|
|
129
129
|
} from "./commands/UpdateOrganizationConfigurationCommand";
|
|
130
130
|
import { Inspector2Client } from "./Inspector2Client";
|
|
131
|
-
export
|
|
131
|
+
export interface Inspector2 {
|
|
132
132
|
associateMember(
|
|
133
133
|
args: AssociateMemberCommandInput,
|
|
134
134
|
options?: __HttpHandlerOptions
|
|
@@ -552,3 +552,6 @@ export declare class Inspector2 extends Inspector2Client {
|
|
|
552
552
|
cb: (err: any, data?: UpdateOrganizationConfigurationCommandOutput) => void
|
|
553
553
|
): void;
|
|
554
554
|
}
|
|
555
|
+
export declare class Inspector2
|
|
556
|
+
extends Inspector2Client
|
|
557
|
+
implements Inspector2 {}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-inspector2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Inspector2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.319.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.319.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.319.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.310.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.310.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.310.0",
|
|
@@ -36,19 +36,19 @@
|
|
|
36
36
|
"@aws-sdk/middleware-serde": "3.310.0",
|
|
37
37
|
"@aws-sdk/middleware-signing": "3.310.0",
|
|
38
38
|
"@aws-sdk/middleware-stack": "3.310.0",
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.319.0",
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.310.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.310.0",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.310.0",
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
+
"@aws-sdk/smithy-client": "3.316.0",
|
|
44
44
|
"@aws-sdk/types": "3.310.0",
|
|
45
45
|
"@aws-sdk/url-parser": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-base64": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.316.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.316.0",
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.319.0",
|
|
52
52
|
"@aws-sdk/util-retry": "3.310.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-browser": "3.310.0",
|
|
54
54
|
"@aws-sdk/util-user-agent-node": "3.310.0",
|