@aws-sdk/client-application-insights 3.297.0 → 3.298.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 (59) hide show
  1. package/dist-cjs/commands/CreateApplicationCommand.js +2 -3
  2. package/dist-cjs/commands/CreateComponentCommand.js +2 -3
  3. package/dist-cjs/commands/CreateLogPatternCommand.js +2 -3
  4. package/dist-cjs/commands/DeleteApplicationCommand.js +2 -3
  5. package/dist-cjs/commands/DeleteComponentCommand.js +2 -3
  6. package/dist-cjs/commands/DeleteLogPatternCommand.js +2 -3
  7. package/dist-cjs/commands/DescribeApplicationCommand.js +2 -3
  8. package/dist-cjs/commands/DescribeComponentCommand.js +2 -3
  9. package/dist-cjs/commands/DescribeComponentConfigurationCommand.js +2 -3
  10. package/dist-cjs/commands/DescribeComponentConfigurationRecommendationCommand.js +2 -3
  11. package/dist-cjs/commands/DescribeLogPatternCommand.js +2 -3
  12. package/dist-cjs/commands/DescribeObservationCommand.js +2 -3
  13. package/dist-cjs/commands/DescribeProblemCommand.js +2 -3
  14. package/dist-cjs/commands/DescribeProblemObservationsCommand.js +2 -3
  15. package/dist-cjs/commands/ListApplicationsCommand.js +2 -3
  16. package/dist-cjs/commands/ListComponentsCommand.js +2 -3
  17. package/dist-cjs/commands/ListConfigurationHistoryCommand.js +2 -3
  18. package/dist-cjs/commands/ListLogPatternSetsCommand.js +2 -3
  19. package/dist-cjs/commands/ListLogPatternsCommand.js +2 -3
  20. package/dist-cjs/commands/ListProblemsCommand.js +2 -3
  21. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  22. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  23. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  24. package/dist-cjs/commands/UpdateApplicationCommand.js +2 -3
  25. package/dist-cjs/commands/UpdateComponentCommand.js +2 -3
  26. package/dist-cjs/commands/UpdateComponentConfigurationCommand.js +2 -3
  27. package/dist-cjs/commands/UpdateLogPatternCommand.js +2 -3
  28. package/dist-cjs/models/models_0.js +1 -250
  29. package/dist-es/commands/CreateApplicationCommand.js +2 -3
  30. package/dist-es/commands/CreateComponentCommand.js +2 -3
  31. package/dist-es/commands/CreateLogPatternCommand.js +2 -3
  32. package/dist-es/commands/DeleteApplicationCommand.js +2 -3
  33. package/dist-es/commands/DeleteComponentCommand.js +2 -3
  34. package/dist-es/commands/DeleteLogPatternCommand.js +2 -3
  35. package/dist-es/commands/DescribeApplicationCommand.js +2 -3
  36. package/dist-es/commands/DescribeComponentCommand.js +2 -3
  37. package/dist-es/commands/DescribeComponentConfigurationCommand.js +2 -3
  38. package/dist-es/commands/DescribeComponentConfigurationRecommendationCommand.js +2 -3
  39. package/dist-es/commands/DescribeLogPatternCommand.js +2 -3
  40. package/dist-es/commands/DescribeObservationCommand.js +2 -3
  41. package/dist-es/commands/DescribeProblemCommand.js +2 -3
  42. package/dist-es/commands/DescribeProblemObservationsCommand.js +2 -3
  43. package/dist-es/commands/ListApplicationsCommand.js +2 -3
  44. package/dist-es/commands/ListComponentsCommand.js +2 -3
  45. package/dist-es/commands/ListConfigurationHistoryCommand.js +2 -3
  46. package/dist-es/commands/ListLogPatternSetsCommand.js +2 -3
  47. package/dist-es/commands/ListLogPatternsCommand.js +2 -3
  48. package/dist-es/commands/ListProblemsCommand.js +2 -3
  49. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  50. package/dist-es/commands/TagResourceCommand.js +2 -3
  51. package/dist-es/commands/UntagResourceCommand.js +2 -3
  52. package/dist-es/commands/UpdateApplicationCommand.js +2 -3
  53. package/dist-es/commands/UpdateComponentCommand.js +2 -3
  54. package/dist-es/commands/UpdateComponentConfigurationCommand.js +2 -3
  55. package/dist-es/commands/UpdateLogPatternCommand.js +2 -3
  56. package/dist-es/models/models_0.js +0 -186
  57. package/dist-types/models/models_0.d.ts +0 -248
  58. package/dist-types/ts3.4/models/models_0.d.ts +0 -178
  59. package/package.json +4 -3
@@ -425,181 +425,3 @@ export interface UpdateLogPatternResponse {
425
425
  ResourceGroupName?: string;
426
426
  LogPattern?: LogPattern;
427
427
  }
428
- export declare const ApplicationComponentFilterSensitiveLog: (
429
- obj: ApplicationComponent
430
- ) => any;
431
- export declare const ApplicationInfoFilterSensitiveLog: (
432
- obj: ApplicationInfo
433
- ) => any;
434
- export declare const ConfigurationEventFilterSensitiveLog: (
435
- obj: ConfigurationEvent
436
- ) => any;
437
- export declare const TagFilterSensitiveLog: (obj: Tag) => any;
438
- export declare const CreateApplicationRequestFilterSensitiveLog: (
439
- obj: CreateApplicationRequest
440
- ) => any;
441
- export declare const CreateApplicationResponseFilterSensitiveLog: (
442
- obj: CreateApplicationResponse
443
- ) => any;
444
- export declare const CreateComponentRequestFilterSensitiveLog: (
445
- obj: CreateComponentRequest
446
- ) => any;
447
- export declare const CreateComponentResponseFilterSensitiveLog: (
448
- obj: CreateComponentResponse
449
- ) => any;
450
- export declare const CreateLogPatternRequestFilterSensitiveLog: (
451
- obj: CreateLogPatternRequest
452
- ) => any;
453
- export declare const LogPatternFilterSensitiveLog: (obj: LogPattern) => any;
454
- export declare const CreateLogPatternResponseFilterSensitiveLog: (
455
- obj: CreateLogPatternResponse
456
- ) => any;
457
- export declare const DeleteApplicationRequestFilterSensitiveLog: (
458
- obj: DeleteApplicationRequest
459
- ) => any;
460
- export declare const DeleteApplicationResponseFilterSensitiveLog: (
461
- obj: DeleteApplicationResponse
462
- ) => any;
463
- export declare const DeleteComponentRequestFilterSensitiveLog: (
464
- obj: DeleteComponentRequest
465
- ) => any;
466
- export declare const DeleteComponentResponseFilterSensitiveLog: (
467
- obj: DeleteComponentResponse
468
- ) => any;
469
- export declare const DeleteLogPatternRequestFilterSensitiveLog: (
470
- obj: DeleteLogPatternRequest
471
- ) => any;
472
- export declare const DeleteLogPatternResponseFilterSensitiveLog: (
473
- obj: DeleteLogPatternResponse
474
- ) => any;
475
- export declare const DescribeApplicationRequestFilterSensitiveLog: (
476
- obj: DescribeApplicationRequest
477
- ) => any;
478
- export declare const DescribeApplicationResponseFilterSensitiveLog: (
479
- obj: DescribeApplicationResponse
480
- ) => any;
481
- export declare const DescribeComponentRequestFilterSensitiveLog: (
482
- obj: DescribeComponentRequest
483
- ) => any;
484
- export declare const DescribeComponentResponseFilterSensitiveLog: (
485
- obj: DescribeComponentResponse
486
- ) => any;
487
- export declare const DescribeComponentConfigurationRequestFilterSensitiveLog: (
488
- obj: DescribeComponentConfigurationRequest
489
- ) => any;
490
- export declare const DescribeComponentConfigurationResponseFilterSensitiveLog: (
491
- obj: DescribeComponentConfigurationResponse
492
- ) => any;
493
- export declare const DescribeComponentConfigurationRecommendationRequestFilterSensitiveLog: (
494
- obj: DescribeComponentConfigurationRecommendationRequest
495
- ) => any;
496
- export declare const DescribeComponentConfigurationRecommendationResponseFilterSensitiveLog: (
497
- obj: DescribeComponentConfigurationRecommendationResponse
498
- ) => any;
499
- export declare const DescribeLogPatternRequestFilterSensitiveLog: (
500
- obj: DescribeLogPatternRequest
501
- ) => any;
502
- export declare const DescribeLogPatternResponseFilterSensitiveLog: (
503
- obj: DescribeLogPatternResponse
504
- ) => any;
505
- export declare const DescribeObservationRequestFilterSensitiveLog: (
506
- obj: DescribeObservationRequest
507
- ) => any;
508
- export declare const ObservationFilterSensitiveLog: (obj: Observation) => any;
509
- export declare const DescribeObservationResponseFilterSensitiveLog: (
510
- obj: DescribeObservationResponse
511
- ) => any;
512
- export declare const DescribeProblemRequestFilterSensitiveLog: (
513
- obj: DescribeProblemRequest
514
- ) => any;
515
- export declare const ProblemFilterSensitiveLog: (obj: Problem) => any;
516
- export declare const DescribeProblemResponseFilterSensitiveLog: (
517
- obj: DescribeProblemResponse
518
- ) => any;
519
- export declare const DescribeProblemObservationsRequestFilterSensitiveLog: (
520
- obj: DescribeProblemObservationsRequest
521
- ) => any;
522
- export declare const RelatedObservationsFilterSensitiveLog: (
523
- obj: RelatedObservations
524
- ) => any;
525
- export declare const DescribeProblemObservationsResponseFilterSensitiveLog: (
526
- obj: DescribeProblemObservationsResponse
527
- ) => any;
528
- export declare const ListApplicationsRequestFilterSensitiveLog: (
529
- obj: ListApplicationsRequest
530
- ) => any;
531
- export declare const ListApplicationsResponseFilterSensitiveLog: (
532
- obj: ListApplicationsResponse
533
- ) => any;
534
- export declare const ListComponentsRequestFilterSensitiveLog: (
535
- obj: ListComponentsRequest
536
- ) => any;
537
- export declare const ListComponentsResponseFilterSensitiveLog: (
538
- obj: ListComponentsResponse
539
- ) => any;
540
- export declare const ListConfigurationHistoryRequestFilterSensitiveLog: (
541
- obj: ListConfigurationHistoryRequest
542
- ) => any;
543
- export declare const ListConfigurationHistoryResponseFilterSensitiveLog: (
544
- obj: ListConfigurationHistoryResponse
545
- ) => any;
546
- export declare const ListLogPatternsRequestFilterSensitiveLog: (
547
- obj: ListLogPatternsRequest
548
- ) => any;
549
- export declare const ListLogPatternsResponseFilterSensitiveLog: (
550
- obj: ListLogPatternsResponse
551
- ) => any;
552
- export declare const ListLogPatternSetsRequestFilterSensitiveLog: (
553
- obj: ListLogPatternSetsRequest
554
- ) => any;
555
- export declare const ListLogPatternSetsResponseFilterSensitiveLog: (
556
- obj: ListLogPatternSetsResponse
557
- ) => any;
558
- export declare const ListProblemsRequestFilterSensitiveLog: (
559
- obj: ListProblemsRequest
560
- ) => any;
561
- export declare const ListProblemsResponseFilterSensitiveLog: (
562
- obj: ListProblemsResponse
563
- ) => any;
564
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (
565
- obj: ListTagsForResourceRequest
566
- ) => any;
567
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (
568
- obj: ListTagsForResourceResponse
569
- ) => any;
570
- export declare const TagResourceRequestFilterSensitiveLog: (
571
- obj: TagResourceRequest
572
- ) => any;
573
- export declare const TagResourceResponseFilterSensitiveLog: (
574
- obj: TagResourceResponse
575
- ) => any;
576
- export declare const UntagResourceRequestFilterSensitiveLog: (
577
- obj: UntagResourceRequest
578
- ) => any;
579
- export declare const UntagResourceResponseFilterSensitiveLog: (
580
- obj: UntagResourceResponse
581
- ) => any;
582
- export declare const UpdateApplicationRequestFilterSensitiveLog: (
583
- obj: UpdateApplicationRequest
584
- ) => any;
585
- export declare const UpdateApplicationResponseFilterSensitiveLog: (
586
- obj: UpdateApplicationResponse
587
- ) => any;
588
- export declare const UpdateComponentRequestFilterSensitiveLog: (
589
- obj: UpdateComponentRequest
590
- ) => any;
591
- export declare const UpdateComponentResponseFilterSensitiveLog: (
592
- obj: UpdateComponentResponse
593
- ) => any;
594
- export declare const UpdateComponentConfigurationRequestFilterSensitiveLog: (
595
- obj: UpdateComponentConfigurationRequest
596
- ) => any;
597
- export declare const UpdateComponentConfigurationResponseFilterSensitiveLog: (
598
- obj: UpdateComponentConfigurationResponse
599
- ) => any;
600
- export declare const UpdateLogPatternRequestFilterSensitiveLog: (
601
- obj: UpdateLogPatternRequest
602
- ) => any;
603
- export declare const UpdateLogPatternResponseFilterSensitiveLog: (
604
- obj: UpdateLogPatternResponse
605
- ) => any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-application-insights",
3
3
  "description": "AWS SDK for JavaScript Application Insights Client for Node.js, Browser and React Native",
4
- "version": "3.297.0",
4
+ "version": "3.298.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",
@@ -11,6 +11,7 @@
11
11
  "build:types": "tsc -p tsconfig.types.json",
12
12
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
13
13
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
14
+ "extract:docs": "api-extractor run --local",
14
15
  "generate:client": "node ../../scripts/generate-clients/single-service --solo application-insights"
15
16
  },
16
17
  "main": "./dist-cjs/index.js",
@@ -20,9 +21,9 @@
20
21
  "dependencies": {
21
22
  "@aws-crypto/sha256-browser": "3.0.0",
22
23
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.297.0",
24
+ "@aws-sdk/client-sts": "3.298.0",
24
25
  "@aws-sdk/config-resolver": "3.296.0",
25
- "@aws-sdk/credential-provider-node": "3.297.0",
26
+ "@aws-sdk/credential-provider-node": "3.298.0",
26
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
27
28
  "@aws-sdk/hash-node": "3.296.0",
28
29
  "@aws-sdk/invalid-dependency": "3.296.0",