@aws-sdk/client-application-insights 3.295.0 → 3.297.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 (39) hide show
  1. package/dist-types/ApplicationInsights.d.ts +28 -0
  2. package/dist-types/ApplicationInsightsClient.d.ts +24 -4
  3. package/dist-types/commands/CreateApplicationCommand.d.ts +16 -0
  4. package/dist-types/commands/CreateComponentCommand.d.ts +16 -0
  5. package/dist-types/commands/CreateLogPatternCommand.d.ts +16 -0
  6. package/dist-types/commands/DeleteApplicationCommand.d.ts +16 -0
  7. package/dist-types/commands/DeleteComponentCommand.d.ts +16 -0
  8. package/dist-types/commands/DeleteLogPatternCommand.d.ts +16 -0
  9. package/dist-types/commands/DescribeApplicationCommand.d.ts +16 -0
  10. package/dist-types/commands/DescribeComponentCommand.d.ts +16 -0
  11. package/dist-types/commands/DescribeComponentConfigurationCommand.d.ts +16 -0
  12. package/dist-types/commands/DescribeComponentConfigurationRecommendationCommand.d.ts +16 -0
  13. package/dist-types/commands/DescribeLogPatternCommand.d.ts +16 -0
  14. package/dist-types/commands/DescribeObservationCommand.d.ts +16 -0
  15. package/dist-types/commands/DescribeProblemCommand.d.ts +16 -0
  16. package/dist-types/commands/DescribeProblemObservationsCommand.d.ts +16 -0
  17. package/dist-types/commands/ListApplicationsCommand.d.ts +16 -0
  18. package/dist-types/commands/ListComponentsCommand.d.ts +16 -0
  19. package/dist-types/commands/ListConfigurationHistoryCommand.d.ts +16 -0
  20. package/dist-types/commands/ListLogPatternSetsCommand.d.ts +16 -0
  21. package/dist-types/commands/ListLogPatternsCommand.d.ts +16 -0
  22. package/dist-types/commands/ListProblemsCommand.d.ts +16 -0
  23. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  24. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  25. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  26. package/dist-types/commands/UpdateApplicationCommand.d.ts +16 -0
  27. package/dist-types/commands/UpdateComponentCommand.d.ts +16 -0
  28. package/dist-types/commands/UpdateComponentConfigurationCommand.d.ts +16 -0
  29. package/dist-types/commands/UpdateLogPatternCommand.d.ts +16 -0
  30. package/dist-types/models/ApplicationInsightsServiceException.d.ts +2 -0
  31. package/dist-types/models/models_0.d.ts +214 -0
  32. package/dist-types/pagination/Interfaces.d.ts +3 -0
  33. package/dist-types/pagination/ListApplicationsPaginator.d.ts +3 -0
  34. package/dist-types/pagination/ListComponentsPaginator.d.ts +3 -0
  35. package/dist-types/pagination/ListConfigurationHistoryPaginator.d.ts +3 -0
  36. package/dist-types/pagination/ListLogPatternSetsPaginator.d.ts +3 -0
  37. package/dist-types/pagination/ListLogPatternsPaginator.d.ts +3 -0
  38. package/dist-types/pagination/ListProblemsPaginator.d.ts +3 -0
  39. package/package.json +29 -29
@@ -1,6 +1,7 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { ApplicationInsightsServiceException as __BaseException } from "./ApplicationInsightsServiceException";
3
3
  /**
4
+ * @public
4
5
  * <p> User does not have permissions to perform this action. </p>
5
6
  */
6
7
  export declare class AccessDeniedException extends __BaseException {
@@ -12,9 +13,16 @@ export declare class AccessDeniedException extends __BaseException {
12
13
  */
13
14
  constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
14
15
  }
16
+ /**
17
+ * @public
18
+ */
15
19
  export type Tier = "ACTIVE_DIRECTORY" | "CUSTOM" | "DEFAULT" | "DOT_NET_CORE" | "DOT_NET_WEB" | "DOT_NET_WEB_TIER" | "DOT_NET_WORKER" | "JAVA_JMX" | "MYSQL" | "ORACLE" | "POSTGRESQL" | "SAP_HANA_HIGH_AVAILABILITY" | "SAP_HANA_MULTI_NODE" | "SAP_HANA_SINGLE_NODE" | "SHAREPOINT" | "SQL_SERVER" | "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP" | "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE";
20
+ /**
21
+ * @public
22
+ */
16
23
  export type OsType = "LINUX" | "WINDOWS";
17
24
  /**
25
+ * @public
18
26
  * <p>Describes a standalone resource or similarly grouped resources that the application is
19
27
  * made up of.</p>
20
28
  */
@@ -50,11 +58,15 @@ export interface ApplicationComponent {
50
58
  */
51
59
  DetectedWorkload?: Record<string, Record<string, string>>;
52
60
  }
61
+ /**
62
+ * @public
63
+ */
53
64
  export declare enum DiscoveryType {
54
65
  ACCOUNT_BASED = "ACCOUNT_BASED",
55
66
  RESOURCE_GROUP_BASED = "RESOURCE_GROUP_BASED"
56
67
  }
57
68
  /**
69
+ * @public
58
70
  * <p>Describes the status of the application.</p>
59
71
  */
60
72
  export interface ApplicationInfo {
@@ -107,6 +119,7 @@ export interface ApplicationInfo {
107
119
  DiscoveryType?: DiscoveryType | string;
108
120
  }
109
121
  /**
122
+ * @public
110
123
  * <p>The request is not understood by the server.</p>
111
124
  */
112
125
  export declare class BadRequestException extends __BaseException {
@@ -118,10 +131,20 @@ export declare class BadRequestException extends __BaseException {
118
131
  */
119
132
  constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
120
133
  }
134
+ /**
135
+ * @public
136
+ */
121
137
  export type CloudWatchEventSource = "CODE_DEPLOY" | "EC2" | "HEALTH" | "RDS";
138
+ /**
139
+ * @public
140
+ */
122
141
  export type ConfigurationEventResourceType = "CLOUDFORMATION" | "CLOUDWATCH_ALARM" | "CLOUDWATCH_LOG" | "SSM_ASSOCIATION";
142
+ /**
143
+ * @public
144
+ */
123
145
  export type ConfigurationEventStatus = "ERROR" | "INFO" | "WARN";
124
146
  /**
147
+ * @public
125
148
  * <p> The event information. </p>
126
149
  */
127
150
  export interface ConfigurationEvent {
@@ -152,10 +175,14 @@ export interface ConfigurationEvent {
152
175
  */
153
176
  EventResourceName?: string;
154
177
  }
178
+ /**
179
+ * @public
180
+ */
155
181
  export declare enum GroupingType {
156
182
  ACCOUNT_BASED = "ACCOUNT_BASED"
157
183
  }
158
184
  /**
185
+ * @public
159
186
  * <p>An object that defines the tags associated with an application. A
160
187
  * <i>tag</i> is a label that you optionally define and associate with an
161
188
  * application. Tags can help you categorize and manage resources in different ways, such as
@@ -195,6 +222,9 @@ export interface Tag {
195
222
  */
196
223
  Value: string | undefined;
197
224
  }
225
+ /**
226
+ * @public
227
+ */
198
228
  export interface CreateApplicationRequest {
199
229
  /**
200
230
  * <p>The name of the resource group.</p>
@@ -239,6 +269,9 @@ export interface CreateApplicationRequest {
239
269
  */
240
270
  GroupingType?: GroupingType | string;
241
271
  }
272
+ /**
273
+ * @public
274
+ */
242
275
  export interface CreateApplicationResponse {
243
276
  /**
244
277
  * <p>Information about the application.</p>
@@ -246,6 +279,7 @@ export interface CreateApplicationResponse {
246
279
  ApplicationInfo?: ApplicationInfo;
247
280
  }
248
281
  /**
282
+ * @public
249
283
  * <p>The server encountered an internal error and is unable to complete the request.</p>
250
284
  */
251
285
  export declare class InternalServerException extends __BaseException {
@@ -258,6 +292,7 @@ export declare class InternalServerException extends __BaseException {
258
292
  constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
259
293
  }
260
294
  /**
295
+ * @public
261
296
  * <p>The resource is already created or in use.</p>
262
297
  */
263
298
  export declare class ResourceInUseException extends __BaseException {
@@ -270,6 +305,7 @@ export declare class ResourceInUseException extends __BaseException {
270
305
  constructor(opts: __ExceptionOptionType<ResourceInUseException, __BaseException>);
271
306
  }
272
307
  /**
308
+ * @public
273
309
  * <p>The resource does not exist in the customer account.</p>
274
310
  */
275
311
  export declare class ResourceNotFoundException extends __BaseException {
@@ -282,6 +318,7 @@ export declare class ResourceNotFoundException extends __BaseException {
282
318
  constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
283
319
  }
284
320
  /**
321
+ * @public
285
322
  * <p>Tags are already registered for the specified application ARN.</p>
286
323
  */
287
324
  export declare class TagsAlreadyExistException extends __BaseException {
@@ -294,6 +331,7 @@ export declare class TagsAlreadyExistException extends __BaseException {
294
331
  constructor(opts: __ExceptionOptionType<TagsAlreadyExistException, __BaseException>);
295
332
  }
296
333
  /**
334
+ * @public
297
335
  * <p>The parameter is not valid.</p>
298
336
  */
299
337
  export declare class ValidationException extends __BaseException {
@@ -305,6 +343,9 @@ export declare class ValidationException extends __BaseException {
305
343
  */
306
344
  constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
307
345
  }
346
+ /**
347
+ * @public
348
+ */
308
349
  export interface CreateComponentRequest {
309
350
  /**
310
351
  * <p>The name of the resource group.</p>
@@ -319,8 +360,14 @@ export interface CreateComponentRequest {
319
360
  */
320
361
  ResourceList: string[] | undefined;
321
362
  }
363
+ /**
364
+ * @public
365
+ */
322
366
  export interface CreateComponentResponse {
323
367
  }
368
+ /**
369
+ * @public
370
+ */
324
371
  export interface CreateLogPatternRequest {
325
372
  /**
326
373
  * <p>The name of the resource group.</p>
@@ -354,6 +401,7 @@ export interface CreateLogPatternRequest {
354
401
  Rank: number | undefined;
355
402
  }
356
403
  /**
404
+ * @public
357
405
  * <p>An object that defines the log patterns that belongs to a
358
406
  * <code>LogPatternSet</code>.</p>
359
407
  */
@@ -390,6 +438,9 @@ export interface LogPattern {
390
438
  */
391
439
  Rank?: number;
392
440
  }
441
+ /**
442
+ * @public
443
+ */
393
444
  export interface CreateLogPatternResponse {
394
445
  /**
395
446
  * <p>The successfully created log pattern.</p>
@@ -400,14 +451,23 @@ export interface CreateLogPatternResponse {
400
451
  */
401
452
  ResourceGroupName?: string;
402
453
  }
454
+ /**
455
+ * @public
456
+ */
403
457
  export interface DeleteApplicationRequest {
404
458
  /**
405
459
  * <p>The name of the resource group.</p>
406
460
  */
407
461
  ResourceGroupName: string | undefined;
408
462
  }
463
+ /**
464
+ * @public
465
+ */
409
466
  export interface DeleteApplicationResponse {
410
467
  }
468
+ /**
469
+ * @public
470
+ */
411
471
  export interface DeleteComponentRequest {
412
472
  /**
413
473
  * <p>The name of the resource group.</p>
@@ -418,8 +478,14 @@ export interface DeleteComponentRequest {
418
478
  */
419
479
  ComponentName: string | undefined;
420
480
  }
481
+ /**
482
+ * @public
483
+ */
421
484
  export interface DeleteComponentResponse {
422
485
  }
486
+ /**
487
+ * @public
488
+ */
423
489
  export interface DeleteLogPatternRequest {
424
490
  /**
425
491
  * <p>The name of the resource group.</p>
@@ -434,20 +500,32 @@ export interface DeleteLogPatternRequest {
434
500
  */
435
501
  PatternName: string | undefined;
436
502
  }
503
+ /**
504
+ * @public
505
+ */
437
506
  export interface DeleteLogPatternResponse {
438
507
  }
508
+ /**
509
+ * @public
510
+ */
439
511
  export interface DescribeApplicationRequest {
440
512
  /**
441
513
  * <p>The name of the resource group.</p>
442
514
  */
443
515
  ResourceGroupName: string | undefined;
444
516
  }
517
+ /**
518
+ * @public
519
+ */
445
520
  export interface DescribeApplicationResponse {
446
521
  /**
447
522
  * <p>Information about the application.</p>
448
523
  */
449
524
  ApplicationInfo?: ApplicationInfo;
450
525
  }
526
+ /**
527
+ * @public
528
+ */
451
529
  export interface DescribeComponentRequest {
452
530
  /**
453
531
  * <p>The name of the resource group.</p>
@@ -458,6 +536,9 @@ export interface DescribeComponentRequest {
458
536
  */
459
537
  ComponentName: string | undefined;
460
538
  }
539
+ /**
540
+ * @public
541
+ */
461
542
  export interface DescribeComponentResponse {
462
543
  /**
463
544
  * <p>Describes a standalone resource or similarly grouped resources that the application is
@@ -469,6 +550,9 @@ export interface DescribeComponentResponse {
469
550
  */
470
551
  ResourceList?: string[];
471
552
  }
553
+ /**
554
+ * @public
555
+ */
472
556
  export interface DescribeComponentConfigurationRequest {
473
557
  /**
474
558
  * <p>The name of the resource group.</p>
@@ -479,6 +563,9 @@ export interface DescribeComponentConfigurationRequest {
479
563
  */
480
564
  ComponentName: string | undefined;
481
565
  }
566
+ /**
567
+ * @public
568
+ */
482
569
  export interface DescribeComponentConfigurationResponse {
483
570
  /**
484
571
  * <p>Indicates whether the application component is monitored.</p>
@@ -497,6 +584,9 @@ export interface DescribeComponentConfigurationResponse {
497
584
  */
498
585
  ComponentConfiguration?: string;
499
586
  }
587
+ /**
588
+ * @public
589
+ */
500
590
  export interface DescribeComponentConfigurationRecommendationRequest {
501
591
  /**
502
592
  * <p>The name of the resource group.</p>
@@ -511,6 +601,9 @@ export interface DescribeComponentConfigurationRecommendationRequest {
511
601
  */
512
602
  Tier: Tier | string | undefined;
513
603
  }
604
+ /**
605
+ * @public
606
+ */
514
607
  export interface DescribeComponentConfigurationRecommendationResponse {
515
608
  /**
516
609
  * <p>The recommended configuration settings of the component. The value is the escaped JSON
@@ -518,6 +611,9 @@ export interface DescribeComponentConfigurationRecommendationResponse {
518
611
  */
519
612
  ComponentConfiguration?: string;
520
613
  }
614
+ /**
615
+ * @public
616
+ */
521
617
  export interface DescribeLogPatternRequest {
522
618
  /**
523
619
  * <p>The name of the resource group.</p>
@@ -532,6 +628,9 @@ export interface DescribeLogPatternRequest {
532
628
  */
533
629
  PatternName: string | undefined;
534
630
  }
631
+ /**
632
+ * @public
633
+ */
535
634
  export interface DescribeLogPatternResponse {
536
635
  /**
537
636
  * <p>The name of the resource group.</p>
@@ -542,14 +641,21 @@ export interface DescribeLogPatternResponse {
542
641
  */
543
642
  LogPattern?: LogPattern;
544
643
  }
644
+ /**
645
+ * @public
646
+ */
545
647
  export interface DescribeObservationRequest {
546
648
  /**
547
649
  * <p>The ID of the observation.</p>
548
650
  */
549
651
  ObservationId: string | undefined;
550
652
  }
653
+ /**
654
+ * @public
655
+ */
551
656
  export type LogFilter = "ERROR" | "INFO" | "WARN";
552
657
  /**
658
+ * @public
553
659
  * <p>Describes an anomaly or error with the application.</p>
554
660
  */
555
661
  export interface Observation {
@@ -745,23 +851,42 @@ export interface Observation {
745
851
  */
746
852
  XRayNodeType?: string;
747
853
  }
854
+ /**
855
+ * @public
856
+ */
748
857
  export interface DescribeObservationResponse {
749
858
  /**
750
859
  * <p>Information about the observation.</p>
751
860
  */
752
861
  Observation?: Observation;
753
862
  }
863
+ /**
864
+ * @public
865
+ */
754
866
  export interface DescribeProblemRequest {
755
867
  /**
756
868
  * <p>The ID of the problem.</p>
757
869
  */
758
870
  ProblemId: string | undefined;
759
871
  }
872
+ /**
873
+ * @public
874
+ */
760
875
  export type FeedbackKey = "INSIGHTS_FEEDBACK";
876
+ /**
877
+ * @public
878
+ */
761
879
  export type FeedbackValue = "NOT_SPECIFIED" | "NOT_USEFUL" | "USEFUL";
880
+ /**
881
+ * @public
882
+ */
762
883
  export type SeverityLevel = "High" | "Informative" | "Low" | "Medium";
884
+ /**
885
+ * @public
886
+ */
763
887
  export type Status = "IGNORE" | "PENDING" | "RECURRING" | "RESOLVED";
764
888
  /**
889
+ * @public
765
890
  * <p>Describes a problem that is detected by correlating observations.</p>
766
891
  */
767
892
  export interface Problem {
@@ -815,12 +940,18 @@ export interface Problem {
815
940
  */
816
941
  LastRecurrenceTime?: Date;
817
942
  }
943
+ /**
944
+ * @public
945
+ */
818
946
  export interface DescribeProblemResponse {
819
947
  /**
820
948
  * <p>Information about the problem. </p>
821
949
  */
822
950
  Problem?: Problem;
823
951
  }
952
+ /**
953
+ * @public
954
+ */
824
955
  export interface DescribeProblemObservationsRequest {
825
956
  /**
826
957
  * <p>The ID of the problem.</p>
@@ -828,6 +959,7 @@ export interface DescribeProblemObservationsRequest {
828
959
  ProblemId: string | undefined;
829
960
  }
830
961
  /**
962
+ * @public
831
963
  * <p>Describes observations related to the problem.</p>
832
964
  */
833
965
  export interface RelatedObservations {
@@ -836,12 +968,18 @@ export interface RelatedObservations {
836
968
  */
837
969
  ObservationList?: Observation[];
838
970
  }
971
+ /**
972
+ * @public
973
+ */
839
974
  export interface DescribeProblemObservationsResponse {
840
975
  /**
841
976
  * <p>Observations related to the problem.</p>
842
977
  */
843
978
  RelatedObservations?: RelatedObservations;
844
979
  }
980
+ /**
981
+ * @public
982
+ */
845
983
  export interface ListApplicationsRequest {
846
984
  /**
847
985
  * <p>The maximum number of results to return in a single call. To retrieve the remaining
@@ -853,6 +991,9 @@ export interface ListApplicationsRequest {
853
991
  */
854
992
  NextToken?: string;
855
993
  }
994
+ /**
995
+ * @public
996
+ */
856
997
  export interface ListApplicationsResponse {
857
998
  /**
858
999
  * <p>The list of applications.</p>
@@ -864,6 +1005,9 @@ export interface ListApplicationsResponse {
864
1005
  */
865
1006
  NextToken?: string;
866
1007
  }
1008
+ /**
1009
+ * @public
1010
+ */
867
1011
  export interface ListComponentsRequest {
868
1012
  /**
869
1013
  * <p>The name of the resource group.</p>
@@ -879,6 +1023,9 @@ export interface ListComponentsRequest {
879
1023
  */
880
1024
  NextToken?: string;
881
1025
  }
1026
+ /**
1027
+ * @public
1028
+ */
882
1029
  export interface ListComponentsResponse {
883
1030
  /**
884
1031
  * <p>The list of application components.</p>
@@ -889,6 +1036,9 @@ export interface ListComponentsResponse {
889
1036
  */
890
1037
  NextToken?: string;
891
1038
  }
1039
+ /**
1040
+ * @public
1041
+ */
892
1042
  export interface ListConfigurationHistoryRequest {
893
1043
  /**
894
1044
  * <p>Resource group to which the application belongs. </p>
@@ -926,6 +1076,9 @@ export interface ListConfigurationHistoryRequest {
926
1076
  */
927
1077
  NextToken?: string;
928
1078
  }
1079
+ /**
1080
+ * @public
1081
+ */
929
1082
  export interface ListConfigurationHistoryResponse {
930
1083
  /**
931
1084
  * <p> The list of configuration events and their corresponding details. </p>
@@ -940,6 +1093,9 @@ export interface ListConfigurationHistoryResponse {
940
1093
  */
941
1094
  NextToken?: string;
942
1095
  }
1096
+ /**
1097
+ * @public
1098
+ */
943
1099
  export interface ListLogPatternsRequest {
944
1100
  /**
945
1101
  * <p>The name of the resource group.</p>
@@ -959,6 +1115,9 @@ export interface ListLogPatternsRequest {
959
1115
  */
960
1116
  NextToken?: string;
961
1117
  }
1118
+ /**
1119
+ * @public
1120
+ */
962
1121
  export interface ListLogPatternsResponse {
963
1122
  /**
964
1123
  * <p>The name of the resource group.</p>
@@ -974,6 +1133,9 @@ export interface ListLogPatternsResponse {
974
1133
  */
975
1134
  NextToken?: string;
976
1135
  }
1136
+ /**
1137
+ * @public
1138
+ */
977
1139
  export interface ListLogPatternSetsRequest {
978
1140
  /**
979
1141
  * <p>The name of the resource group.</p>
@@ -989,6 +1151,9 @@ export interface ListLogPatternSetsRequest {
989
1151
  */
990
1152
  NextToken?: string;
991
1153
  }
1154
+ /**
1155
+ * @public
1156
+ */
992
1157
  export interface ListLogPatternSetsResponse {
993
1158
  /**
994
1159
  * <p>The name of the resource group.</p>
@@ -1004,6 +1169,9 @@ export interface ListLogPatternSetsResponse {
1004
1169
  */
1005
1170
  NextToken?: string;
1006
1171
  }
1172
+ /**
1173
+ * @public
1174
+ */
1007
1175
  export interface ListProblemsRequest {
1008
1176
  /**
1009
1177
  * <p>The name of the resource group.</p>
@@ -1033,6 +1201,9 @@ export interface ListProblemsRequest {
1033
1201
  */
1034
1202
  ComponentName?: string;
1035
1203
  }
1204
+ /**
1205
+ * @public
1206
+ */
1036
1207
  export interface ListProblemsResponse {
1037
1208
  /**
1038
1209
  * <p>The list of problems. </p>
@@ -1048,6 +1219,9 @@ export interface ListProblemsResponse {
1048
1219
  */
1049
1220
  ResourceGroupName?: string;
1050
1221
  }
1222
+ /**
1223
+ * @public
1224
+ */
1051
1225
  export interface ListTagsForResourceRequest {
1052
1226
  /**
1053
1227
  * <p>The Amazon Resource Name (ARN) of the application that you want to retrieve tag
@@ -1055,6 +1229,9 @@ export interface ListTagsForResourceRequest {
1055
1229
  */
1056
1230
  ResourceARN: string | undefined;
1057
1231
  }
1232
+ /**
1233
+ * @public
1234
+ */
1058
1235
  export interface ListTagsForResourceResponse {
1059
1236
  /**
1060
1237
  * <p>An array that lists all the tags that are associated with the application. Each tag
@@ -1063,6 +1240,9 @@ export interface ListTagsForResourceResponse {
1063
1240
  */
1064
1241
  Tags?: Tag[];
1065
1242
  }
1243
+ /**
1244
+ * @public
1245
+ */
1066
1246
  export interface TagResourceRequest {
1067
1247
  /**
1068
1248
  * <p>The Amazon Resource Name (ARN) of the application that you want to add one or more tags
@@ -1076,9 +1256,13 @@ export interface TagResourceRequest {
1076
1256
  */
1077
1257
  Tags: Tag[] | undefined;
1078
1258
  }
1259
+ /**
1260
+ * @public
1261
+ */
1079
1262
  export interface TagResourceResponse {
1080
1263
  }
1081
1264
  /**
1265
+ * @public
1082
1266
  * <p>The number of the provided tags is beyond the limit, or the number of total tags you are
1083
1267
  * trying to attach to the specified resource exceeds the limit.</p>
1084
1268
  */
@@ -1095,6 +1279,9 @@ export declare class TooManyTagsException extends __BaseException {
1095
1279
  */
1096
1280
  constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
1097
1281
  }
1282
+ /**
1283
+ * @public
1284
+ */
1098
1285
  export interface UntagResourceRequest {
1099
1286
  /**
1100
1287
  * <p>The Amazon Resource Name (ARN) of the application that you want to remove one or more
@@ -1110,8 +1297,14 @@ export interface UntagResourceRequest {
1110
1297
  */
1111
1298
  TagKeys: string[] | undefined;
1112
1299
  }
1300
+ /**
1301
+ * @public
1302
+ */
1113
1303
  export interface UntagResourceResponse {
1114
1304
  }
1305
+ /**
1306
+ * @public
1307
+ */
1115
1308
  export interface UpdateApplicationRequest {
1116
1309
  /**
1117
1310
  * <p>The name of the resource group.</p>
@@ -1142,12 +1335,18 @@ export interface UpdateApplicationRequest {
1142
1335
  */
1143
1336
  AutoConfigEnabled?: boolean;
1144
1337
  }
1338
+ /**
1339
+ * @public
1340
+ */
1145
1341
  export interface UpdateApplicationResponse {
1146
1342
  /**
1147
1343
  * <p>Information about the application. </p>
1148
1344
  */
1149
1345
  ApplicationInfo?: ApplicationInfo;
1150
1346
  }
1347
+ /**
1348
+ * @public
1349
+ */
1151
1350
  export interface UpdateComponentRequest {
1152
1351
  /**
1153
1352
  * <p>The name of the resource group.</p>
@@ -1166,8 +1365,14 @@ export interface UpdateComponentRequest {
1166
1365
  */
1167
1366
  ResourceList?: string[];
1168
1367
  }
1368
+ /**
1369
+ * @public
1370
+ */
1169
1371
  export interface UpdateComponentResponse {
1170
1372
  }
1373
+ /**
1374
+ * @public
1375
+ */
1171
1376
  export interface UpdateComponentConfigurationRequest {
1172
1377
  /**
1173
1378
  * <p>The name of the resource group.</p>
@@ -1199,8 +1404,14 @@ export interface UpdateComponentConfigurationRequest {
1199
1404
  */
1200
1405
  AutoConfigEnabled?: boolean;
1201
1406
  }
1407
+ /**
1408
+ * @public
1409
+ */
1202
1410
  export interface UpdateComponentConfigurationResponse {
1203
1411
  }
1412
+ /**
1413
+ * @public
1414
+ */
1204
1415
  export interface UpdateLogPatternRequest {
1205
1416
  /**
1206
1417
  * <p>The name of the resource group.</p>
@@ -1233,6 +1444,9 @@ export interface UpdateLogPatternRequest {
1233
1444
  */
1234
1445
  Rank?: number;
1235
1446
  }
1447
+ /**
1448
+ * @public
1449
+ */
1236
1450
  export interface UpdateLogPatternResponse {
1237
1451
  /**
1238
1452
  * <p>The name of the resource group.</p>
@@ -1,5 +1,8 @@
1
1
  import { PaginationConfiguration } from "@aws-sdk/types";
2
2
  import { ApplicationInsightsClient } from "../ApplicationInsightsClient";
3
+ /**
4
+ * @public
5
+ */
3
6
  export interface ApplicationInsightsPaginationConfiguration extends PaginationConfiguration {
4
7
  client: ApplicationInsightsClient;
5
8
  }
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListApplicationsCommandInput, ListApplicationsCommandOutput } from "../commands/ListApplicationsCommand";
3
3
  import { ApplicationInsightsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListApplications(config: ApplicationInsightsPaginationConfiguration, input: ListApplicationsCommandInput, ...additionalArguments: any): Paginator<ListApplicationsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListComponentsCommandInput, ListComponentsCommandOutput } from "../commands/ListComponentsCommand";
3
3
  import { ApplicationInsightsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListComponents(config: ApplicationInsightsPaginationConfiguration, input: ListComponentsCommandInput, ...additionalArguments: any): Paginator<ListComponentsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListConfigurationHistoryCommandInput, ListConfigurationHistoryCommandOutput } from "../commands/ListConfigurationHistoryCommand";
3
3
  import { ApplicationInsightsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListConfigurationHistory(config: ApplicationInsightsPaginationConfiguration, input: ListConfigurationHistoryCommandInput, ...additionalArguments: any): Paginator<ListConfigurationHistoryCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListLogPatternSetsCommandInput, ListLogPatternSetsCommandOutput } from "../commands/ListLogPatternSetsCommand";
3
3
  import { ApplicationInsightsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListLogPatternSets(config: ApplicationInsightsPaginationConfiguration, input: ListLogPatternSetsCommandInput, ...additionalArguments: any): Paginator<ListLogPatternSetsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListLogPatternsCommandInput, ListLogPatternsCommandOutput } from "../commands/ListLogPatternsCommand";
3
3
  import { ApplicationInsightsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListLogPatterns(config: ApplicationInsightsPaginationConfiguration, input: ListLogPatternsCommandInput, ...additionalArguments: any): Paginator<ListLogPatternsCommandOutput>;