@aws-sdk/client-inspector 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.
Files changed (50) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  3. package/dist-types/runtimeConfig.d.ts +1 -1
  4. package/dist-types/runtimeConfig.native.d.ts +1 -1
  5. package/dist-types/ts3.4/Inspector.d.ts +0 -37
  6. package/dist-types/ts3.4/InspectorClient.d.ts +0 -25
  7. package/dist-types/ts3.4/commands/AddAttributesToFindingsCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/CreateAssessmentTargetCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/CreateAssessmentTemplateCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/CreateExclusionsPreviewCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/CreateResourceGroupCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/DeleteAssessmentRunCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/DeleteAssessmentTargetCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/DeleteAssessmentTemplateCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/DescribeAssessmentRunsCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/DescribeAssessmentTargetsCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/DescribeAssessmentTemplatesCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/DescribeCrossAccountAccessRoleCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/DescribeExclusionsCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/DescribeFindingsCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/DescribeResourceGroupsCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/DescribeRulesPackagesCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/GetAssessmentReportCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/GetExclusionsPreviewCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/GetTelemetryMetadataCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/ListAssessmentRunAgentsCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/ListAssessmentRunsCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/ListAssessmentTargetsCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/ListAssessmentTemplatesCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/ListEventSubscriptionsCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/commands/ListExclusionsCommand.d.ts +0 -2
  32. package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +0 -2
  33. package/dist-types/ts3.4/commands/ListRulesPackagesCommand.d.ts +0 -2
  34. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  35. package/dist-types/ts3.4/commands/PreviewAgentsCommand.d.ts +0 -2
  36. package/dist-types/ts3.4/commands/RegisterCrossAccountAccessRoleCommand.d.ts +0 -2
  37. package/dist-types/ts3.4/commands/RemoveAttributesFromFindingsCommand.d.ts +0 -2
  38. package/dist-types/ts3.4/commands/SetTagsForResourceCommand.d.ts +0 -2
  39. package/dist-types/ts3.4/commands/StartAssessmentRunCommand.d.ts +0 -2
  40. package/dist-types/ts3.4/commands/StopAssessmentRunCommand.d.ts +0 -2
  41. package/dist-types/ts3.4/commands/SubscribeToEventCommand.d.ts +0 -2
  42. package/dist-types/ts3.4/commands/UnsubscribeFromEventCommand.d.ts +0 -2
  43. package/dist-types/ts3.4/commands/UpdateAssessmentTargetCommand.d.ts +0 -2
  44. package/dist-types/ts3.4/models/InspectorServiceException.d.ts +0 -1
  45. package/dist-types/ts3.4/models/models_0.d.ts +0 -363
  46. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  47. package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
  48. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
  49. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  50. 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-inspector
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-inspector
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-inspector
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: InspectorClientConfig) => {
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").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
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: InspectorClientConfig) => {
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").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
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: InspectorClientConfig) => {
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").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
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;
@@ -148,7 +148,6 @@ import {
148
148
  UpdateAssessmentTargetCommandOutput,
149
149
  } from "./commands/UpdateAssessmentTargetCommand";
150
150
  import { InspectorClient } from "./InspectorClient";
151
-
152
151
  export declare class Inspector extends InspectorClient {
153
152
  addAttributesToFindings(
154
153
  args: AddAttributesToFindingsCommandInput,
@@ -163,7 +162,6 @@ export declare class Inspector extends InspectorClient {
163
162
  options: __HttpHandlerOptions,
164
163
  cb: (err: any, data?: AddAttributesToFindingsCommandOutput) => void
165
164
  ): void;
166
-
167
165
  createAssessmentTarget(
168
166
  args: CreateAssessmentTargetCommandInput,
169
167
  options?: __HttpHandlerOptions
@@ -177,7 +175,6 @@ export declare class Inspector extends InspectorClient {
177
175
  options: __HttpHandlerOptions,
178
176
  cb: (err: any, data?: CreateAssessmentTargetCommandOutput) => void
179
177
  ): void;
180
-
181
178
  createAssessmentTemplate(
182
179
  args: CreateAssessmentTemplateCommandInput,
183
180
  options?: __HttpHandlerOptions
@@ -191,7 +188,6 @@ export declare class Inspector extends InspectorClient {
191
188
  options: __HttpHandlerOptions,
192
189
  cb: (err: any, data?: CreateAssessmentTemplateCommandOutput) => void
193
190
  ): void;
194
-
195
191
  createExclusionsPreview(
196
192
  args: CreateExclusionsPreviewCommandInput,
197
193
  options?: __HttpHandlerOptions
@@ -205,7 +201,6 @@ export declare class Inspector extends InspectorClient {
205
201
  options: __HttpHandlerOptions,
206
202
  cb: (err: any, data?: CreateExclusionsPreviewCommandOutput) => void
207
203
  ): void;
208
-
209
204
  createResourceGroup(
210
205
  args: CreateResourceGroupCommandInput,
211
206
  options?: __HttpHandlerOptions
@@ -219,7 +214,6 @@ export declare class Inspector extends InspectorClient {
219
214
  options: __HttpHandlerOptions,
220
215
  cb: (err: any, data?: CreateResourceGroupCommandOutput) => void
221
216
  ): void;
222
-
223
217
  deleteAssessmentRun(
224
218
  args: DeleteAssessmentRunCommandInput,
225
219
  options?: __HttpHandlerOptions
@@ -233,7 +227,6 @@ export declare class Inspector extends InspectorClient {
233
227
  options: __HttpHandlerOptions,
234
228
  cb: (err: any, data?: DeleteAssessmentRunCommandOutput) => void
235
229
  ): void;
236
-
237
230
  deleteAssessmentTarget(
238
231
  args: DeleteAssessmentTargetCommandInput,
239
232
  options?: __HttpHandlerOptions
@@ -247,7 +240,6 @@ export declare class Inspector extends InspectorClient {
247
240
  options: __HttpHandlerOptions,
248
241
  cb: (err: any, data?: DeleteAssessmentTargetCommandOutput) => void
249
242
  ): void;
250
-
251
243
  deleteAssessmentTemplate(
252
244
  args: DeleteAssessmentTemplateCommandInput,
253
245
  options?: __HttpHandlerOptions
@@ -261,7 +253,6 @@ export declare class Inspector extends InspectorClient {
261
253
  options: __HttpHandlerOptions,
262
254
  cb: (err: any, data?: DeleteAssessmentTemplateCommandOutput) => void
263
255
  ): void;
264
-
265
256
  describeAssessmentRuns(
266
257
  args: DescribeAssessmentRunsCommandInput,
267
258
  options?: __HttpHandlerOptions
@@ -275,7 +266,6 @@ export declare class Inspector extends InspectorClient {
275
266
  options: __HttpHandlerOptions,
276
267
  cb: (err: any, data?: DescribeAssessmentRunsCommandOutput) => void
277
268
  ): void;
278
-
279
269
  describeAssessmentTargets(
280
270
  args: DescribeAssessmentTargetsCommandInput,
281
271
  options?: __HttpHandlerOptions
@@ -289,7 +279,6 @@ export declare class Inspector extends InspectorClient {
289
279
  options: __HttpHandlerOptions,
290
280
  cb: (err: any, data?: DescribeAssessmentTargetsCommandOutput) => void
291
281
  ): void;
292
-
293
282
  describeAssessmentTemplates(
294
283
  args: DescribeAssessmentTemplatesCommandInput,
295
284
  options?: __HttpHandlerOptions
@@ -303,7 +292,6 @@ export declare class Inspector extends InspectorClient {
303
292
  options: __HttpHandlerOptions,
304
293
  cb: (err: any, data?: DescribeAssessmentTemplatesCommandOutput) => void
305
294
  ): void;
306
-
307
295
  describeCrossAccountAccessRole(
308
296
  args: DescribeCrossAccountAccessRoleCommandInput,
309
297
  options?: __HttpHandlerOptions
@@ -317,7 +305,6 @@ export declare class Inspector extends InspectorClient {
317
305
  options: __HttpHandlerOptions,
318
306
  cb: (err: any, data?: DescribeCrossAccountAccessRoleCommandOutput) => void
319
307
  ): void;
320
-
321
308
  describeExclusions(
322
309
  args: DescribeExclusionsCommandInput,
323
310
  options?: __HttpHandlerOptions
@@ -331,7 +318,6 @@ export declare class Inspector extends InspectorClient {
331
318
  options: __HttpHandlerOptions,
332
319
  cb: (err: any, data?: DescribeExclusionsCommandOutput) => void
333
320
  ): void;
334
-
335
321
  describeFindings(
336
322
  args: DescribeFindingsCommandInput,
337
323
  options?: __HttpHandlerOptions
@@ -345,7 +331,6 @@ export declare class Inspector extends InspectorClient {
345
331
  options: __HttpHandlerOptions,
346
332
  cb: (err: any, data?: DescribeFindingsCommandOutput) => void
347
333
  ): void;
348
-
349
334
  describeResourceGroups(
350
335
  args: DescribeResourceGroupsCommandInput,
351
336
  options?: __HttpHandlerOptions
@@ -359,7 +344,6 @@ export declare class Inspector extends InspectorClient {
359
344
  options: __HttpHandlerOptions,
360
345
  cb: (err: any, data?: DescribeResourceGroupsCommandOutput) => void
361
346
  ): void;
362
-
363
347
  describeRulesPackages(
364
348
  args: DescribeRulesPackagesCommandInput,
365
349
  options?: __HttpHandlerOptions
@@ -373,7 +357,6 @@ export declare class Inspector extends InspectorClient {
373
357
  options: __HttpHandlerOptions,
374
358
  cb: (err: any, data?: DescribeRulesPackagesCommandOutput) => void
375
359
  ): void;
376
-
377
360
  getAssessmentReport(
378
361
  args: GetAssessmentReportCommandInput,
379
362
  options?: __HttpHandlerOptions
@@ -387,7 +370,6 @@ export declare class Inspector extends InspectorClient {
387
370
  options: __HttpHandlerOptions,
388
371
  cb: (err: any, data?: GetAssessmentReportCommandOutput) => void
389
372
  ): void;
390
-
391
373
  getExclusionsPreview(
392
374
  args: GetExclusionsPreviewCommandInput,
393
375
  options?: __HttpHandlerOptions
@@ -401,7 +383,6 @@ export declare class Inspector extends InspectorClient {
401
383
  options: __HttpHandlerOptions,
402
384
  cb: (err: any, data?: GetExclusionsPreviewCommandOutput) => void
403
385
  ): void;
404
-
405
386
  getTelemetryMetadata(
406
387
  args: GetTelemetryMetadataCommandInput,
407
388
  options?: __HttpHandlerOptions
@@ -415,7 +396,6 @@ export declare class Inspector extends InspectorClient {
415
396
  options: __HttpHandlerOptions,
416
397
  cb: (err: any, data?: GetTelemetryMetadataCommandOutput) => void
417
398
  ): void;
418
-
419
399
  listAssessmentRunAgents(
420
400
  args: ListAssessmentRunAgentsCommandInput,
421
401
  options?: __HttpHandlerOptions
@@ -429,7 +409,6 @@ export declare class Inspector extends InspectorClient {
429
409
  options: __HttpHandlerOptions,
430
410
  cb: (err: any, data?: ListAssessmentRunAgentsCommandOutput) => void
431
411
  ): void;
432
-
433
412
  listAssessmentRuns(
434
413
  args: ListAssessmentRunsCommandInput,
435
414
  options?: __HttpHandlerOptions
@@ -443,7 +422,6 @@ export declare class Inspector extends InspectorClient {
443
422
  options: __HttpHandlerOptions,
444
423
  cb: (err: any, data?: ListAssessmentRunsCommandOutput) => void
445
424
  ): void;
446
-
447
425
  listAssessmentTargets(
448
426
  args: ListAssessmentTargetsCommandInput,
449
427
  options?: __HttpHandlerOptions
@@ -457,7 +435,6 @@ export declare class Inspector extends InspectorClient {
457
435
  options: __HttpHandlerOptions,
458
436
  cb: (err: any, data?: ListAssessmentTargetsCommandOutput) => void
459
437
  ): void;
460
-
461
438
  listAssessmentTemplates(
462
439
  args: ListAssessmentTemplatesCommandInput,
463
440
  options?: __HttpHandlerOptions
@@ -471,7 +448,6 @@ export declare class Inspector extends InspectorClient {
471
448
  options: __HttpHandlerOptions,
472
449
  cb: (err: any, data?: ListAssessmentTemplatesCommandOutput) => void
473
450
  ): void;
474
-
475
451
  listEventSubscriptions(
476
452
  args: ListEventSubscriptionsCommandInput,
477
453
  options?: __HttpHandlerOptions
@@ -485,7 +461,6 @@ export declare class Inspector extends InspectorClient {
485
461
  options: __HttpHandlerOptions,
486
462
  cb: (err: any, data?: ListEventSubscriptionsCommandOutput) => void
487
463
  ): void;
488
-
489
464
  listExclusions(
490
465
  args: ListExclusionsCommandInput,
491
466
  options?: __HttpHandlerOptions
@@ -499,7 +474,6 @@ export declare class Inspector extends InspectorClient {
499
474
  options: __HttpHandlerOptions,
500
475
  cb: (err: any, data?: ListExclusionsCommandOutput) => void
501
476
  ): void;
502
-
503
477
  listFindings(
504
478
  args: ListFindingsCommandInput,
505
479
  options?: __HttpHandlerOptions
@@ -513,7 +487,6 @@ export declare class Inspector extends InspectorClient {
513
487
  options: __HttpHandlerOptions,
514
488
  cb: (err: any, data?: ListFindingsCommandOutput) => void
515
489
  ): void;
516
-
517
490
  listRulesPackages(
518
491
  args: ListRulesPackagesCommandInput,
519
492
  options?: __HttpHandlerOptions
@@ -527,7 +500,6 @@ export declare class Inspector extends InspectorClient {
527
500
  options: __HttpHandlerOptions,
528
501
  cb: (err: any, data?: ListRulesPackagesCommandOutput) => void
529
502
  ): void;
530
-
531
503
  listTagsForResource(
532
504
  args: ListTagsForResourceCommandInput,
533
505
  options?: __HttpHandlerOptions
@@ -541,7 +513,6 @@ export declare class Inspector extends InspectorClient {
541
513
  options: __HttpHandlerOptions,
542
514
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
543
515
  ): void;
544
-
545
516
  previewAgents(
546
517
  args: PreviewAgentsCommandInput,
547
518
  options?: __HttpHandlerOptions
@@ -555,7 +526,6 @@ export declare class Inspector extends InspectorClient {
555
526
  options: __HttpHandlerOptions,
556
527
  cb: (err: any, data?: PreviewAgentsCommandOutput) => void
557
528
  ): void;
558
-
559
529
  registerCrossAccountAccessRole(
560
530
  args: RegisterCrossAccountAccessRoleCommandInput,
561
531
  options?: __HttpHandlerOptions
@@ -569,7 +539,6 @@ export declare class Inspector extends InspectorClient {
569
539
  options: __HttpHandlerOptions,
570
540
  cb: (err: any, data?: RegisterCrossAccountAccessRoleCommandOutput) => void
571
541
  ): void;
572
-
573
542
  removeAttributesFromFindings(
574
543
  args: RemoveAttributesFromFindingsCommandInput,
575
544
  options?: __HttpHandlerOptions
@@ -583,7 +552,6 @@ export declare class Inspector extends InspectorClient {
583
552
  options: __HttpHandlerOptions,
584
553
  cb: (err: any, data?: RemoveAttributesFromFindingsCommandOutput) => void
585
554
  ): void;
586
-
587
555
  setTagsForResource(
588
556
  args: SetTagsForResourceCommandInput,
589
557
  options?: __HttpHandlerOptions
@@ -597,7 +565,6 @@ export declare class Inspector extends InspectorClient {
597
565
  options: __HttpHandlerOptions,
598
566
  cb: (err: any, data?: SetTagsForResourceCommandOutput) => void
599
567
  ): void;
600
-
601
568
  startAssessmentRun(
602
569
  args: StartAssessmentRunCommandInput,
603
570
  options?: __HttpHandlerOptions
@@ -611,7 +578,6 @@ export declare class Inspector extends InspectorClient {
611
578
  options: __HttpHandlerOptions,
612
579
  cb: (err: any, data?: StartAssessmentRunCommandOutput) => void
613
580
  ): void;
614
-
615
581
  stopAssessmentRun(
616
582
  args: StopAssessmentRunCommandInput,
617
583
  options?: __HttpHandlerOptions
@@ -625,7 +591,6 @@ export declare class Inspector extends InspectorClient {
625
591
  options: __HttpHandlerOptions,
626
592
  cb: (err: any, data?: StopAssessmentRunCommandOutput) => void
627
593
  ): void;
628
-
629
594
  subscribeToEvent(
630
595
  args: SubscribeToEventCommandInput,
631
596
  options?: __HttpHandlerOptions
@@ -639,7 +604,6 @@ export declare class Inspector extends InspectorClient {
639
604
  options: __HttpHandlerOptions,
640
605
  cb: (err: any, data?: SubscribeToEventCommandOutput) => void
641
606
  ): void;
642
-
643
607
  unsubscribeFromEvent(
644
608
  args: UnsubscribeFromEventCommandInput,
645
609
  options?: __HttpHandlerOptions
@@ -653,7 +617,6 @@ export declare class Inspector extends InspectorClient {
653
617
  options: __HttpHandlerOptions,
654
618
  cb: (err: any, data?: UnsubscribeFromEventCommandOutput) => void
655
619
  ): void;
656
-
657
620
  updateAssessmentTarget(
658
621
  args: UpdateAssessmentTargetCommandInput,
659
622
  options?: __HttpHandlerOptions
@@ -269,47 +269,26 @@ export declare type ServiceOutputTypes =
269
269
  export interface ClientDefaults
270
270
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
271
271
  requestHandler?: __HttpHandler;
272
-
273
272
  sha256?: __HashConstructor;
274
-
275
273
  urlParser?: __UrlParser;
276
-
277
274
  bodyLengthChecker?: __BodyLengthCalculator;
278
-
279
275
  streamCollector?: __StreamCollector;
280
-
281
276
  base64Decoder?: __Decoder;
282
-
283
277
  base64Encoder?: __Encoder;
284
-
285
278
  utf8Decoder?: __Decoder;
286
-
287
279
  utf8Encoder?: __Encoder;
288
-
289
280
  runtime?: string;
290
-
291
281
  disableHostPrefix?: boolean;
292
-
293
282
  maxAttempts?: number | __Provider<number>;
294
-
295
283
  retryMode?: string | __Provider<string>;
296
-
297
284
  logger?: __Logger;
298
-
299
285
  useDualstackEndpoint?: boolean | __Provider<boolean>;
300
-
301
286
  useFipsEndpoint?: boolean | __Provider<boolean>;
302
-
303
287
  serviceId?: string;
304
-
305
288
  region?: string | __Provider<string>;
306
-
307
289
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
308
-
309
290
  regionInfoProvider?: RegionInfoProvider;
310
-
311
291
  defaultUserAgentProvider?: Provider<__UserAgent>;
312
-
313
292
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
314
293
  }
315
294
  declare type InspectorClientConfigType = Partial<
@@ -322,7 +301,6 @@ declare type InspectorClientConfigType = Partial<
322
301
  HostHeaderInputConfig &
323
302
  AwsAuthInputConfig &
324
303
  UserAgentInputConfig;
325
-
326
304
  export interface InspectorClientConfig extends InspectorClientConfigType {}
327
305
  declare type InspectorClientResolvedConfigType =
328
306
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
@@ -333,10 +311,8 @@ declare type InspectorClientResolvedConfigType =
333
311
  HostHeaderResolvedConfig &
334
312
  AwsAuthResolvedConfig &
335
313
  UserAgentResolvedConfig;
336
-
337
314
  export interface InspectorClientResolvedConfig
338
315
  extends InspectorClientResolvedConfigType {}
339
-
340
316
  export declare class InspectorClient extends __Client<
341
317
  __HttpHandlerOptions,
342
318
  ServiceInputTypes,
@@ -345,7 +321,6 @@ export declare class InspectorClient extends __Client<
345
321
  > {
346
322
  readonly config: InspectorClientResolvedConfig;
347
323
  constructor(configuration: InspectorClientConfig);
348
-
349
324
  destroy(): void;
350
325
  }
351
326
  export {};
@@ -19,7 +19,6 @@ export interface AddAttributesToFindingsCommandInput
19
19
  export interface AddAttributesToFindingsCommandOutput
20
20
  extends AddAttributesToFindingsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class AddAttributesToFindingsCommand extends $Command<
24
23
  AddAttributesToFindingsCommandInput,
25
24
  AddAttributesToFindingsCommandOutput,
@@ -27,7 +26,6 @@ export declare class AddAttributesToFindingsCommand extends $Command<
27
26
  > {
28
27
  readonly input: AddAttributesToFindingsCommandInput;
29
28
  constructor(input: AddAttributesToFindingsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: InspectorClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateAssessmentTargetCommandInput
19
19
  export interface CreateAssessmentTargetCommandOutput
20
20
  extends CreateAssessmentTargetResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateAssessmentTargetCommand extends $Command<
24
23
  CreateAssessmentTargetCommandInput,
25
24
  CreateAssessmentTargetCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateAssessmentTargetCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateAssessmentTargetCommandInput;
29
28
  constructor(input: CreateAssessmentTargetCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: InspectorClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateAssessmentTemplateCommandInput
19
19
  export interface CreateAssessmentTemplateCommandOutput
20
20
  extends CreateAssessmentTemplateResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateAssessmentTemplateCommand extends $Command<
24
23
  CreateAssessmentTemplateCommandInput,
25
24
  CreateAssessmentTemplateCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateAssessmentTemplateCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateAssessmentTemplateCommandInput;
29
28
  constructor(input: CreateAssessmentTemplateCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: InspectorClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateExclusionsPreviewCommandInput
19
19
  export interface CreateExclusionsPreviewCommandOutput
20
20
  extends CreateExclusionsPreviewResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateExclusionsPreviewCommand extends $Command<
24
23
  CreateExclusionsPreviewCommandInput,
25
24
  CreateExclusionsPreviewCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateExclusionsPreviewCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateExclusionsPreviewCommandInput;
29
28
  constructor(input: CreateExclusionsPreviewCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: InspectorClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateResourceGroupCommandInput
19
19
  export interface CreateResourceGroupCommandOutput
20
20
  extends CreateResourceGroupResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateResourceGroupCommand extends $Command<
24
23
  CreateResourceGroupCommandInput,
25
24
  CreateResourceGroupCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateResourceGroupCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateResourceGroupCommandInput;
29
28
  constructor(input: CreateResourceGroupCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: InspectorClientResolvedConfig,
@@ -14,7 +14,6 @@ import { DeleteAssessmentRunRequest } from "../models/models_0";
14
14
  export interface DeleteAssessmentRunCommandInput
15
15
  extends DeleteAssessmentRunRequest {}
16
16
  export interface DeleteAssessmentRunCommandOutput extends __MetadataBearer {}
17
-
18
17
  export declare class DeleteAssessmentRunCommand extends $Command<
19
18
  DeleteAssessmentRunCommandInput,
20
19
  DeleteAssessmentRunCommandOutput,
@@ -22,7 +21,6 @@ export declare class DeleteAssessmentRunCommand extends $Command<
22
21
  > {
23
22
  readonly input: DeleteAssessmentRunCommandInput;
24
23
  constructor(input: DeleteAssessmentRunCommandInput);
25
-
26
24
  resolveMiddleware(
27
25
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
26
  configuration: InspectorClientResolvedConfig,
@@ -14,7 +14,6 @@ import { DeleteAssessmentTargetRequest } from "../models/models_0";
14
14
  export interface DeleteAssessmentTargetCommandInput
15
15
  extends DeleteAssessmentTargetRequest {}
16
16
  export interface DeleteAssessmentTargetCommandOutput extends __MetadataBearer {}
17
-
18
17
  export declare class DeleteAssessmentTargetCommand extends $Command<
19
18
  DeleteAssessmentTargetCommandInput,
20
19
  DeleteAssessmentTargetCommandOutput,
@@ -22,7 +21,6 @@ export declare class DeleteAssessmentTargetCommand extends $Command<
22
21
  > {
23
22
  readonly input: DeleteAssessmentTargetCommandInput;
24
23
  constructor(input: DeleteAssessmentTargetCommandInput);
25
-
26
24
  resolveMiddleware(
27
25
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
26
  configuration: InspectorClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface DeleteAssessmentTemplateCommandInput
15
15
  extends DeleteAssessmentTemplateRequest {}
16
16
  export interface DeleteAssessmentTemplateCommandOutput
17
17
  extends __MetadataBearer {}
18
-
19
18
  export declare class DeleteAssessmentTemplateCommand extends $Command<
20
19
  DeleteAssessmentTemplateCommandInput,
21
20
  DeleteAssessmentTemplateCommandOutput,
@@ -23,7 +22,6 @@ export declare class DeleteAssessmentTemplateCommand extends $Command<
23
22
  > {
24
23
  readonly input: DeleteAssessmentTemplateCommandInput;
25
24
  constructor(input: DeleteAssessmentTemplateCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: InspectorClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeAssessmentRunsCommandInput
19
19
  export interface DescribeAssessmentRunsCommandOutput
20
20
  extends DescribeAssessmentRunsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeAssessmentRunsCommand extends $Command<
24
23
  DescribeAssessmentRunsCommandInput,
25
24
  DescribeAssessmentRunsCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeAssessmentRunsCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeAssessmentRunsCommandInput;
29
28
  constructor(input: DescribeAssessmentRunsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: InspectorClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeAssessmentTargetsCommandInput
19
19
  export interface DescribeAssessmentTargetsCommandOutput
20
20
  extends DescribeAssessmentTargetsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeAssessmentTargetsCommand extends $Command<
24
23
  DescribeAssessmentTargetsCommandInput,
25
24
  DescribeAssessmentTargetsCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeAssessmentTargetsCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeAssessmentTargetsCommandInput;
29
28
  constructor(input: DescribeAssessmentTargetsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: InspectorClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeAssessmentTemplatesCommandInput
19
19
  export interface DescribeAssessmentTemplatesCommandOutput
20
20
  extends DescribeAssessmentTemplatesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeAssessmentTemplatesCommand extends $Command<
24
23
  DescribeAssessmentTemplatesCommandInput,
25
24
  DescribeAssessmentTemplatesCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeAssessmentTemplatesCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeAssessmentTemplatesCommandInput;
29
28
  constructor(input: DescribeAssessmentTemplatesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: InspectorClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface DescribeCrossAccountAccessRoleCommandInput {}
15
15
  export interface DescribeCrossAccountAccessRoleCommandOutput
16
16
  extends DescribeCrossAccountAccessRoleResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class DescribeCrossAccountAccessRoleCommand extends $Command<
20
19
  DescribeCrossAccountAccessRoleCommandInput,
21
20
  DescribeCrossAccountAccessRoleCommandOutput,
@@ -23,7 +22,6 @@ export declare class DescribeCrossAccountAccessRoleCommand extends $Command<
23
22
  > {
24
23
  readonly input: DescribeCrossAccountAccessRoleCommandInput;
25
24
  constructor(input: DescribeCrossAccountAccessRoleCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: InspectorClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeExclusionsCommandInput
19
19
  export interface DescribeExclusionsCommandOutput
20
20
  extends DescribeExclusionsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeExclusionsCommand extends $Command<
24
23
  DescribeExclusionsCommandInput,
25
24
  DescribeExclusionsCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeExclusionsCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeExclusionsCommandInput;
29
28
  constructor(input: DescribeExclusionsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: InspectorClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DescribeFindingsCommandInput extends DescribeFindingsRequest {}
18
18
  export interface DescribeFindingsCommandOutput
19
19
  extends DescribeFindingsResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DescribeFindingsCommand extends $Command<
23
22
  DescribeFindingsCommandInput,
24
23
  DescribeFindingsCommandOutput,
@@ -26,7 +25,6 @@ export declare class DescribeFindingsCommand extends $Command<
26
25
  > {
27
26
  readonly input: DescribeFindingsCommandInput;
28
27
  constructor(input: DescribeFindingsCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: InspectorClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeResourceGroupsCommandInput
19
19
  export interface DescribeResourceGroupsCommandOutput
20
20
  extends DescribeResourceGroupsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeResourceGroupsCommand extends $Command<
24
23
  DescribeResourceGroupsCommandInput,
25
24
  DescribeResourceGroupsCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeResourceGroupsCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeResourceGroupsCommandInput;
29
28
  constructor(input: DescribeResourceGroupsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: InspectorClientResolvedConfig,