@aws-sdk/client-compute-optimizer 3.952.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.
Files changed (48) hide show
  1. package/dist-cjs/index.js +694 -501
  2. package/dist-cjs/runtimeConfig.shared.js +6 -6
  3. package/dist-es/commands/DeleteRecommendationPreferencesCommand.js +2 -2
  4. package/dist-es/commands/DescribeRecommendationExportJobsCommand.js +2 -2
  5. package/dist-es/commands/ExportAutoScalingGroupRecommendationsCommand.js +2 -2
  6. package/dist-es/commands/ExportEBSVolumeRecommendationsCommand.js +2 -2
  7. package/dist-es/commands/ExportEC2InstanceRecommendationsCommand.js +2 -2
  8. package/dist-es/commands/ExportECSServiceRecommendationsCommand.js +2 -2
  9. package/dist-es/commands/ExportIdleRecommendationsCommand.js +2 -2
  10. package/dist-es/commands/ExportLambdaFunctionRecommendationsCommand.js +2 -2
  11. package/dist-es/commands/ExportLicenseRecommendationsCommand.js +2 -2
  12. package/dist-es/commands/ExportRDSDatabaseRecommendationsCommand.js +2 -2
  13. package/dist-es/commands/GetAutoScalingGroupRecommendationsCommand.js +2 -2
  14. package/dist-es/commands/GetEBSVolumeRecommendationsCommand.js +2 -2
  15. package/dist-es/commands/GetEC2InstanceRecommendationsCommand.js +2 -2
  16. package/dist-es/commands/GetEC2RecommendationProjectedMetricsCommand.js +2 -2
  17. package/dist-es/commands/GetECSServiceRecommendationProjectedMetricsCommand.js +2 -2
  18. package/dist-es/commands/GetECSServiceRecommendationsCommand.js +2 -2
  19. package/dist-es/commands/GetEffectiveRecommendationPreferencesCommand.js +2 -2
  20. package/dist-es/commands/GetEnrollmentStatusCommand.js +2 -2
  21. package/dist-es/commands/GetEnrollmentStatusesForOrganizationCommand.js +2 -2
  22. package/dist-es/commands/GetIdleRecommendationsCommand.js +2 -2
  23. package/dist-es/commands/GetLambdaFunctionRecommendationsCommand.js +2 -2
  24. package/dist-es/commands/GetLicenseRecommendationsCommand.js +2 -2
  25. package/dist-es/commands/GetRDSDatabaseRecommendationProjectedMetricsCommand.js +2 -2
  26. package/dist-es/commands/GetRDSDatabaseRecommendationsCommand.js +2 -2
  27. package/dist-es/commands/GetRecommendationPreferencesCommand.js +2 -2
  28. package/dist-es/commands/GetRecommendationSummariesCommand.js +2 -2
  29. package/dist-es/commands/PutRecommendationPreferencesCommand.js +2 -2
  30. package/dist-es/commands/UpdateEnrollmentStatusCommand.js +2 -2
  31. package/dist-es/index.js +1 -0
  32. package/dist-es/runtimeConfig.shared.js +6 -6
  33. package/dist-es/schemas/schemas_0.js +480 -485
  34. package/dist-types/ComputeOptimizerClient.d.ts +1 -10
  35. package/dist-types/index.d.ts +1 -0
  36. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  37. package/dist-types/runtimeConfig.d.ts +6 -2
  38. package/dist-types/runtimeConfig.native.d.ts +6 -2
  39. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  40. package/dist-types/schemas/schemas_0.d.ts +199 -290
  41. package/dist-types/ts3.4/ComputeOptimizerClient.d.ts +0 -4
  42. package/dist-types/ts3.4/index.d.ts +1 -0
  43. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  44. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  45. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  46. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  47. package/dist-types/ts3.4/schemas/schemas_0.d.ts +198 -290
  48. package/package.json +34 -34
@@ -474,12 +474,12 @@ const _vT = "volumeType";
474
474
  const _va = "values";
475
475
  const n0 = "com.amazonaws.computeoptimizer";
476
476
  import { TypeRegistry } from "@smithy/core/schema";
477
- import { ComputeOptimizerServiceException as __ComputeOptimizerServiceException } from "../models/ComputeOptimizerServiceException";
478
- import { AccessDeniedException as __AccessDeniedException, InternalServerException as __InternalServerException, InvalidParameterValueException as __InvalidParameterValueException, LimitExceededException as __LimitExceededException, MissingAuthenticationToken as __MissingAuthenticationToken, OptInRequiredException as __OptInRequiredException, ResourceNotFoundException as __ResourceNotFoundException, ServiceUnavailableException as __ServiceUnavailableException, ThrottlingException as __ThrottlingException, } from "../models/errors";
479
- export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
480
- TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
481
- export var AccountEnrollmentStatus = [3, n0, _AES, 0, [_aI, _s, _sR, _lUT], [0, 0, 0, 4]];
482
- export var AutoScalingGroupConfiguration = [
477
+ import { ComputeOptimizerServiceException } from "../models/ComputeOptimizerServiceException";
478
+ import { AccessDeniedException, InternalServerException, InvalidParameterValueException, LimitExceededException, MissingAuthenticationToken, OptInRequiredException, ResourceNotFoundException, ServiceUnavailableException, ThrottlingException, } from "../models/errors";
479
+ export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
480
+ TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
481
+ export var AccountEnrollmentStatus$ = [3, n0, _AES, 0, [_aI, _s, _sR, _lUT], [0, 0, 0, 4]];
482
+ export var AutoScalingGroupConfiguration$ = [
483
483
  3,
484
484
  n0,
485
485
  _ASGC,
@@ -487,8 +487,8 @@ export var AutoScalingGroupConfiguration = [
487
487
  [_dC, _mS, _mSa, _iT, _aS, _eIHRP, _t, _mIT],
488
488
  [1, 1, 1, 0, 0, 1, 0, 64 | 0],
489
489
  ];
490
- export var AutoScalingGroupEstimatedMonthlySavings = [3, n0, _ASGEMS, 0, [_cu, _v], [0, 1]];
491
- export var AutoScalingGroupRecommendation = [
490
+ export var AutoScalingGroupEstimatedMonthlySavings$ = [3, n0, _ASGEMS, 0, [_cu, _v], [0, 1]];
491
+ export var AutoScalingGroupRecommendation$ = [
492
492
  3,
493
493
  n0,
494
494
  _ASGR,
@@ -501,59 +501,59 @@ export var AutoScalingGroupRecommendation = [
501
501
  0,
502
502
  () => UtilizationMetrics,
503
503
  1,
504
- () => AutoScalingGroupConfiguration,
505
- () => GpuInfo,
504
+ () => AutoScalingGroupConfiguration$,
505
+ () => GpuInfo$,
506
506
  () => AutoScalingGroupRecommendationOptions,
507
507
  4,
508
508
  0,
509
- () => EffectiveRecommendationPreferences,
509
+ () => EffectiveRecommendationPreferences$,
510
510
  64 | 0,
511
511
  ],
512
512
  ];
513
- export var AutoScalingGroupRecommendationOption = [
513
+ export var AutoScalingGroupRecommendationOption$ = [
514
514
  3,
515
515
  n0,
516
516
  _ASGRO,
517
517
  0,
518
518
  [_co, _iGI, _pUM, _pR, _r, _sO, _sOAD, _mE],
519
519
  [
520
- () => AutoScalingGroupConfiguration,
521
- () => GpuInfo,
520
+ () => AutoScalingGroupConfiguration$,
521
+ () => GpuInfo$,
522
522
  () => ProjectedUtilizationMetrics,
523
523
  1,
524
524
  1,
525
- () => SavingsOpportunity,
526
- () => AutoScalingGroupSavingsOpportunityAfterDiscounts,
525
+ () => SavingsOpportunity$,
526
+ () => AutoScalingGroupSavingsOpportunityAfterDiscounts$,
527
527
  0,
528
528
  ],
529
529
  ];
530
- export var AutoScalingGroupSavingsOpportunityAfterDiscounts = [
530
+ export var AutoScalingGroupSavingsOpportunityAfterDiscounts$ = [
531
531
  3,
532
532
  n0,
533
533
  _ASGSOAD,
534
534
  0,
535
535
  [_sOP, _eMS],
536
- [1, () => AutoScalingGroupEstimatedMonthlySavings],
536
+ [1, () => AutoScalingGroupEstimatedMonthlySavings$],
537
537
  ];
538
- export var ContainerConfiguration = [
538
+ export var ContainerConfiguration$ = [
539
539
  3,
540
540
  n0,
541
541
  _CC,
542
542
  0,
543
543
  [_cN, _mSC, _cp],
544
- [0, () => MemorySizeConfiguration, 1],
544
+ [0, () => MemorySizeConfiguration$, 1],
545
545
  ];
546
- export var ContainerRecommendation = [
546
+ export var ContainerRecommendation$ = [
547
547
  3,
548
548
  n0,
549
549
  _CR,
550
550
  0,
551
551
  [_cN, _mSC, _cp],
552
- [0, () => MemorySizeConfiguration, 1],
552
+ [0, () => MemorySizeConfiguration$, 1],
553
553
  ];
554
- export var CurrentPerformanceRiskRatings = [3, n0, _CPRR, 0, [_h, _me, _l, _vL], [1, 1, 1, 1]];
555
- export var CustomizableMetricParameters = [3, n0, _CMP, 0, [_th, _he], [0, 0]];
556
- export var DBStorageConfiguration = [
554
+ export var CurrentPerformanceRiskRatings$ = [3, n0, _CPRR, 0, [_h, _me, _l, _vL], [1, 1, 1, 1]];
555
+ export var CustomizableMetricParameters$ = [3, n0, _CMP, 0, [_th, _he], [0, 0]];
556
+ export var DBStorageConfiguration$ = [
557
557
  3,
558
558
  n0,
559
559
  _DBSC,
@@ -561,16 +561,16 @@ export var DBStorageConfiguration = [
561
561
  [_sT, _aSl, _i, _mAS, _sTt],
562
562
  [0, 1, 1, 1, 1],
563
563
  ];
564
- export var DeleteRecommendationPreferencesRequest = [
564
+ export var DeleteRecommendationPreferencesRequest$ = [
565
565
  3,
566
566
  n0,
567
567
  _DRPR,
568
568
  0,
569
569
  [_rT, _sc, _rPN],
570
- [0, () => Scope, 64 | 0],
570
+ [0, () => Scope$, 64 | 0],
571
571
  ];
572
- export var DeleteRecommendationPreferencesResponse = [3, n0, _DRPRe, 0, [], []];
573
- export var DescribeRecommendationExportJobsRequest = [
572
+ export var DeleteRecommendationPreferencesResponse$ = [3, n0, _DRPRe, 0, [], []];
573
+ export var DescribeRecommendationExportJobsRequest$ = [
574
574
  3,
575
575
  n0,
576
576
  _DREJR,
@@ -578,7 +578,7 @@ export var DescribeRecommendationExportJobsRequest = [
578
578
  [_jI, _fi, _nT, _mR],
579
579
  [64 | 0, () => JobFilters, 0, 1],
580
580
  ];
581
- export var DescribeRecommendationExportJobsResponse = [
581
+ export var DescribeRecommendationExportJobsResponse$ = [
582
582
  3,
583
583
  n0,
584
584
  _DREJRe,
@@ -586,45 +586,45 @@ export var DescribeRecommendationExportJobsResponse = [
586
586
  [_rEJ, _nT],
587
587
  [() => RecommendationExportJobs, 0],
588
588
  ];
589
- export var EBSEffectiveRecommendationPreferences = [
589
+ export var EBSEffectiveRecommendationPreferences$ = [
590
590
  3,
591
591
  n0,
592
592
  _EBSERP,
593
593
  0,
594
594
  [_sEM],
595
- [() => EBSSavingsEstimationMode],
595
+ [() => EBSSavingsEstimationMode$],
596
596
  ];
597
- export var EBSEstimatedMonthlySavings = [3, n0, _EBSEMS, 0, [_cu, _v], [0, 1]];
598
- export var EBSFilter = [3, n0, _EBSF, 0, [_n, _va], [0, 64 | 0]];
599
- export var EBSSavingsEstimationMode = [3, n0, _EBSSEM, 0, [_so], [0]];
600
- export var EBSSavingsOpportunityAfterDiscounts = [
597
+ export var EBSEstimatedMonthlySavings$ = [3, n0, _EBSEMS, 0, [_cu, _v], [0, 1]];
598
+ export var EBSFilter$ = [3, n0, _EBSF, 0, [_n, _va], [0, 64 | 0]];
599
+ export var EBSSavingsEstimationMode$ = [3, n0, _EBSSEM, 0, [_so], [0]];
600
+ export var EBSSavingsOpportunityAfterDiscounts$ = [
601
601
  3,
602
602
  n0,
603
603
  _EBSSOAD,
604
604
  0,
605
605
  [_sOP, _eMS],
606
- [1, () => EBSEstimatedMonthlySavings],
606
+ [1, () => EBSEstimatedMonthlySavings$],
607
607
  ];
608
- export var EBSUtilizationMetric = [3, n0, _EBSUM, 0, [_n, _st, _v], [0, 0, 1]];
609
- export var ECSEffectiveRecommendationPreferences = [
608
+ export var EBSUtilizationMetric$ = [3, n0, _EBSUM, 0, [_n, _st, _v], [0, 0, 1]];
609
+ export var ECSEffectiveRecommendationPreferences$ = [
610
610
  3,
611
611
  n0,
612
612
  _ECSERP,
613
613
  0,
614
614
  [_sEM],
615
- [() => ECSSavingsEstimationMode],
615
+ [() => ECSSavingsEstimationMode$],
616
616
  ];
617
- export var ECSEstimatedMonthlySavings = [3, n0, _ECSEMS, 0, [_cu, _v], [0, 1]];
618
- export var ECSSavingsEstimationMode = [3, n0, _ECSSEM, 0, [_so], [0]];
619
- export var ECSSavingsOpportunityAfterDiscounts = [
617
+ export var ECSEstimatedMonthlySavings$ = [3, n0, _ECSEMS, 0, [_cu, _v], [0, 1]];
618
+ export var ECSSavingsEstimationMode$ = [3, n0, _ECSSEM, 0, [_so], [0]];
619
+ export var ECSSavingsOpportunityAfterDiscounts$ = [
620
620
  3,
621
621
  n0,
622
622
  _ECSSOAD,
623
623
  0,
624
624
  [_sOP, _eMS],
625
- [1, () => ECSEstimatedMonthlySavings],
625
+ [1, () => ECSEstimatedMonthlySavings$],
626
626
  ];
627
- export var ECSServiceProjectedMetric = [
627
+ export var ECSServiceProjectedMetric$ = [
628
628
  3,
629
629
  n0,
630
630
  _ECSSPM,
@@ -632,7 +632,7 @@ export var ECSServiceProjectedMetric = [
632
632
  [_n, _ti, _uBV, _lBV],
633
633
  [0, 64 | 4, 64 | 1, 64 | 1],
634
634
  ];
635
- export var ECSServiceProjectedUtilizationMetric = [
635
+ export var ECSServiceProjectedUtilizationMetric$ = [
636
636
  3,
637
637
  n0,
638
638
  _ECSSPUM,
@@ -640,7 +640,7 @@ export var ECSServiceProjectedUtilizationMetric = [
640
640
  [_n, _st, _lBVo, _uBVp],
641
641
  [0, 0, 1, 1],
642
642
  ];
643
- export var ECSServiceRecommendation = [
643
+ export var ECSServiceRecommendation$ = [
644
644
  3,
645
645
  n0,
646
646
  _ECSSR,
@@ -649,7 +649,7 @@ export var ECSServiceRecommendation = [
649
649
  [
650
650
  0,
651
651
  0,
652
- () => ServiceConfiguration,
652
+ () => ServiceConfiguration$,
653
653
  () => ECSServiceUtilizationMetrics,
654
654
  1,
655
655
  0,
@@ -658,12 +658,12 @@ export var ECSServiceRecommendation = [
658
658
  64 | 0,
659
659
  () => ECSServiceRecommendationOptions,
660
660
  0,
661
- () => ECSEffectiveRecommendationPreferences,
661
+ () => ECSEffectiveRecommendationPreferences$,
662
662
  () => Tags,
663
663
  ],
664
664
  ];
665
- export var ECSServiceRecommendationFilter = [3, n0, _ECSSRF, 0, [_n, _va], [0, 64 | 0]];
666
- export var ECSServiceRecommendationOption = [
665
+ export var ECSServiceRecommendationFilter$ = [3, n0, _ECSSRF, 0, [_n, _va], [0, 64 | 0]];
666
+ export var ECSServiceRecommendationOption$ = [
667
667
  3,
668
668
  n0,
669
669
  _ECSSRO,
@@ -672,13 +672,13 @@ export var ECSServiceRecommendationOption = [
672
672
  [
673
673
  1,
674
674
  1,
675
- () => SavingsOpportunity,
676
- () => ECSSavingsOpportunityAfterDiscounts,
675
+ () => SavingsOpportunity$,
676
+ () => ECSSavingsOpportunityAfterDiscounts$,
677
677
  () => ECSServiceProjectedUtilizationMetrics,
678
678
  () => ContainerRecommendations,
679
679
  ],
680
680
  ];
681
- export var ECSServiceRecommendedOptionProjectedMetric = [
681
+ export var ECSServiceRecommendedOptionProjectedMetric$ = [
682
682
  3,
683
683
  n0,
684
684
  _ECSSROPM,
@@ -686,8 +686,8 @@ export var ECSServiceRecommendedOptionProjectedMetric = [
686
686
  [_rCU, _rMS, _pM],
687
687
  [1, 1, () => ECSServiceProjectedMetrics],
688
688
  ];
689
- export var ECSServiceUtilizationMetric = [3, n0, _ECSSUM, 0, [_n, _st, _v], [0, 0, 1]];
690
- export var EffectivePreferredResource = [
689
+ export var ECSServiceUtilizationMetric$ = [3, n0, _ECSSUM, 0, [_n, _st, _v], [0, 0, 1]];
690
+ export var EffectivePreferredResource$ = [
691
691
  3,
692
692
  n0,
693
693
  _EPR,
@@ -695,7 +695,7 @@ export var EffectivePreferredResource = [
695
695
  [_n, _iL, _eIL, _eL],
696
696
  [0, 64 | 0, 64 | 0, 64 | 0],
697
697
  ];
698
- export var EffectiveRecommendationPreferences = [
698
+ export var EffectiveRecommendationPreferences$ = [
699
699
  3,
700
700
  n0,
701
701
  _ERP,
@@ -705,156 +705,164 @@ export var EffectiveRecommendationPreferences = [
705
705
  64 | 0,
706
706
  0,
707
707
  0,
708
- () => ExternalMetricsPreference,
708
+ () => ExternalMetricsPreference$,
709
709
  0,
710
710
  () => UtilizationPreferences,
711
711
  () => EffectivePreferredResources,
712
- () => InstanceSavingsEstimationMode,
712
+ () => InstanceSavingsEstimationMode$,
713
713
  ],
714
714
  ];
715
- export var EnrollmentFilter = [3, n0, _EF, 0, [_n, _va], [0, 64 | 0]];
716
- export var EstimatedMonthlySavings = [3, n0, _EMS, 0, [_cu, _v], [0, 1]];
717
- export var ExportAutoScalingGroupRecommendationsRequest = [
715
+ export var EnrollmentFilter$ = [3, n0, _EF, 0, [_n, _va], [0, 64 | 0]];
716
+ export var EstimatedMonthlySavings$ = [3, n0, _EMS, 0, [_cu, _v], [0, 1]];
717
+ export var ExportAutoScalingGroupRecommendationsRequest$ = [
718
718
  3,
719
719
  n0,
720
720
  _EASGRR,
721
721
  0,
722
722
  [_aIc, _fi, _fTE, _sDC, _fF, _iMA, _rP],
723
- [64 | 0, () => Filters, 64 | 0, () => S3DestinationConfig, 0, 2, () => RecommendationPreferences],
723
+ [64 | 0, () => Filters, 64 | 0, () => S3DestinationConfig$, 0, 2, () => RecommendationPreferences$],
724
724
  ];
725
- export var ExportAutoScalingGroupRecommendationsResponse = [
725
+ export var ExportAutoScalingGroupRecommendationsResponse$ = [
726
726
  3,
727
727
  n0,
728
728
  _EASGRRx,
729
729
  0,
730
730
  [_jIo, _sD],
731
- [0, () => S3Destination],
731
+ [0, () => S3Destination$],
732
732
  ];
733
- export var ExportDestination = [3, n0, _ED, 0, [_s_], [() => S3Destination]];
734
- export var ExportEBSVolumeRecommendationsRequest = [
733
+ export var ExportDestination$ = [3, n0, _ED, 0, [_s_], [() => S3Destination$]];
734
+ export var ExportEBSVolumeRecommendationsRequest$ = [
735
735
  3,
736
736
  n0,
737
737
  _EEBSVRR,
738
738
  0,
739
739
  [_aIc, _fi, _fTE, _sDC, _fF, _iMA],
740
- [64 | 0, () => EBSFilters, 64 | 0, () => S3DestinationConfig, 0, 2],
740
+ [64 | 0, () => EBSFilters, 64 | 0, () => S3DestinationConfig$, 0, 2],
741
741
  ];
742
- export var ExportEBSVolumeRecommendationsResponse = [
742
+ export var ExportEBSVolumeRecommendationsResponse$ = [
743
743
  3,
744
744
  n0,
745
745
  _EEBSVRRx,
746
746
  0,
747
747
  [_jIo, _sD],
748
- [0, () => S3Destination],
748
+ [0, () => S3Destination$],
749
749
  ];
750
- export var ExportEC2InstanceRecommendationsRequest = [
750
+ export var ExportEC2InstanceRecommendationsRequest$ = [
751
751
  3,
752
752
  n0,
753
753
  _EECIRR,
754
754
  0,
755
755
  [_aIc, _fi, _fTE, _sDC, _fF, _iMA, _rP],
756
- [64 | 0, () => Filters, 64 | 0, () => S3DestinationConfig, 0, 2, () => RecommendationPreferences],
756
+ [64 | 0, () => Filters, 64 | 0, () => S3DestinationConfig$, 0, 2, () => RecommendationPreferences$],
757
757
  ];
758
- export var ExportEC2InstanceRecommendationsResponse = [
758
+ export var ExportEC2InstanceRecommendationsResponse$ = [
759
759
  3,
760
760
  n0,
761
761
  _EECIRRx,
762
762
  0,
763
763
  [_jIo, _sD],
764
- [0, () => S3Destination],
764
+ [0, () => S3Destination$],
765
765
  ];
766
- export var ExportECSServiceRecommendationsRequest = [
766
+ export var ExportECSServiceRecommendationsRequest$ = [
767
767
  3,
768
768
  n0,
769
769
  _EECSSRR,
770
770
  0,
771
771
  [_aIc, _fi, _fTE, _sDC, _fF, _iMA],
772
- [64 | 0, () => ECSServiceRecommendationFilters, 64 | 0, () => S3DestinationConfig, 0, 2],
772
+ [64 | 0, () => ECSServiceRecommendationFilters, 64 | 0, () => S3DestinationConfig$, 0, 2],
773
773
  ];
774
- export var ExportECSServiceRecommendationsResponse = [
774
+ export var ExportECSServiceRecommendationsResponse$ = [
775
775
  3,
776
776
  n0,
777
777
  _EECSSRRx,
778
778
  0,
779
779
  [_jIo, _sD],
780
- [0, () => S3Destination],
780
+ [0, () => S3Destination$],
781
781
  ];
782
- export var ExportIdleRecommendationsRequest = [
782
+ export var ExportIdleRecommendationsRequest$ = [
783
783
  3,
784
784
  n0,
785
785
  _EIRR,
786
786
  0,
787
787
  [_aIc, _fi, _fTE, _sDC, _fF, _iMA],
788
- [64 | 0, () => IdleRecommendationFilters, 64 | 0, () => S3DestinationConfig, 0, 2],
788
+ [64 | 0, () => IdleRecommendationFilters, 64 | 0, () => S3DestinationConfig$, 0, 2],
789
789
  ];
790
- export var ExportIdleRecommendationsResponse = [
790
+ export var ExportIdleRecommendationsResponse$ = [
791
791
  3,
792
792
  n0,
793
793
  _EIRRx,
794
794
  0,
795
795
  [_jIo, _sD],
796
- [0, () => S3Destination],
796
+ [0, () => S3Destination$],
797
797
  ];
798
- export var ExportLambdaFunctionRecommendationsRequest = [
798
+ export var ExportLambdaFunctionRecommendationsRequest$ = [
799
799
  3,
800
800
  n0,
801
801
  _ELFRR,
802
802
  0,
803
803
  [_aIc, _fi, _fTE, _sDC, _fF, _iMA],
804
- [64 | 0, () => LambdaFunctionRecommendationFilters, 64 | 0, () => S3DestinationConfig, 0, 2],
804
+ [64 | 0, () => LambdaFunctionRecommendationFilters, 64 | 0, () => S3DestinationConfig$, 0, 2],
805
805
  ];
806
- export var ExportLambdaFunctionRecommendationsResponse = [
806
+ export var ExportLambdaFunctionRecommendationsResponse$ = [
807
807
  3,
808
808
  n0,
809
809
  _ELFRRx,
810
810
  0,
811
811
  [_jIo, _sD],
812
- [0, () => S3Destination],
812
+ [0, () => S3Destination$],
813
813
  ];
814
- export var ExportLicenseRecommendationsRequest = [
814
+ export var ExportLicenseRecommendationsRequest$ = [
815
815
  3,
816
816
  n0,
817
817
  _ELRR,
818
818
  0,
819
819
  [_aIc, _fi, _fTE, _sDC, _fF, _iMA],
820
- [64 | 0, () => LicenseRecommendationFilters, 64 | 0, () => S3DestinationConfig, 0, 2],
820
+ [64 | 0, () => LicenseRecommendationFilters, 64 | 0, () => S3DestinationConfig$, 0, 2],
821
821
  ];
822
- export var ExportLicenseRecommendationsResponse = [
822
+ export var ExportLicenseRecommendationsResponse$ = [
823
823
  3,
824
824
  n0,
825
825
  _ELRRx,
826
826
  0,
827
827
  [_jIo, _sD],
828
- [0, () => S3Destination],
828
+ [0, () => S3Destination$],
829
829
  ];
830
- export var ExportRDSDatabaseRecommendationsRequest = [
830
+ export var ExportRDSDatabaseRecommendationsRequest$ = [
831
831
  3,
832
832
  n0,
833
833
  _ERDSDRR,
834
834
  0,
835
835
  [_aIc, _fi, _fTE, _sDC, _fF, _iMA, _rP],
836
- [64 | 0, () => RDSDBRecommendationFilters, 64 | 0, () => S3DestinationConfig, 0, 2, () => RecommendationPreferences],
836
+ [
837
+ 64 | 0,
838
+ () => RDSDBRecommendationFilters,
839
+ 64 | 0,
840
+ () => S3DestinationConfig$,
841
+ 0,
842
+ 2,
843
+ () => RecommendationPreferences$,
844
+ ],
837
845
  ];
838
- export var ExportRDSDatabaseRecommendationsResponse = [
846
+ export var ExportRDSDatabaseRecommendationsResponse$ = [
839
847
  3,
840
848
  n0,
841
849
  _ERDSDRRx,
842
850
  0,
843
851
  [_jIo, _sD],
844
- [0, () => S3Destination],
852
+ [0, () => S3Destination$],
845
853
  ];
846
- export var ExternalMetricsPreference = [3, n0, _EMP, 0, [_so], [0]];
847
- export var ExternalMetricStatus = [3, n0, _EMSx, 0, [_sC, _sR], [0, 0]];
848
- export var Filter = [3, n0, _F, 0, [_n, _va], [0, 64 | 0]];
849
- export var GetAutoScalingGroupRecommendationsRequest = [
854
+ export var ExternalMetricsPreference$ = [3, n0, _EMP, 0, [_so], [0]];
855
+ export var ExternalMetricStatus$ = [3, n0, _EMSx, 0, [_sC, _sR], [0, 0]];
856
+ export var Filter$ = [3, n0, _F, 0, [_n, _va], [0, 64 | 0]];
857
+ export var GetAutoScalingGroupRecommendationsRequest$ = [
850
858
  3,
851
859
  n0,
852
860
  _GASGRR,
853
861
  0,
854
862
  [_aIc, _aSGAu, _nT, _mR, _fi, _rP],
855
- [64 | 0, 64 | 0, 0, 1, () => Filters, () => RecommendationPreferences],
863
+ [64 | 0, 64 | 0, 0, 1, () => Filters, () => RecommendationPreferences$],
856
864
  ];
857
- export var GetAutoScalingGroupRecommendationsResponse = [
865
+ export var GetAutoScalingGroupRecommendationsResponse$ = [
858
866
  3,
859
867
  n0,
860
868
  _GASGRRe,
@@ -862,7 +870,7 @@ export var GetAutoScalingGroupRecommendationsResponse = [
862
870
  [_nT, _aSGR, _er],
863
871
  [0, () => AutoScalingGroupRecommendations, () => GetRecommendationErrors],
864
872
  ];
865
- export var GetEBSVolumeRecommendationsRequest = [
873
+ export var GetEBSVolumeRecommendationsRequest$ = [
866
874
  3,
867
875
  n0,
868
876
  _GEBSVRR,
@@ -870,7 +878,7 @@ export var GetEBSVolumeRecommendationsRequest = [
870
878
  [_vA, _nT, _mR, _fi, _aIc],
871
879
  [64 | 0, 0, 1, () => EBSFilters, 64 | 0],
872
880
  ];
873
- export var GetEBSVolumeRecommendationsResponse = [
881
+ export var GetEBSVolumeRecommendationsResponse$ = [
874
882
  3,
875
883
  n0,
876
884
  _GEBSVRRe,
@@ -878,15 +886,15 @@ export var GetEBSVolumeRecommendationsResponse = [
878
886
  [_nT, _vR, _er],
879
887
  [0, () => VolumeRecommendations, () => GetRecommendationErrors],
880
888
  ];
881
- export var GetEC2InstanceRecommendationsRequest = [
889
+ export var GetEC2InstanceRecommendationsRequest$ = [
882
890
  3,
883
891
  n0,
884
892
  _GECIRR,
885
893
  0,
886
894
  [_iA, _nT, _mR, _fi, _aIc, _rP],
887
- [64 | 0, 0, 1, () => Filters, 64 | 0, () => RecommendationPreferences],
895
+ [64 | 0, 0, 1, () => Filters, 64 | 0, () => RecommendationPreferences$],
888
896
  ];
889
- export var GetEC2InstanceRecommendationsResponse = [
897
+ export var GetEC2InstanceRecommendationsResponse$ = [
890
898
  3,
891
899
  n0,
892
900
  _GECIRRe,
@@ -894,15 +902,15 @@ export var GetEC2InstanceRecommendationsResponse = [
894
902
  [_nT, _iR, _er],
895
903
  [0, () => InstanceRecommendations, () => GetRecommendationErrors],
896
904
  ];
897
- export var GetEC2RecommendationProjectedMetricsRequest = [
905
+ export var GetEC2RecommendationProjectedMetricsRequest$ = [
898
906
  3,
899
907
  n0,
900
908
  _GECRPMR,
901
909
  0,
902
910
  [_iAn, _sta, _p, _sTta, _eT, _rP],
903
- [0, 0, 1, 4, 4, () => RecommendationPreferences],
911
+ [0, 0, 1, 4, 4, () => RecommendationPreferences$],
904
912
  ];
905
- export var GetEC2RecommendationProjectedMetricsResponse = [
913
+ export var GetEC2RecommendationProjectedMetricsResponse$ = [
906
914
  3,
907
915
  n0,
908
916
  _GECRPMRe,
@@ -910,7 +918,7 @@ export var GetEC2RecommendationProjectedMetricsResponse = [
910
918
  [_rOPM],
911
919
  [() => RecommendedOptionProjectedMetrics],
912
920
  ];
913
- export var GetECSServiceRecommendationProjectedMetricsRequest = [
921
+ export var GetECSServiceRecommendationProjectedMetricsRequest$ = [
914
922
  3,
915
923
  n0,
916
924
  _GECSSRPMR,
@@ -918,7 +926,7 @@ export var GetECSServiceRecommendationProjectedMetricsRequest = [
918
926
  [_sA, _sta, _p, _sTta, _eT],
919
927
  [0, 0, 1, 4, 4],
920
928
  ];
921
- export var GetECSServiceRecommendationProjectedMetricsResponse = [
929
+ export var GetECSServiceRecommendationProjectedMetricsResponse$ = [
922
930
  3,
923
931
  n0,
924
932
  _GECSSRPMRe,
@@ -926,7 +934,7 @@ export var GetECSServiceRecommendationProjectedMetricsResponse = [
926
934
  [_rOPM],
927
935
  [() => ECSServiceRecommendedOptionProjectedMetrics],
928
936
  ];
929
- export var GetECSServiceRecommendationsRequest = [
937
+ export var GetECSServiceRecommendationsRequest$ = [
930
938
  3,
931
939
  n0,
932
940
  _GECSSRR,
@@ -934,7 +942,7 @@ export var GetECSServiceRecommendationsRequest = [
934
942
  [_sAe, _nT, _mR, _fi, _aIc],
935
943
  [64 | 0, 0, 1, () => ECSServiceRecommendationFilters, 64 | 0],
936
944
  ];
937
- export var GetECSServiceRecommendationsResponse = [
945
+ export var GetECSServiceRecommendationsResponse$ = [
938
946
  3,
939
947
  n0,
940
948
  _GECSSRRe,
@@ -942,16 +950,16 @@ export var GetECSServiceRecommendationsResponse = [
942
950
  [_nT, _eSR, _er],
943
951
  [0, () => ECSServiceRecommendations, () => GetRecommendationErrors],
944
952
  ];
945
- export var GetEffectiveRecommendationPreferencesRequest = [3, n0, _GERPR, 0, [_rA], [0]];
946
- export var GetEffectiveRecommendationPreferencesResponse = [
953
+ export var GetEffectiveRecommendationPreferencesRequest$ = [3, n0, _GERPR, 0, [_rA], [0]];
954
+ export var GetEffectiveRecommendationPreferencesResponse$ = [
947
955
  3,
948
956
  n0,
949
957
  _GERPRe,
950
958
  0,
951
959
  [_eIM, _eMP, _lBP, _uP, _pRr],
952
- [0, () => ExternalMetricsPreference, 0, () => UtilizationPreferences, () => EffectivePreferredResources],
960
+ [0, () => ExternalMetricsPreference$, 0, () => UtilizationPreferences, () => EffectivePreferredResources],
953
961
  ];
954
- export var GetEnrollmentStatusesForOrganizationRequest = [
962
+ export var GetEnrollmentStatusesForOrganizationRequest$ = [
955
963
  3,
956
964
  n0,
957
965
  _GESFOR,
@@ -959,7 +967,7 @@ export var GetEnrollmentStatusesForOrganizationRequest = [
959
967
  [_fi, _nT, _mR],
960
968
  [() => EnrollmentFilters, 0, 1],
961
969
  ];
962
- export var GetEnrollmentStatusesForOrganizationResponse = [
970
+ export var GetEnrollmentStatusesForOrganizationResponse$ = [
963
971
  3,
964
972
  n0,
965
973
  _GESFORe,
@@ -967,8 +975,8 @@ export var GetEnrollmentStatusesForOrganizationResponse = [
967
975
  [_aES, _nT],
968
976
  [() => AccountEnrollmentStatuses, 0],
969
977
  ];
970
- export var GetEnrollmentStatusRequest = [3, n0, _GESR, 0, [], []];
971
- export var GetEnrollmentStatusResponse = [
978
+ export var GetEnrollmentStatusRequest$ = [3, n0, _GESR, 0, [], []];
979
+ export var GetEnrollmentStatusResponse$ = [
972
980
  3,
973
981
  n0,
974
982
  _GESRe,
@@ -976,15 +984,15 @@ export var GetEnrollmentStatusResponse = [
976
984
  [_s, _sR, _mAE, _lUT, _nOMAOI],
977
985
  [0, 0, 2, 4, 1],
978
986
  ];
979
- export var GetIdleRecommendationsRequest = [
987
+ export var GetIdleRecommendationsRequest$ = [
980
988
  3,
981
989
  n0,
982
990
  _GIRR,
983
991
  0,
984
992
  [_rAe, _nT, _mR, _fi, _aIc, _oB],
985
- [64 | 0, 0, 1, () => IdleRecommendationFilters, 64 | 0, () => OrderBy],
993
+ [64 | 0, 0, 1, () => IdleRecommendationFilters, 64 | 0, () => OrderBy$],
986
994
  ];
987
- export var GetIdleRecommendationsResponse = [
995
+ export var GetIdleRecommendationsResponse$ = [
988
996
  3,
989
997
  n0,
990
998
  _GIRRe,
@@ -992,7 +1000,7 @@ export var GetIdleRecommendationsResponse = [
992
1000
  [_nT, _iRd, _er],
993
1001
  [0, () => IdleRecommendations, () => IdleRecommendationErrors],
994
1002
  ];
995
- export var GetLambdaFunctionRecommendationsRequest = [
1003
+ export var GetLambdaFunctionRecommendationsRequest$ = [
996
1004
  3,
997
1005
  n0,
998
1006
  _GLFRR,
@@ -1000,7 +1008,7 @@ export var GetLambdaFunctionRecommendationsRequest = [
1000
1008
  [_fA, _aIc, _fi, _nT, _mR],
1001
1009
  [64 | 0, 64 | 0, () => LambdaFunctionRecommendationFilters, 0, 1],
1002
1010
  ];
1003
- export var GetLambdaFunctionRecommendationsResponse = [
1011
+ export var GetLambdaFunctionRecommendationsResponse$ = [
1004
1012
  3,
1005
1013
  n0,
1006
1014
  _GLFRRe,
@@ -1008,7 +1016,7 @@ export var GetLambdaFunctionRecommendationsResponse = [
1008
1016
  [_nT, _lFR],
1009
1017
  [0, () => LambdaFunctionRecommendations],
1010
1018
  ];
1011
- export var GetLicenseRecommendationsRequest = [
1019
+ export var GetLicenseRecommendationsRequest$ = [
1012
1020
  3,
1013
1021
  n0,
1014
1022
  _GLRR,
@@ -1016,7 +1024,7 @@ export var GetLicenseRecommendationsRequest = [
1016
1024
  [_rAe, _nT, _mR, _fi, _aIc],
1017
1025
  [64 | 0, 0, 1, () => LicenseRecommendationFilters, 64 | 0],
1018
1026
  ];
1019
- export var GetLicenseRecommendationsResponse = [
1027
+ export var GetLicenseRecommendationsResponse$ = [
1020
1028
  3,
1021
1029
  n0,
1022
1030
  _GLRRe,
@@ -1024,15 +1032,15 @@ export var GetLicenseRecommendationsResponse = [
1024
1032
  [_nT, _lR, _er],
1025
1033
  [0, () => LicenseRecommendations, () => GetRecommendationErrors],
1026
1034
  ];
1027
- export var GetRDSDatabaseRecommendationProjectedMetricsRequest = [
1035
+ export var GetRDSDatabaseRecommendationProjectedMetricsRequest$ = [
1028
1036
  3,
1029
1037
  n0,
1030
1038
  _GRDSDRPMR,
1031
1039
  0,
1032
1040
  [_rA, _sta, _p, _sTta, _eT, _rP],
1033
- [0, 0, 1, 4, 4, () => RecommendationPreferences],
1041
+ [0, 0, 1, 4, 4, () => RecommendationPreferences$],
1034
1042
  ];
1035
- export var GetRDSDatabaseRecommendationProjectedMetricsResponse = [
1043
+ export var GetRDSDatabaseRecommendationProjectedMetricsResponse$ = [
1036
1044
  3,
1037
1045
  n0,
1038
1046
  _GRDSDRPMRe,
@@ -1040,15 +1048,15 @@ export var GetRDSDatabaseRecommendationProjectedMetricsResponse = [
1040
1048
  [_rOPM],
1041
1049
  [() => RDSDatabaseRecommendedOptionProjectedMetrics],
1042
1050
  ];
1043
- export var GetRDSDatabaseRecommendationsRequest = [
1051
+ export var GetRDSDatabaseRecommendationsRequest$ = [
1044
1052
  3,
1045
1053
  n0,
1046
1054
  _GRDSDRR,
1047
1055
  0,
1048
1056
  [_rAe, _nT, _mR, _fi, _aIc, _rP],
1049
- [64 | 0, 0, 1, () => RDSDBRecommendationFilters, 64 | 0, () => RecommendationPreferences],
1057
+ [64 | 0, 0, 1, () => RDSDBRecommendationFilters, 64 | 0, () => RecommendationPreferences$],
1050
1058
  ];
1051
- export var GetRDSDatabaseRecommendationsResponse = [
1059
+ export var GetRDSDatabaseRecommendationsResponse$ = [
1052
1060
  3,
1053
1061
  n0,
1054
1062
  _GRDSDRRe,
@@ -1056,16 +1064,16 @@ export var GetRDSDatabaseRecommendationsResponse = [
1056
1064
  [_nT, _rDBR, _er],
1057
1065
  [0, () => RDSDBRecommendations, () => GetRecommendationErrors],
1058
1066
  ];
1059
- export var GetRecommendationError = [3, n0, _GRE, 0, [_id, _cod, _m], [0, 0, 0]];
1060
- export var GetRecommendationPreferencesRequest = [
1067
+ export var GetRecommendationError$ = [3, n0, _GRE, 0, [_id, _cod, _m], [0, 0, 0]];
1068
+ export var GetRecommendationPreferencesRequest$ = [
1061
1069
  3,
1062
1070
  n0,
1063
1071
  _GRPR,
1064
1072
  0,
1065
1073
  [_rT, _sc, _nT, _mR],
1066
- [0, () => Scope, 0, 1],
1074
+ [0, () => Scope$, 0, 1],
1067
1075
  ];
1068
- export var GetRecommendationPreferencesResponse = [
1076
+ export var GetRecommendationPreferencesResponse$ = [
1069
1077
  3,
1070
1078
  n0,
1071
1079
  _GRPRe,
@@ -1073,7 +1081,7 @@ export var GetRecommendationPreferencesResponse = [
1073
1081
  [_nT, _rPD],
1074
1082
  [0, () => RecommendationPreferencesDetails],
1075
1083
  ];
1076
- export var GetRecommendationSummariesRequest = [
1084
+ export var GetRecommendationSummariesRequest$ = [
1077
1085
  3,
1078
1086
  n0,
1079
1087
  _GRSR,
@@ -1081,7 +1089,7 @@ export var GetRecommendationSummariesRequest = [
1081
1089
  [_aIc, _nT, _mR],
1082
1090
  [64 | 0, 0, 1],
1083
1091
  ];
1084
- export var GetRecommendationSummariesResponse = [
1092
+ export var GetRecommendationSummariesResponse$ = [
1085
1093
  3,
1086
1094
  n0,
1087
1095
  _GRSRe,
@@ -1089,10 +1097,10 @@ export var GetRecommendationSummariesResponse = [
1089
1097
  [_nT, _rS],
1090
1098
  [0, () => RecommendationSummaries],
1091
1099
  ];
1092
- export var Gpu = [3, n0, _G, 0, [_gC, _gMSIMB], [1, 1]];
1093
- export var GpuInfo = [3, n0, _GI, 0, [_g], [() => Gpus]];
1094
- export var IdleEstimatedMonthlySavings = [3, n0, _IEMS, 0, [_cu, _v], [0, 1]];
1095
- export var IdleRecommendation = [
1100
+ export var Gpu$ = [3, n0, _G, 0, [_gC, _gMSIMB], [1, 1]];
1101
+ export var GpuInfo$ = [3, n0, _GI, 0, [_g], [() => Gpus]];
1102
+ export var IdleEstimatedMonthlySavings$ = [3, n0, _IEMS, 0, [_cu, _v], [0, 1]];
1103
+ export var IdleRecommendation$ = [
1096
1104
  3,
1097
1105
  n0,
1098
1106
  _IR,
@@ -1105,44 +1113,44 @@ export var IdleRecommendation = [
1105
1113
  0,
1106
1114
  0,
1107
1115
  0,
1108
- () => IdleSavingsOpportunity,
1109
- () => IdleSavingsOpportunityAfterDiscounts,
1116
+ () => IdleSavingsOpportunity$,
1117
+ () => IdleSavingsOpportunityAfterDiscounts$,
1110
1118
  () => IdleUtilizationMetrics,
1111
1119
  1,
1112
1120
  4,
1113
1121
  () => Tags,
1114
1122
  ],
1115
1123
  ];
1116
- export var IdleRecommendationError = [3, n0, _IRE, 0, [_id, _cod, _m, _rT], [0, 0, 0, 0]];
1117
- export var IdleRecommendationFilter = [3, n0, _IRF, 0, [_n, _va], [0, 64 | 0]];
1118
- export var IdleSavingsOpportunity = [
1124
+ export var IdleRecommendationError$ = [3, n0, _IRE, 0, [_id, _cod, _m, _rT], [0, 0, 0, 0]];
1125
+ export var IdleRecommendationFilter$ = [3, n0, _IRF, 0, [_n, _va], [0, 64 | 0]];
1126
+ export var IdleSavingsOpportunity$ = [
1119
1127
  3,
1120
1128
  n0,
1121
1129
  _ISO,
1122
1130
  0,
1123
1131
  [_sOP, _eMS],
1124
- [1, () => IdleEstimatedMonthlySavings],
1132
+ [1, () => IdleEstimatedMonthlySavings$],
1125
1133
  ];
1126
- export var IdleSavingsOpportunityAfterDiscounts = [
1134
+ export var IdleSavingsOpportunityAfterDiscounts$ = [
1127
1135
  3,
1128
1136
  n0,
1129
1137
  _ISOAD,
1130
1138
  0,
1131
1139
  [_sOP, _eMS],
1132
- [1, () => IdleEstimatedMonthlySavings],
1140
+ [1, () => IdleEstimatedMonthlySavings$],
1133
1141
  ];
1134
- export var IdleSummary = [3, n0, _IS, 0, [_n, _v], [0, 1]];
1135
- export var IdleUtilizationMetric = [3, n0, _IUM, 0, [_n, _st, _v], [0, 0, 1]];
1136
- export var InferredWorkloadSaving = [
1142
+ export var IdleSummary$ = [3, n0, _IS, 0, [_n, _v], [0, 1]];
1143
+ export var IdleUtilizationMetric$ = [3, n0, _IUM, 0, [_n, _st, _v], [0, 0, 1]];
1144
+ export var InferredWorkloadSaving$ = [
1137
1145
  3,
1138
1146
  n0,
1139
1147
  _IWS,
1140
1148
  0,
1141
1149
  [_iWT, _eMS],
1142
- [64 | 0, () => EstimatedMonthlySavings],
1150
+ [64 | 0, () => EstimatedMonthlySavings$],
1143
1151
  ];
1144
- export var InstanceEstimatedMonthlySavings = [3, n0, _IEMSn, 0, [_cu, _v], [0, 1]];
1145
- export var InstanceRecommendation = [
1152
+ export var InstanceEstimatedMonthlySavings$ = [3, n0, _IEMSn, 0, [_cu, _v], [0, 1]];
1153
+ export var InstanceRecommendation$ = [
1146
1154
  3,
1147
1155
  n0,
1148
1156
  _IRn,
@@ -1161,16 +1169,16 @@ export var InstanceRecommendation = [
1161
1169
  () => RecommendationSources,
1162
1170
  4,
1163
1171
  0,
1164
- () => EffectiveRecommendationPreferences,
1172
+ () => EffectiveRecommendationPreferences$,
1165
1173
  64 | 0,
1166
1174
  0,
1167
1175
  () => Tags,
1168
- () => ExternalMetricStatus,
1169
- () => GpuInfo,
1176
+ () => ExternalMetricStatus$,
1177
+ () => GpuInfo$,
1170
1178
  0,
1171
1179
  ],
1172
1180
  ];
1173
- export var InstanceRecommendationOption = [
1181
+ export var InstanceRecommendationOption$ = [
1174
1182
  3,
1175
1183
  n0,
1176
1184
  _IRO,
@@ -1178,41 +1186,41 @@ export var InstanceRecommendationOption = [
1178
1186
  [_iT, _iGI, _pUM, _pD, _pR, _r, _sO, _sOAD, _mE],
1179
1187
  [
1180
1188
  0,
1181
- () => GpuInfo,
1189
+ () => GpuInfo$,
1182
1190
  () => ProjectedUtilizationMetrics,
1183
1191
  64 | 0,
1184
1192
  1,
1185
1193
  1,
1186
- () => SavingsOpportunity,
1187
- () => InstanceSavingsOpportunityAfterDiscounts,
1194
+ () => SavingsOpportunity$,
1195
+ () => InstanceSavingsOpportunityAfterDiscounts$,
1188
1196
  0,
1189
1197
  ],
1190
1198
  ];
1191
- export var InstanceSavingsEstimationMode = [3, n0, _ISEM, 0, [_so], [0]];
1192
- export var InstanceSavingsOpportunityAfterDiscounts = [
1199
+ export var InstanceSavingsEstimationMode$ = [3, n0, _ISEM, 0, [_so], [0]];
1200
+ export var InstanceSavingsOpportunityAfterDiscounts$ = [
1193
1201
  3,
1194
1202
  n0,
1195
1203
  _ISOADn,
1196
1204
  0,
1197
1205
  [_sOP, _eMS],
1198
- [1, () => InstanceEstimatedMonthlySavings],
1206
+ [1, () => InstanceEstimatedMonthlySavings$],
1199
1207
  ];
1200
- export var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
1201
- TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
1202
- export var InvalidParameterValueException = [-3, n0, _IPVE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1203
- TypeRegistry.for(n0).registerError(InvalidParameterValueException, __InvalidParameterValueException);
1204
- export var JobFilter = [3, n0, _JF, 0, [_n, _va], [0, 64 | 0]];
1205
- export var LambdaEffectiveRecommendationPreferences = [
1208
+ export var InternalServerException$ = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
1209
+ TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
1210
+ export var InvalidParameterValueException$ = [-3, n0, _IPVE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1211
+ TypeRegistry.for(n0).registerError(InvalidParameterValueException$, InvalidParameterValueException);
1212
+ export var JobFilter$ = [3, n0, _JF, 0, [_n, _va], [0, 64 | 0]];
1213
+ export var LambdaEffectiveRecommendationPreferences$ = [
1206
1214
  3,
1207
1215
  n0,
1208
1216
  _LERP,
1209
1217
  0,
1210
1218
  [_sEM],
1211
- [() => LambdaSavingsEstimationMode],
1219
+ [() => LambdaSavingsEstimationMode$],
1212
1220
  ];
1213
- export var LambdaEstimatedMonthlySavings = [3, n0, _LEMS, 0, [_cu, _v], [0, 1]];
1214
- export var LambdaFunctionMemoryProjectedMetric = [3, n0, _LFMPM, 0, [_n, _st, _v], [0, 0, 1]];
1215
- export var LambdaFunctionMemoryRecommendationOption = [
1221
+ export var LambdaEstimatedMonthlySavings$ = [3, n0, _LEMS, 0, [_cu, _v], [0, 1]];
1222
+ export var LambdaFunctionMemoryProjectedMetric$ = [3, n0, _LFMPM, 0, [_n, _st, _v], [0, 0, 1]];
1223
+ export var LambdaFunctionMemoryRecommendationOption$ = [
1216
1224
  3,
1217
1225
  n0,
1218
1226
  _LFMRO,
@@ -1222,11 +1230,11 @@ export var LambdaFunctionMemoryRecommendationOption = [
1222
1230
  1,
1223
1231
  1,
1224
1232
  () => LambdaFunctionMemoryProjectedMetrics,
1225
- () => SavingsOpportunity,
1226
- () => LambdaSavingsOpportunityAfterDiscounts,
1233
+ () => SavingsOpportunity$,
1234
+ () => LambdaSavingsOpportunityAfterDiscounts$,
1227
1235
  ],
1228
1236
  ];
1229
- export var LambdaFunctionRecommendation = [
1237
+ export var LambdaFunctionRecommendation$ = [
1230
1238
  3,
1231
1239
  n0,
1232
1240
  _LFR,
@@ -1245,22 +1253,22 @@ export var LambdaFunctionRecommendation = [
1245
1253
  64 | 0,
1246
1254
  () => LambdaFunctionMemoryRecommendationOptions,
1247
1255
  0,
1248
- () => LambdaEffectiveRecommendationPreferences,
1256
+ () => LambdaEffectiveRecommendationPreferences$,
1249
1257
  () => Tags,
1250
1258
  ],
1251
1259
  ];
1252
- export var LambdaFunctionRecommendationFilter = [3, n0, _LFRF, 0, [_n, _va], [0, 64 | 0]];
1253
- export var LambdaFunctionUtilizationMetric = [3, n0, _LFUM, 0, [_n, _st, _v], [0, 0, 1]];
1254
- export var LambdaSavingsEstimationMode = [3, n0, _LSEM, 0, [_so], [0]];
1255
- export var LambdaSavingsOpportunityAfterDiscounts = [
1260
+ export var LambdaFunctionRecommendationFilter$ = [3, n0, _LFRF, 0, [_n, _va], [0, 64 | 0]];
1261
+ export var LambdaFunctionUtilizationMetric$ = [3, n0, _LFUM, 0, [_n, _st, _v], [0, 0, 1]];
1262
+ export var LambdaSavingsEstimationMode$ = [3, n0, _LSEM, 0, [_so], [0]];
1263
+ export var LambdaSavingsOpportunityAfterDiscounts$ = [
1256
1264
  3,
1257
1265
  n0,
1258
1266
  _LSOAD,
1259
1267
  0,
1260
1268
  [_sOP, _eMS],
1261
- [1, () => LambdaEstimatedMonthlySavings],
1269
+ [1, () => LambdaEstimatedMonthlySavings$],
1262
1270
  ];
1263
- export var LicenseConfiguration = [
1271
+ export var LicenseConfiguration$ = [
1264
1272
  3,
1265
1273
  n0,
1266
1274
  _LC,
@@ -1268,45 +1276,62 @@ export var LicenseConfiguration = [
1268
1276
  [_nOC, _iT, _oS, _lE, _lN, _lM, _lV, _mSet],
1269
1277
  [1, 0, 0, 0, 0, 0, 0, () => MetricsSource],
1270
1278
  ];
1271
- export var LicenseRecommendation = [
1279
+ export var LicenseRecommendation$ = [
1272
1280
  3,
1273
1281
  n0,
1274
1282
  _LR,
1275
1283
  0,
1276
1284
  [_rA, _aI, _cLC, _lPID, _lRT, _f, _fRC, _lRO, _ta],
1277
- [0, 0, () => LicenseConfiguration, 1, 4, 0, 64 | 0, () => LicenseRecommendationOptions, () => Tags],
1285
+ [0, 0, () => LicenseConfiguration$, 1, 4, 0, 64 | 0, () => LicenseRecommendationOptions, () => Tags],
1278
1286
  ];
1279
- export var LicenseRecommendationFilter = [3, n0, _LRF, 0, [_n, _va], [0, 64 | 0]];
1280
- export var LicenseRecommendationOption = [
1287
+ export var LicenseRecommendationFilter$ = [3, n0, _LRF, 0, [_n, _va], [0, 64 | 0]];
1288
+ export var LicenseRecommendationOption$ = [
1281
1289
  3,
1282
1290
  n0,
1283
1291
  _LRO,
1284
1292
  0,
1285
1293
  [_r, _oS, _lE, _lM, _sO],
1286
- [1, 0, 0, 0, () => SavingsOpportunity],
1287
- ];
1288
- export var LimitExceededException = [-3, n0, _LEE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1289
- TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
1290
- export var MemorySizeConfiguration = [3, n0, _MSC, 0, [_mem, _mRe], [1, 1]];
1291
- export var MetricSource = [3, n0, _MS, 0, [_pr, _pA], [0, 0]];
1292
- export var MissingAuthenticationToken = [-3, n0, _MAT, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
1293
- TypeRegistry.for(n0).registerError(MissingAuthenticationToken, __MissingAuthenticationToken);
1294
- export var OptInRequiredException = [-3, n0, _OIRE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
1295
- TypeRegistry.for(n0).registerError(OptInRequiredException, __OptInRequiredException);
1296
- export var OrderBy = [3, n0, _OB, 0, [_d, _o], [0, 0]];
1297
- export var PreferredResource = [3, n0, _PR, 0, [_n, _iL, _eL], [0, 64 | 0, 64 | 0]];
1298
- export var ProjectedMetric = [3, n0, _PM, 0, [_n, _ti, _va], [0, 64 | 4, 64 | 1]];
1299
- export var PutRecommendationPreferencesRequest = [
1294
+ [1, 0, 0, 0, () => SavingsOpportunity$],
1295
+ ];
1296
+ export var LimitExceededException$ = [-3, n0, _LEE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1297
+ TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
1298
+ export var MemorySizeConfiguration$ = [3, n0, _MSC, 0, [_mem, _mRe], [1, 1]];
1299
+ export var MetricSource$ = [3, n0, _MS, 0, [_pr, _pA], [0, 0]];
1300
+ export var MissingAuthenticationToken$ = [-3, n0, _MAT, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
1301
+ TypeRegistry.for(n0).registerError(MissingAuthenticationToken$, MissingAuthenticationToken);
1302
+ export var OptInRequiredException$ = [-3, n0, _OIRE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
1303
+ TypeRegistry.for(n0).registerError(OptInRequiredException$, OptInRequiredException);
1304
+ export var OrderBy$ = [3, n0, _OB, 0, [_d, _o], [0, 0]];
1305
+ export var PreferredResource$ = [3, n0, _PR, 0, [_n, _iL, _eL], [0, 64 | 0, 64 | 0]];
1306
+ export var ProjectedMetric$ = [3, n0, _PM, 0, [_n, _ti, _va], [0, 64 | 4, 64 | 1]];
1307
+ export var PutRecommendationPreferencesRequest$ = [
1300
1308
  3,
1301
1309
  n0,
1302
1310
  _PRPR,
1303
1311
  0,
1304
1312
  [_rT, _sc, _eIM, _iWT, _eMP, _lBP, _uP, _pRr, _sEM],
1305
- [0, () => Scope, 0, 0, () => ExternalMetricsPreference, 0, () => UtilizationPreferences, () => PreferredResources, 0],
1313
+ [
1314
+ 0,
1315
+ () => Scope$,
1316
+ 0,
1317
+ 0,
1318
+ () => ExternalMetricsPreference$,
1319
+ 0,
1320
+ () => UtilizationPreferences,
1321
+ () => PreferredResources,
1322
+ 0,
1323
+ ],
1306
1324
  ];
1307
- export var PutRecommendationPreferencesResponse = [3, n0, _PRPRu, 0, [], []];
1308
- export var RDSDatabaseProjectedMetric = [3, n0, _RDSDPM, 0, [_n, _ti, _va], [0, 64 | 4, 64 | 1]];
1309
- export var RDSDatabaseRecommendedOptionProjectedMetric = [
1325
+ export var PutRecommendationPreferencesResponse$ = [3, n0, _PRPRu, 0, [], []];
1326
+ export var RDSDatabaseProjectedMetric$ = [
1327
+ 3,
1328
+ n0,
1329
+ _RDSDPM,
1330
+ 0,
1331
+ [_n, _ti, _va],
1332
+ [0, 64 | 4, 64 | 1],
1333
+ ];
1334
+ export var RDSDatabaseRecommendedOptionProjectedMetric$ = [
1310
1335
  3,
1311
1336
  n0,
1312
1337
  _RDSDROPM,
@@ -1314,7 +1339,7 @@ export var RDSDatabaseRecommendedOptionProjectedMetric = [
1314
1339
  [_rDBIC, _r, _pM],
1315
1340
  [0, 1, () => RDSDatabaseProjectedMetrics],
1316
1341
  ];
1317
- export var RDSDBInstanceRecommendationOption = [
1342
+ export var RDSDBInstanceRecommendationOption$ = [
1318
1343
  3,
1319
1344
  n0,
1320
1345
  _RDSDBIRO,
@@ -1325,11 +1350,11 @@ export var RDSDBInstanceRecommendationOption = [
1325
1350
  () => RDSDBProjectedUtilizationMetrics,
1326
1351
  1,
1327
1352
  1,
1328
- () => SavingsOpportunity,
1329
- () => RDSInstanceSavingsOpportunityAfterDiscounts,
1353
+ () => SavingsOpportunity$,
1354
+ () => RDSInstanceSavingsOpportunityAfterDiscounts$,
1330
1355
  ],
1331
1356
  ];
1332
- export var RDSDBRecommendation = [
1357
+ export var RDSDBRecommendation$ = [
1333
1358
  3,
1334
1359
  n0,
1335
1360
  _RDSDBR,
@@ -1365,7 +1390,7 @@ export var RDSDBRecommendation = [
1365
1390
  0,
1366
1391
  1,
1367
1392
  0,
1368
- () => DBStorageConfiguration,
1393
+ () => DBStorageConfiguration$,
1369
1394
  0,
1370
1395
  0,
1371
1396
  0,
@@ -1377,79 +1402,79 @@ export var RDSDBRecommendation = [
1377
1402
  () => RDSDBInstanceRecommendationOptions,
1378
1403
  () => RDSDBStorageRecommendationOptions,
1379
1404
  () => RDSDBUtilizationMetrics,
1380
- () => RDSEffectiveRecommendationPreferences,
1405
+ () => RDSEffectiveRecommendationPreferences$,
1381
1406
  1,
1382
1407
  4,
1383
1408
  () => Tags,
1384
1409
  ],
1385
1410
  ];
1386
- export var RDSDBRecommendationFilter = [3, n0, _RDSDBRF, 0, [_n, _va], [0, 64 | 0]];
1387
- export var RDSDBStorageRecommendationOption = [
1411
+ export var RDSDBRecommendationFilter$ = [3, n0, _RDSDBRF, 0, [_n, _va], [0, 64 | 0]];
1412
+ export var RDSDBStorageRecommendationOption$ = [
1388
1413
  3,
1389
1414
  n0,
1390
1415
  _RDSDBSRO,
1391
1416
  0,
1392
1417
  [_sCt, _r, _sO, _sOAD, _eMVIOPCV],
1393
- [() => DBStorageConfiguration, 1, () => SavingsOpportunity, () => RDSStorageSavingsOpportunityAfterDiscounts, 0],
1418
+ [() => DBStorageConfiguration$, 1, () => SavingsOpportunity$, () => RDSStorageSavingsOpportunityAfterDiscounts$, 0],
1394
1419
  ];
1395
- export var RDSDBUtilizationMetric = [3, n0, _RDSDBUM, 0, [_n, _st, _v], [0, 0, 1]];
1396
- export var RDSEffectiveRecommendationPreferences = [
1420
+ export var RDSDBUtilizationMetric$ = [3, n0, _RDSDBUM, 0, [_n, _st, _v], [0, 0, 1]];
1421
+ export var RDSEffectiveRecommendationPreferences$ = [
1397
1422
  3,
1398
1423
  n0,
1399
1424
  _RDSERP,
1400
1425
  0,
1401
1426
  [_cVA, _eIM, _lBP, _sEM],
1402
- [64 | 0, 0, 0, () => RDSSavingsEstimationMode],
1427
+ [64 | 0, 0, 0, () => RDSSavingsEstimationMode$],
1403
1428
  ];
1404
- export var RDSInstanceEstimatedMonthlySavings = [3, n0, _RDSIEMS, 0, [_cu, _v], [0, 1]];
1405
- export var RDSInstanceSavingsOpportunityAfterDiscounts = [
1429
+ export var RDSInstanceEstimatedMonthlySavings$ = [3, n0, _RDSIEMS, 0, [_cu, _v], [0, 1]];
1430
+ export var RDSInstanceSavingsOpportunityAfterDiscounts$ = [
1406
1431
  3,
1407
1432
  n0,
1408
1433
  _RDSISOAD,
1409
1434
  0,
1410
1435
  [_sOP, _eMS],
1411
- [1, () => RDSInstanceEstimatedMonthlySavings],
1436
+ [1, () => RDSInstanceEstimatedMonthlySavings$],
1412
1437
  ];
1413
- export var RDSSavingsEstimationMode = [3, n0, _RDSSEM, 0, [_so], [0]];
1414
- export var RDSStorageEstimatedMonthlySavings = [3, n0, _RDSSEMS, 0, [_cu, _v], [0, 1]];
1415
- export var RDSStorageSavingsOpportunityAfterDiscounts = [
1438
+ export var RDSSavingsEstimationMode$ = [3, n0, _RDSSEM, 0, [_so], [0]];
1439
+ export var RDSStorageEstimatedMonthlySavings$ = [3, n0, _RDSSEMS, 0, [_cu, _v], [0, 1]];
1440
+ export var RDSStorageSavingsOpportunityAfterDiscounts$ = [
1416
1441
  3,
1417
1442
  n0,
1418
1443
  _RDSSSOAD,
1419
1444
  0,
1420
1445
  [_sOP, _eMS],
1421
- [1, () => RDSStorageEstimatedMonthlySavings],
1446
+ [1, () => RDSStorageEstimatedMonthlySavings$],
1422
1447
  ];
1423
- export var ReasonCodeSummary = [3, n0, _RCS, 0, [_n, _v], [0, 1]];
1424
- export var RecommendationExportJob = [
1448
+ export var ReasonCodeSummary$ = [3, n0, _RCS, 0, [_n, _v], [0, 1]];
1449
+ export var RecommendationExportJob$ = [
1425
1450
  3,
1426
1451
  n0,
1427
1452
  _REJ,
1428
1453
  0,
1429
1454
  [_jIo, _de, _rT, _s, _cT, _lUT, _fR],
1430
- [0, () => ExportDestination, 0, 0, 4, 4, 0],
1455
+ [0, () => ExportDestination$, 0, 0, 4, 4, 0],
1431
1456
  ];
1432
- export var RecommendationPreferences = [3, n0, _RP, 0, [_cVA], [64 | 0]];
1433
- export var RecommendationPreferencesDetail = [
1457
+ export var RecommendationPreferences$ = [3, n0, _RP, 0, [_cVA], [64 | 0]];
1458
+ export var RecommendationPreferencesDetail$ = [
1434
1459
  3,
1435
1460
  n0,
1436
1461
  _RPD,
1437
1462
  0,
1438
1463
  [_sc, _rT, _eIM, _iWT, _eMP, _lBP, _uP, _pRr, _sEM],
1439
1464
  [
1440
- () => Scope,
1465
+ () => Scope$,
1441
1466
  0,
1442
1467
  0,
1443
1468
  0,
1444
- () => ExternalMetricsPreference,
1469
+ () => ExternalMetricsPreference$,
1445
1470
  0,
1446
1471
  () => UtilizationPreferences,
1447
1472
  () => EffectivePreferredResources,
1448
1473
  0,
1449
1474
  ],
1450
1475
  ];
1451
- export var RecommendationSource = [3, n0, _RS, 0, [_rSA, _rST], [0, 0]];
1452
- export var RecommendationSummary = [
1476
+ export var RecommendationSource$ = [3, n0, _RS, 0, [_rSA, _rST], [0, 0]];
1477
+ export var RecommendationSummary$ = [
1453
1478
  3,
1454
1479
  n0,
1455
1480
  _RSe,
@@ -1460,14 +1485,14 @@ export var RecommendationSummary = [
1460
1485
  () => IdleSummaries,
1461
1486
  0,
1462
1487
  0,
1463
- () => SavingsOpportunity,
1464
- () => SavingsOpportunity,
1465
- () => SavingsOpportunity,
1466
- () => CurrentPerformanceRiskRatings,
1488
+ () => SavingsOpportunity$,
1489
+ () => SavingsOpportunity$,
1490
+ () => SavingsOpportunity$,
1491
+ () => CurrentPerformanceRiskRatings$,
1467
1492
  () => InferredWorkloadSavings,
1468
1493
  ],
1469
1494
  ];
1470
- export var RecommendedOptionProjectedMetric = [
1495
+ export var RecommendedOptionProjectedMetric$ = [
1471
1496
  3,
1472
1497
  n0,
1473
1498
  _ROPM,
@@ -1475,20 +1500,20 @@ export var RecommendedOptionProjectedMetric = [
1475
1500
  [_rIT, _r, _pM],
1476
1501
  [0, 1, () => ProjectedMetrics],
1477
1502
  ];
1478
- export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
1479
- TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
1480
- export var S3Destination = [3, n0, _SD, 0, [_b, _k, _mK], [0, 0, 0]];
1481
- export var S3DestinationConfig = [3, n0, _SDC, 0, [_b, _kP], [0, 0]];
1482
- export var SavingsOpportunity = [
1503
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
1504
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
1505
+ export var S3Destination$ = [3, n0, _SD, 0, [_b, _k, _mK], [0, 0, 0]];
1506
+ export var S3DestinationConfig$ = [3, n0, _SDC, 0, [_b, _kP], [0, 0]];
1507
+ export var SavingsOpportunity$ = [
1483
1508
  3,
1484
1509
  n0,
1485
1510
  _SO,
1486
1511
  0,
1487
1512
  [_sOP, _eMS],
1488
- [1, () => EstimatedMonthlySavings],
1513
+ [1, () => EstimatedMonthlySavings$],
1489
1514
  ];
1490
- export var Scope = [3, n0, _S, 0, [_n, _v], [0, 0]];
1491
- export var ServiceConfiguration = [
1515
+ export var Scope$ = [3, n0, _S, 0, [_n, _v], [0, 0]];
1516
+ export var ServiceConfiguration$ = [
1492
1517
  3,
1493
1518
  n0,
1494
1519
  _SC,
@@ -1496,24 +1521,24 @@ export var ServiceConfiguration = [
1496
1521
  [_mem, _cp, _cCo, _aSC, _tDA],
1497
1522
  [1, 1, () => ContainerConfigurations, 0, 0],
1498
1523
  ];
1499
- export var ServiceUnavailableException = [-3, n0, _SUE, { [_e]: _se, [_hE]: 503 }, [_m], [0]];
1500
- TypeRegistry.for(n0).registerError(ServiceUnavailableException, __ServiceUnavailableException);
1501
- export var Summary = [3, n0, _Su, 0, [_n, _v, _rCS], [0, 1, () => ReasonCodeSummaries]];
1502
- export var Tag = [3, n0, _T, 0, [_k, _v], [0, 0]];
1503
- export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
1504
- TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
1505
- export var UpdateEnrollmentStatusRequest = [3, n0, _UESR, 0, [_s, _iMA], [0, 2]];
1506
- export var UpdateEnrollmentStatusResponse = [3, n0, _UESRp, 0, [_s, _sR], [0, 0]];
1507
- export var UtilizationMetric = [3, n0, _UM, 0, [_n, _st, _v], [0, 0, 1]];
1508
- export var UtilizationPreference = [
1524
+ export var ServiceUnavailableException$ = [-3, n0, _SUE, { [_e]: _se, [_hE]: 503 }, [_m], [0]];
1525
+ TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavailableException);
1526
+ export var Summary$ = [3, n0, _Su, 0, [_n, _v, _rCS], [0, 1, () => ReasonCodeSummaries]];
1527
+ export var Tag$ = [3, n0, _T, 0, [_k, _v], [0, 0]];
1528
+ export var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
1529
+ TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
1530
+ export var UpdateEnrollmentStatusRequest$ = [3, n0, _UESR, 0, [_s, _iMA], [0, 2]];
1531
+ export var UpdateEnrollmentStatusResponse$ = [3, n0, _UESRp, 0, [_s, _sR], [0, 0]];
1532
+ export var UtilizationMetric$ = [3, n0, _UM, 0, [_n, _st, _v], [0, 0, 1]];
1533
+ export var UtilizationPreference$ = [
1509
1534
  3,
1510
1535
  n0,
1511
1536
  _UP,
1512
1537
  0,
1513
1538
  [_mN, _mP],
1514
- [0, () => CustomizableMetricParameters],
1539
+ [0, () => CustomizableMetricParameters$],
1515
1540
  ];
1516
- export var VolumeConfiguration = [
1541
+ export var VolumeConfiguration$ = [
1517
1542
  3,
1518
1543
  n0,
1519
1544
  _VC,
@@ -1521,7 +1546,7 @@ export var VolumeConfiguration = [
1521
1546
  [_vT, _vS, _vBIOPS, _vBIOPSo, _vBT, _vBTo, _rV],
1522
1547
  [0, 1, 1, 1, 1, 1, 2],
1523
1548
  ];
1524
- export var VolumeRecommendation = [
1549
+ export var VolumeRecommendation$ = [
1525
1550
  3,
1526
1551
  n0,
1527
1552
  _VR,
@@ -1530,26 +1555,26 @@ export var VolumeRecommendation = [
1530
1555
  [
1531
1556
  0,
1532
1557
  0,
1533
- () => VolumeConfiguration,
1558
+ () => VolumeConfiguration$,
1534
1559
  0,
1535
1560
  () => EBSUtilizationMetrics,
1536
1561
  1,
1537
1562
  () => VolumeRecommendationOptions,
1538
1563
  4,
1539
1564
  0,
1540
- () => EBSEffectiveRecommendationPreferences,
1565
+ () => EBSEffectiveRecommendationPreferences$,
1541
1566
  () => Tags,
1542
1567
  ],
1543
1568
  ];
1544
- export var VolumeRecommendationOption = [
1569
+ export var VolumeRecommendationOption$ = [
1545
1570
  3,
1546
1571
  n0,
1547
1572
  _VRO,
1548
1573
  0,
1549
1574
  [_co, _pR, _r, _sO, _sOAD],
1550
- [() => VolumeConfiguration, 1, 1, () => SavingsOpportunity, () => EBSSavingsOpportunityAfterDiscounts],
1575
+ [() => VolumeConfiguration$, 1, 1, () => SavingsOpportunity$, () => EBSSavingsOpportunityAfterDiscounts$],
1551
1576
  ];
1552
- export var ComputeOptimizerServiceException = [
1577
+ export var ComputeOptimizerServiceException$ = [
1553
1578
  -3,
1554
1579
  _sm,
1555
1580
  "ComputeOptimizerServiceException",
@@ -1557,403 +1582,373 @@ export var ComputeOptimizerServiceException = [
1557
1582
  [],
1558
1583
  [],
1559
1584
  ];
1560
- TypeRegistry.for(_sm).registerError(ComputeOptimizerServiceException, __ComputeOptimizerServiceException);
1561
- export var AccountEnrollmentStatuses = [1, n0, _AESc, 0, () => AccountEnrollmentStatus];
1562
- export var AccountIds = 64 | 0;
1563
- export var AutoScalingGroupArns = 64 | 0;
1564
- export var AutoScalingGroupRecommendationOptions = [
1585
+ TypeRegistry.for(_sm).registerError(ComputeOptimizerServiceException$, ComputeOptimizerServiceException);
1586
+ var AccountEnrollmentStatuses = [1, n0, _AESc, 0, () => AccountEnrollmentStatus$];
1587
+ var AccountIds = 64 | 0;
1588
+ var AutoScalingGroupArns = 64 | 0;
1589
+ var AutoScalingGroupRecommendationOptions = [
1565
1590
  1,
1566
1591
  n0,
1567
1592
  _ASGROu,
1568
1593
  0,
1569
- () => AutoScalingGroupRecommendationOption,
1594
+ () => AutoScalingGroupRecommendationOption$,
1570
1595
  ];
1571
- export var AutoScalingGroupRecommendations = [1, n0, _ASGRu, 0, () => AutoScalingGroupRecommendation];
1572
- export var ContainerConfigurations = [1, n0, _CCo, 0, () => ContainerConfiguration];
1573
- export var ContainerRecommendations = [1, n0, _CRo, 0, () => ContainerRecommendation];
1574
- export var CpuVendorArchitectures = 64 | 0;
1575
- export var EBSFilters = [1, n0, _EBSFi, 0, () => EBSFilter];
1576
- export var EBSUtilizationMetrics = [1, n0, _EBSUMt, 0, () => EBSUtilizationMetric];
1577
- export var ECSServiceProjectedMetrics = [1, n0, _ECSSPMe, 0, () => ECSServiceProjectedMetric];
1578
- export var ECSServiceProjectedUtilizationMetrics = [
1596
+ var AutoScalingGroupRecommendations = [1, n0, _ASGRu, 0, () => AutoScalingGroupRecommendation$];
1597
+ var ContainerConfigurations = [1, n0, _CCo, 0, () => ContainerConfiguration$];
1598
+ var ContainerRecommendations = [1, n0, _CRo, 0, () => ContainerRecommendation$];
1599
+ var CpuVendorArchitectures = 64 | 0;
1600
+ var EBSFilters = [1, n0, _EBSFi, 0, () => EBSFilter$];
1601
+ var EBSUtilizationMetrics = [1, n0, _EBSUMt, 0, () => EBSUtilizationMetric$];
1602
+ var ECSServiceProjectedMetrics = [1, n0, _ECSSPMe, 0, () => ECSServiceProjectedMetric$];
1603
+ var ECSServiceProjectedUtilizationMetrics = [
1579
1604
  1,
1580
1605
  n0,
1581
1606
  _ECSSPUMe,
1582
1607
  0,
1583
- () => ECSServiceProjectedUtilizationMetric,
1608
+ () => ECSServiceProjectedUtilizationMetric$,
1584
1609
  ];
1585
- export var ECSServiceRecommendationFilters = [
1586
- 1,
1587
- n0,
1588
- _ECSSRFe,
1589
- 0,
1590
- () => ECSServiceRecommendationFilter,
1591
- ];
1592
- export var ECSServiceRecommendationFindingReasonCodes = 64 | 0;
1593
- export var ECSServiceRecommendationOptions = [
1594
- 1,
1595
- n0,
1596
- _ECSSROe,
1597
- 0,
1598
- () => ECSServiceRecommendationOption,
1599
- ];
1600
- export var ECSServiceRecommendations = [1, n0, _ECSSRe, 0, () => ECSServiceRecommendation];
1601
- export var ECSServiceRecommendedOptionProjectedMetrics = [
1610
+ var ECSServiceRecommendationFilters = [1, n0, _ECSSRFe, 0, () => ECSServiceRecommendationFilter$];
1611
+ var ECSServiceRecommendationFindingReasonCodes = 64 | 0;
1612
+ var ECSServiceRecommendationOptions = [1, n0, _ECSSROe, 0, () => ECSServiceRecommendationOption$];
1613
+ var ECSServiceRecommendations = [1, n0, _ECSSRe, 0, () => ECSServiceRecommendation$];
1614
+ var ECSServiceRecommendedOptionProjectedMetrics = [
1602
1615
  1,
1603
1616
  n0,
1604
1617
  _ECSSROPMe,
1605
1618
  0,
1606
- () => ECSServiceRecommendedOptionProjectedMetric,
1607
- ];
1608
- export var ECSServiceUtilizationMetrics = [1, n0, _ECSSUMe, 0, () => ECSServiceUtilizationMetric];
1609
- export var EffectivePreferredResources = [1, n0, _EPRf, 0, () => EffectivePreferredResource];
1610
- export var EnrollmentFilters = [1, n0, _EFn, 0, () => EnrollmentFilter];
1611
- export var ExportableAutoScalingGroupFields = 64 | 0;
1612
- export var ExportableECSServiceFields = 64 | 0;
1613
- export var ExportableIdleFields = 64 | 0;
1614
- export var ExportableInstanceFields = 64 | 0;
1615
- export var ExportableLambdaFunctionFields = 64 | 0;
1616
- export var ExportableLicenseFields = 64 | 0;
1617
- export var ExportableRDSDBFields = 64 | 0;
1618
- export var ExportableVolumeFields = 64 | 0;
1619
- export var Filters = [1, n0, _Fi, 0, () => Filter];
1620
- export var FilterValues = 64 | 0;
1621
- export var FunctionArns = 64 | 0;
1622
- export var GetRecommendationErrors = [1, n0, _GREe, 0, () => GetRecommendationError];
1623
- export var Gpus = [1, n0, _Gp, 0, () => Gpu];
1624
- export var IdleRecommendationErrors = [1, n0, _IREd, 0, () => IdleRecommendationError];
1625
- export var IdleRecommendationFilters = [1, n0, _IRFd, 0, () => IdleRecommendationFilter];
1626
- export var IdleRecommendations = [1, n0, _IRd, 0, () => IdleRecommendation];
1627
- export var IdleSummaries = [1, n0, _ISd, 0, () => IdleSummary];
1628
- export var IdleUtilizationMetrics = [1, n0, _IUMd, 0, () => IdleUtilizationMetric];
1629
- export var InferredWorkloadSavings = [1, n0, _IWSn, 0, () => InferredWorkloadSaving];
1630
- export var InferredWorkloadTypes = 64 | 0;
1631
- export var InstanceArns = 64 | 0;
1632
- export var InstanceRecommendationFindingReasonCodes = 64 | 0;
1633
- export var InstanceRecommendations = [1, n0, _IRns, 0, () => InstanceRecommendation];
1634
- export var JobFilters = [1, n0, _JFo, 0, () => JobFilter];
1635
- export var JobIds = 64 | 0;
1636
- export var LambdaFunctionMemoryProjectedMetrics = [
1619
+ () => ECSServiceRecommendedOptionProjectedMetric$,
1620
+ ];
1621
+ var ECSServiceUtilizationMetrics = [1, n0, _ECSSUMe, 0, () => ECSServiceUtilizationMetric$];
1622
+ var EffectivePreferredResources = [1, n0, _EPRf, 0, () => EffectivePreferredResource$];
1623
+ var EnrollmentFilters = [1, n0, _EFn, 0, () => EnrollmentFilter$];
1624
+ var ExportableAutoScalingGroupFields = 64 | 0;
1625
+ var ExportableECSServiceFields = 64 | 0;
1626
+ var ExportableIdleFields = 64 | 0;
1627
+ var ExportableInstanceFields = 64 | 0;
1628
+ var ExportableLambdaFunctionFields = 64 | 0;
1629
+ var ExportableLicenseFields = 64 | 0;
1630
+ var ExportableRDSDBFields = 64 | 0;
1631
+ var ExportableVolumeFields = 64 | 0;
1632
+ var Filters = [1, n0, _Fi, 0, () => Filter$];
1633
+ var FilterValues = 64 | 0;
1634
+ var FunctionArns = 64 | 0;
1635
+ var GetRecommendationErrors = [1, n0, _GREe, 0, () => GetRecommendationError$];
1636
+ var Gpus = [1, n0, _Gp, 0, () => Gpu$];
1637
+ var IdleRecommendationErrors = [1, n0, _IREd, 0, () => IdleRecommendationError$];
1638
+ var IdleRecommendationFilters = [1, n0, _IRFd, 0, () => IdleRecommendationFilter$];
1639
+ var IdleRecommendations = [1, n0, _IRd, 0, () => IdleRecommendation$];
1640
+ var IdleSummaries = [1, n0, _ISd, 0, () => IdleSummary$];
1641
+ var IdleUtilizationMetrics = [1, n0, _IUMd, 0, () => IdleUtilizationMetric$];
1642
+ var InferredWorkloadSavings = [1, n0, _IWSn, 0, () => InferredWorkloadSaving$];
1643
+ var InferredWorkloadTypes = 64 | 0;
1644
+ var InstanceArns = 64 | 0;
1645
+ var InstanceRecommendationFindingReasonCodes = 64 | 0;
1646
+ var InstanceRecommendations = [1, n0, _IRns, 0, () => InstanceRecommendation$];
1647
+ var JobFilters = [1, n0, _JFo, 0, () => JobFilter$];
1648
+ var JobIds = 64 | 0;
1649
+ var LambdaFunctionMemoryProjectedMetrics = [
1637
1650
  1,
1638
1651
  n0,
1639
1652
  _LFMPMa,
1640
1653
  0,
1641
- () => LambdaFunctionMemoryProjectedMetric,
1654
+ () => LambdaFunctionMemoryProjectedMetric$,
1642
1655
  ];
1643
- export var LambdaFunctionMemoryRecommendationOptions = [
1656
+ var LambdaFunctionMemoryRecommendationOptions = [
1644
1657
  1,
1645
1658
  n0,
1646
1659
  _LFMROa,
1647
1660
  0,
1648
- () => LambdaFunctionMemoryRecommendationOption,
1661
+ () => LambdaFunctionMemoryRecommendationOption$,
1649
1662
  ];
1650
- export var LambdaFunctionRecommendationFilters = [
1663
+ var LambdaFunctionRecommendationFilters = [
1651
1664
  1,
1652
1665
  n0,
1653
1666
  _LFRFa,
1654
1667
  0,
1655
- () => LambdaFunctionRecommendationFilter,
1656
- ];
1657
- export var LambdaFunctionRecommendationFindingReasonCodes = 64 | 0;
1658
- export var LambdaFunctionRecommendations = [1, n0, _LFRa, 0, () => LambdaFunctionRecommendation];
1659
- export var LambdaFunctionUtilizationMetrics = [
1660
- 1,
1661
- n0,
1662
- _LFUMa,
1663
- 0,
1664
- () => LambdaFunctionUtilizationMetric,
1665
- ];
1666
- export var LicenseFindingReasonCodes = 64 | 0;
1667
- export var LicenseRecommendationFilters = [1, n0, _LRFi, 0, () => LicenseRecommendationFilter];
1668
- export var LicenseRecommendationOptions = [1, n0, _LROi, 0, () => LicenseRecommendationOption];
1669
- export var LicenseRecommendations = [1, n0, _LRi, 0, () => LicenseRecommendation];
1670
- export var MetricsSource = [1, n0, _MSe, 0, () => MetricSource];
1671
- export var MetricValues = 64 | 1;
1672
- export var MixedInstanceTypes = 64 | 0;
1673
- export var PlatformDifferences = 64 | 0;
1674
- export var PreferredResources = [1, n0, _PRr, 0, () => PreferredResource];
1675
- export var PreferredResourceValues = 64 | 0;
1676
- export var ProjectedMetrics = [1, n0, _PMr, 0, () => ProjectedMetric];
1677
- export var ProjectedUtilizationMetrics = [1, n0, _PUM, 0, () => UtilizationMetric];
1678
- export var RDSDatabaseProjectedMetrics = [1, n0, _RDSDPMa, 0, () => RDSDatabaseProjectedMetric];
1679
- export var RDSDatabaseRecommendedOptionProjectedMetrics = [
1668
+ () => LambdaFunctionRecommendationFilter$,
1669
+ ];
1670
+ var LambdaFunctionRecommendationFindingReasonCodes = 64 | 0;
1671
+ var LambdaFunctionRecommendations = [1, n0, _LFRa, 0, () => LambdaFunctionRecommendation$];
1672
+ var LambdaFunctionUtilizationMetrics = [1, n0, _LFUMa, 0, () => LambdaFunctionUtilizationMetric$];
1673
+ var LicenseFindingReasonCodes = 64 | 0;
1674
+ var LicenseRecommendationFilters = [1, n0, _LRFi, 0, () => LicenseRecommendationFilter$];
1675
+ var LicenseRecommendationOptions = [1, n0, _LROi, 0, () => LicenseRecommendationOption$];
1676
+ var LicenseRecommendations = [1, n0, _LRi, 0, () => LicenseRecommendation$];
1677
+ var MetricsSource = [1, n0, _MSe, 0, () => MetricSource$];
1678
+ var MetricValues = 64 | 1;
1679
+ var MixedInstanceTypes = 64 | 0;
1680
+ var PlatformDifferences = 64 | 0;
1681
+ var PreferredResources = [1, n0, _PRr, 0, () => PreferredResource$];
1682
+ var PreferredResourceValues = 64 | 0;
1683
+ var ProjectedMetrics = [1, n0, _PMr, 0, () => ProjectedMetric$];
1684
+ var ProjectedUtilizationMetrics = [1, n0, _PUM, 0, () => UtilizationMetric$];
1685
+ var RDSDatabaseProjectedMetrics = [1, n0, _RDSDPMa, 0, () => RDSDatabaseProjectedMetric$];
1686
+ var RDSDatabaseRecommendedOptionProjectedMetrics = [
1680
1687
  1,
1681
1688
  n0,
1682
1689
  _RDSDROPMa,
1683
1690
  0,
1684
- () => RDSDatabaseRecommendedOptionProjectedMetric,
1691
+ () => RDSDatabaseRecommendedOptionProjectedMetric$,
1685
1692
  ];
1686
- export var RDSDBInstanceRecommendationOptions = [
1693
+ var RDSDBInstanceRecommendationOptions = [
1687
1694
  1,
1688
1695
  n0,
1689
1696
  _RDSDBIROn,
1690
1697
  0,
1691
- () => RDSDBInstanceRecommendationOption,
1698
+ () => RDSDBInstanceRecommendationOption$,
1692
1699
  ];
1693
- export var RDSDBProjectedUtilizationMetrics = [1, n0, _RDSDBPUM, 0, () => RDSDBUtilizationMetric];
1694
- export var RDSDBRecommendationFilters = [1, n0, _RDSDBRFe, 0, () => RDSDBRecommendationFilter];
1695
- export var RDSDBRecommendations = [1, n0, _RDSDBRe, 0, () => RDSDBRecommendation];
1696
- export var RDSDBStorageRecommendationOptions = [
1700
+ var RDSDBProjectedUtilizationMetrics = [1, n0, _RDSDBPUM, 0, () => RDSDBUtilizationMetric$];
1701
+ var RDSDBRecommendationFilters = [1, n0, _RDSDBRFe, 0, () => RDSDBRecommendationFilter$];
1702
+ var RDSDBRecommendations = [1, n0, _RDSDBRe, 0, () => RDSDBRecommendation$];
1703
+ var RDSDBStorageRecommendationOptions = [
1697
1704
  1,
1698
1705
  n0,
1699
1706
  _RDSDBSROt,
1700
1707
  0,
1701
- () => RDSDBStorageRecommendationOption,
1702
- ];
1703
- export var RDSDBUtilizationMetrics = [1, n0, _RDSDBUMt, 0, () => RDSDBUtilizationMetric];
1704
- export var RDSInstanceFindingReasonCodes = 64 | 0;
1705
- export var RDSStorageFindingReasonCodes = 64 | 0;
1706
- export var ReasonCodeSummaries = [1, n0, _RCSe, 0, () => ReasonCodeSummary];
1707
- export var RecommendationExportJobs = [1, n0, _REJe, 0, () => RecommendationExportJob];
1708
- export var RecommendationOptions = [1, n0, _RO, 0, () => InstanceRecommendationOption];
1709
- export var RecommendationPreferenceNames = 64 | 0;
1710
- export var RecommendationPreferencesDetails = [
1711
- 1,
1712
- n0,
1713
- _RPDe,
1714
- 0,
1715
- () => RecommendationPreferencesDetail,
1716
- ];
1717
- export var RecommendationSources = [1, n0, _RSec, 0, () => RecommendationSource];
1718
- export var RecommendationSummaries = [1, n0, _RSeco, 0, () => RecommendationSummary];
1719
- export var RecommendedOptionProjectedMetrics = [
1720
- 1,
1721
- n0,
1722
- _ROPMe,
1723
- 0,
1724
- () => RecommendedOptionProjectedMetric,
1725
- ];
1726
- export var ResourceArns = 64 | 0;
1727
- export var ServiceArns = 64 | 0;
1728
- export var Summaries = [1, n0, _Sum, 0, () => Summary];
1729
- export var Tags = [1, n0, _Ta, 0, () => Tag];
1730
- export var Timestamps = 64 | 4;
1731
- export var UtilizationMetrics = [1, n0, _UMt, 0, () => UtilizationMetric];
1732
- export var UtilizationPreferences = [1, n0, _UPt, 0, () => UtilizationPreference];
1733
- export var VolumeArns = 64 | 0;
1734
- export var VolumeRecommendationOptions = [1, n0, _VROo, 0, () => VolumeRecommendationOption];
1735
- export var VolumeRecommendations = [1, n0, _VRo, 0, () => VolumeRecommendation];
1736
- export var DeleteRecommendationPreferences = [
1708
+ () => RDSDBStorageRecommendationOption$,
1709
+ ];
1710
+ var RDSDBUtilizationMetrics = [1, n0, _RDSDBUMt, 0, () => RDSDBUtilizationMetric$];
1711
+ var RDSInstanceFindingReasonCodes = 64 | 0;
1712
+ var RDSStorageFindingReasonCodes = 64 | 0;
1713
+ var ReasonCodeSummaries = [1, n0, _RCSe, 0, () => ReasonCodeSummary$];
1714
+ var RecommendationExportJobs = [1, n0, _REJe, 0, () => RecommendationExportJob$];
1715
+ var RecommendationOptions = [1, n0, _RO, 0, () => InstanceRecommendationOption$];
1716
+ var RecommendationPreferenceNames = 64 | 0;
1717
+ var RecommendationPreferencesDetails = [1, n0, _RPDe, 0, () => RecommendationPreferencesDetail$];
1718
+ var RecommendationSources = [1, n0, _RSec, 0, () => RecommendationSource$];
1719
+ var RecommendationSummaries = [1, n0, _RSeco, 0, () => RecommendationSummary$];
1720
+ var RecommendedOptionProjectedMetrics = [1, n0, _ROPMe, 0, () => RecommendedOptionProjectedMetric$];
1721
+ var ResourceArns = 64 | 0;
1722
+ var ServiceArns = 64 | 0;
1723
+ var Summaries = [1, n0, _Sum, 0, () => Summary$];
1724
+ var Tags = [1, n0, _Ta, 0, () => Tag$];
1725
+ var Timestamps = 64 | 4;
1726
+ var UtilizationMetrics = [1, n0, _UMt, 0, () => UtilizationMetric$];
1727
+ var UtilizationPreferences = [1, n0, _UPt, 0, () => UtilizationPreference$];
1728
+ var VolumeArns = 64 | 0;
1729
+ var VolumeRecommendationOptions = [1, n0, _VROo, 0, () => VolumeRecommendationOption$];
1730
+ var VolumeRecommendations = [1, n0, _VRo, 0, () => VolumeRecommendation$];
1731
+ export var DeleteRecommendationPreferences$ = [
1737
1732
  9,
1738
1733
  n0,
1739
1734
  _DRP,
1740
1735
  0,
1741
- () => DeleteRecommendationPreferencesRequest,
1742
- () => DeleteRecommendationPreferencesResponse,
1736
+ () => DeleteRecommendationPreferencesRequest$,
1737
+ () => DeleteRecommendationPreferencesResponse$,
1743
1738
  ];
1744
- export var DescribeRecommendationExportJobs = [
1739
+ export var DescribeRecommendationExportJobs$ = [
1745
1740
  9,
1746
1741
  n0,
1747
1742
  _DREJ,
1748
1743
  0,
1749
- () => DescribeRecommendationExportJobsRequest,
1750
- () => DescribeRecommendationExportJobsResponse,
1744
+ () => DescribeRecommendationExportJobsRequest$,
1745
+ () => DescribeRecommendationExportJobsResponse$,
1751
1746
  ];
1752
- export var ExportAutoScalingGroupRecommendations = [
1747
+ export var ExportAutoScalingGroupRecommendations$ = [
1753
1748
  9,
1754
1749
  n0,
1755
1750
  _EASGR,
1756
1751
  0,
1757
- () => ExportAutoScalingGroupRecommendationsRequest,
1758
- () => ExportAutoScalingGroupRecommendationsResponse,
1752
+ () => ExportAutoScalingGroupRecommendationsRequest$,
1753
+ () => ExportAutoScalingGroupRecommendationsResponse$,
1759
1754
  ];
1760
- export var ExportEBSVolumeRecommendations = [
1755
+ export var ExportEBSVolumeRecommendations$ = [
1761
1756
  9,
1762
1757
  n0,
1763
1758
  _EEBSVR,
1764
1759
  0,
1765
- () => ExportEBSVolumeRecommendationsRequest,
1766
- () => ExportEBSVolumeRecommendationsResponse,
1760
+ () => ExportEBSVolumeRecommendationsRequest$,
1761
+ () => ExportEBSVolumeRecommendationsResponse$,
1767
1762
  ];
1768
- export var ExportEC2InstanceRecommendations = [
1763
+ export var ExportEC2InstanceRecommendations$ = [
1769
1764
  9,
1770
1765
  n0,
1771
1766
  _EECIR,
1772
1767
  0,
1773
- () => ExportEC2InstanceRecommendationsRequest,
1774
- () => ExportEC2InstanceRecommendationsResponse,
1768
+ () => ExportEC2InstanceRecommendationsRequest$,
1769
+ () => ExportEC2InstanceRecommendationsResponse$,
1775
1770
  ];
1776
- export var ExportECSServiceRecommendations = [
1771
+ export var ExportECSServiceRecommendations$ = [
1777
1772
  9,
1778
1773
  n0,
1779
1774
  _EECSSR,
1780
1775
  0,
1781
- () => ExportECSServiceRecommendationsRequest,
1782
- () => ExportECSServiceRecommendationsResponse,
1776
+ () => ExportECSServiceRecommendationsRequest$,
1777
+ () => ExportECSServiceRecommendationsResponse$,
1783
1778
  ];
1784
- export var ExportIdleRecommendations = [
1779
+ export var ExportIdleRecommendations$ = [
1785
1780
  9,
1786
1781
  n0,
1787
1782
  _EIR,
1788
1783
  0,
1789
- () => ExportIdleRecommendationsRequest,
1790
- () => ExportIdleRecommendationsResponse,
1784
+ () => ExportIdleRecommendationsRequest$,
1785
+ () => ExportIdleRecommendationsResponse$,
1791
1786
  ];
1792
- export var ExportLambdaFunctionRecommendations = [
1787
+ export var ExportLambdaFunctionRecommendations$ = [
1793
1788
  9,
1794
1789
  n0,
1795
1790
  _ELFR,
1796
1791
  0,
1797
- () => ExportLambdaFunctionRecommendationsRequest,
1798
- () => ExportLambdaFunctionRecommendationsResponse,
1792
+ () => ExportLambdaFunctionRecommendationsRequest$,
1793
+ () => ExportLambdaFunctionRecommendationsResponse$,
1799
1794
  ];
1800
- export var ExportLicenseRecommendations = [
1795
+ export var ExportLicenseRecommendations$ = [
1801
1796
  9,
1802
1797
  n0,
1803
1798
  _ELR,
1804
1799
  0,
1805
- () => ExportLicenseRecommendationsRequest,
1806
- () => ExportLicenseRecommendationsResponse,
1800
+ () => ExportLicenseRecommendationsRequest$,
1801
+ () => ExportLicenseRecommendationsResponse$,
1807
1802
  ];
1808
- export var ExportRDSDatabaseRecommendations = [
1803
+ export var ExportRDSDatabaseRecommendations$ = [
1809
1804
  9,
1810
1805
  n0,
1811
1806
  _ERDSDR,
1812
1807
  0,
1813
- () => ExportRDSDatabaseRecommendationsRequest,
1814
- () => ExportRDSDatabaseRecommendationsResponse,
1808
+ () => ExportRDSDatabaseRecommendationsRequest$,
1809
+ () => ExportRDSDatabaseRecommendationsResponse$,
1815
1810
  ];
1816
- export var GetAutoScalingGroupRecommendations = [
1811
+ export var GetAutoScalingGroupRecommendations$ = [
1817
1812
  9,
1818
1813
  n0,
1819
1814
  _GASGR,
1820
1815
  0,
1821
- () => GetAutoScalingGroupRecommendationsRequest,
1822
- () => GetAutoScalingGroupRecommendationsResponse,
1816
+ () => GetAutoScalingGroupRecommendationsRequest$,
1817
+ () => GetAutoScalingGroupRecommendationsResponse$,
1823
1818
  ];
1824
- export var GetEBSVolumeRecommendations = [
1819
+ export var GetEBSVolumeRecommendations$ = [
1825
1820
  9,
1826
1821
  n0,
1827
1822
  _GEBSVR,
1828
1823
  0,
1829
- () => GetEBSVolumeRecommendationsRequest,
1830
- () => GetEBSVolumeRecommendationsResponse,
1824
+ () => GetEBSVolumeRecommendationsRequest$,
1825
+ () => GetEBSVolumeRecommendationsResponse$,
1831
1826
  ];
1832
- export var GetEC2InstanceRecommendations = [
1827
+ export var GetEC2InstanceRecommendations$ = [
1833
1828
  9,
1834
1829
  n0,
1835
1830
  _GECIR,
1836
1831
  0,
1837
- () => GetEC2InstanceRecommendationsRequest,
1838
- () => GetEC2InstanceRecommendationsResponse,
1832
+ () => GetEC2InstanceRecommendationsRequest$,
1833
+ () => GetEC2InstanceRecommendationsResponse$,
1839
1834
  ];
1840
- export var GetEC2RecommendationProjectedMetrics = [
1835
+ export var GetEC2RecommendationProjectedMetrics$ = [
1841
1836
  9,
1842
1837
  n0,
1843
1838
  _GECRPM,
1844
1839
  0,
1845
- () => GetEC2RecommendationProjectedMetricsRequest,
1846
- () => GetEC2RecommendationProjectedMetricsResponse,
1840
+ () => GetEC2RecommendationProjectedMetricsRequest$,
1841
+ () => GetEC2RecommendationProjectedMetricsResponse$,
1847
1842
  ];
1848
- export var GetECSServiceRecommendationProjectedMetrics = [
1843
+ export var GetECSServiceRecommendationProjectedMetrics$ = [
1849
1844
  9,
1850
1845
  n0,
1851
1846
  _GECSSRPM,
1852
1847
  0,
1853
- () => GetECSServiceRecommendationProjectedMetricsRequest,
1854
- () => GetECSServiceRecommendationProjectedMetricsResponse,
1848
+ () => GetECSServiceRecommendationProjectedMetricsRequest$,
1849
+ () => GetECSServiceRecommendationProjectedMetricsResponse$,
1855
1850
  ];
1856
- export var GetECSServiceRecommendations = [
1851
+ export var GetECSServiceRecommendations$ = [
1857
1852
  9,
1858
1853
  n0,
1859
1854
  _GECSSR,
1860
1855
  0,
1861
- () => GetECSServiceRecommendationsRequest,
1862
- () => GetECSServiceRecommendationsResponse,
1856
+ () => GetECSServiceRecommendationsRequest$,
1857
+ () => GetECSServiceRecommendationsResponse$,
1863
1858
  ];
1864
- export var GetEffectiveRecommendationPreferences = [
1859
+ export var GetEffectiveRecommendationPreferences$ = [
1865
1860
  9,
1866
1861
  n0,
1867
1862
  _GERP,
1868
1863
  0,
1869
- () => GetEffectiveRecommendationPreferencesRequest,
1870
- () => GetEffectiveRecommendationPreferencesResponse,
1864
+ () => GetEffectiveRecommendationPreferencesRequest$,
1865
+ () => GetEffectiveRecommendationPreferencesResponse$,
1871
1866
  ];
1872
- export var GetEnrollmentStatus = [
1867
+ export var GetEnrollmentStatus$ = [
1873
1868
  9,
1874
1869
  n0,
1875
1870
  _GES,
1876
1871
  0,
1877
- () => GetEnrollmentStatusRequest,
1878
- () => GetEnrollmentStatusResponse,
1872
+ () => GetEnrollmentStatusRequest$,
1873
+ () => GetEnrollmentStatusResponse$,
1879
1874
  ];
1880
- export var GetEnrollmentStatusesForOrganization = [
1875
+ export var GetEnrollmentStatusesForOrganization$ = [
1881
1876
  9,
1882
1877
  n0,
1883
1878
  _GESFO,
1884
1879
  0,
1885
- () => GetEnrollmentStatusesForOrganizationRequest,
1886
- () => GetEnrollmentStatusesForOrganizationResponse,
1880
+ () => GetEnrollmentStatusesForOrganizationRequest$,
1881
+ () => GetEnrollmentStatusesForOrganizationResponse$,
1887
1882
  ];
1888
- export var GetIdleRecommendations = [
1883
+ export var GetIdleRecommendations$ = [
1889
1884
  9,
1890
1885
  n0,
1891
1886
  _GIR,
1892
1887
  0,
1893
- () => GetIdleRecommendationsRequest,
1894
- () => GetIdleRecommendationsResponse,
1888
+ () => GetIdleRecommendationsRequest$,
1889
+ () => GetIdleRecommendationsResponse$,
1895
1890
  ];
1896
- export var GetLambdaFunctionRecommendations = [
1891
+ export var GetLambdaFunctionRecommendations$ = [
1897
1892
  9,
1898
1893
  n0,
1899
1894
  _GLFR,
1900
1895
  0,
1901
- () => GetLambdaFunctionRecommendationsRequest,
1902
- () => GetLambdaFunctionRecommendationsResponse,
1896
+ () => GetLambdaFunctionRecommendationsRequest$,
1897
+ () => GetLambdaFunctionRecommendationsResponse$,
1903
1898
  ];
1904
- export var GetLicenseRecommendations = [
1899
+ export var GetLicenseRecommendations$ = [
1905
1900
  9,
1906
1901
  n0,
1907
1902
  _GLR,
1908
1903
  0,
1909
- () => GetLicenseRecommendationsRequest,
1910
- () => GetLicenseRecommendationsResponse,
1904
+ () => GetLicenseRecommendationsRequest$,
1905
+ () => GetLicenseRecommendationsResponse$,
1911
1906
  ];
1912
- export var GetRDSDatabaseRecommendationProjectedMetrics = [
1907
+ export var GetRDSDatabaseRecommendationProjectedMetrics$ = [
1913
1908
  9,
1914
1909
  n0,
1915
1910
  _GRDSDRPM,
1916
1911
  0,
1917
- () => GetRDSDatabaseRecommendationProjectedMetricsRequest,
1918
- () => GetRDSDatabaseRecommendationProjectedMetricsResponse,
1912
+ () => GetRDSDatabaseRecommendationProjectedMetricsRequest$,
1913
+ () => GetRDSDatabaseRecommendationProjectedMetricsResponse$,
1919
1914
  ];
1920
- export var GetRDSDatabaseRecommendations = [
1915
+ export var GetRDSDatabaseRecommendations$ = [
1921
1916
  9,
1922
1917
  n0,
1923
1918
  _GRDSDR,
1924
1919
  0,
1925
- () => GetRDSDatabaseRecommendationsRequest,
1926
- () => GetRDSDatabaseRecommendationsResponse,
1920
+ () => GetRDSDatabaseRecommendationsRequest$,
1921
+ () => GetRDSDatabaseRecommendationsResponse$,
1927
1922
  ];
1928
- export var GetRecommendationPreferences = [
1923
+ export var GetRecommendationPreferences$ = [
1929
1924
  9,
1930
1925
  n0,
1931
1926
  _GRP,
1932
1927
  0,
1933
- () => GetRecommendationPreferencesRequest,
1934
- () => GetRecommendationPreferencesResponse,
1928
+ () => GetRecommendationPreferencesRequest$,
1929
+ () => GetRecommendationPreferencesResponse$,
1935
1930
  ];
1936
- export var GetRecommendationSummaries = [
1931
+ export var GetRecommendationSummaries$ = [
1937
1932
  9,
1938
1933
  n0,
1939
1934
  _GRS,
1940
1935
  0,
1941
- () => GetRecommendationSummariesRequest,
1942
- () => GetRecommendationSummariesResponse,
1936
+ () => GetRecommendationSummariesRequest$,
1937
+ () => GetRecommendationSummariesResponse$,
1943
1938
  ];
1944
- export var PutRecommendationPreferences = [
1939
+ export var PutRecommendationPreferences$ = [
1945
1940
  9,
1946
1941
  n0,
1947
1942
  _PRP,
1948
1943
  0,
1949
- () => PutRecommendationPreferencesRequest,
1950
- () => PutRecommendationPreferencesResponse,
1944
+ () => PutRecommendationPreferencesRequest$,
1945
+ () => PutRecommendationPreferencesResponse$,
1951
1946
  ];
1952
- export var UpdateEnrollmentStatus = [
1947
+ export var UpdateEnrollmentStatus$ = [
1953
1948
  9,
1954
1949
  n0,
1955
1950
  _UES,
1956
1951
  0,
1957
- () => UpdateEnrollmentStatusRequest,
1958
- () => UpdateEnrollmentStatusResponse,
1952
+ () => UpdateEnrollmentStatusRequest$,
1953
+ () => UpdateEnrollmentStatusResponse$,
1959
1954
  ];