@aws-sdk/client-application-insights 3.168.0 → 3.170.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/ts3.4/ApplicationInsights.d.ts +496 -140
  3. package/dist-types/ts3.4/ApplicationInsightsClient.d.ts +292 -100
  4. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +38 -17
  5. package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/CreateLogPatternCommand.d.ts +37 -17
  7. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +38 -17
  8. package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/DeleteLogPatternCommand.d.ts +37 -17
  10. package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +38 -17
  11. package/dist-types/ts3.4/commands/DescribeComponentCommand.d.ts +38 -17
  12. package/dist-types/ts3.4/commands/DescribeComponentConfigurationCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/DescribeComponentConfigurationRecommendationCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/DescribeLogPatternCommand.d.ts +38 -17
  15. package/dist-types/ts3.4/commands/DescribeObservationCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/DescribeProblemCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/DescribeProblemObservationsCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/ListConfigurationHistoryCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/ListLogPatternSetsCommand.d.ts +38 -17
  22. package/dist-types/ts3.4/commands/ListLogPatternsCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/ListProblemsCommand.d.ts +34 -17
  24. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  25. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  26. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  27. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +38 -17
  28. package/dist-types/ts3.4/commands/UpdateComponentCommand.d.ts +37 -17
  29. package/dist-types/ts3.4/commands/UpdateComponentConfigurationCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/UpdateLogPatternCommand.d.ts +37 -17
  31. package/dist-types/ts3.4/commands/index.d.ts +27 -27
  32. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  33. package/dist-types/ts3.4/index.d.ts +6 -6
  34. package/dist-types/ts3.4/models/ApplicationInsightsServiceException.d.ts +8 -6
  35. package/dist-types/ts3.4/models/index.d.ts +1 -1
  36. package/dist-types/ts3.4/models/models_0.d.ts +847 -751
  37. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  38. package/dist-types/ts3.4/pagination/ListApplicationsPaginator.d.ts +11 -4
  39. package/dist-types/ts3.4/pagination/ListComponentsPaginator.d.ts +11 -4
  40. package/dist-types/ts3.4/pagination/ListConfigurationHistoryPaginator.d.ts +11 -4
  41. package/dist-types/ts3.4/pagination/ListLogPatternSetsPaginator.d.ts +11 -4
  42. package/dist-types/ts3.4/pagination/ListLogPatternsPaginator.d.ts +11 -4
  43. package/dist-types/ts3.4/pagination/ListProblemsPaginator.d.ts +11 -4
  44. package/dist-types/ts3.4/pagination/index.d.ts +7 -7
  45. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +329 -83
  46. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
  47. package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
  48. package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
  49. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
  50. package/package.json +34 -34
@@ -1,140 +1,496 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { ApplicationInsightsClient } from "./ApplicationInsightsClient";
3
- import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "./commands/CreateApplicationCommand";
4
- import { CreateComponentCommandInput, CreateComponentCommandOutput } from "./commands/CreateComponentCommand";
5
- import { CreateLogPatternCommandInput, CreateLogPatternCommandOutput } from "./commands/CreateLogPatternCommand";
6
- import { DeleteApplicationCommandInput, DeleteApplicationCommandOutput } from "./commands/DeleteApplicationCommand";
7
- import { DeleteComponentCommandInput, DeleteComponentCommandOutput } from "./commands/DeleteComponentCommand";
8
- import { DeleteLogPatternCommandInput, DeleteLogPatternCommandOutput } from "./commands/DeleteLogPatternCommand";
9
- import { DescribeApplicationCommandInput, DescribeApplicationCommandOutput } from "./commands/DescribeApplicationCommand";
10
- import { DescribeComponentCommandInput, DescribeComponentCommandOutput } from "./commands/DescribeComponentCommand";
11
- import { DescribeComponentConfigurationCommandInput, DescribeComponentConfigurationCommandOutput } from "./commands/DescribeComponentConfigurationCommand";
12
- import { DescribeComponentConfigurationRecommendationCommandInput, DescribeComponentConfigurationRecommendationCommandOutput } from "./commands/DescribeComponentConfigurationRecommendationCommand";
13
- import { DescribeLogPatternCommandInput, DescribeLogPatternCommandOutput } from "./commands/DescribeLogPatternCommand";
14
- import { DescribeObservationCommandInput, DescribeObservationCommandOutput } from "./commands/DescribeObservationCommand";
15
- import { DescribeProblemCommandInput, DescribeProblemCommandOutput } from "./commands/DescribeProblemCommand";
16
- import { DescribeProblemObservationsCommandInput, DescribeProblemObservationsCommandOutput } from "./commands/DescribeProblemObservationsCommand";
17
- import { ListApplicationsCommandInput, ListApplicationsCommandOutput } from "./commands/ListApplicationsCommand";
18
- import { ListComponentsCommandInput, ListComponentsCommandOutput } from "./commands/ListComponentsCommand";
19
- import { ListConfigurationHistoryCommandInput, ListConfigurationHistoryCommandOutput } from "./commands/ListConfigurationHistoryCommand";
20
- import { ListLogPatternsCommandInput, ListLogPatternsCommandOutput } from "./commands/ListLogPatternsCommand";
21
- import { ListLogPatternSetsCommandInput, ListLogPatternSetsCommandOutput } from "./commands/ListLogPatternSetsCommand";
22
- import { ListProblemsCommandInput, ListProblemsCommandOutput } from "./commands/ListProblemsCommand";
23
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
24
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
25
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
26
- import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "./commands/UpdateApplicationCommand";
27
- import { UpdateComponentCommandInput, UpdateComponentCommandOutput } from "./commands/UpdateComponentCommand";
28
- import { UpdateComponentConfigurationCommandInput, UpdateComponentConfigurationCommandOutput } from "./commands/UpdateComponentConfigurationCommand";
29
- import { UpdateLogPatternCommandInput, UpdateLogPatternCommandOutput } from "./commands/UpdateLogPatternCommand";
30
-
31
- export declare class ApplicationInsights extends ApplicationInsightsClient {
32
-
33
- createApplication(args: CreateApplicationCommandInput, options?: __HttpHandlerOptions): Promise<CreateApplicationCommandOutput>;
34
- createApplication(args: CreateApplicationCommandInput, cb: (err: any, data?: CreateApplicationCommandOutput) => void): void;
35
- createApplication(args: CreateApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateApplicationCommandOutput) => void): void;
36
-
37
- createComponent(args: CreateComponentCommandInput, options?: __HttpHandlerOptions): Promise<CreateComponentCommandOutput>;
38
- createComponent(args: CreateComponentCommandInput, cb: (err: any, data?: CreateComponentCommandOutput) => void): void;
39
- createComponent(args: CreateComponentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateComponentCommandOutput) => void): void;
40
-
41
- createLogPattern(args: CreateLogPatternCommandInput, options?: __HttpHandlerOptions): Promise<CreateLogPatternCommandOutput>;
42
- createLogPattern(args: CreateLogPatternCommandInput, cb: (err: any, data?: CreateLogPatternCommandOutput) => void): void;
43
- createLogPattern(args: CreateLogPatternCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLogPatternCommandOutput) => void): void;
44
-
45
- deleteApplication(args: DeleteApplicationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteApplicationCommandOutput>;
46
- deleteApplication(args: DeleteApplicationCommandInput, cb: (err: any, data?: DeleteApplicationCommandOutput) => void): void;
47
- deleteApplication(args: DeleteApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteApplicationCommandOutput) => void): void;
48
-
49
- deleteComponent(args: DeleteComponentCommandInput, options?: __HttpHandlerOptions): Promise<DeleteComponentCommandOutput>;
50
- deleteComponent(args: DeleteComponentCommandInput, cb: (err: any, data?: DeleteComponentCommandOutput) => void): void;
51
- deleteComponent(args: DeleteComponentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteComponentCommandOutput) => void): void;
52
-
53
- deleteLogPattern(args: DeleteLogPatternCommandInput, options?: __HttpHandlerOptions): Promise<DeleteLogPatternCommandOutput>;
54
- deleteLogPattern(args: DeleteLogPatternCommandInput, cb: (err: any, data?: DeleteLogPatternCommandOutput) => void): void;
55
- deleteLogPattern(args: DeleteLogPatternCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLogPatternCommandOutput) => void): void;
56
-
57
- describeApplication(args: DescribeApplicationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeApplicationCommandOutput>;
58
- describeApplication(args: DescribeApplicationCommandInput, cb: (err: any, data?: DescribeApplicationCommandOutput) => void): void;
59
- describeApplication(args: DescribeApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeApplicationCommandOutput) => void): void;
60
-
61
- describeComponent(args: DescribeComponentCommandInput, options?: __HttpHandlerOptions): Promise<DescribeComponentCommandOutput>;
62
- describeComponent(args: DescribeComponentCommandInput, cb: (err: any, data?: DescribeComponentCommandOutput) => void): void;
63
- describeComponent(args: DescribeComponentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeComponentCommandOutput) => void): void;
64
-
65
- describeComponentConfiguration(args: DescribeComponentConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeComponentConfigurationCommandOutput>;
66
- describeComponentConfiguration(args: DescribeComponentConfigurationCommandInput, cb: (err: any, data?: DescribeComponentConfigurationCommandOutput) => void): void;
67
- describeComponentConfiguration(args: DescribeComponentConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeComponentConfigurationCommandOutput) => void): void;
68
-
69
- describeComponentConfigurationRecommendation(args: DescribeComponentConfigurationRecommendationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeComponentConfigurationRecommendationCommandOutput>;
70
- describeComponentConfigurationRecommendation(args: DescribeComponentConfigurationRecommendationCommandInput, cb: (err: any, data?: DescribeComponentConfigurationRecommendationCommandOutput) => void): void;
71
- describeComponentConfigurationRecommendation(args: DescribeComponentConfigurationRecommendationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeComponentConfigurationRecommendationCommandOutput) => void): void;
72
-
73
- describeLogPattern(args: DescribeLogPatternCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLogPatternCommandOutput>;
74
- describeLogPattern(args: DescribeLogPatternCommandInput, cb: (err: any, data?: DescribeLogPatternCommandOutput) => void): void;
75
- describeLogPattern(args: DescribeLogPatternCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLogPatternCommandOutput) => void): void;
76
-
77
- describeObservation(args: DescribeObservationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeObservationCommandOutput>;
78
- describeObservation(args: DescribeObservationCommandInput, cb: (err: any, data?: DescribeObservationCommandOutput) => void): void;
79
- describeObservation(args: DescribeObservationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeObservationCommandOutput) => void): void;
80
-
81
- describeProblem(args: DescribeProblemCommandInput, options?: __HttpHandlerOptions): Promise<DescribeProblemCommandOutput>;
82
- describeProblem(args: DescribeProblemCommandInput, cb: (err: any, data?: DescribeProblemCommandOutput) => void): void;
83
- describeProblem(args: DescribeProblemCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeProblemCommandOutput) => void): void;
84
-
85
- describeProblemObservations(args: DescribeProblemObservationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeProblemObservationsCommandOutput>;
86
- describeProblemObservations(args: DescribeProblemObservationsCommandInput, cb: (err: any, data?: DescribeProblemObservationsCommandOutput) => void): void;
87
- describeProblemObservations(args: DescribeProblemObservationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeProblemObservationsCommandOutput) => void): void;
88
-
89
- listApplications(args: ListApplicationsCommandInput, options?: __HttpHandlerOptions): Promise<ListApplicationsCommandOutput>;
90
- listApplications(args: ListApplicationsCommandInput, cb: (err: any, data?: ListApplicationsCommandOutput) => void): void;
91
- listApplications(args: ListApplicationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListApplicationsCommandOutput) => void): void;
92
-
93
- listComponents(args: ListComponentsCommandInput, options?: __HttpHandlerOptions): Promise<ListComponentsCommandOutput>;
94
- listComponents(args: ListComponentsCommandInput, cb: (err: any, data?: ListComponentsCommandOutput) => void): void;
95
- listComponents(args: ListComponentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListComponentsCommandOutput) => void): void;
96
-
97
- listConfigurationHistory(args: ListConfigurationHistoryCommandInput, options?: __HttpHandlerOptions): Promise<ListConfigurationHistoryCommandOutput>;
98
- listConfigurationHistory(args: ListConfigurationHistoryCommandInput, cb: (err: any, data?: ListConfigurationHistoryCommandOutput) => void): void;
99
- listConfigurationHistory(args: ListConfigurationHistoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConfigurationHistoryCommandOutput) => void): void;
100
-
101
- listLogPatterns(args: ListLogPatternsCommandInput, options?: __HttpHandlerOptions): Promise<ListLogPatternsCommandOutput>;
102
- listLogPatterns(args: ListLogPatternsCommandInput, cb: (err: any, data?: ListLogPatternsCommandOutput) => void): void;
103
- listLogPatterns(args: ListLogPatternsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLogPatternsCommandOutput) => void): void;
104
-
105
- listLogPatternSets(args: ListLogPatternSetsCommandInput, options?: __HttpHandlerOptions): Promise<ListLogPatternSetsCommandOutput>;
106
- listLogPatternSets(args: ListLogPatternSetsCommandInput, cb: (err: any, data?: ListLogPatternSetsCommandOutput) => void): void;
107
- listLogPatternSets(args: ListLogPatternSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLogPatternSetsCommandOutput) => void): void;
108
-
109
- listProblems(args: ListProblemsCommandInput, options?: __HttpHandlerOptions): Promise<ListProblemsCommandOutput>;
110
- listProblems(args: ListProblemsCommandInput, cb: (err: any, data?: ListProblemsCommandOutput) => void): void;
111
- listProblems(args: ListProblemsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProblemsCommandOutput) => void): void;
112
-
113
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
114
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
115
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
116
-
117
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
118
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
119
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
120
-
121
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
122
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
123
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
124
-
125
- updateApplication(args: UpdateApplicationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateApplicationCommandOutput>;
126
- updateApplication(args: UpdateApplicationCommandInput, cb: (err: any, data?: UpdateApplicationCommandOutput) => void): void;
127
- updateApplication(args: UpdateApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateApplicationCommandOutput) => void): void;
128
-
129
- updateComponent(args: UpdateComponentCommandInput, options?: __HttpHandlerOptions): Promise<UpdateComponentCommandOutput>;
130
- updateComponent(args: UpdateComponentCommandInput, cb: (err: any, data?: UpdateComponentCommandOutput) => void): void;
131
- updateComponent(args: UpdateComponentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateComponentCommandOutput) => void): void;
132
-
133
- updateComponentConfiguration(args: UpdateComponentConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateComponentConfigurationCommandOutput>;
134
- updateComponentConfiguration(args: UpdateComponentConfigurationCommandInput, cb: (err: any, data?: UpdateComponentConfigurationCommandOutput) => void): void;
135
- updateComponentConfiguration(args: UpdateComponentConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateComponentConfigurationCommandOutput) => void): void;
136
-
137
- updateLogPattern(args: UpdateLogPatternCommandInput, options?: __HttpHandlerOptions): Promise<UpdateLogPatternCommandOutput>;
138
- updateLogPattern(args: UpdateLogPatternCommandInput, cb: (err: any, data?: UpdateLogPatternCommandOutput) => void): void;
139
- updateLogPattern(args: UpdateLogPatternCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateLogPatternCommandOutput) => void): void;
140
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import { ApplicationInsightsClient } from "./ApplicationInsightsClient";
3
+ import {
4
+ CreateApplicationCommandInput,
5
+ CreateApplicationCommandOutput,
6
+ } from "./commands/CreateApplicationCommand";
7
+ import {
8
+ CreateComponentCommandInput,
9
+ CreateComponentCommandOutput,
10
+ } from "./commands/CreateComponentCommand";
11
+ import {
12
+ CreateLogPatternCommandInput,
13
+ CreateLogPatternCommandOutput,
14
+ } from "./commands/CreateLogPatternCommand";
15
+ import {
16
+ DeleteApplicationCommandInput,
17
+ DeleteApplicationCommandOutput,
18
+ } from "./commands/DeleteApplicationCommand";
19
+ import {
20
+ DeleteComponentCommandInput,
21
+ DeleteComponentCommandOutput,
22
+ } from "./commands/DeleteComponentCommand";
23
+ import {
24
+ DeleteLogPatternCommandInput,
25
+ DeleteLogPatternCommandOutput,
26
+ } from "./commands/DeleteLogPatternCommand";
27
+ import {
28
+ DescribeApplicationCommandInput,
29
+ DescribeApplicationCommandOutput,
30
+ } from "./commands/DescribeApplicationCommand";
31
+ import {
32
+ DescribeComponentCommandInput,
33
+ DescribeComponentCommandOutput,
34
+ } from "./commands/DescribeComponentCommand";
35
+ import {
36
+ DescribeComponentConfigurationCommandInput,
37
+ DescribeComponentConfigurationCommandOutput,
38
+ } from "./commands/DescribeComponentConfigurationCommand";
39
+ import {
40
+ DescribeComponentConfigurationRecommendationCommandInput,
41
+ DescribeComponentConfigurationRecommendationCommandOutput,
42
+ } from "./commands/DescribeComponentConfigurationRecommendationCommand";
43
+ import {
44
+ DescribeLogPatternCommandInput,
45
+ DescribeLogPatternCommandOutput,
46
+ } from "./commands/DescribeLogPatternCommand";
47
+ import {
48
+ DescribeObservationCommandInput,
49
+ DescribeObservationCommandOutput,
50
+ } from "./commands/DescribeObservationCommand";
51
+ import {
52
+ DescribeProblemCommandInput,
53
+ DescribeProblemCommandOutput,
54
+ } from "./commands/DescribeProblemCommand";
55
+ import {
56
+ DescribeProblemObservationsCommandInput,
57
+ DescribeProblemObservationsCommandOutput,
58
+ } from "./commands/DescribeProblemObservationsCommand";
59
+ import {
60
+ ListApplicationsCommandInput,
61
+ ListApplicationsCommandOutput,
62
+ } from "./commands/ListApplicationsCommand";
63
+ import {
64
+ ListComponentsCommandInput,
65
+ ListComponentsCommandOutput,
66
+ } from "./commands/ListComponentsCommand";
67
+ import {
68
+ ListConfigurationHistoryCommandInput,
69
+ ListConfigurationHistoryCommandOutput,
70
+ } from "./commands/ListConfigurationHistoryCommand";
71
+ import {
72
+ ListLogPatternsCommandInput,
73
+ ListLogPatternsCommandOutput,
74
+ } from "./commands/ListLogPatternsCommand";
75
+ import {
76
+ ListLogPatternSetsCommandInput,
77
+ ListLogPatternSetsCommandOutput,
78
+ } from "./commands/ListLogPatternSetsCommand";
79
+ import {
80
+ ListProblemsCommandInput,
81
+ ListProblemsCommandOutput,
82
+ } from "./commands/ListProblemsCommand";
83
+ import {
84
+ ListTagsForResourceCommandInput,
85
+ ListTagsForResourceCommandOutput,
86
+ } from "./commands/ListTagsForResourceCommand";
87
+ import {
88
+ TagResourceCommandInput,
89
+ TagResourceCommandOutput,
90
+ } from "./commands/TagResourceCommand";
91
+ import {
92
+ UntagResourceCommandInput,
93
+ UntagResourceCommandOutput,
94
+ } from "./commands/UntagResourceCommand";
95
+ import {
96
+ UpdateApplicationCommandInput,
97
+ UpdateApplicationCommandOutput,
98
+ } from "./commands/UpdateApplicationCommand";
99
+ import {
100
+ UpdateComponentCommandInput,
101
+ UpdateComponentCommandOutput,
102
+ } from "./commands/UpdateComponentCommand";
103
+ import {
104
+ UpdateComponentConfigurationCommandInput,
105
+ UpdateComponentConfigurationCommandOutput,
106
+ } from "./commands/UpdateComponentConfigurationCommand";
107
+ import {
108
+ UpdateLogPatternCommandInput,
109
+ UpdateLogPatternCommandOutput,
110
+ } from "./commands/UpdateLogPatternCommand";
111
+
112
+ export declare class ApplicationInsights extends ApplicationInsightsClient {
113
+ createApplication(
114
+ args: CreateApplicationCommandInput,
115
+ options?: __HttpHandlerOptions
116
+ ): Promise<CreateApplicationCommandOutput>;
117
+ createApplication(
118
+ args: CreateApplicationCommandInput,
119
+ cb: (err: any, data?: CreateApplicationCommandOutput) => void
120
+ ): void;
121
+ createApplication(
122
+ args: CreateApplicationCommandInput,
123
+ options: __HttpHandlerOptions,
124
+ cb: (err: any, data?: CreateApplicationCommandOutput) => void
125
+ ): void;
126
+
127
+ createComponent(
128
+ args: CreateComponentCommandInput,
129
+ options?: __HttpHandlerOptions
130
+ ): Promise<CreateComponentCommandOutput>;
131
+ createComponent(
132
+ args: CreateComponentCommandInput,
133
+ cb: (err: any, data?: CreateComponentCommandOutput) => void
134
+ ): void;
135
+ createComponent(
136
+ args: CreateComponentCommandInput,
137
+ options: __HttpHandlerOptions,
138
+ cb: (err: any, data?: CreateComponentCommandOutput) => void
139
+ ): void;
140
+
141
+ createLogPattern(
142
+ args: CreateLogPatternCommandInput,
143
+ options?: __HttpHandlerOptions
144
+ ): Promise<CreateLogPatternCommandOutput>;
145
+ createLogPattern(
146
+ args: CreateLogPatternCommandInput,
147
+ cb: (err: any, data?: CreateLogPatternCommandOutput) => void
148
+ ): void;
149
+ createLogPattern(
150
+ args: CreateLogPatternCommandInput,
151
+ options: __HttpHandlerOptions,
152
+ cb: (err: any, data?: CreateLogPatternCommandOutput) => void
153
+ ): void;
154
+
155
+ deleteApplication(
156
+ args: DeleteApplicationCommandInput,
157
+ options?: __HttpHandlerOptions
158
+ ): Promise<DeleteApplicationCommandOutput>;
159
+ deleteApplication(
160
+ args: DeleteApplicationCommandInput,
161
+ cb: (err: any, data?: DeleteApplicationCommandOutput) => void
162
+ ): void;
163
+ deleteApplication(
164
+ args: DeleteApplicationCommandInput,
165
+ options: __HttpHandlerOptions,
166
+ cb: (err: any, data?: DeleteApplicationCommandOutput) => void
167
+ ): void;
168
+
169
+ deleteComponent(
170
+ args: DeleteComponentCommandInput,
171
+ options?: __HttpHandlerOptions
172
+ ): Promise<DeleteComponentCommandOutput>;
173
+ deleteComponent(
174
+ args: DeleteComponentCommandInput,
175
+ cb: (err: any, data?: DeleteComponentCommandOutput) => void
176
+ ): void;
177
+ deleteComponent(
178
+ args: DeleteComponentCommandInput,
179
+ options: __HttpHandlerOptions,
180
+ cb: (err: any, data?: DeleteComponentCommandOutput) => void
181
+ ): void;
182
+
183
+ deleteLogPattern(
184
+ args: DeleteLogPatternCommandInput,
185
+ options?: __HttpHandlerOptions
186
+ ): Promise<DeleteLogPatternCommandOutput>;
187
+ deleteLogPattern(
188
+ args: DeleteLogPatternCommandInput,
189
+ cb: (err: any, data?: DeleteLogPatternCommandOutput) => void
190
+ ): void;
191
+ deleteLogPattern(
192
+ args: DeleteLogPatternCommandInput,
193
+ options: __HttpHandlerOptions,
194
+ cb: (err: any, data?: DeleteLogPatternCommandOutput) => void
195
+ ): void;
196
+
197
+ describeApplication(
198
+ args: DescribeApplicationCommandInput,
199
+ options?: __HttpHandlerOptions
200
+ ): Promise<DescribeApplicationCommandOutput>;
201
+ describeApplication(
202
+ args: DescribeApplicationCommandInput,
203
+ cb: (err: any, data?: DescribeApplicationCommandOutput) => void
204
+ ): void;
205
+ describeApplication(
206
+ args: DescribeApplicationCommandInput,
207
+ options: __HttpHandlerOptions,
208
+ cb: (err: any, data?: DescribeApplicationCommandOutput) => void
209
+ ): void;
210
+
211
+ describeComponent(
212
+ args: DescribeComponentCommandInput,
213
+ options?: __HttpHandlerOptions
214
+ ): Promise<DescribeComponentCommandOutput>;
215
+ describeComponent(
216
+ args: DescribeComponentCommandInput,
217
+ cb: (err: any, data?: DescribeComponentCommandOutput) => void
218
+ ): void;
219
+ describeComponent(
220
+ args: DescribeComponentCommandInput,
221
+ options: __HttpHandlerOptions,
222
+ cb: (err: any, data?: DescribeComponentCommandOutput) => void
223
+ ): void;
224
+
225
+ describeComponentConfiguration(
226
+ args: DescribeComponentConfigurationCommandInput,
227
+ options?: __HttpHandlerOptions
228
+ ): Promise<DescribeComponentConfigurationCommandOutput>;
229
+ describeComponentConfiguration(
230
+ args: DescribeComponentConfigurationCommandInput,
231
+ cb: (err: any, data?: DescribeComponentConfigurationCommandOutput) => void
232
+ ): void;
233
+ describeComponentConfiguration(
234
+ args: DescribeComponentConfigurationCommandInput,
235
+ options: __HttpHandlerOptions,
236
+ cb: (err: any, data?: DescribeComponentConfigurationCommandOutput) => void
237
+ ): void;
238
+
239
+ describeComponentConfigurationRecommendation(
240
+ args: DescribeComponentConfigurationRecommendationCommandInput,
241
+ options?: __HttpHandlerOptions
242
+ ): Promise<DescribeComponentConfigurationRecommendationCommandOutput>;
243
+ describeComponentConfigurationRecommendation(
244
+ args: DescribeComponentConfigurationRecommendationCommandInput,
245
+ cb: (
246
+ err: any,
247
+ data?: DescribeComponentConfigurationRecommendationCommandOutput
248
+ ) => void
249
+ ): void;
250
+ describeComponentConfigurationRecommendation(
251
+ args: DescribeComponentConfigurationRecommendationCommandInput,
252
+ options: __HttpHandlerOptions,
253
+ cb: (
254
+ err: any,
255
+ data?: DescribeComponentConfigurationRecommendationCommandOutput
256
+ ) => void
257
+ ): void;
258
+
259
+ describeLogPattern(
260
+ args: DescribeLogPatternCommandInput,
261
+ options?: __HttpHandlerOptions
262
+ ): Promise<DescribeLogPatternCommandOutput>;
263
+ describeLogPattern(
264
+ args: DescribeLogPatternCommandInput,
265
+ cb: (err: any, data?: DescribeLogPatternCommandOutput) => void
266
+ ): void;
267
+ describeLogPattern(
268
+ args: DescribeLogPatternCommandInput,
269
+ options: __HttpHandlerOptions,
270
+ cb: (err: any, data?: DescribeLogPatternCommandOutput) => void
271
+ ): void;
272
+
273
+ describeObservation(
274
+ args: DescribeObservationCommandInput,
275
+ options?: __HttpHandlerOptions
276
+ ): Promise<DescribeObservationCommandOutput>;
277
+ describeObservation(
278
+ args: DescribeObservationCommandInput,
279
+ cb: (err: any, data?: DescribeObservationCommandOutput) => void
280
+ ): void;
281
+ describeObservation(
282
+ args: DescribeObservationCommandInput,
283
+ options: __HttpHandlerOptions,
284
+ cb: (err: any, data?: DescribeObservationCommandOutput) => void
285
+ ): void;
286
+
287
+ describeProblem(
288
+ args: DescribeProblemCommandInput,
289
+ options?: __HttpHandlerOptions
290
+ ): Promise<DescribeProblemCommandOutput>;
291
+ describeProblem(
292
+ args: DescribeProblemCommandInput,
293
+ cb: (err: any, data?: DescribeProblemCommandOutput) => void
294
+ ): void;
295
+ describeProblem(
296
+ args: DescribeProblemCommandInput,
297
+ options: __HttpHandlerOptions,
298
+ cb: (err: any, data?: DescribeProblemCommandOutput) => void
299
+ ): void;
300
+
301
+ describeProblemObservations(
302
+ args: DescribeProblemObservationsCommandInput,
303
+ options?: __HttpHandlerOptions
304
+ ): Promise<DescribeProblemObservationsCommandOutput>;
305
+ describeProblemObservations(
306
+ args: DescribeProblemObservationsCommandInput,
307
+ cb: (err: any, data?: DescribeProblemObservationsCommandOutput) => void
308
+ ): void;
309
+ describeProblemObservations(
310
+ args: DescribeProblemObservationsCommandInput,
311
+ options: __HttpHandlerOptions,
312
+ cb: (err: any, data?: DescribeProblemObservationsCommandOutput) => void
313
+ ): void;
314
+
315
+ listApplications(
316
+ args: ListApplicationsCommandInput,
317
+ options?: __HttpHandlerOptions
318
+ ): Promise<ListApplicationsCommandOutput>;
319
+ listApplications(
320
+ args: ListApplicationsCommandInput,
321
+ cb: (err: any, data?: ListApplicationsCommandOutput) => void
322
+ ): void;
323
+ listApplications(
324
+ args: ListApplicationsCommandInput,
325
+ options: __HttpHandlerOptions,
326
+ cb: (err: any, data?: ListApplicationsCommandOutput) => void
327
+ ): void;
328
+
329
+ listComponents(
330
+ args: ListComponentsCommandInput,
331
+ options?: __HttpHandlerOptions
332
+ ): Promise<ListComponentsCommandOutput>;
333
+ listComponents(
334
+ args: ListComponentsCommandInput,
335
+ cb: (err: any, data?: ListComponentsCommandOutput) => void
336
+ ): void;
337
+ listComponents(
338
+ args: ListComponentsCommandInput,
339
+ options: __HttpHandlerOptions,
340
+ cb: (err: any, data?: ListComponentsCommandOutput) => void
341
+ ): void;
342
+
343
+ listConfigurationHistory(
344
+ args: ListConfigurationHistoryCommandInput,
345
+ options?: __HttpHandlerOptions
346
+ ): Promise<ListConfigurationHistoryCommandOutput>;
347
+ listConfigurationHistory(
348
+ args: ListConfigurationHistoryCommandInput,
349
+ cb: (err: any, data?: ListConfigurationHistoryCommandOutput) => void
350
+ ): void;
351
+ listConfigurationHistory(
352
+ args: ListConfigurationHistoryCommandInput,
353
+ options: __HttpHandlerOptions,
354
+ cb: (err: any, data?: ListConfigurationHistoryCommandOutput) => void
355
+ ): void;
356
+
357
+ listLogPatterns(
358
+ args: ListLogPatternsCommandInput,
359
+ options?: __HttpHandlerOptions
360
+ ): Promise<ListLogPatternsCommandOutput>;
361
+ listLogPatterns(
362
+ args: ListLogPatternsCommandInput,
363
+ cb: (err: any, data?: ListLogPatternsCommandOutput) => void
364
+ ): void;
365
+ listLogPatterns(
366
+ args: ListLogPatternsCommandInput,
367
+ options: __HttpHandlerOptions,
368
+ cb: (err: any, data?: ListLogPatternsCommandOutput) => void
369
+ ): void;
370
+
371
+ listLogPatternSets(
372
+ args: ListLogPatternSetsCommandInput,
373
+ options?: __HttpHandlerOptions
374
+ ): Promise<ListLogPatternSetsCommandOutput>;
375
+ listLogPatternSets(
376
+ args: ListLogPatternSetsCommandInput,
377
+ cb: (err: any, data?: ListLogPatternSetsCommandOutput) => void
378
+ ): void;
379
+ listLogPatternSets(
380
+ args: ListLogPatternSetsCommandInput,
381
+ options: __HttpHandlerOptions,
382
+ cb: (err: any, data?: ListLogPatternSetsCommandOutput) => void
383
+ ): void;
384
+
385
+ listProblems(
386
+ args: ListProblemsCommandInput,
387
+ options?: __HttpHandlerOptions
388
+ ): Promise<ListProblemsCommandOutput>;
389
+ listProblems(
390
+ args: ListProblemsCommandInput,
391
+ cb: (err: any, data?: ListProblemsCommandOutput) => void
392
+ ): void;
393
+ listProblems(
394
+ args: ListProblemsCommandInput,
395
+ options: __HttpHandlerOptions,
396
+ cb: (err: any, data?: ListProblemsCommandOutput) => void
397
+ ): void;
398
+
399
+ listTagsForResource(
400
+ args: ListTagsForResourceCommandInput,
401
+ options?: __HttpHandlerOptions
402
+ ): Promise<ListTagsForResourceCommandOutput>;
403
+ listTagsForResource(
404
+ args: ListTagsForResourceCommandInput,
405
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
406
+ ): void;
407
+ listTagsForResource(
408
+ args: ListTagsForResourceCommandInput,
409
+ options: __HttpHandlerOptions,
410
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
411
+ ): void;
412
+
413
+ tagResource(
414
+ args: TagResourceCommandInput,
415
+ options?: __HttpHandlerOptions
416
+ ): Promise<TagResourceCommandOutput>;
417
+ tagResource(
418
+ args: TagResourceCommandInput,
419
+ cb: (err: any, data?: TagResourceCommandOutput) => void
420
+ ): void;
421
+ tagResource(
422
+ args: TagResourceCommandInput,
423
+ options: __HttpHandlerOptions,
424
+ cb: (err: any, data?: TagResourceCommandOutput) => void
425
+ ): void;
426
+
427
+ untagResource(
428
+ args: UntagResourceCommandInput,
429
+ options?: __HttpHandlerOptions
430
+ ): Promise<UntagResourceCommandOutput>;
431
+ untagResource(
432
+ args: UntagResourceCommandInput,
433
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
434
+ ): void;
435
+ untagResource(
436
+ args: UntagResourceCommandInput,
437
+ options: __HttpHandlerOptions,
438
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
439
+ ): void;
440
+
441
+ updateApplication(
442
+ args: UpdateApplicationCommandInput,
443
+ options?: __HttpHandlerOptions
444
+ ): Promise<UpdateApplicationCommandOutput>;
445
+ updateApplication(
446
+ args: UpdateApplicationCommandInput,
447
+ cb: (err: any, data?: UpdateApplicationCommandOutput) => void
448
+ ): void;
449
+ updateApplication(
450
+ args: UpdateApplicationCommandInput,
451
+ options: __HttpHandlerOptions,
452
+ cb: (err: any, data?: UpdateApplicationCommandOutput) => void
453
+ ): void;
454
+
455
+ updateComponent(
456
+ args: UpdateComponentCommandInput,
457
+ options?: __HttpHandlerOptions
458
+ ): Promise<UpdateComponentCommandOutput>;
459
+ updateComponent(
460
+ args: UpdateComponentCommandInput,
461
+ cb: (err: any, data?: UpdateComponentCommandOutput) => void
462
+ ): void;
463
+ updateComponent(
464
+ args: UpdateComponentCommandInput,
465
+ options: __HttpHandlerOptions,
466
+ cb: (err: any, data?: UpdateComponentCommandOutput) => void
467
+ ): void;
468
+
469
+ updateComponentConfiguration(
470
+ args: UpdateComponentConfigurationCommandInput,
471
+ options?: __HttpHandlerOptions
472
+ ): Promise<UpdateComponentConfigurationCommandOutput>;
473
+ updateComponentConfiguration(
474
+ args: UpdateComponentConfigurationCommandInput,
475
+ cb: (err: any, data?: UpdateComponentConfigurationCommandOutput) => void
476
+ ): void;
477
+ updateComponentConfiguration(
478
+ args: UpdateComponentConfigurationCommandInput,
479
+ options: __HttpHandlerOptions,
480
+ cb: (err: any, data?: UpdateComponentConfigurationCommandOutput) => void
481
+ ): void;
482
+
483
+ updateLogPattern(
484
+ args: UpdateLogPatternCommandInput,
485
+ options?: __HttpHandlerOptions
486
+ ): Promise<UpdateLogPatternCommandOutput>;
487
+ updateLogPattern(
488
+ args: UpdateLogPatternCommandInput,
489
+ cb: (err: any, data?: UpdateLogPatternCommandOutput) => void
490
+ ): void;
491
+ updateLogPattern(
492
+ args: UpdateLogPatternCommandInput,
493
+ options: __HttpHandlerOptions,
494
+ cb: (err: any, data?: UpdateLogPatternCommandOutput) => void
495
+ ): void;
496
+ }