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