@aws-sdk/client-application-insights 3.130.0 → 3.141.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/CreateApplicationCommand.js +2 -2
  4. package/dist-cjs/commands/CreateComponentCommand.js +2 -2
  5. package/dist-cjs/commands/CreateLogPatternCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteApplicationCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteComponentCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteLogPatternCommand.js +2 -2
  9. package/dist-cjs/commands/DescribeApplicationCommand.js +2 -2
  10. package/dist-cjs/commands/DescribeComponentCommand.js +2 -2
  11. package/dist-cjs/commands/DescribeComponentConfigurationCommand.js +2 -2
  12. package/dist-cjs/commands/DescribeComponentConfigurationRecommendationCommand.js +2 -2
  13. package/dist-cjs/commands/DescribeLogPatternCommand.js +2 -2
  14. package/dist-cjs/commands/DescribeObservationCommand.js +2 -2
  15. package/dist-cjs/commands/DescribeProblemCommand.js +2 -2
  16. package/dist-cjs/commands/DescribeProblemObservationsCommand.js +2 -2
  17. package/dist-cjs/commands/ListApplicationsCommand.js +2 -2
  18. package/dist-cjs/commands/ListComponentsCommand.js +2 -2
  19. package/dist-cjs/commands/ListConfigurationHistoryCommand.js +2 -2
  20. package/dist-cjs/commands/ListLogPatternSetsCommand.js +2 -2
  21. package/dist-cjs/commands/ListLogPatternsCommand.js +2 -2
  22. package/dist-cjs/commands/ListProblemsCommand.js +2 -2
  23. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  24. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  25. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  26. package/dist-cjs/commands/UpdateApplicationCommand.js +2 -2
  27. package/dist-cjs/commands/UpdateComponentCommand.js +2 -2
  28. package/dist-cjs/commands/UpdateComponentConfigurationCommand.js +2 -2
  29. package/dist-cjs/commands/UpdateLogPatternCommand.js +2 -2
  30. package/dist-cjs/models/models_0.js +250 -374
  31. package/dist-es/commands/CreateApplicationCommand.js +3 -3
  32. package/dist-es/commands/CreateComponentCommand.js +3 -3
  33. package/dist-es/commands/CreateLogPatternCommand.js +3 -3
  34. package/dist-es/commands/DeleteApplicationCommand.js +3 -3
  35. package/dist-es/commands/DeleteComponentCommand.js +3 -3
  36. package/dist-es/commands/DeleteLogPatternCommand.js +3 -3
  37. package/dist-es/commands/DescribeApplicationCommand.js +3 -3
  38. package/dist-es/commands/DescribeComponentCommand.js +3 -3
  39. package/dist-es/commands/DescribeComponentConfigurationCommand.js +3 -3
  40. package/dist-es/commands/DescribeComponentConfigurationRecommendationCommand.js +3 -3
  41. package/dist-es/commands/DescribeLogPatternCommand.js +3 -3
  42. package/dist-es/commands/DescribeObservationCommand.js +3 -3
  43. package/dist-es/commands/DescribeProblemCommand.js +3 -3
  44. package/dist-es/commands/DescribeProblemObservationsCommand.js +3 -3
  45. package/dist-es/commands/ListApplicationsCommand.js +3 -3
  46. package/dist-es/commands/ListComponentsCommand.js +3 -3
  47. package/dist-es/commands/ListConfigurationHistoryCommand.js +3 -3
  48. package/dist-es/commands/ListLogPatternSetsCommand.js +3 -3
  49. package/dist-es/commands/ListLogPatternsCommand.js +3 -3
  50. package/dist-es/commands/ListProblemsCommand.js +3 -3
  51. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  52. package/dist-es/commands/TagResourceCommand.js +3 -3
  53. package/dist-es/commands/UntagResourceCommand.js +3 -3
  54. package/dist-es/commands/UpdateApplicationCommand.js +3 -3
  55. package/dist-es/commands/UpdateComponentCommand.js +3 -3
  56. package/dist-es/commands/UpdateComponentConfigurationCommand.js +3 -3
  57. package/dist-es/commands/UpdateLogPatternCommand.js +3 -3
  58. package/dist-es/models/models_0.js +62 -248
  59. package/dist-types/models/models_0.d.ts +248 -372
  60. package/dist-types/ts3.4/models/models_0.d.ts +124 -248
  61. package/package.json +7 -7
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListConfigurationHistoryRequest = exports.ListComponentsResponse = exports.ListComponentsRequest = exports.ListApplicationsResponse = exports.ListApplicationsRequest = exports.DescribeProblemObservationsResponse = exports.RelatedObservations = exports.DescribeProblemObservationsRequest = exports.DescribeProblemResponse = exports.Problem = exports.DescribeProblemRequest = exports.DescribeObservationResponse = exports.Observation = exports.DescribeObservationRequest = exports.DescribeLogPatternResponse = exports.DescribeLogPatternRequest = exports.DescribeComponentConfigurationRecommendationResponse = exports.DescribeComponentConfigurationRecommendationRequest = exports.DescribeComponentConfigurationResponse = exports.DescribeComponentConfigurationRequest = exports.DescribeComponentResponse = exports.DescribeComponentRequest = exports.DescribeApplicationResponse = exports.DescribeApplicationRequest = exports.DeleteLogPatternResponse = exports.DeleteLogPatternRequest = exports.DeleteComponentResponse = exports.DeleteComponentRequest = exports.DeleteApplicationResponse = exports.DeleteApplicationRequest = exports.CreateLogPatternResponse = exports.LogPattern = exports.CreateLogPatternRequest = exports.CreateComponentResponse = exports.CreateComponentRequest = exports.ValidationException = exports.TagsAlreadyExistException = exports.ResourceNotFoundException = exports.ResourceInUseException = exports.InternalServerException = exports.CreateApplicationResponse = exports.CreateApplicationRequest = exports.Tag = exports.GroupingType = exports.ConfigurationEvent = exports.BadRequestException = exports.ApplicationInfo = exports.DiscoveryType = exports.ApplicationComponent = exports.AccessDeniedException = void 0;
4
- exports.UpdateLogPatternResponse = exports.UpdateLogPatternRequest = exports.UpdateComponentConfigurationResponse = exports.UpdateComponentConfigurationRequest = exports.UpdateComponentResponse = exports.UpdateComponentRequest = exports.UpdateApplicationResponse = exports.UpdateApplicationRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TooManyTagsException = exports.TagResourceResponse = exports.TagResourceRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListProblemsResponse = exports.ListProblemsRequest = exports.ListLogPatternSetsResponse = exports.ListLogPatternSetsRequest = exports.ListLogPatternsResponse = exports.ListLogPatternsRequest = exports.ListConfigurationHistoryResponse = void 0;
3
+ exports.ListComponentsResponseFilterSensitiveLog = exports.ListComponentsRequestFilterSensitiveLog = exports.ListApplicationsResponseFilterSensitiveLog = exports.ListApplicationsRequestFilterSensitiveLog = exports.DescribeProblemObservationsResponseFilterSensitiveLog = exports.RelatedObservationsFilterSensitiveLog = exports.DescribeProblemObservationsRequestFilterSensitiveLog = exports.DescribeProblemResponseFilterSensitiveLog = exports.ProblemFilterSensitiveLog = exports.DescribeProblemRequestFilterSensitiveLog = exports.DescribeObservationResponseFilterSensitiveLog = exports.ObservationFilterSensitiveLog = exports.DescribeObservationRequestFilterSensitiveLog = exports.DescribeLogPatternResponseFilterSensitiveLog = exports.DescribeLogPatternRequestFilterSensitiveLog = exports.DescribeComponentConfigurationRecommendationResponseFilterSensitiveLog = exports.DescribeComponentConfigurationRecommendationRequestFilterSensitiveLog = exports.DescribeComponentConfigurationResponseFilterSensitiveLog = exports.DescribeComponentConfigurationRequestFilterSensitiveLog = exports.DescribeComponentResponseFilterSensitiveLog = exports.DescribeComponentRequestFilterSensitiveLog = exports.DescribeApplicationResponseFilterSensitiveLog = exports.DescribeApplicationRequestFilterSensitiveLog = exports.DeleteLogPatternResponseFilterSensitiveLog = exports.DeleteLogPatternRequestFilterSensitiveLog = exports.DeleteComponentResponseFilterSensitiveLog = exports.DeleteComponentRequestFilterSensitiveLog = exports.DeleteApplicationResponseFilterSensitiveLog = exports.DeleteApplicationRequestFilterSensitiveLog = exports.CreateLogPatternResponseFilterSensitiveLog = exports.LogPatternFilterSensitiveLog = exports.CreateLogPatternRequestFilterSensitiveLog = exports.CreateComponentResponseFilterSensitiveLog = exports.CreateComponentRequestFilterSensitiveLog = exports.CreateApplicationResponseFilterSensitiveLog = exports.CreateApplicationRequestFilterSensitiveLog = exports.TagFilterSensitiveLog = exports.ConfigurationEventFilterSensitiveLog = exports.ApplicationInfoFilterSensitiveLog = exports.ApplicationComponentFilterSensitiveLog = exports.TooManyTagsException = exports.ValidationException = exports.TagsAlreadyExistException = exports.ResourceNotFoundException = exports.ResourceInUseException = exports.InternalServerException = exports.GroupingType = exports.BadRequestException = exports.DiscoveryType = exports.AccessDeniedException = void 0;
4
+ exports.UpdateLogPatternResponseFilterSensitiveLog = exports.UpdateLogPatternRequestFilterSensitiveLog = exports.UpdateComponentConfigurationResponseFilterSensitiveLog = exports.UpdateComponentConfigurationRequestFilterSensitiveLog = exports.UpdateComponentResponseFilterSensitiveLog = exports.UpdateComponentRequestFilterSensitiveLog = exports.UpdateApplicationResponseFilterSensitiveLog = exports.UpdateApplicationRequestFilterSensitiveLog = exports.UntagResourceResponseFilterSensitiveLog = exports.UntagResourceRequestFilterSensitiveLog = exports.TagResourceResponseFilterSensitiveLog = exports.TagResourceRequestFilterSensitiveLog = exports.ListTagsForResourceResponseFilterSensitiveLog = exports.ListTagsForResourceRequestFilterSensitiveLog = exports.ListProblemsResponseFilterSensitiveLog = exports.ListProblemsRequestFilterSensitiveLog = exports.ListLogPatternSetsResponseFilterSensitiveLog = exports.ListLogPatternSetsRequestFilterSensitiveLog = exports.ListLogPatternsResponseFilterSensitiveLog = exports.ListLogPatternsRequestFilterSensitiveLog = exports.ListConfigurationHistoryResponseFilterSensitiveLog = exports.ListConfigurationHistoryRequestFilterSensitiveLog = void 0;
5
5
  const ApplicationInsightsServiceException_1 = require("./ApplicationInsightsServiceException");
6
6
  class AccessDeniedException extends ApplicationInsightsServiceException_1.ApplicationInsightsServiceException {
7
7
  constructor(opts) {
@@ -17,23 +17,11 @@ class AccessDeniedException extends ApplicationInsightsServiceException_1.Applic
17
17
  }
18
18
  }
19
19
  exports.AccessDeniedException = AccessDeniedException;
20
- var ApplicationComponent;
21
- (function (ApplicationComponent) {
22
- ApplicationComponent.filterSensitiveLog = (obj) => ({
23
- ...obj,
24
- });
25
- })(ApplicationComponent = exports.ApplicationComponent || (exports.ApplicationComponent = {}));
26
20
  var DiscoveryType;
27
21
  (function (DiscoveryType) {
28
22
  DiscoveryType["ACCOUNT_BASED"] = "ACCOUNT_BASED";
29
23
  DiscoveryType["RESOURCE_GROUP_BASED"] = "RESOURCE_GROUP_BASED";
30
24
  })(DiscoveryType = exports.DiscoveryType || (exports.DiscoveryType = {}));
31
- var ApplicationInfo;
32
- (function (ApplicationInfo) {
33
- ApplicationInfo.filterSensitiveLog = (obj) => ({
34
- ...obj,
35
- });
36
- })(ApplicationInfo = exports.ApplicationInfo || (exports.ApplicationInfo = {}));
37
25
  class BadRequestException extends ApplicationInsightsServiceException_1.ApplicationInsightsServiceException {
38
26
  constructor(opts) {
39
27
  super({
@@ -48,34 +36,10 @@ class BadRequestException extends ApplicationInsightsServiceException_1.Applicat
48
36
  }
49
37
  }
50
38
  exports.BadRequestException = BadRequestException;
51
- var ConfigurationEvent;
52
- (function (ConfigurationEvent) {
53
- ConfigurationEvent.filterSensitiveLog = (obj) => ({
54
- ...obj,
55
- });
56
- })(ConfigurationEvent = exports.ConfigurationEvent || (exports.ConfigurationEvent = {}));
57
39
  var GroupingType;
58
40
  (function (GroupingType) {
59
41
  GroupingType["ACCOUNT_BASED"] = "ACCOUNT_BASED";
60
42
  })(GroupingType = exports.GroupingType || (exports.GroupingType = {}));
61
- var Tag;
62
- (function (Tag) {
63
- Tag.filterSensitiveLog = (obj) => ({
64
- ...obj,
65
- });
66
- })(Tag = exports.Tag || (exports.Tag = {}));
67
- var CreateApplicationRequest;
68
- (function (CreateApplicationRequest) {
69
- CreateApplicationRequest.filterSensitiveLog = (obj) => ({
70
- ...obj,
71
- });
72
- })(CreateApplicationRequest = exports.CreateApplicationRequest || (exports.CreateApplicationRequest = {}));
73
- var CreateApplicationResponse;
74
- (function (CreateApplicationResponse) {
75
- CreateApplicationResponse.filterSensitiveLog = (obj) => ({
76
- ...obj,
77
- });
78
- })(CreateApplicationResponse = exports.CreateApplicationResponse || (exports.CreateApplicationResponse = {}));
79
43
  class InternalServerException extends ApplicationInsightsServiceException_1.ApplicationInsightsServiceException {
80
44
  constructor(opts) {
81
45
  super({
@@ -146,282 +110,6 @@ class ValidationException extends ApplicationInsightsServiceException_1.Applicat
146
110
  }
147
111
  }
148
112
  exports.ValidationException = ValidationException;
149
- var CreateComponentRequest;
150
- (function (CreateComponentRequest) {
151
- CreateComponentRequest.filterSensitiveLog = (obj) => ({
152
- ...obj,
153
- });
154
- })(CreateComponentRequest = exports.CreateComponentRequest || (exports.CreateComponentRequest = {}));
155
- var CreateComponentResponse;
156
- (function (CreateComponentResponse) {
157
- CreateComponentResponse.filterSensitiveLog = (obj) => ({
158
- ...obj,
159
- });
160
- })(CreateComponentResponse = exports.CreateComponentResponse || (exports.CreateComponentResponse = {}));
161
- var CreateLogPatternRequest;
162
- (function (CreateLogPatternRequest) {
163
- CreateLogPatternRequest.filterSensitiveLog = (obj) => ({
164
- ...obj,
165
- });
166
- })(CreateLogPatternRequest = exports.CreateLogPatternRequest || (exports.CreateLogPatternRequest = {}));
167
- var LogPattern;
168
- (function (LogPattern) {
169
- LogPattern.filterSensitiveLog = (obj) => ({
170
- ...obj,
171
- });
172
- })(LogPattern = exports.LogPattern || (exports.LogPattern = {}));
173
- var CreateLogPatternResponse;
174
- (function (CreateLogPatternResponse) {
175
- CreateLogPatternResponse.filterSensitiveLog = (obj) => ({
176
- ...obj,
177
- });
178
- })(CreateLogPatternResponse = exports.CreateLogPatternResponse || (exports.CreateLogPatternResponse = {}));
179
- var DeleteApplicationRequest;
180
- (function (DeleteApplicationRequest) {
181
- DeleteApplicationRequest.filterSensitiveLog = (obj) => ({
182
- ...obj,
183
- });
184
- })(DeleteApplicationRequest = exports.DeleteApplicationRequest || (exports.DeleteApplicationRequest = {}));
185
- var DeleteApplicationResponse;
186
- (function (DeleteApplicationResponse) {
187
- DeleteApplicationResponse.filterSensitiveLog = (obj) => ({
188
- ...obj,
189
- });
190
- })(DeleteApplicationResponse = exports.DeleteApplicationResponse || (exports.DeleteApplicationResponse = {}));
191
- var DeleteComponentRequest;
192
- (function (DeleteComponentRequest) {
193
- DeleteComponentRequest.filterSensitiveLog = (obj) => ({
194
- ...obj,
195
- });
196
- })(DeleteComponentRequest = exports.DeleteComponentRequest || (exports.DeleteComponentRequest = {}));
197
- var DeleteComponentResponse;
198
- (function (DeleteComponentResponse) {
199
- DeleteComponentResponse.filterSensitiveLog = (obj) => ({
200
- ...obj,
201
- });
202
- })(DeleteComponentResponse = exports.DeleteComponentResponse || (exports.DeleteComponentResponse = {}));
203
- var DeleteLogPatternRequest;
204
- (function (DeleteLogPatternRequest) {
205
- DeleteLogPatternRequest.filterSensitiveLog = (obj) => ({
206
- ...obj,
207
- });
208
- })(DeleteLogPatternRequest = exports.DeleteLogPatternRequest || (exports.DeleteLogPatternRequest = {}));
209
- var DeleteLogPatternResponse;
210
- (function (DeleteLogPatternResponse) {
211
- DeleteLogPatternResponse.filterSensitiveLog = (obj) => ({
212
- ...obj,
213
- });
214
- })(DeleteLogPatternResponse = exports.DeleteLogPatternResponse || (exports.DeleteLogPatternResponse = {}));
215
- var DescribeApplicationRequest;
216
- (function (DescribeApplicationRequest) {
217
- DescribeApplicationRequest.filterSensitiveLog = (obj) => ({
218
- ...obj,
219
- });
220
- })(DescribeApplicationRequest = exports.DescribeApplicationRequest || (exports.DescribeApplicationRequest = {}));
221
- var DescribeApplicationResponse;
222
- (function (DescribeApplicationResponse) {
223
- DescribeApplicationResponse.filterSensitiveLog = (obj) => ({
224
- ...obj,
225
- });
226
- })(DescribeApplicationResponse = exports.DescribeApplicationResponse || (exports.DescribeApplicationResponse = {}));
227
- var DescribeComponentRequest;
228
- (function (DescribeComponentRequest) {
229
- DescribeComponentRequest.filterSensitiveLog = (obj) => ({
230
- ...obj,
231
- });
232
- })(DescribeComponentRequest = exports.DescribeComponentRequest || (exports.DescribeComponentRequest = {}));
233
- var DescribeComponentResponse;
234
- (function (DescribeComponentResponse) {
235
- DescribeComponentResponse.filterSensitiveLog = (obj) => ({
236
- ...obj,
237
- });
238
- })(DescribeComponentResponse = exports.DescribeComponentResponse || (exports.DescribeComponentResponse = {}));
239
- var DescribeComponentConfigurationRequest;
240
- (function (DescribeComponentConfigurationRequest) {
241
- DescribeComponentConfigurationRequest.filterSensitiveLog = (obj) => ({
242
- ...obj,
243
- });
244
- })(DescribeComponentConfigurationRequest = exports.DescribeComponentConfigurationRequest || (exports.DescribeComponentConfigurationRequest = {}));
245
- var DescribeComponentConfigurationResponse;
246
- (function (DescribeComponentConfigurationResponse) {
247
- DescribeComponentConfigurationResponse.filterSensitiveLog = (obj) => ({
248
- ...obj,
249
- });
250
- })(DescribeComponentConfigurationResponse = exports.DescribeComponentConfigurationResponse || (exports.DescribeComponentConfigurationResponse = {}));
251
- var DescribeComponentConfigurationRecommendationRequest;
252
- (function (DescribeComponentConfigurationRecommendationRequest) {
253
- DescribeComponentConfigurationRecommendationRequest.filterSensitiveLog = (obj) => ({
254
- ...obj,
255
- });
256
- })(DescribeComponentConfigurationRecommendationRequest = exports.DescribeComponentConfigurationRecommendationRequest || (exports.DescribeComponentConfigurationRecommendationRequest = {}));
257
- var DescribeComponentConfigurationRecommendationResponse;
258
- (function (DescribeComponentConfigurationRecommendationResponse) {
259
- DescribeComponentConfigurationRecommendationResponse.filterSensitiveLog = (obj) => ({
260
- ...obj,
261
- });
262
- })(DescribeComponentConfigurationRecommendationResponse = exports.DescribeComponentConfigurationRecommendationResponse || (exports.DescribeComponentConfigurationRecommendationResponse = {}));
263
- var DescribeLogPatternRequest;
264
- (function (DescribeLogPatternRequest) {
265
- DescribeLogPatternRequest.filterSensitiveLog = (obj) => ({
266
- ...obj,
267
- });
268
- })(DescribeLogPatternRequest = exports.DescribeLogPatternRequest || (exports.DescribeLogPatternRequest = {}));
269
- var DescribeLogPatternResponse;
270
- (function (DescribeLogPatternResponse) {
271
- DescribeLogPatternResponse.filterSensitiveLog = (obj) => ({
272
- ...obj,
273
- });
274
- })(DescribeLogPatternResponse = exports.DescribeLogPatternResponse || (exports.DescribeLogPatternResponse = {}));
275
- var DescribeObservationRequest;
276
- (function (DescribeObservationRequest) {
277
- DescribeObservationRequest.filterSensitiveLog = (obj) => ({
278
- ...obj,
279
- });
280
- })(DescribeObservationRequest = exports.DescribeObservationRequest || (exports.DescribeObservationRequest = {}));
281
- var Observation;
282
- (function (Observation) {
283
- Observation.filterSensitiveLog = (obj) => ({
284
- ...obj,
285
- });
286
- })(Observation = exports.Observation || (exports.Observation = {}));
287
- var DescribeObservationResponse;
288
- (function (DescribeObservationResponse) {
289
- DescribeObservationResponse.filterSensitiveLog = (obj) => ({
290
- ...obj,
291
- });
292
- })(DescribeObservationResponse = exports.DescribeObservationResponse || (exports.DescribeObservationResponse = {}));
293
- var DescribeProblemRequest;
294
- (function (DescribeProblemRequest) {
295
- DescribeProblemRequest.filterSensitiveLog = (obj) => ({
296
- ...obj,
297
- });
298
- })(DescribeProblemRequest = exports.DescribeProblemRequest || (exports.DescribeProblemRequest = {}));
299
- var Problem;
300
- (function (Problem) {
301
- Problem.filterSensitiveLog = (obj) => ({
302
- ...obj,
303
- });
304
- })(Problem = exports.Problem || (exports.Problem = {}));
305
- var DescribeProblemResponse;
306
- (function (DescribeProblemResponse) {
307
- DescribeProblemResponse.filterSensitiveLog = (obj) => ({
308
- ...obj,
309
- });
310
- })(DescribeProblemResponse = exports.DescribeProblemResponse || (exports.DescribeProblemResponse = {}));
311
- var DescribeProblemObservationsRequest;
312
- (function (DescribeProblemObservationsRequest) {
313
- DescribeProblemObservationsRequest.filterSensitiveLog = (obj) => ({
314
- ...obj,
315
- });
316
- })(DescribeProblemObservationsRequest = exports.DescribeProblemObservationsRequest || (exports.DescribeProblemObservationsRequest = {}));
317
- var RelatedObservations;
318
- (function (RelatedObservations) {
319
- RelatedObservations.filterSensitiveLog = (obj) => ({
320
- ...obj,
321
- });
322
- })(RelatedObservations = exports.RelatedObservations || (exports.RelatedObservations = {}));
323
- var DescribeProblemObservationsResponse;
324
- (function (DescribeProblemObservationsResponse) {
325
- DescribeProblemObservationsResponse.filterSensitiveLog = (obj) => ({
326
- ...obj,
327
- });
328
- })(DescribeProblemObservationsResponse = exports.DescribeProblemObservationsResponse || (exports.DescribeProblemObservationsResponse = {}));
329
- var ListApplicationsRequest;
330
- (function (ListApplicationsRequest) {
331
- ListApplicationsRequest.filterSensitiveLog = (obj) => ({
332
- ...obj,
333
- });
334
- })(ListApplicationsRequest = exports.ListApplicationsRequest || (exports.ListApplicationsRequest = {}));
335
- var ListApplicationsResponse;
336
- (function (ListApplicationsResponse) {
337
- ListApplicationsResponse.filterSensitiveLog = (obj) => ({
338
- ...obj,
339
- });
340
- })(ListApplicationsResponse = exports.ListApplicationsResponse || (exports.ListApplicationsResponse = {}));
341
- var ListComponentsRequest;
342
- (function (ListComponentsRequest) {
343
- ListComponentsRequest.filterSensitiveLog = (obj) => ({
344
- ...obj,
345
- });
346
- })(ListComponentsRequest = exports.ListComponentsRequest || (exports.ListComponentsRequest = {}));
347
- var ListComponentsResponse;
348
- (function (ListComponentsResponse) {
349
- ListComponentsResponse.filterSensitiveLog = (obj) => ({
350
- ...obj,
351
- });
352
- })(ListComponentsResponse = exports.ListComponentsResponse || (exports.ListComponentsResponse = {}));
353
- var ListConfigurationHistoryRequest;
354
- (function (ListConfigurationHistoryRequest) {
355
- ListConfigurationHistoryRequest.filterSensitiveLog = (obj) => ({
356
- ...obj,
357
- });
358
- })(ListConfigurationHistoryRequest = exports.ListConfigurationHistoryRequest || (exports.ListConfigurationHistoryRequest = {}));
359
- var ListConfigurationHistoryResponse;
360
- (function (ListConfigurationHistoryResponse) {
361
- ListConfigurationHistoryResponse.filterSensitiveLog = (obj) => ({
362
- ...obj,
363
- });
364
- })(ListConfigurationHistoryResponse = exports.ListConfigurationHistoryResponse || (exports.ListConfigurationHistoryResponse = {}));
365
- var ListLogPatternsRequest;
366
- (function (ListLogPatternsRequest) {
367
- ListLogPatternsRequest.filterSensitiveLog = (obj) => ({
368
- ...obj,
369
- });
370
- })(ListLogPatternsRequest = exports.ListLogPatternsRequest || (exports.ListLogPatternsRequest = {}));
371
- var ListLogPatternsResponse;
372
- (function (ListLogPatternsResponse) {
373
- ListLogPatternsResponse.filterSensitiveLog = (obj) => ({
374
- ...obj,
375
- });
376
- })(ListLogPatternsResponse = exports.ListLogPatternsResponse || (exports.ListLogPatternsResponse = {}));
377
- var ListLogPatternSetsRequest;
378
- (function (ListLogPatternSetsRequest) {
379
- ListLogPatternSetsRequest.filterSensitiveLog = (obj) => ({
380
- ...obj,
381
- });
382
- })(ListLogPatternSetsRequest = exports.ListLogPatternSetsRequest || (exports.ListLogPatternSetsRequest = {}));
383
- var ListLogPatternSetsResponse;
384
- (function (ListLogPatternSetsResponse) {
385
- ListLogPatternSetsResponse.filterSensitiveLog = (obj) => ({
386
- ...obj,
387
- });
388
- })(ListLogPatternSetsResponse = exports.ListLogPatternSetsResponse || (exports.ListLogPatternSetsResponse = {}));
389
- var ListProblemsRequest;
390
- (function (ListProblemsRequest) {
391
- ListProblemsRequest.filterSensitiveLog = (obj) => ({
392
- ...obj,
393
- });
394
- })(ListProblemsRequest = exports.ListProblemsRequest || (exports.ListProblemsRequest = {}));
395
- var ListProblemsResponse;
396
- (function (ListProblemsResponse) {
397
- ListProblemsResponse.filterSensitiveLog = (obj) => ({
398
- ...obj,
399
- });
400
- })(ListProblemsResponse = exports.ListProblemsResponse || (exports.ListProblemsResponse = {}));
401
- var ListTagsForResourceRequest;
402
- (function (ListTagsForResourceRequest) {
403
- ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
404
- ...obj,
405
- });
406
- })(ListTagsForResourceRequest = exports.ListTagsForResourceRequest || (exports.ListTagsForResourceRequest = {}));
407
- var ListTagsForResourceResponse;
408
- (function (ListTagsForResourceResponse) {
409
- ListTagsForResourceResponse.filterSensitiveLog = (obj) => ({
410
- ...obj,
411
- });
412
- })(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
413
- var TagResourceRequest;
414
- (function (TagResourceRequest) {
415
- TagResourceRequest.filterSensitiveLog = (obj) => ({
416
- ...obj,
417
- });
418
- })(TagResourceRequest = exports.TagResourceRequest || (exports.TagResourceRequest = {}));
419
- var TagResourceResponse;
420
- (function (TagResourceResponse) {
421
- TagResourceResponse.filterSensitiveLog = (obj) => ({
422
- ...obj,
423
- });
424
- })(TagResourceResponse = exports.TagResourceResponse || (exports.TagResourceResponse = {}));
425
113
  class TooManyTagsException extends ApplicationInsightsServiceException_1.ApplicationInsightsServiceException {
426
114
  constructor(opts) {
427
115
  super({
@@ -437,63 +125,251 @@ class TooManyTagsException extends ApplicationInsightsServiceException_1.Applica
437
125
  }
438
126
  }
439
127
  exports.TooManyTagsException = TooManyTagsException;
440
- var UntagResourceRequest;
441
- (function (UntagResourceRequest) {
442
- UntagResourceRequest.filterSensitiveLog = (obj) => ({
443
- ...obj,
444
- });
445
- })(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
446
- var UntagResourceResponse;
447
- (function (UntagResourceResponse) {
448
- UntagResourceResponse.filterSensitiveLog = (obj) => ({
449
- ...obj,
450
- });
451
- })(UntagResourceResponse = exports.UntagResourceResponse || (exports.UntagResourceResponse = {}));
452
- var UpdateApplicationRequest;
453
- (function (UpdateApplicationRequest) {
454
- UpdateApplicationRequest.filterSensitiveLog = (obj) => ({
455
- ...obj,
456
- });
457
- })(UpdateApplicationRequest = exports.UpdateApplicationRequest || (exports.UpdateApplicationRequest = {}));
458
- var UpdateApplicationResponse;
459
- (function (UpdateApplicationResponse) {
460
- UpdateApplicationResponse.filterSensitiveLog = (obj) => ({
461
- ...obj,
462
- });
463
- })(UpdateApplicationResponse = exports.UpdateApplicationResponse || (exports.UpdateApplicationResponse = {}));
464
- var UpdateComponentRequest;
465
- (function (UpdateComponentRequest) {
466
- UpdateComponentRequest.filterSensitiveLog = (obj) => ({
467
- ...obj,
468
- });
469
- })(UpdateComponentRequest = exports.UpdateComponentRequest || (exports.UpdateComponentRequest = {}));
470
- var UpdateComponentResponse;
471
- (function (UpdateComponentResponse) {
472
- UpdateComponentResponse.filterSensitiveLog = (obj) => ({
473
- ...obj,
474
- });
475
- })(UpdateComponentResponse = exports.UpdateComponentResponse || (exports.UpdateComponentResponse = {}));
476
- var UpdateComponentConfigurationRequest;
477
- (function (UpdateComponentConfigurationRequest) {
478
- UpdateComponentConfigurationRequest.filterSensitiveLog = (obj) => ({
479
- ...obj,
480
- });
481
- })(UpdateComponentConfigurationRequest = exports.UpdateComponentConfigurationRequest || (exports.UpdateComponentConfigurationRequest = {}));
482
- var UpdateComponentConfigurationResponse;
483
- (function (UpdateComponentConfigurationResponse) {
484
- UpdateComponentConfigurationResponse.filterSensitiveLog = (obj) => ({
485
- ...obj,
486
- });
487
- })(UpdateComponentConfigurationResponse = exports.UpdateComponentConfigurationResponse || (exports.UpdateComponentConfigurationResponse = {}));
488
- var UpdateLogPatternRequest;
489
- (function (UpdateLogPatternRequest) {
490
- UpdateLogPatternRequest.filterSensitiveLog = (obj) => ({
491
- ...obj,
492
- });
493
- })(UpdateLogPatternRequest = exports.UpdateLogPatternRequest || (exports.UpdateLogPatternRequest = {}));
494
- var UpdateLogPatternResponse;
495
- (function (UpdateLogPatternResponse) {
496
- UpdateLogPatternResponse.filterSensitiveLog = (obj) => ({
497
- ...obj,
498
- });
499
- })(UpdateLogPatternResponse = exports.UpdateLogPatternResponse || (exports.UpdateLogPatternResponse = {}));
128
+ const ApplicationComponentFilterSensitiveLog = (obj) => ({
129
+ ...obj,
130
+ });
131
+ exports.ApplicationComponentFilterSensitiveLog = ApplicationComponentFilterSensitiveLog;
132
+ const ApplicationInfoFilterSensitiveLog = (obj) => ({
133
+ ...obj,
134
+ });
135
+ exports.ApplicationInfoFilterSensitiveLog = ApplicationInfoFilterSensitiveLog;
136
+ const ConfigurationEventFilterSensitiveLog = (obj) => ({
137
+ ...obj,
138
+ });
139
+ exports.ConfigurationEventFilterSensitiveLog = ConfigurationEventFilterSensitiveLog;
140
+ const TagFilterSensitiveLog = (obj) => ({
141
+ ...obj,
142
+ });
143
+ exports.TagFilterSensitiveLog = TagFilterSensitiveLog;
144
+ const CreateApplicationRequestFilterSensitiveLog = (obj) => ({
145
+ ...obj,
146
+ });
147
+ exports.CreateApplicationRequestFilterSensitiveLog = CreateApplicationRequestFilterSensitiveLog;
148
+ const CreateApplicationResponseFilterSensitiveLog = (obj) => ({
149
+ ...obj,
150
+ });
151
+ exports.CreateApplicationResponseFilterSensitiveLog = CreateApplicationResponseFilterSensitiveLog;
152
+ const CreateComponentRequestFilterSensitiveLog = (obj) => ({
153
+ ...obj,
154
+ });
155
+ exports.CreateComponentRequestFilterSensitiveLog = CreateComponentRequestFilterSensitiveLog;
156
+ const CreateComponentResponseFilterSensitiveLog = (obj) => ({
157
+ ...obj,
158
+ });
159
+ exports.CreateComponentResponseFilterSensitiveLog = CreateComponentResponseFilterSensitiveLog;
160
+ const CreateLogPatternRequestFilterSensitiveLog = (obj) => ({
161
+ ...obj,
162
+ });
163
+ exports.CreateLogPatternRequestFilterSensitiveLog = CreateLogPatternRequestFilterSensitiveLog;
164
+ const LogPatternFilterSensitiveLog = (obj) => ({
165
+ ...obj,
166
+ });
167
+ exports.LogPatternFilterSensitiveLog = LogPatternFilterSensitiveLog;
168
+ const CreateLogPatternResponseFilterSensitiveLog = (obj) => ({
169
+ ...obj,
170
+ });
171
+ exports.CreateLogPatternResponseFilterSensitiveLog = CreateLogPatternResponseFilterSensitiveLog;
172
+ const DeleteApplicationRequestFilterSensitiveLog = (obj) => ({
173
+ ...obj,
174
+ });
175
+ exports.DeleteApplicationRequestFilterSensitiveLog = DeleteApplicationRequestFilterSensitiveLog;
176
+ const DeleteApplicationResponseFilterSensitiveLog = (obj) => ({
177
+ ...obj,
178
+ });
179
+ exports.DeleteApplicationResponseFilterSensitiveLog = DeleteApplicationResponseFilterSensitiveLog;
180
+ const DeleteComponentRequestFilterSensitiveLog = (obj) => ({
181
+ ...obj,
182
+ });
183
+ exports.DeleteComponentRequestFilterSensitiveLog = DeleteComponentRequestFilterSensitiveLog;
184
+ const DeleteComponentResponseFilterSensitiveLog = (obj) => ({
185
+ ...obj,
186
+ });
187
+ exports.DeleteComponentResponseFilterSensitiveLog = DeleteComponentResponseFilterSensitiveLog;
188
+ const DeleteLogPatternRequestFilterSensitiveLog = (obj) => ({
189
+ ...obj,
190
+ });
191
+ exports.DeleteLogPatternRequestFilterSensitiveLog = DeleteLogPatternRequestFilterSensitiveLog;
192
+ const DeleteLogPatternResponseFilterSensitiveLog = (obj) => ({
193
+ ...obj,
194
+ });
195
+ exports.DeleteLogPatternResponseFilterSensitiveLog = DeleteLogPatternResponseFilterSensitiveLog;
196
+ const DescribeApplicationRequestFilterSensitiveLog = (obj) => ({
197
+ ...obj,
198
+ });
199
+ exports.DescribeApplicationRequestFilterSensitiveLog = DescribeApplicationRequestFilterSensitiveLog;
200
+ const DescribeApplicationResponseFilterSensitiveLog = (obj) => ({
201
+ ...obj,
202
+ });
203
+ exports.DescribeApplicationResponseFilterSensitiveLog = DescribeApplicationResponseFilterSensitiveLog;
204
+ const DescribeComponentRequestFilterSensitiveLog = (obj) => ({
205
+ ...obj,
206
+ });
207
+ exports.DescribeComponentRequestFilterSensitiveLog = DescribeComponentRequestFilterSensitiveLog;
208
+ const DescribeComponentResponseFilterSensitiveLog = (obj) => ({
209
+ ...obj,
210
+ });
211
+ exports.DescribeComponentResponseFilterSensitiveLog = DescribeComponentResponseFilterSensitiveLog;
212
+ const DescribeComponentConfigurationRequestFilterSensitiveLog = (obj) => ({
213
+ ...obj,
214
+ });
215
+ exports.DescribeComponentConfigurationRequestFilterSensitiveLog = DescribeComponentConfigurationRequestFilterSensitiveLog;
216
+ const DescribeComponentConfigurationResponseFilterSensitiveLog = (obj) => ({
217
+ ...obj,
218
+ });
219
+ exports.DescribeComponentConfigurationResponseFilterSensitiveLog = DescribeComponentConfigurationResponseFilterSensitiveLog;
220
+ const DescribeComponentConfigurationRecommendationRequestFilterSensitiveLog = (obj) => ({
221
+ ...obj,
222
+ });
223
+ exports.DescribeComponentConfigurationRecommendationRequestFilterSensitiveLog = DescribeComponentConfigurationRecommendationRequestFilterSensitiveLog;
224
+ const DescribeComponentConfigurationRecommendationResponseFilterSensitiveLog = (obj) => ({
225
+ ...obj,
226
+ });
227
+ exports.DescribeComponentConfigurationRecommendationResponseFilterSensitiveLog = DescribeComponentConfigurationRecommendationResponseFilterSensitiveLog;
228
+ const DescribeLogPatternRequestFilterSensitiveLog = (obj) => ({
229
+ ...obj,
230
+ });
231
+ exports.DescribeLogPatternRequestFilterSensitiveLog = DescribeLogPatternRequestFilterSensitiveLog;
232
+ const DescribeLogPatternResponseFilterSensitiveLog = (obj) => ({
233
+ ...obj,
234
+ });
235
+ exports.DescribeLogPatternResponseFilterSensitiveLog = DescribeLogPatternResponseFilterSensitiveLog;
236
+ const DescribeObservationRequestFilterSensitiveLog = (obj) => ({
237
+ ...obj,
238
+ });
239
+ exports.DescribeObservationRequestFilterSensitiveLog = DescribeObservationRequestFilterSensitiveLog;
240
+ const ObservationFilterSensitiveLog = (obj) => ({
241
+ ...obj,
242
+ });
243
+ exports.ObservationFilterSensitiveLog = ObservationFilterSensitiveLog;
244
+ const DescribeObservationResponseFilterSensitiveLog = (obj) => ({
245
+ ...obj,
246
+ });
247
+ exports.DescribeObservationResponseFilterSensitiveLog = DescribeObservationResponseFilterSensitiveLog;
248
+ const DescribeProblemRequestFilterSensitiveLog = (obj) => ({
249
+ ...obj,
250
+ });
251
+ exports.DescribeProblemRequestFilterSensitiveLog = DescribeProblemRequestFilterSensitiveLog;
252
+ const ProblemFilterSensitiveLog = (obj) => ({
253
+ ...obj,
254
+ });
255
+ exports.ProblemFilterSensitiveLog = ProblemFilterSensitiveLog;
256
+ const DescribeProblemResponseFilterSensitiveLog = (obj) => ({
257
+ ...obj,
258
+ });
259
+ exports.DescribeProblemResponseFilterSensitiveLog = DescribeProblemResponseFilterSensitiveLog;
260
+ const DescribeProblemObservationsRequestFilterSensitiveLog = (obj) => ({
261
+ ...obj,
262
+ });
263
+ exports.DescribeProblemObservationsRequestFilterSensitiveLog = DescribeProblemObservationsRequestFilterSensitiveLog;
264
+ const RelatedObservationsFilterSensitiveLog = (obj) => ({
265
+ ...obj,
266
+ });
267
+ exports.RelatedObservationsFilterSensitiveLog = RelatedObservationsFilterSensitiveLog;
268
+ const DescribeProblemObservationsResponseFilterSensitiveLog = (obj) => ({
269
+ ...obj,
270
+ });
271
+ exports.DescribeProblemObservationsResponseFilterSensitiveLog = DescribeProblemObservationsResponseFilterSensitiveLog;
272
+ const ListApplicationsRequestFilterSensitiveLog = (obj) => ({
273
+ ...obj,
274
+ });
275
+ exports.ListApplicationsRequestFilterSensitiveLog = ListApplicationsRequestFilterSensitiveLog;
276
+ const ListApplicationsResponseFilterSensitiveLog = (obj) => ({
277
+ ...obj,
278
+ });
279
+ exports.ListApplicationsResponseFilterSensitiveLog = ListApplicationsResponseFilterSensitiveLog;
280
+ const ListComponentsRequestFilterSensitiveLog = (obj) => ({
281
+ ...obj,
282
+ });
283
+ exports.ListComponentsRequestFilterSensitiveLog = ListComponentsRequestFilterSensitiveLog;
284
+ const ListComponentsResponseFilterSensitiveLog = (obj) => ({
285
+ ...obj,
286
+ });
287
+ exports.ListComponentsResponseFilterSensitiveLog = ListComponentsResponseFilterSensitiveLog;
288
+ const ListConfigurationHistoryRequestFilterSensitiveLog = (obj) => ({
289
+ ...obj,
290
+ });
291
+ exports.ListConfigurationHistoryRequestFilterSensitiveLog = ListConfigurationHistoryRequestFilterSensitiveLog;
292
+ const ListConfigurationHistoryResponseFilterSensitiveLog = (obj) => ({
293
+ ...obj,
294
+ });
295
+ exports.ListConfigurationHistoryResponseFilterSensitiveLog = ListConfigurationHistoryResponseFilterSensitiveLog;
296
+ const ListLogPatternsRequestFilterSensitiveLog = (obj) => ({
297
+ ...obj,
298
+ });
299
+ exports.ListLogPatternsRequestFilterSensitiveLog = ListLogPatternsRequestFilterSensitiveLog;
300
+ const ListLogPatternsResponseFilterSensitiveLog = (obj) => ({
301
+ ...obj,
302
+ });
303
+ exports.ListLogPatternsResponseFilterSensitiveLog = ListLogPatternsResponseFilterSensitiveLog;
304
+ const ListLogPatternSetsRequestFilterSensitiveLog = (obj) => ({
305
+ ...obj,
306
+ });
307
+ exports.ListLogPatternSetsRequestFilterSensitiveLog = ListLogPatternSetsRequestFilterSensitiveLog;
308
+ const ListLogPatternSetsResponseFilterSensitiveLog = (obj) => ({
309
+ ...obj,
310
+ });
311
+ exports.ListLogPatternSetsResponseFilterSensitiveLog = ListLogPatternSetsResponseFilterSensitiveLog;
312
+ const ListProblemsRequestFilterSensitiveLog = (obj) => ({
313
+ ...obj,
314
+ });
315
+ exports.ListProblemsRequestFilterSensitiveLog = ListProblemsRequestFilterSensitiveLog;
316
+ const ListProblemsResponseFilterSensitiveLog = (obj) => ({
317
+ ...obj,
318
+ });
319
+ exports.ListProblemsResponseFilterSensitiveLog = ListProblemsResponseFilterSensitiveLog;
320
+ const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
321
+ ...obj,
322
+ });
323
+ exports.ListTagsForResourceRequestFilterSensitiveLog = ListTagsForResourceRequestFilterSensitiveLog;
324
+ const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
325
+ ...obj,
326
+ });
327
+ exports.ListTagsForResourceResponseFilterSensitiveLog = ListTagsForResourceResponseFilterSensitiveLog;
328
+ const TagResourceRequestFilterSensitiveLog = (obj) => ({
329
+ ...obj,
330
+ });
331
+ exports.TagResourceRequestFilterSensitiveLog = TagResourceRequestFilterSensitiveLog;
332
+ const TagResourceResponseFilterSensitiveLog = (obj) => ({
333
+ ...obj,
334
+ });
335
+ exports.TagResourceResponseFilterSensitiveLog = TagResourceResponseFilterSensitiveLog;
336
+ const UntagResourceRequestFilterSensitiveLog = (obj) => ({
337
+ ...obj,
338
+ });
339
+ exports.UntagResourceRequestFilterSensitiveLog = UntagResourceRequestFilterSensitiveLog;
340
+ const UntagResourceResponseFilterSensitiveLog = (obj) => ({
341
+ ...obj,
342
+ });
343
+ exports.UntagResourceResponseFilterSensitiveLog = UntagResourceResponseFilterSensitiveLog;
344
+ const UpdateApplicationRequestFilterSensitiveLog = (obj) => ({
345
+ ...obj,
346
+ });
347
+ exports.UpdateApplicationRequestFilterSensitiveLog = UpdateApplicationRequestFilterSensitiveLog;
348
+ const UpdateApplicationResponseFilterSensitiveLog = (obj) => ({
349
+ ...obj,
350
+ });
351
+ exports.UpdateApplicationResponseFilterSensitiveLog = UpdateApplicationResponseFilterSensitiveLog;
352
+ const UpdateComponentRequestFilterSensitiveLog = (obj) => ({
353
+ ...obj,
354
+ });
355
+ exports.UpdateComponentRequestFilterSensitiveLog = UpdateComponentRequestFilterSensitiveLog;
356
+ const UpdateComponentResponseFilterSensitiveLog = (obj) => ({
357
+ ...obj,
358
+ });
359
+ exports.UpdateComponentResponseFilterSensitiveLog = UpdateComponentResponseFilterSensitiveLog;
360
+ const UpdateComponentConfigurationRequestFilterSensitiveLog = (obj) => ({
361
+ ...obj,
362
+ });
363
+ exports.UpdateComponentConfigurationRequestFilterSensitiveLog = UpdateComponentConfigurationRequestFilterSensitiveLog;
364
+ const UpdateComponentConfigurationResponseFilterSensitiveLog = (obj) => ({
365
+ ...obj,
366
+ });
367
+ exports.UpdateComponentConfigurationResponseFilterSensitiveLog = UpdateComponentConfigurationResponseFilterSensitiveLog;
368
+ const UpdateLogPatternRequestFilterSensitiveLog = (obj) => ({
369
+ ...obj,
370
+ });
371
+ exports.UpdateLogPatternRequestFilterSensitiveLog = UpdateLogPatternRequestFilterSensitiveLog;
372
+ const UpdateLogPatternResponseFilterSensitiveLog = (obj) => ({
373
+ ...obj,
374
+ });
375
+ exports.UpdateLogPatternResponseFilterSensitiveLog = UpdateLogPatternResponseFilterSensitiveLog;