@aws-sdk/client-application-insights 3.131.0 → 3.142.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 +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/CreateApplicationCommand.js +2 -2
- package/dist-cjs/commands/CreateComponentCommand.js +2 -2
- package/dist-cjs/commands/CreateLogPatternCommand.js +2 -2
- package/dist-cjs/commands/DeleteApplicationCommand.js +2 -2
- package/dist-cjs/commands/DeleteComponentCommand.js +2 -2
- package/dist-cjs/commands/DeleteLogPatternCommand.js +2 -2
- package/dist-cjs/commands/DescribeApplicationCommand.js +2 -2
- package/dist-cjs/commands/DescribeComponentCommand.js +2 -2
- package/dist-cjs/commands/DescribeComponentConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DescribeComponentConfigurationRecommendationCommand.js +2 -2
- package/dist-cjs/commands/DescribeLogPatternCommand.js +2 -2
- package/dist-cjs/commands/DescribeObservationCommand.js +2 -2
- package/dist-cjs/commands/DescribeProblemCommand.js +2 -2
- package/dist-cjs/commands/DescribeProblemObservationsCommand.js +2 -2
- package/dist-cjs/commands/ListApplicationsCommand.js +2 -2
- package/dist-cjs/commands/ListComponentsCommand.js +2 -2
- package/dist-cjs/commands/ListConfigurationHistoryCommand.js +2 -2
- package/dist-cjs/commands/ListLogPatternSetsCommand.js +2 -2
- package/dist-cjs/commands/ListLogPatternsCommand.js +2 -2
- package/dist-cjs/commands/ListProblemsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateApplicationCommand.js +2 -2
- package/dist-cjs/commands/UpdateComponentCommand.js +2 -2
- package/dist-cjs/commands/UpdateComponentConfigurationCommand.js +2 -2
- package/dist-cjs/commands/UpdateLogPatternCommand.js +2 -2
- package/dist-cjs/models/models_0.js +250 -374
- package/dist-cjs/protocols/Aws_json1_1.js +135 -225
- package/dist-es/commands/CreateApplicationCommand.js +3 -3
- package/dist-es/commands/CreateComponentCommand.js +3 -3
- package/dist-es/commands/CreateLogPatternCommand.js +3 -3
- package/dist-es/commands/DeleteApplicationCommand.js +3 -3
- package/dist-es/commands/DeleteComponentCommand.js +3 -3
- package/dist-es/commands/DeleteLogPatternCommand.js +3 -3
- package/dist-es/commands/DescribeApplicationCommand.js +3 -3
- package/dist-es/commands/DescribeComponentCommand.js +3 -3
- package/dist-es/commands/DescribeComponentConfigurationCommand.js +3 -3
- package/dist-es/commands/DescribeComponentConfigurationRecommendationCommand.js +3 -3
- package/dist-es/commands/DescribeLogPatternCommand.js +3 -3
- package/dist-es/commands/DescribeObservationCommand.js +3 -3
- package/dist-es/commands/DescribeProblemCommand.js +3 -3
- package/dist-es/commands/DescribeProblemObservationsCommand.js +3 -3
- package/dist-es/commands/ListApplicationsCommand.js +3 -3
- package/dist-es/commands/ListComponentsCommand.js +3 -3
- package/dist-es/commands/ListConfigurationHistoryCommand.js +3 -3
- package/dist-es/commands/ListLogPatternSetsCommand.js +3 -3
- package/dist-es/commands/ListLogPatternsCommand.js +3 -3
- package/dist-es/commands/ListProblemsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateApplicationCommand.js +3 -3
- package/dist-es/commands/UpdateComponentCommand.js +3 -3
- package/dist-es/commands/UpdateComponentConfigurationCommand.js +3 -3
- package/dist-es/commands/UpdateLogPatternCommand.js +3 -3
- package/dist-es/models/models_0.js +62 -248
- package/dist-es/protocols/Aws_json1_1.js +217 -226
- package/dist-types/models/models_0.d.ts +248 -372
- package/dist-types/ts3.4/models/models_0.d.ts +124 -248
- package/package.json +6 -6
|
@@ -27,10 +27,6 @@ export interface ApplicationComponent {
|
|
|
27
27
|
|
|
28
28
|
DetectedWorkload?: Record<string, Record<string, string>>;
|
|
29
29
|
}
|
|
30
|
-
export declare namespace ApplicationComponent {
|
|
31
|
-
|
|
32
|
-
const filterSensitiveLog: (obj: ApplicationComponent) => any;
|
|
33
|
-
}
|
|
34
30
|
export declare enum DiscoveryType {
|
|
35
31
|
ACCOUNT_BASED = "ACCOUNT_BASED",
|
|
36
32
|
RESOURCE_GROUP_BASED = "RESOURCE_GROUP_BASED"
|
|
@@ -54,10 +50,6 @@ export interface ApplicationInfo {
|
|
|
54
50
|
|
|
55
51
|
DiscoveryType?: DiscoveryType | string;
|
|
56
52
|
}
|
|
57
|
-
export declare namespace ApplicationInfo {
|
|
58
|
-
|
|
59
|
-
const filterSensitiveLog: (obj: ApplicationInfo) => any;
|
|
60
|
-
}
|
|
61
53
|
|
|
62
54
|
export declare class BadRequestException extends __BaseException {
|
|
63
55
|
readonly name: "BadRequestException";
|
|
@@ -84,10 +76,6 @@ export interface ConfigurationEvent {
|
|
|
84
76
|
|
|
85
77
|
EventResourceName?: string;
|
|
86
78
|
}
|
|
87
|
-
export declare namespace ConfigurationEvent {
|
|
88
|
-
|
|
89
|
-
const filterSensitiveLog: (obj: ConfigurationEvent) => any;
|
|
90
|
-
}
|
|
91
79
|
export declare enum GroupingType {
|
|
92
80
|
ACCOUNT_BASED = "ACCOUNT_BASED"
|
|
93
81
|
}
|
|
@@ -98,10 +86,6 @@ export interface Tag {
|
|
|
98
86
|
|
|
99
87
|
Value: string | undefined;
|
|
100
88
|
}
|
|
101
|
-
export declare namespace Tag {
|
|
102
|
-
|
|
103
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
104
|
-
}
|
|
105
89
|
export interface CreateApplicationRequest {
|
|
106
90
|
|
|
107
91
|
ResourceGroupName?: string;
|
|
@@ -120,18 +104,10 @@ export interface CreateApplicationRequest {
|
|
|
120
104
|
|
|
121
105
|
GroupingType?: GroupingType | string;
|
|
122
106
|
}
|
|
123
|
-
export declare namespace CreateApplicationRequest {
|
|
124
|
-
|
|
125
|
-
const filterSensitiveLog: (obj: CreateApplicationRequest) => any;
|
|
126
|
-
}
|
|
127
107
|
export interface CreateApplicationResponse {
|
|
128
108
|
|
|
129
109
|
ApplicationInfo?: ApplicationInfo;
|
|
130
110
|
}
|
|
131
|
-
export declare namespace CreateApplicationResponse {
|
|
132
|
-
|
|
133
|
-
const filterSensitiveLog: (obj: CreateApplicationResponse) => any;
|
|
134
|
-
}
|
|
135
111
|
|
|
136
112
|
export declare class InternalServerException extends __BaseException {
|
|
137
113
|
readonly name: "InternalServerException";
|
|
@@ -180,16 +156,8 @@ export interface CreateComponentRequest {
|
|
|
180
156
|
|
|
181
157
|
ResourceList: string[] | undefined;
|
|
182
158
|
}
|
|
183
|
-
export declare namespace CreateComponentRequest {
|
|
184
|
-
|
|
185
|
-
const filterSensitiveLog: (obj: CreateComponentRequest) => any;
|
|
186
|
-
}
|
|
187
159
|
export interface CreateComponentResponse {
|
|
188
160
|
}
|
|
189
|
-
export declare namespace CreateComponentResponse {
|
|
190
|
-
|
|
191
|
-
const filterSensitiveLog: (obj: CreateComponentResponse) => any;
|
|
192
|
-
}
|
|
193
161
|
export interface CreateLogPatternRequest {
|
|
194
162
|
|
|
195
163
|
ResourceGroupName: string | undefined;
|
|
@@ -202,10 +170,6 @@ export interface CreateLogPatternRequest {
|
|
|
202
170
|
|
|
203
171
|
Rank: number | undefined;
|
|
204
172
|
}
|
|
205
|
-
export declare namespace CreateLogPatternRequest {
|
|
206
|
-
|
|
207
|
-
const filterSensitiveLog: (obj: CreateLogPatternRequest) => any;
|
|
208
|
-
}
|
|
209
173
|
|
|
210
174
|
export interface LogPattern {
|
|
211
175
|
|
|
@@ -217,50 +181,26 @@ export interface LogPattern {
|
|
|
217
181
|
|
|
218
182
|
Rank?: number;
|
|
219
183
|
}
|
|
220
|
-
export declare namespace LogPattern {
|
|
221
|
-
|
|
222
|
-
const filterSensitiveLog: (obj: LogPattern) => any;
|
|
223
|
-
}
|
|
224
184
|
export interface CreateLogPatternResponse {
|
|
225
185
|
|
|
226
186
|
LogPattern?: LogPattern;
|
|
227
187
|
|
|
228
188
|
ResourceGroupName?: string;
|
|
229
189
|
}
|
|
230
|
-
export declare namespace CreateLogPatternResponse {
|
|
231
|
-
|
|
232
|
-
const filterSensitiveLog: (obj: CreateLogPatternResponse) => any;
|
|
233
|
-
}
|
|
234
190
|
export interface DeleteApplicationRequest {
|
|
235
191
|
|
|
236
192
|
ResourceGroupName: string | undefined;
|
|
237
193
|
}
|
|
238
|
-
export declare namespace DeleteApplicationRequest {
|
|
239
|
-
|
|
240
|
-
const filterSensitiveLog: (obj: DeleteApplicationRequest) => any;
|
|
241
|
-
}
|
|
242
194
|
export interface DeleteApplicationResponse {
|
|
243
195
|
}
|
|
244
|
-
export declare namespace DeleteApplicationResponse {
|
|
245
|
-
|
|
246
|
-
const filterSensitiveLog: (obj: DeleteApplicationResponse) => any;
|
|
247
|
-
}
|
|
248
196
|
export interface DeleteComponentRequest {
|
|
249
197
|
|
|
250
198
|
ResourceGroupName: string | undefined;
|
|
251
199
|
|
|
252
200
|
ComponentName: string | undefined;
|
|
253
201
|
}
|
|
254
|
-
export declare namespace DeleteComponentRequest {
|
|
255
|
-
|
|
256
|
-
const filterSensitiveLog: (obj: DeleteComponentRequest) => any;
|
|
257
|
-
}
|
|
258
202
|
export interface DeleteComponentResponse {
|
|
259
203
|
}
|
|
260
|
-
export declare namespace DeleteComponentResponse {
|
|
261
|
-
|
|
262
|
-
const filterSensitiveLog: (obj: DeleteComponentResponse) => any;
|
|
263
|
-
}
|
|
264
204
|
export interface DeleteLogPatternRequest {
|
|
265
205
|
|
|
266
206
|
ResourceGroupName: string | undefined;
|
|
@@ -269,62 +209,34 @@ export interface DeleteLogPatternRequest {
|
|
|
269
209
|
|
|
270
210
|
PatternName: string | undefined;
|
|
271
211
|
}
|
|
272
|
-
export declare namespace DeleteLogPatternRequest {
|
|
273
|
-
|
|
274
|
-
const filterSensitiveLog: (obj: DeleteLogPatternRequest) => any;
|
|
275
|
-
}
|
|
276
212
|
export interface DeleteLogPatternResponse {
|
|
277
213
|
}
|
|
278
|
-
export declare namespace DeleteLogPatternResponse {
|
|
279
|
-
|
|
280
|
-
const filterSensitiveLog: (obj: DeleteLogPatternResponse) => any;
|
|
281
|
-
}
|
|
282
214
|
export interface DescribeApplicationRequest {
|
|
283
215
|
|
|
284
216
|
ResourceGroupName: string | undefined;
|
|
285
217
|
}
|
|
286
|
-
export declare namespace DescribeApplicationRequest {
|
|
287
|
-
|
|
288
|
-
const filterSensitiveLog: (obj: DescribeApplicationRequest) => any;
|
|
289
|
-
}
|
|
290
218
|
export interface DescribeApplicationResponse {
|
|
291
219
|
|
|
292
220
|
ApplicationInfo?: ApplicationInfo;
|
|
293
221
|
}
|
|
294
|
-
export declare namespace DescribeApplicationResponse {
|
|
295
|
-
|
|
296
|
-
const filterSensitiveLog: (obj: DescribeApplicationResponse) => any;
|
|
297
|
-
}
|
|
298
222
|
export interface DescribeComponentRequest {
|
|
299
223
|
|
|
300
224
|
ResourceGroupName: string | undefined;
|
|
301
225
|
|
|
302
226
|
ComponentName: string | undefined;
|
|
303
227
|
}
|
|
304
|
-
export declare namespace DescribeComponentRequest {
|
|
305
|
-
|
|
306
|
-
const filterSensitiveLog: (obj: DescribeComponentRequest) => any;
|
|
307
|
-
}
|
|
308
228
|
export interface DescribeComponentResponse {
|
|
309
229
|
|
|
310
230
|
ApplicationComponent?: ApplicationComponent;
|
|
311
231
|
|
|
312
232
|
ResourceList?: string[];
|
|
313
233
|
}
|
|
314
|
-
export declare namespace DescribeComponentResponse {
|
|
315
|
-
|
|
316
|
-
const filterSensitiveLog: (obj: DescribeComponentResponse) => any;
|
|
317
|
-
}
|
|
318
234
|
export interface DescribeComponentConfigurationRequest {
|
|
319
235
|
|
|
320
236
|
ResourceGroupName: string | undefined;
|
|
321
237
|
|
|
322
238
|
ComponentName: string | undefined;
|
|
323
239
|
}
|
|
324
|
-
export declare namespace DescribeComponentConfigurationRequest {
|
|
325
|
-
|
|
326
|
-
const filterSensitiveLog: (obj: DescribeComponentConfigurationRequest) => any;
|
|
327
|
-
}
|
|
328
240
|
export interface DescribeComponentConfigurationResponse {
|
|
329
241
|
|
|
330
242
|
Monitor?: boolean;
|
|
@@ -333,10 +245,6 @@ export interface DescribeComponentConfigurationResponse {
|
|
|
333
245
|
|
|
334
246
|
ComponentConfiguration?: string;
|
|
335
247
|
}
|
|
336
|
-
export declare namespace DescribeComponentConfigurationResponse {
|
|
337
|
-
|
|
338
|
-
const filterSensitiveLog: (obj: DescribeComponentConfigurationResponse) => any;
|
|
339
|
-
}
|
|
340
248
|
export interface DescribeComponentConfigurationRecommendationRequest {
|
|
341
249
|
|
|
342
250
|
ResourceGroupName: string | undefined;
|
|
@@ -345,18 +253,10 @@ export interface DescribeComponentConfigurationRecommendationRequest {
|
|
|
345
253
|
|
|
346
254
|
Tier: Tier | string | undefined;
|
|
347
255
|
}
|
|
348
|
-
export declare namespace DescribeComponentConfigurationRecommendationRequest {
|
|
349
|
-
|
|
350
|
-
const filterSensitiveLog: (obj: DescribeComponentConfigurationRecommendationRequest) => any;
|
|
351
|
-
}
|
|
352
256
|
export interface DescribeComponentConfigurationRecommendationResponse {
|
|
353
257
|
|
|
354
258
|
ComponentConfiguration?: string;
|
|
355
259
|
}
|
|
356
|
-
export declare namespace DescribeComponentConfigurationRecommendationResponse {
|
|
357
|
-
|
|
358
|
-
const filterSensitiveLog: (obj: DescribeComponentConfigurationRecommendationResponse) => any;
|
|
359
|
-
}
|
|
360
260
|
export interface DescribeLogPatternRequest {
|
|
361
261
|
|
|
362
262
|
ResourceGroupName: string | undefined;
|
|
@@ -365,28 +265,16 @@ export interface DescribeLogPatternRequest {
|
|
|
365
265
|
|
|
366
266
|
PatternName: string | undefined;
|
|
367
267
|
}
|
|
368
|
-
export declare namespace DescribeLogPatternRequest {
|
|
369
|
-
|
|
370
|
-
const filterSensitiveLog: (obj: DescribeLogPatternRequest) => any;
|
|
371
|
-
}
|
|
372
268
|
export interface DescribeLogPatternResponse {
|
|
373
269
|
|
|
374
270
|
ResourceGroupName?: string;
|
|
375
271
|
|
|
376
272
|
LogPattern?: LogPattern;
|
|
377
273
|
}
|
|
378
|
-
export declare namespace DescribeLogPatternResponse {
|
|
379
|
-
|
|
380
|
-
const filterSensitiveLog: (obj: DescribeLogPatternResponse) => any;
|
|
381
|
-
}
|
|
382
274
|
export interface DescribeObservationRequest {
|
|
383
275
|
|
|
384
276
|
ObservationId: string | undefined;
|
|
385
277
|
}
|
|
386
|
-
export declare namespace DescribeObservationRequest {
|
|
387
|
-
|
|
388
|
-
const filterSensitiveLog: (obj: DescribeObservationRequest) => any;
|
|
389
|
-
}
|
|
390
278
|
export declare type LogFilter = "ERROR" | "INFO" | "WARN";
|
|
391
279
|
|
|
392
280
|
export interface Observation {
|
|
@@ -481,26 +369,14 @@ export interface Observation {
|
|
|
481
369
|
|
|
482
370
|
XRayNodeType?: string;
|
|
483
371
|
}
|
|
484
|
-
export declare namespace Observation {
|
|
485
|
-
|
|
486
|
-
const filterSensitiveLog: (obj: Observation) => any;
|
|
487
|
-
}
|
|
488
372
|
export interface DescribeObservationResponse {
|
|
489
373
|
|
|
490
374
|
Observation?: Observation;
|
|
491
375
|
}
|
|
492
|
-
export declare namespace DescribeObservationResponse {
|
|
493
|
-
|
|
494
|
-
const filterSensitiveLog: (obj: DescribeObservationResponse) => any;
|
|
495
|
-
}
|
|
496
376
|
export interface DescribeProblemRequest {
|
|
497
377
|
|
|
498
378
|
ProblemId: string | undefined;
|
|
499
379
|
}
|
|
500
|
-
export declare namespace DescribeProblemRequest {
|
|
501
|
-
|
|
502
|
-
const filterSensitiveLog: (obj: DescribeProblemRequest) => any;
|
|
503
|
-
}
|
|
504
380
|
export declare type FeedbackKey = "INSIGHTS_FEEDBACK";
|
|
505
381
|
export declare type FeedbackValue = "NOT_SPECIFIED" | "NOT_USEFUL" | "USEFUL";
|
|
506
382
|
export declare type SeverityLevel = "High" | "Informative" | "Low" | "Medium";
|
|
@@ -532,63 +408,35 @@ export interface Problem {
|
|
|
532
408
|
|
|
533
409
|
LastRecurrenceTime?: Date;
|
|
534
410
|
}
|
|
535
|
-
export declare namespace Problem {
|
|
536
|
-
|
|
537
|
-
const filterSensitiveLog: (obj: Problem) => any;
|
|
538
|
-
}
|
|
539
411
|
export interface DescribeProblemResponse {
|
|
540
412
|
|
|
541
413
|
Problem?: Problem;
|
|
542
414
|
}
|
|
543
|
-
export declare namespace DescribeProblemResponse {
|
|
544
|
-
|
|
545
|
-
const filterSensitiveLog: (obj: DescribeProblemResponse) => any;
|
|
546
|
-
}
|
|
547
415
|
export interface DescribeProblemObservationsRequest {
|
|
548
416
|
|
|
549
417
|
ProblemId: string | undefined;
|
|
550
418
|
}
|
|
551
|
-
export declare namespace DescribeProblemObservationsRequest {
|
|
552
|
-
|
|
553
|
-
const filterSensitiveLog: (obj: DescribeProblemObservationsRequest) => any;
|
|
554
|
-
}
|
|
555
419
|
|
|
556
420
|
export interface RelatedObservations {
|
|
557
421
|
|
|
558
422
|
ObservationList?: Observation[];
|
|
559
423
|
}
|
|
560
|
-
export declare namespace RelatedObservations {
|
|
561
|
-
|
|
562
|
-
const filterSensitiveLog: (obj: RelatedObservations) => any;
|
|
563
|
-
}
|
|
564
424
|
export interface DescribeProblemObservationsResponse {
|
|
565
425
|
|
|
566
426
|
RelatedObservations?: RelatedObservations;
|
|
567
427
|
}
|
|
568
|
-
export declare namespace DescribeProblemObservationsResponse {
|
|
569
|
-
|
|
570
|
-
const filterSensitiveLog: (obj: DescribeProblemObservationsResponse) => any;
|
|
571
|
-
}
|
|
572
428
|
export interface ListApplicationsRequest {
|
|
573
429
|
|
|
574
430
|
MaxResults?: number;
|
|
575
431
|
|
|
576
432
|
NextToken?: string;
|
|
577
433
|
}
|
|
578
|
-
export declare namespace ListApplicationsRequest {
|
|
579
|
-
|
|
580
|
-
const filterSensitiveLog: (obj: ListApplicationsRequest) => any;
|
|
581
|
-
}
|
|
582
434
|
export interface ListApplicationsResponse {
|
|
583
435
|
|
|
584
436
|
ApplicationInfoList?: ApplicationInfo[];
|
|
585
437
|
|
|
586
438
|
NextToken?: string;
|
|
587
439
|
}
|
|
588
|
-
export declare namespace ListApplicationsResponse {
|
|
589
|
-
|
|
590
|
-
const filterSensitiveLog: (obj: ListApplicationsResponse) => any;
|
|
591
|
-
}
|
|
592
440
|
export interface ListComponentsRequest {
|
|
593
441
|
|
|
594
442
|
ResourceGroupName: string | undefined;
|
|
@@ -597,20 +445,12 @@ export interface ListComponentsRequest {
|
|
|
597
445
|
|
|
598
446
|
NextToken?: string;
|
|
599
447
|
}
|
|
600
|
-
export declare namespace ListComponentsRequest {
|
|
601
|
-
|
|
602
|
-
const filterSensitiveLog: (obj: ListComponentsRequest) => any;
|
|
603
|
-
}
|
|
604
448
|
export interface ListComponentsResponse {
|
|
605
449
|
|
|
606
450
|
ApplicationComponentList?: ApplicationComponent[];
|
|
607
451
|
|
|
608
452
|
NextToken?: string;
|
|
609
453
|
}
|
|
610
|
-
export declare namespace ListComponentsResponse {
|
|
611
|
-
|
|
612
|
-
const filterSensitiveLog: (obj: ListComponentsResponse) => any;
|
|
613
|
-
}
|
|
614
454
|
export interface ListConfigurationHistoryRequest {
|
|
615
455
|
|
|
616
456
|
ResourceGroupName?: string;
|
|
@@ -625,20 +465,12 @@ export interface ListConfigurationHistoryRequest {
|
|
|
625
465
|
|
|
626
466
|
NextToken?: string;
|
|
627
467
|
}
|
|
628
|
-
export declare namespace ListConfigurationHistoryRequest {
|
|
629
|
-
|
|
630
|
-
const filterSensitiveLog: (obj: ListConfigurationHistoryRequest) => any;
|
|
631
|
-
}
|
|
632
468
|
export interface ListConfigurationHistoryResponse {
|
|
633
469
|
|
|
634
470
|
EventList?: ConfigurationEvent[];
|
|
635
471
|
|
|
636
472
|
NextToken?: string;
|
|
637
473
|
}
|
|
638
|
-
export declare namespace ListConfigurationHistoryResponse {
|
|
639
|
-
|
|
640
|
-
const filterSensitiveLog: (obj: ListConfigurationHistoryResponse) => any;
|
|
641
|
-
}
|
|
642
474
|
export interface ListLogPatternsRequest {
|
|
643
475
|
|
|
644
476
|
ResourceGroupName: string | undefined;
|
|
@@ -649,10 +481,6 @@ export interface ListLogPatternsRequest {
|
|
|
649
481
|
|
|
650
482
|
NextToken?: string;
|
|
651
483
|
}
|
|
652
|
-
export declare namespace ListLogPatternsRequest {
|
|
653
|
-
|
|
654
|
-
const filterSensitiveLog: (obj: ListLogPatternsRequest) => any;
|
|
655
|
-
}
|
|
656
484
|
export interface ListLogPatternsResponse {
|
|
657
485
|
|
|
658
486
|
ResourceGroupName?: string;
|
|
@@ -661,10 +489,6 @@ export interface ListLogPatternsResponse {
|
|
|
661
489
|
|
|
662
490
|
NextToken?: string;
|
|
663
491
|
}
|
|
664
|
-
export declare namespace ListLogPatternsResponse {
|
|
665
|
-
|
|
666
|
-
const filterSensitiveLog: (obj: ListLogPatternsResponse) => any;
|
|
667
|
-
}
|
|
668
492
|
export interface ListLogPatternSetsRequest {
|
|
669
493
|
|
|
670
494
|
ResourceGroupName: string | undefined;
|
|
@@ -673,10 +497,6 @@ export interface ListLogPatternSetsRequest {
|
|
|
673
497
|
|
|
674
498
|
NextToken?: string;
|
|
675
499
|
}
|
|
676
|
-
export declare namespace ListLogPatternSetsRequest {
|
|
677
|
-
|
|
678
|
-
const filterSensitiveLog: (obj: ListLogPatternSetsRequest) => any;
|
|
679
|
-
}
|
|
680
500
|
export interface ListLogPatternSetsResponse {
|
|
681
501
|
|
|
682
502
|
ResourceGroupName?: string;
|
|
@@ -685,10 +505,6 @@ export interface ListLogPatternSetsResponse {
|
|
|
685
505
|
|
|
686
506
|
NextToken?: string;
|
|
687
507
|
}
|
|
688
|
-
export declare namespace ListLogPatternSetsResponse {
|
|
689
|
-
|
|
690
|
-
const filterSensitiveLog: (obj: ListLogPatternSetsResponse) => any;
|
|
691
|
-
}
|
|
692
508
|
export interface ListProblemsRequest {
|
|
693
509
|
|
|
694
510
|
ResourceGroupName?: string;
|
|
@@ -703,10 +519,6 @@ export interface ListProblemsRequest {
|
|
|
703
519
|
|
|
704
520
|
ComponentName?: string;
|
|
705
521
|
}
|
|
706
|
-
export declare namespace ListProblemsRequest {
|
|
707
|
-
|
|
708
|
-
const filterSensitiveLog: (obj: ListProblemsRequest) => any;
|
|
709
|
-
}
|
|
710
522
|
export interface ListProblemsResponse {
|
|
711
523
|
|
|
712
524
|
ProblemList?: Problem[];
|
|
@@ -715,42 +527,22 @@ export interface ListProblemsResponse {
|
|
|
715
527
|
|
|
716
528
|
ResourceGroupName?: string;
|
|
717
529
|
}
|
|
718
|
-
export declare namespace ListProblemsResponse {
|
|
719
|
-
|
|
720
|
-
const filterSensitiveLog: (obj: ListProblemsResponse) => any;
|
|
721
|
-
}
|
|
722
530
|
export interface ListTagsForResourceRequest {
|
|
723
531
|
|
|
724
532
|
ResourceARN: string | undefined;
|
|
725
533
|
}
|
|
726
|
-
export declare namespace ListTagsForResourceRequest {
|
|
727
|
-
|
|
728
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
729
|
-
}
|
|
730
534
|
export interface ListTagsForResourceResponse {
|
|
731
535
|
|
|
732
536
|
Tags?: Tag[];
|
|
733
537
|
}
|
|
734
|
-
export declare namespace ListTagsForResourceResponse {
|
|
735
|
-
|
|
736
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
737
|
-
}
|
|
738
538
|
export interface TagResourceRequest {
|
|
739
539
|
|
|
740
540
|
ResourceARN: string | undefined;
|
|
741
541
|
|
|
742
542
|
Tags: Tag[] | undefined;
|
|
743
543
|
}
|
|
744
|
-
export declare namespace TagResourceRequest {
|
|
745
|
-
|
|
746
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
747
|
-
}
|
|
748
544
|
export interface TagResourceResponse {
|
|
749
545
|
}
|
|
750
|
-
export declare namespace TagResourceResponse {
|
|
751
|
-
|
|
752
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
753
|
-
}
|
|
754
546
|
|
|
755
547
|
export declare class TooManyTagsException extends __BaseException {
|
|
756
548
|
readonly name: "TooManyTagsException";
|
|
@@ -767,16 +559,8 @@ export interface UntagResourceRequest {
|
|
|
767
559
|
|
|
768
560
|
TagKeys: string[] | undefined;
|
|
769
561
|
}
|
|
770
|
-
export declare namespace UntagResourceRequest {
|
|
771
|
-
|
|
772
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
773
|
-
}
|
|
774
562
|
export interface UntagResourceResponse {
|
|
775
563
|
}
|
|
776
|
-
export declare namespace UntagResourceResponse {
|
|
777
|
-
|
|
778
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
779
|
-
}
|
|
780
564
|
export interface UpdateApplicationRequest {
|
|
781
565
|
|
|
782
566
|
ResourceGroupName: string | undefined;
|
|
@@ -791,18 +575,10 @@ export interface UpdateApplicationRequest {
|
|
|
791
575
|
|
|
792
576
|
AutoConfigEnabled?: boolean;
|
|
793
577
|
}
|
|
794
|
-
export declare namespace UpdateApplicationRequest {
|
|
795
|
-
|
|
796
|
-
const filterSensitiveLog: (obj: UpdateApplicationRequest) => any;
|
|
797
|
-
}
|
|
798
578
|
export interface UpdateApplicationResponse {
|
|
799
579
|
|
|
800
580
|
ApplicationInfo?: ApplicationInfo;
|
|
801
581
|
}
|
|
802
|
-
export declare namespace UpdateApplicationResponse {
|
|
803
|
-
|
|
804
|
-
const filterSensitiveLog: (obj: UpdateApplicationResponse) => any;
|
|
805
|
-
}
|
|
806
582
|
export interface UpdateComponentRequest {
|
|
807
583
|
|
|
808
584
|
ResourceGroupName: string | undefined;
|
|
@@ -813,16 +589,8 @@ export interface UpdateComponentRequest {
|
|
|
813
589
|
|
|
814
590
|
ResourceList?: string[];
|
|
815
591
|
}
|
|
816
|
-
export declare namespace UpdateComponentRequest {
|
|
817
|
-
|
|
818
|
-
const filterSensitiveLog: (obj: UpdateComponentRequest) => any;
|
|
819
|
-
}
|
|
820
592
|
export interface UpdateComponentResponse {
|
|
821
593
|
}
|
|
822
|
-
export declare namespace UpdateComponentResponse {
|
|
823
|
-
|
|
824
|
-
const filterSensitiveLog: (obj: UpdateComponentResponse) => any;
|
|
825
|
-
}
|
|
826
594
|
export interface UpdateComponentConfigurationRequest {
|
|
827
595
|
|
|
828
596
|
ResourceGroupName: string | undefined;
|
|
@@ -837,16 +605,8 @@ export interface UpdateComponentConfigurationRequest {
|
|
|
837
605
|
|
|
838
606
|
AutoConfigEnabled?: boolean;
|
|
839
607
|
}
|
|
840
|
-
export declare namespace UpdateComponentConfigurationRequest {
|
|
841
|
-
|
|
842
|
-
const filterSensitiveLog: (obj: UpdateComponentConfigurationRequest) => any;
|
|
843
|
-
}
|
|
844
608
|
export interface UpdateComponentConfigurationResponse {
|
|
845
609
|
}
|
|
846
|
-
export declare namespace UpdateComponentConfigurationResponse {
|
|
847
|
-
|
|
848
|
-
const filterSensitiveLog: (obj: UpdateComponentConfigurationResponse) => any;
|
|
849
|
-
}
|
|
850
610
|
export interface UpdateLogPatternRequest {
|
|
851
611
|
|
|
852
612
|
ResourceGroupName: string | undefined;
|
|
@@ -859,17 +619,133 @@ export interface UpdateLogPatternRequest {
|
|
|
859
619
|
|
|
860
620
|
Rank?: number;
|
|
861
621
|
}
|
|
862
|
-
export declare namespace UpdateLogPatternRequest {
|
|
863
|
-
|
|
864
|
-
const filterSensitiveLog: (obj: UpdateLogPatternRequest) => any;
|
|
865
|
-
}
|
|
866
622
|
export interface UpdateLogPatternResponse {
|
|
867
623
|
|
|
868
624
|
ResourceGroupName?: string;
|
|
869
625
|
|
|
870
626
|
LogPattern?: LogPattern;
|
|
871
627
|
}
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
628
|
+
|
|
629
|
+
export declare const ApplicationComponentFilterSensitiveLog: (obj: ApplicationComponent) => any;
|
|
630
|
+
|
|
631
|
+
export declare const ApplicationInfoFilterSensitiveLog: (obj: ApplicationInfo) => any;
|
|
632
|
+
|
|
633
|
+
export declare const ConfigurationEventFilterSensitiveLog: (obj: ConfigurationEvent) => any;
|
|
634
|
+
|
|
635
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
636
|
+
|
|
637
|
+
export declare const CreateApplicationRequestFilterSensitiveLog: (obj: CreateApplicationRequest) => any;
|
|
638
|
+
|
|
639
|
+
export declare const CreateApplicationResponseFilterSensitiveLog: (obj: CreateApplicationResponse) => any;
|
|
640
|
+
|
|
641
|
+
export declare const CreateComponentRequestFilterSensitiveLog: (obj: CreateComponentRequest) => any;
|
|
642
|
+
|
|
643
|
+
export declare const CreateComponentResponseFilterSensitiveLog: (obj: CreateComponentResponse) => any;
|
|
644
|
+
|
|
645
|
+
export declare const CreateLogPatternRequestFilterSensitiveLog: (obj: CreateLogPatternRequest) => any;
|
|
646
|
+
|
|
647
|
+
export declare const LogPatternFilterSensitiveLog: (obj: LogPattern) => any;
|
|
648
|
+
|
|
649
|
+
export declare const CreateLogPatternResponseFilterSensitiveLog: (obj: CreateLogPatternResponse) => any;
|
|
650
|
+
|
|
651
|
+
export declare const DeleteApplicationRequestFilterSensitiveLog: (obj: DeleteApplicationRequest) => any;
|
|
652
|
+
|
|
653
|
+
export declare const DeleteApplicationResponseFilterSensitiveLog: (obj: DeleteApplicationResponse) => any;
|
|
654
|
+
|
|
655
|
+
export declare const DeleteComponentRequestFilterSensitiveLog: (obj: DeleteComponentRequest) => any;
|
|
656
|
+
|
|
657
|
+
export declare const DeleteComponentResponseFilterSensitiveLog: (obj: DeleteComponentResponse) => any;
|
|
658
|
+
|
|
659
|
+
export declare const DeleteLogPatternRequestFilterSensitiveLog: (obj: DeleteLogPatternRequest) => any;
|
|
660
|
+
|
|
661
|
+
export declare const DeleteLogPatternResponseFilterSensitiveLog: (obj: DeleteLogPatternResponse) => any;
|
|
662
|
+
|
|
663
|
+
export declare const DescribeApplicationRequestFilterSensitiveLog: (obj: DescribeApplicationRequest) => any;
|
|
664
|
+
|
|
665
|
+
export declare const DescribeApplicationResponseFilterSensitiveLog: (obj: DescribeApplicationResponse) => any;
|
|
666
|
+
|
|
667
|
+
export declare const DescribeComponentRequestFilterSensitiveLog: (obj: DescribeComponentRequest) => any;
|
|
668
|
+
|
|
669
|
+
export declare const DescribeComponentResponseFilterSensitiveLog: (obj: DescribeComponentResponse) => any;
|
|
670
|
+
|
|
671
|
+
export declare const DescribeComponentConfigurationRequestFilterSensitiveLog: (obj: DescribeComponentConfigurationRequest) => any;
|
|
672
|
+
|
|
673
|
+
export declare const DescribeComponentConfigurationResponseFilterSensitiveLog: (obj: DescribeComponentConfigurationResponse) => any;
|
|
674
|
+
|
|
675
|
+
export declare const DescribeComponentConfigurationRecommendationRequestFilterSensitiveLog: (obj: DescribeComponentConfigurationRecommendationRequest) => any;
|
|
676
|
+
|
|
677
|
+
export declare const DescribeComponentConfigurationRecommendationResponseFilterSensitiveLog: (obj: DescribeComponentConfigurationRecommendationResponse) => any;
|
|
678
|
+
|
|
679
|
+
export declare const DescribeLogPatternRequestFilterSensitiveLog: (obj: DescribeLogPatternRequest) => any;
|
|
680
|
+
|
|
681
|
+
export declare const DescribeLogPatternResponseFilterSensitiveLog: (obj: DescribeLogPatternResponse) => any;
|
|
682
|
+
|
|
683
|
+
export declare const DescribeObservationRequestFilterSensitiveLog: (obj: DescribeObservationRequest) => any;
|
|
684
|
+
|
|
685
|
+
export declare const ObservationFilterSensitiveLog: (obj: Observation) => any;
|
|
686
|
+
|
|
687
|
+
export declare const DescribeObservationResponseFilterSensitiveLog: (obj: DescribeObservationResponse) => any;
|
|
688
|
+
|
|
689
|
+
export declare const DescribeProblemRequestFilterSensitiveLog: (obj: DescribeProblemRequest) => any;
|
|
690
|
+
|
|
691
|
+
export declare const ProblemFilterSensitiveLog: (obj: Problem) => any;
|
|
692
|
+
|
|
693
|
+
export declare const DescribeProblemResponseFilterSensitiveLog: (obj: DescribeProblemResponse) => any;
|
|
694
|
+
|
|
695
|
+
export declare const DescribeProblemObservationsRequestFilterSensitiveLog: (obj: DescribeProblemObservationsRequest) => any;
|
|
696
|
+
|
|
697
|
+
export declare const RelatedObservationsFilterSensitiveLog: (obj: RelatedObservations) => any;
|
|
698
|
+
|
|
699
|
+
export declare const DescribeProblemObservationsResponseFilterSensitiveLog: (obj: DescribeProblemObservationsResponse) => any;
|
|
700
|
+
|
|
701
|
+
export declare const ListApplicationsRequestFilterSensitiveLog: (obj: ListApplicationsRequest) => any;
|
|
702
|
+
|
|
703
|
+
export declare const ListApplicationsResponseFilterSensitiveLog: (obj: ListApplicationsResponse) => any;
|
|
704
|
+
|
|
705
|
+
export declare const ListComponentsRequestFilterSensitiveLog: (obj: ListComponentsRequest) => any;
|
|
706
|
+
|
|
707
|
+
export declare const ListComponentsResponseFilterSensitiveLog: (obj: ListComponentsResponse) => any;
|
|
708
|
+
|
|
709
|
+
export declare const ListConfigurationHistoryRequestFilterSensitiveLog: (obj: ListConfigurationHistoryRequest) => any;
|
|
710
|
+
|
|
711
|
+
export declare const ListConfigurationHistoryResponseFilterSensitiveLog: (obj: ListConfigurationHistoryResponse) => any;
|
|
712
|
+
|
|
713
|
+
export declare const ListLogPatternsRequestFilterSensitiveLog: (obj: ListLogPatternsRequest) => any;
|
|
714
|
+
|
|
715
|
+
export declare const ListLogPatternsResponseFilterSensitiveLog: (obj: ListLogPatternsResponse) => any;
|
|
716
|
+
|
|
717
|
+
export declare const ListLogPatternSetsRequestFilterSensitiveLog: (obj: ListLogPatternSetsRequest) => any;
|
|
718
|
+
|
|
719
|
+
export declare const ListLogPatternSetsResponseFilterSensitiveLog: (obj: ListLogPatternSetsResponse) => any;
|
|
720
|
+
|
|
721
|
+
export declare const ListProblemsRequestFilterSensitiveLog: (obj: ListProblemsRequest) => any;
|
|
722
|
+
|
|
723
|
+
export declare const ListProblemsResponseFilterSensitiveLog: (obj: ListProblemsResponse) => any;
|
|
724
|
+
|
|
725
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
726
|
+
|
|
727
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
728
|
+
|
|
729
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
730
|
+
|
|
731
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
732
|
+
|
|
733
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
734
|
+
|
|
735
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
736
|
+
|
|
737
|
+
export declare const UpdateApplicationRequestFilterSensitiveLog: (obj: UpdateApplicationRequest) => any;
|
|
738
|
+
|
|
739
|
+
export declare const UpdateApplicationResponseFilterSensitiveLog: (obj: UpdateApplicationResponse) => any;
|
|
740
|
+
|
|
741
|
+
export declare const UpdateComponentRequestFilterSensitiveLog: (obj: UpdateComponentRequest) => any;
|
|
742
|
+
|
|
743
|
+
export declare const UpdateComponentResponseFilterSensitiveLog: (obj: UpdateComponentResponse) => any;
|
|
744
|
+
|
|
745
|
+
export declare const UpdateComponentConfigurationRequestFilterSensitiveLog: (obj: UpdateComponentConfigurationRequest) => any;
|
|
746
|
+
|
|
747
|
+
export declare const UpdateComponentConfigurationResponseFilterSensitiveLog: (obj: UpdateComponentConfigurationResponse) => any;
|
|
748
|
+
|
|
749
|
+
export declare const UpdateLogPatternRequestFilterSensitiveLog: (obj: UpdateLogPatternRequest) => any;
|
|
750
|
+
|
|
751
|
+
export declare const UpdateLogPatternResponseFilterSensitiveLog: (obj: UpdateLogPatternResponse) => any;
|