@aws-sdk/client-application-insights 3.926.0 → 3.928.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 (54) hide show
  1. package/dist-cjs/index.js +1048 -1190
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/ApplicationInsightsClient.js +2 -0
  4. package/dist-es/commands/AddWorkloadCommand.js +3 -9
  5. package/dist-es/commands/CreateApplicationCommand.js +3 -9
  6. package/dist-es/commands/CreateComponentCommand.js +3 -9
  7. package/dist-es/commands/CreateLogPatternCommand.js +3 -9
  8. package/dist-es/commands/DeleteApplicationCommand.js +3 -9
  9. package/dist-es/commands/DeleteComponentCommand.js +3 -9
  10. package/dist-es/commands/DeleteLogPatternCommand.js +3 -9
  11. package/dist-es/commands/DescribeApplicationCommand.js +3 -9
  12. package/dist-es/commands/DescribeComponentCommand.js +3 -9
  13. package/dist-es/commands/DescribeComponentConfigurationCommand.js +3 -9
  14. package/dist-es/commands/DescribeComponentConfigurationRecommendationCommand.js +3 -9
  15. package/dist-es/commands/DescribeLogPatternCommand.js +3 -9
  16. package/dist-es/commands/DescribeObservationCommand.js +3 -9
  17. package/dist-es/commands/DescribeProblemCommand.js +3 -9
  18. package/dist-es/commands/DescribeProblemObservationsCommand.js +3 -9
  19. package/dist-es/commands/DescribeWorkloadCommand.js +3 -9
  20. package/dist-es/commands/ListApplicationsCommand.js +3 -9
  21. package/dist-es/commands/ListComponentsCommand.js +3 -9
  22. package/dist-es/commands/ListConfigurationHistoryCommand.js +3 -9
  23. package/dist-es/commands/ListLogPatternSetsCommand.js +3 -9
  24. package/dist-es/commands/ListLogPatternsCommand.js +3 -9
  25. package/dist-es/commands/ListProblemsCommand.js +3 -9
  26. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  27. package/dist-es/commands/ListWorkloadsCommand.js +3 -9
  28. package/dist-es/commands/RemoveWorkloadCommand.js +3 -9
  29. package/dist-es/commands/TagResourceCommand.js +3 -9
  30. package/dist-es/commands/UntagResourceCommand.js +3 -9
  31. package/dist-es/commands/UpdateApplicationCommand.js +3 -9
  32. package/dist-es/commands/UpdateComponentCommand.js +3 -9
  33. package/dist-es/commands/UpdateComponentConfigurationCommand.js +3 -9
  34. package/dist-es/commands/UpdateLogPatternCommand.js +3 -9
  35. package/dist-es/commands/UpdateProblemCommand.js +3 -9
  36. package/dist-es/commands/UpdateWorkloadCommand.js +3 -9
  37. package/dist-es/runtimeConfig.shared.js +7 -0
  38. package/dist-es/schemas/schemas_0.js +963 -0
  39. package/dist-types/ApplicationInsightsClient.d.ts +10 -1
  40. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  41. package/dist-types/runtimeConfig.d.ts +1 -0
  42. package/dist-types/runtimeConfig.native.d.ts +1 -0
  43. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  44. package/dist-types/schemas/schemas_0.d.ts +134 -0
  45. package/dist-types/ts3.4/ApplicationInsightsClient.d.ts +4 -0
  46. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  47. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  48. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  49. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  50. package/dist-types/ts3.4/schemas/schemas_0.d.ts +140 -0
  51. package/package.json +5 -5
  52. package/dist-es/protocols/Aws_json1_1.js +0 -939
  53. package/dist-types/protocols/Aws_json1_1.d.ts +0 -299
  54. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -401
@@ -0,0 +1,963 @@
1
+ const _AC = "ApplicationComponent";
2
+ const _ACE = "AutoConfigEnabled";
3
+ const _ACL = "ApplicationComponentList";
4
+ const _ACu = "AutoCreate";
5
+ const _ADE = "AccessDeniedException";
6
+ const _AI = "ApplicationInfo";
7
+ const _AIL = "ApplicationInfoList";
8
+ const _AIc = "AccountId";
9
+ const _AMP = "AttachMissingPermission";
10
+ const _AR = "AffectedResource";
11
+ const _AW = "AddWorkload";
12
+ const _AWR = "AddWorkloadRequest";
13
+ const _AWRd = "AddWorkloadResponse";
14
+ const _BRE = "BadRequestException";
15
+ const _C = "Configuration";
16
+ const _CA = "CreateApplication";
17
+ const _CAR = "CreateApplicationRequest";
18
+ const _CARr = "CreateApplicationResponse";
19
+ const _CC = "ComponentConfiguration";
20
+ const _CCR = "CreateComponentRequest";
21
+ const _CCRr = "CreateComponentResponse";
22
+ const _CCr = "CreateComponent";
23
+ const _CDA = "CodeDeployApplication";
24
+ const _CDDG = "CodeDeployDeploymentGroup";
25
+ const _CDDI = "CodeDeployDeploymentId";
26
+ const _CDIGI = "CodeDeployInstanceGroupId";
27
+ const _CDS = "CodeDeployState";
28
+ const _CE = "ConfigurationEvent";
29
+ const _CEL = "ConfigurationEventList";
30
+ const _CLP = "CreateLogPattern";
31
+ const _CLPR = "CreateLogPatternRequest";
32
+ const _CLPRr = "CreateLogPatternResponse";
33
+ const _CN = "ComponentName";
34
+ const _CR = "ComponentRemarks";
35
+ const _CWEDT = "CloudWatchEventDetailType";
36
+ const _CWEI = "CloudWatchEventId";
37
+ const _CWEME = "CWEMonitorEnabled";
38
+ const _CWES = "CloudWatchEventSource";
39
+ const _DA = "DeleteApplication";
40
+ const _DAR = "DeleteApplicationRequest";
41
+ const _DARe = "DeleteApplicationResponse";
42
+ const _DARes = "DescribeApplicationRequest";
43
+ const _DAResc = "DescribeApplicationResponse";
44
+ const _DAe = "DescribeApplication";
45
+ const _DC = "DeleteComponent";
46
+ const _DCC = "DescribeComponentConfiguration";
47
+ const _DCCR = "DescribeComponentConfigurationRequest";
48
+ const _DCCRR = "DescribeComponentConfigurationRecommendationRequest";
49
+ const _DCCRRe = "DescribeComponentConfigurationRecommendationResponse";
50
+ const _DCCRe = "DescribeComponentConfigurationResponse";
51
+ const _DCCRes = "DescribeComponentConfigurationRecommendation";
52
+ const _DCR = "DeleteComponentRequest";
53
+ const _DCRe = "DeleteComponentResponse";
54
+ const _DCRes = "DescribeComponentRequest";
55
+ const _DCResc = "DescribeComponentResponse";
56
+ const _DCe = "DescribeComponent";
57
+ const _DLP = "DeleteLogPattern";
58
+ const _DLPR = "DeleteLogPatternRequest";
59
+ const _DLPRe = "DeleteLogPatternResponse";
60
+ const _DLPRes = "DescribeLogPatternRequest";
61
+ const _DLPResc = "DescribeLogPatternResponse";
62
+ const _DLPe = "DescribeLogPattern";
63
+ const _DO = "DescribeObservation";
64
+ const _DOR = "DescribeObservationRequest";
65
+ const _DORe = "DescribeObservationResponse";
66
+ const _DP = "DescribeProblem";
67
+ const _DPO = "DescribeProblemObservations";
68
+ const _DPOR = "DescribeProblemObservationsRequest";
69
+ const _DPORe = "DescribeProblemObservationsResponse";
70
+ const _DPR = "DescribeProblemRequest";
71
+ const _DPRe = "DescribeProblemResponse";
72
+ const _DT = "DiscoveryType";
73
+ const _DW = "DetectedWorkload";
74
+ const _DWR = "DescribeWorkloadRequest";
75
+ const _DWRe = "DescribeWorkloadResponse";
76
+ const _DWe = "DescribeWorkload";
77
+ const _EC = "EbsCause";
78
+ const _ED = "EventDetail";
79
+ const _EE = "EbsEvent";
80
+ const _EL = "EventList";
81
+ const _ER = "EbsResult";
82
+ const _ERI = "EbsRequestId";
83
+ const _ERN = "EventResourceName";
84
+ const _ERT = "EventResourceType";
85
+ const _ES = "EventStatus";
86
+ const _ESc = "Ec2State";
87
+ const _ET = "EventTime";
88
+ const _ETn = "EndTime";
89
+ const _F = "Feedback";
90
+ const _GT = "GroupingType";
91
+ const _HEA = "HealthEventArn";
92
+ const _HED = "HealthEventDescription";
93
+ const _HETC = "HealthEventTypeCode";
94
+ const _HETCe = "HealthEventTypeCategory";
95
+ const _HS = "HealthService";
96
+ const _I = "Id";
97
+ const _ISE = "InternalServerException";
98
+ const _In = "Insights";
99
+ const _K = "Key";
100
+ const _LA = "ListApplications";
101
+ const _LAR = "ListApplicationsRequest";
102
+ const _LARi = "ListApplicationsResponse";
103
+ const _LC = "LifeCycle";
104
+ const _LCH = "ListConfigurationHistory";
105
+ const _LCHR = "ListConfigurationHistoryRequest";
106
+ const _LCHRi = "ListConfigurationHistoryResponse";
107
+ const _LCR = "ListComponentsRequest";
108
+ const _LCRi = "ListComponentsResponse";
109
+ const _LCi = "ListComponents";
110
+ const _LF = "LogFilter";
111
+ const _LG = "LogGroup";
112
+ const _LLP = "ListLogPatterns";
113
+ const _LLPR = "ListLogPatternsRequest";
114
+ const _LLPRi = "ListLogPatternsResponse";
115
+ const _LLPS = "ListLogPatternSets";
116
+ const _LLPSR = "ListLogPatternSetsRequest";
117
+ const _LLPSRi = "ListLogPatternSetsResponse";
118
+ const _LP = "LogPattern";
119
+ const _LPL = "LogPatternList";
120
+ const _LPR = "ListProblemsRequest";
121
+ const _LPRi = "ListProblemsResponse";
122
+ const _LPS = "LogPatternSets";
123
+ const _LPi = "ListProblems";
124
+ const _LPo = "LogPatterns";
125
+ const _LRT = "LastRecurrenceTime";
126
+ const _LT = "LineTime";
127
+ const _LTFR = "ListTagsForResource";
128
+ const _LTFRR = "ListTagsForResourceRequest";
129
+ const _LTFRRi = "ListTagsForResourceResponse";
130
+ const _LTo = "LogText";
131
+ const _LW = "ListWorkloads";
132
+ const _LWR = "ListWorkloadsRequest";
133
+ const _LWRi = "ListWorkloadsResponse";
134
+ const _M = "Message";
135
+ const _MN = "MetricNamespace";
136
+ const _MNe = "MetricName";
137
+ const _MR = "MaxResults";
138
+ const _MRARN = "MonitoredResourceARN";
139
+ const _MWC = "MissingWorkloadConfig";
140
+ const _Mo = "Monitor";
141
+ const _NCN = "NewComponentName";
142
+ const _NT = "NextToken";
143
+ const _O = "Observation";
144
+ const _OCE = "OpsCenterEnabled";
145
+ const _OI = "ObservationId";
146
+ const _OISNSTA = "OpsItemSNSTopicArn";
147
+ const _OL = "ObservationList";
148
+ const _OT = "OsType";
149
+ const _P = "Pattern";
150
+ const _PI = "ProblemId";
151
+ const _PL = "ProblemList";
152
+ const _PN = "PatternName";
153
+ const _PSN = "PatternSetName";
154
+ const _Pr = "Problem";
155
+ const _R = "Remarks";
156
+ const _RARN = "ResourceARN";
157
+ const _RC = "RecurringCount";
158
+ const _REC = "RdsEventCategories";
159
+ const _REM = "RdsEventMessage";
160
+ const _RGN = "ResourceGroupName";
161
+ const _RIUE = "ResourceInUseException";
162
+ const _RL = "ResourceList";
163
+ const _RM = "ResolutionMethod";
164
+ const _RN = "ResourceName";
165
+ const _RNFE = "ResourceNotFoundException";
166
+ const _RO = "RelatedObservations";
167
+ const _RSNST = "RemoveSNSTopic";
168
+ const _RT = "ResourceType";
169
+ const _RTe = "RecommendationType";
170
+ const _RW = "RemoveWorkload";
171
+ const _RWR = "RemoveWorkloadRequest";
172
+ const _RWRe = "RemoveWorkloadResponse";
173
+ const _Ra = "Rank";
174
+ const _S = "Status";
175
+ const _SA = "StatesArn";
176
+ const _SARN = "SourceARN";
177
+ const _SEA = "StatesExecutionArn";
178
+ const _SEN = "S3EventName";
179
+ const _SI = "StatesInput";
180
+ const _SL = "SeverityLevel";
181
+ const _SN = "ShortName";
182
+ const _SNSNA = "SNSNotificationArn";
183
+ const _SS = "StatesStatus";
184
+ const _ST = "StartTime";
185
+ const _STo = "SourceType";
186
+ const _T = "Tier";
187
+ const _TAEE = "TagsAlreadyExistException";
188
+ const _TK = "TagKeys";
189
+ const _TL = "TagList";
190
+ const _TMTE = "TooManyTagsException";
191
+ const _TR = "TagResource";
192
+ const _TRR = "TagResourceRequest";
193
+ const _TRRa = "TagResourceResponse";
194
+ const _Ta = "Tags";
195
+ const _Tag = "Tag";
196
+ const _Ti = "Title";
197
+ const _U = "Unit";
198
+ const _UA = "UpdateApplication";
199
+ const _UAR = "UpdateApplicationRequest";
200
+ const _UARp = "UpdateApplicationResponse";
201
+ const _UC = "UpdateComponent";
202
+ const _UCC = "UpdateComponentConfiguration";
203
+ const _UCCR = "UpdateComponentConfigurationRequest";
204
+ const _UCCRp = "UpdateComponentConfigurationResponse";
205
+ const _UCR = "UpdateComponentRequest";
206
+ const _UCRp = "UpdateComponentResponse";
207
+ const _ULP = "UpdateLogPattern";
208
+ const _ULPR = "UpdateLogPatternRequest";
209
+ const _ULPRp = "UpdateLogPatternResponse";
210
+ const _UP = "UpdateProblem";
211
+ const _UPR = "UpdateProblemRequest";
212
+ const _UPRp = "UpdateProblemResponse";
213
+ const _UR = "UntagResource";
214
+ const _URR = "UntagResourceRequest";
215
+ const _URRn = "UntagResourceResponse";
216
+ const _US = "UpdateStatus";
217
+ const _UW = "UpdateWorkload";
218
+ const _UWR = "UpdateWorkloadRequest";
219
+ const _UWRp = "UpdateWorkloadResponse";
220
+ const _V = "Visibility";
221
+ const _VE = "ValidationException";
222
+ const _Va = "Value";
223
+ const _W = "Workload";
224
+ const _WC = "WorkloadConfiguration";
225
+ const _WI = "WorkloadId";
226
+ const _WL = "WorkloadList";
227
+ const _WN = "WorkloadName";
228
+ const _WR = "WorkloadRemarks";
229
+ const _XREP = "XRayErrorPercent";
230
+ const _XRFP = "XRayFaultPercent";
231
+ const _XRNN = "XRayNodeName";
232
+ const _XRNT = "XRayNodeType";
233
+ const _XRRAL = "XRayRequestAverageLatency";
234
+ const _XRRC = "XRayRequestCount";
235
+ const _XRTP = "XRayThrottlePercent";
236
+ const _aQE = "awsQueryError";
237
+ const _c = "client";
238
+ const _e = "error";
239
+ const _hE = "httpError";
240
+ const _s = "server";
241
+ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.applicationinsights";
242
+ const n0 = "com.amazonaws.applicationinsights";
243
+ import { TypeRegistry } from "@smithy/core/schema";
244
+ import { ApplicationInsightsServiceException as __ApplicationInsightsServiceException } from "../models/ApplicationInsightsServiceException";
245
+ import { AccessDeniedException as __AccessDeniedException, BadRequestException as __BadRequestException, InternalServerException as __InternalServerException, ResourceInUseException as __ResourceInUseException, ResourceNotFoundException as __ResourceNotFoundException, TagsAlreadyExistException as __TagsAlreadyExistException, TooManyTagsException as __TooManyTagsException, ValidationException as __ValidationException, } from "../models/index";
246
+ export var AccessDeniedException = [
247
+ -3,
248
+ n0,
249
+ _ADE,
250
+ {
251
+ [_e]: _c,
252
+ [_hE]: 403,
253
+ [_aQE]: [`AccessDeniedException`, 403],
254
+ },
255
+ [_M],
256
+ [0],
257
+ ];
258
+ TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
259
+ export var AddWorkloadRequest = [
260
+ 3,
261
+ n0,
262
+ _AWR,
263
+ 0,
264
+ [_RGN, _CN, _WC],
265
+ [0, 0, () => WorkloadConfiguration],
266
+ ];
267
+ export var AddWorkloadResponse = [3, n0, _AWRd, 0, [_WI, _WC], [0, () => WorkloadConfiguration]];
268
+ export var ApplicationComponent = [
269
+ 3,
270
+ n0,
271
+ _AC,
272
+ 0,
273
+ [_CN, _CR, _RT, _OT, _T, _Mo, _DW],
274
+ [0, 0, 0, 0, 0, 2, [2, n0, _DW, 0, 0, 128 | 0]],
275
+ ];
276
+ export var ApplicationInfo = [
277
+ 3,
278
+ n0,
279
+ _AI,
280
+ 0,
281
+ [_AIc, _RGN, _LC, _OISNSTA, _SNSNA, _OCE, _CWEME, _R, _ACE, _DT, _AMP],
282
+ [0, 0, 0, 0, 0, 2, 2, 0, 2, 0, 2],
283
+ ];
284
+ export var BadRequestException = [
285
+ -3,
286
+ n0,
287
+ _BRE,
288
+ {
289
+ [_e]: _c,
290
+ [_hE]: 400,
291
+ [_aQE]: [`BadRequestException`, 400],
292
+ },
293
+ [_M],
294
+ [0],
295
+ ];
296
+ TypeRegistry.for(n0).registerError(BadRequestException, __BadRequestException);
297
+ export var ConfigurationEvent = [
298
+ 3,
299
+ n0,
300
+ _CE,
301
+ 0,
302
+ [_RGN, _AIc, _MRARN, _ES, _ERT, _ET, _ED, _ERN],
303
+ [0, 0, 0, 0, 0, 4, 0, 0],
304
+ ];
305
+ export var CreateApplicationRequest = [
306
+ 3,
307
+ n0,
308
+ _CAR,
309
+ 0,
310
+ [_RGN, _OCE, _CWEME, _OISNSTA, _SNSNA, _Ta, _ACE, _ACu, _GT, _AMP],
311
+ [0, 2, 2, 0, 0, () => TagList, 2, 2, 0, 2],
312
+ ];
313
+ export var CreateApplicationResponse = [3, n0, _CARr, 0, [_AI], [() => ApplicationInfo]];
314
+ export var CreateComponentRequest = [3, n0, _CCR, 0, [_RGN, _CN, _RL], [0, 0, 64 | 0]];
315
+ export var CreateComponentResponse = [3, n0, _CCRr, 0, [], []];
316
+ export var CreateLogPatternRequest = [
317
+ 3,
318
+ n0,
319
+ _CLPR,
320
+ 0,
321
+ [_RGN, _PSN, _PN, _P, _Ra],
322
+ [0, 0, 0, 0, 1],
323
+ ];
324
+ export var CreateLogPatternResponse = [3, n0, _CLPRr, 0, [_LP, _RGN], [() => LogPattern, 0]];
325
+ export var DeleteApplicationRequest = [3, n0, _DAR, 0, [_RGN], [0]];
326
+ export var DeleteApplicationResponse = [3, n0, _DARe, 0, [], []];
327
+ export var DeleteComponentRequest = [3, n0, _DCR, 0, [_RGN, _CN], [0, 0]];
328
+ export var DeleteComponentResponse = [3, n0, _DCRe, 0, [], []];
329
+ export var DeleteLogPatternRequest = [3, n0, _DLPR, 0, [_RGN, _PSN, _PN], [0, 0, 0]];
330
+ export var DeleteLogPatternResponse = [3, n0, _DLPRe, 0, [], []];
331
+ export var DescribeApplicationRequest = [3, n0, _DARes, 0, [_RGN, _AIc], [0, 0]];
332
+ export var DescribeApplicationResponse = [3, n0, _DAResc, 0, [_AI], [() => ApplicationInfo]];
333
+ export var DescribeComponentConfigurationRecommendationRequest = [
334
+ 3,
335
+ n0,
336
+ _DCCRR,
337
+ 0,
338
+ [_RGN, _CN, _T, _WN, _RTe],
339
+ [0, 0, 0, 0, 0],
340
+ ];
341
+ export var DescribeComponentConfigurationRecommendationResponse = [
342
+ 3,
343
+ n0,
344
+ _DCCRRe,
345
+ 0,
346
+ [_CC],
347
+ [0],
348
+ ];
349
+ export var DescribeComponentConfigurationRequest = [
350
+ 3,
351
+ n0,
352
+ _DCCR,
353
+ 0,
354
+ [_RGN, _CN, _AIc],
355
+ [0, 0, 0],
356
+ ];
357
+ export var DescribeComponentConfigurationResponse = [
358
+ 3,
359
+ n0,
360
+ _DCCRe,
361
+ 0,
362
+ [_Mo, _T, _CC],
363
+ [2, 0, 0],
364
+ ];
365
+ export var DescribeComponentRequest = [3, n0, _DCRes, 0, [_RGN, _CN, _AIc], [0, 0, 0]];
366
+ export var DescribeComponentResponse = [
367
+ 3,
368
+ n0,
369
+ _DCResc,
370
+ 0,
371
+ [_AC, _RL],
372
+ [() => ApplicationComponent, 64 | 0],
373
+ ];
374
+ export var DescribeLogPatternRequest = [
375
+ 3,
376
+ n0,
377
+ _DLPRes,
378
+ 0,
379
+ [_RGN, _PSN, _PN, _AIc],
380
+ [0, 0, 0, 0],
381
+ ];
382
+ export var DescribeLogPatternResponse = [
383
+ 3,
384
+ n0,
385
+ _DLPResc,
386
+ 0,
387
+ [_RGN, _AIc, _LP],
388
+ [0, 0, () => LogPattern],
389
+ ];
390
+ export var DescribeObservationRequest = [3, n0, _DOR, 0, [_OI, _AIc], [0, 0]];
391
+ export var DescribeObservationResponse = [3, n0, _DORe, 0, [_O], [() => Observation]];
392
+ export var DescribeProblemObservationsRequest = [3, n0, _DPOR, 0, [_PI, _AIc], [0, 0]];
393
+ export var DescribeProblemObservationsResponse = [
394
+ 3,
395
+ n0,
396
+ _DPORe,
397
+ 0,
398
+ [_RO],
399
+ [() => RelatedObservations],
400
+ ];
401
+ export var DescribeProblemRequest = [3, n0, _DPR, 0, [_PI, _AIc], [0, 0]];
402
+ export var DescribeProblemResponse = [3, n0, _DPRe, 0, [_Pr, _SNSNA], [() => Problem, 0]];
403
+ export var DescribeWorkloadRequest = [3, n0, _DWR, 0, [_RGN, _CN, _WI, _AIc], [0, 0, 0, 0]];
404
+ export var DescribeWorkloadResponse = [
405
+ 3,
406
+ n0,
407
+ _DWRe,
408
+ 0,
409
+ [_WI, _WR, _WC],
410
+ [0, 0, () => WorkloadConfiguration],
411
+ ];
412
+ export var InternalServerException = [
413
+ -3,
414
+ n0,
415
+ _ISE,
416
+ {
417
+ [_e]: _s,
418
+ [_hE]: 500,
419
+ [_aQE]: [`InternalServerException`, 500],
420
+ },
421
+ [_M],
422
+ [0],
423
+ ];
424
+ TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
425
+ export var ListApplicationsRequest = [3, n0, _LAR, 0, [_MR, _NT, _AIc], [1, 0, 0]];
426
+ export var ListApplicationsResponse = [
427
+ 3,
428
+ n0,
429
+ _LARi,
430
+ 0,
431
+ [_AIL, _NT],
432
+ [() => ApplicationInfoList, 0],
433
+ ];
434
+ export var ListComponentsRequest = [3, n0, _LCR, 0, [_RGN, _MR, _NT, _AIc], [0, 1, 0, 0]];
435
+ export var ListComponentsResponse = [
436
+ 3,
437
+ n0,
438
+ _LCRi,
439
+ 0,
440
+ [_ACL, _NT],
441
+ [() => ApplicationComponentList, 0],
442
+ ];
443
+ export var ListConfigurationHistoryRequest = [
444
+ 3,
445
+ n0,
446
+ _LCHR,
447
+ 0,
448
+ [_RGN, _ST, _ETn, _ES, _MR, _NT, _AIc],
449
+ [0, 4, 4, 0, 1, 0, 0],
450
+ ];
451
+ export var ListConfigurationHistoryResponse = [
452
+ 3,
453
+ n0,
454
+ _LCHRi,
455
+ 0,
456
+ [_EL, _NT],
457
+ [() => ConfigurationEventList, 0],
458
+ ];
459
+ export var ListLogPatternSetsRequest = [3, n0, _LLPSR, 0, [_RGN, _MR, _NT, _AIc], [0, 1, 0, 0]];
460
+ export var ListLogPatternSetsResponse = [
461
+ 3,
462
+ n0,
463
+ _LLPSRi,
464
+ 0,
465
+ [_RGN, _AIc, _LPS, _NT],
466
+ [0, 0, 64 | 0, 0],
467
+ ];
468
+ export var ListLogPatternsRequest = [
469
+ 3,
470
+ n0,
471
+ _LLPR,
472
+ 0,
473
+ [_RGN, _PSN, _MR, _NT, _AIc],
474
+ [0, 0, 1, 0, 0],
475
+ ];
476
+ export var ListLogPatternsResponse = [
477
+ 3,
478
+ n0,
479
+ _LLPRi,
480
+ 0,
481
+ [_RGN, _AIc, _LPo, _NT],
482
+ [0, 0, () => LogPatternList, 0],
483
+ ];
484
+ export var ListProblemsRequest = [
485
+ 3,
486
+ n0,
487
+ _LPR,
488
+ 0,
489
+ [_AIc, _RGN, _ST, _ETn, _MR, _NT, _CN, _V],
490
+ [0, 0, 4, 4, 1, 0, 0, 0],
491
+ ];
492
+ export var ListProblemsResponse = [
493
+ 3,
494
+ n0,
495
+ _LPRi,
496
+ 0,
497
+ [_PL, _NT, _RGN, _AIc],
498
+ [() => ProblemList, 0, 0, 0],
499
+ ];
500
+ export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RARN], [0]];
501
+ export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_Ta], [() => TagList]];
502
+ export var ListWorkloadsRequest = [3, n0, _LWR, 0, [_RGN, _CN, _MR, _NT, _AIc], [0, 0, 1, 0, 0]];
503
+ export var ListWorkloadsResponse = [3, n0, _LWRi, 0, [_WL, _NT], [() => WorkloadList, 0]];
504
+ export var LogPattern = [3, n0, _LP, 0, [_PSN, _PN, _P, _Ra], [0, 0, 0, 1]];
505
+ export var Observation = [
506
+ 3,
507
+ n0,
508
+ _O,
509
+ 0,
510
+ [
511
+ _I,
512
+ _ST,
513
+ _ETn,
514
+ _STo,
515
+ _SARN,
516
+ _LG,
517
+ _LT,
518
+ _LTo,
519
+ _LF,
520
+ _MN,
521
+ _MNe,
522
+ _U,
523
+ _Va,
524
+ _CWEI,
525
+ _CWES,
526
+ _CWEDT,
527
+ _HEA,
528
+ _HS,
529
+ _HETC,
530
+ _HETCe,
531
+ _HED,
532
+ _CDDI,
533
+ _CDDG,
534
+ _CDS,
535
+ _CDA,
536
+ _CDIGI,
537
+ _ESc,
538
+ _REC,
539
+ _REM,
540
+ _SEN,
541
+ _SEA,
542
+ _SA,
543
+ _SS,
544
+ _SI,
545
+ _EE,
546
+ _ER,
547
+ _EC,
548
+ _ERI,
549
+ _XRFP,
550
+ _XRTP,
551
+ _XREP,
552
+ _XRRC,
553
+ _XRRAL,
554
+ _XRNN,
555
+ _XRNT,
556
+ ],
557
+ [
558
+ 0, 4, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1,
559
+ 1, 1, 1, 1, 0, 0,
560
+ ],
561
+ ];
562
+ export var Problem = [
563
+ 3,
564
+ n0,
565
+ _Pr,
566
+ 0,
567
+ [_I, _Ti, _SN, _In, _S, _AR, _ST, _ETn, _SL, _AIc, _RGN, _F, _RC, _LRT, _V, _RM],
568
+ [0, 0, 0, 0, 0, 0, 4, 4, 0, 0, 0, 128 | 0, 1, 4, 0, 0],
569
+ ];
570
+ export var RelatedObservations = [3, n0, _RO, 0, [_OL], [() => ObservationList]];
571
+ export var RemoveWorkloadRequest = [3, n0, _RWR, 0, [_RGN, _CN, _WI], [0, 0, 0]];
572
+ export var RemoveWorkloadResponse = [3, n0, _RWRe, 0, [], []];
573
+ export var ResourceInUseException = [
574
+ -3,
575
+ n0,
576
+ _RIUE,
577
+ {
578
+ [_e]: _c,
579
+ [_hE]: 400,
580
+ [_aQE]: [`ResourceInUseException`, 400],
581
+ },
582
+ [_M],
583
+ [0],
584
+ ];
585
+ TypeRegistry.for(n0).registerError(ResourceInUseException, __ResourceInUseException);
586
+ export var ResourceNotFoundException = [
587
+ -3,
588
+ n0,
589
+ _RNFE,
590
+ {
591
+ [_e]: _c,
592
+ [_hE]: 404,
593
+ [_aQE]: [`ResourceNotFoundException`, 404],
594
+ },
595
+ [_M],
596
+ [0],
597
+ ];
598
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
599
+ export var Tag = [3, n0, _Tag, 0, [_K, _Va], [0, 0]];
600
+ export var TagResourceRequest = [3, n0, _TRR, 0, [_RARN, _Ta], [0, () => TagList]];
601
+ export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
602
+ export var TagsAlreadyExistException = [
603
+ -3,
604
+ n0,
605
+ _TAEE,
606
+ {
607
+ [_e]: _c,
608
+ [_hE]: 400,
609
+ },
610
+ [_M],
611
+ [0],
612
+ ];
613
+ TypeRegistry.for(n0).registerError(TagsAlreadyExistException, __TagsAlreadyExistException);
614
+ export var TooManyTagsException = [
615
+ -3,
616
+ n0,
617
+ _TMTE,
618
+ {
619
+ [_e]: _c,
620
+ [_hE]: 400,
621
+ },
622
+ [_M, _RN],
623
+ [0, 0],
624
+ ];
625
+ TypeRegistry.for(n0).registerError(TooManyTagsException, __TooManyTagsException);
626
+ export var UntagResourceRequest = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
627
+ export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
628
+ export var UpdateApplicationRequest = [
629
+ 3,
630
+ n0,
631
+ _UAR,
632
+ 0,
633
+ [_RGN, _OCE, _CWEME, _OISNSTA, _SNSNA, _RSNST, _ACE, _AMP],
634
+ [0, 2, 2, 0, 0, 2, 2, 2],
635
+ ];
636
+ export var UpdateApplicationResponse = [3, n0, _UARp, 0, [_AI], [() => ApplicationInfo]];
637
+ export var UpdateComponentConfigurationRequest = [
638
+ 3,
639
+ n0,
640
+ _UCCR,
641
+ 0,
642
+ [_RGN, _CN, _Mo, _T, _CC, _ACE],
643
+ [0, 0, 2, 0, 0, 2],
644
+ ];
645
+ export var UpdateComponentConfigurationResponse = [3, n0, _UCCRp, 0, [], []];
646
+ export var UpdateComponentRequest = [3, n0, _UCR, 0, [_RGN, _CN, _NCN, _RL], [0, 0, 0, 64 | 0]];
647
+ export var UpdateComponentResponse = [3, n0, _UCRp, 0, [], []];
648
+ export var UpdateLogPatternRequest = [
649
+ 3,
650
+ n0,
651
+ _ULPR,
652
+ 0,
653
+ [_RGN, _PSN, _PN, _P, _Ra],
654
+ [0, 0, 0, 0, 1],
655
+ ];
656
+ export var UpdateLogPatternResponse = [3, n0, _ULPRp, 0, [_RGN, _LP], [0, () => LogPattern]];
657
+ export var UpdateProblemRequest = [3, n0, _UPR, 0, [_PI, _US, _V], [0, 0, 0]];
658
+ export var UpdateProblemResponse = [3, n0, _UPRp, 0, [], []];
659
+ export var UpdateWorkloadRequest = [
660
+ 3,
661
+ n0,
662
+ _UWR,
663
+ 0,
664
+ [_RGN, _CN, _WI, _WC],
665
+ [0, 0, 0, () => WorkloadConfiguration],
666
+ ];
667
+ export var UpdateWorkloadResponse = [
668
+ 3,
669
+ n0,
670
+ _UWRp,
671
+ 0,
672
+ [_WI, _WC],
673
+ [0, () => WorkloadConfiguration],
674
+ ];
675
+ export var ValidationException = [
676
+ -3,
677
+ n0,
678
+ _VE,
679
+ {
680
+ [_e]: _c,
681
+ [_hE]: 400,
682
+ [_aQE]: [`ValidationException`, 400],
683
+ },
684
+ [_M],
685
+ [0],
686
+ ];
687
+ TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
688
+ export var Workload = [3, n0, _W, 0, [_WI, _CN, _WN, _T, _WR, _MWC], [0, 0, 0, 0, 0, 2]];
689
+ export var WorkloadConfiguration = [3, n0, _WC, 0, [_WN, _T, _C], [0, 0, 0]];
690
+ export var __Unit = "unit";
691
+ export var ApplicationInsightsServiceException = [
692
+ -3,
693
+ _sm,
694
+ "ApplicationInsightsServiceException",
695
+ 0,
696
+ [],
697
+ [],
698
+ ];
699
+ TypeRegistry.for(_sm).registerError(ApplicationInsightsServiceException, __ApplicationInsightsServiceException);
700
+ export var ApplicationComponentList = [1, n0, _ACL, 0, () => ApplicationComponent];
701
+ export var ApplicationInfoList = [1, n0, _AIL, 0, () => ApplicationInfo];
702
+ export var ConfigurationEventList = [1, n0, _CEL, 0, () => ConfigurationEvent];
703
+ export var LogPatternList = [1, n0, _LPL, 0, () => LogPattern];
704
+ export var LogPatternSetList = 64 | 0;
705
+ export var ObservationList = [1, n0, _OL, 0, () => Observation];
706
+ export var ProblemList = [1, n0, _PL, 0, () => Problem];
707
+ export var ResourceList = 64 | 0;
708
+ export var TagKeyList = 64 | 0;
709
+ export var TagList = [1, n0, _TL, 0, () => Tag];
710
+ export var WorkloadList = [1, n0, _WL, 0, () => Workload];
711
+ export var DetectedWorkload = [2, n0, _DW, 0, 0, 128 | 0];
712
+ export var Feedback = 128 | 0;
713
+ export var WorkloadMetaData = 128 | 0;
714
+ export var AddWorkload = [9, n0, _AW, 0, () => AddWorkloadRequest, () => AddWorkloadResponse];
715
+ export var CreateApplication = [
716
+ 9,
717
+ n0,
718
+ _CA,
719
+ 0,
720
+ () => CreateApplicationRequest,
721
+ () => CreateApplicationResponse,
722
+ ];
723
+ export var CreateComponent = [
724
+ 9,
725
+ n0,
726
+ _CCr,
727
+ 0,
728
+ () => CreateComponentRequest,
729
+ () => CreateComponentResponse,
730
+ ];
731
+ export var CreateLogPattern = [
732
+ 9,
733
+ n0,
734
+ _CLP,
735
+ 0,
736
+ () => CreateLogPatternRequest,
737
+ () => CreateLogPatternResponse,
738
+ ];
739
+ export var DeleteApplication = [
740
+ 9,
741
+ n0,
742
+ _DA,
743
+ 0,
744
+ () => DeleteApplicationRequest,
745
+ () => DeleteApplicationResponse,
746
+ ];
747
+ export var DeleteComponent = [
748
+ 9,
749
+ n0,
750
+ _DC,
751
+ 0,
752
+ () => DeleteComponentRequest,
753
+ () => DeleteComponentResponse,
754
+ ];
755
+ export var DeleteLogPattern = [
756
+ 9,
757
+ n0,
758
+ _DLP,
759
+ 0,
760
+ () => DeleteLogPatternRequest,
761
+ () => DeleteLogPatternResponse,
762
+ ];
763
+ export var DescribeApplication = [
764
+ 9,
765
+ n0,
766
+ _DAe,
767
+ 0,
768
+ () => DescribeApplicationRequest,
769
+ () => DescribeApplicationResponse,
770
+ ];
771
+ export var DescribeComponent = [
772
+ 9,
773
+ n0,
774
+ _DCe,
775
+ 0,
776
+ () => DescribeComponentRequest,
777
+ () => DescribeComponentResponse,
778
+ ];
779
+ export var DescribeComponentConfiguration = [
780
+ 9,
781
+ n0,
782
+ _DCC,
783
+ 0,
784
+ () => DescribeComponentConfigurationRequest,
785
+ () => DescribeComponentConfigurationResponse,
786
+ ];
787
+ export var DescribeComponentConfigurationRecommendation = [
788
+ 9,
789
+ n0,
790
+ _DCCRes,
791
+ 0,
792
+ () => DescribeComponentConfigurationRecommendationRequest,
793
+ () => DescribeComponentConfigurationRecommendationResponse,
794
+ ];
795
+ export var DescribeLogPattern = [
796
+ 9,
797
+ n0,
798
+ _DLPe,
799
+ 0,
800
+ () => DescribeLogPatternRequest,
801
+ () => DescribeLogPatternResponse,
802
+ ];
803
+ export var DescribeObservation = [
804
+ 9,
805
+ n0,
806
+ _DO,
807
+ 0,
808
+ () => DescribeObservationRequest,
809
+ () => DescribeObservationResponse,
810
+ ];
811
+ export var DescribeProblem = [
812
+ 9,
813
+ n0,
814
+ _DP,
815
+ 0,
816
+ () => DescribeProblemRequest,
817
+ () => DescribeProblemResponse,
818
+ ];
819
+ export var DescribeProblemObservations = [
820
+ 9,
821
+ n0,
822
+ _DPO,
823
+ 0,
824
+ () => DescribeProblemObservationsRequest,
825
+ () => DescribeProblemObservationsResponse,
826
+ ];
827
+ export var DescribeWorkload = [
828
+ 9,
829
+ n0,
830
+ _DWe,
831
+ 0,
832
+ () => DescribeWorkloadRequest,
833
+ () => DescribeWorkloadResponse,
834
+ ];
835
+ export var ListApplications = [
836
+ 9,
837
+ n0,
838
+ _LA,
839
+ 0,
840
+ () => ListApplicationsRequest,
841
+ () => ListApplicationsResponse,
842
+ ];
843
+ export var ListComponents = [
844
+ 9,
845
+ n0,
846
+ _LCi,
847
+ 0,
848
+ () => ListComponentsRequest,
849
+ () => ListComponentsResponse,
850
+ ];
851
+ export var ListConfigurationHistory = [
852
+ 9,
853
+ n0,
854
+ _LCH,
855
+ 0,
856
+ () => ListConfigurationHistoryRequest,
857
+ () => ListConfigurationHistoryResponse,
858
+ ];
859
+ export var ListLogPatterns = [
860
+ 9,
861
+ n0,
862
+ _LLP,
863
+ 0,
864
+ () => ListLogPatternsRequest,
865
+ () => ListLogPatternsResponse,
866
+ ];
867
+ export var ListLogPatternSets = [
868
+ 9,
869
+ n0,
870
+ _LLPS,
871
+ 0,
872
+ () => ListLogPatternSetsRequest,
873
+ () => ListLogPatternSetsResponse,
874
+ ];
875
+ export var ListProblems = [
876
+ 9,
877
+ n0,
878
+ _LPi,
879
+ 0,
880
+ () => ListProblemsRequest,
881
+ () => ListProblemsResponse,
882
+ ];
883
+ export var ListTagsForResource = [
884
+ 9,
885
+ n0,
886
+ _LTFR,
887
+ 0,
888
+ () => ListTagsForResourceRequest,
889
+ () => ListTagsForResourceResponse,
890
+ ];
891
+ export var ListWorkloads = [
892
+ 9,
893
+ n0,
894
+ _LW,
895
+ 0,
896
+ () => ListWorkloadsRequest,
897
+ () => ListWorkloadsResponse,
898
+ ];
899
+ export var RemoveWorkload = [
900
+ 9,
901
+ n0,
902
+ _RW,
903
+ 0,
904
+ () => RemoveWorkloadRequest,
905
+ () => RemoveWorkloadResponse,
906
+ ];
907
+ export var TagResource = [9, n0, _TR, 0, () => TagResourceRequest, () => TagResourceResponse];
908
+ export var UntagResource = [
909
+ 9,
910
+ n0,
911
+ _UR,
912
+ 0,
913
+ () => UntagResourceRequest,
914
+ () => UntagResourceResponse,
915
+ ];
916
+ export var UpdateApplication = [
917
+ 9,
918
+ n0,
919
+ _UA,
920
+ 0,
921
+ () => UpdateApplicationRequest,
922
+ () => UpdateApplicationResponse,
923
+ ];
924
+ export var UpdateComponent = [
925
+ 9,
926
+ n0,
927
+ _UC,
928
+ 0,
929
+ () => UpdateComponentRequest,
930
+ () => UpdateComponentResponse,
931
+ ];
932
+ export var UpdateComponentConfiguration = [
933
+ 9,
934
+ n0,
935
+ _UCC,
936
+ 0,
937
+ () => UpdateComponentConfigurationRequest,
938
+ () => UpdateComponentConfigurationResponse,
939
+ ];
940
+ export var UpdateLogPattern = [
941
+ 9,
942
+ n0,
943
+ _ULP,
944
+ 0,
945
+ () => UpdateLogPatternRequest,
946
+ () => UpdateLogPatternResponse,
947
+ ];
948
+ export var UpdateProblem = [
949
+ 9,
950
+ n0,
951
+ _UP,
952
+ 0,
953
+ () => UpdateProblemRequest,
954
+ () => UpdateProblemResponse,
955
+ ];
956
+ export var UpdateWorkload = [
957
+ 9,
958
+ n0,
959
+ _UW,
960
+ 0,
961
+ () => UpdateWorkloadRequest,
962
+ () => UpdateWorkloadResponse,
963
+ ];