@aws-sdk/client-application-insights 3.170.0 → 3.178.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/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/ApplicationInsights.d.ts +0 -27
- package/dist-types/ts3.4/ApplicationInsightsClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLogPatternCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteLogPatternCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeComponentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeComponentConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeComponentConfigurationRecommendationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLogPatternCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeObservationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeProblemCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeProblemObservationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListConfigurationHistoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListLogPatternSetsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListLogPatternsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListProblemsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateComponentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateComponentConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateLogPatternCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/ApplicationInsightsServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -238
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
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.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-application-insights
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-application-insights
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-application-insights
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: ApplicationInsightsClientConfig)
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: ApplicationInsightsClientConfig)
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: ApplicationInsightsClientConfig)
|
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
32
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
33
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
33
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
34
34
|
signingEscapePath?: boolean | undefined;
|
|
35
35
|
systemClockOffset?: number | undefined;
|
|
36
36
|
signingRegion?: string | undefined;
|
|
@@ -108,7 +108,6 @@ import {
|
|
|
108
108
|
UpdateLogPatternCommandInput,
|
|
109
109
|
UpdateLogPatternCommandOutput,
|
|
110
110
|
} from "./commands/UpdateLogPatternCommand";
|
|
111
|
-
|
|
112
111
|
export declare class ApplicationInsights extends ApplicationInsightsClient {
|
|
113
112
|
createApplication(
|
|
114
113
|
args: CreateApplicationCommandInput,
|
|
@@ -123,7 +122,6 @@ export declare class ApplicationInsights extends ApplicationInsightsClient {
|
|
|
123
122
|
options: __HttpHandlerOptions,
|
|
124
123
|
cb: (err: any, data?: CreateApplicationCommandOutput) => void
|
|
125
124
|
): void;
|
|
126
|
-
|
|
127
125
|
createComponent(
|
|
128
126
|
args: CreateComponentCommandInput,
|
|
129
127
|
options?: __HttpHandlerOptions
|
|
@@ -137,7 +135,6 @@ export declare class ApplicationInsights extends ApplicationInsightsClient {
|
|
|
137
135
|
options: __HttpHandlerOptions,
|
|
138
136
|
cb: (err: any, data?: CreateComponentCommandOutput) => void
|
|
139
137
|
): void;
|
|
140
|
-
|
|
141
138
|
createLogPattern(
|
|
142
139
|
args: CreateLogPatternCommandInput,
|
|
143
140
|
options?: __HttpHandlerOptions
|
|
@@ -151,7 +148,6 @@ export declare class ApplicationInsights extends ApplicationInsightsClient {
|
|
|
151
148
|
options: __HttpHandlerOptions,
|
|
152
149
|
cb: (err: any, data?: CreateLogPatternCommandOutput) => void
|
|
153
150
|
): void;
|
|
154
|
-
|
|
155
151
|
deleteApplication(
|
|
156
152
|
args: DeleteApplicationCommandInput,
|
|
157
153
|
options?: __HttpHandlerOptions
|
|
@@ -165,7 +161,6 @@ export declare class ApplicationInsights extends ApplicationInsightsClient {
|
|
|
165
161
|
options: __HttpHandlerOptions,
|
|
166
162
|
cb: (err: any, data?: DeleteApplicationCommandOutput) => void
|
|
167
163
|
): void;
|
|
168
|
-
|
|
169
164
|
deleteComponent(
|
|
170
165
|
args: DeleteComponentCommandInput,
|
|
171
166
|
options?: __HttpHandlerOptions
|
|
@@ -179,7 +174,6 @@ export declare class ApplicationInsights extends ApplicationInsightsClient {
|
|
|
179
174
|
options: __HttpHandlerOptions,
|
|
180
175
|
cb: (err: any, data?: DeleteComponentCommandOutput) => void
|
|
181
176
|
): void;
|
|
182
|
-
|
|
183
177
|
deleteLogPattern(
|
|
184
178
|
args: DeleteLogPatternCommandInput,
|
|
185
179
|
options?: __HttpHandlerOptions
|
|
@@ -193,7 +187,6 @@ export declare class ApplicationInsights extends ApplicationInsightsClient {
|
|
|
193
187
|
options: __HttpHandlerOptions,
|
|
194
188
|
cb: (err: any, data?: DeleteLogPatternCommandOutput) => void
|
|
195
189
|
): void;
|
|
196
|
-
|
|
197
190
|
describeApplication(
|
|
198
191
|
args: DescribeApplicationCommandInput,
|
|
199
192
|
options?: __HttpHandlerOptions
|
|
@@ -207,7 +200,6 @@ export declare class ApplicationInsights extends ApplicationInsightsClient {
|
|
|
207
200
|
options: __HttpHandlerOptions,
|
|
208
201
|
cb: (err: any, data?: DescribeApplicationCommandOutput) => void
|
|
209
202
|
): void;
|
|
210
|
-
|
|
211
203
|
describeComponent(
|
|
212
204
|
args: DescribeComponentCommandInput,
|
|
213
205
|
options?: __HttpHandlerOptions
|
|
@@ -221,7 +213,6 @@ export declare class ApplicationInsights extends ApplicationInsightsClient {
|
|
|
221
213
|
options: __HttpHandlerOptions,
|
|
222
214
|
cb: (err: any, data?: DescribeComponentCommandOutput) => void
|
|
223
215
|
): void;
|
|
224
|
-
|
|
225
216
|
describeComponentConfiguration(
|
|
226
217
|
args: DescribeComponentConfigurationCommandInput,
|
|
227
218
|
options?: __HttpHandlerOptions
|
|
@@ -235,7 +226,6 @@ export declare class ApplicationInsights extends ApplicationInsightsClient {
|
|
|
235
226
|
options: __HttpHandlerOptions,
|
|
236
227
|
cb: (err: any, data?: DescribeComponentConfigurationCommandOutput) => void
|
|
237
228
|
): void;
|
|
238
|
-
|
|
239
229
|
describeComponentConfigurationRecommendation(
|
|
240
230
|
args: DescribeComponentConfigurationRecommendationCommandInput,
|
|
241
231
|
options?: __HttpHandlerOptions
|
|
@@ -255,7 +245,6 @@ export declare class ApplicationInsights extends ApplicationInsightsClient {
|
|
|
255
245
|
data?: DescribeComponentConfigurationRecommendationCommandOutput
|
|
256
246
|
) => void
|
|
257
247
|
): void;
|
|
258
|
-
|
|
259
248
|
describeLogPattern(
|
|
260
249
|
args: DescribeLogPatternCommandInput,
|
|
261
250
|
options?: __HttpHandlerOptions
|
|
@@ -269,7 +258,6 @@ export declare class ApplicationInsights extends ApplicationInsightsClient {
|
|
|
269
258
|
options: __HttpHandlerOptions,
|
|
270
259
|
cb: (err: any, data?: DescribeLogPatternCommandOutput) => void
|
|
271
260
|
): void;
|
|
272
|
-
|
|
273
261
|
describeObservation(
|
|
274
262
|
args: DescribeObservationCommandInput,
|
|
275
263
|
options?: __HttpHandlerOptions
|
|
@@ -283,7 +271,6 @@ export declare class ApplicationInsights extends ApplicationInsightsClient {
|
|
|
283
271
|
options: __HttpHandlerOptions,
|
|
284
272
|
cb: (err: any, data?: DescribeObservationCommandOutput) => void
|
|
285
273
|
): void;
|
|
286
|
-
|
|
287
274
|
describeProblem(
|
|
288
275
|
args: DescribeProblemCommandInput,
|
|
289
276
|
options?: __HttpHandlerOptions
|
|
@@ -297,7 +284,6 @@ export declare class ApplicationInsights extends ApplicationInsightsClient {
|
|
|
297
284
|
options: __HttpHandlerOptions,
|
|
298
285
|
cb: (err: any, data?: DescribeProblemCommandOutput) => void
|
|
299
286
|
): void;
|
|
300
|
-
|
|
301
287
|
describeProblemObservations(
|
|
302
288
|
args: DescribeProblemObservationsCommandInput,
|
|
303
289
|
options?: __HttpHandlerOptions
|
|
@@ -311,7 +297,6 @@ export declare class ApplicationInsights extends ApplicationInsightsClient {
|
|
|
311
297
|
options: __HttpHandlerOptions,
|
|
312
298
|
cb: (err: any, data?: DescribeProblemObservationsCommandOutput) => void
|
|
313
299
|
): void;
|
|
314
|
-
|
|
315
300
|
listApplications(
|
|
316
301
|
args: ListApplicationsCommandInput,
|
|
317
302
|
options?: __HttpHandlerOptions
|
|
@@ -325,7 +310,6 @@ export declare class ApplicationInsights extends ApplicationInsightsClient {
|
|
|
325
310
|
options: __HttpHandlerOptions,
|
|
326
311
|
cb: (err: any, data?: ListApplicationsCommandOutput) => void
|
|
327
312
|
): void;
|
|
328
|
-
|
|
329
313
|
listComponents(
|
|
330
314
|
args: ListComponentsCommandInput,
|
|
331
315
|
options?: __HttpHandlerOptions
|
|
@@ -339,7 +323,6 @@ export declare class ApplicationInsights extends ApplicationInsightsClient {
|
|
|
339
323
|
options: __HttpHandlerOptions,
|
|
340
324
|
cb: (err: any, data?: ListComponentsCommandOutput) => void
|
|
341
325
|
): void;
|
|
342
|
-
|
|
343
326
|
listConfigurationHistory(
|
|
344
327
|
args: ListConfigurationHistoryCommandInput,
|
|
345
328
|
options?: __HttpHandlerOptions
|
|
@@ -353,7 +336,6 @@ export declare class ApplicationInsights extends ApplicationInsightsClient {
|
|
|
353
336
|
options: __HttpHandlerOptions,
|
|
354
337
|
cb: (err: any, data?: ListConfigurationHistoryCommandOutput) => void
|
|
355
338
|
): void;
|
|
356
|
-
|
|
357
339
|
listLogPatterns(
|
|
358
340
|
args: ListLogPatternsCommandInput,
|
|
359
341
|
options?: __HttpHandlerOptions
|
|
@@ -367,7 +349,6 @@ export declare class ApplicationInsights extends ApplicationInsightsClient {
|
|
|
367
349
|
options: __HttpHandlerOptions,
|
|
368
350
|
cb: (err: any, data?: ListLogPatternsCommandOutput) => void
|
|
369
351
|
): void;
|
|
370
|
-
|
|
371
352
|
listLogPatternSets(
|
|
372
353
|
args: ListLogPatternSetsCommandInput,
|
|
373
354
|
options?: __HttpHandlerOptions
|
|
@@ -381,7 +362,6 @@ export declare class ApplicationInsights extends ApplicationInsightsClient {
|
|
|
381
362
|
options: __HttpHandlerOptions,
|
|
382
363
|
cb: (err: any, data?: ListLogPatternSetsCommandOutput) => void
|
|
383
364
|
): void;
|
|
384
|
-
|
|
385
365
|
listProblems(
|
|
386
366
|
args: ListProblemsCommandInput,
|
|
387
367
|
options?: __HttpHandlerOptions
|
|
@@ -395,7 +375,6 @@ export declare class ApplicationInsights extends ApplicationInsightsClient {
|
|
|
395
375
|
options: __HttpHandlerOptions,
|
|
396
376
|
cb: (err: any, data?: ListProblemsCommandOutput) => void
|
|
397
377
|
): void;
|
|
398
|
-
|
|
399
378
|
listTagsForResource(
|
|
400
379
|
args: ListTagsForResourceCommandInput,
|
|
401
380
|
options?: __HttpHandlerOptions
|
|
@@ -409,7 +388,6 @@ export declare class ApplicationInsights extends ApplicationInsightsClient {
|
|
|
409
388
|
options: __HttpHandlerOptions,
|
|
410
389
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
411
390
|
): void;
|
|
412
|
-
|
|
413
391
|
tagResource(
|
|
414
392
|
args: TagResourceCommandInput,
|
|
415
393
|
options?: __HttpHandlerOptions
|
|
@@ -423,7 +401,6 @@ export declare class ApplicationInsights extends ApplicationInsightsClient {
|
|
|
423
401
|
options: __HttpHandlerOptions,
|
|
424
402
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
425
403
|
): void;
|
|
426
|
-
|
|
427
404
|
untagResource(
|
|
428
405
|
args: UntagResourceCommandInput,
|
|
429
406
|
options?: __HttpHandlerOptions
|
|
@@ -437,7 +414,6 @@ export declare class ApplicationInsights extends ApplicationInsightsClient {
|
|
|
437
414
|
options: __HttpHandlerOptions,
|
|
438
415
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
439
416
|
): void;
|
|
440
|
-
|
|
441
417
|
updateApplication(
|
|
442
418
|
args: UpdateApplicationCommandInput,
|
|
443
419
|
options?: __HttpHandlerOptions
|
|
@@ -451,7 +427,6 @@ export declare class ApplicationInsights extends ApplicationInsightsClient {
|
|
|
451
427
|
options: __HttpHandlerOptions,
|
|
452
428
|
cb: (err: any, data?: UpdateApplicationCommandOutput) => void
|
|
453
429
|
): void;
|
|
454
|
-
|
|
455
430
|
updateComponent(
|
|
456
431
|
args: UpdateComponentCommandInput,
|
|
457
432
|
options?: __HttpHandlerOptions
|
|
@@ -465,7 +440,6 @@ export declare class ApplicationInsights extends ApplicationInsightsClient {
|
|
|
465
440
|
options: __HttpHandlerOptions,
|
|
466
441
|
cb: (err: any, data?: UpdateComponentCommandOutput) => void
|
|
467
442
|
): void;
|
|
468
|
-
|
|
469
443
|
updateComponentConfiguration(
|
|
470
444
|
args: UpdateComponentConfigurationCommandInput,
|
|
471
445
|
options?: __HttpHandlerOptions
|
|
@@ -479,7 +453,6 @@ export declare class ApplicationInsights extends ApplicationInsightsClient {
|
|
|
479
453
|
options: __HttpHandlerOptions,
|
|
480
454
|
cb: (err: any, data?: UpdateComponentConfigurationCommandOutput) => void
|
|
481
455
|
): void;
|
|
482
|
-
|
|
483
456
|
updateLogPattern(
|
|
484
457
|
args: UpdateLogPatternCommandInput,
|
|
485
458
|
options?: __HttpHandlerOptions
|
|
@@ -209,47 +209,26 @@ export declare type ServiceOutputTypes =
|
|
|
209
209
|
export interface ClientDefaults
|
|
210
210
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
211
211
|
requestHandler?: __HttpHandler;
|
|
212
|
-
|
|
213
212
|
sha256?: __HashConstructor;
|
|
214
|
-
|
|
215
213
|
urlParser?: __UrlParser;
|
|
216
|
-
|
|
217
214
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
218
|
-
|
|
219
215
|
streamCollector?: __StreamCollector;
|
|
220
|
-
|
|
221
216
|
base64Decoder?: __Decoder;
|
|
222
|
-
|
|
223
217
|
base64Encoder?: __Encoder;
|
|
224
|
-
|
|
225
218
|
utf8Decoder?: __Decoder;
|
|
226
|
-
|
|
227
219
|
utf8Encoder?: __Encoder;
|
|
228
|
-
|
|
229
220
|
runtime?: string;
|
|
230
|
-
|
|
231
221
|
disableHostPrefix?: boolean;
|
|
232
|
-
|
|
233
222
|
maxAttempts?: number | __Provider<number>;
|
|
234
|
-
|
|
235
223
|
retryMode?: string | __Provider<string>;
|
|
236
|
-
|
|
237
224
|
logger?: __Logger;
|
|
238
|
-
|
|
239
225
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
240
|
-
|
|
241
226
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
242
|
-
|
|
243
227
|
serviceId?: string;
|
|
244
|
-
|
|
245
228
|
region?: string | __Provider<string>;
|
|
246
|
-
|
|
247
229
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
248
|
-
|
|
249
230
|
regionInfoProvider?: RegionInfoProvider;
|
|
250
|
-
|
|
251
231
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
252
|
-
|
|
253
232
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
254
233
|
}
|
|
255
234
|
declare type ApplicationInsightsClientConfigType = Partial<
|
|
@@ -262,7 +241,6 @@ declare type ApplicationInsightsClientConfigType = Partial<
|
|
|
262
241
|
HostHeaderInputConfig &
|
|
263
242
|
AwsAuthInputConfig &
|
|
264
243
|
UserAgentInputConfig;
|
|
265
|
-
|
|
266
244
|
export interface ApplicationInsightsClientConfig
|
|
267
245
|
extends ApplicationInsightsClientConfigType {}
|
|
268
246
|
declare type ApplicationInsightsClientResolvedConfigType =
|
|
@@ -274,10 +252,8 @@ declare type ApplicationInsightsClientResolvedConfigType =
|
|
|
274
252
|
HostHeaderResolvedConfig &
|
|
275
253
|
AwsAuthResolvedConfig &
|
|
276
254
|
UserAgentResolvedConfig;
|
|
277
|
-
|
|
278
255
|
export interface ApplicationInsightsClientResolvedConfig
|
|
279
256
|
extends ApplicationInsightsClientResolvedConfigType {}
|
|
280
|
-
|
|
281
257
|
export declare class ApplicationInsightsClient extends __Client<
|
|
282
258
|
__HttpHandlerOptions,
|
|
283
259
|
ServiceInputTypes,
|
|
@@ -286,7 +262,6 @@ export declare class ApplicationInsightsClient extends __Client<
|
|
|
286
262
|
> {
|
|
287
263
|
readonly config: ApplicationInsightsClientResolvedConfig;
|
|
288
264
|
constructor(configuration: ApplicationInsightsClientConfig);
|
|
289
|
-
|
|
290
265
|
destroy(): void;
|
|
291
266
|
}
|
|
292
267
|
export {};
|
|
@@ -19,7 +19,6 @@ export interface CreateApplicationCommandInput
|
|
|
19
19
|
export interface CreateApplicationCommandOutput
|
|
20
20
|
extends CreateApplicationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateApplicationCommand extends $Command<
|
|
24
23
|
CreateApplicationCommandInput,
|
|
25
24
|
CreateApplicationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateApplicationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateApplicationCommandInput;
|
|
29
28
|
constructor(input: CreateApplicationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ApplicationInsightsClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CreateComponentCommandInput extends CreateComponentRequest {}
|
|
|
18
18
|
export interface CreateComponentCommandOutput
|
|
19
19
|
extends CreateComponentResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateComponentCommand extends $Command<
|
|
23
22
|
CreateComponentCommandInput,
|
|
24
23
|
CreateComponentCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateComponentCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateComponentCommandInput;
|
|
28
27
|
constructor(input: CreateComponentCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ApplicationInsightsClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CreateLogPatternCommandInput extends CreateLogPatternRequest {}
|
|
|
18
18
|
export interface CreateLogPatternCommandOutput
|
|
19
19
|
extends CreateLogPatternResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateLogPatternCommand extends $Command<
|
|
23
22
|
CreateLogPatternCommandInput,
|
|
24
23
|
CreateLogPatternCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateLogPatternCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateLogPatternCommandInput;
|
|
28
27
|
constructor(input: CreateLogPatternCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ApplicationInsightsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteApplicationCommandInput
|
|
|
19
19
|
export interface DeleteApplicationCommandOutput
|
|
20
20
|
extends DeleteApplicationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteApplicationCommand extends $Command<
|
|
24
23
|
DeleteApplicationCommandInput,
|
|
25
24
|
DeleteApplicationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteApplicationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteApplicationCommandInput;
|
|
29
28
|
constructor(input: DeleteApplicationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ApplicationInsightsClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DeleteComponentCommandInput extends DeleteComponentRequest {}
|
|
|
18
18
|
export interface DeleteComponentCommandOutput
|
|
19
19
|
extends DeleteComponentResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DeleteComponentCommand extends $Command<
|
|
23
22
|
DeleteComponentCommandInput,
|
|
24
23
|
DeleteComponentCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DeleteComponentCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DeleteComponentCommandInput;
|
|
28
27
|
constructor(input: DeleteComponentCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ApplicationInsightsClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DeleteLogPatternCommandInput extends DeleteLogPatternRequest {}
|
|
|
18
18
|
export interface DeleteLogPatternCommandOutput
|
|
19
19
|
extends DeleteLogPatternResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DeleteLogPatternCommand extends $Command<
|
|
23
22
|
DeleteLogPatternCommandInput,
|
|
24
23
|
DeleteLogPatternCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DeleteLogPatternCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DeleteLogPatternCommandInput;
|
|
28
27
|
constructor(input: DeleteLogPatternCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ApplicationInsightsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeApplicationCommandInput
|
|
|
19
19
|
export interface DescribeApplicationCommandOutput
|
|
20
20
|
extends DescribeApplicationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeApplicationCommand extends $Command<
|
|
24
23
|
DescribeApplicationCommandInput,
|
|
25
24
|
DescribeApplicationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeApplicationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeApplicationCommandInput;
|
|
29
28
|
constructor(input: DescribeApplicationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ApplicationInsightsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeComponentCommandInput
|
|
|
19
19
|
export interface DescribeComponentCommandOutput
|
|
20
20
|
extends DescribeComponentResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeComponentCommand extends $Command<
|
|
24
23
|
DescribeComponentCommandInput,
|
|
25
24
|
DescribeComponentCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeComponentCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeComponentCommandInput;
|
|
29
28
|
constructor(input: DescribeComponentCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ApplicationInsightsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeComponentConfigurationCommandInput
|
|
|
19
19
|
export interface DescribeComponentConfigurationCommandOutput
|
|
20
20
|
extends DescribeComponentConfigurationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeComponentConfigurationCommand extends $Command<
|
|
24
23
|
DescribeComponentConfigurationCommandInput,
|
|
25
24
|
DescribeComponentConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeComponentConfigurationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeComponentConfigurationCommandInput;
|
|
29
28
|
constructor(input: DescribeComponentConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ApplicationInsightsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeComponentConfigurationRecommendationCommandInput
|
|
|
19
19
|
export interface DescribeComponentConfigurationRecommendationCommandOutput
|
|
20
20
|
extends DescribeComponentConfigurationRecommendationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeComponentConfigurationRecommendationCommand extends $Command<
|
|
24
23
|
DescribeComponentConfigurationRecommendationCommandInput,
|
|
25
24
|
DescribeComponentConfigurationRecommendationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeComponentConfigurationRecommendationCommand extends
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeComponentConfigurationRecommendationCommandInput;
|
|
29
28
|
constructor(input: DescribeComponentConfigurationRecommendationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ApplicationInsightsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeLogPatternCommandInput
|
|
|
19
19
|
export interface DescribeLogPatternCommandOutput
|
|
20
20
|
extends DescribeLogPatternResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeLogPatternCommand extends $Command<
|
|
24
23
|
DescribeLogPatternCommandInput,
|
|
25
24
|
DescribeLogPatternCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeLogPatternCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeLogPatternCommandInput;
|
|
29
28
|
constructor(input: DescribeLogPatternCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ApplicationInsightsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeObservationCommandInput
|
|
|
19
19
|
export interface DescribeObservationCommandOutput
|
|
20
20
|
extends DescribeObservationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeObservationCommand extends $Command<
|
|
24
23
|
DescribeObservationCommandInput,
|
|
25
24
|
DescribeObservationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeObservationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeObservationCommandInput;
|
|
29
28
|
constructor(input: DescribeObservationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ApplicationInsightsClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DescribeProblemCommandInput extends DescribeProblemRequest {}
|
|
|
18
18
|
export interface DescribeProblemCommandOutput
|
|
19
19
|
extends DescribeProblemResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DescribeProblemCommand extends $Command<
|
|
23
22
|
DescribeProblemCommandInput,
|
|
24
23
|
DescribeProblemCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DescribeProblemCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DescribeProblemCommandInput;
|
|
28
27
|
constructor(input: DescribeProblemCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ApplicationInsightsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeProblemObservationsCommandInput
|
|
|
19
19
|
export interface DescribeProblemObservationsCommandOutput
|
|
20
20
|
extends DescribeProblemObservationsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeProblemObservationsCommand extends $Command<
|
|
24
23
|
DescribeProblemObservationsCommandInput,
|
|
25
24
|
DescribeProblemObservationsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeProblemObservationsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeProblemObservationsCommandInput;
|
|
29
28
|
constructor(input: DescribeProblemObservationsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ApplicationInsightsClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListApplicationsCommandInput extends ListApplicationsRequest {}
|
|
|
18
18
|
export interface ListApplicationsCommandOutput
|
|
19
19
|
extends ListApplicationsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListApplicationsCommand extends $Command<
|
|
23
22
|
ListApplicationsCommandInput,
|
|
24
23
|
ListApplicationsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListApplicationsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListApplicationsCommandInput;
|
|
28
27
|
constructor(input: ListApplicationsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ApplicationInsightsClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListComponentsCommandInput extends ListComponentsRequest {}
|
|
|
18
18
|
export interface ListComponentsCommandOutput
|
|
19
19
|
extends ListComponentsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListComponentsCommand extends $Command<
|
|
23
22
|
ListComponentsCommandInput,
|
|
24
23
|
ListComponentsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListComponentsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListComponentsCommandInput;
|
|
28
27
|
constructor(input: ListComponentsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ApplicationInsightsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListConfigurationHistoryCommandInput
|
|
|
19
19
|
export interface ListConfigurationHistoryCommandOutput
|
|
20
20
|
extends ListConfigurationHistoryResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListConfigurationHistoryCommand extends $Command<
|
|
24
23
|
ListConfigurationHistoryCommandInput,
|
|
25
24
|
ListConfigurationHistoryCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListConfigurationHistoryCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListConfigurationHistoryCommandInput;
|
|
29
28
|
constructor(input: ListConfigurationHistoryCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ApplicationInsightsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListLogPatternSetsCommandInput
|
|
|
19
19
|
export interface ListLogPatternSetsCommandOutput
|
|
20
20
|
extends ListLogPatternSetsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListLogPatternSetsCommand extends $Command<
|
|
24
23
|
ListLogPatternSetsCommandInput,
|
|
25
24
|
ListLogPatternSetsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListLogPatternSetsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListLogPatternSetsCommandInput;
|
|
29
28
|
constructor(input: ListLogPatternSetsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ApplicationInsightsClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListLogPatternsCommandInput extends ListLogPatternsRequest {}
|
|
|
18
18
|
export interface ListLogPatternsCommandOutput
|
|
19
19
|
extends ListLogPatternsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListLogPatternsCommand extends $Command<
|
|
23
22
|
ListLogPatternsCommandInput,
|
|
24
23
|
ListLogPatternsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListLogPatternsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListLogPatternsCommandInput;
|
|
28
27
|
constructor(input: ListLogPatternsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ApplicationInsightsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListProblemsCommandInput extends ListProblemsRequest {}
|
|
|
15
15
|
export interface ListProblemsCommandOutput
|
|
16
16
|
extends ListProblemsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListProblemsCommand extends $Command<
|
|
20
19
|
ListProblemsCommandInput,
|
|
21
20
|
ListProblemsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListProblemsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListProblemsCommandInput;
|
|
25
24
|
constructor(input: ListProblemsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ApplicationInsightsClientResolvedConfig,
|