@aws-sdk/client-application-insights 3.1068.0 → 3.1070.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/auth/httpAuthSchemeProvider.js +9 -15
- package/dist-cjs/endpoint/bdd.js +2 -5
- package/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/dist-cjs/index.js +146 -166
- package/dist-cjs/models/ApplicationInsightsServiceException.js +4 -8
- package/dist-cjs/models/errors.js +17 -28
- package/dist-cjs/runtimeConfig.browser.js +22 -26
- package/dist-cjs/runtimeConfig.js +30 -34
- package/dist-cjs/runtimeConfig.native.js +4 -7
- package/dist-cjs/runtimeConfig.shared.js +20 -24
- package/dist-cjs/schemas/schemas_0.js +240 -160
- package/package.json +8 -8
|
@@ -1,8 +1,3 @@
|
|
|
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
1
|
const _AC = "ApplicationComponent";
|
|
7
2
|
const _ACE = "AutoConfigEnabled";
|
|
8
3
|
const _ACL = "ApplicationComponentList";
|
|
@@ -245,471 +240,556 @@ const _hE = "httpError";
|
|
|
245
240
|
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.applicationinsights";
|
|
246
241
|
const _se = "server";
|
|
247
242
|
const n0 = "com.amazonaws.applicationinsights";
|
|
248
|
-
const
|
|
249
|
-
const
|
|
250
|
-
const
|
|
251
|
-
const _s_registry =
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
243
|
+
const { TypeRegistry } = require("@smithy/core/schema");
|
|
244
|
+
const { ApplicationInsightsServiceException } = require("../models/ApplicationInsightsServiceException");
|
|
245
|
+
const { AccessDeniedException, BadRequestException, InternalServerException, ResourceInUseException, ResourceNotFoundException, TagsAlreadyExistException, TooManyTagsException, ValidationException } = require("../models/errors");
|
|
246
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
247
|
+
const ApplicationInsightsServiceException$ = [-3, _s, "ApplicationInsightsServiceException", 0, [], []];
|
|
248
|
+
exports.ApplicationInsightsServiceException$ = ApplicationInsightsServiceException$;
|
|
249
|
+
_s_registry.registerError(ApplicationInsightsServiceException$, ApplicationInsightsServiceException);
|
|
250
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
251
|
+
const AccessDeniedException$ = [-3, n0, _ADE,
|
|
256
252
|
{ [_aQE]: [`AccessDeniedException`, 403], [_e]: _c, [_hE]: 403 },
|
|
257
253
|
[_M],
|
|
258
254
|
[0]
|
|
259
255
|
];
|
|
260
|
-
|
|
261
|
-
|
|
256
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
257
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
258
|
+
const BadRequestException$ = [-3, n0, _BRE,
|
|
262
259
|
{ [_aQE]: [`BadRequestException`, 400], [_e]: _c, [_hE]: 400 },
|
|
263
260
|
[_M],
|
|
264
261
|
[0]
|
|
265
262
|
];
|
|
266
|
-
|
|
267
|
-
|
|
263
|
+
exports.BadRequestException$ = BadRequestException$;
|
|
264
|
+
n0_registry.registerError(BadRequestException$, BadRequestException);
|
|
265
|
+
const InternalServerException$ = [-3, n0, _ISE,
|
|
268
266
|
{ [_aQE]: [`InternalServerException`, 500], [_e]: _se, [_hE]: 500 },
|
|
269
267
|
[_M],
|
|
270
268
|
[0]
|
|
271
269
|
];
|
|
272
|
-
|
|
273
|
-
|
|
270
|
+
exports.InternalServerException$ = InternalServerException$;
|
|
271
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
272
|
+
const ResourceInUseException$ = [-3, n0, _RIUE,
|
|
274
273
|
{ [_aQE]: [`ResourceInUseException`, 400], [_e]: _c, [_hE]: 400 },
|
|
275
274
|
[_M],
|
|
276
275
|
[0]
|
|
277
276
|
];
|
|
278
|
-
|
|
279
|
-
|
|
277
|
+
exports.ResourceInUseException$ = ResourceInUseException$;
|
|
278
|
+
n0_registry.registerError(ResourceInUseException$, ResourceInUseException);
|
|
279
|
+
const ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
280
280
|
{ [_aQE]: [`ResourceNotFoundException`, 404], [_e]: _c, [_hE]: 404 },
|
|
281
281
|
[_M],
|
|
282
282
|
[0]
|
|
283
283
|
];
|
|
284
|
-
|
|
285
|
-
|
|
284
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
285
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
286
|
+
const TagsAlreadyExistException$ = [-3, n0, _TAEE,
|
|
286
287
|
{ [_e]: _c, [_hE]: 400 },
|
|
287
288
|
[_M],
|
|
288
289
|
[0]
|
|
289
290
|
];
|
|
290
|
-
|
|
291
|
-
|
|
291
|
+
exports.TagsAlreadyExistException$ = TagsAlreadyExistException$;
|
|
292
|
+
n0_registry.registerError(TagsAlreadyExistException$, TagsAlreadyExistException);
|
|
293
|
+
const TooManyTagsException$ = [-3, n0, _TMTE,
|
|
292
294
|
{ [_e]: _c, [_hE]: 400 },
|
|
293
295
|
[_M, _RN],
|
|
294
296
|
[0, 0]
|
|
295
297
|
];
|
|
296
|
-
|
|
297
|
-
|
|
298
|
+
exports.TooManyTagsException$ = TooManyTagsException$;
|
|
299
|
+
n0_registry.registerError(TooManyTagsException$, TooManyTagsException);
|
|
300
|
+
const ValidationException$ = [-3, n0, _VE,
|
|
298
301
|
{ [_aQE]: [`ValidationException`, 400], [_e]: _c, [_hE]: 400 },
|
|
299
302
|
[_M],
|
|
300
303
|
[0]
|
|
301
304
|
];
|
|
302
|
-
|
|
305
|
+
exports.ValidationException$ = ValidationException$;
|
|
306
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
303
307
|
exports.errorTypeRegistries = [
|
|
304
308
|
_s_registry,
|
|
305
309
|
n0_registry,
|
|
306
310
|
];
|
|
307
|
-
|
|
311
|
+
const AddWorkloadRequest$ = [3, n0, _AWR,
|
|
308
312
|
0,
|
|
309
313
|
[_RGN, _CN, _WC],
|
|
310
|
-
[0, 0, () =>
|
|
314
|
+
[0, 0, () => WorkloadConfiguration$], 3
|
|
311
315
|
];
|
|
312
|
-
exports.
|
|
316
|
+
exports.AddWorkloadRequest$ = AddWorkloadRequest$;
|
|
317
|
+
const AddWorkloadResponse$ = [3, n0, _AWRd,
|
|
313
318
|
0,
|
|
314
319
|
[_WI, _WC],
|
|
315
|
-
[0, () =>
|
|
320
|
+
[0, () => WorkloadConfiguration$]
|
|
316
321
|
];
|
|
317
|
-
exports.
|
|
322
|
+
exports.AddWorkloadResponse$ = AddWorkloadResponse$;
|
|
323
|
+
const ApplicationComponent$ = [3, n0, _AC,
|
|
318
324
|
0,
|
|
319
325
|
[_CN, _CR, _RT, _OT, _T, _Mo, _DW],
|
|
320
326
|
[0, 0, 0, 0, 0, 2, [2, n0, _DW, 0, 0, 128 | 0]]
|
|
321
327
|
];
|
|
322
|
-
exports.
|
|
328
|
+
exports.ApplicationComponent$ = ApplicationComponent$;
|
|
329
|
+
const ApplicationInfo$ = [3, n0, _AI,
|
|
323
330
|
0,
|
|
324
331
|
[_AIc, _RGN, _LC, _OISNSTA, _SNSNA, _OCE, _CWEME, _R, _ACE, _DT, _AMP],
|
|
325
332
|
[0, 0, 0, 0, 0, 2, 2, 0, 2, 0, 2]
|
|
326
333
|
];
|
|
327
|
-
exports.
|
|
334
|
+
exports.ApplicationInfo$ = ApplicationInfo$;
|
|
335
|
+
const ConfigurationEvent$ = [3, n0, _CE,
|
|
328
336
|
0,
|
|
329
337
|
[_RGN, _AIc, _MRARN, _ES, _ERT, _ET, _ED, _ERN],
|
|
330
338
|
[0, 0, 0, 0, 0, 4, 0, 0]
|
|
331
339
|
];
|
|
332
|
-
exports.
|
|
340
|
+
exports.ConfigurationEvent$ = ConfigurationEvent$;
|
|
341
|
+
const CreateApplicationRequest$ = [3, n0, _CAR,
|
|
333
342
|
0,
|
|
334
343
|
[_RGN, _OCE, _CWEME, _OISNSTA, _SNSNA, _Ta, _ACE, _ACu, _GT, _AMP],
|
|
335
344
|
[0, 2, 2, 0, 0, () => TagList, 2, 2, 0, 2]
|
|
336
345
|
];
|
|
337
|
-
exports.
|
|
346
|
+
exports.CreateApplicationRequest$ = CreateApplicationRequest$;
|
|
347
|
+
const CreateApplicationResponse$ = [3, n0, _CARr,
|
|
338
348
|
0,
|
|
339
349
|
[_AI],
|
|
340
|
-
[() =>
|
|
350
|
+
[() => ApplicationInfo$]
|
|
341
351
|
];
|
|
342
|
-
exports.
|
|
352
|
+
exports.CreateApplicationResponse$ = CreateApplicationResponse$;
|
|
353
|
+
const CreateComponentRequest$ = [3, n0, _CCR,
|
|
343
354
|
0,
|
|
344
355
|
[_RGN, _CN, _RL],
|
|
345
356
|
[0, 0, 64 | 0], 3
|
|
346
357
|
];
|
|
347
|
-
exports.
|
|
358
|
+
exports.CreateComponentRequest$ = CreateComponentRequest$;
|
|
359
|
+
const CreateComponentResponse$ = [3, n0, _CCRr,
|
|
348
360
|
0,
|
|
349
361
|
[],
|
|
350
362
|
[]
|
|
351
363
|
];
|
|
352
|
-
exports.
|
|
364
|
+
exports.CreateComponentResponse$ = CreateComponentResponse$;
|
|
365
|
+
const CreateLogPatternRequest$ = [3, n0, _CLPR,
|
|
353
366
|
0,
|
|
354
367
|
[_RGN, _PSN, _PN, _P, _Ra],
|
|
355
368
|
[0, 0, 0, 0, 1], 5
|
|
356
369
|
];
|
|
357
|
-
exports.
|
|
370
|
+
exports.CreateLogPatternRequest$ = CreateLogPatternRequest$;
|
|
371
|
+
const CreateLogPatternResponse$ = [3, n0, _CLPRr,
|
|
358
372
|
0,
|
|
359
373
|
[_LP, _RGN],
|
|
360
|
-
[() =>
|
|
374
|
+
[() => LogPattern$, 0]
|
|
361
375
|
];
|
|
362
|
-
exports.
|
|
376
|
+
exports.CreateLogPatternResponse$ = CreateLogPatternResponse$;
|
|
377
|
+
const DeleteApplicationRequest$ = [3, n0, _DAR,
|
|
363
378
|
0,
|
|
364
379
|
[_RGN],
|
|
365
380
|
[0], 1
|
|
366
381
|
];
|
|
367
|
-
exports.
|
|
382
|
+
exports.DeleteApplicationRequest$ = DeleteApplicationRequest$;
|
|
383
|
+
const DeleteApplicationResponse$ = [3, n0, _DARe,
|
|
368
384
|
0,
|
|
369
385
|
[],
|
|
370
386
|
[]
|
|
371
387
|
];
|
|
372
|
-
exports.
|
|
388
|
+
exports.DeleteApplicationResponse$ = DeleteApplicationResponse$;
|
|
389
|
+
const DeleteComponentRequest$ = [3, n0, _DCR,
|
|
373
390
|
0,
|
|
374
391
|
[_RGN, _CN],
|
|
375
392
|
[0, 0], 2
|
|
376
393
|
];
|
|
377
|
-
exports.
|
|
394
|
+
exports.DeleteComponentRequest$ = DeleteComponentRequest$;
|
|
395
|
+
const DeleteComponentResponse$ = [3, n0, _DCRe,
|
|
378
396
|
0,
|
|
379
397
|
[],
|
|
380
398
|
[]
|
|
381
399
|
];
|
|
382
|
-
exports.
|
|
400
|
+
exports.DeleteComponentResponse$ = DeleteComponentResponse$;
|
|
401
|
+
const DeleteLogPatternRequest$ = [3, n0, _DLPR,
|
|
383
402
|
0,
|
|
384
403
|
[_RGN, _PSN, _PN],
|
|
385
404
|
[0, 0, 0], 3
|
|
386
405
|
];
|
|
387
|
-
exports.
|
|
406
|
+
exports.DeleteLogPatternRequest$ = DeleteLogPatternRequest$;
|
|
407
|
+
const DeleteLogPatternResponse$ = [3, n0, _DLPRe,
|
|
388
408
|
0,
|
|
389
409
|
[],
|
|
390
410
|
[]
|
|
391
411
|
];
|
|
392
|
-
exports.
|
|
412
|
+
exports.DeleteLogPatternResponse$ = DeleteLogPatternResponse$;
|
|
413
|
+
const DescribeApplicationRequest$ = [3, n0, _DARes,
|
|
393
414
|
0,
|
|
394
415
|
[_RGN, _AIc],
|
|
395
416
|
[0, 0], 1
|
|
396
417
|
];
|
|
397
|
-
exports.
|
|
418
|
+
exports.DescribeApplicationRequest$ = DescribeApplicationRequest$;
|
|
419
|
+
const DescribeApplicationResponse$ = [3, n0, _DAResc,
|
|
398
420
|
0,
|
|
399
421
|
[_AI],
|
|
400
|
-
[() =>
|
|
422
|
+
[() => ApplicationInfo$]
|
|
401
423
|
];
|
|
402
|
-
exports.
|
|
424
|
+
exports.DescribeApplicationResponse$ = DescribeApplicationResponse$;
|
|
425
|
+
const DescribeComponentConfigurationRecommendationRequest$ = [3, n0, _DCCRR,
|
|
403
426
|
0,
|
|
404
427
|
[_RGN, _CN, _T, _WN, _RTe],
|
|
405
428
|
[0, 0, 0, 0, 0], 3
|
|
406
429
|
];
|
|
407
|
-
exports.
|
|
430
|
+
exports.DescribeComponentConfigurationRecommendationRequest$ = DescribeComponentConfigurationRecommendationRequest$;
|
|
431
|
+
const DescribeComponentConfigurationRecommendationResponse$ = [3, n0, _DCCRRe,
|
|
408
432
|
0,
|
|
409
433
|
[_CC],
|
|
410
434
|
[0]
|
|
411
435
|
];
|
|
412
|
-
exports.
|
|
436
|
+
exports.DescribeComponentConfigurationRecommendationResponse$ = DescribeComponentConfigurationRecommendationResponse$;
|
|
437
|
+
const DescribeComponentConfigurationRequest$ = [3, n0, _DCCR,
|
|
413
438
|
0,
|
|
414
439
|
[_RGN, _CN, _AIc],
|
|
415
440
|
[0, 0, 0], 2
|
|
416
441
|
];
|
|
417
|
-
exports.
|
|
442
|
+
exports.DescribeComponentConfigurationRequest$ = DescribeComponentConfigurationRequest$;
|
|
443
|
+
const DescribeComponentConfigurationResponse$ = [3, n0, _DCCRe,
|
|
418
444
|
0,
|
|
419
445
|
[_Mo, _T, _CC],
|
|
420
446
|
[2, 0, 0]
|
|
421
447
|
];
|
|
422
|
-
exports.
|
|
448
|
+
exports.DescribeComponentConfigurationResponse$ = DescribeComponentConfigurationResponse$;
|
|
449
|
+
const DescribeComponentRequest$ = [3, n0, _DCRes,
|
|
423
450
|
0,
|
|
424
451
|
[_RGN, _CN, _AIc],
|
|
425
452
|
[0, 0, 0], 2
|
|
426
453
|
];
|
|
427
|
-
exports.
|
|
454
|
+
exports.DescribeComponentRequest$ = DescribeComponentRequest$;
|
|
455
|
+
const DescribeComponentResponse$ = [3, n0, _DCResc,
|
|
428
456
|
0,
|
|
429
457
|
[_AC, _RL],
|
|
430
|
-
[() =>
|
|
458
|
+
[() => ApplicationComponent$, 64 | 0]
|
|
431
459
|
];
|
|
432
|
-
exports.
|
|
460
|
+
exports.DescribeComponentResponse$ = DescribeComponentResponse$;
|
|
461
|
+
const DescribeLogPatternRequest$ = [3, n0, _DLPRes,
|
|
433
462
|
0,
|
|
434
463
|
[_RGN, _PSN, _PN, _AIc],
|
|
435
464
|
[0, 0, 0, 0], 3
|
|
436
465
|
];
|
|
437
|
-
exports.
|
|
466
|
+
exports.DescribeLogPatternRequest$ = DescribeLogPatternRequest$;
|
|
467
|
+
const DescribeLogPatternResponse$ = [3, n0, _DLPResc,
|
|
438
468
|
0,
|
|
439
469
|
[_RGN, _AIc, _LP],
|
|
440
|
-
[0, 0, () =>
|
|
470
|
+
[0, 0, () => LogPattern$]
|
|
441
471
|
];
|
|
442
|
-
exports.
|
|
472
|
+
exports.DescribeLogPatternResponse$ = DescribeLogPatternResponse$;
|
|
473
|
+
const DescribeObservationRequest$ = [3, n0, _DOR,
|
|
443
474
|
0,
|
|
444
475
|
[_OI, _AIc],
|
|
445
476
|
[0, 0], 1
|
|
446
477
|
];
|
|
447
|
-
exports.
|
|
478
|
+
exports.DescribeObservationRequest$ = DescribeObservationRequest$;
|
|
479
|
+
const DescribeObservationResponse$ = [3, n0, _DORe,
|
|
448
480
|
0,
|
|
449
481
|
[_O],
|
|
450
|
-
[() =>
|
|
482
|
+
[() => Observation$]
|
|
451
483
|
];
|
|
452
|
-
exports.
|
|
484
|
+
exports.DescribeObservationResponse$ = DescribeObservationResponse$;
|
|
485
|
+
const DescribeProblemObservationsRequest$ = [3, n0, _DPOR,
|
|
453
486
|
0,
|
|
454
487
|
[_PI, _AIc],
|
|
455
488
|
[0, 0], 1
|
|
456
489
|
];
|
|
457
|
-
exports.
|
|
490
|
+
exports.DescribeProblemObservationsRequest$ = DescribeProblemObservationsRequest$;
|
|
491
|
+
const DescribeProblemObservationsResponse$ = [3, n0, _DPORe,
|
|
458
492
|
0,
|
|
459
493
|
[_RO],
|
|
460
|
-
[() =>
|
|
494
|
+
[() => RelatedObservations$]
|
|
461
495
|
];
|
|
462
|
-
exports.
|
|
496
|
+
exports.DescribeProblemObservationsResponse$ = DescribeProblemObservationsResponse$;
|
|
497
|
+
const DescribeProblemRequest$ = [3, n0, _DPR,
|
|
463
498
|
0,
|
|
464
499
|
[_PI, _AIc],
|
|
465
500
|
[0, 0], 1
|
|
466
501
|
];
|
|
467
|
-
exports.
|
|
502
|
+
exports.DescribeProblemRequest$ = DescribeProblemRequest$;
|
|
503
|
+
const DescribeProblemResponse$ = [3, n0, _DPRe,
|
|
468
504
|
0,
|
|
469
505
|
[_Pr, _SNSNA],
|
|
470
|
-
[() =>
|
|
506
|
+
[() => Problem$, 0]
|
|
471
507
|
];
|
|
472
|
-
exports.
|
|
508
|
+
exports.DescribeProblemResponse$ = DescribeProblemResponse$;
|
|
509
|
+
const DescribeWorkloadRequest$ = [3, n0, _DWR,
|
|
473
510
|
0,
|
|
474
511
|
[_RGN, _CN, _WI, _AIc],
|
|
475
512
|
[0, 0, 0, 0], 3
|
|
476
513
|
];
|
|
477
|
-
exports.
|
|
514
|
+
exports.DescribeWorkloadRequest$ = DescribeWorkloadRequest$;
|
|
515
|
+
const DescribeWorkloadResponse$ = [3, n0, _DWRe,
|
|
478
516
|
0,
|
|
479
517
|
[_WI, _WR, _WC],
|
|
480
|
-
[0, 0, () =>
|
|
518
|
+
[0, 0, () => WorkloadConfiguration$]
|
|
481
519
|
];
|
|
482
|
-
exports.
|
|
520
|
+
exports.DescribeWorkloadResponse$ = DescribeWorkloadResponse$;
|
|
521
|
+
const ListApplicationsRequest$ = [3, n0, _LAR,
|
|
483
522
|
0,
|
|
484
523
|
[_MR, _NT, _AIc],
|
|
485
524
|
[1, 0, 0]
|
|
486
525
|
];
|
|
487
|
-
exports.
|
|
526
|
+
exports.ListApplicationsRequest$ = ListApplicationsRequest$;
|
|
527
|
+
const ListApplicationsResponse$ = [3, n0, _LARi,
|
|
488
528
|
0,
|
|
489
529
|
[_AIL, _NT],
|
|
490
530
|
[() => ApplicationInfoList, 0]
|
|
491
531
|
];
|
|
492
|
-
exports.
|
|
532
|
+
exports.ListApplicationsResponse$ = ListApplicationsResponse$;
|
|
533
|
+
const ListComponentsRequest$ = [3, n0, _LCR,
|
|
493
534
|
0,
|
|
494
535
|
[_RGN, _MR, _NT, _AIc],
|
|
495
536
|
[0, 1, 0, 0], 1
|
|
496
537
|
];
|
|
497
|
-
exports.
|
|
538
|
+
exports.ListComponentsRequest$ = ListComponentsRequest$;
|
|
539
|
+
const ListComponentsResponse$ = [3, n0, _LCRi,
|
|
498
540
|
0,
|
|
499
541
|
[_ACL, _NT],
|
|
500
542
|
[() => ApplicationComponentList, 0]
|
|
501
543
|
];
|
|
502
|
-
exports.
|
|
544
|
+
exports.ListComponentsResponse$ = ListComponentsResponse$;
|
|
545
|
+
const ListConfigurationHistoryRequest$ = [3, n0, _LCHR,
|
|
503
546
|
0,
|
|
504
547
|
[_RGN, _ST, _ETn, _ES, _MR, _NT, _AIc],
|
|
505
548
|
[0, 4, 4, 0, 1, 0, 0]
|
|
506
549
|
];
|
|
507
|
-
exports.
|
|
550
|
+
exports.ListConfigurationHistoryRequest$ = ListConfigurationHistoryRequest$;
|
|
551
|
+
const ListConfigurationHistoryResponse$ = [3, n0, _LCHRi,
|
|
508
552
|
0,
|
|
509
553
|
[_EL, _NT],
|
|
510
554
|
[() => ConfigurationEventList, 0]
|
|
511
555
|
];
|
|
512
|
-
exports.
|
|
556
|
+
exports.ListConfigurationHistoryResponse$ = ListConfigurationHistoryResponse$;
|
|
557
|
+
const ListLogPatternSetsRequest$ = [3, n0, _LLPSR,
|
|
513
558
|
0,
|
|
514
559
|
[_RGN, _MR, _NT, _AIc],
|
|
515
560
|
[0, 1, 0, 0], 1
|
|
516
561
|
];
|
|
517
|
-
exports.
|
|
562
|
+
exports.ListLogPatternSetsRequest$ = ListLogPatternSetsRequest$;
|
|
563
|
+
const ListLogPatternSetsResponse$ = [3, n0, _LLPSRi,
|
|
518
564
|
0,
|
|
519
565
|
[_RGN, _AIc, _LPS, _NT],
|
|
520
566
|
[0, 0, 64 | 0, 0]
|
|
521
567
|
];
|
|
522
|
-
exports.
|
|
568
|
+
exports.ListLogPatternSetsResponse$ = ListLogPatternSetsResponse$;
|
|
569
|
+
const ListLogPatternsRequest$ = [3, n0, _LLPR,
|
|
523
570
|
0,
|
|
524
571
|
[_RGN, _PSN, _MR, _NT, _AIc],
|
|
525
572
|
[0, 0, 1, 0, 0], 1
|
|
526
573
|
];
|
|
527
|
-
exports.
|
|
574
|
+
exports.ListLogPatternsRequest$ = ListLogPatternsRequest$;
|
|
575
|
+
const ListLogPatternsResponse$ = [3, n0, _LLPRi,
|
|
528
576
|
0,
|
|
529
577
|
[_RGN, _AIc, _LPo, _NT],
|
|
530
578
|
[0, 0, () => LogPatternList, 0]
|
|
531
579
|
];
|
|
532
|
-
exports.
|
|
580
|
+
exports.ListLogPatternsResponse$ = ListLogPatternsResponse$;
|
|
581
|
+
const ListProblemsRequest$ = [3, n0, _LPR,
|
|
533
582
|
0,
|
|
534
583
|
[_AIc, _RGN, _ST, _ETn, _MR, _NT, _CN, _V],
|
|
535
584
|
[0, 0, 4, 4, 1, 0, 0, 0]
|
|
536
585
|
];
|
|
537
|
-
exports.
|
|
586
|
+
exports.ListProblemsRequest$ = ListProblemsRequest$;
|
|
587
|
+
const ListProblemsResponse$ = [3, n0, _LPRi,
|
|
538
588
|
0,
|
|
539
589
|
[_PL, _NT, _RGN, _AIc],
|
|
540
590
|
[() => ProblemList, 0, 0, 0]
|
|
541
591
|
];
|
|
542
|
-
exports.
|
|
592
|
+
exports.ListProblemsResponse$ = ListProblemsResponse$;
|
|
593
|
+
const ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
543
594
|
0,
|
|
544
595
|
[_RARN],
|
|
545
596
|
[0], 1
|
|
546
597
|
];
|
|
547
|
-
exports.
|
|
598
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
599
|
+
const ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
548
600
|
0,
|
|
549
601
|
[_Ta],
|
|
550
602
|
[() => TagList]
|
|
551
603
|
];
|
|
552
|
-
exports.
|
|
604
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
605
|
+
const ListWorkloadsRequest$ = [3, n0, _LWR,
|
|
553
606
|
0,
|
|
554
607
|
[_RGN, _CN, _MR, _NT, _AIc],
|
|
555
608
|
[0, 0, 1, 0, 0], 2
|
|
556
609
|
];
|
|
557
|
-
exports.
|
|
610
|
+
exports.ListWorkloadsRequest$ = ListWorkloadsRequest$;
|
|
611
|
+
const ListWorkloadsResponse$ = [3, n0, _LWRi,
|
|
558
612
|
0,
|
|
559
613
|
[_WL, _NT],
|
|
560
614
|
[() => WorkloadList, 0]
|
|
561
615
|
];
|
|
562
|
-
exports.
|
|
616
|
+
exports.ListWorkloadsResponse$ = ListWorkloadsResponse$;
|
|
617
|
+
const LogPattern$ = [3, n0, _LP,
|
|
563
618
|
0,
|
|
564
619
|
[_PSN, _PN, _P, _Ra],
|
|
565
620
|
[0, 0, 0, 1]
|
|
566
621
|
];
|
|
567
|
-
exports.
|
|
622
|
+
exports.LogPattern$ = LogPattern$;
|
|
623
|
+
const Observation$ = [3, n0, _O,
|
|
568
624
|
0,
|
|
569
625
|
[_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
626
|
[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
627
|
];
|
|
572
|
-
exports.
|
|
628
|
+
exports.Observation$ = Observation$;
|
|
629
|
+
const Problem$ = [3, n0, _Pr,
|
|
573
630
|
0,
|
|
574
631
|
[_I, _Ti, _SN, _In, _S, _AR, _ST, _ETn, _SL, _AIc, _RGN, _F, _RC, _LRT, _V, _RM],
|
|
575
632
|
[0, 0, 0, 0, 0, 0, 4, 4, 0, 0, 0, 128 | 0, 1, 4, 0, 0]
|
|
576
633
|
];
|
|
577
|
-
exports.
|
|
634
|
+
exports.Problem$ = Problem$;
|
|
635
|
+
const RelatedObservations$ = [3, n0, _RO,
|
|
578
636
|
0,
|
|
579
637
|
[_OL],
|
|
580
638
|
[() => ObservationList]
|
|
581
639
|
];
|
|
582
|
-
exports.
|
|
640
|
+
exports.RelatedObservations$ = RelatedObservations$;
|
|
641
|
+
const RemoveWorkloadRequest$ = [3, n0, _RWR,
|
|
583
642
|
0,
|
|
584
643
|
[_RGN, _CN, _WI],
|
|
585
644
|
[0, 0, 0], 3
|
|
586
645
|
];
|
|
587
|
-
exports.
|
|
646
|
+
exports.RemoveWorkloadRequest$ = RemoveWorkloadRequest$;
|
|
647
|
+
const RemoveWorkloadResponse$ = [3, n0, _RWRe,
|
|
588
648
|
0,
|
|
589
649
|
[],
|
|
590
650
|
[]
|
|
591
651
|
];
|
|
592
|
-
exports.
|
|
652
|
+
exports.RemoveWorkloadResponse$ = RemoveWorkloadResponse$;
|
|
653
|
+
const Tag$ = [3, n0, _Tag,
|
|
593
654
|
0,
|
|
594
655
|
[_K, _Va],
|
|
595
656
|
[0, 0], 2
|
|
596
657
|
];
|
|
597
|
-
exports.
|
|
658
|
+
exports.Tag$ = Tag$;
|
|
659
|
+
const TagResourceRequest$ = [3, n0, _TRR,
|
|
598
660
|
0,
|
|
599
661
|
[_RARN, _Ta],
|
|
600
662
|
[0, () => TagList], 2
|
|
601
663
|
];
|
|
602
|
-
exports.
|
|
664
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
665
|
+
const TagResourceResponse$ = [3, n0, _TRRa,
|
|
603
666
|
0,
|
|
604
667
|
[],
|
|
605
668
|
[]
|
|
606
669
|
];
|
|
607
|
-
exports.
|
|
670
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
671
|
+
const UntagResourceRequest$ = [3, n0, _URR,
|
|
608
672
|
0,
|
|
609
673
|
[_RARN, _TK],
|
|
610
674
|
[0, 64 | 0], 2
|
|
611
675
|
];
|
|
612
|
-
exports.
|
|
676
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
677
|
+
const UntagResourceResponse$ = [3, n0, _URRn,
|
|
613
678
|
0,
|
|
614
679
|
[],
|
|
615
680
|
[]
|
|
616
681
|
];
|
|
617
|
-
exports.
|
|
682
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
683
|
+
const UpdateApplicationRequest$ = [3, n0, _UAR,
|
|
618
684
|
0,
|
|
619
685
|
[_RGN, _OCE, _CWEME, _OISNSTA, _SNSNA, _RSNST, _ACE, _AMP],
|
|
620
686
|
[0, 2, 2, 0, 0, 2, 2, 2], 1
|
|
621
687
|
];
|
|
622
|
-
exports.
|
|
688
|
+
exports.UpdateApplicationRequest$ = UpdateApplicationRequest$;
|
|
689
|
+
const UpdateApplicationResponse$ = [3, n0, _UARp,
|
|
623
690
|
0,
|
|
624
691
|
[_AI],
|
|
625
|
-
[() =>
|
|
692
|
+
[() => ApplicationInfo$]
|
|
626
693
|
];
|
|
627
|
-
exports.
|
|
694
|
+
exports.UpdateApplicationResponse$ = UpdateApplicationResponse$;
|
|
695
|
+
const UpdateComponentConfigurationRequest$ = [3, n0, _UCCR,
|
|
628
696
|
0,
|
|
629
697
|
[_RGN, _CN, _Mo, _T, _CC, _ACE],
|
|
630
698
|
[0, 0, 2, 0, 0, 2], 2
|
|
631
699
|
];
|
|
632
|
-
exports.
|
|
700
|
+
exports.UpdateComponentConfigurationRequest$ = UpdateComponentConfigurationRequest$;
|
|
701
|
+
const UpdateComponentConfigurationResponse$ = [3, n0, _UCCRp,
|
|
633
702
|
0,
|
|
634
703
|
[],
|
|
635
704
|
[]
|
|
636
705
|
];
|
|
637
|
-
exports.
|
|
706
|
+
exports.UpdateComponentConfigurationResponse$ = UpdateComponentConfigurationResponse$;
|
|
707
|
+
const UpdateComponentRequest$ = [3, n0, _UCR,
|
|
638
708
|
0,
|
|
639
709
|
[_RGN, _CN, _NCN, _RL],
|
|
640
710
|
[0, 0, 0, 64 | 0], 2
|
|
641
711
|
];
|
|
642
|
-
exports.
|
|
712
|
+
exports.UpdateComponentRequest$ = UpdateComponentRequest$;
|
|
713
|
+
const UpdateComponentResponse$ = [3, n0, _UCRp,
|
|
643
714
|
0,
|
|
644
715
|
[],
|
|
645
716
|
[]
|
|
646
717
|
];
|
|
647
|
-
exports.
|
|
718
|
+
exports.UpdateComponentResponse$ = UpdateComponentResponse$;
|
|
719
|
+
const UpdateLogPatternRequest$ = [3, n0, _ULPR,
|
|
648
720
|
0,
|
|
649
721
|
[_RGN, _PSN, _PN, _P, _Ra],
|
|
650
722
|
[0, 0, 0, 0, 1], 3
|
|
651
723
|
];
|
|
652
|
-
exports.
|
|
724
|
+
exports.UpdateLogPatternRequest$ = UpdateLogPatternRequest$;
|
|
725
|
+
const UpdateLogPatternResponse$ = [3, n0, _ULPRp,
|
|
653
726
|
0,
|
|
654
727
|
[_RGN, _LP],
|
|
655
|
-
[0, () =>
|
|
728
|
+
[0, () => LogPattern$]
|
|
656
729
|
];
|
|
657
|
-
exports.
|
|
730
|
+
exports.UpdateLogPatternResponse$ = UpdateLogPatternResponse$;
|
|
731
|
+
const UpdateProblemRequest$ = [3, n0, _UPR,
|
|
658
732
|
0,
|
|
659
733
|
[_PI, _US, _V],
|
|
660
734
|
[0, 0, 0], 1
|
|
661
735
|
];
|
|
662
|
-
exports.
|
|
736
|
+
exports.UpdateProblemRequest$ = UpdateProblemRequest$;
|
|
737
|
+
const UpdateProblemResponse$ = [3, n0, _UPRp,
|
|
663
738
|
0,
|
|
664
739
|
[],
|
|
665
740
|
[]
|
|
666
741
|
];
|
|
667
|
-
exports.
|
|
742
|
+
exports.UpdateProblemResponse$ = UpdateProblemResponse$;
|
|
743
|
+
const UpdateWorkloadRequest$ = [3, n0, _UWR,
|
|
668
744
|
0,
|
|
669
745
|
[_RGN, _CN, _WC, _WI],
|
|
670
|
-
[0, 0, () =>
|
|
746
|
+
[0, 0, () => WorkloadConfiguration$, 0], 3
|
|
671
747
|
];
|
|
672
|
-
exports.
|
|
748
|
+
exports.UpdateWorkloadRequest$ = UpdateWorkloadRequest$;
|
|
749
|
+
const UpdateWorkloadResponse$ = [3, n0, _UWRp,
|
|
673
750
|
0,
|
|
674
751
|
[_WI, _WC],
|
|
675
|
-
[0, () =>
|
|
752
|
+
[0, () => WorkloadConfiguration$]
|
|
676
753
|
];
|
|
677
|
-
exports.
|
|
754
|
+
exports.UpdateWorkloadResponse$ = UpdateWorkloadResponse$;
|
|
755
|
+
const Workload$ = [3, n0, _W,
|
|
678
756
|
0,
|
|
679
757
|
[_WI, _CN, _WN, _T, _WR, _MWC],
|
|
680
758
|
[0, 0, 0, 0, 0, 2]
|
|
681
759
|
];
|
|
682
|
-
exports.
|
|
760
|
+
exports.Workload$ = Workload$;
|
|
761
|
+
const WorkloadConfiguration$ = [3, n0, _WC,
|
|
683
762
|
0,
|
|
684
763
|
[_WN, _T, _C],
|
|
685
764
|
[0, 0, 0]
|
|
686
765
|
];
|
|
766
|
+
exports.WorkloadConfiguration$ = WorkloadConfiguration$;
|
|
687
767
|
var ApplicationComponentList = [1, n0, _ACL,
|
|
688
|
-
0, () =>
|
|
768
|
+
0, () => ApplicationComponent$
|
|
689
769
|
];
|
|
690
770
|
var ApplicationInfoList = [1, n0, _AIL,
|
|
691
|
-
0, () =>
|
|
771
|
+
0, () => ApplicationInfo$
|
|
692
772
|
];
|
|
693
773
|
var ConfigurationEventList = [1, n0, _CEL,
|
|
694
|
-
0, () =>
|
|
774
|
+
0, () => ConfigurationEvent$
|
|
695
775
|
];
|
|
696
776
|
var LogPatternList = [1, n0, _LPL,
|
|
697
|
-
0, () =>
|
|
777
|
+
0, () => LogPattern$
|
|
698
778
|
];
|
|
699
779
|
var LogPatternSetList = 64 | 0;
|
|
700
780
|
var ObservationList = [1, n0, _OL,
|
|
701
|
-
0, () =>
|
|
781
|
+
0, () => Observation$
|
|
702
782
|
];
|
|
703
783
|
var ProblemList = [1, n0, _PL,
|
|
704
|
-
0, () =>
|
|
784
|
+
0, () => Problem$
|
|
705
785
|
];
|
|
706
786
|
var ResourceList = 64 | 0;
|
|
707
787
|
var TagKeyList = 64 | 0;
|
|
708
788
|
var TagList = [1, n0, _TL,
|
|
709
|
-
0, () =>
|
|
789
|
+
0, () => Tag$
|
|
710
790
|
];
|
|
711
791
|
var WorkloadList = [1, n0, _WL,
|
|
712
|
-
0, () =>
|
|
792
|
+
0, () => Workload$
|
|
713
793
|
];
|
|
714
794
|
var DetectedWorkload = [2, n0, _DW,
|
|
715
795
|
0, 0, 128 | 0
|
|
@@ -717,101 +797,101 @@ var DetectedWorkload = [2, n0, _DW,
|
|
|
717
797
|
var Feedback = 128 | 0;
|
|
718
798
|
var WorkloadMetaData = 128 | 0;
|
|
719
799
|
exports.AddWorkload$ = [9, n0, _AW,
|
|
720
|
-
0, () =>
|
|
800
|
+
0, () => AddWorkloadRequest$, () => AddWorkloadResponse$
|
|
721
801
|
];
|
|
722
802
|
exports.CreateApplication$ = [9, n0, _CA,
|
|
723
|
-
0, () =>
|
|
803
|
+
0, () => CreateApplicationRequest$, () => CreateApplicationResponse$
|
|
724
804
|
];
|
|
725
805
|
exports.CreateComponent$ = [9, n0, _CCr,
|
|
726
|
-
0, () =>
|
|
806
|
+
0, () => CreateComponentRequest$, () => CreateComponentResponse$
|
|
727
807
|
];
|
|
728
808
|
exports.CreateLogPattern$ = [9, n0, _CLP,
|
|
729
|
-
0, () =>
|
|
809
|
+
0, () => CreateLogPatternRequest$, () => CreateLogPatternResponse$
|
|
730
810
|
];
|
|
731
811
|
exports.DeleteApplication$ = [9, n0, _DA,
|
|
732
|
-
0, () =>
|
|
812
|
+
0, () => DeleteApplicationRequest$, () => DeleteApplicationResponse$
|
|
733
813
|
];
|
|
734
814
|
exports.DeleteComponent$ = [9, n0, _DC,
|
|
735
|
-
0, () =>
|
|
815
|
+
0, () => DeleteComponentRequest$, () => DeleteComponentResponse$
|
|
736
816
|
];
|
|
737
817
|
exports.DeleteLogPattern$ = [9, n0, _DLP,
|
|
738
|
-
0, () =>
|
|
818
|
+
0, () => DeleteLogPatternRequest$, () => DeleteLogPatternResponse$
|
|
739
819
|
];
|
|
740
820
|
exports.DescribeApplication$ = [9, n0, _DAe,
|
|
741
|
-
0, () =>
|
|
821
|
+
0, () => DescribeApplicationRequest$, () => DescribeApplicationResponse$
|
|
742
822
|
];
|
|
743
823
|
exports.DescribeComponent$ = [9, n0, _DCe,
|
|
744
|
-
0, () =>
|
|
824
|
+
0, () => DescribeComponentRequest$, () => DescribeComponentResponse$
|
|
745
825
|
];
|
|
746
826
|
exports.DescribeComponentConfiguration$ = [9, n0, _DCC,
|
|
747
|
-
0, () =>
|
|
827
|
+
0, () => DescribeComponentConfigurationRequest$, () => DescribeComponentConfigurationResponse$
|
|
748
828
|
];
|
|
749
829
|
exports.DescribeComponentConfigurationRecommendation$ = [9, n0, _DCCRes,
|
|
750
|
-
0, () =>
|
|
830
|
+
0, () => DescribeComponentConfigurationRecommendationRequest$, () => DescribeComponentConfigurationRecommendationResponse$
|
|
751
831
|
];
|
|
752
832
|
exports.DescribeLogPattern$ = [9, n0, _DLPe,
|
|
753
|
-
0, () =>
|
|
833
|
+
0, () => DescribeLogPatternRequest$, () => DescribeLogPatternResponse$
|
|
754
834
|
];
|
|
755
835
|
exports.DescribeObservation$ = [9, n0, _DO,
|
|
756
|
-
0, () =>
|
|
836
|
+
0, () => DescribeObservationRequest$, () => DescribeObservationResponse$
|
|
757
837
|
];
|
|
758
838
|
exports.DescribeProblem$ = [9, n0, _DP,
|
|
759
|
-
0, () =>
|
|
839
|
+
0, () => DescribeProblemRequest$, () => DescribeProblemResponse$
|
|
760
840
|
];
|
|
761
841
|
exports.DescribeProblemObservations$ = [9, n0, _DPO,
|
|
762
|
-
0, () =>
|
|
842
|
+
0, () => DescribeProblemObservationsRequest$, () => DescribeProblemObservationsResponse$
|
|
763
843
|
];
|
|
764
844
|
exports.DescribeWorkload$ = [9, n0, _DWe,
|
|
765
|
-
0, () =>
|
|
845
|
+
0, () => DescribeWorkloadRequest$, () => DescribeWorkloadResponse$
|
|
766
846
|
];
|
|
767
847
|
exports.ListApplications$ = [9, n0, _LA,
|
|
768
|
-
0, () =>
|
|
848
|
+
0, () => ListApplicationsRequest$, () => ListApplicationsResponse$
|
|
769
849
|
];
|
|
770
850
|
exports.ListComponents$ = [9, n0, _LCi,
|
|
771
|
-
0, () =>
|
|
851
|
+
0, () => ListComponentsRequest$, () => ListComponentsResponse$
|
|
772
852
|
];
|
|
773
853
|
exports.ListConfigurationHistory$ = [9, n0, _LCH,
|
|
774
|
-
0, () =>
|
|
854
|
+
0, () => ListConfigurationHistoryRequest$, () => ListConfigurationHistoryResponse$
|
|
775
855
|
];
|
|
776
856
|
exports.ListLogPatterns$ = [9, n0, _LLP,
|
|
777
|
-
0, () =>
|
|
857
|
+
0, () => ListLogPatternsRequest$, () => ListLogPatternsResponse$
|
|
778
858
|
];
|
|
779
859
|
exports.ListLogPatternSets$ = [9, n0, _LLPS,
|
|
780
|
-
0, () =>
|
|
860
|
+
0, () => ListLogPatternSetsRequest$, () => ListLogPatternSetsResponse$
|
|
781
861
|
];
|
|
782
862
|
exports.ListProblems$ = [9, n0, _LPi,
|
|
783
|
-
0, () =>
|
|
863
|
+
0, () => ListProblemsRequest$, () => ListProblemsResponse$
|
|
784
864
|
];
|
|
785
865
|
exports.ListTagsForResource$ = [9, n0, _LTFR,
|
|
786
|
-
0, () =>
|
|
866
|
+
0, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
787
867
|
];
|
|
788
868
|
exports.ListWorkloads$ = [9, n0, _LW,
|
|
789
|
-
0, () =>
|
|
869
|
+
0, () => ListWorkloadsRequest$, () => ListWorkloadsResponse$
|
|
790
870
|
];
|
|
791
871
|
exports.RemoveWorkload$ = [9, n0, _RW,
|
|
792
|
-
0, () =>
|
|
872
|
+
0, () => RemoveWorkloadRequest$, () => RemoveWorkloadResponse$
|
|
793
873
|
];
|
|
794
874
|
exports.TagResource$ = [9, n0, _TR,
|
|
795
|
-
0, () =>
|
|
875
|
+
0, () => TagResourceRequest$, () => TagResourceResponse$
|
|
796
876
|
];
|
|
797
877
|
exports.UntagResource$ = [9, n0, _UR,
|
|
798
|
-
0, () =>
|
|
878
|
+
0, () => UntagResourceRequest$, () => UntagResourceResponse$
|
|
799
879
|
];
|
|
800
880
|
exports.UpdateApplication$ = [9, n0, _UA,
|
|
801
|
-
0, () =>
|
|
881
|
+
0, () => UpdateApplicationRequest$, () => UpdateApplicationResponse$
|
|
802
882
|
];
|
|
803
883
|
exports.UpdateComponent$ = [9, n0, _UC,
|
|
804
|
-
0, () =>
|
|
884
|
+
0, () => UpdateComponentRequest$, () => UpdateComponentResponse$
|
|
805
885
|
];
|
|
806
886
|
exports.UpdateComponentConfiguration$ = [9, n0, _UCC,
|
|
807
|
-
0, () =>
|
|
887
|
+
0, () => UpdateComponentConfigurationRequest$, () => UpdateComponentConfigurationResponse$
|
|
808
888
|
];
|
|
809
889
|
exports.UpdateLogPattern$ = [9, n0, _ULP,
|
|
810
|
-
0, () =>
|
|
890
|
+
0, () => UpdateLogPatternRequest$, () => UpdateLogPatternResponse$
|
|
811
891
|
];
|
|
812
892
|
exports.UpdateProblem$ = [9, n0, _UP,
|
|
813
|
-
0, () =>
|
|
893
|
+
0, () => UpdateProblemRequest$, () => UpdateProblemResponse$
|
|
814
894
|
];
|
|
815
895
|
exports.UpdateWorkload$ = [9, n0, _UW,
|
|
816
|
-
0, () =>
|
|
896
|
+
0, () => UpdateWorkloadRequest$, () => UpdateWorkloadResponse$
|
|
817
897
|
];
|