@aws-sdk/client-inspector2 3.170.0 → 3.178.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/CHANGELOG.md +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/Inspector2.d.ts +0 -32
- package/dist-types/ts3.4/Inspector2Client.d.ts +0 -25
- package/dist-types/ts3.4/commands/AssociateMemberCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchGetAccountStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchGetFreeTrialInfoCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CancelFindingsReportCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateFindingsReportCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisableCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisableDelegatedAdminAccountCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateMemberCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/EnableCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/EnableDelegatedAdminAccountCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDelegatedAdminAccountCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetFindingsReportStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetMemberCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAccountPermissionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListCoverageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListCoverageStatisticsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDelegatedAdminAccountsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListFindingAggregationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListUsageTotalsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateFilterCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/Inspector2ServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -560
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-inspector2
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-inspector2
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-inspector2
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: Inspector2ClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: Inspector2ClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: Inspector2ClientConfig) => {
|
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
32
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
33
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
33
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
34
34
|
signingEscapePath?: boolean | undefined;
|
|
35
35
|
systemClockOffset?: number | undefined;
|
|
36
36
|
signingRegion?: string | undefined;
|
|
@@ -128,7 +128,6 @@ import {
|
|
|
128
128
|
UpdateOrganizationConfigurationCommandOutput,
|
|
129
129
|
} from "./commands/UpdateOrganizationConfigurationCommand";
|
|
130
130
|
import { Inspector2Client } from "./Inspector2Client";
|
|
131
|
-
|
|
132
131
|
export declare class Inspector2 extends Inspector2Client {
|
|
133
132
|
associateMember(
|
|
134
133
|
args: AssociateMemberCommandInput,
|
|
@@ -143,7 +142,6 @@ export declare class Inspector2 extends Inspector2Client {
|
|
|
143
142
|
options: __HttpHandlerOptions,
|
|
144
143
|
cb: (err: any, data?: AssociateMemberCommandOutput) => void
|
|
145
144
|
): void;
|
|
146
|
-
|
|
147
145
|
batchGetAccountStatus(
|
|
148
146
|
args: BatchGetAccountStatusCommandInput,
|
|
149
147
|
options?: __HttpHandlerOptions
|
|
@@ -157,7 +155,6 @@ export declare class Inspector2 extends Inspector2Client {
|
|
|
157
155
|
options: __HttpHandlerOptions,
|
|
158
156
|
cb: (err: any, data?: BatchGetAccountStatusCommandOutput) => void
|
|
159
157
|
): void;
|
|
160
|
-
|
|
161
158
|
batchGetFreeTrialInfo(
|
|
162
159
|
args: BatchGetFreeTrialInfoCommandInput,
|
|
163
160
|
options?: __HttpHandlerOptions
|
|
@@ -171,7 +168,6 @@ export declare class Inspector2 extends Inspector2Client {
|
|
|
171
168
|
options: __HttpHandlerOptions,
|
|
172
169
|
cb: (err: any, data?: BatchGetFreeTrialInfoCommandOutput) => void
|
|
173
170
|
): void;
|
|
174
|
-
|
|
175
171
|
cancelFindingsReport(
|
|
176
172
|
args: CancelFindingsReportCommandInput,
|
|
177
173
|
options?: __HttpHandlerOptions
|
|
@@ -185,7 +181,6 @@ export declare class Inspector2 extends Inspector2Client {
|
|
|
185
181
|
options: __HttpHandlerOptions,
|
|
186
182
|
cb: (err: any, data?: CancelFindingsReportCommandOutput) => void
|
|
187
183
|
): void;
|
|
188
|
-
|
|
189
184
|
createFilter(
|
|
190
185
|
args: CreateFilterCommandInput,
|
|
191
186
|
options?: __HttpHandlerOptions
|
|
@@ -199,7 +194,6 @@ export declare class Inspector2 extends Inspector2Client {
|
|
|
199
194
|
options: __HttpHandlerOptions,
|
|
200
195
|
cb: (err: any, data?: CreateFilterCommandOutput) => void
|
|
201
196
|
): void;
|
|
202
|
-
|
|
203
197
|
createFindingsReport(
|
|
204
198
|
args: CreateFindingsReportCommandInput,
|
|
205
199
|
options?: __HttpHandlerOptions
|
|
@@ -213,7 +207,6 @@ export declare class Inspector2 extends Inspector2Client {
|
|
|
213
207
|
options: __HttpHandlerOptions,
|
|
214
208
|
cb: (err: any, data?: CreateFindingsReportCommandOutput) => void
|
|
215
209
|
): void;
|
|
216
|
-
|
|
217
210
|
deleteFilter(
|
|
218
211
|
args: DeleteFilterCommandInput,
|
|
219
212
|
options?: __HttpHandlerOptions
|
|
@@ -227,7 +220,6 @@ export declare class Inspector2 extends Inspector2Client {
|
|
|
227
220
|
options: __HttpHandlerOptions,
|
|
228
221
|
cb: (err: any, data?: DeleteFilterCommandOutput) => void
|
|
229
222
|
): void;
|
|
230
|
-
|
|
231
223
|
describeOrganizationConfiguration(
|
|
232
224
|
args: DescribeOrganizationConfigurationCommandInput,
|
|
233
225
|
options?: __HttpHandlerOptions
|
|
@@ -247,7 +239,6 @@ export declare class Inspector2 extends Inspector2Client {
|
|
|
247
239
|
data?: DescribeOrganizationConfigurationCommandOutput
|
|
248
240
|
) => void
|
|
249
241
|
): void;
|
|
250
|
-
|
|
251
242
|
disable(
|
|
252
243
|
args: DisableCommandInput,
|
|
253
244
|
options?: __HttpHandlerOptions
|
|
@@ -261,7 +252,6 @@ export declare class Inspector2 extends Inspector2Client {
|
|
|
261
252
|
options: __HttpHandlerOptions,
|
|
262
253
|
cb: (err: any, data?: DisableCommandOutput) => void
|
|
263
254
|
): void;
|
|
264
|
-
|
|
265
255
|
disableDelegatedAdminAccount(
|
|
266
256
|
args: DisableDelegatedAdminAccountCommandInput,
|
|
267
257
|
options?: __HttpHandlerOptions
|
|
@@ -275,7 +265,6 @@ export declare class Inspector2 extends Inspector2Client {
|
|
|
275
265
|
options: __HttpHandlerOptions,
|
|
276
266
|
cb: (err: any, data?: DisableDelegatedAdminAccountCommandOutput) => void
|
|
277
267
|
): void;
|
|
278
|
-
|
|
279
268
|
disassociateMember(
|
|
280
269
|
args: DisassociateMemberCommandInput,
|
|
281
270
|
options?: __HttpHandlerOptions
|
|
@@ -289,7 +278,6 @@ export declare class Inspector2 extends Inspector2Client {
|
|
|
289
278
|
options: __HttpHandlerOptions,
|
|
290
279
|
cb: (err: any, data?: DisassociateMemberCommandOutput) => void
|
|
291
280
|
): void;
|
|
292
|
-
|
|
293
281
|
enable(
|
|
294
282
|
args: EnableCommandInput,
|
|
295
283
|
options?: __HttpHandlerOptions
|
|
@@ -303,7 +291,6 @@ export declare class Inspector2 extends Inspector2Client {
|
|
|
303
291
|
options: __HttpHandlerOptions,
|
|
304
292
|
cb: (err: any, data?: EnableCommandOutput) => void
|
|
305
293
|
): void;
|
|
306
|
-
|
|
307
294
|
enableDelegatedAdminAccount(
|
|
308
295
|
args: EnableDelegatedAdminAccountCommandInput,
|
|
309
296
|
options?: __HttpHandlerOptions
|
|
@@ -317,7 +304,6 @@ export declare class Inspector2 extends Inspector2Client {
|
|
|
317
304
|
options: __HttpHandlerOptions,
|
|
318
305
|
cb: (err: any, data?: EnableDelegatedAdminAccountCommandOutput) => void
|
|
319
306
|
): void;
|
|
320
|
-
|
|
321
307
|
getConfiguration(
|
|
322
308
|
args: GetConfigurationCommandInput,
|
|
323
309
|
options?: __HttpHandlerOptions
|
|
@@ -331,7 +317,6 @@ export declare class Inspector2 extends Inspector2Client {
|
|
|
331
317
|
options: __HttpHandlerOptions,
|
|
332
318
|
cb: (err: any, data?: GetConfigurationCommandOutput) => void
|
|
333
319
|
): void;
|
|
334
|
-
|
|
335
320
|
getDelegatedAdminAccount(
|
|
336
321
|
args: GetDelegatedAdminAccountCommandInput,
|
|
337
322
|
options?: __HttpHandlerOptions
|
|
@@ -345,7 +330,6 @@ export declare class Inspector2 extends Inspector2Client {
|
|
|
345
330
|
options: __HttpHandlerOptions,
|
|
346
331
|
cb: (err: any, data?: GetDelegatedAdminAccountCommandOutput) => void
|
|
347
332
|
): void;
|
|
348
|
-
|
|
349
333
|
getFindingsReportStatus(
|
|
350
334
|
args: GetFindingsReportStatusCommandInput,
|
|
351
335
|
options?: __HttpHandlerOptions
|
|
@@ -359,7 +343,6 @@ export declare class Inspector2 extends Inspector2Client {
|
|
|
359
343
|
options: __HttpHandlerOptions,
|
|
360
344
|
cb: (err: any, data?: GetFindingsReportStatusCommandOutput) => void
|
|
361
345
|
): void;
|
|
362
|
-
|
|
363
346
|
getMember(
|
|
364
347
|
args: GetMemberCommandInput,
|
|
365
348
|
options?: __HttpHandlerOptions
|
|
@@ -373,7 +356,6 @@ export declare class Inspector2 extends Inspector2Client {
|
|
|
373
356
|
options: __HttpHandlerOptions,
|
|
374
357
|
cb: (err: any, data?: GetMemberCommandOutput) => void
|
|
375
358
|
): void;
|
|
376
|
-
|
|
377
359
|
listAccountPermissions(
|
|
378
360
|
args: ListAccountPermissionsCommandInput,
|
|
379
361
|
options?: __HttpHandlerOptions
|
|
@@ -387,7 +369,6 @@ export declare class Inspector2 extends Inspector2Client {
|
|
|
387
369
|
options: __HttpHandlerOptions,
|
|
388
370
|
cb: (err: any, data?: ListAccountPermissionsCommandOutput) => void
|
|
389
371
|
): void;
|
|
390
|
-
|
|
391
372
|
listCoverage(
|
|
392
373
|
args: ListCoverageCommandInput,
|
|
393
374
|
options?: __HttpHandlerOptions
|
|
@@ -401,7 +382,6 @@ export declare class Inspector2 extends Inspector2Client {
|
|
|
401
382
|
options: __HttpHandlerOptions,
|
|
402
383
|
cb: (err: any, data?: ListCoverageCommandOutput) => void
|
|
403
384
|
): void;
|
|
404
|
-
|
|
405
385
|
listCoverageStatistics(
|
|
406
386
|
args: ListCoverageStatisticsCommandInput,
|
|
407
387
|
options?: __HttpHandlerOptions
|
|
@@ -415,7 +395,6 @@ export declare class Inspector2 extends Inspector2Client {
|
|
|
415
395
|
options: __HttpHandlerOptions,
|
|
416
396
|
cb: (err: any, data?: ListCoverageStatisticsCommandOutput) => void
|
|
417
397
|
): void;
|
|
418
|
-
|
|
419
398
|
listDelegatedAdminAccounts(
|
|
420
399
|
args: ListDelegatedAdminAccountsCommandInput,
|
|
421
400
|
options?: __HttpHandlerOptions
|
|
@@ -429,7 +408,6 @@ export declare class Inspector2 extends Inspector2Client {
|
|
|
429
408
|
options: __HttpHandlerOptions,
|
|
430
409
|
cb: (err: any, data?: ListDelegatedAdminAccountsCommandOutput) => void
|
|
431
410
|
): void;
|
|
432
|
-
|
|
433
411
|
listFilters(
|
|
434
412
|
args: ListFiltersCommandInput,
|
|
435
413
|
options?: __HttpHandlerOptions
|
|
@@ -443,7 +421,6 @@ export declare class Inspector2 extends Inspector2Client {
|
|
|
443
421
|
options: __HttpHandlerOptions,
|
|
444
422
|
cb: (err: any, data?: ListFiltersCommandOutput) => void
|
|
445
423
|
): void;
|
|
446
|
-
|
|
447
424
|
listFindingAggregations(
|
|
448
425
|
args: ListFindingAggregationsCommandInput,
|
|
449
426
|
options?: __HttpHandlerOptions
|
|
@@ -457,7 +434,6 @@ export declare class Inspector2 extends Inspector2Client {
|
|
|
457
434
|
options: __HttpHandlerOptions,
|
|
458
435
|
cb: (err: any, data?: ListFindingAggregationsCommandOutput) => void
|
|
459
436
|
): void;
|
|
460
|
-
|
|
461
437
|
listFindings(
|
|
462
438
|
args: ListFindingsCommandInput,
|
|
463
439
|
options?: __HttpHandlerOptions
|
|
@@ -471,7 +447,6 @@ export declare class Inspector2 extends Inspector2Client {
|
|
|
471
447
|
options: __HttpHandlerOptions,
|
|
472
448
|
cb: (err: any, data?: ListFindingsCommandOutput) => void
|
|
473
449
|
): void;
|
|
474
|
-
|
|
475
450
|
listMembers(
|
|
476
451
|
args: ListMembersCommandInput,
|
|
477
452
|
options?: __HttpHandlerOptions
|
|
@@ -485,7 +460,6 @@ export declare class Inspector2 extends Inspector2Client {
|
|
|
485
460
|
options: __HttpHandlerOptions,
|
|
486
461
|
cb: (err: any, data?: ListMembersCommandOutput) => void
|
|
487
462
|
): void;
|
|
488
|
-
|
|
489
463
|
listTagsForResource(
|
|
490
464
|
args: ListTagsForResourceCommandInput,
|
|
491
465
|
options?: __HttpHandlerOptions
|
|
@@ -499,7 +473,6 @@ export declare class Inspector2 extends Inspector2Client {
|
|
|
499
473
|
options: __HttpHandlerOptions,
|
|
500
474
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
501
475
|
): void;
|
|
502
|
-
|
|
503
476
|
listUsageTotals(
|
|
504
477
|
args: ListUsageTotalsCommandInput,
|
|
505
478
|
options?: __HttpHandlerOptions
|
|
@@ -513,7 +486,6 @@ export declare class Inspector2 extends Inspector2Client {
|
|
|
513
486
|
options: __HttpHandlerOptions,
|
|
514
487
|
cb: (err: any, data?: ListUsageTotalsCommandOutput) => void
|
|
515
488
|
): void;
|
|
516
|
-
|
|
517
489
|
tagResource(
|
|
518
490
|
args: TagResourceCommandInput,
|
|
519
491
|
options?: __HttpHandlerOptions
|
|
@@ -527,7 +499,6 @@ export declare class Inspector2 extends Inspector2Client {
|
|
|
527
499
|
options: __HttpHandlerOptions,
|
|
528
500
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
529
501
|
): void;
|
|
530
|
-
|
|
531
502
|
untagResource(
|
|
532
503
|
args: UntagResourceCommandInput,
|
|
533
504
|
options?: __HttpHandlerOptions
|
|
@@ -541,7 +512,6 @@ export declare class Inspector2 extends Inspector2Client {
|
|
|
541
512
|
options: __HttpHandlerOptions,
|
|
542
513
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
543
514
|
): void;
|
|
544
|
-
|
|
545
515
|
updateConfiguration(
|
|
546
516
|
args: UpdateConfigurationCommandInput,
|
|
547
517
|
options?: __HttpHandlerOptions
|
|
@@ -555,7 +525,6 @@ export declare class Inspector2 extends Inspector2Client {
|
|
|
555
525
|
options: __HttpHandlerOptions,
|
|
556
526
|
cb: (err: any, data?: UpdateConfigurationCommandOutput) => void
|
|
557
527
|
): void;
|
|
558
|
-
|
|
559
528
|
updateFilter(
|
|
560
529
|
args: UpdateFilterCommandInput,
|
|
561
530
|
options?: __HttpHandlerOptions
|
|
@@ -569,7 +538,6 @@ export declare class Inspector2 extends Inspector2Client {
|
|
|
569
538
|
options: __HttpHandlerOptions,
|
|
570
539
|
cb: (err: any, data?: UpdateFilterCommandOutput) => void
|
|
571
540
|
): void;
|
|
572
|
-
|
|
573
541
|
updateOrganizationConfiguration(
|
|
574
542
|
args: UpdateOrganizationConfigurationCommandInput,
|
|
575
543
|
options?: __HttpHandlerOptions
|
|
@@ -239,47 +239,26 @@ export declare type ServiceOutputTypes =
|
|
|
239
239
|
export interface ClientDefaults
|
|
240
240
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
241
241
|
requestHandler?: __HttpHandler;
|
|
242
|
-
|
|
243
242
|
sha256?: __HashConstructor;
|
|
244
|
-
|
|
245
243
|
urlParser?: __UrlParser;
|
|
246
|
-
|
|
247
244
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
248
|
-
|
|
249
245
|
streamCollector?: __StreamCollector;
|
|
250
|
-
|
|
251
246
|
base64Decoder?: __Decoder;
|
|
252
|
-
|
|
253
247
|
base64Encoder?: __Encoder;
|
|
254
|
-
|
|
255
248
|
utf8Decoder?: __Decoder;
|
|
256
|
-
|
|
257
249
|
utf8Encoder?: __Encoder;
|
|
258
|
-
|
|
259
250
|
runtime?: string;
|
|
260
|
-
|
|
261
251
|
disableHostPrefix?: boolean;
|
|
262
|
-
|
|
263
252
|
maxAttempts?: number | __Provider<number>;
|
|
264
|
-
|
|
265
253
|
retryMode?: string | __Provider<string>;
|
|
266
|
-
|
|
267
254
|
logger?: __Logger;
|
|
268
|
-
|
|
269
255
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
270
|
-
|
|
271
256
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
272
|
-
|
|
273
257
|
serviceId?: string;
|
|
274
|
-
|
|
275
258
|
region?: string | __Provider<string>;
|
|
276
|
-
|
|
277
259
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
278
|
-
|
|
279
260
|
regionInfoProvider?: RegionInfoProvider;
|
|
280
|
-
|
|
281
261
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
282
|
-
|
|
283
262
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
284
263
|
}
|
|
285
264
|
declare type Inspector2ClientConfigType = Partial<
|
|
@@ -292,7 +271,6 @@ declare type Inspector2ClientConfigType = Partial<
|
|
|
292
271
|
HostHeaderInputConfig &
|
|
293
272
|
AwsAuthInputConfig &
|
|
294
273
|
UserAgentInputConfig;
|
|
295
|
-
|
|
296
274
|
export interface Inspector2ClientConfig extends Inspector2ClientConfigType {}
|
|
297
275
|
declare type Inspector2ClientResolvedConfigType =
|
|
298
276
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
@@ -303,10 +281,8 @@ declare type Inspector2ClientResolvedConfigType =
|
|
|
303
281
|
HostHeaderResolvedConfig &
|
|
304
282
|
AwsAuthResolvedConfig &
|
|
305
283
|
UserAgentResolvedConfig;
|
|
306
|
-
|
|
307
284
|
export interface Inspector2ClientResolvedConfig
|
|
308
285
|
extends Inspector2ClientResolvedConfigType {}
|
|
309
|
-
|
|
310
286
|
export declare class Inspector2Client extends __Client<
|
|
311
287
|
__HttpHandlerOptions,
|
|
312
288
|
ServiceInputTypes,
|
|
@@ -315,7 +291,6 @@ export declare class Inspector2Client extends __Client<
|
|
|
315
291
|
> {
|
|
316
292
|
readonly config: Inspector2ClientResolvedConfig;
|
|
317
293
|
constructor(configuration: Inspector2ClientConfig);
|
|
318
|
-
|
|
319
294
|
destroy(): void;
|
|
320
295
|
}
|
|
321
296
|
export {};
|
|
@@ -18,7 +18,6 @@ export interface AssociateMemberCommandInput extends AssociateMemberRequest {}
|
|
|
18
18
|
export interface AssociateMemberCommandOutput
|
|
19
19
|
extends AssociateMemberResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class AssociateMemberCommand extends $Command<
|
|
23
22
|
AssociateMemberCommandInput,
|
|
24
23
|
AssociateMemberCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class AssociateMemberCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: AssociateMemberCommandInput;
|
|
28
27
|
constructor(input: AssociateMemberCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: Inspector2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface BatchGetAccountStatusCommandInput
|
|
|
19
19
|
export interface BatchGetAccountStatusCommandOutput
|
|
20
20
|
extends BatchGetAccountStatusResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class BatchGetAccountStatusCommand extends $Command<
|
|
24
23
|
BatchGetAccountStatusCommandInput,
|
|
25
24
|
BatchGetAccountStatusCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class BatchGetAccountStatusCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: BatchGetAccountStatusCommandInput;
|
|
29
28
|
constructor(input: BatchGetAccountStatusCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: Inspector2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface BatchGetFreeTrialInfoCommandInput
|
|
|
19
19
|
export interface BatchGetFreeTrialInfoCommandOutput
|
|
20
20
|
extends BatchGetFreeTrialInfoResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class BatchGetFreeTrialInfoCommand extends $Command<
|
|
24
23
|
BatchGetFreeTrialInfoCommandInput,
|
|
25
24
|
BatchGetFreeTrialInfoCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class BatchGetFreeTrialInfoCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: BatchGetFreeTrialInfoCommandInput;
|
|
29
28
|
constructor(input: BatchGetFreeTrialInfoCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: Inspector2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CancelFindingsReportCommandInput
|
|
|
19
19
|
export interface CancelFindingsReportCommandOutput
|
|
20
20
|
extends CancelFindingsReportResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CancelFindingsReportCommand extends $Command<
|
|
24
23
|
CancelFindingsReportCommandInput,
|
|
25
24
|
CancelFindingsReportCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CancelFindingsReportCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CancelFindingsReportCommandInput;
|
|
29
28
|
constructor(input: CancelFindingsReportCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: Inspector2ClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateFilterCommandInput extends CreateFilterRequest {}
|
|
|
15
15
|
export interface CreateFilterCommandOutput
|
|
16
16
|
extends CreateFilterResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateFilterCommand extends $Command<
|
|
20
19
|
CreateFilterCommandInput,
|
|
21
20
|
CreateFilterCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateFilterCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateFilterCommandInput;
|
|
25
24
|
constructor(input: CreateFilterCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: Inspector2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateFindingsReportCommandInput
|
|
|
19
19
|
export interface CreateFindingsReportCommandOutput
|
|
20
20
|
extends CreateFindingsReportResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateFindingsReportCommand extends $Command<
|
|
24
23
|
CreateFindingsReportCommandInput,
|
|
25
24
|
CreateFindingsReportCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateFindingsReportCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateFindingsReportCommandInput;
|
|
29
28
|
constructor(input: CreateFindingsReportCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: Inspector2ClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteFilterCommandInput extends DeleteFilterRequest {}
|
|
|
15
15
|
export interface DeleteFilterCommandOutput
|
|
16
16
|
extends DeleteFilterResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteFilterCommand extends $Command<
|
|
20
19
|
DeleteFilterCommandInput,
|
|
21
20
|
DeleteFilterCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteFilterCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteFilterCommandInput;
|
|
25
24
|
constructor(input: DeleteFilterCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: Inspector2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeOrganizationConfigurationCommandInput
|
|
|
19
19
|
export interface DescribeOrganizationConfigurationCommandOutput
|
|
20
20
|
extends DescribeOrganizationConfigurationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeOrganizationConfigurationCommand extends $Command<
|
|
24
23
|
DescribeOrganizationConfigurationCommandInput,
|
|
25
24
|
DescribeOrganizationConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeOrganizationConfigurationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeOrganizationConfigurationCommandInput;
|
|
29
28
|
constructor(input: DescribeOrganizationConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: Inspector2ClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DisableCommandInput extends DisableRequest {}
|
|
|
15
15
|
export interface DisableCommandOutput
|
|
16
16
|
extends DisableResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DisableCommand extends $Command<
|
|
20
19
|
DisableCommandInput,
|
|
21
20
|
DisableCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DisableCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DisableCommandInput;
|
|
25
24
|
constructor(input: DisableCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: Inspector2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DisableDelegatedAdminAccountCommandInput
|
|
|
19
19
|
export interface DisableDelegatedAdminAccountCommandOutput
|
|
20
20
|
extends DisableDelegatedAdminAccountResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DisableDelegatedAdminAccountCommand extends $Command<
|
|
24
23
|
DisableDelegatedAdminAccountCommandInput,
|
|
25
24
|
DisableDelegatedAdminAccountCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DisableDelegatedAdminAccountCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DisableDelegatedAdminAccountCommandInput;
|
|
29
28
|
constructor(input: DisableDelegatedAdminAccountCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: Inspector2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DisassociateMemberCommandInput
|
|
|
19
19
|
export interface DisassociateMemberCommandOutput
|
|
20
20
|
extends DisassociateMemberResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DisassociateMemberCommand extends $Command<
|
|
24
23
|
DisassociateMemberCommandInput,
|
|
25
24
|
DisassociateMemberCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DisassociateMemberCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DisassociateMemberCommandInput;
|
|
29
28
|
constructor(input: DisassociateMemberCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: Inspector2ClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { EnableRequest, EnableResponse } from "../models/models_0";
|
|
14
14
|
export interface EnableCommandInput extends EnableRequest {}
|
|
15
15
|
export interface EnableCommandOutput extends EnableResponse, __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class EnableCommand extends $Command<
|
|
18
17
|
EnableCommandInput,
|
|
19
18
|
EnableCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class EnableCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: EnableCommandInput;
|
|
23
22
|
constructor(input: EnableCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: Inspector2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface EnableDelegatedAdminAccountCommandInput
|
|
|
19
19
|
export interface EnableDelegatedAdminAccountCommandOutput
|
|
20
20
|
extends EnableDelegatedAdminAccountResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class EnableDelegatedAdminAccountCommand extends $Command<
|
|
24
23
|
EnableDelegatedAdminAccountCommandInput,
|
|
25
24
|
EnableDelegatedAdminAccountCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class EnableDelegatedAdminAccountCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: EnableDelegatedAdminAccountCommandInput;
|
|
29
28
|
constructor(input: EnableDelegatedAdminAccountCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: Inspector2ClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetConfigurationCommandInput extends GetConfigurationRequest {}
|
|
|
18
18
|
export interface GetConfigurationCommandOutput
|
|
19
19
|
extends GetConfigurationResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetConfigurationCommand extends $Command<
|
|
23
22
|
GetConfigurationCommandInput,
|
|
24
23
|
GetConfigurationCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetConfigurationCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetConfigurationCommandInput;
|
|
28
27
|
constructor(input: GetConfigurationCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: Inspector2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetDelegatedAdminAccountCommandInput
|
|
|
19
19
|
export interface GetDelegatedAdminAccountCommandOutput
|
|
20
20
|
extends GetDelegatedAdminAccountResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetDelegatedAdminAccountCommand extends $Command<
|
|
24
23
|
GetDelegatedAdminAccountCommandInput,
|
|
25
24
|
GetDelegatedAdminAccountCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetDelegatedAdminAccountCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetDelegatedAdminAccountCommandInput;
|
|
29
28
|
constructor(input: GetDelegatedAdminAccountCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: Inspector2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetFindingsReportStatusCommandInput
|
|
|
19
19
|
export interface GetFindingsReportStatusCommandOutput
|
|
20
20
|
extends GetFindingsReportStatusResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetFindingsReportStatusCommand extends $Command<
|
|
24
23
|
GetFindingsReportStatusCommandInput,
|
|
25
24
|
GetFindingsReportStatusCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetFindingsReportStatusCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetFindingsReportStatusCommandInput;
|
|
29
28
|
constructor(input: GetFindingsReportStatusCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: Inspector2ClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetMemberCommandInput extends GetMemberRequest {}
|
|
|
15
15
|
export interface GetMemberCommandOutput
|
|
16
16
|
extends GetMemberResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetMemberCommand extends $Command<
|
|
20
19
|
GetMemberCommandInput,
|
|
21
20
|
GetMemberCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetMemberCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetMemberCommandInput;
|
|
25
24
|
constructor(input: GetMemberCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: Inspector2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListAccountPermissionsCommandInput
|
|
|
19
19
|
export interface ListAccountPermissionsCommandOutput
|
|
20
20
|
extends ListAccountPermissionsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListAccountPermissionsCommand extends $Command<
|
|
24
23
|
ListAccountPermissionsCommandInput,
|
|
25
24
|
ListAccountPermissionsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListAccountPermissionsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListAccountPermissionsCommandInput;
|
|
29
28
|
constructor(input: ListAccountPermissionsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: Inspector2ClientResolvedConfig,
|