@aws-sdk/client-application-insights 3.169.0 → 3.171.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 +469 -140
  3. package/dist-types/ts3.4/ApplicationInsightsClient.d.ts +267 -100
  4. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +36 -17
  5. package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +35 -17
  6. package/dist-types/ts3.4/commands/CreateLogPatternCommand.d.ts +35 -17
  7. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +36 -17
  8. package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/DeleteLogPatternCommand.d.ts +35 -17
  10. package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +36 -17
  11. package/dist-types/ts3.4/commands/DescribeComponentCommand.d.ts +36 -17
  12. package/dist-types/ts3.4/commands/DescribeComponentConfigurationCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/DescribeComponentConfigurationRecommendationCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/DescribeLogPatternCommand.d.ts +36 -17
  15. package/dist-types/ts3.4/commands/DescribeObservationCommand.d.ts +36 -17
  16. package/dist-types/ts3.4/commands/DescribeProblemCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/DescribeProblemObservationsCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/ListConfigurationHistoryCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/ListLogPatternSetsCommand.d.ts +36 -17
  22. package/dist-types/ts3.4/commands/ListLogPatternsCommand.d.ts +35 -17
  23. package/dist-types/ts3.4/commands/ListProblemsCommand.d.ts +32 -17
  24. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  25. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  26. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  27. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +36 -17
  28. package/dist-types/ts3.4/commands/UpdateComponentCommand.d.ts +35 -17
  29. package/dist-types/ts3.4/commands/UpdateComponentConfigurationCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/UpdateLogPatternCommand.d.ts +35 -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 +7 -6
  35. package/dist-types/ts3.4/models/index.d.ts +1 -1
  36. package/dist-types/ts3.4/models/models_0.d.ts +609 -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 +67 -38
  47. package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
  48. package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
  49. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
  50. package/package.json +34 -34
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-application-insights
9
+
10
+
11
+
12
+
13
+
14
+ # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-application-insights
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-application-insights
@@ -1,140 +1,469 @@
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
+ export declare class ApplicationInsights extends ApplicationInsightsClient {
112
+ createApplication(
113
+ args: CreateApplicationCommandInput,
114
+ options?: __HttpHandlerOptions
115
+ ): Promise<CreateApplicationCommandOutput>;
116
+ createApplication(
117
+ args: CreateApplicationCommandInput,
118
+ cb: (err: any, data?: CreateApplicationCommandOutput) => void
119
+ ): void;
120
+ createApplication(
121
+ args: CreateApplicationCommandInput,
122
+ options: __HttpHandlerOptions,
123
+ cb: (err: any, data?: CreateApplicationCommandOutput) => void
124
+ ): void;
125
+ createComponent(
126
+ args: CreateComponentCommandInput,
127
+ options?: __HttpHandlerOptions
128
+ ): Promise<CreateComponentCommandOutput>;
129
+ createComponent(
130
+ args: CreateComponentCommandInput,
131
+ cb: (err: any, data?: CreateComponentCommandOutput) => void
132
+ ): void;
133
+ createComponent(
134
+ args: CreateComponentCommandInput,
135
+ options: __HttpHandlerOptions,
136
+ cb: (err: any, data?: CreateComponentCommandOutput) => void
137
+ ): void;
138
+ createLogPattern(
139
+ args: CreateLogPatternCommandInput,
140
+ options?: __HttpHandlerOptions
141
+ ): Promise<CreateLogPatternCommandOutput>;
142
+ createLogPattern(
143
+ args: CreateLogPatternCommandInput,
144
+ cb: (err: any, data?: CreateLogPatternCommandOutput) => void
145
+ ): void;
146
+ createLogPattern(
147
+ args: CreateLogPatternCommandInput,
148
+ options: __HttpHandlerOptions,
149
+ cb: (err: any, data?: CreateLogPatternCommandOutput) => void
150
+ ): void;
151
+ deleteApplication(
152
+ args: DeleteApplicationCommandInput,
153
+ options?: __HttpHandlerOptions
154
+ ): Promise<DeleteApplicationCommandOutput>;
155
+ deleteApplication(
156
+ args: DeleteApplicationCommandInput,
157
+ cb: (err: any, data?: DeleteApplicationCommandOutput) => void
158
+ ): void;
159
+ deleteApplication(
160
+ args: DeleteApplicationCommandInput,
161
+ options: __HttpHandlerOptions,
162
+ cb: (err: any, data?: DeleteApplicationCommandOutput) => void
163
+ ): void;
164
+ deleteComponent(
165
+ args: DeleteComponentCommandInput,
166
+ options?: __HttpHandlerOptions
167
+ ): Promise<DeleteComponentCommandOutput>;
168
+ deleteComponent(
169
+ args: DeleteComponentCommandInput,
170
+ cb: (err: any, data?: DeleteComponentCommandOutput) => void
171
+ ): void;
172
+ deleteComponent(
173
+ args: DeleteComponentCommandInput,
174
+ options: __HttpHandlerOptions,
175
+ cb: (err: any, data?: DeleteComponentCommandOutput) => void
176
+ ): void;
177
+ deleteLogPattern(
178
+ args: DeleteLogPatternCommandInput,
179
+ options?: __HttpHandlerOptions
180
+ ): Promise<DeleteLogPatternCommandOutput>;
181
+ deleteLogPattern(
182
+ args: DeleteLogPatternCommandInput,
183
+ cb: (err: any, data?: DeleteLogPatternCommandOutput) => void
184
+ ): void;
185
+ deleteLogPattern(
186
+ args: DeleteLogPatternCommandInput,
187
+ options: __HttpHandlerOptions,
188
+ cb: (err: any, data?: DeleteLogPatternCommandOutput) => void
189
+ ): void;
190
+ describeApplication(
191
+ args: DescribeApplicationCommandInput,
192
+ options?: __HttpHandlerOptions
193
+ ): Promise<DescribeApplicationCommandOutput>;
194
+ describeApplication(
195
+ args: DescribeApplicationCommandInput,
196
+ cb: (err: any, data?: DescribeApplicationCommandOutput) => void
197
+ ): void;
198
+ describeApplication(
199
+ args: DescribeApplicationCommandInput,
200
+ options: __HttpHandlerOptions,
201
+ cb: (err: any, data?: DescribeApplicationCommandOutput) => void
202
+ ): void;
203
+ describeComponent(
204
+ args: DescribeComponentCommandInput,
205
+ options?: __HttpHandlerOptions
206
+ ): Promise<DescribeComponentCommandOutput>;
207
+ describeComponent(
208
+ args: DescribeComponentCommandInput,
209
+ cb: (err: any, data?: DescribeComponentCommandOutput) => void
210
+ ): void;
211
+ describeComponent(
212
+ args: DescribeComponentCommandInput,
213
+ options: __HttpHandlerOptions,
214
+ cb: (err: any, data?: DescribeComponentCommandOutput) => void
215
+ ): void;
216
+ describeComponentConfiguration(
217
+ args: DescribeComponentConfigurationCommandInput,
218
+ options?: __HttpHandlerOptions
219
+ ): Promise<DescribeComponentConfigurationCommandOutput>;
220
+ describeComponentConfiguration(
221
+ args: DescribeComponentConfigurationCommandInput,
222
+ cb: (err: any, data?: DescribeComponentConfigurationCommandOutput) => void
223
+ ): void;
224
+ describeComponentConfiguration(
225
+ args: DescribeComponentConfigurationCommandInput,
226
+ options: __HttpHandlerOptions,
227
+ cb: (err: any, data?: DescribeComponentConfigurationCommandOutput) => void
228
+ ): void;
229
+ describeComponentConfigurationRecommendation(
230
+ args: DescribeComponentConfigurationRecommendationCommandInput,
231
+ options?: __HttpHandlerOptions
232
+ ): Promise<DescribeComponentConfigurationRecommendationCommandOutput>;
233
+ describeComponentConfigurationRecommendation(
234
+ args: DescribeComponentConfigurationRecommendationCommandInput,
235
+ cb: (
236
+ err: any,
237
+ data?: DescribeComponentConfigurationRecommendationCommandOutput
238
+ ) => void
239
+ ): void;
240
+ describeComponentConfigurationRecommendation(
241
+ args: DescribeComponentConfigurationRecommendationCommandInput,
242
+ options: __HttpHandlerOptions,
243
+ cb: (
244
+ err: any,
245
+ data?: DescribeComponentConfigurationRecommendationCommandOutput
246
+ ) => void
247
+ ): void;
248
+ describeLogPattern(
249
+ args: DescribeLogPatternCommandInput,
250
+ options?: __HttpHandlerOptions
251
+ ): Promise<DescribeLogPatternCommandOutput>;
252
+ describeLogPattern(
253
+ args: DescribeLogPatternCommandInput,
254
+ cb: (err: any, data?: DescribeLogPatternCommandOutput) => void
255
+ ): void;
256
+ describeLogPattern(
257
+ args: DescribeLogPatternCommandInput,
258
+ options: __HttpHandlerOptions,
259
+ cb: (err: any, data?: DescribeLogPatternCommandOutput) => void
260
+ ): void;
261
+ describeObservation(
262
+ args: DescribeObservationCommandInput,
263
+ options?: __HttpHandlerOptions
264
+ ): Promise<DescribeObservationCommandOutput>;
265
+ describeObservation(
266
+ args: DescribeObservationCommandInput,
267
+ cb: (err: any, data?: DescribeObservationCommandOutput) => void
268
+ ): void;
269
+ describeObservation(
270
+ args: DescribeObservationCommandInput,
271
+ options: __HttpHandlerOptions,
272
+ cb: (err: any, data?: DescribeObservationCommandOutput) => void
273
+ ): void;
274
+ describeProblem(
275
+ args: DescribeProblemCommandInput,
276
+ options?: __HttpHandlerOptions
277
+ ): Promise<DescribeProblemCommandOutput>;
278
+ describeProblem(
279
+ args: DescribeProblemCommandInput,
280
+ cb: (err: any, data?: DescribeProblemCommandOutput) => void
281
+ ): void;
282
+ describeProblem(
283
+ args: DescribeProblemCommandInput,
284
+ options: __HttpHandlerOptions,
285
+ cb: (err: any, data?: DescribeProblemCommandOutput) => void
286
+ ): void;
287
+ describeProblemObservations(
288
+ args: DescribeProblemObservationsCommandInput,
289
+ options?: __HttpHandlerOptions
290
+ ): Promise<DescribeProblemObservationsCommandOutput>;
291
+ describeProblemObservations(
292
+ args: DescribeProblemObservationsCommandInput,
293
+ cb: (err: any, data?: DescribeProblemObservationsCommandOutput) => void
294
+ ): void;
295
+ describeProblemObservations(
296
+ args: DescribeProblemObservationsCommandInput,
297
+ options: __HttpHandlerOptions,
298
+ cb: (err: any, data?: DescribeProblemObservationsCommandOutput) => void
299
+ ): void;
300
+ listApplications(
301
+ args: ListApplicationsCommandInput,
302
+ options?: __HttpHandlerOptions
303
+ ): Promise<ListApplicationsCommandOutput>;
304
+ listApplications(
305
+ args: ListApplicationsCommandInput,
306
+ cb: (err: any, data?: ListApplicationsCommandOutput) => void
307
+ ): void;
308
+ listApplications(
309
+ args: ListApplicationsCommandInput,
310
+ options: __HttpHandlerOptions,
311
+ cb: (err: any, data?: ListApplicationsCommandOutput) => void
312
+ ): void;
313
+ listComponents(
314
+ args: ListComponentsCommandInput,
315
+ options?: __HttpHandlerOptions
316
+ ): Promise<ListComponentsCommandOutput>;
317
+ listComponents(
318
+ args: ListComponentsCommandInput,
319
+ cb: (err: any, data?: ListComponentsCommandOutput) => void
320
+ ): void;
321
+ listComponents(
322
+ args: ListComponentsCommandInput,
323
+ options: __HttpHandlerOptions,
324
+ cb: (err: any, data?: ListComponentsCommandOutput) => void
325
+ ): void;
326
+ listConfigurationHistory(
327
+ args: ListConfigurationHistoryCommandInput,
328
+ options?: __HttpHandlerOptions
329
+ ): Promise<ListConfigurationHistoryCommandOutput>;
330
+ listConfigurationHistory(
331
+ args: ListConfigurationHistoryCommandInput,
332
+ cb: (err: any, data?: ListConfigurationHistoryCommandOutput) => void
333
+ ): void;
334
+ listConfigurationHistory(
335
+ args: ListConfigurationHistoryCommandInput,
336
+ options: __HttpHandlerOptions,
337
+ cb: (err: any, data?: ListConfigurationHistoryCommandOutput) => void
338
+ ): void;
339
+ listLogPatterns(
340
+ args: ListLogPatternsCommandInput,
341
+ options?: __HttpHandlerOptions
342
+ ): Promise<ListLogPatternsCommandOutput>;
343
+ listLogPatterns(
344
+ args: ListLogPatternsCommandInput,
345
+ cb: (err: any, data?: ListLogPatternsCommandOutput) => void
346
+ ): void;
347
+ listLogPatterns(
348
+ args: ListLogPatternsCommandInput,
349
+ options: __HttpHandlerOptions,
350
+ cb: (err: any, data?: ListLogPatternsCommandOutput) => void
351
+ ): void;
352
+ listLogPatternSets(
353
+ args: ListLogPatternSetsCommandInput,
354
+ options?: __HttpHandlerOptions
355
+ ): Promise<ListLogPatternSetsCommandOutput>;
356
+ listLogPatternSets(
357
+ args: ListLogPatternSetsCommandInput,
358
+ cb: (err: any, data?: ListLogPatternSetsCommandOutput) => void
359
+ ): void;
360
+ listLogPatternSets(
361
+ args: ListLogPatternSetsCommandInput,
362
+ options: __HttpHandlerOptions,
363
+ cb: (err: any, data?: ListLogPatternSetsCommandOutput) => void
364
+ ): void;
365
+ listProblems(
366
+ args: ListProblemsCommandInput,
367
+ options?: __HttpHandlerOptions
368
+ ): Promise<ListProblemsCommandOutput>;
369
+ listProblems(
370
+ args: ListProblemsCommandInput,
371
+ cb: (err: any, data?: ListProblemsCommandOutput) => void
372
+ ): void;
373
+ listProblems(
374
+ args: ListProblemsCommandInput,
375
+ options: __HttpHandlerOptions,
376
+ cb: (err: any, data?: ListProblemsCommandOutput) => void
377
+ ): void;
378
+ listTagsForResource(
379
+ args: ListTagsForResourceCommandInput,
380
+ options?: __HttpHandlerOptions
381
+ ): Promise<ListTagsForResourceCommandOutput>;
382
+ listTagsForResource(
383
+ args: ListTagsForResourceCommandInput,
384
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
385
+ ): void;
386
+ listTagsForResource(
387
+ args: ListTagsForResourceCommandInput,
388
+ options: __HttpHandlerOptions,
389
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
390
+ ): void;
391
+ tagResource(
392
+ args: TagResourceCommandInput,
393
+ options?: __HttpHandlerOptions
394
+ ): Promise<TagResourceCommandOutput>;
395
+ tagResource(
396
+ args: TagResourceCommandInput,
397
+ cb: (err: any, data?: TagResourceCommandOutput) => void
398
+ ): void;
399
+ tagResource(
400
+ args: TagResourceCommandInput,
401
+ options: __HttpHandlerOptions,
402
+ cb: (err: any, data?: TagResourceCommandOutput) => void
403
+ ): void;
404
+ untagResource(
405
+ args: UntagResourceCommandInput,
406
+ options?: __HttpHandlerOptions
407
+ ): Promise<UntagResourceCommandOutput>;
408
+ untagResource(
409
+ args: UntagResourceCommandInput,
410
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
411
+ ): void;
412
+ untagResource(
413
+ args: UntagResourceCommandInput,
414
+ options: __HttpHandlerOptions,
415
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
416
+ ): void;
417
+ updateApplication(
418
+ args: UpdateApplicationCommandInput,
419
+ options?: __HttpHandlerOptions
420
+ ): Promise<UpdateApplicationCommandOutput>;
421
+ updateApplication(
422
+ args: UpdateApplicationCommandInput,
423
+ cb: (err: any, data?: UpdateApplicationCommandOutput) => void
424
+ ): void;
425
+ updateApplication(
426
+ args: UpdateApplicationCommandInput,
427
+ options: __HttpHandlerOptions,
428
+ cb: (err: any, data?: UpdateApplicationCommandOutput) => void
429
+ ): void;
430
+ updateComponent(
431
+ args: UpdateComponentCommandInput,
432
+ options?: __HttpHandlerOptions
433
+ ): Promise<UpdateComponentCommandOutput>;
434
+ updateComponent(
435
+ args: UpdateComponentCommandInput,
436
+ cb: (err: any, data?: UpdateComponentCommandOutput) => void
437
+ ): void;
438
+ updateComponent(
439
+ args: UpdateComponentCommandInput,
440
+ options: __HttpHandlerOptions,
441
+ cb: (err: any, data?: UpdateComponentCommandOutput) => void
442
+ ): void;
443
+ updateComponentConfiguration(
444
+ args: UpdateComponentConfigurationCommandInput,
445
+ options?: __HttpHandlerOptions
446
+ ): Promise<UpdateComponentConfigurationCommandOutput>;
447
+ updateComponentConfiguration(
448
+ args: UpdateComponentConfigurationCommandInput,
449
+ cb: (err: any, data?: UpdateComponentConfigurationCommandOutput) => void
450
+ ): void;
451
+ updateComponentConfiguration(
452
+ args: UpdateComponentConfigurationCommandInput,
453
+ options: __HttpHandlerOptions,
454
+ cb: (err: any, data?: UpdateComponentConfigurationCommandOutput) => void
455
+ ): void;
456
+ updateLogPattern(
457
+ args: UpdateLogPatternCommandInput,
458
+ options?: __HttpHandlerOptions
459
+ ): Promise<UpdateLogPatternCommandOutput>;
460
+ updateLogPattern(
461
+ args: UpdateLogPatternCommandInput,
462
+ cb: (err: any, data?: UpdateLogPatternCommandOutput) => void
463
+ ): void;
464
+ updateLogPattern(
465
+ args: UpdateLogPatternCommandInput,
466
+ options: __HttpHandlerOptions,
467
+ cb: (err: any, data?: UpdateLogPatternCommandOutput) => void
468
+ ): void;
469
+ }