@aws-sdk/client-application-insights 3.130.0 → 3.141.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 (61) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/CreateApplicationCommand.js +2 -2
  4. package/dist-cjs/commands/CreateComponentCommand.js +2 -2
  5. package/dist-cjs/commands/CreateLogPatternCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteApplicationCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteComponentCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteLogPatternCommand.js +2 -2
  9. package/dist-cjs/commands/DescribeApplicationCommand.js +2 -2
  10. package/dist-cjs/commands/DescribeComponentCommand.js +2 -2
  11. package/dist-cjs/commands/DescribeComponentConfigurationCommand.js +2 -2
  12. package/dist-cjs/commands/DescribeComponentConfigurationRecommendationCommand.js +2 -2
  13. package/dist-cjs/commands/DescribeLogPatternCommand.js +2 -2
  14. package/dist-cjs/commands/DescribeObservationCommand.js +2 -2
  15. package/dist-cjs/commands/DescribeProblemCommand.js +2 -2
  16. package/dist-cjs/commands/DescribeProblemObservationsCommand.js +2 -2
  17. package/dist-cjs/commands/ListApplicationsCommand.js +2 -2
  18. package/dist-cjs/commands/ListComponentsCommand.js +2 -2
  19. package/dist-cjs/commands/ListConfigurationHistoryCommand.js +2 -2
  20. package/dist-cjs/commands/ListLogPatternSetsCommand.js +2 -2
  21. package/dist-cjs/commands/ListLogPatternsCommand.js +2 -2
  22. package/dist-cjs/commands/ListProblemsCommand.js +2 -2
  23. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  24. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  25. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  26. package/dist-cjs/commands/UpdateApplicationCommand.js +2 -2
  27. package/dist-cjs/commands/UpdateComponentCommand.js +2 -2
  28. package/dist-cjs/commands/UpdateComponentConfigurationCommand.js +2 -2
  29. package/dist-cjs/commands/UpdateLogPatternCommand.js +2 -2
  30. package/dist-cjs/models/models_0.js +250 -374
  31. package/dist-es/commands/CreateApplicationCommand.js +3 -3
  32. package/dist-es/commands/CreateComponentCommand.js +3 -3
  33. package/dist-es/commands/CreateLogPatternCommand.js +3 -3
  34. package/dist-es/commands/DeleteApplicationCommand.js +3 -3
  35. package/dist-es/commands/DeleteComponentCommand.js +3 -3
  36. package/dist-es/commands/DeleteLogPatternCommand.js +3 -3
  37. package/dist-es/commands/DescribeApplicationCommand.js +3 -3
  38. package/dist-es/commands/DescribeComponentCommand.js +3 -3
  39. package/dist-es/commands/DescribeComponentConfigurationCommand.js +3 -3
  40. package/dist-es/commands/DescribeComponentConfigurationRecommendationCommand.js +3 -3
  41. package/dist-es/commands/DescribeLogPatternCommand.js +3 -3
  42. package/dist-es/commands/DescribeObservationCommand.js +3 -3
  43. package/dist-es/commands/DescribeProblemCommand.js +3 -3
  44. package/dist-es/commands/DescribeProblemObservationsCommand.js +3 -3
  45. package/dist-es/commands/ListApplicationsCommand.js +3 -3
  46. package/dist-es/commands/ListComponentsCommand.js +3 -3
  47. package/dist-es/commands/ListConfigurationHistoryCommand.js +3 -3
  48. package/dist-es/commands/ListLogPatternSetsCommand.js +3 -3
  49. package/dist-es/commands/ListLogPatternsCommand.js +3 -3
  50. package/dist-es/commands/ListProblemsCommand.js +3 -3
  51. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  52. package/dist-es/commands/TagResourceCommand.js +3 -3
  53. package/dist-es/commands/UntagResourceCommand.js +3 -3
  54. package/dist-es/commands/UpdateApplicationCommand.js +3 -3
  55. package/dist-es/commands/UpdateComponentCommand.js +3 -3
  56. package/dist-es/commands/UpdateComponentConfigurationCommand.js +3 -3
  57. package/dist-es/commands/UpdateLogPatternCommand.js +3 -3
  58. package/dist-es/models/models_0.js +62 -248
  59. package/dist-types/models/models_0.d.ts +248 -372
  60. package/dist-types/ts3.4/models/models_0.d.ts +124 -248
  61. package/package.json +7 -7
@@ -50,12 +50,6 @@ export interface ApplicationComponent {
50
50
  */
51
51
  DetectedWorkload?: Record<string, Record<string, string>>;
52
52
  }
53
- export declare namespace ApplicationComponent {
54
- /**
55
- * @internal
56
- */
57
- const filterSensitiveLog: (obj: ApplicationComponent) => any;
58
- }
59
53
  export declare enum DiscoveryType {
60
54
  ACCOUNT_BASED = "ACCOUNT_BASED",
61
55
  RESOURCE_GROUP_BASED = "RESOURCE_GROUP_BASED"
@@ -112,12 +106,6 @@ export interface ApplicationInfo {
112
106
  */
113
107
  DiscoveryType?: DiscoveryType | string;
114
108
  }
115
- export declare namespace ApplicationInfo {
116
- /**
117
- * @internal
118
- */
119
- const filterSensitiveLog: (obj: ApplicationInfo) => any;
120
- }
121
109
  /**
122
110
  * <p>The request is not understood by the server.</p>
123
111
  */
@@ -164,12 +152,6 @@ export interface ConfigurationEvent {
164
152
  */
165
153
  EventResourceName?: string;
166
154
  }
167
- export declare namespace ConfigurationEvent {
168
- /**
169
- * @internal
170
- */
171
- const filterSensitiveLog: (obj: ConfigurationEvent) => any;
172
- }
173
155
  export declare enum GroupingType {
174
156
  ACCOUNT_BASED = "ACCOUNT_BASED"
175
157
  }
@@ -213,12 +195,6 @@ export interface Tag {
213
195
  */
214
196
  Value: string | undefined;
215
197
  }
216
- export declare namespace Tag {
217
- /**
218
- * @internal
219
- */
220
- const filterSensitiveLog: (obj: Tag) => any;
221
- }
222
198
  export interface CreateApplicationRequest {
223
199
  /**
224
200
  * <p>The name of the resource group.</p>
@@ -263,24 +239,12 @@ export interface CreateApplicationRequest {
263
239
  */
264
240
  GroupingType?: GroupingType | string;
265
241
  }
266
- export declare namespace CreateApplicationRequest {
267
- /**
268
- * @internal
269
- */
270
- const filterSensitiveLog: (obj: CreateApplicationRequest) => any;
271
- }
272
242
  export interface CreateApplicationResponse {
273
243
  /**
274
244
  * <p>Information about the application.</p>
275
245
  */
276
246
  ApplicationInfo?: ApplicationInfo;
277
247
  }
278
- export declare namespace CreateApplicationResponse {
279
- /**
280
- * @internal
281
- */
282
- const filterSensitiveLog: (obj: CreateApplicationResponse) => any;
283
- }
284
248
  /**
285
249
  * <p>The server encountered an internal error and is unable to complete the request.</p>
286
250
  */
@@ -355,20 +319,8 @@ export interface CreateComponentRequest {
355
319
  */
356
320
  ResourceList: string[] | undefined;
357
321
  }
358
- export declare namespace CreateComponentRequest {
359
- /**
360
- * @internal
361
- */
362
- const filterSensitiveLog: (obj: CreateComponentRequest) => any;
363
- }
364
322
  export interface CreateComponentResponse {
365
323
  }
366
- export declare namespace CreateComponentResponse {
367
- /**
368
- * @internal
369
- */
370
- const filterSensitiveLog: (obj: CreateComponentResponse) => any;
371
- }
372
324
  export interface CreateLogPatternRequest {
373
325
  /**
374
326
  * <p>The name of the resource group.</p>
@@ -401,12 +353,6 @@ export interface CreateLogPatternRequest {
401
353
  */
402
354
  Rank: number | undefined;
403
355
  }
404
- export declare namespace CreateLogPatternRequest {
405
- /**
406
- * @internal
407
- */
408
- const filterSensitiveLog: (obj: CreateLogPatternRequest) => any;
409
- }
410
356
  /**
411
357
  * <p>An object that defines the log patterns that belongs to a
412
358
  * <code>LogPatternSet</code>.</p>
@@ -444,12 +390,6 @@ export interface LogPattern {
444
390
  */
445
391
  Rank?: number;
446
392
  }
447
- export declare namespace LogPattern {
448
- /**
449
- * @internal
450
- */
451
- const filterSensitiveLog: (obj: LogPattern) => any;
452
- }
453
393
  export interface CreateLogPatternResponse {
454
394
  /**
455
395
  * <p>The successfully created log pattern.</p>
@@ -460,32 +400,14 @@ export interface CreateLogPatternResponse {
460
400
  */
461
401
  ResourceGroupName?: string;
462
402
  }
463
- export declare namespace CreateLogPatternResponse {
464
- /**
465
- * @internal
466
- */
467
- const filterSensitiveLog: (obj: CreateLogPatternResponse) => any;
468
- }
469
403
  export interface DeleteApplicationRequest {
470
404
  /**
471
405
  * <p>The name of the resource group.</p>
472
406
  */
473
407
  ResourceGroupName: string | undefined;
474
408
  }
475
- export declare namespace DeleteApplicationRequest {
476
- /**
477
- * @internal
478
- */
479
- const filterSensitiveLog: (obj: DeleteApplicationRequest) => any;
480
- }
481
409
  export interface DeleteApplicationResponse {
482
410
  }
483
- export declare namespace DeleteApplicationResponse {
484
- /**
485
- * @internal
486
- */
487
- const filterSensitiveLog: (obj: DeleteApplicationResponse) => any;
488
- }
489
411
  export interface DeleteComponentRequest {
490
412
  /**
491
413
  * <p>The name of the resource group.</p>
@@ -496,20 +418,8 @@ export interface DeleteComponentRequest {
496
418
  */
497
419
  ComponentName: string | undefined;
498
420
  }
499
- export declare namespace DeleteComponentRequest {
500
- /**
501
- * @internal
502
- */
503
- const filterSensitiveLog: (obj: DeleteComponentRequest) => any;
504
- }
505
421
  export interface DeleteComponentResponse {
506
422
  }
507
- export declare namespace DeleteComponentResponse {
508
- /**
509
- * @internal
510
- */
511
- const filterSensitiveLog: (obj: DeleteComponentResponse) => any;
512
- }
513
423
  export interface DeleteLogPatternRequest {
514
424
  /**
515
425
  * <p>The name of the resource group.</p>
@@ -524,44 +434,20 @@ export interface DeleteLogPatternRequest {
524
434
  */
525
435
  PatternName: string | undefined;
526
436
  }
527
- export declare namespace DeleteLogPatternRequest {
528
- /**
529
- * @internal
530
- */
531
- const filterSensitiveLog: (obj: DeleteLogPatternRequest) => any;
532
- }
533
437
  export interface DeleteLogPatternResponse {
534
438
  }
535
- export declare namespace DeleteLogPatternResponse {
536
- /**
537
- * @internal
538
- */
539
- const filterSensitiveLog: (obj: DeleteLogPatternResponse) => any;
540
- }
541
439
  export interface DescribeApplicationRequest {
542
440
  /**
543
441
  * <p>The name of the resource group.</p>
544
442
  */
545
443
  ResourceGroupName: string | undefined;
546
444
  }
547
- export declare namespace DescribeApplicationRequest {
548
- /**
549
- * @internal
550
- */
551
- const filterSensitiveLog: (obj: DescribeApplicationRequest) => any;
552
- }
553
445
  export interface DescribeApplicationResponse {
554
446
  /**
555
447
  * <p>Information about the application.</p>
556
448
  */
557
449
  ApplicationInfo?: ApplicationInfo;
558
450
  }
559
- export declare namespace DescribeApplicationResponse {
560
- /**
561
- * @internal
562
- */
563
- const filterSensitiveLog: (obj: DescribeApplicationResponse) => any;
564
- }
565
451
  export interface DescribeComponentRequest {
566
452
  /**
567
453
  * <p>The name of the resource group.</p>
@@ -572,12 +458,6 @@ export interface DescribeComponentRequest {
572
458
  */
573
459
  ComponentName: string | undefined;
574
460
  }
575
- export declare namespace DescribeComponentRequest {
576
- /**
577
- * @internal
578
- */
579
- const filterSensitiveLog: (obj: DescribeComponentRequest) => any;
580
- }
581
461
  export interface DescribeComponentResponse {
582
462
  /**
583
463
  * <p>Describes a standalone resource or similarly grouped resources that the application is
@@ -589,12 +469,6 @@ export interface DescribeComponentResponse {
589
469
  */
590
470
  ResourceList?: string[];
591
471
  }
592
- export declare namespace DescribeComponentResponse {
593
- /**
594
- * @internal
595
- */
596
- const filterSensitiveLog: (obj: DescribeComponentResponse) => any;
597
- }
598
472
  export interface DescribeComponentConfigurationRequest {
599
473
  /**
600
474
  * <p>The name of the resource group.</p>
@@ -605,12 +479,6 @@ export interface DescribeComponentConfigurationRequest {
605
479
  */
606
480
  ComponentName: string | undefined;
607
481
  }
608
- export declare namespace DescribeComponentConfigurationRequest {
609
- /**
610
- * @internal
611
- */
612
- const filterSensitiveLog: (obj: DescribeComponentConfigurationRequest) => any;
613
- }
614
482
  export interface DescribeComponentConfigurationResponse {
615
483
  /**
616
484
  * <p>Indicates whether the application component is monitored.</p>
@@ -629,12 +497,6 @@ export interface DescribeComponentConfigurationResponse {
629
497
  */
630
498
  ComponentConfiguration?: string;
631
499
  }
632
- export declare namespace DescribeComponentConfigurationResponse {
633
- /**
634
- * @internal
635
- */
636
- const filterSensitiveLog: (obj: DescribeComponentConfigurationResponse) => any;
637
- }
638
500
  export interface DescribeComponentConfigurationRecommendationRequest {
639
501
  /**
640
502
  * <p>The name of the resource group.</p>
@@ -649,12 +511,6 @@ export interface DescribeComponentConfigurationRecommendationRequest {
649
511
  */
650
512
  Tier: Tier | string | undefined;
651
513
  }
652
- export declare namespace DescribeComponentConfigurationRecommendationRequest {
653
- /**
654
- * @internal
655
- */
656
- const filterSensitiveLog: (obj: DescribeComponentConfigurationRecommendationRequest) => any;
657
- }
658
514
  export interface DescribeComponentConfigurationRecommendationResponse {
659
515
  /**
660
516
  * <p>The recommended configuration settings of the component. The value is the escaped JSON
@@ -662,12 +518,6 @@ export interface DescribeComponentConfigurationRecommendationResponse {
662
518
  */
663
519
  ComponentConfiguration?: string;
664
520
  }
665
- export declare namespace DescribeComponentConfigurationRecommendationResponse {
666
- /**
667
- * @internal
668
- */
669
- const filterSensitiveLog: (obj: DescribeComponentConfigurationRecommendationResponse) => any;
670
- }
671
521
  export interface DescribeLogPatternRequest {
672
522
  /**
673
523
  * <p>The name of the resource group.</p>
@@ -682,12 +532,6 @@ export interface DescribeLogPatternRequest {
682
532
  */
683
533
  PatternName: string | undefined;
684
534
  }
685
- export declare namespace DescribeLogPatternRequest {
686
- /**
687
- * @internal
688
- */
689
- const filterSensitiveLog: (obj: DescribeLogPatternRequest) => any;
690
- }
691
535
  export interface DescribeLogPatternResponse {
692
536
  /**
693
537
  * <p>The name of the resource group.</p>
@@ -698,24 +542,12 @@ export interface DescribeLogPatternResponse {
698
542
  */
699
543
  LogPattern?: LogPattern;
700
544
  }
701
- export declare namespace DescribeLogPatternResponse {
702
- /**
703
- * @internal
704
- */
705
- const filterSensitiveLog: (obj: DescribeLogPatternResponse) => any;
706
- }
707
545
  export interface DescribeObservationRequest {
708
546
  /**
709
547
  * <p>The ID of the observation.</p>
710
548
  */
711
549
  ObservationId: string | undefined;
712
550
  }
713
- export declare namespace DescribeObservationRequest {
714
- /**
715
- * @internal
716
- */
717
- const filterSensitiveLog: (obj: DescribeObservationRequest) => any;
718
- }
719
551
  export declare type LogFilter = "ERROR" | "INFO" | "WARN";
720
552
  /**
721
553
  * <p>Describes an anomaly or error with the application.</p>
@@ -913,36 +745,18 @@ export interface Observation {
913
745
  */
914
746
  XRayNodeType?: string;
915
747
  }
916
- export declare namespace Observation {
917
- /**
918
- * @internal
919
- */
920
- const filterSensitiveLog: (obj: Observation) => any;
921
- }
922
748
  export interface DescribeObservationResponse {
923
749
  /**
924
750
  * <p>Information about the observation.</p>
925
751
  */
926
752
  Observation?: Observation;
927
753
  }
928
- export declare namespace DescribeObservationResponse {
929
- /**
930
- * @internal
931
- */
932
- const filterSensitiveLog: (obj: DescribeObservationResponse) => any;
933
- }
934
754
  export interface DescribeProblemRequest {
935
755
  /**
936
756
  * <p>The ID of the problem.</p>
937
757
  */
938
758
  ProblemId: string | undefined;
939
759
  }
940
- export declare namespace DescribeProblemRequest {
941
- /**
942
- * @internal
943
- */
944
- const filterSensitiveLog: (obj: DescribeProblemRequest) => any;
945
- }
946
760
  export declare type FeedbackKey = "INSIGHTS_FEEDBACK";
947
761
  export declare type FeedbackValue = "NOT_SPECIFIED" | "NOT_USEFUL" | "USEFUL";
948
762
  export declare type SeverityLevel = "High" | "Informative" | "Low" | "Medium";
@@ -1001,36 +815,18 @@ export interface Problem {
1001
815
  */
1002
816
  LastRecurrenceTime?: Date;
1003
817
  }
1004
- export declare namespace Problem {
1005
- /**
1006
- * @internal
1007
- */
1008
- const filterSensitiveLog: (obj: Problem) => any;
1009
- }
1010
818
  export interface DescribeProblemResponse {
1011
819
  /**
1012
820
  * <p>Information about the problem. </p>
1013
821
  */
1014
822
  Problem?: Problem;
1015
823
  }
1016
- export declare namespace DescribeProblemResponse {
1017
- /**
1018
- * @internal
1019
- */
1020
- const filterSensitiveLog: (obj: DescribeProblemResponse) => any;
1021
- }
1022
824
  export interface DescribeProblemObservationsRequest {
1023
825
  /**
1024
826
  * <p>The ID of the problem.</p>
1025
827
  */
1026
828
  ProblemId: string | undefined;
1027
829
  }
1028
- export declare namespace DescribeProblemObservationsRequest {
1029
- /**
1030
- * @internal
1031
- */
1032
- const filterSensitiveLog: (obj: DescribeProblemObservationsRequest) => any;
1033
- }
1034
830
  /**
1035
831
  * <p>Describes observations related to the problem.</p>
1036
832
  */
@@ -1040,24 +836,12 @@ export interface RelatedObservations {
1040
836
  */
1041
837
  ObservationList?: Observation[];
1042
838
  }
1043
- export declare namespace RelatedObservations {
1044
- /**
1045
- * @internal
1046
- */
1047
- const filterSensitiveLog: (obj: RelatedObservations) => any;
1048
- }
1049
839
  export interface DescribeProblemObservationsResponse {
1050
840
  /**
1051
841
  * <p>Observations related to the problem.</p>
1052
842
  */
1053
843
  RelatedObservations?: RelatedObservations;
1054
844
  }
1055
- export declare namespace DescribeProblemObservationsResponse {
1056
- /**
1057
- * @internal
1058
- */
1059
- const filterSensitiveLog: (obj: DescribeProblemObservationsResponse) => any;
1060
- }
1061
845
  export interface ListApplicationsRequest {
1062
846
  /**
1063
847
  * <p>The maximum number of results to return in a single call. To retrieve the remaining
@@ -1069,12 +853,6 @@ export interface ListApplicationsRequest {
1069
853
  */
1070
854
  NextToken?: string;
1071
855
  }
1072
- export declare namespace ListApplicationsRequest {
1073
- /**
1074
- * @internal
1075
- */
1076
- const filterSensitiveLog: (obj: ListApplicationsRequest) => any;
1077
- }
1078
856
  export interface ListApplicationsResponse {
1079
857
  /**
1080
858
  * <p>The list of applications.</p>
@@ -1086,12 +864,6 @@ export interface ListApplicationsResponse {
1086
864
  */
1087
865
  NextToken?: string;
1088
866
  }
1089
- export declare namespace ListApplicationsResponse {
1090
- /**
1091
- * @internal
1092
- */
1093
- const filterSensitiveLog: (obj: ListApplicationsResponse) => any;
1094
- }
1095
867
  export interface ListComponentsRequest {
1096
868
  /**
1097
869
  * <p>The name of the resource group.</p>
@@ -1107,12 +879,6 @@ export interface ListComponentsRequest {
1107
879
  */
1108
880
  NextToken?: string;
1109
881
  }
1110
- export declare namespace ListComponentsRequest {
1111
- /**
1112
- * @internal
1113
- */
1114
- const filterSensitiveLog: (obj: ListComponentsRequest) => any;
1115
- }
1116
882
  export interface ListComponentsResponse {
1117
883
  /**
1118
884
  * <p>The list of application components.</p>
@@ -1123,12 +889,6 @@ export interface ListComponentsResponse {
1123
889
  */
1124
890
  NextToken?: string;
1125
891
  }
1126
- export declare namespace ListComponentsResponse {
1127
- /**
1128
- * @internal
1129
- */
1130
- const filterSensitiveLog: (obj: ListComponentsResponse) => any;
1131
- }
1132
892
  export interface ListConfigurationHistoryRequest {
1133
893
  /**
1134
894
  * <p>Resource group to which the application belongs. </p>
@@ -1166,12 +926,6 @@ export interface ListConfigurationHistoryRequest {
1166
926
  */
1167
927
  NextToken?: string;
1168
928
  }
1169
- export declare namespace ListConfigurationHistoryRequest {
1170
- /**
1171
- * @internal
1172
- */
1173
- const filterSensitiveLog: (obj: ListConfigurationHistoryRequest) => any;
1174
- }
1175
929
  export interface ListConfigurationHistoryResponse {
1176
930
  /**
1177
931
  * <p> The list of configuration events and their corresponding details. </p>
@@ -1186,12 +940,6 @@ export interface ListConfigurationHistoryResponse {
1186
940
  */
1187
941
  NextToken?: string;
1188
942
  }
1189
- export declare namespace ListConfigurationHistoryResponse {
1190
- /**
1191
- * @internal
1192
- */
1193
- const filterSensitiveLog: (obj: ListConfigurationHistoryResponse) => any;
1194
- }
1195
943
  export interface ListLogPatternsRequest {
1196
944
  /**
1197
945
  * <p>The name of the resource group.</p>
@@ -1211,12 +959,6 @@ export interface ListLogPatternsRequest {
1211
959
  */
1212
960
  NextToken?: string;
1213
961
  }
1214
- export declare namespace ListLogPatternsRequest {
1215
- /**
1216
- * @internal
1217
- */
1218
- const filterSensitiveLog: (obj: ListLogPatternsRequest) => any;
1219
- }
1220
962
  export interface ListLogPatternsResponse {
1221
963
  /**
1222
964
  * <p>The name of the resource group.</p>
@@ -1232,12 +974,6 @@ export interface ListLogPatternsResponse {
1232
974
  */
1233
975
  NextToken?: string;
1234
976
  }
1235
- export declare namespace ListLogPatternsResponse {
1236
- /**
1237
- * @internal
1238
- */
1239
- const filterSensitiveLog: (obj: ListLogPatternsResponse) => any;
1240
- }
1241
977
  export interface ListLogPatternSetsRequest {
1242
978
  /**
1243
979
  * <p>The name of the resource group.</p>
@@ -1253,12 +989,6 @@ export interface ListLogPatternSetsRequest {
1253
989
  */
1254
990
  NextToken?: string;
1255
991
  }
1256
- export declare namespace ListLogPatternSetsRequest {
1257
- /**
1258
- * @internal
1259
- */
1260
- const filterSensitiveLog: (obj: ListLogPatternSetsRequest) => any;
1261
- }
1262
992
  export interface ListLogPatternSetsResponse {
1263
993
  /**
1264
994
  * <p>The name of the resource group.</p>
@@ -1274,12 +1004,6 @@ export interface ListLogPatternSetsResponse {
1274
1004
  */
1275
1005
  NextToken?: string;
1276
1006
  }
1277
- export declare namespace ListLogPatternSetsResponse {
1278
- /**
1279
- * @internal
1280
- */
1281
- const filterSensitiveLog: (obj: ListLogPatternSetsResponse) => any;
1282
- }
1283
1007
  export interface ListProblemsRequest {
1284
1008
  /**
1285
1009
  * <p>The name of the resource group.</p>
@@ -1309,12 +1033,6 @@ export interface ListProblemsRequest {
1309
1033
  */
1310
1034
  ComponentName?: string;
1311
1035
  }
1312
- export declare namespace ListProblemsRequest {
1313
- /**
1314
- * @internal
1315
- */
1316
- const filterSensitiveLog: (obj: ListProblemsRequest) => any;
1317
- }
1318
1036
  export interface ListProblemsResponse {
1319
1037
  /**
1320
1038
  * <p>The list of problems. </p>
@@ -1330,12 +1048,6 @@ export interface ListProblemsResponse {
1330
1048
  */
1331
1049
  ResourceGroupName?: string;
1332
1050
  }
1333
- export declare namespace ListProblemsResponse {
1334
- /**
1335
- * @internal
1336
- */
1337
- const filterSensitiveLog: (obj: ListProblemsResponse) => any;
1338
- }
1339
1051
  export interface ListTagsForResourceRequest {
1340
1052
  /**
1341
1053
  * <p>The Amazon Resource Name (ARN) of the application that you want to retrieve tag
@@ -1343,12 +1055,6 @@ export interface ListTagsForResourceRequest {
1343
1055
  */
1344
1056
  ResourceARN: string | undefined;
1345
1057
  }
1346
- export declare namespace ListTagsForResourceRequest {
1347
- /**
1348
- * @internal
1349
- */
1350
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1351
- }
1352
1058
  export interface ListTagsForResourceResponse {
1353
1059
  /**
1354
1060
  * <p>An array that lists all the tags that are associated with the application. Each tag
@@ -1357,12 +1063,6 @@ export interface ListTagsForResourceResponse {
1357
1063
  */
1358
1064
  Tags?: Tag[];
1359
1065
  }
1360
- export declare namespace ListTagsForResourceResponse {
1361
- /**
1362
- * @internal
1363
- */
1364
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1365
- }
1366
1066
  export interface TagResourceRequest {
1367
1067
  /**
1368
1068
  * <p>The Amazon Resource Name (ARN) of the application that you want to add one or more tags
@@ -1376,20 +1076,8 @@ export interface TagResourceRequest {
1376
1076
  */
1377
1077
  Tags: Tag[] | undefined;
1378
1078
  }
1379
- export declare namespace TagResourceRequest {
1380
- /**
1381
- * @internal
1382
- */
1383
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
1384
- }
1385
1079
  export interface TagResourceResponse {
1386
1080
  }
1387
- export declare namespace TagResourceResponse {
1388
- /**
1389
- * @internal
1390
- */
1391
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
1392
- }
1393
1081
  /**
1394
1082
  * <p>The number of the provided tags is beyond the limit, or the number of total tags you are
1395
1083
  * trying to attach to the specified resource exceeds the limit.</p>
@@ -1422,20 +1110,8 @@ export interface UntagResourceRequest {
1422
1110
  */
1423
1111
  TagKeys: string[] | undefined;
1424
1112
  }
1425
- export declare namespace UntagResourceRequest {
1426
- /**
1427
- * @internal
1428
- */
1429
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
1430
- }
1431
1113
  export interface UntagResourceResponse {
1432
1114
  }
1433
- export declare namespace UntagResourceResponse {
1434
- /**
1435
- * @internal
1436
- */
1437
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
1438
- }
1439
1115
  export interface UpdateApplicationRequest {
1440
1116
  /**
1441
1117
  * <p>The name of the resource group.</p>
@@ -1466,24 +1142,12 @@ export interface UpdateApplicationRequest {
1466
1142
  */
1467
1143
  AutoConfigEnabled?: boolean;
1468
1144
  }
1469
- export declare namespace UpdateApplicationRequest {
1470
- /**
1471
- * @internal
1472
- */
1473
- const filterSensitiveLog: (obj: UpdateApplicationRequest) => any;
1474
- }
1475
1145
  export interface UpdateApplicationResponse {
1476
1146
  /**
1477
1147
  * <p>Information about the application. </p>
1478
1148
  */
1479
1149
  ApplicationInfo?: ApplicationInfo;
1480
1150
  }
1481
- export declare namespace UpdateApplicationResponse {
1482
- /**
1483
- * @internal
1484
- */
1485
- const filterSensitiveLog: (obj: UpdateApplicationResponse) => any;
1486
- }
1487
1151
  export interface UpdateComponentRequest {
1488
1152
  /**
1489
1153
  * <p>The name of the resource group.</p>
@@ -1502,20 +1166,8 @@ export interface UpdateComponentRequest {
1502
1166
  */
1503
1167
  ResourceList?: string[];
1504
1168
  }
1505
- export declare namespace UpdateComponentRequest {
1506
- /**
1507
- * @internal
1508
- */
1509
- const filterSensitiveLog: (obj: UpdateComponentRequest) => any;
1510
- }
1511
1169
  export interface UpdateComponentResponse {
1512
1170
  }
1513
- export declare namespace UpdateComponentResponse {
1514
- /**
1515
- * @internal
1516
- */
1517
- const filterSensitiveLog: (obj: UpdateComponentResponse) => any;
1518
- }
1519
1171
  export interface UpdateComponentConfigurationRequest {
1520
1172
  /**
1521
1173
  * <p>The name of the resource group.</p>
@@ -1547,20 +1199,8 @@ export interface UpdateComponentConfigurationRequest {
1547
1199
  */
1548
1200
  AutoConfigEnabled?: boolean;
1549
1201
  }
1550
- export declare namespace UpdateComponentConfigurationRequest {
1551
- /**
1552
- * @internal
1553
- */
1554
- const filterSensitiveLog: (obj: UpdateComponentConfigurationRequest) => any;
1555
- }
1556
1202
  export interface UpdateComponentConfigurationResponse {
1557
1203
  }
1558
- export declare namespace UpdateComponentConfigurationResponse {
1559
- /**
1560
- * @internal
1561
- */
1562
- const filterSensitiveLog: (obj: UpdateComponentConfigurationResponse) => any;
1563
- }
1564
1204
  export interface UpdateLogPatternRequest {
1565
1205
  /**
1566
1206
  * <p>The name of the resource group.</p>
@@ -1593,12 +1233,6 @@ export interface UpdateLogPatternRequest {
1593
1233
  */
1594
1234
  Rank?: number;
1595
1235
  }
1596
- export declare namespace UpdateLogPatternRequest {
1597
- /**
1598
- * @internal
1599
- */
1600
- const filterSensitiveLog: (obj: UpdateLogPatternRequest) => any;
1601
- }
1602
1236
  export interface UpdateLogPatternResponse {
1603
1237
  /**
1604
1238
  * <p>The name of the resource group.</p>
@@ -1609,9 +1243,251 @@ export interface UpdateLogPatternResponse {
1609
1243
  */
1610
1244
  LogPattern?: LogPattern;
1611
1245
  }
1612
- export declare namespace UpdateLogPatternResponse {
1613
- /**
1614
- * @internal
1615
- */
1616
- const filterSensitiveLog: (obj: UpdateLogPatternResponse) => any;
1617
- }
1246
+ /**
1247
+ * @internal
1248
+ */
1249
+ export declare const ApplicationComponentFilterSensitiveLog: (obj: ApplicationComponent) => any;
1250
+ /**
1251
+ * @internal
1252
+ */
1253
+ export declare const ApplicationInfoFilterSensitiveLog: (obj: ApplicationInfo) => any;
1254
+ /**
1255
+ * @internal
1256
+ */
1257
+ export declare const ConfigurationEventFilterSensitiveLog: (obj: ConfigurationEvent) => any;
1258
+ /**
1259
+ * @internal
1260
+ */
1261
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1262
+ /**
1263
+ * @internal
1264
+ */
1265
+ export declare const CreateApplicationRequestFilterSensitiveLog: (obj: CreateApplicationRequest) => any;
1266
+ /**
1267
+ * @internal
1268
+ */
1269
+ export declare const CreateApplicationResponseFilterSensitiveLog: (obj: CreateApplicationResponse) => any;
1270
+ /**
1271
+ * @internal
1272
+ */
1273
+ export declare const CreateComponentRequestFilterSensitiveLog: (obj: CreateComponentRequest) => any;
1274
+ /**
1275
+ * @internal
1276
+ */
1277
+ export declare const CreateComponentResponseFilterSensitiveLog: (obj: CreateComponentResponse) => any;
1278
+ /**
1279
+ * @internal
1280
+ */
1281
+ export declare const CreateLogPatternRequestFilterSensitiveLog: (obj: CreateLogPatternRequest) => any;
1282
+ /**
1283
+ * @internal
1284
+ */
1285
+ export declare const LogPatternFilterSensitiveLog: (obj: LogPattern) => any;
1286
+ /**
1287
+ * @internal
1288
+ */
1289
+ export declare const CreateLogPatternResponseFilterSensitiveLog: (obj: CreateLogPatternResponse) => any;
1290
+ /**
1291
+ * @internal
1292
+ */
1293
+ export declare const DeleteApplicationRequestFilterSensitiveLog: (obj: DeleteApplicationRequest) => any;
1294
+ /**
1295
+ * @internal
1296
+ */
1297
+ export declare const DeleteApplicationResponseFilterSensitiveLog: (obj: DeleteApplicationResponse) => any;
1298
+ /**
1299
+ * @internal
1300
+ */
1301
+ export declare const DeleteComponentRequestFilterSensitiveLog: (obj: DeleteComponentRequest) => any;
1302
+ /**
1303
+ * @internal
1304
+ */
1305
+ export declare const DeleteComponentResponseFilterSensitiveLog: (obj: DeleteComponentResponse) => any;
1306
+ /**
1307
+ * @internal
1308
+ */
1309
+ export declare const DeleteLogPatternRequestFilterSensitiveLog: (obj: DeleteLogPatternRequest) => any;
1310
+ /**
1311
+ * @internal
1312
+ */
1313
+ export declare const DeleteLogPatternResponseFilterSensitiveLog: (obj: DeleteLogPatternResponse) => any;
1314
+ /**
1315
+ * @internal
1316
+ */
1317
+ export declare const DescribeApplicationRequestFilterSensitiveLog: (obj: DescribeApplicationRequest) => any;
1318
+ /**
1319
+ * @internal
1320
+ */
1321
+ export declare const DescribeApplicationResponseFilterSensitiveLog: (obj: DescribeApplicationResponse) => any;
1322
+ /**
1323
+ * @internal
1324
+ */
1325
+ export declare const DescribeComponentRequestFilterSensitiveLog: (obj: DescribeComponentRequest) => any;
1326
+ /**
1327
+ * @internal
1328
+ */
1329
+ export declare const DescribeComponentResponseFilterSensitiveLog: (obj: DescribeComponentResponse) => any;
1330
+ /**
1331
+ * @internal
1332
+ */
1333
+ export declare const DescribeComponentConfigurationRequestFilterSensitiveLog: (obj: DescribeComponentConfigurationRequest) => any;
1334
+ /**
1335
+ * @internal
1336
+ */
1337
+ export declare const DescribeComponentConfigurationResponseFilterSensitiveLog: (obj: DescribeComponentConfigurationResponse) => any;
1338
+ /**
1339
+ * @internal
1340
+ */
1341
+ export declare const DescribeComponentConfigurationRecommendationRequestFilterSensitiveLog: (obj: DescribeComponentConfigurationRecommendationRequest) => any;
1342
+ /**
1343
+ * @internal
1344
+ */
1345
+ export declare const DescribeComponentConfigurationRecommendationResponseFilterSensitiveLog: (obj: DescribeComponentConfigurationRecommendationResponse) => any;
1346
+ /**
1347
+ * @internal
1348
+ */
1349
+ export declare const DescribeLogPatternRequestFilterSensitiveLog: (obj: DescribeLogPatternRequest) => any;
1350
+ /**
1351
+ * @internal
1352
+ */
1353
+ export declare const DescribeLogPatternResponseFilterSensitiveLog: (obj: DescribeLogPatternResponse) => any;
1354
+ /**
1355
+ * @internal
1356
+ */
1357
+ export declare const DescribeObservationRequestFilterSensitiveLog: (obj: DescribeObservationRequest) => any;
1358
+ /**
1359
+ * @internal
1360
+ */
1361
+ export declare const ObservationFilterSensitiveLog: (obj: Observation) => any;
1362
+ /**
1363
+ * @internal
1364
+ */
1365
+ export declare const DescribeObservationResponseFilterSensitiveLog: (obj: DescribeObservationResponse) => any;
1366
+ /**
1367
+ * @internal
1368
+ */
1369
+ export declare const DescribeProblemRequestFilterSensitiveLog: (obj: DescribeProblemRequest) => any;
1370
+ /**
1371
+ * @internal
1372
+ */
1373
+ export declare const ProblemFilterSensitiveLog: (obj: Problem) => any;
1374
+ /**
1375
+ * @internal
1376
+ */
1377
+ export declare const DescribeProblemResponseFilterSensitiveLog: (obj: DescribeProblemResponse) => any;
1378
+ /**
1379
+ * @internal
1380
+ */
1381
+ export declare const DescribeProblemObservationsRequestFilterSensitiveLog: (obj: DescribeProblemObservationsRequest) => any;
1382
+ /**
1383
+ * @internal
1384
+ */
1385
+ export declare const RelatedObservationsFilterSensitiveLog: (obj: RelatedObservations) => any;
1386
+ /**
1387
+ * @internal
1388
+ */
1389
+ export declare const DescribeProblemObservationsResponseFilterSensitiveLog: (obj: DescribeProblemObservationsResponse) => any;
1390
+ /**
1391
+ * @internal
1392
+ */
1393
+ export declare const ListApplicationsRequestFilterSensitiveLog: (obj: ListApplicationsRequest) => any;
1394
+ /**
1395
+ * @internal
1396
+ */
1397
+ export declare const ListApplicationsResponseFilterSensitiveLog: (obj: ListApplicationsResponse) => any;
1398
+ /**
1399
+ * @internal
1400
+ */
1401
+ export declare const ListComponentsRequestFilterSensitiveLog: (obj: ListComponentsRequest) => any;
1402
+ /**
1403
+ * @internal
1404
+ */
1405
+ export declare const ListComponentsResponseFilterSensitiveLog: (obj: ListComponentsResponse) => any;
1406
+ /**
1407
+ * @internal
1408
+ */
1409
+ export declare const ListConfigurationHistoryRequestFilterSensitiveLog: (obj: ListConfigurationHistoryRequest) => any;
1410
+ /**
1411
+ * @internal
1412
+ */
1413
+ export declare const ListConfigurationHistoryResponseFilterSensitiveLog: (obj: ListConfigurationHistoryResponse) => any;
1414
+ /**
1415
+ * @internal
1416
+ */
1417
+ export declare const ListLogPatternsRequestFilterSensitiveLog: (obj: ListLogPatternsRequest) => any;
1418
+ /**
1419
+ * @internal
1420
+ */
1421
+ export declare const ListLogPatternsResponseFilterSensitiveLog: (obj: ListLogPatternsResponse) => any;
1422
+ /**
1423
+ * @internal
1424
+ */
1425
+ export declare const ListLogPatternSetsRequestFilterSensitiveLog: (obj: ListLogPatternSetsRequest) => any;
1426
+ /**
1427
+ * @internal
1428
+ */
1429
+ export declare const ListLogPatternSetsResponseFilterSensitiveLog: (obj: ListLogPatternSetsResponse) => any;
1430
+ /**
1431
+ * @internal
1432
+ */
1433
+ export declare const ListProblemsRequestFilterSensitiveLog: (obj: ListProblemsRequest) => any;
1434
+ /**
1435
+ * @internal
1436
+ */
1437
+ export declare const ListProblemsResponseFilterSensitiveLog: (obj: ListProblemsResponse) => any;
1438
+ /**
1439
+ * @internal
1440
+ */
1441
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1442
+ /**
1443
+ * @internal
1444
+ */
1445
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1446
+ /**
1447
+ * @internal
1448
+ */
1449
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
1450
+ /**
1451
+ * @internal
1452
+ */
1453
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
1454
+ /**
1455
+ * @internal
1456
+ */
1457
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
1458
+ /**
1459
+ * @internal
1460
+ */
1461
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
1462
+ /**
1463
+ * @internal
1464
+ */
1465
+ export declare const UpdateApplicationRequestFilterSensitiveLog: (obj: UpdateApplicationRequest) => any;
1466
+ /**
1467
+ * @internal
1468
+ */
1469
+ export declare const UpdateApplicationResponseFilterSensitiveLog: (obj: UpdateApplicationResponse) => any;
1470
+ /**
1471
+ * @internal
1472
+ */
1473
+ export declare const UpdateComponentRequestFilterSensitiveLog: (obj: UpdateComponentRequest) => any;
1474
+ /**
1475
+ * @internal
1476
+ */
1477
+ export declare const UpdateComponentResponseFilterSensitiveLog: (obj: UpdateComponentResponse) => any;
1478
+ /**
1479
+ * @internal
1480
+ */
1481
+ export declare const UpdateComponentConfigurationRequestFilterSensitiveLog: (obj: UpdateComponentConfigurationRequest) => any;
1482
+ /**
1483
+ * @internal
1484
+ */
1485
+ export declare const UpdateComponentConfigurationResponseFilterSensitiveLog: (obj: UpdateComponentConfigurationResponse) => any;
1486
+ /**
1487
+ * @internal
1488
+ */
1489
+ export declare const UpdateLogPatternRequestFilterSensitiveLog: (obj: UpdateLogPatternRequest) => any;
1490
+ /**
1491
+ * @internal
1492
+ */
1493
+ export declare const UpdateLogPatternResponseFilterSensitiveLog: (obj: UpdateLogPatternResponse) => any;