@aws-sdk/client-devops-guru 3.948.0 → 3.953.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 +647 -451
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/AddNotificationChannelCommand.js +2 -2
- package/dist-es/commands/DeleteInsightCommand.js +2 -2
- package/dist-es/commands/DescribeAccountHealthCommand.js +2 -2
- package/dist-es/commands/DescribeAccountOverviewCommand.js +2 -2
- package/dist-es/commands/DescribeAnomalyCommand.js +2 -2
- package/dist-es/commands/DescribeEventSourcesConfigCommand.js +2 -2
- package/dist-es/commands/DescribeFeedbackCommand.js +2 -2
- package/dist-es/commands/DescribeInsightCommand.js +2 -2
- package/dist-es/commands/DescribeOrganizationHealthCommand.js +2 -2
- package/dist-es/commands/DescribeOrganizationOverviewCommand.js +2 -2
- package/dist-es/commands/DescribeOrganizationResourceCollectionHealthCommand.js +2 -2
- package/dist-es/commands/DescribeResourceCollectionHealthCommand.js +2 -2
- package/dist-es/commands/DescribeServiceIntegrationCommand.js +2 -2
- package/dist-es/commands/GetCostEstimationCommand.js +2 -2
- package/dist-es/commands/GetResourceCollectionCommand.js +2 -2
- package/dist-es/commands/ListAnomaliesForInsightCommand.js +2 -2
- package/dist-es/commands/ListAnomalousLogGroupsCommand.js +2 -2
- package/dist-es/commands/ListEventsCommand.js +2 -2
- package/dist-es/commands/ListInsightsCommand.js +2 -2
- package/dist-es/commands/ListMonitoredResourcesCommand.js +2 -2
- package/dist-es/commands/ListNotificationChannelsCommand.js +2 -2
- package/dist-es/commands/ListOrganizationInsightsCommand.js +2 -2
- package/dist-es/commands/ListRecommendationsCommand.js +2 -2
- package/dist-es/commands/PutFeedbackCommand.js +2 -2
- package/dist-es/commands/RemoveNotificationChannelCommand.js +2 -2
- package/dist-es/commands/SearchInsightsCommand.js +2 -2
- package/dist-es/commands/SearchOrganizationInsightsCommand.js +2 -2
- package/dist-es/commands/StartCostEstimationCommand.js +2 -2
- package/dist-es/commands/UpdateEventSourcesConfigCommand.js +2 -2
- package/dist-es/commands/UpdateResourceCollectionCommand.js +2 -2
- package/dist-es/commands/UpdateServiceIntegrationCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +428 -425
- package/dist-types/DevOpsGuruClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +194 -250
- package/dist-types/ts3.4/DevOpsGuruClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +193 -250
- package/package.json +34 -34
|
@@ -377,23 +377,23 @@ const _s = "server";
|
|
|
377
377
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.devopsguru";
|
|
378
378
|
const n0 = "com.amazonaws.devopsguru";
|
|
379
379
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
380
|
-
import { DevOpsGuruServiceException
|
|
381
|
-
import { AccessDeniedException
|
|
382
|
-
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
383
|
-
TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
384
|
-
export var AccountHealth = [3, n0, _AH, 0, [_AI, _I], [0, () => AccountInsightHealth]];
|
|
385
|
-
export var AccountInsightHealth = [3, n0, _AIH, 0, [_OPI, _ORI], [1, 1]];
|
|
386
|
-
export var AddNotificationChannelRequest = [
|
|
380
|
+
import { DevOpsGuruServiceException } from "../models/DevOpsGuruServiceException";
|
|
381
|
+
import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
|
|
382
|
+
export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
383
|
+
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
384
|
+
export var AccountHealth$ = [3, n0, _AH, 0, [_AI, _I], [0, () => AccountInsightHealth$]];
|
|
385
|
+
export var AccountInsightHealth$ = [3, n0, _AIH, 0, [_OPI, _ORI], [1, 1]];
|
|
386
|
+
export var AddNotificationChannelRequest$ = [
|
|
387
387
|
3,
|
|
388
388
|
n0,
|
|
389
389
|
_ANCR,
|
|
390
390
|
0,
|
|
391
391
|
[_C],
|
|
392
|
-
[() => NotificationChannelConfig],
|
|
392
|
+
[() => NotificationChannelConfig$],
|
|
393
393
|
];
|
|
394
|
-
export var AddNotificationChannelResponse = [3, n0, _ANCRd, 0, [_Id], [0]];
|
|
395
|
-
export var AmazonCodeGuruProfilerIntegration = [3, n0, _ACGPI, 0, [_S], [0]];
|
|
396
|
-
export var AnomalousLogGroup = [
|
|
394
|
+
export var AddNotificationChannelResponse$ = [3, n0, _ANCRd, 0, [_Id], [0]];
|
|
395
|
+
export var AmazonCodeGuruProfilerIntegration$ = [3, n0, _ACGPI, 0, [_S], [0]];
|
|
396
|
+
export var AnomalousLogGroup$ = [
|
|
397
397
|
3,
|
|
398
398
|
n0,
|
|
399
399
|
_ALG,
|
|
@@ -401,9 +401,9 @@ export var AnomalousLogGroup = [
|
|
|
401
401
|
[_LGN, _IST, _IET, _NOLLS, _LAS],
|
|
402
402
|
[0, 4, 4, 1, () => LogAnomalyShowcases],
|
|
403
403
|
];
|
|
404
|
-
export var AnomalyReportedTimeRange = [3, n0, _ARTR, 0, [_OT, _CT], [4, 4]];
|
|
405
|
-
export var AnomalyResource = [3, n0, _AR, 0, [_N, _T], [0, 0]];
|
|
406
|
-
export var AnomalySourceDetails = [
|
|
404
|
+
export var AnomalyReportedTimeRange$ = [3, n0, _ARTR, 0, [_OT, _CT], [4, 4]];
|
|
405
|
+
export var AnomalyResource$ = [3, n0, _AR, 0, [_N, _T], [0, 0]];
|
|
406
|
+
export var AnomalySourceDetails$ = [
|
|
407
407
|
3,
|
|
408
408
|
n0,
|
|
409
409
|
_ASD,
|
|
@@ -411,11 +411,11 @@ export var AnomalySourceDetails = [
|
|
|
411
411
|
[_CWM, _PIM],
|
|
412
412
|
[() => CloudWatchMetricsDetails, () => PerformanceInsightsMetricsDetails],
|
|
413
413
|
];
|
|
414
|
-
export var AnomalySourceMetadata = [3, n0, _ASM, 0, [_So, _SRN, _SRT], [0, 0, 0]];
|
|
415
|
-
export var AnomalyTimeRange = [3, n0, _ATR, 0, [_ST, _ET], [4, 4]];
|
|
416
|
-
export var CloudFormationCollection = [3, n0, _CFC, 0, [_SN], [64 | 0]];
|
|
417
|
-
export var CloudFormationCollectionFilter = [3, n0, _CFCF, 0, [_SN], [64 | 0]];
|
|
418
|
-
export var CloudFormationCostEstimationResourceCollectionFilter = [
|
|
414
|
+
export var AnomalySourceMetadata$ = [3, n0, _ASM, 0, [_So, _SRN, _SRT], [0, 0, 0]];
|
|
415
|
+
export var AnomalyTimeRange$ = [3, n0, _ATR, 0, [_ST, _ET], [4, 4]];
|
|
416
|
+
export var CloudFormationCollection$ = [3, n0, _CFC, 0, [_SN], [64 | 0]];
|
|
417
|
+
export var CloudFormationCollectionFilter$ = [3, n0, _CFCF, 0, [_SN], [64 | 0]];
|
|
418
|
+
export var CloudFormationCostEstimationResourceCollectionFilter$ = [
|
|
419
419
|
3,
|
|
420
420
|
n0,
|
|
421
421
|
_CFCERCF,
|
|
@@ -423,15 +423,15 @@ export var CloudFormationCostEstimationResourceCollectionFilter = [
|
|
|
423
423
|
[_SN],
|
|
424
424
|
[64 | 0],
|
|
425
425
|
];
|
|
426
|
-
export var CloudFormationHealth = [
|
|
426
|
+
export var CloudFormationHealth$ = [
|
|
427
427
|
3,
|
|
428
428
|
n0,
|
|
429
429
|
_CFH,
|
|
430
430
|
0,
|
|
431
431
|
[_SNt, _I, _ARC],
|
|
432
|
-
[0, () => InsightHealth
|
|
432
|
+
[0, () => InsightHealth$, 1],
|
|
433
433
|
];
|
|
434
|
-
export var CloudWatchMetricsDataSummary = [
|
|
434
|
+
export var CloudWatchMetricsDataSummary$ = [
|
|
435
435
|
3,
|
|
436
436
|
n0,
|
|
437
437
|
_CWMDS,
|
|
@@ -439,30 +439,30 @@ export var CloudWatchMetricsDataSummary = [
|
|
|
439
439
|
[_TMVPL, _SC],
|
|
440
440
|
[() => TimestampMetricValuePairList, 0],
|
|
441
441
|
];
|
|
442
|
-
export var CloudWatchMetricsDetail = [
|
|
442
|
+
export var CloudWatchMetricsDetail$ = [
|
|
443
443
|
3,
|
|
444
444
|
n0,
|
|
445
445
|
_CWMD,
|
|
446
446
|
0,
|
|
447
447
|
[_MN, _Na, _D, _St, _U, _P, _MDS],
|
|
448
|
-
[0, 0, () => CloudWatchMetricsDimensions, 0, 0, 1, () => CloudWatchMetricsDataSummary],
|
|
448
|
+
[0, 0, () => CloudWatchMetricsDimensions, 0, 0, 1, () => CloudWatchMetricsDataSummary$],
|
|
449
449
|
];
|
|
450
|
-
export var CloudWatchMetricsDimension = [3, n0, _CWMDl, 0, [_N, _V], [0, 0]];
|
|
451
|
-
export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M, _RI, _RT], [0, 0, 0]];
|
|
452
|
-
TypeRegistry.for(n0).registerError(ConflictException
|
|
453
|
-
export var CostEstimationResourceCollectionFilter = [
|
|
450
|
+
export var CloudWatchMetricsDimension$ = [3, n0, _CWMDl, 0, [_N, _V], [0, 0]];
|
|
451
|
+
export var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M, _RI, _RT], [0, 0, 0]];
|
|
452
|
+
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
453
|
+
export var CostEstimationResourceCollectionFilter$ = [
|
|
454
454
|
3,
|
|
455
455
|
n0,
|
|
456
456
|
_CERCF,
|
|
457
457
|
0,
|
|
458
458
|
[_CF, _Ta],
|
|
459
|
-
[() => CloudFormationCostEstimationResourceCollectionFilter
|
|
459
|
+
[() => CloudFormationCostEstimationResourceCollectionFilter$, () => TagCostEstimationResourceCollectionFilters],
|
|
460
460
|
];
|
|
461
|
-
export var CostEstimationTimeRange = [3, n0, _CETR, 0, [_ST, _ET], [4, 4]];
|
|
462
|
-
export var DeleteInsightRequest = [3, n0, _DIR, 0, [_Id], [[0, 1]]];
|
|
463
|
-
export var DeleteInsightResponse = [3, n0, _DIRe, 0, [], []];
|
|
464
|
-
export var DescribeAccountHealthRequest = [3, n0, _DAHR, 0, [], []];
|
|
465
|
-
export var DescribeAccountHealthResponse = [
|
|
461
|
+
export var CostEstimationTimeRange$ = [3, n0, _CETR, 0, [_ST, _ET], [4, 4]];
|
|
462
|
+
export var DeleteInsightRequest$ = [3, n0, _DIR, 0, [_Id], [[0, 1]]];
|
|
463
|
+
export var DeleteInsightResponse$ = [3, n0, _DIRe, 0, [], []];
|
|
464
|
+
export var DescribeAccountHealthRequest$ = [3, n0, _DAHR, 0, [], []];
|
|
465
|
+
export var DescribeAccountHealthResponse$ = [
|
|
466
466
|
3,
|
|
467
467
|
n0,
|
|
468
468
|
_DAHRe,
|
|
@@ -470,9 +470,16 @@ export var DescribeAccountHealthResponse = [
|
|
|
470
470
|
[_ORI, _OPI, _MA, _RH, _ARC],
|
|
471
471
|
[1, 1, 1, 1, 1],
|
|
472
472
|
];
|
|
473
|
-
export var DescribeAccountOverviewRequest = [3, n0, _DAOR, 0, [_FT, _TT], [4, 4]];
|
|
474
|
-
export var DescribeAccountOverviewResponse = [
|
|
475
|
-
|
|
473
|
+
export var DescribeAccountOverviewRequest$ = [3, n0, _DAOR, 0, [_FT, _TT], [4, 4]];
|
|
474
|
+
export var DescribeAccountOverviewResponse$ = [
|
|
475
|
+
3,
|
|
476
|
+
n0,
|
|
477
|
+
_DAORe,
|
|
478
|
+
0,
|
|
479
|
+
[_RIe, _PI, _MTTRIM],
|
|
480
|
+
[1, 1, 1],
|
|
481
|
+
];
|
|
482
|
+
export var DescribeAnomalyRequest$ = [
|
|
476
483
|
3,
|
|
477
484
|
n0,
|
|
478
485
|
_DAR,
|
|
@@ -483,26 +490,26 @@ export var DescribeAnomalyRequest = [
|
|
|
483
490
|
[0, { [_hQ]: _AI }],
|
|
484
491
|
],
|
|
485
492
|
];
|
|
486
|
-
export var DescribeAnomalyResponse = [
|
|
493
|
+
export var DescribeAnomalyResponse$ = [
|
|
487
494
|
3,
|
|
488
495
|
n0,
|
|
489
496
|
_DARe,
|
|
490
497
|
0,
|
|
491
498
|
[_PA, _RA],
|
|
492
|
-
[() => ProactiveAnomaly
|
|
499
|
+
[() => ProactiveAnomaly$, () => ReactiveAnomaly$],
|
|
493
500
|
];
|
|
494
|
-
export var DescribeEventSourcesConfigRequest = [3, n0, _DESCR, 0, [], []];
|
|
495
|
-
export var DescribeEventSourcesConfigResponse = [
|
|
501
|
+
export var DescribeEventSourcesConfigRequest$ = [3, n0, _DESCR, 0, [], []];
|
|
502
|
+
export var DescribeEventSourcesConfigResponse$ = [
|
|
496
503
|
3,
|
|
497
504
|
n0,
|
|
498
505
|
_DESCRe,
|
|
499
506
|
0,
|
|
500
507
|
[_ES],
|
|
501
|
-
[() => EventSourcesConfig],
|
|
508
|
+
[() => EventSourcesConfig$],
|
|
502
509
|
];
|
|
503
|
-
export var DescribeFeedbackRequest = [3, n0, _DFR, 0, [_II], [0]];
|
|
504
|
-
export var DescribeFeedbackResponse = [3, n0, _DFRe, 0, [_IF], [() => InsightFeedback]];
|
|
505
|
-
export var DescribeInsightRequest = [
|
|
510
|
+
export var DescribeFeedbackRequest$ = [3, n0, _DFR, 0, [_II], [0]];
|
|
511
|
+
export var DescribeFeedbackResponse$ = [3, n0, _DFRe, 0, [_IF], [() => InsightFeedback$]];
|
|
512
|
+
export var DescribeInsightRequest$ = [
|
|
506
513
|
3,
|
|
507
514
|
n0,
|
|
508
515
|
_DIRes,
|
|
@@ -513,16 +520,23 @@ export var DescribeInsightRequest = [
|
|
|
513
520
|
[0, { [_hQ]: _AI }],
|
|
514
521
|
],
|
|
515
522
|
];
|
|
516
|
-
export var DescribeInsightResponse = [
|
|
523
|
+
export var DescribeInsightResponse$ = [
|
|
517
524
|
3,
|
|
518
525
|
n0,
|
|
519
526
|
_DIResc,
|
|
520
527
|
0,
|
|
521
528
|
[_PIr, _RIea],
|
|
522
|
-
[() => ProactiveInsight
|
|
529
|
+
[() => ProactiveInsight$, () => ReactiveInsight$],
|
|
523
530
|
];
|
|
524
|
-
export var DescribeOrganizationHealthRequest = [
|
|
525
|
-
|
|
531
|
+
export var DescribeOrganizationHealthRequest$ = [
|
|
532
|
+
3,
|
|
533
|
+
n0,
|
|
534
|
+
_DOHR,
|
|
535
|
+
0,
|
|
536
|
+
[_AIc, _OUI],
|
|
537
|
+
[64 | 0, 64 | 0],
|
|
538
|
+
];
|
|
539
|
+
export var DescribeOrganizationHealthResponse$ = [
|
|
526
540
|
3,
|
|
527
541
|
n0,
|
|
528
542
|
_DOHRe,
|
|
@@ -530,7 +544,7 @@ export var DescribeOrganizationHealthResponse = [
|
|
|
530
544
|
[_ORI, _OPI, _MA, _RH],
|
|
531
545
|
[1, 1, 1, 1],
|
|
532
546
|
];
|
|
533
|
-
export var DescribeOrganizationOverviewRequest = [
|
|
547
|
+
export var DescribeOrganizationOverviewRequest$ = [
|
|
534
548
|
3,
|
|
535
549
|
n0,
|
|
536
550
|
_DOOR,
|
|
@@ -538,8 +552,8 @@ export var DescribeOrganizationOverviewRequest = [
|
|
|
538
552
|
[_FT, _TT, _AIc, _OUI],
|
|
539
553
|
[4, 4, 64 | 0, 64 | 0],
|
|
540
554
|
];
|
|
541
|
-
export var DescribeOrganizationOverviewResponse = [3, n0, _DOORe, 0, [_RIe, _PI], [1, 1]];
|
|
542
|
-
export var DescribeOrganizationResourceCollectionHealthRequest = [
|
|
555
|
+
export var DescribeOrganizationOverviewResponse$ = [3, n0, _DOORe, 0, [_RIe, _PI], [1, 1]];
|
|
556
|
+
export var DescribeOrganizationResourceCollectionHealthRequest$ = [
|
|
543
557
|
3,
|
|
544
558
|
n0,
|
|
545
559
|
_DORCHR,
|
|
@@ -547,7 +561,7 @@ export var DescribeOrganizationResourceCollectionHealthRequest = [
|
|
|
547
561
|
[_ORCT, _AIc, _OUI, _NT, _MR],
|
|
548
562
|
[0, 64 | 0, 64 | 0, 0, 1],
|
|
549
563
|
];
|
|
550
|
-
export var DescribeOrganizationResourceCollectionHealthResponse = [
|
|
564
|
+
export var DescribeOrganizationResourceCollectionHealthResponse$ = [
|
|
551
565
|
3,
|
|
552
566
|
n0,
|
|
553
567
|
_DORCHRe,
|
|
@@ -555,7 +569,7 @@ export var DescribeOrganizationResourceCollectionHealthResponse = [
|
|
|
555
569
|
[_CF, _Se, _A, _NT, _Ta],
|
|
556
570
|
[() => CloudFormationHealths, () => ServiceHealths, () => AccountHealths, 0, () => TagHealths],
|
|
557
571
|
];
|
|
558
|
-
export var DescribeResourceCollectionHealthRequest = [
|
|
572
|
+
export var DescribeResourceCollectionHealthRequest$ = [
|
|
559
573
|
3,
|
|
560
574
|
n0,
|
|
561
575
|
_DRCHR,
|
|
@@ -566,7 +580,7 @@ export var DescribeResourceCollectionHealthRequest = [
|
|
|
566
580
|
[0, { [_hQ]: _NT }],
|
|
567
581
|
],
|
|
568
582
|
];
|
|
569
|
-
export var DescribeResourceCollectionHealthResponse = [
|
|
583
|
+
export var DescribeResourceCollectionHealthResponse$ = [
|
|
570
584
|
3,
|
|
571
585
|
n0,
|
|
572
586
|
_DRCHRe,
|
|
@@ -574,44 +588,44 @@ export var DescribeResourceCollectionHealthResponse = [
|
|
|
574
588
|
[_CF, _Se, _NT, _Ta],
|
|
575
589
|
[() => CloudFormationHealths, () => ServiceHealths, 0, () => TagHealths],
|
|
576
590
|
];
|
|
577
|
-
export var DescribeServiceIntegrationRequest = [3, n0, _DSIR, 0, [], []];
|
|
578
|
-
export var DescribeServiceIntegrationResponse = [
|
|
591
|
+
export var DescribeServiceIntegrationRequest$ = [3, n0, _DSIR, 0, [], []];
|
|
592
|
+
export var DescribeServiceIntegrationResponse$ = [
|
|
579
593
|
3,
|
|
580
594
|
n0,
|
|
581
595
|
_DSIRe,
|
|
582
596
|
0,
|
|
583
597
|
[_SI],
|
|
584
|
-
[() => ServiceIntegrationConfig],
|
|
598
|
+
[() => ServiceIntegrationConfig$],
|
|
585
599
|
];
|
|
586
|
-
export var EndTimeRange = [3, n0, _ETR, 0, [_FT, _TT], [4, 4]];
|
|
587
|
-
export var Event = [
|
|
600
|
+
export var EndTimeRange$ = [3, n0, _ETR, 0, [_FT, _TT], [4, 4]];
|
|
601
|
+
export var Event$ = [
|
|
588
602
|
3,
|
|
589
603
|
n0,
|
|
590
604
|
_E,
|
|
591
605
|
0,
|
|
592
606
|
[_RC, _Id, _Ti, _ESv, _N, _DS, _EC, _R],
|
|
593
|
-
[() => ResourceCollection
|
|
607
|
+
[() => ResourceCollection$, 0, 4, 0, 0, 0, 0, () => EventResources],
|
|
594
608
|
];
|
|
595
|
-
export var EventResource = [3, n0, _ER, 0, [_T, _N, _Ar], [0, 0, 0]];
|
|
596
|
-
export var EventSourcesConfig = [
|
|
609
|
+
export var EventResource$ = [3, n0, _ER, 0, [_T, _N, _Ar], [0, 0, 0]];
|
|
610
|
+
export var EventSourcesConfig$ = [
|
|
597
611
|
3,
|
|
598
612
|
n0,
|
|
599
613
|
_ESC,
|
|
600
614
|
0,
|
|
601
615
|
[_ACGP],
|
|
602
|
-
[() => AmazonCodeGuruProfilerIntegration],
|
|
616
|
+
[() => AmazonCodeGuruProfilerIntegration$],
|
|
603
617
|
];
|
|
604
|
-
export var EventTimeRange = [3, n0, _ETRv, 0, [_FT, _TT], [4, 4]];
|
|
605
|
-
export var GetCostEstimationRequest = [3, n0, _GCER, 0, [_NT], [[0, { [_hQ]: _NT }]]];
|
|
606
|
-
export var GetCostEstimationResponse = [
|
|
618
|
+
export var EventTimeRange$ = [3, n0, _ETRv, 0, [_FT, _TT], [4, 4]];
|
|
619
|
+
export var GetCostEstimationRequest$ = [3, n0, _GCER, 0, [_NT], [[0, { [_hQ]: _NT }]]];
|
|
620
|
+
export var GetCostEstimationResponse$ = [
|
|
607
621
|
3,
|
|
608
622
|
n0,
|
|
609
623
|
_GCERe,
|
|
610
624
|
0,
|
|
611
625
|
[_RC, _S, _Co, _TR, _TC, _NT],
|
|
612
|
-
[() => CostEstimationResourceCollectionFilter
|
|
626
|
+
[() => CostEstimationResourceCollectionFilter$, 0, () => ServiceResourceCosts, () => CostEstimationTimeRange$, 1, 0],
|
|
613
627
|
];
|
|
614
|
-
export var GetResourceCollectionRequest = [
|
|
628
|
+
export var GetResourceCollectionRequest$ = [
|
|
615
629
|
3,
|
|
616
630
|
n0,
|
|
617
631
|
_GRCR,
|
|
@@ -622,18 +636,18 @@ export var GetResourceCollectionRequest = [
|
|
|
622
636
|
[0, { [_hQ]: _NT }],
|
|
623
637
|
],
|
|
624
638
|
];
|
|
625
|
-
export var GetResourceCollectionResponse = [
|
|
639
|
+
export var GetResourceCollectionResponse$ = [
|
|
626
640
|
3,
|
|
627
641
|
n0,
|
|
628
642
|
_GRCRe,
|
|
629
643
|
0,
|
|
630
644
|
[_RC, _NT],
|
|
631
|
-
[() => ResourceCollectionFilter
|
|
645
|
+
[() => ResourceCollectionFilter$, 0],
|
|
632
646
|
];
|
|
633
|
-
export var InsightFeedback = [3, n0, _IF, 0, [_Id, _F], [0, 0]];
|
|
634
|
-
export var InsightHealth = [3, n0, _IH, 0, [_OPI, _ORI, _MTTRIM], [1, 1, 1]];
|
|
635
|
-
export var InsightTimeRange = [3, n0, _ITR, 0, [_ST, _ET], [4, 4]];
|
|
636
|
-
export var InternalServerException = [
|
|
647
|
+
export var InsightFeedback$ = [3, n0, _IF, 0, [_Id, _F], [0, 0]];
|
|
648
|
+
export var InsightHealth$ = [3, n0, _IH, 0, [_OPI, _ORI, _MTTRIM], [1, 1, 1]];
|
|
649
|
+
export var InsightTimeRange$ = [3, n0, _ITR, 0, [_ST, _ET], [4, 4]];
|
|
650
|
+
export var InternalServerException$ = [
|
|
637
651
|
-3,
|
|
638
652
|
n0,
|
|
639
653
|
_ISE,
|
|
@@ -641,8 +655,8 @@ export var InternalServerException = [
|
|
|
641
655
|
[_M, _RAS],
|
|
642
656
|
[0, [1, { [_hH]: _RA_ }]],
|
|
643
657
|
];
|
|
644
|
-
TypeRegistry.for(n0).registerError(InternalServerException
|
|
645
|
-
export var KMSServerSideEncryptionIntegration = [
|
|
658
|
+
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
659
|
+
export var KMSServerSideEncryptionIntegration$ = [
|
|
646
660
|
3,
|
|
647
661
|
n0,
|
|
648
662
|
_KMSSSEI,
|
|
@@ -650,7 +664,7 @@ export var KMSServerSideEncryptionIntegration = [
|
|
|
650
664
|
[_KMSKI, _OIS, _T],
|
|
651
665
|
[0, 0, 0],
|
|
652
666
|
];
|
|
653
|
-
export var KMSServerSideEncryptionIntegrationConfig = [
|
|
667
|
+
export var KMSServerSideEncryptionIntegrationConfig$ = [
|
|
654
668
|
3,
|
|
655
669
|
n0,
|
|
656
670
|
_KMSSSEIC,
|
|
@@ -658,23 +672,23 @@ export var KMSServerSideEncryptionIntegrationConfig = [
|
|
|
658
672
|
[_KMSKI, _OIS, _T],
|
|
659
673
|
[0, 0, 0],
|
|
660
674
|
];
|
|
661
|
-
export var ListAnomaliesForInsightFilters = [
|
|
675
|
+
export var ListAnomaliesForInsightFilters$ = [
|
|
662
676
|
3,
|
|
663
677
|
n0,
|
|
664
678
|
_LAFIF,
|
|
665
679
|
0,
|
|
666
680
|
[_SCe],
|
|
667
|
-
[() => ServiceCollection],
|
|
681
|
+
[() => ServiceCollection$],
|
|
668
682
|
];
|
|
669
|
-
export var ListAnomaliesForInsightRequest = [
|
|
683
|
+
export var ListAnomaliesForInsightRequest$ = [
|
|
670
684
|
3,
|
|
671
685
|
n0,
|
|
672
686
|
_LAFIR,
|
|
673
687
|
0,
|
|
674
688
|
[_II, _STR, _MR, _NT, _AI, _Fi],
|
|
675
|
-
[[0, 1], () => StartTimeRange
|
|
689
|
+
[[0, 1], () => StartTimeRange$, 1, 0, 0, () => ListAnomaliesForInsightFilters$],
|
|
676
690
|
];
|
|
677
|
-
export var ListAnomaliesForInsightResponse = [
|
|
691
|
+
export var ListAnomaliesForInsightResponse$ = [
|
|
678
692
|
3,
|
|
679
693
|
n0,
|
|
680
694
|
_LAFIRi,
|
|
@@ -682,8 +696,8 @@ export var ListAnomaliesForInsightResponse = [
|
|
|
682
696
|
[_PAr, _RAe, _NT],
|
|
683
697
|
[() => ProactiveAnomalies, () => ReactiveAnomalies, 0],
|
|
684
698
|
];
|
|
685
|
-
export var ListAnomalousLogGroupsRequest = [3, n0, _LALGR, 0, [_II, _MR, _NT], [0, 1, 0]];
|
|
686
|
-
export var ListAnomalousLogGroupsResponse = [
|
|
699
|
+
export var ListAnomalousLogGroupsRequest$ = [3, n0, _LALGR, 0, [_II, _MR, _NT], [0, 1, 0]];
|
|
700
|
+
export var ListAnomalousLogGroupsResponse$ = [
|
|
687
701
|
3,
|
|
688
702
|
n0,
|
|
689
703
|
_LALGRi,
|
|
@@ -691,49 +705,49 @@ export var ListAnomalousLogGroupsResponse = [
|
|
|
691
705
|
[_II, _ALGn, _NT],
|
|
692
706
|
[0, () => AnomalousLogGroups, 0],
|
|
693
707
|
];
|
|
694
|
-
export var ListEventsFilters = [
|
|
708
|
+
export var ListEventsFilters$ = [
|
|
695
709
|
3,
|
|
696
710
|
n0,
|
|
697
711
|
_LEF,
|
|
698
712
|
0,
|
|
699
713
|
[_II, _ETRv, _EC, _ESv, _DS, _RC],
|
|
700
|
-
[0, () => EventTimeRange
|
|
714
|
+
[0, () => EventTimeRange$, 0, 0, 0, () => ResourceCollection$],
|
|
701
715
|
];
|
|
702
|
-
export var ListEventsRequest = [
|
|
716
|
+
export var ListEventsRequest$ = [
|
|
703
717
|
3,
|
|
704
718
|
n0,
|
|
705
719
|
_LER,
|
|
706
720
|
0,
|
|
707
721
|
[_Fi, _MR, _NT, _AI],
|
|
708
|
-
[() => ListEventsFilters
|
|
722
|
+
[() => ListEventsFilters$, 1, 0, 0],
|
|
709
723
|
];
|
|
710
|
-
export var ListEventsResponse = [3, n0, _LERi, 0, [_Ev, _NT], [() => Events, 0]];
|
|
711
|
-
export var ListInsightsAnyStatusFilter = [
|
|
724
|
+
export var ListEventsResponse$ = [3, n0, _LERi, 0, [_Ev, _NT], [() => Events, 0]];
|
|
725
|
+
export var ListInsightsAnyStatusFilter$ = [
|
|
712
726
|
3,
|
|
713
727
|
n0,
|
|
714
728
|
_LIASF,
|
|
715
729
|
0,
|
|
716
730
|
[_T, _STR],
|
|
717
|
-
[0, () => StartTimeRange],
|
|
731
|
+
[0, () => StartTimeRange$],
|
|
718
732
|
];
|
|
719
|
-
export var ListInsightsClosedStatusFilter = [
|
|
733
|
+
export var ListInsightsClosedStatusFilter$ = [
|
|
720
734
|
3,
|
|
721
735
|
n0,
|
|
722
736
|
_LICSF,
|
|
723
737
|
0,
|
|
724
738
|
[_T, _ETR],
|
|
725
|
-
[0, () => EndTimeRange],
|
|
739
|
+
[0, () => EndTimeRange$],
|
|
726
740
|
];
|
|
727
|
-
export var ListInsightsOngoingStatusFilter = [3, n0, _LIOSF, 0, [_T], [0]];
|
|
728
|
-
export var ListInsightsRequest = [
|
|
741
|
+
export var ListInsightsOngoingStatusFilter$ = [3, n0, _LIOSF, 0, [_T], [0]];
|
|
742
|
+
export var ListInsightsRequest$ = [
|
|
729
743
|
3,
|
|
730
744
|
n0,
|
|
731
745
|
_LIR,
|
|
732
746
|
0,
|
|
733
747
|
[_SF, _MR, _NT],
|
|
734
|
-
[() => ListInsightsStatusFilter
|
|
748
|
+
[() => ListInsightsStatusFilter$, 1, 0],
|
|
735
749
|
];
|
|
736
|
-
export var ListInsightsResponse = [
|
|
750
|
+
export var ListInsightsResponse$ = [
|
|
737
751
|
3,
|
|
738
752
|
n0,
|
|
739
753
|
_LIRi,
|
|
@@ -741,24 +755,24 @@ export var ListInsightsResponse = [
|
|
|
741
755
|
[_PI, _RIe, _NT],
|
|
742
756
|
[() => ProactiveInsights, () => ReactiveInsights, 0],
|
|
743
757
|
];
|
|
744
|
-
export var ListInsightsStatusFilter = [
|
|
758
|
+
export var ListInsightsStatusFilter$ = [
|
|
745
759
|
3,
|
|
746
760
|
n0,
|
|
747
761
|
_LISF,
|
|
748
762
|
0,
|
|
749
763
|
[_O, _Cl, _An],
|
|
750
|
-
[() => ListInsightsOngoingStatusFilter
|
|
764
|
+
[() => ListInsightsOngoingStatusFilter$, () => ListInsightsClosedStatusFilter$, () => ListInsightsAnyStatusFilter$],
|
|
751
765
|
];
|
|
752
|
-
export var ListMonitoredResourcesFilters = [3, n0, _LMRF, 0, [_RP, _RTF], [0, 64 | 0]];
|
|
753
|
-
export var ListMonitoredResourcesRequest = [
|
|
766
|
+
export var ListMonitoredResourcesFilters$ = [3, n0, _LMRF, 0, [_RP, _RTF], [0, 64 | 0]];
|
|
767
|
+
export var ListMonitoredResourcesRequest$ = [
|
|
754
768
|
3,
|
|
755
769
|
n0,
|
|
756
770
|
_LMRR,
|
|
757
771
|
0,
|
|
758
772
|
[_Fi, _MR, _NT],
|
|
759
|
-
[() => ListMonitoredResourcesFilters
|
|
773
|
+
[() => ListMonitoredResourcesFilters$, 1, 0],
|
|
760
774
|
];
|
|
761
|
-
export var ListMonitoredResourcesResponse = [
|
|
775
|
+
export var ListMonitoredResourcesResponse$ = [
|
|
762
776
|
3,
|
|
763
777
|
n0,
|
|
764
778
|
_LMRRi,
|
|
@@ -766,8 +780,8 @@ export var ListMonitoredResourcesResponse = [
|
|
|
766
780
|
[_MRI, _NT],
|
|
767
781
|
[() => MonitoredResourceIdentifiers, 0],
|
|
768
782
|
];
|
|
769
|
-
export var ListNotificationChannelsRequest = [3, n0, _LNCR, 0, [_NT], [0]];
|
|
770
|
-
export var ListNotificationChannelsResponse = [
|
|
783
|
+
export var ListNotificationChannelsRequest$ = [3, n0, _LNCR, 0, [_NT], [0]];
|
|
784
|
+
export var ListNotificationChannelsResponse$ = [
|
|
771
785
|
3,
|
|
772
786
|
n0,
|
|
773
787
|
_LNCRi,
|
|
@@ -775,15 +789,15 @@ export var ListNotificationChannelsResponse = [
|
|
|
775
789
|
[_Ch, _NT],
|
|
776
790
|
[() => Channels, 0],
|
|
777
791
|
];
|
|
778
|
-
export var ListOrganizationInsightsRequest = [
|
|
792
|
+
export var ListOrganizationInsightsRequest$ = [
|
|
779
793
|
3,
|
|
780
794
|
n0,
|
|
781
795
|
_LOIR,
|
|
782
796
|
0,
|
|
783
797
|
[_SF, _MR, _AIc, _OUI, _NT],
|
|
784
|
-
[() => ListInsightsStatusFilter
|
|
798
|
+
[() => ListInsightsStatusFilter$, 1, 64 | 0, 64 | 0, 0],
|
|
785
799
|
];
|
|
786
|
-
export var ListOrganizationInsightsResponse = [
|
|
800
|
+
export var ListOrganizationInsightsResponse$ = [
|
|
787
801
|
3,
|
|
788
802
|
n0,
|
|
789
803
|
_LOIRi,
|
|
@@ -791,8 +805,8 @@ export var ListOrganizationInsightsResponse = [
|
|
|
791
805
|
[_PI, _RIe, _NT],
|
|
792
806
|
[() => ProactiveOrganizationInsights, () => ReactiveOrganizationInsights, 0],
|
|
793
807
|
];
|
|
794
|
-
export var ListRecommendationsRequest = [3, n0, _LRR, 0, [_II, _NT, _L, _AI], [0, 0, 0, 0]];
|
|
795
|
-
export var ListRecommendationsResponse = [
|
|
808
|
+
export var ListRecommendationsRequest$ = [3, n0, _LRR, 0, [_II, _NT, _L, _AI], [0, 0, 0, 0]];
|
|
809
|
+
export var ListRecommendationsResponse$ = [
|
|
796
810
|
3,
|
|
797
811
|
n0,
|
|
798
812
|
_LRRi,
|
|
@@ -800,7 +814,7 @@ export var ListRecommendationsResponse = [
|
|
|
800
814
|
[_Re, _NT],
|
|
801
815
|
[() => Recommendations, 0],
|
|
802
816
|
];
|
|
803
|
-
export var LogAnomalyClass = [
|
|
817
|
+
export var LogAnomalyClass$ = [
|
|
804
818
|
3,
|
|
805
819
|
n0,
|
|
806
820
|
_LAC,
|
|
@@ -808,37 +822,37 @@ export var LogAnomalyClass = [
|
|
|
808
822
|
[_LSN, _LAT, _LATo, _LEI, _Ex, _NOLLO, _LET],
|
|
809
823
|
[0, 0, 0, 0, 0, 1, 4],
|
|
810
824
|
];
|
|
811
|
-
export var LogAnomalyShowcase = [3, n0, _LASo, 0, [_LACo], [() => LogAnomalyClasses]];
|
|
812
|
-
export var LogsAnomalyDetectionIntegration = [3, n0, _LADI, 0, [_OIS], [0]];
|
|
813
|
-
export var LogsAnomalyDetectionIntegrationConfig = [3, n0, _LADIC, 0, [_OIS], [0]];
|
|
814
|
-
export var MonitoredResourceIdentifier = [
|
|
825
|
+
export var LogAnomalyShowcase$ = [3, n0, _LASo, 0, [_LACo], [() => LogAnomalyClasses]];
|
|
826
|
+
export var LogsAnomalyDetectionIntegration$ = [3, n0, _LADI, 0, [_OIS], [0]];
|
|
827
|
+
export var LogsAnomalyDetectionIntegrationConfig$ = [3, n0, _LADIC, 0, [_OIS], [0]];
|
|
828
|
+
export var MonitoredResourceIdentifier$ = [
|
|
815
829
|
3,
|
|
816
830
|
n0,
|
|
817
831
|
_MRIo,
|
|
818
832
|
0,
|
|
819
833
|
[_MRN, _T, _RP, _LU, _RC],
|
|
820
|
-
[0, 0, 0, 4, () => ResourceCollection],
|
|
834
|
+
[0, 0, 0, 4, () => ResourceCollection$],
|
|
821
835
|
];
|
|
822
|
-
export var NotificationChannel = [
|
|
836
|
+
export var NotificationChannel$ = [
|
|
823
837
|
3,
|
|
824
838
|
n0,
|
|
825
839
|
_NC,
|
|
826
840
|
0,
|
|
827
841
|
[_Id, _C],
|
|
828
|
-
[0, () => NotificationChannelConfig],
|
|
842
|
+
[0, () => NotificationChannelConfig$],
|
|
829
843
|
];
|
|
830
|
-
export var NotificationChannelConfig = [
|
|
844
|
+
export var NotificationChannelConfig$ = [
|
|
831
845
|
3,
|
|
832
846
|
n0,
|
|
833
847
|
_NCC,
|
|
834
848
|
0,
|
|
835
849
|
[_Sn, _Fi],
|
|
836
|
-
[() => SnsChannelConfig
|
|
850
|
+
[() => SnsChannelConfig$, () => NotificationFilterConfig$],
|
|
837
851
|
];
|
|
838
|
-
export var NotificationFilterConfig = [3, n0, _NFC, 0, [_Sev, _MT], [64 | 0, 64 | 0]];
|
|
839
|
-
export var OpsCenterIntegration = [3, n0, _OCI, 0, [_OIS], [0]];
|
|
840
|
-
export var OpsCenterIntegrationConfig = [3, n0, _OCIC, 0, [_OIS], [0]];
|
|
841
|
-
export var PerformanceInsightsMetricDimensionGroup = [
|
|
852
|
+
export var NotificationFilterConfig$ = [3, n0, _NFC, 0, [_Sev, _MT], [64 | 0, 64 | 0]];
|
|
853
|
+
export var OpsCenterIntegration$ = [3, n0, _OCI, 0, [_OIS], [0]];
|
|
854
|
+
export var OpsCenterIntegrationConfig$ = [3, n0, _OCIC, 0, [_OIS], [0]];
|
|
855
|
+
export var PerformanceInsightsMetricDimensionGroup$ = [
|
|
842
856
|
3,
|
|
843
857
|
n0,
|
|
844
858
|
_PIMDG,
|
|
@@ -846,15 +860,15 @@ export var PerformanceInsightsMetricDimensionGroup = [
|
|
|
846
860
|
[_G, _D, _Li],
|
|
847
861
|
[0, 64 | 0, 1],
|
|
848
862
|
];
|
|
849
|
-
export var PerformanceInsightsMetricQuery = [
|
|
863
|
+
export var PerformanceInsightsMetricQuery$ = [
|
|
850
864
|
3,
|
|
851
865
|
n0,
|
|
852
866
|
_PIMQ,
|
|
853
867
|
0,
|
|
854
868
|
[_Me, _GB, _Fil],
|
|
855
|
-
[0, () => PerformanceInsightsMetricDimensionGroup
|
|
869
|
+
[0, () => PerformanceInsightsMetricDimensionGroup$, 128 | 0],
|
|
856
870
|
];
|
|
857
|
-
export var PerformanceInsightsMetricsDetail = [
|
|
871
|
+
export var PerformanceInsightsMetricsDetail$ = [
|
|
858
872
|
3,
|
|
859
873
|
n0,
|
|
860
874
|
_PIMD,
|
|
@@ -863,40 +877,40 @@ export var PerformanceInsightsMetricsDetail = [
|
|
|
863
877
|
[
|
|
864
878
|
0,
|
|
865
879
|
0,
|
|
866
|
-
() => PerformanceInsightsMetricQuery
|
|
880
|
+
() => PerformanceInsightsMetricQuery$,
|
|
867
881
|
() => PerformanceInsightsReferenceDataList,
|
|
868
882
|
() => PerformanceInsightsStats,
|
|
869
883
|
() => PerformanceInsightsStats,
|
|
870
884
|
],
|
|
871
885
|
];
|
|
872
|
-
export var PerformanceInsightsReferenceComparisonValues = [
|
|
886
|
+
export var PerformanceInsightsReferenceComparisonValues$ = [
|
|
873
887
|
3,
|
|
874
888
|
n0,
|
|
875
889
|
_PIRCV,
|
|
876
890
|
0,
|
|
877
891
|
[_RS, _RM],
|
|
878
|
-
[() => PerformanceInsightsReferenceScalar
|
|
892
|
+
[() => PerformanceInsightsReferenceScalar$, () => PerformanceInsightsReferenceMetric$],
|
|
879
893
|
];
|
|
880
|
-
export var PerformanceInsightsReferenceData = [
|
|
894
|
+
export var PerformanceInsightsReferenceData$ = [
|
|
881
895
|
3,
|
|
882
896
|
n0,
|
|
883
897
|
_PIRD,
|
|
884
898
|
0,
|
|
885
899
|
[_N, _CV],
|
|
886
|
-
[0, () => PerformanceInsightsReferenceComparisonValues],
|
|
900
|
+
[0, () => PerformanceInsightsReferenceComparisonValues$],
|
|
887
901
|
];
|
|
888
|
-
export var PerformanceInsightsReferenceMetric = [
|
|
902
|
+
export var PerformanceInsightsReferenceMetric$ = [
|
|
889
903
|
3,
|
|
890
904
|
n0,
|
|
891
905
|
_PIRM,
|
|
892
906
|
0,
|
|
893
907
|
[_MQ],
|
|
894
|
-
[() => PerformanceInsightsMetricQuery],
|
|
908
|
+
[() => PerformanceInsightsMetricQuery$],
|
|
895
909
|
];
|
|
896
|
-
export var PerformanceInsightsReferenceScalar = [3, n0, _PIRS, 0, [_V], [1]];
|
|
897
|
-
export var PerformanceInsightsStat = [3, n0, _PIS, 0, [_T, _V], [0, 1]];
|
|
898
|
-
export var PredictionTimeRange = [3, n0, _PTR, 0, [_ST, _ET], [4, 4]];
|
|
899
|
-
export var ProactiveAnomaly = [
|
|
910
|
+
export var PerformanceInsightsReferenceScalar$ = [3, n0, _PIRS, 0, [_V], [1]];
|
|
911
|
+
export var PerformanceInsightsStat$ = [3, n0, _PIS, 0, [_T, _V], [0, 1]];
|
|
912
|
+
export var PredictionTimeRange$ = [3, n0, _PTR, 0, [_ST, _ET], [4, 4]];
|
|
913
|
+
export var ProactiveAnomaly$ = [
|
|
900
914
|
3,
|
|
901
915
|
n0,
|
|
902
916
|
_PA,
|
|
@@ -907,19 +921,19 @@ export var ProactiveAnomaly = [
|
|
|
907
921
|
0,
|
|
908
922
|
0,
|
|
909
923
|
4,
|
|
910
|
-
() => AnomalyTimeRange
|
|
911
|
-
() => AnomalyReportedTimeRange
|
|
912
|
-
() => PredictionTimeRange
|
|
913
|
-
() => AnomalySourceDetails
|
|
924
|
+
() => AnomalyTimeRange$,
|
|
925
|
+
() => AnomalyReportedTimeRange$,
|
|
926
|
+
() => PredictionTimeRange$,
|
|
927
|
+
() => AnomalySourceDetails$,
|
|
914
928
|
0,
|
|
915
|
-
() => ResourceCollection
|
|
929
|
+
() => ResourceCollection$,
|
|
916
930
|
1,
|
|
917
|
-
() => AnomalySourceMetadata
|
|
931
|
+
() => AnomalySourceMetadata$,
|
|
918
932
|
() => AnomalyResources,
|
|
919
933
|
0,
|
|
920
934
|
],
|
|
921
935
|
];
|
|
922
|
-
export var ProactiveAnomalySummary = [
|
|
936
|
+
export var ProactiveAnomalySummary$ = [
|
|
923
937
|
3,
|
|
924
938
|
n0,
|
|
925
939
|
_PAS,
|
|
@@ -930,27 +944,27 @@ export var ProactiveAnomalySummary = [
|
|
|
930
944
|
0,
|
|
931
945
|
0,
|
|
932
946
|
4,
|
|
933
|
-
() => AnomalyTimeRange
|
|
934
|
-
() => AnomalyReportedTimeRange
|
|
935
|
-
() => PredictionTimeRange
|
|
936
|
-
() => AnomalySourceDetails
|
|
947
|
+
() => AnomalyTimeRange$,
|
|
948
|
+
() => AnomalyReportedTimeRange$,
|
|
949
|
+
() => PredictionTimeRange$,
|
|
950
|
+
() => AnomalySourceDetails$,
|
|
937
951
|
0,
|
|
938
|
-
() => ResourceCollection
|
|
952
|
+
() => ResourceCollection$,
|
|
939
953
|
1,
|
|
940
|
-
() => AnomalySourceMetadata
|
|
954
|
+
() => AnomalySourceMetadata$,
|
|
941
955
|
() => AnomalyResources,
|
|
942
956
|
0,
|
|
943
957
|
],
|
|
944
958
|
];
|
|
945
|
-
export var ProactiveInsight = [
|
|
959
|
+
export var ProactiveInsight$ = [
|
|
946
960
|
3,
|
|
947
961
|
n0,
|
|
948
962
|
_PIr,
|
|
949
963
|
0,
|
|
950
964
|
[_Id, _N, _Seve, _S, _ITR, _PTR, _RC, _SOII, _De],
|
|
951
|
-
[0, 0, 0, 0, () => InsightTimeRange
|
|
965
|
+
[0, 0, 0, 0, () => InsightTimeRange$, () => PredictionTimeRange$, () => ResourceCollection$, 0, 0],
|
|
952
966
|
];
|
|
953
|
-
export var ProactiveInsightSummary = [
|
|
967
|
+
export var ProactiveInsightSummary$ = [
|
|
954
968
|
3,
|
|
955
969
|
n0,
|
|
956
970
|
_PISr,
|
|
@@ -961,14 +975,14 @@ export var ProactiveInsightSummary = [
|
|
|
961
975
|
0,
|
|
962
976
|
0,
|
|
963
977
|
0,
|
|
964
|
-
() => InsightTimeRange
|
|
965
|
-
() => PredictionTimeRange
|
|
966
|
-
() => ResourceCollection
|
|
967
|
-
() => ServiceCollection
|
|
978
|
+
() => InsightTimeRange$,
|
|
979
|
+
() => PredictionTimeRange$,
|
|
980
|
+
() => ResourceCollection$,
|
|
981
|
+
() => ServiceCollection$,
|
|
968
982
|
64 | 0,
|
|
969
983
|
],
|
|
970
984
|
];
|
|
971
|
-
export var ProactiveOrganizationInsightSummary = [
|
|
985
|
+
export var ProactiveOrganizationInsightSummary$ = [
|
|
972
986
|
3,
|
|
973
987
|
n0,
|
|
974
988
|
_POIS,
|
|
@@ -981,15 +995,15 @@ export var ProactiveOrganizationInsightSummary = [
|
|
|
981
995
|
0,
|
|
982
996
|
0,
|
|
983
997
|
0,
|
|
984
|
-
() => InsightTimeRange
|
|
985
|
-
() => PredictionTimeRange
|
|
986
|
-
() => ResourceCollection
|
|
987
|
-
() => ServiceCollection
|
|
998
|
+
() => InsightTimeRange$,
|
|
999
|
+
() => PredictionTimeRange$,
|
|
1000
|
+
() => ResourceCollection$,
|
|
1001
|
+
() => ServiceCollection$,
|
|
988
1002
|
],
|
|
989
1003
|
];
|
|
990
|
-
export var PutFeedbackRequest = [3, n0, _PFR, 0, [_IF], [() => InsightFeedback]];
|
|
991
|
-
export var PutFeedbackResponse = [3, n0, _PFRu, 0, [], []];
|
|
992
|
-
export var ReactiveAnomaly = [
|
|
1004
|
+
export var PutFeedbackRequest$ = [3, n0, _PFR, 0, [_IF], [() => InsightFeedback$]];
|
|
1005
|
+
export var PutFeedbackResponse$ = [3, n0, _PFRu, 0, [], []];
|
|
1006
|
+
export var ReactiveAnomaly$ = [
|
|
993
1007
|
3,
|
|
994
1008
|
n0,
|
|
995
1009
|
_RA,
|
|
@@ -999,11 +1013,11 @@ export var ReactiveAnomaly = [
|
|
|
999
1013
|
0,
|
|
1000
1014
|
0,
|
|
1001
1015
|
0,
|
|
1002
|
-
() => AnomalyTimeRange
|
|
1003
|
-
() => AnomalyReportedTimeRange
|
|
1004
|
-
() => AnomalySourceDetails
|
|
1016
|
+
() => AnomalyTimeRange$,
|
|
1017
|
+
() => AnomalyReportedTimeRange$,
|
|
1018
|
+
() => AnomalySourceDetails$,
|
|
1005
1019
|
0,
|
|
1006
|
-
() => ResourceCollection
|
|
1020
|
+
() => ResourceCollection$,
|
|
1007
1021
|
0,
|
|
1008
1022
|
0,
|
|
1009
1023
|
0,
|
|
@@ -1011,7 +1025,7 @@ export var ReactiveAnomaly = [
|
|
|
1011
1025
|
() => AnomalyResources,
|
|
1012
1026
|
],
|
|
1013
1027
|
];
|
|
1014
|
-
export var ReactiveAnomalySummary = [
|
|
1028
|
+
export var ReactiveAnomalySummary$ = [
|
|
1015
1029
|
3,
|
|
1016
1030
|
n0,
|
|
1017
1031
|
_RASe,
|
|
@@ -1021,11 +1035,11 @@ export var ReactiveAnomalySummary = [
|
|
|
1021
1035
|
0,
|
|
1022
1036
|
0,
|
|
1023
1037
|
0,
|
|
1024
|
-
() => AnomalyTimeRange
|
|
1025
|
-
() => AnomalyReportedTimeRange
|
|
1026
|
-
() => AnomalySourceDetails
|
|
1038
|
+
() => AnomalyTimeRange$,
|
|
1039
|
+
() => AnomalyReportedTimeRange$,
|
|
1040
|
+
() => AnomalySourceDetails$,
|
|
1027
1041
|
0,
|
|
1028
|
-
() => ResourceCollection
|
|
1042
|
+
() => ResourceCollection$,
|
|
1029
1043
|
0,
|
|
1030
1044
|
0,
|
|
1031
1045
|
0,
|
|
@@ -1033,31 +1047,31 @@ export var ReactiveAnomalySummary = [
|
|
|
1033
1047
|
() => AnomalyResources,
|
|
1034
1048
|
],
|
|
1035
1049
|
];
|
|
1036
|
-
export var ReactiveInsight = [
|
|
1050
|
+
export var ReactiveInsight$ = [
|
|
1037
1051
|
3,
|
|
1038
1052
|
n0,
|
|
1039
1053
|
_RIea,
|
|
1040
1054
|
0,
|
|
1041
1055
|
[_Id, _N, _Seve, _S, _ITR, _RC, _SOII, _De],
|
|
1042
|
-
[0, 0, 0, 0, () => InsightTimeRange
|
|
1056
|
+
[0, 0, 0, 0, () => InsightTimeRange$, () => ResourceCollection$, 0, 0],
|
|
1043
1057
|
];
|
|
1044
|
-
export var ReactiveInsightSummary = [
|
|
1058
|
+
export var ReactiveInsightSummary$ = [
|
|
1045
1059
|
3,
|
|
1046
1060
|
n0,
|
|
1047
1061
|
_RIS,
|
|
1048
1062
|
0,
|
|
1049
1063
|
[_Id, _N, _Seve, _S, _ITR, _RC, _SCe, _ARA],
|
|
1050
|
-
[0, 0, 0, 0, () => InsightTimeRange
|
|
1064
|
+
[0, 0, 0, 0, () => InsightTimeRange$, () => ResourceCollection$, () => ServiceCollection$, 64 | 0],
|
|
1051
1065
|
];
|
|
1052
|
-
export var ReactiveOrganizationInsightSummary = [
|
|
1066
|
+
export var ReactiveOrganizationInsightSummary$ = [
|
|
1053
1067
|
3,
|
|
1054
1068
|
n0,
|
|
1055
1069
|
_ROIS,
|
|
1056
1070
|
0,
|
|
1057
1071
|
[_Id, _AI, _OUIr, _N, _Seve, _S, _ITR, _RC, _SCe],
|
|
1058
|
-
[0, 0, 0, 0, 0, 0, () => InsightTimeRange
|
|
1072
|
+
[0, 0, 0, 0, 0, 0, () => InsightTimeRange$, () => ResourceCollection$, () => ServiceCollection$],
|
|
1059
1073
|
];
|
|
1060
|
-
export var Recommendation = [
|
|
1074
|
+
export var Recommendation$ = [
|
|
1061
1075
|
3,
|
|
1062
1076
|
n0,
|
|
1063
1077
|
_Rec,
|
|
@@ -1065,7 +1079,7 @@ export var Recommendation = [
|
|
|
1065
1079
|
[_De, _Lin, _N, _Rea, _RE, _RAel, _Ca],
|
|
1066
1080
|
[0, 0, 0, 0, () => RecommendationRelatedEvents, () => RecommendationRelatedAnomalies, 0],
|
|
1067
1081
|
];
|
|
1068
|
-
export var RecommendationRelatedAnomaly = [
|
|
1082
|
+
export var RecommendationRelatedAnomaly$ = [
|
|
1069
1083
|
3,
|
|
1070
1084
|
n0,
|
|
1071
1085
|
_RRA,
|
|
@@ -1073,8 +1087,8 @@ export var RecommendationRelatedAnomaly = [
|
|
|
1073
1087
|
[_R, _SD, _AIn],
|
|
1074
1088
|
[() => RecommendationRelatedAnomalyResources, () => RelatedAnomalySourceDetails, 0],
|
|
1075
1089
|
];
|
|
1076
|
-
export var RecommendationRelatedAnomalyResource = [3, n0, _RRAR, 0, [_N, _T], [0, 0]];
|
|
1077
|
-
export var RecommendationRelatedAnomalySourceDetail = [
|
|
1090
|
+
export var RecommendationRelatedAnomalyResource$ = [3, n0, _RRAR, 0, [_N, _T], [0, 0]];
|
|
1091
|
+
export var RecommendationRelatedAnomalySourceDetail$ = [
|
|
1078
1092
|
3,
|
|
1079
1093
|
n0,
|
|
1080
1094
|
_RRASD,
|
|
@@ -1082,7 +1096,7 @@ export var RecommendationRelatedAnomalySourceDetail = [
|
|
|
1082
1096
|
[_CWM],
|
|
1083
1097
|
[() => RecommendationRelatedCloudWatchMetricsSourceDetails],
|
|
1084
1098
|
];
|
|
1085
|
-
export var RecommendationRelatedCloudWatchMetricsSourceDetail = [
|
|
1099
|
+
export var RecommendationRelatedCloudWatchMetricsSourceDetail$ = [
|
|
1086
1100
|
3,
|
|
1087
1101
|
n0,
|
|
1088
1102
|
_RRCWMSD,
|
|
@@ -1090,7 +1104,7 @@ export var RecommendationRelatedCloudWatchMetricsSourceDetail = [
|
|
|
1090
1104
|
[_MN, _Na],
|
|
1091
1105
|
[0, 0],
|
|
1092
1106
|
];
|
|
1093
|
-
export var RecommendationRelatedEvent = [
|
|
1107
|
+
export var RecommendationRelatedEvent$ = [
|
|
1094
1108
|
3,
|
|
1095
1109
|
n0,
|
|
1096
1110
|
_RRE,
|
|
@@ -1098,26 +1112,26 @@ export var RecommendationRelatedEvent = [
|
|
|
1098
1112
|
[_N, _R],
|
|
1099
1113
|
[0, () => RecommendationRelatedEventResources],
|
|
1100
1114
|
];
|
|
1101
|
-
export var RecommendationRelatedEventResource = [3, n0, _RRER, 0, [_N, _T], [0, 0]];
|
|
1102
|
-
export var RemoveNotificationChannelRequest = [3, n0, _RNCR, 0, [_Id], [[0, 1]]];
|
|
1103
|
-
export var RemoveNotificationChannelResponse = [3, n0, _RNCRe, 0, [], []];
|
|
1104
|
-
export var ResourceCollection = [
|
|
1115
|
+
export var RecommendationRelatedEventResource$ = [3, n0, _RRER, 0, [_N, _T], [0, 0]];
|
|
1116
|
+
export var RemoveNotificationChannelRequest$ = [3, n0, _RNCR, 0, [_Id], [[0, 1]]];
|
|
1117
|
+
export var RemoveNotificationChannelResponse$ = [3, n0, _RNCRe, 0, [], []];
|
|
1118
|
+
export var ResourceCollection$ = [
|
|
1105
1119
|
3,
|
|
1106
1120
|
n0,
|
|
1107
1121
|
_RC,
|
|
1108
1122
|
0,
|
|
1109
1123
|
[_CF, _Ta],
|
|
1110
|
-
[() => CloudFormationCollection
|
|
1124
|
+
[() => CloudFormationCollection$, () => TagCollections],
|
|
1111
1125
|
];
|
|
1112
|
-
export var ResourceCollectionFilter = [
|
|
1126
|
+
export var ResourceCollectionFilter$ = [
|
|
1113
1127
|
3,
|
|
1114
1128
|
n0,
|
|
1115
1129
|
_RCF,
|
|
1116
1130
|
0,
|
|
1117
1131
|
[_CF, _Ta],
|
|
1118
|
-
[() => CloudFormationCollectionFilter
|
|
1132
|
+
[() => CloudFormationCollectionFilter$, () => TagCollectionFilters],
|
|
1119
1133
|
];
|
|
1120
|
-
export var ResourceNotFoundException = [
|
|
1134
|
+
export var ResourceNotFoundException$ = [
|
|
1121
1135
|
-3,
|
|
1122
1136
|
n0,
|
|
1123
1137
|
_RNFE,
|
|
@@ -1125,24 +1139,24 @@ export var ResourceNotFoundException = [
|
|
|
1125
1139
|
[_M, _RI, _RT],
|
|
1126
1140
|
[0, 0, 0],
|
|
1127
1141
|
];
|
|
1128
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
1129
|
-
export var SearchInsightsFilters = [
|
|
1142
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
1143
|
+
export var SearchInsightsFilters$ = [
|
|
1130
1144
|
3,
|
|
1131
1145
|
n0,
|
|
1132
1146
|
_SIF,
|
|
1133
1147
|
0,
|
|
1134
1148
|
[_Sev, _Sta, _RC, _SCe],
|
|
1135
|
-
[64 | 0, 64 | 0, () => ResourceCollection
|
|
1149
|
+
[64 | 0, 64 | 0, () => ResourceCollection$, () => ServiceCollection$],
|
|
1136
1150
|
];
|
|
1137
|
-
export var SearchInsightsRequest = [
|
|
1151
|
+
export var SearchInsightsRequest$ = [
|
|
1138
1152
|
3,
|
|
1139
1153
|
n0,
|
|
1140
1154
|
_SIR,
|
|
1141
1155
|
0,
|
|
1142
1156
|
[_STR, _Fi, _MR, _NT, _T],
|
|
1143
|
-
[() => StartTimeRange
|
|
1157
|
+
[() => StartTimeRange$, () => SearchInsightsFilters$, 1, 0, 0],
|
|
1144
1158
|
];
|
|
1145
|
-
export var SearchInsightsResponse = [
|
|
1159
|
+
export var SearchInsightsResponse$ = [
|
|
1146
1160
|
3,
|
|
1147
1161
|
n0,
|
|
1148
1162
|
_SIRe,
|
|
@@ -1150,23 +1164,23 @@ export var SearchInsightsResponse = [
|
|
|
1150
1164
|
[_PI, _RIe, _NT],
|
|
1151
1165
|
[() => ProactiveInsights, () => ReactiveInsights, 0],
|
|
1152
1166
|
];
|
|
1153
|
-
export var SearchOrganizationInsightsFilters = [
|
|
1167
|
+
export var SearchOrganizationInsightsFilters$ = [
|
|
1154
1168
|
3,
|
|
1155
1169
|
n0,
|
|
1156
1170
|
_SOIF,
|
|
1157
1171
|
0,
|
|
1158
1172
|
[_Sev, _Sta, _RC, _SCe],
|
|
1159
|
-
[64 | 0, 64 | 0, () => ResourceCollection
|
|
1173
|
+
[64 | 0, 64 | 0, () => ResourceCollection$, () => ServiceCollection$],
|
|
1160
1174
|
];
|
|
1161
|
-
export var SearchOrganizationInsightsRequest = [
|
|
1175
|
+
export var SearchOrganizationInsightsRequest$ = [
|
|
1162
1176
|
3,
|
|
1163
1177
|
n0,
|
|
1164
1178
|
_SOIR,
|
|
1165
1179
|
0,
|
|
1166
1180
|
[_AIc, _STR, _Fi, _MR, _NT, _T],
|
|
1167
|
-
[64 | 0, () => StartTimeRange
|
|
1181
|
+
[64 | 0, () => StartTimeRange$, () => SearchOrganizationInsightsFilters$, 1, 0, 0],
|
|
1168
1182
|
];
|
|
1169
|
-
export var SearchOrganizationInsightsResponse = [
|
|
1183
|
+
export var SearchOrganizationInsightsResponse$ = [
|
|
1170
1184
|
3,
|
|
1171
1185
|
n0,
|
|
1172
1186
|
_SOIRe,
|
|
@@ -1174,41 +1188,48 @@ export var SearchOrganizationInsightsResponse = [
|
|
|
1174
1188
|
[_PI, _RIe, _NT],
|
|
1175
1189
|
[() => ProactiveInsights, () => ReactiveInsights, 0],
|
|
1176
1190
|
];
|
|
1177
|
-
export var ServiceCollection = [3, n0, _SCe, 0, [_SNe], [64 | 0]];
|
|
1178
|
-
export var ServiceHealth = [
|
|
1191
|
+
export var ServiceCollection$ = [3, n0, _SCe, 0, [_SNe], [64 | 0]];
|
|
1192
|
+
export var ServiceHealth$ = [
|
|
1179
1193
|
3,
|
|
1180
1194
|
n0,
|
|
1181
1195
|
_SH,
|
|
1182
1196
|
0,
|
|
1183
1197
|
[_SNer, _I, _ARC],
|
|
1184
|
-
[0, () => ServiceInsightHealth
|
|
1198
|
+
[0, () => ServiceInsightHealth$, 1],
|
|
1185
1199
|
];
|
|
1186
|
-
export var ServiceInsightHealth = [3, n0, _SIH, 0, [_OPI, _ORI], [1, 1]];
|
|
1187
|
-
export var ServiceIntegrationConfig = [
|
|
1200
|
+
export var ServiceInsightHealth$ = [3, n0, _SIH, 0, [_OPI, _ORI], [1, 1]];
|
|
1201
|
+
export var ServiceIntegrationConfig$ = [
|
|
1188
1202
|
3,
|
|
1189
1203
|
n0,
|
|
1190
1204
|
_SIC,
|
|
1191
1205
|
0,
|
|
1192
1206
|
[_OC, _LAD, _KMSSSE],
|
|
1193
|
-
[() => OpsCenterIntegration
|
|
1207
|
+
[() => OpsCenterIntegration$, () => LogsAnomalyDetectionIntegration$, () => KMSServerSideEncryptionIntegration$],
|
|
1208
|
+
];
|
|
1209
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_M], [0]];
|
|
1210
|
+
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
1211
|
+
export var ServiceResourceCost$ = [
|
|
1212
|
+
3,
|
|
1213
|
+
n0,
|
|
1214
|
+
_SRC,
|
|
1215
|
+
0,
|
|
1216
|
+
[_T, _Stat, _Cou, _UC, _Cos],
|
|
1217
|
+
[0, 0, 1, 1, 1],
|
|
1194
1218
|
];
|
|
1195
|
-
export var
|
|
1196
|
-
|
|
1197
|
-
export var ServiceResourceCost = [3, n0, _SRC, 0, [_T, _Stat, _Cou, _UC, _Cos], [0, 0, 1, 1, 1]];
|
|
1198
|
-
export var SnsChannelConfig = [3, n0, _SCC, 0, [_TA], [0]];
|
|
1199
|
-
export var StartCostEstimationRequest = [
|
|
1219
|
+
export var SnsChannelConfig$ = [3, n0, _SCC, 0, [_TA], [0]];
|
|
1220
|
+
export var StartCostEstimationRequest$ = [
|
|
1200
1221
|
3,
|
|
1201
1222
|
n0,
|
|
1202
1223
|
_SCER,
|
|
1203
1224
|
0,
|
|
1204
1225
|
[_RC, _CTl],
|
|
1205
|
-
[() => CostEstimationResourceCollectionFilter
|
|
1226
|
+
[() => CostEstimationResourceCollectionFilter$, [0, 4]],
|
|
1206
1227
|
];
|
|
1207
|
-
export var StartCostEstimationResponse = [3, n0, _SCERt, 0, [], []];
|
|
1208
|
-
export var StartTimeRange = [3, n0, _STR, 0, [_FT, _TT], [4, 4]];
|
|
1209
|
-
export var TagCollection = [3, n0, _TCa, 0, [_ABK, _TV], [0, 64 | 0]];
|
|
1210
|
-
export var TagCollectionFilter = [3, n0, _TCF, 0, [_ABK, _TV], [0, 64 | 0]];
|
|
1211
|
-
export var TagCostEstimationResourceCollectionFilter = [
|
|
1228
|
+
export var StartCostEstimationResponse$ = [3, n0, _SCERt, 0, [], []];
|
|
1229
|
+
export var StartTimeRange$ = [3, n0, _STR, 0, [_FT, _TT], [4, 4]];
|
|
1230
|
+
export var TagCollection$ = [3, n0, _TCa, 0, [_ABK, _TV], [0, 64 | 0]];
|
|
1231
|
+
export var TagCollectionFilter$ = [3, n0, _TCF, 0, [_ABK, _TV], [0, 64 | 0]];
|
|
1232
|
+
export var TagCostEstimationResourceCollectionFilter$ = [
|
|
1212
1233
|
3,
|
|
1213
1234
|
n0,
|
|
1214
1235
|
_TCERCF,
|
|
@@ -1216,8 +1237,8 @@ export var TagCostEstimationResourceCollectionFilter = [
|
|
|
1216
1237
|
[_ABK, _TV],
|
|
1217
1238
|
[0, 64 | 0],
|
|
1218
1239
|
];
|
|
1219
|
-
export var TagHealth = [3, n0, _TH, 0, [_ABK, _TVa, _I, _ARC], [0, 0, () => InsightHealth
|
|
1220
|
-
export var ThrottlingException = [
|
|
1240
|
+
export var TagHealth$ = [3, n0, _TH, 0, [_ABK, _TVa, _I, _ARC], [0, 0, () => InsightHealth$, 1]];
|
|
1241
|
+
export var ThrottlingException$ = [
|
|
1221
1242
|
-3,
|
|
1222
1243
|
n0,
|
|
1223
1244
|
_TE,
|
|
@@ -1225,58 +1246,58 @@ export var ThrottlingException = [
|
|
|
1225
1246
|
[_M, _QC, _SCer, _RAS],
|
|
1226
1247
|
[0, 0, 0, [1, { [_hH]: _RA_ }]],
|
|
1227
1248
|
];
|
|
1228
|
-
TypeRegistry.for(n0).registerError(ThrottlingException
|
|
1229
|
-
export var TimestampMetricValuePair = [3, n0, _TMVP, 0, [_Tim, _MV], [4, 1]];
|
|
1230
|
-
export var UpdateCloudFormationCollectionFilter = [3, n0, _UCFCF, 0, [_SN], [64 | 0]];
|
|
1231
|
-
export var UpdateEventSourcesConfigRequest = [
|
|
1249
|
+
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
1250
|
+
export var TimestampMetricValuePair$ = [3, n0, _TMVP, 0, [_Tim, _MV], [4, 1]];
|
|
1251
|
+
export var UpdateCloudFormationCollectionFilter$ = [3, n0, _UCFCF, 0, [_SN], [64 | 0]];
|
|
1252
|
+
export var UpdateEventSourcesConfigRequest$ = [
|
|
1232
1253
|
3,
|
|
1233
1254
|
n0,
|
|
1234
1255
|
_UESCR,
|
|
1235
1256
|
0,
|
|
1236
1257
|
[_ES],
|
|
1237
|
-
[() => EventSourcesConfig],
|
|
1258
|
+
[() => EventSourcesConfig$],
|
|
1238
1259
|
];
|
|
1239
|
-
export var UpdateEventSourcesConfigResponse = [3, n0, _UESCRp, 0, [], []];
|
|
1240
|
-
export var UpdateResourceCollectionFilter = [
|
|
1260
|
+
export var UpdateEventSourcesConfigResponse$ = [3, n0, _UESCRp, 0, [], []];
|
|
1261
|
+
export var UpdateResourceCollectionFilter$ = [
|
|
1241
1262
|
3,
|
|
1242
1263
|
n0,
|
|
1243
1264
|
_URCF,
|
|
1244
1265
|
0,
|
|
1245
1266
|
[_CF, _Ta],
|
|
1246
|
-
[() => UpdateCloudFormationCollectionFilter
|
|
1267
|
+
[() => UpdateCloudFormationCollectionFilter$, () => UpdateTagCollectionFilters],
|
|
1247
1268
|
];
|
|
1248
|
-
export var UpdateResourceCollectionRequest = [
|
|
1269
|
+
export var UpdateResourceCollectionRequest$ = [
|
|
1249
1270
|
3,
|
|
1250
1271
|
n0,
|
|
1251
1272
|
_URCR,
|
|
1252
1273
|
0,
|
|
1253
1274
|
[_Ac, _RC],
|
|
1254
|
-
[0, () => UpdateResourceCollectionFilter],
|
|
1275
|
+
[0, () => UpdateResourceCollectionFilter$],
|
|
1255
1276
|
];
|
|
1256
|
-
export var UpdateResourceCollectionResponse = [3, n0, _URCRp, 0, [], []];
|
|
1257
|
-
export var UpdateServiceIntegrationConfig = [
|
|
1277
|
+
export var UpdateResourceCollectionResponse$ = [3, n0, _URCRp, 0, [], []];
|
|
1278
|
+
export var UpdateServiceIntegrationConfig$ = [
|
|
1258
1279
|
3,
|
|
1259
1280
|
n0,
|
|
1260
1281
|
_USIC,
|
|
1261
1282
|
0,
|
|
1262
1283
|
[_OC, _LAD, _KMSSSE],
|
|
1263
1284
|
[
|
|
1264
|
-
() => OpsCenterIntegrationConfig
|
|
1265
|
-
() => LogsAnomalyDetectionIntegrationConfig
|
|
1266
|
-
() => KMSServerSideEncryptionIntegrationConfig
|
|
1285
|
+
() => OpsCenterIntegrationConfig$,
|
|
1286
|
+
() => LogsAnomalyDetectionIntegrationConfig$,
|
|
1287
|
+
() => KMSServerSideEncryptionIntegrationConfig$,
|
|
1267
1288
|
],
|
|
1268
1289
|
];
|
|
1269
|
-
export var UpdateServiceIntegrationRequest = [
|
|
1290
|
+
export var UpdateServiceIntegrationRequest$ = [
|
|
1270
1291
|
3,
|
|
1271
1292
|
n0,
|
|
1272
1293
|
_USIR,
|
|
1273
1294
|
0,
|
|
1274
1295
|
[_SI],
|
|
1275
|
-
[() => UpdateServiceIntegrationConfig],
|
|
1296
|
+
[() => UpdateServiceIntegrationConfig$],
|
|
1276
1297
|
];
|
|
1277
|
-
export var UpdateServiceIntegrationResponse = [3, n0, _USIRp, 0, [], []];
|
|
1278
|
-
export var UpdateTagCollectionFilter = [3, n0, _UTCF, 0, [_ABK, _TV], [0, 64 | 0]];
|
|
1279
|
-
export var ValidationException = [
|
|
1298
|
+
export var UpdateServiceIntegrationResponse$ = [3, n0, _USIRp, 0, [], []];
|
|
1299
|
+
export var UpdateTagCollectionFilter$ = [3, n0, _UTCF, 0, [_ABK, _TV], [0, 64 | 0]];
|
|
1300
|
+
export var ValidationException$ = [
|
|
1280
1301
|
-3,
|
|
1281
1302
|
n0,
|
|
1282
1303
|
_VE,
|
|
@@ -1284,359 +1305,341 @@ export var ValidationException = [
|
|
|
1284
1305
|
[_M, _Rea, _Fie],
|
|
1285
1306
|
[0, 0, () => ValidationExceptionFields],
|
|
1286
1307
|
];
|
|
1287
|
-
TypeRegistry.for(n0).registerError(ValidationException
|
|
1288
|
-
export var ValidationExceptionField = [3, n0, _VEF, 0, [_N, _M], [0, 0]];
|
|
1289
|
-
export var DevOpsGuruServiceException = [-3, _sm, "DevOpsGuruServiceException", 0, [], []];
|
|
1290
|
-
TypeRegistry.for(_sm).registerError(DevOpsGuruServiceException
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
n0,
|
|
1317
|
-
_PIMDe,
|
|
1318
|
-
0,
|
|
1319
|
-
() => PerformanceInsightsMetricsDetail,
|
|
1320
|
-
];
|
|
1321
|
-
export var PerformanceInsightsReferenceDataList = [
|
|
1308
|
+
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
1309
|
+
export var ValidationExceptionField$ = [3, n0, _VEF, 0, [_N, _M], [0, 0]];
|
|
1310
|
+
export var DevOpsGuruServiceException$ = [-3, _sm, "DevOpsGuruServiceException", 0, [], []];
|
|
1311
|
+
TypeRegistry.for(_sm).registerError(DevOpsGuruServiceException$, DevOpsGuruServiceException);
|
|
1312
|
+
var AccountHealths = [1, n0, _AHc, 0, () => AccountHealth$];
|
|
1313
|
+
var AccountIdList = 64 | 0;
|
|
1314
|
+
var AnomalousLogGroups = [1, n0, _ALGn, 0, () => AnomalousLogGroup$];
|
|
1315
|
+
var AnomalyResources = [1, n0, _ARn, 0, () => AnomalyResource$];
|
|
1316
|
+
var AssociatedResourceArns = 64 | 0;
|
|
1317
|
+
var Channels = [1, n0, _Ch, 0, () => NotificationChannel$];
|
|
1318
|
+
var CloudFormationHealths = [1, n0, _CFHl, 0, () => CloudFormationHealth$];
|
|
1319
|
+
var CloudWatchMetricsDetails = [1, n0, _CWMDlo, 0, () => CloudWatchMetricsDetail$];
|
|
1320
|
+
var CloudWatchMetricsDimensions = [1, n0, _CWMDlou, 0, () => CloudWatchMetricsDimension$];
|
|
1321
|
+
var CostEstimationStackNames = 64 | 0;
|
|
1322
|
+
var CostEstimationTagValues = 64 | 0;
|
|
1323
|
+
var EventResources = [1, n0, _ERv, 0, () => EventResource$];
|
|
1324
|
+
var Events = [1, n0, _Ev, 0, () => Event$];
|
|
1325
|
+
var InsightSeverities = 64 | 0;
|
|
1326
|
+
var InsightStatuses = 64 | 0;
|
|
1327
|
+
var ListInsightsAccountIdList = 64 | 0;
|
|
1328
|
+
var ListInsightsOrganizationalUnitIdList = 64 | 0;
|
|
1329
|
+
var LogAnomalyClasses = [1, n0, _LACo, 0, () => LogAnomalyClass$];
|
|
1330
|
+
var LogAnomalyShowcases = [1, n0, _LAS, 0, () => LogAnomalyShowcase$];
|
|
1331
|
+
var MonitoredResourceIdentifiers = [1, n0, _MRI, 0, () => MonitoredResourceIdentifier$];
|
|
1332
|
+
var NotificationMessageTypes = 64 | 0;
|
|
1333
|
+
var OrganizationalUnitIdList = 64 | 0;
|
|
1334
|
+
var PerformanceInsightsMetricDimensions = 64 | 0;
|
|
1335
|
+
var PerformanceInsightsMetricsDetails = [1, n0, _PIMDe, 0, () => PerformanceInsightsMetricsDetail$];
|
|
1336
|
+
var PerformanceInsightsReferenceDataList = [
|
|
1322
1337
|
1,
|
|
1323
1338
|
n0,
|
|
1324
1339
|
_PIRDL,
|
|
1325
1340
|
0,
|
|
1326
|
-
() => PerformanceInsightsReferenceData
|
|
1327
|
-
];
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
];
|
|
1338
|
-
export var ReactiveAnomalies = [1, n0, _RAe, 0, () => ReactiveAnomalySummary];
|
|
1339
|
-
export var ReactiveInsights = [1, n0, _RIe, 0, () => ReactiveInsightSummary];
|
|
1340
|
-
export var ReactiveOrganizationInsights = [1, n0, _ROI, 0, () => ReactiveOrganizationInsightSummary];
|
|
1341
|
-
export var RecommendationRelatedAnomalies = [1, n0, _RRAe, 0, () => RecommendationRelatedAnomaly];
|
|
1342
|
-
export var RecommendationRelatedAnomalyResources = [
|
|
1341
|
+
() => PerformanceInsightsReferenceData$,
|
|
1342
|
+
];
|
|
1343
|
+
var PerformanceInsightsStats = [1, n0, _PISe, 0, () => PerformanceInsightsStat$];
|
|
1344
|
+
var ProactiveAnomalies = [1, n0, _PAr, 0, () => ProactiveAnomalySummary$];
|
|
1345
|
+
var ProactiveInsights = [1, n0, _PI, 0, () => ProactiveInsightSummary$];
|
|
1346
|
+
var ProactiveOrganizationInsights = [1, n0, _POI, 0, () => ProactiveOrganizationInsightSummary$];
|
|
1347
|
+
var ReactiveAnomalies = [1, n0, _RAe, 0, () => ReactiveAnomalySummary$];
|
|
1348
|
+
var ReactiveInsights = [1, n0, _RIe, 0, () => ReactiveInsightSummary$];
|
|
1349
|
+
var ReactiveOrganizationInsights = [1, n0, _ROI, 0, () => ReactiveOrganizationInsightSummary$];
|
|
1350
|
+
var RecommendationRelatedAnomalies = [1, n0, _RRAe, 0, () => RecommendationRelatedAnomaly$];
|
|
1351
|
+
var RecommendationRelatedAnomalyResources = [
|
|
1343
1352
|
1,
|
|
1344
1353
|
n0,
|
|
1345
1354
|
_RRARe,
|
|
1346
1355
|
0,
|
|
1347
|
-
() => RecommendationRelatedAnomalyResource
|
|
1356
|
+
() => RecommendationRelatedAnomalyResource$,
|
|
1348
1357
|
];
|
|
1349
|
-
|
|
1358
|
+
var RecommendationRelatedCloudWatchMetricsSourceDetails = [
|
|
1350
1359
|
1,
|
|
1351
1360
|
n0,
|
|
1352
1361
|
_RRCWMSDe,
|
|
1353
1362
|
0,
|
|
1354
|
-
() => RecommendationRelatedCloudWatchMetricsSourceDetail
|
|
1363
|
+
() => RecommendationRelatedCloudWatchMetricsSourceDetail$,
|
|
1355
1364
|
];
|
|
1356
|
-
|
|
1365
|
+
var RecommendationRelatedEventResources = [
|
|
1357
1366
|
1,
|
|
1358
1367
|
n0,
|
|
1359
1368
|
_RRERe,
|
|
1360
1369
|
0,
|
|
1361
|
-
() => RecommendationRelatedEventResource
|
|
1362
|
-
];
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
export var ServiceNames = 64 | 0;
|
|
1376
|
-
export var ServiceResourceCosts = [1, n0, _SRCe, 0, () => ServiceResourceCost];
|
|
1377
|
-
export var StackNames = 64 | 0;
|
|
1378
|
-
export var TagCollectionFilters = [1, n0, _TCFa, 0, () => TagCollectionFilter];
|
|
1379
|
-
export var TagCollections = [1, n0, _TCag, 0, () => TagCollection];
|
|
1380
|
-
export var TagCostEstimationResourceCollectionFilters = [
|
|
1370
|
+
() => RecommendationRelatedEventResource$,
|
|
1371
|
+
];
|
|
1372
|
+
var RecommendationRelatedEvents = [1, n0, _RREe, 0, () => RecommendationRelatedEvent$];
|
|
1373
|
+
var Recommendations = [1, n0, _Re, 0, () => Recommendation$];
|
|
1374
|
+
var RelatedAnomalySourceDetails = [1, n0, _RASD, 0, () => RecommendationRelatedAnomalySourceDetail$];
|
|
1375
|
+
var ResourceTypeFilters = 64 | 0;
|
|
1376
|
+
var SearchInsightsAccountIdList = 64 | 0;
|
|
1377
|
+
var ServiceHealths = [1, n0, _SHe, 0, () => ServiceHealth$];
|
|
1378
|
+
var ServiceNames = 64 | 0;
|
|
1379
|
+
var ServiceResourceCosts = [1, n0, _SRCe, 0, () => ServiceResourceCost$];
|
|
1380
|
+
var StackNames = 64 | 0;
|
|
1381
|
+
var TagCollectionFilters = [1, n0, _TCFa, 0, () => TagCollectionFilter$];
|
|
1382
|
+
var TagCollections = [1, n0, _TCag, 0, () => TagCollection$];
|
|
1383
|
+
var TagCostEstimationResourceCollectionFilters = [
|
|
1381
1384
|
1,
|
|
1382
1385
|
n0,
|
|
1383
1386
|
_TCERCFa,
|
|
1384
1387
|
0,
|
|
1385
|
-
() => TagCostEstimationResourceCollectionFilter
|
|
1386
|
-
];
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
export var AddNotificationChannel = [
|
|
1388
|
+
() => TagCostEstimationResourceCollectionFilter$,
|
|
1389
|
+
];
|
|
1390
|
+
var TagHealths = [1, n0, _THa, 0, () => TagHealth$];
|
|
1391
|
+
var TagValues = 64 | 0;
|
|
1392
|
+
var TimestampMetricValuePairList = [1, n0, _TMVPL, 0, () => TimestampMetricValuePair$];
|
|
1393
|
+
var UpdateStackNames = 64 | 0;
|
|
1394
|
+
var UpdateTagCollectionFilters = [1, n0, _UTCFp, 0, () => UpdateTagCollectionFilter$];
|
|
1395
|
+
var UpdateTagValues = 64 | 0;
|
|
1396
|
+
var ValidationExceptionFields = [1, n0, _VEFa, 0, () => ValidationExceptionField$];
|
|
1397
|
+
var PerformanceInsightsMetricFilterMap = 128 | 0;
|
|
1398
|
+
export var AddNotificationChannel$ = [
|
|
1396
1399
|
9,
|
|
1397
1400
|
n0,
|
|
1398
1401
|
_ANC,
|
|
1399
1402
|
{ [_h]: ["PUT", "/channels", 200] },
|
|
1400
|
-
() => AddNotificationChannelRequest
|
|
1401
|
-
() => AddNotificationChannelResponse
|
|
1403
|
+
() => AddNotificationChannelRequest$,
|
|
1404
|
+
() => AddNotificationChannelResponse$,
|
|
1402
1405
|
];
|
|
1403
|
-
export var DeleteInsight = [
|
|
1406
|
+
export var DeleteInsight$ = [
|
|
1404
1407
|
9,
|
|
1405
1408
|
n0,
|
|
1406
1409
|
_DI,
|
|
1407
1410
|
{ [_h]: ["DELETE", "/insights/{Id}", 200] },
|
|
1408
|
-
() => DeleteInsightRequest
|
|
1409
|
-
() => DeleteInsightResponse
|
|
1411
|
+
() => DeleteInsightRequest$,
|
|
1412
|
+
() => DeleteInsightResponse$,
|
|
1410
1413
|
];
|
|
1411
|
-
export var DescribeAccountHealth = [
|
|
1414
|
+
export var DescribeAccountHealth$ = [
|
|
1412
1415
|
9,
|
|
1413
1416
|
n0,
|
|
1414
1417
|
_DAH,
|
|
1415
1418
|
{ [_h]: ["GET", "/accounts/health", 200] },
|
|
1416
|
-
() => DescribeAccountHealthRequest
|
|
1417
|
-
() => DescribeAccountHealthResponse
|
|
1419
|
+
() => DescribeAccountHealthRequest$,
|
|
1420
|
+
() => DescribeAccountHealthResponse$,
|
|
1418
1421
|
];
|
|
1419
|
-
export var DescribeAccountOverview = [
|
|
1422
|
+
export var DescribeAccountOverview$ = [
|
|
1420
1423
|
9,
|
|
1421
1424
|
n0,
|
|
1422
1425
|
_DAO,
|
|
1423
1426
|
{ [_h]: ["POST", "/accounts/overview", 200] },
|
|
1424
|
-
() => DescribeAccountOverviewRequest
|
|
1425
|
-
() => DescribeAccountOverviewResponse
|
|
1427
|
+
() => DescribeAccountOverviewRequest$,
|
|
1428
|
+
() => DescribeAccountOverviewResponse$,
|
|
1426
1429
|
];
|
|
1427
|
-
export var DescribeAnomaly = [
|
|
1430
|
+
export var DescribeAnomaly$ = [
|
|
1428
1431
|
9,
|
|
1429
1432
|
n0,
|
|
1430
1433
|
_DA,
|
|
1431
1434
|
{ [_h]: ["GET", "/anomalies/{Id}", 200] },
|
|
1432
|
-
() => DescribeAnomalyRequest
|
|
1433
|
-
() => DescribeAnomalyResponse
|
|
1435
|
+
() => DescribeAnomalyRequest$,
|
|
1436
|
+
() => DescribeAnomalyResponse$,
|
|
1434
1437
|
];
|
|
1435
|
-
export var DescribeEventSourcesConfig = [
|
|
1438
|
+
export var DescribeEventSourcesConfig$ = [
|
|
1436
1439
|
9,
|
|
1437
1440
|
n0,
|
|
1438
1441
|
_DESC,
|
|
1439
1442
|
{ [_h]: ["POST", "/event-sources", 200] },
|
|
1440
|
-
() => DescribeEventSourcesConfigRequest
|
|
1441
|
-
() => DescribeEventSourcesConfigResponse
|
|
1443
|
+
() => DescribeEventSourcesConfigRequest$,
|
|
1444
|
+
() => DescribeEventSourcesConfigResponse$,
|
|
1442
1445
|
];
|
|
1443
|
-
export var DescribeFeedback = [
|
|
1446
|
+
export var DescribeFeedback$ = [
|
|
1444
1447
|
9,
|
|
1445
1448
|
n0,
|
|
1446
1449
|
_DF,
|
|
1447
1450
|
{ [_h]: ["POST", "/feedback", 200] },
|
|
1448
|
-
() => DescribeFeedbackRequest
|
|
1449
|
-
() => DescribeFeedbackResponse
|
|
1451
|
+
() => DescribeFeedbackRequest$,
|
|
1452
|
+
() => DescribeFeedbackResponse$,
|
|
1450
1453
|
];
|
|
1451
|
-
export var DescribeInsight = [
|
|
1454
|
+
export var DescribeInsight$ = [
|
|
1452
1455
|
9,
|
|
1453
1456
|
n0,
|
|
1454
1457
|
_DIe,
|
|
1455
1458
|
{ [_h]: ["GET", "/insights/{Id}", 200] },
|
|
1456
|
-
() => DescribeInsightRequest
|
|
1457
|
-
() => DescribeInsightResponse
|
|
1459
|
+
() => DescribeInsightRequest$,
|
|
1460
|
+
() => DescribeInsightResponse$,
|
|
1458
1461
|
];
|
|
1459
|
-
export var DescribeOrganizationHealth = [
|
|
1462
|
+
export var DescribeOrganizationHealth$ = [
|
|
1460
1463
|
9,
|
|
1461
1464
|
n0,
|
|
1462
1465
|
_DOH,
|
|
1463
1466
|
{ [_h]: ["POST", "/organization/health", 200] },
|
|
1464
|
-
() => DescribeOrganizationHealthRequest
|
|
1465
|
-
() => DescribeOrganizationHealthResponse
|
|
1467
|
+
() => DescribeOrganizationHealthRequest$,
|
|
1468
|
+
() => DescribeOrganizationHealthResponse$,
|
|
1466
1469
|
];
|
|
1467
|
-
export var DescribeOrganizationOverview = [
|
|
1470
|
+
export var DescribeOrganizationOverview$ = [
|
|
1468
1471
|
9,
|
|
1469
1472
|
n0,
|
|
1470
1473
|
_DOO,
|
|
1471
1474
|
{ [_h]: ["POST", "/organization/overview", 200] },
|
|
1472
|
-
() => DescribeOrganizationOverviewRequest
|
|
1473
|
-
() => DescribeOrganizationOverviewResponse
|
|
1475
|
+
() => DescribeOrganizationOverviewRequest$,
|
|
1476
|
+
() => DescribeOrganizationOverviewResponse$,
|
|
1474
1477
|
];
|
|
1475
|
-
export var DescribeOrganizationResourceCollectionHealth = [
|
|
1478
|
+
export var DescribeOrganizationResourceCollectionHealth$ = [
|
|
1476
1479
|
9,
|
|
1477
1480
|
n0,
|
|
1478
1481
|
_DORCH,
|
|
1479
1482
|
{ [_h]: ["POST", "/organization/health/resource-collection", 200] },
|
|
1480
|
-
() => DescribeOrganizationResourceCollectionHealthRequest
|
|
1481
|
-
() => DescribeOrganizationResourceCollectionHealthResponse
|
|
1483
|
+
() => DescribeOrganizationResourceCollectionHealthRequest$,
|
|
1484
|
+
() => DescribeOrganizationResourceCollectionHealthResponse$,
|
|
1482
1485
|
];
|
|
1483
|
-
export var DescribeResourceCollectionHealth = [
|
|
1486
|
+
export var DescribeResourceCollectionHealth$ = [
|
|
1484
1487
|
9,
|
|
1485
1488
|
n0,
|
|
1486
1489
|
_DRCH,
|
|
1487
1490
|
{ [_h]: ["GET", "/accounts/health/resource-collection/{ResourceCollectionType}", 200] },
|
|
1488
|
-
() => DescribeResourceCollectionHealthRequest
|
|
1489
|
-
() => DescribeResourceCollectionHealthResponse
|
|
1491
|
+
() => DescribeResourceCollectionHealthRequest$,
|
|
1492
|
+
() => DescribeResourceCollectionHealthResponse$,
|
|
1490
1493
|
];
|
|
1491
|
-
export var DescribeServiceIntegration = [
|
|
1494
|
+
export var DescribeServiceIntegration$ = [
|
|
1492
1495
|
9,
|
|
1493
1496
|
n0,
|
|
1494
1497
|
_DSI,
|
|
1495
1498
|
{ [_h]: ["GET", "/service-integrations", 200] },
|
|
1496
|
-
() => DescribeServiceIntegrationRequest
|
|
1497
|
-
() => DescribeServiceIntegrationResponse
|
|
1499
|
+
() => DescribeServiceIntegrationRequest$,
|
|
1500
|
+
() => DescribeServiceIntegrationResponse$,
|
|
1498
1501
|
];
|
|
1499
|
-
export var GetCostEstimation = [
|
|
1502
|
+
export var GetCostEstimation$ = [
|
|
1500
1503
|
9,
|
|
1501
1504
|
n0,
|
|
1502
1505
|
_GCE,
|
|
1503
1506
|
{ [_h]: ["GET", "/cost-estimation", 200] },
|
|
1504
|
-
() => GetCostEstimationRequest
|
|
1505
|
-
() => GetCostEstimationResponse
|
|
1507
|
+
() => GetCostEstimationRequest$,
|
|
1508
|
+
() => GetCostEstimationResponse$,
|
|
1506
1509
|
];
|
|
1507
|
-
export var GetResourceCollection = [
|
|
1510
|
+
export var GetResourceCollection$ = [
|
|
1508
1511
|
9,
|
|
1509
1512
|
n0,
|
|
1510
1513
|
_GRC,
|
|
1511
1514
|
{ [_h]: ["GET", "/resource-collections/{ResourceCollectionType}", 200] },
|
|
1512
|
-
() => GetResourceCollectionRequest
|
|
1513
|
-
() => GetResourceCollectionResponse
|
|
1515
|
+
() => GetResourceCollectionRequest$,
|
|
1516
|
+
() => GetResourceCollectionResponse$,
|
|
1514
1517
|
];
|
|
1515
|
-
export var ListAnomaliesForInsight = [
|
|
1518
|
+
export var ListAnomaliesForInsight$ = [
|
|
1516
1519
|
9,
|
|
1517
1520
|
n0,
|
|
1518
1521
|
_LAFI,
|
|
1519
1522
|
{ [_h]: ["POST", "/anomalies/insight/{InsightId}", 200] },
|
|
1520
|
-
() => ListAnomaliesForInsightRequest
|
|
1521
|
-
() => ListAnomaliesForInsightResponse
|
|
1523
|
+
() => ListAnomaliesForInsightRequest$,
|
|
1524
|
+
() => ListAnomaliesForInsightResponse$,
|
|
1522
1525
|
];
|
|
1523
|
-
export var ListAnomalousLogGroups = [
|
|
1526
|
+
export var ListAnomalousLogGroups$ = [
|
|
1524
1527
|
9,
|
|
1525
1528
|
n0,
|
|
1526
1529
|
_LALG,
|
|
1527
1530
|
{ [_h]: ["POST", "/list-log-anomalies", 200] },
|
|
1528
|
-
() => ListAnomalousLogGroupsRequest
|
|
1529
|
-
() => ListAnomalousLogGroupsResponse
|
|
1531
|
+
() => ListAnomalousLogGroupsRequest$,
|
|
1532
|
+
() => ListAnomalousLogGroupsResponse$,
|
|
1530
1533
|
];
|
|
1531
|
-
export var ListEvents = [
|
|
1534
|
+
export var ListEvents$ = [
|
|
1532
1535
|
9,
|
|
1533
1536
|
n0,
|
|
1534
1537
|
_LE,
|
|
1535
1538
|
{ [_h]: ["POST", "/events", 200] },
|
|
1536
|
-
() => ListEventsRequest
|
|
1537
|
-
() => ListEventsResponse
|
|
1539
|
+
() => ListEventsRequest$,
|
|
1540
|
+
() => ListEventsResponse$,
|
|
1538
1541
|
];
|
|
1539
|
-
export var ListInsights = [
|
|
1542
|
+
export var ListInsights$ = [
|
|
1540
1543
|
9,
|
|
1541
1544
|
n0,
|
|
1542
1545
|
_LI,
|
|
1543
1546
|
{ [_h]: ["POST", "/insights", 200] },
|
|
1544
|
-
() => ListInsightsRequest
|
|
1545
|
-
() => ListInsightsResponse
|
|
1547
|
+
() => ListInsightsRequest$,
|
|
1548
|
+
() => ListInsightsResponse$,
|
|
1546
1549
|
];
|
|
1547
|
-
export var ListMonitoredResources = [
|
|
1550
|
+
export var ListMonitoredResources$ = [
|
|
1548
1551
|
9,
|
|
1549
1552
|
n0,
|
|
1550
1553
|
_LMR,
|
|
1551
1554
|
{ [_h]: ["POST", "/monitoredResources", 200] },
|
|
1552
|
-
() => ListMonitoredResourcesRequest
|
|
1553
|
-
() => ListMonitoredResourcesResponse
|
|
1555
|
+
() => ListMonitoredResourcesRequest$,
|
|
1556
|
+
() => ListMonitoredResourcesResponse$,
|
|
1554
1557
|
];
|
|
1555
|
-
export var ListNotificationChannels = [
|
|
1558
|
+
export var ListNotificationChannels$ = [
|
|
1556
1559
|
9,
|
|
1557
1560
|
n0,
|
|
1558
1561
|
_LNC,
|
|
1559
1562
|
{ [_h]: ["POST", "/channels", 200] },
|
|
1560
|
-
() => ListNotificationChannelsRequest
|
|
1561
|
-
() => ListNotificationChannelsResponse
|
|
1563
|
+
() => ListNotificationChannelsRequest$,
|
|
1564
|
+
() => ListNotificationChannelsResponse$,
|
|
1562
1565
|
];
|
|
1563
|
-
export var ListOrganizationInsights = [
|
|
1566
|
+
export var ListOrganizationInsights$ = [
|
|
1564
1567
|
9,
|
|
1565
1568
|
n0,
|
|
1566
1569
|
_LOI,
|
|
1567
1570
|
{ [_h]: ["POST", "/organization/insights", 200] },
|
|
1568
|
-
() => ListOrganizationInsightsRequest
|
|
1569
|
-
() => ListOrganizationInsightsResponse
|
|
1571
|
+
() => ListOrganizationInsightsRequest$,
|
|
1572
|
+
() => ListOrganizationInsightsResponse$,
|
|
1570
1573
|
];
|
|
1571
|
-
export var ListRecommendations = [
|
|
1574
|
+
export var ListRecommendations$ = [
|
|
1572
1575
|
9,
|
|
1573
1576
|
n0,
|
|
1574
1577
|
_LR,
|
|
1575
1578
|
{ [_h]: ["POST", "/recommendations", 200] },
|
|
1576
|
-
() => ListRecommendationsRequest
|
|
1577
|
-
() => ListRecommendationsResponse
|
|
1579
|
+
() => ListRecommendationsRequest$,
|
|
1580
|
+
() => ListRecommendationsResponse$,
|
|
1578
1581
|
];
|
|
1579
|
-
export var PutFeedback = [
|
|
1582
|
+
export var PutFeedback$ = [
|
|
1580
1583
|
9,
|
|
1581
1584
|
n0,
|
|
1582
1585
|
_PF,
|
|
1583
1586
|
{ [_h]: ["PUT", "/feedback", 200] },
|
|
1584
|
-
() => PutFeedbackRequest
|
|
1585
|
-
() => PutFeedbackResponse
|
|
1587
|
+
() => PutFeedbackRequest$,
|
|
1588
|
+
() => PutFeedbackResponse$,
|
|
1586
1589
|
];
|
|
1587
|
-
export var RemoveNotificationChannel = [
|
|
1590
|
+
export var RemoveNotificationChannel$ = [
|
|
1588
1591
|
9,
|
|
1589
1592
|
n0,
|
|
1590
1593
|
_RNC,
|
|
1591
1594
|
{ [_h]: ["DELETE", "/channels/{Id}", 200] },
|
|
1592
|
-
() => RemoveNotificationChannelRequest
|
|
1593
|
-
() => RemoveNotificationChannelResponse
|
|
1595
|
+
() => RemoveNotificationChannelRequest$,
|
|
1596
|
+
() => RemoveNotificationChannelResponse$,
|
|
1594
1597
|
];
|
|
1595
|
-
export var SearchInsights = [
|
|
1598
|
+
export var SearchInsights$ = [
|
|
1596
1599
|
9,
|
|
1597
1600
|
n0,
|
|
1598
1601
|
_SIe,
|
|
1599
1602
|
{ [_h]: ["POST", "/insights/search", 200] },
|
|
1600
|
-
() => SearchInsightsRequest
|
|
1601
|
-
() => SearchInsightsResponse
|
|
1603
|
+
() => SearchInsightsRequest$,
|
|
1604
|
+
() => SearchInsightsResponse$,
|
|
1602
1605
|
];
|
|
1603
|
-
export var SearchOrganizationInsights = [
|
|
1606
|
+
export var SearchOrganizationInsights$ = [
|
|
1604
1607
|
9,
|
|
1605
1608
|
n0,
|
|
1606
1609
|
_SOI,
|
|
1607
1610
|
{ [_h]: ["POST", "/organization/insights/search", 200] },
|
|
1608
|
-
() => SearchOrganizationInsightsRequest
|
|
1609
|
-
() => SearchOrganizationInsightsResponse
|
|
1611
|
+
() => SearchOrganizationInsightsRequest$,
|
|
1612
|
+
() => SearchOrganizationInsightsResponse$,
|
|
1610
1613
|
];
|
|
1611
|
-
export var StartCostEstimation = [
|
|
1614
|
+
export var StartCostEstimation$ = [
|
|
1612
1615
|
9,
|
|
1613
1616
|
n0,
|
|
1614
1617
|
_SCE,
|
|
1615
1618
|
{ [_h]: ["PUT", "/cost-estimation", 200] },
|
|
1616
|
-
() => StartCostEstimationRequest
|
|
1617
|
-
() => StartCostEstimationResponse
|
|
1619
|
+
() => StartCostEstimationRequest$,
|
|
1620
|
+
() => StartCostEstimationResponse$,
|
|
1618
1621
|
];
|
|
1619
|
-
export var UpdateEventSourcesConfig = [
|
|
1622
|
+
export var UpdateEventSourcesConfig$ = [
|
|
1620
1623
|
9,
|
|
1621
1624
|
n0,
|
|
1622
1625
|
_UESC,
|
|
1623
1626
|
{ [_h]: ["PUT", "/event-sources", 200] },
|
|
1624
|
-
() => UpdateEventSourcesConfigRequest
|
|
1625
|
-
() => UpdateEventSourcesConfigResponse
|
|
1627
|
+
() => UpdateEventSourcesConfigRequest$,
|
|
1628
|
+
() => UpdateEventSourcesConfigResponse$,
|
|
1626
1629
|
];
|
|
1627
|
-
export var UpdateResourceCollection = [
|
|
1630
|
+
export var UpdateResourceCollection$ = [
|
|
1628
1631
|
9,
|
|
1629
1632
|
n0,
|
|
1630
1633
|
_URC,
|
|
1631
1634
|
{ [_h]: ["PUT", "/resource-collections", 200] },
|
|
1632
|
-
() => UpdateResourceCollectionRequest
|
|
1633
|
-
() => UpdateResourceCollectionResponse
|
|
1635
|
+
() => UpdateResourceCollectionRequest$,
|
|
1636
|
+
() => UpdateResourceCollectionResponse$,
|
|
1634
1637
|
];
|
|
1635
|
-
export var UpdateServiceIntegration = [
|
|
1638
|
+
export var UpdateServiceIntegration$ = [
|
|
1636
1639
|
9,
|
|
1637
1640
|
n0,
|
|
1638
1641
|
_USI,
|
|
1639
1642
|
{ [_h]: ["PUT", "/service-integrations", 200] },
|
|
1640
|
-
() => UpdateServiceIntegrationRequest
|
|
1641
|
-
() => UpdateServiceIntegrationResponse
|
|
1643
|
+
() => UpdateServiceIntegrationRequest$,
|
|
1644
|
+
() => UpdateServiceIntegrationResponse$,
|
|
1642
1645
|
];
|