@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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/ApplicationInsights.d.ts +469 -140
- package/dist-types/ts3.4/ApplicationInsightsClient.d.ts +267 -100
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateLogPatternCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteLogPatternCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeComponentCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeComponentConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeComponentConfigurationRecommendationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeLogPatternCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeObservationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeProblemCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeProblemObservationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListConfigurationHistoryCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListLogPatternSetsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListLogPatternsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListProblemsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateComponentCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateComponentConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateLogPatternCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/index.d.ts +27 -27
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/ApplicationInsightsServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +609 -751
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListApplicationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListComponentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListConfigurationHistoryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListLogPatternSetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListLogPatternsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListProblemsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +7 -7
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +329 -83
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
- 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 {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
import {
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
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
|
+
}
|