@aws-sdk/client-cost-explorer 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.
Files changed (67) hide show
  1. package/dist-cjs/index.js +880 -601
  2. package/dist-cjs/runtimeConfig.shared.js +6 -6
  3. package/dist-es/commands/CreateAnomalyMonitorCommand.js +2 -2
  4. package/dist-es/commands/CreateAnomalySubscriptionCommand.js +2 -2
  5. package/dist-es/commands/CreateCostCategoryDefinitionCommand.js +2 -2
  6. package/dist-es/commands/DeleteAnomalyMonitorCommand.js +2 -2
  7. package/dist-es/commands/DeleteAnomalySubscriptionCommand.js +2 -2
  8. package/dist-es/commands/DeleteCostCategoryDefinitionCommand.js +2 -2
  9. package/dist-es/commands/DescribeCostCategoryDefinitionCommand.js +2 -2
  10. package/dist-es/commands/GetAnomaliesCommand.js +2 -2
  11. package/dist-es/commands/GetAnomalyMonitorsCommand.js +2 -2
  12. package/dist-es/commands/GetAnomalySubscriptionsCommand.js +2 -2
  13. package/dist-es/commands/GetApproximateUsageRecordsCommand.js +2 -2
  14. package/dist-es/commands/GetCommitmentPurchaseAnalysisCommand.js +2 -2
  15. package/dist-es/commands/GetCostAndUsageCommand.js +2 -2
  16. package/dist-es/commands/GetCostAndUsageComparisonsCommand.js +2 -2
  17. package/dist-es/commands/GetCostAndUsageWithResourcesCommand.js +2 -2
  18. package/dist-es/commands/GetCostCategoriesCommand.js +2 -2
  19. package/dist-es/commands/GetCostComparisonDriversCommand.js +2 -2
  20. package/dist-es/commands/GetCostForecastCommand.js +2 -2
  21. package/dist-es/commands/GetDimensionValuesCommand.js +2 -2
  22. package/dist-es/commands/GetReservationCoverageCommand.js +2 -2
  23. package/dist-es/commands/GetReservationPurchaseRecommendationCommand.js +2 -2
  24. package/dist-es/commands/GetReservationUtilizationCommand.js +2 -2
  25. package/dist-es/commands/GetRightsizingRecommendationCommand.js +2 -2
  26. package/dist-es/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.js +2 -2
  27. package/dist-es/commands/GetSavingsPlansCoverageCommand.js +2 -2
  28. package/dist-es/commands/GetSavingsPlansPurchaseRecommendationCommand.js +2 -2
  29. package/dist-es/commands/GetSavingsPlansUtilizationCommand.js +2 -2
  30. package/dist-es/commands/GetSavingsPlansUtilizationDetailsCommand.js +2 -2
  31. package/dist-es/commands/GetTagsCommand.js +2 -2
  32. package/dist-es/commands/GetUsageForecastCommand.js +2 -2
  33. package/dist-es/commands/ListCommitmentPurchaseAnalysesCommand.js +2 -2
  34. package/dist-es/commands/ListCostAllocationTagBackfillHistoryCommand.js +2 -2
  35. package/dist-es/commands/ListCostAllocationTagsCommand.js +2 -2
  36. package/dist-es/commands/ListCostCategoryDefinitionsCommand.js +2 -2
  37. package/dist-es/commands/ListCostCategoryResourceAssociationsCommand.js +2 -2
  38. package/dist-es/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.js +2 -2
  39. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  40. package/dist-es/commands/ProvideAnomalyFeedbackCommand.js +2 -2
  41. package/dist-es/commands/StartCommitmentPurchaseAnalysisCommand.js +2 -2
  42. package/dist-es/commands/StartCostAllocationTagBackfillCommand.js +2 -2
  43. package/dist-es/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.js +2 -2
  44. package/dist-es/commands/TagResourceCommand.js +2 -2
  45. package/dist-es/commands/UntagResourceCommand.js +2 -2
  46. package/dist-es/commands/UpdateAnomalyMonitorCommand.js +2 -2
  47. package/dist-es/commands/UpdateAnomalySubscriptionCommand.js +2 -2
  48. package/dist-es/commands/UpdateCostAllocationTagsStatusCommand.js +2 -2
  49. package/dist-es/commands/UpdateCostCategoryDefinitionCommand.js +2 -2
  50. package/dist-es/index.js +1 -0
  51. package/dist-es/runtimeConfig.shared.js +6 -6
  52. package/dist-es/schemas/schemas_0.js +561 -539
  53. package/dist-types/CostExplorerClient.d.ts +1 -10
  54. package/dist-types/index.d.ts +1 -0
  55. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  56. package/dist-types/runtimeConfig.d.ts +6 -2
  57. package/dist-types/runtimeConfig.native.d.ts +6 -2
  58. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  59. package/dist-types/schemas/schemas_0.d.ts +258 -326
  60. package/dist-types/ts3.4/CostExplorerClient.d.ts +0 -4
  61. package/dist-types/ts3.4/index.d.ts +1 -0
  62. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  63. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  64. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  65. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  66. package/dist-types/ts3.4/schemas/schemas_0.d.ts +257 -327
  67. package/package.json +34 -34
@@ -626,69 +626,69 @@ const _hE = "httpError";
626
626
  const _s = "smithy.ts.sdk.synthetic.com.amazonaws.costexplorer";
627
627
  const n0 = "com.amazonaws.costexplorer";
628
628
  import { TypeRegistry } from "@smithy/core/schema";
629
- import { CostExplorerServiceException as __CostExplorerServiceException } from "../models/CostExplorerServiceException";
630
- import { AnalysisNotFoundException as __AnalysisNotFoundException, BackfillLimitExceededException as __BackfillLimitExceededException, BillExpirationException as __BillExpirationException, BillingViewHealthStatusException as __BillingViewHealthStatusException, DataUnavailableException as __DataUnavailableException, GenerationExistsException as __GenerationExistsException, InvalidNextTokenException as __InvalidNextTokenException, LimitExceededException as __LimitExceededException, RequestChangedException as __RequestChangedException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, TooManyTagsException as __TooManyTagsException, UnknownMonitorException as __UnknownMonitorException, UnknownSubscriptionException as __UnknownSubscriptionException, UnresolvableUsageUnitException as __UnresolvableUsageUnitException, } from "../models/errors";
631
- export var AnalysisDetails = [
629
+ import { CostExplorerServiceException } from "../models/CostExplorerServiceException";
630
+ import { AnalysisNotFoundException, BackfillLimitExceededException, BillExpirationException, BillingViewHealthStatusException, DataUnavailableException, GenerationExistsException, InvalidNextTokenException, LimitExceededException, RequestChangedException, ResourceNotFoundException, ServiceQuotaExceededException, TooManyTagsException, UnknownMonitorException, UnknownSubscriptionException, UnresolvableUsageUnitException, } from "../models/errors";
631
+ export var AnalysisDetails$ = [
632
632
  3,
633
633
  n0,
634
634
  _AD,
635
635
  0,
636
636
  [_SPPAD],
637
- [() => SavingsPlansPurchaseAnalysisDetails],
637
+ [() => SavingsPlansPurchaseAnalysisDetails$],
638
638
  ];
639
- export var AnalysisNotFoundException = [-3, n0, _ANFE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
640
- TypeRegistry.for(n0).registerError(AnalysisNotFoundException, __AnalysisNotFoundException);
641
- export var AnalysisSummary = [
639
+ export var AnalysisNotFoundException$ = [-3, n0, _ANFE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
640
+ TypeRegistry.for(n0).registerError(AnalysisNotFoundException$, AnalysisNotFoundException);
641
+ export var AnalysisSummary$ = [
642
642
  3,
643
643
  n0,
644
644
  _AS,
645
645
  0,
646
646
  [_ECT, _ACT, _AST, _ASn, _EC, _AI, _CPAC],
647
- [0, 0, 0, 0, 0, 0, () => CommitmentPurchaseAnalysisConfiguration],
647
+ [0, 0, 0, 0, 0, 0, () => CommitmentPurchaseAnalysisConfiguration$],
648
648
  ];
649
- export var Anomaly = [
649
+ export var Anomaly$ = [
650
650
  3,
651
651
  n0,
652
652
  _A,
653
653
  0,
654
654
  [_AIn, _ASD, _AED, _DV, _RC, _ASno, _I, _MA, _F],
655
- [0, 0, 0, 0, () => RootCauses, () => AnomalyScore, () => Impact, 0, 0],
655
+ [0, 0, 0, 0, () => RootCauses, () => AnomalyScore$, () => Impact$, 0, 0],
656
656
  ];
657
- export var AnomalyDateInterval = [3, n0, _ADI, 0, [_SD, _ED], [0, 0]];
658
- export var AnomalyMonitor = [
657
+ export var AnomalyDateInterval$ = [3, n0, _ADI, 0, [_SD, _ED], [0, 0]];
658
+ export var AnomalyMonitor$ = [
659
659
  3,
660
660
  n0,
661
661
  _AM,
662
662
  0,
663
663
  [_MA, _MN, _CD, _LUD, _LED, _MT, _MD, _MS, _DVC],
664
- [0, 0, 0, 0, 0, 0, 0, () => Expression, 1],
664
+ [0, 0, 0, 0, 0, 0, 0, () => Expression$, 1],
665
665
  ];
666
- export var AnomalyScore = [3, n0, _ASno, 0, [_MSa, _CS], [1, 1]];
667
- export var AnomalySubscription = [
666
+ export var AnomalyScore$ = [3, n0, _ASno, 0, [_MSa, _CS], [1, 1]];
667
+ export var AnomalySubscription$ = [
668
668
  3,
669
669
  n0,
670
670
  _ASnom,
671
671
  0,
672
672
  [_SA, _AIc, _MAL, _S, _T, _Fr, _SN, _TE],
673
- [0, 0, 64 | 0, () => Subscribers, 1, 0, 0, () => Expression],
673
+ [0, 0, 64 | 0, () => Subscribers, 1, 0, 0, () => Expression$],
674
674
  ];
675
- export var BackfillLimitExceededException = [-3, n0, _BLEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
676
- TypeRegistry.for(n0).registerError(BackfillLimitExceededException, __BackfillLimitExceededException);
677
- export var BillExpirationException = [-3, n0, _BEE, { [_e]: _c }, [_M], [0]];
678
- TypeRegistry.for(n0).registerError(BillExpirationException, __BillExpirationException);
679
- export var BillingViewHealthStatusException = [-3, n0, _BVHSE, { [_e]: _c }, [_M], [0]];
680
- TypeRegistry.for(n0).registerError(BillingViewHealthStatusException, __BillingViewHealthStatusException);
681
- export var CommitmentPurchaseAnalysisConfiguration = [
675
+ export var BackfillLimitExceededException$ = [-3, n0, _BLEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
676
+ TypeRegistry.for(n0).registerError(BackfillLimitExceededException$, BackfillLimitExceededException);
677
+ export var BillExpirationException$ = [-3, n0, _BEE, { [_e]: _c }, [_M], [0]];
678
+ TypeRegistry.for(n0).registerError(BillExpirationException$, BillExpirationException);
679
+ export var BillingViewHealthStatusException$ = [-3, n0, _BVHSE, { [_e]: _c }, [_M], [0]];
680
+ TypeRegistry.for(n0).registerError(BillingViewHealthStatusException$, BillingViewHealthStatusException);
681
+ export var CommitmentPurchaseAnalysisConfiguration$ = [
682
682
  3,
683
683
  n0,
684
684
  _CPAC,
685
685
  0,
686
686
  [_SPPAC],
687
- [() => SavingsPlansPurchaseAnalysisConfiguration],
687
+ [() => SavingsPlansPurchaseAnalysisConfiguration$],
688
688
  ];
689
- export var ComparisonMetricValue = [3, n0, _CMV, 0, [_BTPA, _CTPA, _D, _U], [0, 0, 0, 0]];
690
- export var CostAllocationTag = [3, n0, _CAT, 0, [_TK, _Ty, _St, _LUD, _LUDa], [0, 0, 0, 0, 0]];
691
- export var CostAllocationTagBackfillRequest = [
689
+ export var ComparisonMetricValue$ = [3, n0, _CMV, 0, [_BTPA, _CTPA, _D, _U], [0, 0, 0, 0]];
690
+ export var CostAllocationTag$ = [3, n0, _CAT, 0, [_TK, _Ty, _St, _LUD, _LUDa], [0, 0, 0, 0, 0]];
691
+ export var CostAllocationTagBackfillRequest$ = [
692
692
  3,
693
693
  n0,
694
694
  _CATBR,
@@ -696,16 +696,16 @@ export var CostAllocationTagBackfillRequest = [
696
696
  [_BF, _RA, _CA, _BS, _LUA],
697
697
  [0, 0, 0, 0, 0],
698
698
  ];
699
- export var CostAllocationTagStatusEntry = [3, n0, _CATSE, 0, [_TK, _St], [0, 0]];
700
- export var CostAndUsageComparison = [
699
+ export var CostAllocationTagStatusEntry$ = [3, n0, _CATSE, 0, [_TK, _St], [0, 0]];
700
+ export var CostAndUsageComparison$ = [
701
701
  3,
702
702
  n0,
703
703
  _CAUC,
704
704
  0,
705
705
  [_CAUS, _Me],
706
- [() => Expression, () => ComparisonMetrics],
706
+ [() => Expression$, () => ComparisonMetrics],
707
707
  ];
708
- export var CostCategory = [
708
+ export var CostCategory$ = [
709
709
  3,
710
710
  n0,
711
711
  _CC,
@@ -723,9 +723,9 @@ export var CostCategory = [
723
723
  0,
724
724
  ],
725
725
  ];
726
- export var CostCategoryInheritedValueDimension = [3, n0, _CCIVD, 0, [_DN, _DK], [0, 0]];
727
- export var CostCategoryProcessingStatus = [3, n0, _CCPS, 0, [_C, _St], [0, 0]];
728
- export var CostCategoryReference = [
726
+ export var CostCategoryInheritedValueDimension$ = [3, n0, _CCIVD, 0, [_DN, _DK], [0, 0]];
727
+ export var CostCategoryProcessingStatus$ = [3, n0, _CCPS, 0, [_C, _St], [0, 0]];
728
+ export var CostCategoryReference$ = [
729
729
  3,
730
730
  n0,
731
731
  _CCR,
@@ -733,16 +733,16 @@ export var CostCategoryReference = [
733
733
  [_CCA, _N, _ES, _EE, _NOR, _PS, _V, _DVe, _SRT],
734
734
  [0, 0, 0, 0, 1, () => CostCategoryProcessingStatusList, 64 | 0, 0, 64 | 0],
735
735
  ];
736
- export var CostCategoryResourceAssociation = [3, n0, _CCRA, 0, [_RAe, _CCN, _CCA], [0, 0, 0]];
737
- export var CostCategoryRule = [
736
+ export var CostCategoryResourceAssociation$ = [3, n0, _CCRA, 0, [_RAe, _CCN, _CCA], [0, 0, 0]];
737
+ export var CostCategoryRule$ = [
738
738
  3,
739
739
  n0,
740
740
  _CCRo,
741
741
  0,
742
742
  [_Va, _Ru, _IV, _Ty],
743
- [0, () => Expression, () => CostCategoryInheritedValueDimension, 0],
743
+ [0, () => Expression$, () => CostCategoryInheritedValueDimension$, 0],
744
744
  ];
745
- export var CostCategorySplitChargeRule = [
745
+ export var CostCategorySplitChargeRule$ = [
746
746
  3,
747
747
  n0,
748
748
  _CCSCR,
@@ -750,55 +750,62 @@ export var CostCategorySplitChargeRule = [
750
750
  [_So, _Ta, _Met, _P],
751
751
  [0, 64 | 0, 0, () => CostCategorySplitChargeRuleParametersList],
752
752
  ];
753
- export var CostCategorySplitChargeRuleParameter = [3, n0, _CCSCRP, 0, [_Ty, _V], [0, 64 | 0]];
754
- export var CostCategoryValues = [3, n0, _CCV, 0, [_K, _V, _MO], [0, 64 | 0, 64 | 0]];
755
- export var CostComparisonDriver = [
753
+ export var CostCategorySplitChargeRuleParameter$ = [3, n0, _CCSCRP, 0, [_Ty, _V], [0, 64 | 0]];
754
+ export var CostCategoryValues$ = [3, n0, _CCV, 0, [_K, _V, _MO], [0, 64 | 0, 64 | 0]];
755
+ export var CostComparisonDriver$ = [
756
756
  3,
757
757
  n0,
758
758
  _CCD,
759
759
  0,
760
760
  [_CSo, _Me, _CDo],
761
- [() => Expression, () => ComparisonMetrics, () => CostDrivers],
761
+ [() => Expression$, () => ComparisonMetrics, () => CostDrivers],
762
762
  ];
763
- export var CostDriver = [3, n0, _CDos, 0, [_Ty, _N, _Me], [0, 0, () => ComparisonMetrics]];
764
- export var Coverage = [
763
+ export var CostDriver$ = [3, n0, _CDos, 0, [_Ty, _N, _Me], [0, 0, () => ComparisonMetrics]];
764
+ export var Coverage$ = [
765
765
  3,
766
766
  n0,
767
767
  _Co,
768
768
  0,
769
769
  [_CH, _CNU, _CCo],
770
- [() => CoverageHours, () => CoverageNormalizedUnits, () => CoverageCost],
770
+ [() => CoverageHours$, () => CoverageNormalizedUnits$, () => CoverageCost$],
771
771
  ];
772
- export var CoverageByTime = [
772
+ export var CoverageByTime$ = [
773
773
  3,
774
774
  n0,
775
775
  _CBT,
776
776
  0,
777
777
  [_TP, _G, _To],
778
- [() => DateInterval, () => ReservationCoverageGroups, () => Coverage],
778
+ [() => DateInterval$, () => ReservationCoverageGroups, () => Coverage$],
779
779
  ];
780
- export var CoverageCost = [3, n0, _CCo, 0, [_ODC], [0]];
781
- export var CoverageHours = [3, n0, _CH, 0, [_ODH, _RH, _TRH, _CHP], [0, 0, 0, 0]];
782
- export var CoverageNormalizedUnits = [3, n0, _CNU, 0, [_ODNU, _RNU, _TRNU, _CNUP], [0, 0, 0, 0]];
783
- export var CreateAnomalyMonitorRequest = [
780
+ export var CoverageCost$ = [3, n0, _CCo, 0, [_ODC], [0]];
781
+ export var CoverageHours$ = [3, n0, _CH, 0, [_ODH, _RH, _TRH, _CHP], [0, 0, 0, 0]];
782
+ export var CoverageNormalizedUnits$ = [
783
+ 3,
784
+ n0,
785
+ _CNU,
786
+ 0,
787
+ [_ODNU, _RNU, _TRNU, _CNUP],
788
+ [0, 0, 0, 0],
789
+ ];
790
+ export var CreateAnomalyMonitorRequest$ = [
784
791
  3,
785
792
  n0,
786
793
  _CAMR,
787
794
  0,
788
795
  [_AM, _RT],
789
- [() => AnomalyMonitor, () => ResourceTagList],
796
+ [() => AnomalyMonitor$, () => ResourceTagList],
790
797
  ];
791
- export var CreateAnomalyMonitorResponse = [3, n0, _CAMRr, 0, [_MA], [0]];
792
- export var CreateAnomalySubscriptionRequest = [
798
+ export var CreateAnomalyMonitorResponse$ = [3, n0, _CAMRr, 0, [_MA], [0]];
799
+ export var CreateAnomalySubscriptionRequest$ = [
793
800
  3,
794
801
  n0,
795
802
  _CASR,
796
803
  0,
797
804
  [_ASnom, _RT],
798
- [() => AnomalySubscription, () => ResourceTagList],
805
+ [() => AnomalySubscription$, () => ResourceTagList],
799
806
  ];
800
- export var CreateAnomalySubscriptionResponse = [3, n0, _CASRr, 0, [_SA], [0]];
801
- export var CreateCostCategoryDefinitionRequest = [
807
+ export var CreateAnomalySubscriptionResponse$ = [3, n0, _CASRr, 0, [_SA], [0]];
808
+ export var CreateCostCategoryDefinitionRequest$ = [
802
809
  3,
803
810
  n0,
804
811
  _CCCDR,
@@ -806,36 +813,36 @@ export var CreateCostCategoryDefinitionRequest = [
806
813
  [_N, _ES, _RV, _R, _DVe, _SCR, _RT],
807
814
  [0, 0, 0, () => CostCategoryRulesList, 0, () => CostCategorySplitChargeRulesList, () => ResourceTagList],
808
815
  ];
809
- export var CreateCostCategoryDefinitionResponse = [3, n0, _CCCDRr, 0, [_CCA, _ES], [0, 0]];
810
- export var CurrentInstance = [
816
+ export var CreateCostCategoryDefinitionResponse$ = [3, n0, _CCCDRr, 0, [_CCA, _ES], [0, 0]];
817
+ export var CurrentInstance$ = [
811
818
  3,
812
819
  n0,
813
820
  _CI,
814
821
  0,
815
822
  [_RI, _IN, _Tag, _RD, _RU, _RCHILP, _SPCHILP, _ODHILP, _TRHILP, _MC, _CCu],
816
- [0, 0, () => TagValuesList, () => ResourceDetails, () => ResourceUtilization, 0, 0, 0, 0, 0, 0],
823
+ [0, 0, () => TagValuesList, () => ResourceDetails$, () => ResourceUtilization$, 0, 0, 0, 0, 0, 0],
817
824
  ];
818
- export var DataUnavailableException = [-3, n0, _DUE, { [_e]: _c }, [_M], [0]];
819
- TypeRegistry.for(n0).registerError(DataUnavailableException, __DataUnavailableException);
820
- export var DateInterval = [3, n0, _DI, 0, [_Sta, _E], [0, 0]];
821
- export var DeleteAnomalyMonitorRequest = [3, n0, _DAMR, 0, [_MA], [0]];
822
- export var DeleteAnomalyMonitorResponse = [3, n0, _DAMRe, 0, [], []];
823
- export var DeleteAnomalySubscriptionRequest = [3, n0, _DASR, 0, [_SA], [0]];
824
- export var DeleteAnomalySubscriptionResponse = [3, n0, _DASRe, 0, [], []];
825
- export var DeleteCostCategoryDefinitionRequest = [3, n0, _DCCDR, 0, [_CCA], [0]];
826
- export var DeleteCostCategoryDefinitionResponse = [3, n0, _DCCDRe, 0, [_CCA, _EE], [0, 0]];
827
- export var DescribeCostCategoryDefinitionRequest = [3, n0, _DCCDRes, 0, [_CCA, _EO], [0, 0]];
828
- export var DescribeCostCategoryDefinitionResponse = [
825
+ export var DataUnavailableException$ = [-3, n0, _DUE, { [_e]: _c }, [_M], [0]];
826
+ TypeRegistry.for(n0).registerError(DataUnavailableException$, DataUnavailableException);
827
+ export var DateInterval$ = [3, n0, _DI, 0, [_Sta, _E], [0, 0]];
828
+ export var DeleteAnomalyMonitorRequest$ = [3, n0, _DAMR, 0, [_MA], [0]];
829
+ export var DeleteAnomalyMonitorResponse$ = [3, n0, _DAMRe, 0, [], []];
830
+ export var DeleteAnomalySubscriptionRequest$ = [3, n0, _DASR, 0, [_SA], [0]];
831
+ export var DeleteAnomalySubscriptionResponse$ = [3, n0, _DASRe, 0, [], []];
832
+ export var DeleteCostCategoryDefinitionRequest$ = [3, n0, _DCCDR, 0, [_CCA], [0]];
833
+ export var DeleteCostCategoryDefinitionResponse$ = [3, n0, _DCCDRe, 0, [_CCA, _EE], [0, 0]];
834
+ export var DescribeCostCategoryDefinitionRequest$ = [3, n0, _DCCDRes, 0, [_CCA, _EO], [0, 0]];
835
+ export var DescribeCostCategoryDefinitionResponse$ = [
829
836
  3,
830
837
  n0,
831
838
  _DCCDResc,
832
839
  0,
833
840
  [_CC],
834
- [() => CostCategory],
841
+ [() => CostCategory$],
835
842
  ];
836
- export var DimensionValues = [3, n0, _DVi, 0, [_K, _V, _MO], [0, 64 | 0, 64 | 0]];
837
- export var DimensionValuesWithAttributes = [3, n0, _DVWA, 0, [_Va, _At], [0, 128 | 0]];
838
- export var DiskResourceUtilization = [
843
+ export var DimensionValues$ = [3, n0, _DVi, 0, [_K, _V, _MO], [0, 64 | 0, 64 | 0]];
844
+ export var DimensionValuesWithAttributes$ = [3, n0, _DVWA, 0, [_Va, _At], [0, 128 | 0]];
845
+ export var DiskResourceUtilization$ = [
839
846
  3,
840
847
  n0,
841
848
  _DRU,
@@ -843,8 +850,8 @@ export var DiskResourceUtilization = [
843
850
  [_DROPS, _DWOPS, _DRBPS, _DWBPS],
844
851
  [0, 0, 0, 0],
845
852
  ];
846
- export var DynamoDBCapacityDetails = [3, n0, _DDBCD, 0, [_CU, _Re], [0, 0]];
847
- export var EBSResourceUtilization = [
853
+ export var DynamoDBCapacityDetails$ = [3, n0, _DDBCD, 0, [_CU, _Re], [0, 0]];
854
+ export var EBSResourceUtilization$ = [
848
855
  3,
849
856
  n0,
850
857
  _EBSRU,
@@ -852,7 +859,7 @@ export var EBSResourceUtilization = [
852
859
  [_EROPS, _EWOPS, _ERBPS, _EWBPS],
853
860
  [0, 0, 0, 0],
854
861
  ];
855
- export var EC2InstanceDetails = [
862
+ export var EC2InstanceDetails$ = [
856
863
  3,
857
864
  n0,
858
865
  _ECID,
@@ -860,7 +867,7 @@ export var EC2InstanceDetails = [
860
867
  [_Fa, _IT, _Re, _AZ, _Pl, _Te, _CG, _SFE],
861
868
  [0, 0, 0, 0, 0, 0, 2, 2],
862
869
  ];
863
- export var EC2ResourceDetails = [
870
+ export var EC2ResourceDetails$ = [
864
871
  3,
865
872
  n0,
866
873
  _ECRD,
@@ -868,16 +875,16 @@ export var EC2ResourceDetails = [
868
875
  [_HODR, _IT, _Pl, _Re, _Sk, _Mem, _NP, _Sto, _Vc],
869
876
  [0, 0, 0, 0, 0, 0, 0, 0, 0],
870
877
  ];
871
- export var EC2ResourceUtilization = [
878
+ export var EC2ResourceUtilization$ = [
872
879
  3,
873
880
  n0,
874
881
  _ECRU,
875
882
  0,
876
883
  [_MCUP, _MMUP, _MSUP, _EBSRU, _DRU, _NRU],
877
- [0, 0, 0, () => EBSResourceUtilization, () => DiskResourceUtilization, () => NetworkResourceUtilization],
884
+ [0, 0, 0, () => EBSResourceUtilization$, () => DiskResourceUtilization$, () => NetworkResourceUtilization$],
878
885
  ];
879
- export var EC2Specification = [3, n0, _ECS, 0, [_OC], [0]];
880
- export var ElastiCacheInstanceDetails = [
886
+ export var EC2Specification$ = [3, n0, _ECS, 0, [_OC], [0]];
887
+ export var ElastiCacheInstanceDetails$ = [
881
888
  3,
882
889
  n0,
883
890
  _ECIDl,
@@ -885,8 +892,8 @@ export var ElastiCacheInstanceDetails = [
885
892
  [_Fa, _NT, _Re, _PD, _CG, _SFE],
886
893
  [0, 0, 0, 0, 2, 2],
887
894
  ];
888
- export var ESInstanceDetails = [3, n0, _ESID, 0, [_IC, _IS, _Re, _CG, _SFE], [0, 0, 0, 2, 2]];
889
- export var Expression = [
895
+ export var ESInstanceDetails$ = [3, n0, _ESID, 0, [_IC, _IS, _Re, _CG, _SFE], [0, 0, 0, 2, 2]];
896
+ export var Expression$ = [
890
897
  3,
891
898
  n0,
892
899
  _Ex,
@@ -895,34 +902,34 @@ export var Expression = [
895
902
  [
896
903
  () => Expressions,
897
904
  () => Expressions,
898
- () => Expression,
899
- () => DimensionValues,
900
- () => TagValues,
901
- () => CostCategoryValues,
905
+ () => Expression$,
906
+ () => DimensionValues$,
907
+ () => TagValues$,
908
+ () => CostCategoryValues$,
902
909
  ],
903
910
  ];
904
- export var ForecastResult = [
911
+ export var ForecastResult$ = [
905
912
  3,
906
913
  n0,
907
914
  _FR,
908
915
  0,
909
916
  [_TP, _MV, _PILB, _PIUB],
910
- [() => DateInterval, 0, 0, 0],
917
+ [() => DateInterval$, 0, 0, 0],
911
918
  ];
912
- export var GenerationExistsException = [-3, n0, _GEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
913
- TypeRegistry.for(n0).registerError(GenerationExistsException, __GenerationExistsException);
914
- export var GenerationSummary = [3, n0, _GS, 0, [_RIe, _GSe, _GST, _GCT, _ECT], [0, 0, 0, 0, 0]];
915
- export var GetAnomaliesRequest = [
919
+ export var GenerationExistsException$ = [-3, n0, _GEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
920
+ TypeRegistry.for(n0).registerError(GenerationExistsException$, GenerationExistsException);
921
+ export var GenerationSummary$ = [3, n0, _GS, 0, [_RIe, _GSe, _GST, _GCT, _ECT], [0, 0, 0, 0, 0]];
922
+ export var GetAnomaliesRequest$ = [
916
923
  3,
917
924
  n0,
918
925
  _GAR,
919
926
  0,
920
927
  [_MA, _DI, _F, _TI, _NPT, _MR],
921
- [0, () => AnomalyDateInterval, 0, () => TotalImpactFilter, 0, 1],
928
+ [0, () => AnomalyDateInterval$, 0, () => TotalImpactFilter$, 0, 1],
922
929
  ];
923
- export var GetAnomaliesResponse = [3, n0, _GARe, 0, [_Ano, _NPT], [() => Anomalies, 0]];
924
- export var GetAnomalyMonitorsRequest = [3, n0, _GAMR, 0, [_MAL, _NPT, _MR], [64 | 0, 0, 1]];
925
- export var GetAnomalyMonitorsResponse = [
930
+ export var GetAnomaliesResponse$ = [3, n0, _GARe, 0, [_Ano, _NPT], [() => Anomalies, 0]];
931
+ export var GetAnomalyMonitorsRequest$ = [3, n0, _GAMR, 0, [_MAL, _NPT, _MR], [64 | 0, 0, 1]];
932
+ export var GetAnomalyMonitorsResponse$ = [
926
933
  3,
927
934
  n0,
928
935
  _GAMRe,
@@ -930,7 +937,7 @@ export var GetAnomalyMonitorsResponse = [
930
937
  [_AMn, _NPT],
931
938
  [() => AnomalyMonitors, 0],
932
939
  ];
933
- export var GetAnomalySubscriptionsRequest = [
940
+ export var GetAnomalySubscriptionsRequest$ = [
934
941
  3,
935
942
  n0,
936
943
  _GASR,
@@ -938,7 +945,7 @@ export var GetAnomalySubscriptionsRequest = [
938
945
  [_SAL, _MA, _NPT, _MR],
939
946
  [64 | 0, 0, 0, 1],
940
947
  ];
941
- export var GetAnomalySubscriptionsResponse = [
948
+ export var GetAnomalySubscriptionsResponse$ = [
942
949
  3,
943
950
  n0,
944
951
  _GASRe,
@@ -946,7 +953,7 @@ export var GetAnomalySubscriptionsResponse = [
946
953
  [_ASnoma, _NPT],
947
954
  [() => AnomalySubscriptions, 0],
948
955
  ];
949
- export var GetApproximateUsageRecordsRequest = [
956
+ export var GetApproximateUsageRecordsRequest$ = [
950
957
  3,
951
958
  n0,
952
959
  _GAURR,
@@ -954,32 +961,32 @@ export var GetApproximateUsageRecordsRequest = [
954
961
  [_Gr, _Se, _ADp],
955
962
  [0, 64 | 0, 0],
956
963
  ];
957
- export var GetApproximateUsageRecordsResponse = [
964
+ export var GetApproximateUsageRecordsResponse$ = [
958
965
  3,
959
966
  n0,
960
967
  _GAURRe,
961
968
  0,
962
969
  [_Se, _TR, _LP],
963
- [128 | 1, 1, () => DateInterval],
970
+ [128 | 1, 1, () => DateInterval$],
964
971
  ];
965
- export var GetCommitmentPurchaseAnalysisRequest = [3, n0, _GCPAR, 0, [_AI], [0]];
966
- export var GetCommitmentPurchaseAnalysisResponse = [
972
+ export var GetCommitmentPurchaseAnalysisRequest$ = [3, n0, _GCPAR, 0, [_AI], [0]];
973
+ export var GetCommitmentPurchaseAnalysisResponse$ = [
967
974
  3,
968
975
  n0,
969
976
  _GCPARe,
970
977
  0,
971
978
  [_ECT, _ACT, _AST, _AI, _ASn, _EC, _AD, _CPAC],
972
- [0, 0, 0, 0, 0, 0, () => AnalysisDetails, () => CommitmentPurchaseAnalysisConfiguration],
979
+ [0, 0, 0, 0, 0, 0, () => AnalysisDetails$, () => CommitmentPurchaseAnalysisConfiguration$],
973
980
  ];
974
- export var GetCostAndUsageComparisonsRequest = [
981
+ export var GetCostAndUsageComparisonsRequest$ = [
975
982
  3,
976
983
  n0,
977
984
  _GCAUCR,
978
985
  0,
979
986
  [_BVA, _BTP, _CTP, _MFC, _Fi, _GB, _MR, _NPT],
980
- [0, () => DateInterval, () => DateInterval, 0, () => Expression, () => GroupDefinitions, 1, 0],
987
+ [0, () => DateInterval$, () => DateInterval$, 0, () => Expression$, () => GroupDefinitions, 1, 0],
981
988
  ];
982
- export var GetCostAndUsageComparisonsResponse = [
989
+ export var GetCostAndUsageComparisonsResponse$ = [
983
990
  3,
984
991
  n0,
985
992
  _GCAUCRe,
@@ -987,15 +994,15 @@ export var GetCostAndUsageComparisonsResponse = [
987
994
  [_CAUCo, _TCAU, _NPT],
988
995
  [() => CostAndUsageComparisons, () => ComparisonMetrics, 0],
989
996
  ];
990
- export var GetCostAndUsageRequest = [
997
+ export var GetCostAndUsageRequest$ = [
991
998
  3,
992
999
  n0,
993
1000
  _GCAUR,
994
1001
  0,
995
1002
  [_TP, _Gr, _Fi, _Me, _GB, _BVA, _NPT],
996
- [() => DateInterval, 0, () => Expression, 64 | 0, () => GroupDefinitions, 0, 0],
1003
+ [() => DateInterval$, 0, () => Expression$, 64 | 0, () => GroupDefinitions, 0, 0],
997
1004
  ];
998
- export var GetCostAndUsageResponse = [
1005
+ export var GetCostAndUsageResponse$ = [
999
1006
  3,
1000
1007
  n0,
1001
1008
  _GCAURe,
@@ -1003,15 +1010,15 @@ export var GetCostAndUsageResponse = [
1003
1010
  [_NPT, _GD, _RBT, _DVA],
1004
1011
  [0, () => GroupDefinitions, () => ResultsByTime, () => DimensionValuesWithAttributesList],
1005
1012
  ];
1006
- export var GetCostAndUsageWithResourcesRequest = [
1013
+ export var GetCostAndUsageWithResourcesRequest$ = [
1007
1014
  3,
1008
1015
  n0,
1009
1016
  _GCAUWRR,
1010
1017
  0,
1011
1018
  [_TP, _Gr, _Fi, _Me, _GB, _BVA, _NPT],
1012
- [() => DateInterval, 0, () => Expression, 64 | 0, () => GroupDefinitions, 0, 0],
1019
+ [() => DateInterval$, 0, () => Expression$, 64 | 0, () => GroupDefinitions, 0, 0],
1013
1020
  ];
1014
- export var GetCostAndUsageWithResourcesResponse = [
1021
+ export var GetCostAndUsageWithResourcesResponse$ = [
1015
1022
  3,
1016
1023
  n0,
1017
1024
  _GCAUWRRe,
@@ -1019,15 +1026,15 @@ export var GetCostAndUsageWithResourcesResponse = [
1019
1026
  [_NPT, _GD, _RBT, _DVA],
1020
1027
  [0, () => GroupDefinitions, () => ResultsByTime, () => DimensionValuesWithAttributesList],
1021
1028
  ];
1022
- export var GetCostCategoriesRequest = [
1029
+ export var GetCostCategoriesRequest$ = [
1023
1030
  3,
1024
1031
  n0,
1025
1032
  _GCCR,
1026
1033
  0,
1027
1034
  [_SS, _TP, _CCN, _Fi, _SB, _BVA, _MR, _NPT],
1028
- [0, () => DateInterval, 0, () => Expression, () => SortDefinitions, 0, 1, 0],
1035
+ [0, () => DateInterval$, 0, () => Expression$, () => SortDefinitions, 0, 1, 0],
1029
1036
  ];
1030
- export var GetCostCategoriesResponse = [
1037
+ export var GetCostCategoriesResponse$ = [
1031
1038
  3,
1032
1039
  n0,
1033
1040
  _GCCRe,
@@ -1035,15 +1042,15 @@ export var GetCostCategoriesResponse = [
1035
1042
  [_NPT, _CCNo, _CCV, _RS, _TS],
1036
1043
  [0, 64 | 0, 64 | 0, 1, 1],
1037
1044
  ];
1038
- export var GetCostComparisonDriversRequest = [
1045
+ export var GetCostComparisonDriversRequest$ = [
1039
1046
  3,
1040
1047
  n0,
1041
1048
  _GCCDR,
1042
1049
  0,
1043
1050
  [_BVA, _BTP, _CTP, _MFC, _Fi, _GB, _MR, _NPT],
1044
- [0, () => DateInterval, () => DateInterval, 0, () => Expression, () => GroupDefinitions, 1, 0],
1051
+ [0, () => DateInterval$, () => DateInterval$, 0, () => Expression$, () => GroupDefinitions, 1, 0],
1045
1052
  ];
1046
- export var GetCostComparisonDriversResponse = [
1053
+ export var GetCostComparisonDriversResponse$ = [
1047
1054
  3,
1048
1055
  n0,
1049
1056
  _GCCDRe,
@@ -1051,31 +1058,31 @@ export var GetCostComparisonDriversResponse = [
1051
1058
  [_CCDo, _NPT],
1052
1059
  [() => CostComparisonDrivers, 0],
1053
1060
  ];
1054
- export var GetCostForecastRequest = [
1061
+ export var GetCostForecastRequest$ = [
1055
1062
  3,
1056
1063
  n0,
1057
1064
  _GCFR,
1058
1065
  0,
1059
1066
  [_TP, _Metr, _Gr, _Fi, _BVA, _PIL],
1060
- [() => DateInterval, 0, 0, () => Expression, 0, 1],
1067
+ [() => DateInterval$, 0, 0, () => Expression$, 0, 1],
1061
1068
  ];
1062
- export var GetCostForecastResponse = [
1069
+ export var GetCostForecastResponse$ = [
1063
1070
  3,
1064
1071
  n0,
1065
1072
  _GCFRe,
1066
1073
  0,
1067
1074
  [_To, _FRBT],
1068
- [() => MetricValue, () => ForecastResultsByTime],
1075
+ [() => MetricValue$, () => ForecastResultsByTime],
1069
1076
  ];
1070
- export var GetDimensionValuesRequest = [
1077
+ export var GetDimensionValuesRequest$ = [
1071
1078
  3,
1072
1079
  n0,
1073
1080
  _GDVR,
1074
1081
  0,
1075
1082
  [_SS, _TP, _Dim, _Con, _Fi, _SB, _BVA, _MR, _NPT],
1076
- [0, () => DateInterval, 0, 0, () => Expression, () => SortDefinitions, 0, 1, 0],
1083
+ [0, () => DateInterval$, 0, 0, () => Expression$, () => SortDefinitions, 0, 1, 0],
1077
1084
  ];
1078
- export var GetDimensionValuesResponse = [
1085
+ export var GetDimensionValuesResponse$ = [
1079
1086
  3,
1080
1087
  n0,
1081
1088
  _GDVRe,
@@ -1083,77 +1090,77 @@ export var GetDimensionValuesResponse = [
1083
1090
  [_DVi, _RS, _TS, _NPT],
1084
1091
  [() => DimensionValuesWithAttributesList, 1, 1, 0],
1085
1092
  ];
1086
- export var GetReservationCoverageRequest = [
1093
+ export var GetReservationCoverageRequest$ = [
1087
1094
  3,
1088
1095
  n0,
1089
1096
  _GRCR,
1090
1097
  0,
1091
1098
  [_TP, _GB, _Gr, _Fi, _Me, _NPT, _SB, _MR],
1092
- [() => DateInterval, () => GroupDefinitions, 0, () => Expression, 64 | 0, 0, () => SortDefinition, 1],
1099
+ [() => DateInterval$, () => GroupDefinitions, 0, () => Expression$, 64 | 0, 0, () => SortDefinition$, 1],
1093
1100
  ];
1094
- export var GetReservationCoverageResponse = [
1101
+ export var GetReservationCoverageResponse$ = [
1095
1102
  3,
1096
1103
  n0,
1097
1104
  _GRCRe,
1098
1105
  0,
1099
1106
  [_CBTo, _To, _NPT],
1100
- [() => CoveragesByTime, () => Coverage, 0],
1107
+ [() => CoveragesByTime, () => Coverage$, 0],
1101
1108
  ];
1102
- export var GetReservationPurchaseRecommendationRequest = [
1109
+ export var GetReservationPurchaseRecommendationRequest$ = [
1103
1110
  3,
1104
1111
  n0,
1105
1112
  _GRPRR,
1106
1113
  0,
1107
1114
  [_AIc, _Ser, _Fi, _ASc, _LPID, _TIY, _PO, _SSe, _PSa, _NPT],
1108
- [0, 0, () => Expression, 0, 0, 0, 0, () => ServiceSpecification, 1, 0],
1115
+ [0, 0, () => Expression$, 0, 0, 0, 0, () => ServiceSpecification$, 1, 0],
1109
1116
  ];
1110
- export var GetReservationPurchaseRecommendationResponse = [
1117
+ export var GetReservationPurchaseRecommendationResponse$ = [
1111
1118
  3,
1112
1119
  n0,
1113
1120
  _GRPRRe,
1114
1121
  0,
1115
1122
  [_Meta, _Rec, _NPT],
1116
- [() => ReservationPurchaseRecommendationMetadata, () => ReservationPurchaseRecommendations, 0],
1123
+ [() => ReservationPurchaseRecommendationMetadata$, () => ReservationPurchaseRecommendations, 0],
1117
1124
  ];
1118
- export var GetReservationUtilizationRequest = [
1125
+ export var GetReservationUtilizationRequest$ = [
1119
1126
  3,
1120
1127
  n0,
1121
1128
  _GRUR,
1122
1129
  0,
1123
1130
  [_TP, _GB, _Gr, _Fi, _SB, _NPT, _MR],
1124
- [() => DateInterval, () => GroupDefinitions, 0, () => Expression, () => SortDefinition, 0, 1],
1131
+ [() => DateInterval$, () => GroupDefinitions, 0, () => Expression$, () => SortDefinition$, 0, 1],
1125
1132
  ];
1126
- export var GetReservationUtilizationResponse = [
1133
+ export var GetReservationUtilizationResponse$ = [
1127
1134
  3,
1128
1135
  n0,
1129
1136
  _GRURe,
1130
1137
  0,
1131
1138
  [_UBT, _To, _NPT],
1132
- [() => UtilizationsByTime, () => ReservationAggregates, 0],
1139
+ [() => UtilizationsByTime, () => ReservationAggregates$, 0],
1133
1140
  ];
1134
- export var GetRightsizingRecommendationRequest = [
1141
+ export var GetRightsizingRecommendationRequest$ = [
1135
1142
  3,
1136
1143
  n0,
1137
1144
  _GRRR,
1138
1145
  0,
1139
1146
  [_Fi, _Conf, _Ser, _PSa, _NPT],
1140
- [() => Expression, () => RightsizingRecommendationConfiguration, 0, 1, 0],
1147
+ [() => Expression$, () => RightsizingRecommendationConfiguration$, 0, 1, 0],
1141
1148
  ];
1142
- export var GetRightsizingRecommendationResponse = [
1149
+ export var GetRightsizingRecommendationResponse$ = [
1143
1150
  3,
1144
1151
  n0,
1145
1152
  _GRRRe,
1146
1153
  0,
1147
1154
  [_Meta, _Su, _RR, _NPT, _Conf],
1148
1155
  [
1149
- () => RightsizingRecommendationMetadata,
1150
- () => RightsizingRecommendationSummary,
1156
+ () => RightsizingRecommendationMetadata$,
1157
+ () => RightsizingRecommendationSummary$,
1151
1158
  () => RightsizingRecommendationList,
1152
1159
  0,
1153
- () => RightsizingRecommendationConfiguration,
1160
+ () => RightsizingRecommendationConfiguration$,
1154
1161
  ],
1155
1162
  ];
1156
- export var GetSavingsPlanPurchaseRecommendationDetailsRequest = [
1163
+ export var GetSavingsPlanPurchaseRecommendationDetailsRequest$ = [
1157
1164
  3,
1158
1165
  n0,
1159
1166
  _GSPPRDR,
@@ -1161,23 +1168,23 @@ export var GetSavingsPlanPurchaseRecommendationDetailsRequest = [
1161
1168
  [_RDI],
1162
1169
  [0],
1163
1170
  ];
1164
- export var GetSavingsPlanPurchaseRecommendationDetailsResponse = [
1171
+ export var GetSavingsPlanPurchaseRecommendationDetailsResponse$ = [
1165
1172
  3,
1166
1173
  n0,
1167
1174
  _GSPPRDRe,
1168
1175
  0,
1169
1176
  [_RDI, _RDD],
1170
- [0, () => RecommendationDetailData],
1177
+ [0, () => RecommendationDetailData$],
1171
1178
  ];
1172
- export var GetSavingsPlansCoverageRequest = [
1179
+ export var GetSavingsPlansCoverageRequest$ = [
1173
1180
  3,
1174
1181
  n0,
1175
1182
  _GSPCR,
1176
1183
  0,
1177
1184
  [_TP, _GB, _Gr, _Fi, _Me, _NTe, _MR, _SB],
1178
- [() => DateInterval, () => GroupDefinitions, 0, () => Expression, 64 | 0, 0, 1, () => SortDefinition],
1185
+ [() => DateInterval$, () => GroupDefinitions, 0, () => Expression$, 64 | 0, 0, 1, () => SortDefinition$],
1179
1186
  ];
1180
- export var GetSavingsPlansCoverageResponse = [
1187
+ export var GetSavingsPlansCoverageResponse$ = [
1181
1188
  3,
1182
1189
  n0,
1183
1190
  _GSPCRe,
@@ -1185,102 +1192,102 @@ export var GetSavingsPlansCoverageResponse = [
1185
1192
  [_SPC, _NTe],
1186
1193
  [() => SavingsPlansCoverages, 0],
1187
1194
  ];
1188
- export var GetSavingsPlansPurchaseRecommendationRequest = [
1195
+ export var GetSavingsPlansPurchaseRecommendationRequest$ = [
1189
1196
  3,
1190
1197
  n0,
1191
1198
  _GSPPRR,
1192
1199
  0,
1193
1200
  [_SPT, _TIY, _PO, _ASc, _NPT, _PSa, _LPID, _Fi],
1194
- [0, 0, 0, 0, 0, 1, 0, () => Expression],
1201
+ [0, 0, 0, 0, 0, 1, 0, () => Expression$],
1195
1202
  ];
1196
- export var GetSavingsPlansPurchaseRecommendationResponse = [
1203
+ export var GetSavingsPlansPurchaseRecommendationResponse$ = [
1197
1204
  3,
1198
1205
  n0,
1199
1206
  _GSPPRRe,
1200
1207
  0,
1201
1208
  [_Meta, _SPPR, _NPT],
1202
- [() => SavingsPlansPurchaseRecommendationMetadata, () => SavingsPlansPurchaseRecommendation, 0],
1209
+ [() => SavingsPlansPurchaseRecommendationMetadata$, () => SavingsPlansPurchaseRecommendation$, 0],
1203
1210
  ];
1204
- export var GetSavingsPlansUtilizationDetailsRequest = [
1211
+ export var GetSavingsPlansUtilizationDetailsRequest$ = [
1205
1212
  3,
1206
1213
  n0,
1207
1214
  _GSPUDR,
1208
1215
  0,
1209
1216
  [_TP, _Fi, _DT, _NTe, _MR, _SB],
1210
- [() => DateInterval, () => Expression, 64 | 0, 0, 1, () => SortDefinition],
1217
+ [() => DateInterval$, () => Expression$, 64 | 0, 0, 1, () => SortDefinition$],
1211
1218
  ];
1212
- export var GetSavingsPlansUtilizationDetailsResponse = [
1219
+ export var GetSavingsPlansUtilizationDetailsResponse$ = [
1213
1220
  3,
1214
1221
  n0,
1215
1222
  _GSPUDRe,
1216
1223
  0,
1217
1224
  [_SPUD, _To, _TP, _NTe],
1218
- [() => SavingsPlansUtilizationDetails, () => SavingsPlansUtilizationAggregates, () => DateInterval, 0],
1225
+ [() => SavingsPlansUtilizationDetails, () => SavingsPlansUtilizationAggregates$, () => DateInterval$, 0],
1219
1226
  ];
1220
- export var GetSavingsPlansUtilizationRequest = [
1227
+ export var GetSavingsPlansUtilizationRequest$ = [
1221
1228
  3,
1222
1229
  n0,
1223
1230
  _GSPUR,
1224
1231
  0,
1225
1232
  [_TP, _Gr, _Fi, _SB],
1226
- [() => DateInterval, 0, () => Expression, () => SortDefinition],
1233
+ [() => DateInterval$, 0, () => Expression$, () => SortDefinition$],
1227
1234
  ];
1228
- export var GetSavingsPlansUtilizationResponse = [
1235
+ export var GetSavingsPlansUtilizationResponse$ = [
1229
1236
  3,
1230
1237
  n0,
1231
1238
  _GSPURe,
1232
1239
  0,
1233
1240
  [_SPUBT, _To],
1234
- [() => SavingsPlansUtilizationsByTime, () => SavingsPlansUtilizationAggregates],
1241
+ [() => SavingsPlansUtilizationsByTime, () => SavingsPlansUtilizationAggregates$],
1235
1242
  ];
1236
- export var GetTagsRequest = [
1243
+ export var GetTagsRequest$ = [
1237
1244
  3,
1238
1245
  n0,
1239
1246
  _GTR,
1240
1247
  0,
1241
1248
  [_SS, _TP, _TK, _Fi, _SB, _BVA, _MR, _NPT],
1242
- [0, () => DateInterval, 0, () => Expression, () => SortDefinitions, 0, 1, 0],
1249
+ [0, () => DateInterval$, 0, () => Expression$, () => SortDefinitions, 0, 1, 0],
1243
1250
  ];
1244
- export var GetTagsResponse = [3, n0, _GTRe, 0, [_NPT, _Tag, _RS, _TS], [0, 64 | 0, 1, 1]];
1245
- export var GetUsageForecastRequest = [
1251
+ export var GetTagsResponse$ = [3, n0, _GTRe, 0, [_NPT, _Tag, _RS, _TS], [0, 64 | 0, 1, 1]];
1252
+ export var GetUsageForecastRequest$ = [
1246
1253
  3,
1247
1254
  n0,
1248
1255
  _GUFR,
1249
1256
  0,
1250
1257
  [_TP, _Metr, _Gr, _Fi, _BVA, _PIL],
1251
- [() => DateInterval, 0, 0, () => Expression, 0, 1],
1258
+ [() => DateInterval$, 0, 0, () => Expression$, 0, 1],
1252
1259
  ];
1253
- export var GetUsageForecastResponse = [
1260
+ export var GetUsageForecastResponse$ = [
1254
1261
  3,
1255
1262
  n0,
1256
1263
  _GUFRe,
1257
1264
  0,
1258
1265
  [_To, _FRBT],
1259
- [() => MetricValue, () => ForecastResultsByTime],
1266
+ [() => MetricValue$, () => ForecastResultsByTime],
1260
1267
  ];
1261
- export var Group = [3, n0, _Gro, 0, [_Ke, _Me], [64 | 0, () => Metrics]];
1262
- export var GroupDefinition = [3, n0, _GDr, 0, [_Ty, _K], [0, 0]];
1263
- export var Impact = [3, n0, _I, 0, [_MI, _TI, _TAS, _TES, _TIP], [1, 1, 1, 1, 1]];
1264
- export var InstanceDetails = [
1268
+ export var Group$ = [3, n0, _Gro, 0, [_Ke, _Me], [64 | 0, () => Metrics]];
1269
+ export var GroupDefinition$ = [3, n0, _GDr, 0, [_Ty, _K], [0, 0]];
1270
+ export var Impact$ = [3, n0, _I, 0, [_MI, _TI, _TAS, _TES, _TIP], [1, 1, 1, 1, 1]];
1271
+ export var InstanceDetails$ = [
1265
1272
  3,
1266
1273
  n0,
1267
1274
  _ID,
1268
1275
  0,
1269
1276
  [_ECID, _RDSID, _RID, _ECIDl, _ESID, _MDBID],
1270
1277
  [
1271
- () => EC2InstanceDetails,
1272
- () => RDSInstanceDetails,
1273
- () => RedshiftInstanceDetails,
1274
- () => ElastiCacheInstanceDetails,
1275
- () => ESInstanceDetails,
1276
- () => MemoryDBInstanceDetails,
1278
+ () => EC2InstanceDetails$,
1279
+ () => RDSInstanceDetails$,
1280
+ () => RedshiftInstanceDetails$,
1281
+ () => ElastiCacheInstanceDetails$,
1282
+ () => ESInstanceDetails$,
1283
+ () => MemoryDBInstanceDetails$,
1277
1284
  ],
1278
1285
  ];
1279
- export var InvalidNextTokenException = [-3, n0, _INTE, { [_e]: _c }, [_M], [0]];
1280
- TypeRegistry.for(n0).registerError(InvalidNextTokenException, __InvalidNextTokenException);
1281
- export var LimitExceededException = [-3, n0, _LEE, { [_e]: _c }, [_M], [0]];
1282
- TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
1283
- export var ListCommitmentPurchaseAnalysesRequest = [
1286
+ export var InvalidNextTokenException$ = [-3, n0, _INTE, { [_e]: _c }, [_M], [0]];
1287
+ TypeRegistry.for(n0).registerError(InvalidNextTokenException$, InvalidNextTokenException);
1288
+ export var LimitExceededException$ = [-3, n0, _LEE, { [_e]: _c }, [_M], [0]];
1289
+ TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
1290
+ export var ListCommitmentPurchaseAnalysesRequest$ = [
1284
1291
  3,
1285
1292
  n0,
1286
1293
  _LCPAR,
@@ -1288,7 +1295,7 @@ export var ListCommitmentPurchaseAnalysesRequest = [
1288
1295
  [_ASn, _NPT, _PSa, _AIna],
1289
1296
  [0, 0, 1, 64 | 0],
1290
1297
  ];
1291
- export var ListCommitmentPurchaseAnalysesResponse = [
1298
+ export var ListCommitmentPurchaseAnalysesResponse$ = [
1292
1299
  3,
1293
1300
  n0,
1294
1301
  _LCPARi,
@@ -1296,7 +1303,7 @@ export var ListCommitmentPurchaseAnalysesResponse = [
1296
1303
  [_ASL, _NPT],
1297
1304
  [() => AnalysisSummaryList, 0],
1298
1305
  ];
1299
- export var ListCostAllocationTagBackfillHistoryRequest = [
1306
+ export var ListCostAllocationTagBackfillHistoryRequest$ = [
1300
1307
  3,
1301
1308
  n0,
1302
1309
  _LCATBHR,
@@ -1304,7 +1311,7 @@ export var ListCostAllocationTagBackfillHistoryRequest = [
1304
1311
  [_NTe, _MR],
1305
1312
  [0, 1],
1306
1313
  ];
1307
- export var ListCostAllocationTagBackfillHistoryResponse = [
1314
+ export var ListCostAllocationTagBackfillHistoryResponse$ = [
1308
1315
  3,
1309
1316
  n0,
1310
1317
  _LCATBHRi,
@@ -1312,7 +1319,7 @@ export var ListCostAllocationTagBackfillHistoryResponse = [
1312
1319
  [_BR, _NTe],
1313
1320
  [() => CostAllocationTagBackfillRequestList, 0],
1314
1321
  ];
1315
- export var ListCostAllocationTagsRequest = [
1322
+ export var ListCostAllocationTagsRequest$ = [
1316
1323
  3,
1317
1324
  n0,
1318
1325
  _LCATR,
@@ -1320,7 +1327,7 @@ export var ListCostAllocationTagsRequest = [
1320
1327
  [_St, _TKa, _Ty, _NTe, _MR],
1321
1328
  [0, 64 | 0, 0, 0, 1],
1322
1329
  ];
1323
- export var ListCostAllocationTagsResponse = [
1330
+ export var ListCostAllocationTagsResponse$ = [
1324
1331
  3,
1325
1332
  n0,
1326
1333
  _LCATRi,
@@ -1328,7 +1335,7 @@ export var ListCostAllocationTagsResponse = [
1328
1335
  [_CATo, _NTe],
1329
1336
  [() => CostAllocationTagList, 0],
1330
1337
  ];
1331
- export var ListCostCategoryDefinitionsRequest = [
1338
+ export var ListCostCategoryDefinitionsRequest$ = [
1332
1339
  3,
1333
1340
  n0,
1334
1341
  _LCCDR,
@@ -1336,7 +1343,7 @@ export var ListCostCategoryDefinitionsRequest = [
1336
1343
  [_EO, _NTe, _MR, _SRT],
1337
1344
  [0, 0, 1, 64 | 0],
1338
1345
  ];
1339
- export var ListCostCategoryDefinitionsResponse = [
1346
+ export var ListCostCategoryDefinitionsResponse$ = [
1340
1347
  3,
1341
1348
  n0,
1342
1349
  _LCCDRi,
@@ -1344,7 +1351,7 @@ export var ListCostCategoryDefinitionsResponse = [
1344
1351
  [_CCRos, _NTe],
1345
1352
  [() => CostCategoryReferencesList, 0],
1346
1353
  ];
1347
- export var ListCostCategoryResourceAssociationsRequest = [
1354
+ export var ListCostCategoryResourceAssociationsRequest$ = [
1348
1355
  3,
1349
1356
  n0,
1350
1357
  _LCCRAR,
@@ -1352,7 +1359,7 @@ export var ListCostCategoryResourceAssociationsRequest = [
1352
1359
  [_CCA, _NTe, _MR],
1353
1360
  [0, 0, 1],
1354
1361
  ];
1355
- export var ListCostCategoryResourceAssociationsResponse = [
1362
+ export var ListCostCategoryResourceAssociationsResponse$ = [
1356
1363
  3,
1357
1364
  n0,
1358
1365
  _LCCRARi,
@@ -1360,7 +1367,7 @@ export var ListCostCategoryResourceAssociationsResponse = [
1360
1367
  [_CCRAo, _NTe],
1361
1368
  [() => CostCategoryResourceAssociations, 0],
1362
1369
  ];
1363
- export var ListSavingsPlansPurchaseRecommendationGenerationRequest = [
1370
+ export var ListSavingsPlansPurchaseRecommendationGenerationRequest$ = [
1364
1371
  3,
1365
1372
  n0,
1366
1373
  _LSPPRGR,
@@ -1368,7 +1375,7 @@ export var ListSavingsPlansPurchaseRecommendationGenerationRequest = [
1368
1375
  [_GSe, _RIec, _PSa, _NPT],
1369
1376
  [0, 64 | 0, 1, 0],
1370
1377
  ];
1371
- export var ListSavingsPlansPurchaseRecommendationGenerationResponse = [
1378
+ export var ListSavingsPlansPurchaseRecommendationGenerationResponse$ = [
1372
1379
  3,
1373
1380
  n0,
1374
1381
  _LSPPRGRi,
@@ -1376,9 +1383,9 @@ export var ListSavingsPlansPurchaseRecommendationGenerationResponse = [
1376
1383
  [_GSL, _NPT],
1377
1384
  [() => GenerationSummaryList, 0],
1378
1385
  ];
1379
- export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RAe], [0]];
1380
- export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_RT], [() => ResourceTagList]];
1381
- export var MemoryDBInstanceDetails = [
1386
+ export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RAe], [0]];
1387
+ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_RT], [() => ResourceTagList]];
1388
+ export var MemoryDBInstanceDetails$ = [
1382
1389
  3,
1383
1390
  n0,
1384
1391
  _MDBID,
@@ -1386,9 +1393,9 @@ export var MemoryDBInstanceDetails = [
1386
1393
  [_Fa, _NT, _Re, _CG, _SFE],
1387
1394
  [0, 0, 0, 2, 2],
1388
1395
  ];
1389
- export var MetricValue = [3, n0, _MVe, 0, [_Am, _U], [0, 0]];
1390
- export var ModifyRecommendationDetail = [3, n0, _MRD, 0, [_TIa], [() => TargetInstancesList]];
1391
- export var NetworkResourceUtilization = [
1396
+ export var MetricValue$ = [3, n0, _MVe, 0, [_Am, _U], [0, 0]];
1397
+ export var ModifyRecommendationDetail$ = [3, n0, _MRD, 0, [_TIa], [() => TargetInstancesList]];
1398
+ export var NetworkResourceUtilization$ = [
1392
1399
  3,
1393
1400
  n0,
1394
1401
  _NRU,
@@ -1396,9 +1403,9 @@ export var NetworkResourceUtilization = [
1396
1403
  [_NIBPS, _NOBPS, _NPIPS, _NPOPS],
1397
1404
  [0, 0, 0, 0],
1398
1405
  ];
1399
- export var ProvideAnomalyFeedbackRequest = [3, n0, _PAFR, 0, [_AIn, _F], [0, 0]];
1400
- export var ProvideAnomalyFeedbackResponse = [3, n0, _PAFRr, 0, [_AIn], [0]];
1401
- export var RDSInstanceDetails = [
1406
+ export var ProvideAnomalyFeedbackRequest$ = [3, n0, _PAFR, 0, [_AIn, _F], [0, 0]];
1407
+ export var ProvideAnomalyFeedbackResponse$ = [3, n0, _PAFRr, 0, [_AIn], [0]];
1408
+ export var RDSInstanceDetails$ = [
1402
1409
  3,
1403
1410
  n0,
1404
1411
  _RDSID,
@@ -1406,7 +1413,7 @@ export var RDSInstanceDetails = [
1406
1413
  [_Fa, _IT, _Re, _DE, _DEa, _DO, _LM, _CG, _SFE],
1407
1414
  [0, 0, 0, 0, 0, 0, 0, 2, 2],
1408
1415
  ];
1409
- export var RecommendationDetailData = [
1416
+ export var RecommendationDetailData$ = [
1410
1417
  3,
1411
1418
  n0,
1412
1419
  _RDD,
@@ -1444,7 +1451,7 @@ export var RecommendationDetailData = [
1444
1451
  ],
1445
1452
  [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, () => MetricsOverLookbackPeriod],
1446
1453
  ];
1447
- export var RecommendationDetailHourlyMetrics = [
1454
+ export var RecommendationDetailHourlyMetrics$ = [
1448
1455
  3,
1449
1456
  n0,
1450
1457
  _RDHM,
@@ -1452,7 +1459,7 @@ export var RecommendationDetailHourlyMetrics = [
1452
1459
  [_ST, _EODC, _CCur, _ECs, _ENCU],
1453
1460
  [0, 0, 0, 0, 0],
1454
1461
  ];
1455
- export var RedshiftInstanceDetails = [
1462
+ export var RedshiftInstanceDetails$ = [
1456
1463
  3,
1457
1464
  n0,
1458
1465
  _RID,
@@ -1460,9 +1467,9 @@ export var RedshiftInstanceDetails = [
1460
1467
  [_Fa, _NT, _Re, _CG, _SFE],
1461
1468
  [0, 0, 0, 2, 2],
1462
1469
  ];
1463
- export var RequestChangedException = [-3, n0, _RCE, { [_e]: _c }, [_M], [0]];
1464
- TypeRegistry.for(n0).registerError(RequestChangedException, __RequestChangedException);
1465
- export var ReservationAggregates = [
1470
+ export var RequestChangedException$ = [-3, n0, _RCE, { [_e]: _c }, [_M], [0]];
1471
+ TypeRegistry.for(n0).registerError(RequestChangedException$, RequestChangedException);
1472
+ export var ReservationAggregates$ = [
1466
1473
  3,
1467
1474
  n0,
1468
1475
  _RAes,
@@ -1470,8 +1477,8 @@ export var ReservationAggregates = [
1470
1477
  [_UP, _UPIU, _PH, _PU, _TAH, _TAU, _UH, _UU, _ODCORIHU, _NRIS, _TPRIS, _AUF, _ARF, _TAF, _RICFUH, _RSe, _US],
1471
1478
  [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
1472
1479
  ];
1473
- export var ReservationCoverageGroup = [3, n0, _RCG, 0, [_At, _Co], [128 | 0, () => Coverage]];
1474
- export var ReservationPurchaseRecommendation = [
1480
+ export var ReservationCoverageGroup$ = [3, n0, _RCG, 0, [_At, _Co], [128 | 0, () => Coverage$]];
1481
+ export var ReservationPurchaseRecommendation$ = [
1475
1482
  3,
1476
1483
  n0,
1477
1484
  _RPR,
@@ -1482,12 +1489,12 @@ export var ReservationPurchaseRecommendation = [
1482
1489
  0,
1483
1490
  0,
1484
1491
  0,
1485
- () => ServiceSpecification,
1492
+ () => ServiceSpecification$,
1486
1493
  () => ReservationPurchaseRecommendationDetails,
1487
- () => ReservationPurchaseRecommendationSummary,
1494
+ () => ReservationPurchaseRecommendationSummary$,
1488
1495
  ],
1489
1496
  ];
1490
- export var ReservationPurchaseRecommendationDetail = [
1497
+ export var ReservationPurchaseRecommendationDetail$ = [
1491
1498
  3,
1492
1499
  n0,
1493
1500
  _RPRD,
@@ -1520,7 +1527,7 @@ export var ReservationPurchaseRecommendationDetail = [
1520
1527
  ],
1521
1528
  [
1522
1529
  0,
1523
- () => InstanceDetails,
1530
+ () => InstanceDetails$,
1524
1531
  0,
1525
1532
  0,
1526
1533
  0,
@@ -1538,14 +1545,14 @@ export var ReservationPurchaseRecommendationDetail = [
1538
1545
  0,
1539
1546
  0,
1540
1547
  0,
1541
- () => ReservedCapacityDetails,
1548
+ () => ReservedCapacityDetails$,
1542
1549
  0,
1543
1550
  0,
1544
1551
  0,
1545
1552
  0,
1546
1553
  ],
1547
1554
  ];
1548
- export var ReservationPurchaseRecommendationMetadata = [
1555
+ export var ReservationPurchaseRecommendationMetadata$ = [
1549
1556
  3,
1550
1557
  n0,
1551
1558
  _RPRM,
@@ -1553,7 +1560,7 @@ export var ReservationPurchaseRecommendationMetadata = [
1553
1560
  [_RIe, _GT, _AMd],
1554
1561
  [0, 0, 0],
1555
1562
  ];
1556
- export var ReservationPurchaseRecommendationSummary = [
1563
+ export var ReservationPurchaseRecommendationSummary$ = [
1557
1564
  3,
1558
1565
  n0,
1559
1566
  _RPRS,
@@ -1561,38 +1568,45 @@ export var ReservationPurchaseRecommendationSummary = [
1561
1568
  [_TEMSA, _TEMSP, _CCu],
1562
1569
  [0, 0, 0],
1563
1570
  ];
1564
- export var ReservationUtilizationGroup = [
1571
+ export var ReservationUtilizationGroup$ = [
1565
1572
  3,
1566
1573
  n0,
1567
1574
  _RUG,
1568
1575
  0,
1569
1576
  [_K, _Va, _At, _Ut],
1570
- [0, 0, 128 | 0, () => ReservationAggregates],
1577
+ [0, 0, 128 | 0, () => ReservationAggregates$],
1578
+ ];
1579
+ export var ReservedCapacityDetails$ = [
1580
+ 3,
1581
+ n0,
1582
+ _RCD,
1583
+ 0,
1584
+ [_DDBCD],
1585
+ [() => DynamoDBCapacityDetails$],
1571
1586
  ];
1572
- export var ReservedCapacityDetails = [3, n0, _RCD, 0, [_DDBCD], [() => DynamoDBCapacityDetails]];
1573
- export var ResourceDetails = [3, n0, _RD, 0, [_ECRD], [() => EC2ResourceDetails]];
1574
- export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M, _RN], [0, 0]];
1575
- TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
1576
- export var ResourceTag = [3, n0, _RTe, 0, [_K, _Va], [0, 0]];
1577
- export var ResourceUtilization = [3, n0, _RU, 0, [_ECRU], [() => EC2ResourceUtilization]];
1578
- export var ResultByTime = [
1587
+ export var ResourceDetails$ = [3, n0, _RD, 0, [_ECRD], [() => EC2ResourceDetails$]];
1588
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M, _RN], [0, 0]];
1589
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
1590
+ export var ResourceTag$ = [3, n0, _RTe, 0, [_K, _Va], [0, 0]];
1591
+ export var ResourceUtilization$ = [3, n0, _RU, 0, [_ECRU], [() => EC2ResourceUtilization$]];
1592
+ export var ResultByTime$ = [
1579
1593
  3,
1580
1594
  n0,
1581
1595
  _RBTe,
1582
1596
  0,
1583
1597
  [_TP, _To, _G, _Es],
1584
- [() => DateInterval, () => Metrics, () => Groups, 2],
1598
+ [() => DateInterval$, () => Metrics, () => Groups, 2],
1585
1599
  ];
1586
- export var RightsizingRecommendation = [
1600
+ export var RightsizingRecommendation$ = [
1587
1601
  3,
1588
1602
  n0,
1589
1603
  _RRi,
1590
1604
  0,
1591
1605
  [_AIc, _CI, _RTi, _MRD, _TRD, _FRC],
1592
- [0, () => CurrentInstance, 0, () => ModifyRecommendationDetail, () => TerminateRecommendationDetail, 64 | 0],
1606
+ [0, () => CurrentInstance$, 0, () => ModifyRecommendationDetail$, () => TerminateRecommendationDetail$, 64 | 0],
1593
1607
  ];
1594
- export var RightsizingRecommendationConfiguration = [3, n0, _RRC, 0, [_RTec, _BC], [0, 2]];
1595
- export var RightsizingRecommendationMetadata = [
1608
+ export var RightsizingRecommendationConfiguration$ = [3, n0, _RRC, 0, [_RTec, _BC], [0, 2]];
1609
+ export var RightsizingRecommendationMetadata$ = [
1596
1610
  3,
1597
1611
  n0,
1598
1612
  _RRM,
@@ -1600,7 +1614,7 @@ export var RightsizingRecommendationMetadata = [
1600
1614
  [_RIe, _GT, _LPID, _AMd],
1601
1615
  [0, 0, 0, 0],
1602
1616
  ];
1603
- export var RightsizingRecommendationSummary = [
1617
+ export var RightsizingRecommendationSummary$ = [
1604
1618
  3,
1605
1619
  n0,
1606
1620
  _RRS,
@@ -1608,16 +1622,16 @@ export var RightsizingRecommendationSummary = [
1608
1622
  [_TRC, _ETMSA, _SCC, _SP],
1609
1623
  [0, 0, 0, 0],
1610
1624
  ];
1611
- export var RootCause = [
1625
+ export var RootCause$ = [
1612
1626
  3,
1613
1627
  n0,
1614
1628
  _RCo,
1615
1629
  0,
1616
1630
  [_Ser, _Re, _LA, _LAN, _UT, _I],
1617
- [0, 0, 0, 0, 0, () => RootCauseImpact],
1631
+ [0, 0, 0, 0, 0, () => RootCauseImpact$],
1618
1632
  ];
1619
- export var RootCauseImpact = [3, n0, _RCI, 0, [_Cont], [1]];
1620
- export var SavingsPlans = [
1633
+ export var RootCauseImpact$ = [3, n0, _RCI, 0, [_Cont], [1]];
1634
+ export var SavingsPlans$ = [
1621
1635
  3,
1622
1636
  n0,
1623
1637
  _SPa,
@@ -1625,26 +1639,26 @@ export var SavingsPlans = [
1625
1639
  [_PO, _SPT, _Re, _IF, _TIY, _SPCa, _OI],
1626
1640
  [0, 0, 0, 0, 0, 1, 0],
1627
1641
  ];
1628
- export var SavingsPlansAmortizedCommitment = [3, n0, _SPAC, 0, [_ARC, _AUC, _TAC], [0, 0, 0]];
1629
- export var SavingsPlansCoverage = [
1642
+ export var SavingsPlansAmortizedCommitment$ = [3, n0, _SPAC, 0, [_ARC, _AUC, _TAC], [0, 0, 0]];
1643
+ export var SavingsPlansCoverage$ = [
1630
1644
  3,
1631
1645
  n0,
1632
1646
  _SPCav,
1633
1647
  0,
1634
1648
  [_At, _Co, _TP],
1635
- [128 | 0, () => SavingsPlansCoverageData, () => DateInterval],
1649
+ [128 | 0, () => SavingsPlansCoverageData$, () => DateInterval$],
1636
1650
  ];
1637
- export var SavingsPlansCoverageData = [3, n0, _SPCD, 0, [_SCBSP, _ODC, _TC, _CP], [0, 0, 0, 0]];
1638
- export var SavingsPlansDetails = [3, n0, _SPD, 0, [_Re, _IF, _OI], [0, 0, 0]];
1639
- export var SavingsPlansPurchaseAnalysisConfiguration = [
1651
+ export var SavingsPlansCoverageData$ = [3, n0, _SPCD, 0, [_SCBSP, _ODC, _TC, _CP], [0, 0, 0, 0]];
1652
+ export var SavingsPlansDetails$ = [3, n0, _SPD, 0, [_Re, _IF, _OI], [0, 0, 0]];
1653
+ export var SavingsPlansPurchaseAnalysisConfiguration$ = [
1640
1654
  3,
1641
1655
  n0,
1642
1656
  _SPPAC,
1643
1657
  0,
1644
1658
  [_ASc, _AIc, _AT, _SPTA, _SPTE, _LBTP],
1645
- [0, 0, 0, () => SavingsPlansToAdd, 64 | 0, () => DateInterval],
1659
+ [0, 0, 0, () => SavingsPlansToAdd, 64 | 0, () => DateInterval$],
1646
1660
  ];
1647
- export var SavingsPlansPurchaseAnalysisDetails = [
1661
+ export var SavingsPlansPurchaseAnalysisDetails$ = [
1648
1662
  3,
1649
1663
  n0,
1650
1664
  _SPPAD,
@@ -1675,15 +1689,15 @@ export var SavingsPlansPurchaseAnalysisDetails = [
1675
1689
  ],
1676
1690
  [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, () => MetricsOverLookbackPeriod],
1677
1691
  ];
1678
- export var SavingsPlansPurchaseRecommendation = [
1692
+ export var SavingsPlansPurchaseRecommendation$ = [
1679
1693
  3,
1680
1694
  n0,
1681
1695
  _SPPR,
1682
1696
  0,
1683
1697
  [_ASc, _SPT, _TIY, _PO, _LPID, _SPPRD, _SPPRS],
1684
- [0, 0, 0, 0, 0, () => SavingsPlansPurchaseRecommendationDetailList, () => SavingsPlansPurchaseRecommendationSummary],
1698
+ [0, 0, 0, 0, 0, () => SavingsPlansPurchaseRecommendationDetailList, () => SavingsPlansPurchaseRecommendationSummary$],
1685
1699
  ];
1686
- export var SavingsPlansPurchaseRecommendationDetail = [
1700
+ export var SavingsPlansPurchaseRecommendationDetail$ = [
1687
1701
  3,
1688
1702
  n0,
1689
1703
  _SPPRDa,
@@ -1707,9 +1721,9 @@ export var SavingsPlansPurchaseRecommendationDetail = [
1707
1721
  _CAHODS,
1708
1722
  _RDI,
1709
1723
  ],
1710
- [() => SavingsPlansDetails, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
1724
+ [() => SavingsPlansDetails$, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
1711
1725
  ];
1712
- export var SavingsPlansPurchaseRecommendationMetadata = [
1726
+ export var SavingsPlansPurchaseRecommendationMetadata$ = [
1713
1727
  3,
1714
1728
  n0,
1715
1729
  _SPPRM,
@@ -1717,7 +1731,7 @@ export var SavingsPlansPurchaseRecommendationMetadata = [
1717
1731
  [_RIe, _GT, _AMd],
1718
1732
  [0, 0, 0],
1719
1733
  ];
1720
- export var SavingsPlansPurchaseRecommendationSummary = [
1734
+ export var SavingsPlansPurchaseRecommendationSummary$ = [
1721
1735
  3,
1722
1736
  n0,
1723
1737
  _SPPRS,
@@ -1725,45 +1739,50 @@ export var SavingsPlansPurchaseRecommendationSummary = [
1725
1739
  [_EROI, _CCu, _ETC, _CODS, _ESA, _TRC, _DCTP, _HCTP, _ESP, _EMSA, _EODCWCC],
1726
1740
  [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
1727
1741
  ];
1728
- export var SavingsPlansSavings = [3, n0, _SPS, 0, [_NS, _ODCE], [0, 0]];
1729
- export var SavingsPlansUtilization = [3, n0, _SPU, 0, [_TCo, _UCs, _UCn, _UP], [0, 0, 0, 0]];
1730
- export var SavingsPlansUtilizationAggregates = [
1742
+ export var SavingsPlansSavings$ = [3, n0, _SPS, 0, [_NS, _ODCE], [0, 0]];
1743
+ export var SavingsPlansUtilization$ = [3, n0, _SPU, 0, [_TCo, _UCs, _UCn, _UP], [0, 0, 0, 0]];
1744
+ export var SavingsPlansUtilizationAggregates$ = [
1731
1745
  3,
1732
1746
  n0,
1733
1747
  _SPUA,
1734
1748
  0,
1735
1749
  [_Ut, _Sa, _AC],
1736
- [() => SavingsPlansUtilization, () => SavingsPlansSavings, () => SavingsPlansAmortizedCommitment],
1750
+ [() => SavingsPlansUtilization$, () => SavingsPlansSavings$, () => SavingsPlansAmortizedCommitment$],
1737
1751
  ];
1738
- export var SavingsPlansUtilizationByTime = [
1752
+ export var SavingsPlansUtilizationByTime$ = [
1739
1753
  3,
1740
1754
  n0,
1741
1755
  _SPUBTa,
1742
1756
  0,
1743
1757
  [_TP, _Ut, _Sa, _AC],
1744
- [() => DateInterval, () => SavingsPlansUtilization, () => SavingsPlansSavings, () => SavingsPlansAmortizedCommitment],
1758
+ [
1759
+ () => DateInterval$,
1760
+ () => SavingsPlansUtilization$,
1761
+ () => SavingsPlansSavings$,
1762
+ () => SavingsPlansAmortizedCommitment$,
1763
+ ],
1745
1764
  ];
1746
- export var SavingsPlansUtilizationDetail = [
1765
+ export var SavingsPlansUtilizationDetail$ = [
1747
1766
  3,
1748
1767
  n0,
1749
1768
  _SPUDa,
1750
1769
  0,
1751
1770
  [_SPA, _At, _Ut, _Sa, _AC],
1752
- [0, 128 | 0, () => SavingsPlansUtilization, () => SavingsPlansSavings, () => SavingsPlansAmortizedCommitment],
1771
+ [0, 128 | 0, () => SavingsPlansUtilization$, () => SavingsPlansSavings$, () => SavingsPlansAmortizedCommitment$],
1753
1772
  ];
1754
- export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_M], [0]];
1755
- TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
1756
- export var ServiceSpecification = [3, n0, _SSe, 0, [_ECS], [() => EC2Specification]];
1757
- export var SortDefinition = [3, n0, _SDo, 0, [_K, _SO], [0, 0]];
1758
- export var StartCommitmentPurchaseAnalysisRequest = [
1773
+ export var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_M], [0]];
1774
+ TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
1775
+ export var ServiceSpecification$ = [3, n0, _SSe, 0, [_ECS], [() => EC2Specification$]];
1776
+ export var SortDefinition$ = [3, n0, _SDo, 0, [_K, _SO], [0, 0]];
1777
+ export var StartCommitmentPurchaseAnalysisRequest$ = [
1759
1778
  3,
1760
1779
  n0,
1761
1780
  _SCPAR,
1762
1781
  0,
1763
1782
  [_CPAC],
1764
- [() => CommitmentPurchaseAnalysisConfiguration],
1783
+ [() => CommitmentPurchaseAnalysisConfiguration$],
1765
1784
  ];
1766
- export var StartCommitmentPurchaseAnalysisResponse = [
1785
+ export var StartCommitmentPurchaseAnalysisResponse$ = [
1767
1786
  3,
1768
1787
  n0,
1769
1788
  _SCPARt,
@@ -1771,16 +1790,16 @@ export var StartCommitmentPurchaseAnalysisResponse = [
1771
1790
  [_AI, _AST, _ECT],
1772
1791
  [0, 0, 0],
1773
1792
  ];
1774
- export var StartCostAllocationTagBackfillRequest = [3, n0, _SCATBR, 0, [_BF], [0]];
1775
- export var StartCostAllocationTagBackfillResponse = [
1793
+ export var StartCostAllocationTagBackfillRequest$ = [3, n0, _SCATBR, 0, [_BF], [0]];
1794
+ export var StartCostAllocationTagBackfillResponse$ = [
1776
1795
  3,
1777
1796
  n0,
1778
1797
  _SCATBRt,
1779
1798
  0,
1780
1799
  [_BRa],
1781
- [() => CostAllocationTagBackfillRequest],
1800
+ [() => CostAllocationTagBackfillRequest$],
1782
1801
  ];
1783
- export var StartSavingsPlansPurchaseRecommendationGenerationRequest = [
1802
+ export var StartSavingsPlansPurchaseRecommendationGenerationRequest$ = [
1784
1803
  3,
1785
1804
  n0,
1786
1805
  _SSPPRGR,
@@ -1788,7 +1807,7 @@ export var StartSavingsPlansPurchaseRecommendationGenerationRequest = [
1788
1807
  [],
1789
1808
  [],
1790
1809
  ];
1791
- export var StartSavingsPlansPurchaseRecommendationGenerationResponse = [
1810
+ export var StartSavingsPlansPurchaseRecommendationGenerationResponse$ = [
1792
1811
  3,
1793
1812
  n0,
1794
1813
  _SSPPRGRt,
@@ -1796,43 +1815,50 @@ export var StartSavingsPlansPurchaseRecommendationGenerationResponse = [
1796
1815
  [_RIe, _GST, _ECT],
1797
1816
  [0, 0, 0],
1798
1817
  ];
1799
- export var Subscriber = [3, n0, _Sub, 0, [_Ad, _Ty, _St], [0, 0, 0]];
1800
- export var TagResourceRequest = [3, n0, _TRR, 0, [_RAe, _RT], [0, () => ResourceTagList]];
1801
- export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
1802
- export var TagValues = [3, n0, _TV, 0, [_K, _V, _MO], [0, 64 | 0, 64 | 0]];
1803
- export var TargetInstance = [
1818
+ export var Subscriber$ = [3, n0, _Sub, 0, [_Ad, _Ty, _St], [0, 0, 0]];
1819
+ export var TagResourceRequest$ = [3, n0, _TRR, 0, [_RAe, _RT], [0, () => ResourceTagList]];
1820
+ export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
1821
+ export var TagValues$ = [3, n0, _TV, 0, [_K, _V, _MO], [0, 64 | 0, 64 | 0]];
1822
+ export var TargetInstance$ = [
1804
1823
  3,
1805
1824
  n0,
1806
1825
  _TIar,
1807
1826
  0,
1808
1827
  [_EMC, _EMS, _CCu, _DTI, _RD, _ERU, _PDl],
1809
- [0, 0, 0, 2, () => ResourceDetails, () => ResourceUtilization, 64 | 0],
1810
- ];
1811
- export var TerminateRecommendationDetail = [3, n0, _TRD, 0, [_EMS, _CCu], [0, 0]];
1812
- export var TooManyTagsException = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_M, _RN], [0, 0]];
1813
- TypeRegistry.for(n0).registerError(TooManyTagsException, __TooManyTagsException);
1814
- export var TotalImpactFilter = [3, n0, _TIF, 0, [_NO, _SV, _EV], [0, 1, 1]];
1815
- export var UnknownMonitorException = [-3, n0, _UME, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
1816
- TypeRegistry.for(n0).registerError(UnknownMonitorException, __UnknownMonitorException);
1817
- export var UnknownSubscriptionException = [-3, n0, _USE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
1818
- TypeRegistry.for(n0).registerError(UnknownSubscriptionException, __UnknownSubscriptionException);
1819
- export var UnresolvableUsageUnitException = [-3, n0, _UUUE, { [_e]: _c }, [_M], [0]];
1820
- TypeRegistry.for(n0).registerError(UnresolvableUsageUnitException, __UnresolvableUsageUnitException);
1821
- export var UntagResourceRequest = [3, n0, _URR, 0, [_RAe, _RTK], [0, 64 | 0]];
1822
- export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
1823
- export var UpdateAnomalyMonitorRequest = [3, n0, _UAMR, 0, [_MA, _MN], [0, 0]];
1824
- export var UpdateAnomalyMonitorResponse = [3, n0, _UAMRp, 0, [_MA], [0]];
1825
- export var UpdateAnomalySubscriptionRequest = [
1828
+ [0, 0, 0, 2, () => ResourceDetails$, () => ResourceUtilization$, 64 | 0],
1829
+ ];
1830
+ export var TerminateRecommendationDetail$ = [3, n0, _TRD, 0, [_EMS, _CCu], [0, 0]];
1831
+ export var TooManyTagsException$ = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_M, _RN], [0, 0]];
1832
+ TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
1833
+ export var TotalImpactFilter$ = [3, n0, _TIF, 0, [_NO, _SV, _EV], [0, 1, 1]];
1834
+ export var UnknownMonitorException$ = [-3, n0, _UME, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
1835
+ TypeRegistry.for(n0).registerError(UnknownMonitorException$, UnknownMonitorException);
1836
+ export var UnknownSubscriptionException$ = [-3, n0, _USE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
1837
+ TypeRegistry.for(n0).registerError(UnknownSubscriptionException$, UnknownSubscriptionException);
1838
+ export var UnresolvableUsageUnitException$ = [-3, n0, _UUUE, { [_e]: _c }, [_M], [0]];
1839
+ TypeRegistry.for(n0).registerError(UnresolvableUsageUnitException$, UnresolvableUsageUnitException);
1840
+ export var UntagResourceRequest$ = [3, n0, _URR, 0, [_RAe, _RTK], [0, 64 | 0]];
1841
+ export var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
1842
+ export var UpdateAnomalyMonitorRequest$ = [3, n0, _UAMR, 0, [_MA, _MN], [0, 0]];
1843
+ export var UpdateAnomalyMonitorResponse$ = [3, n0, _UAMRp, 0, [_MA], [0]];
1844
+ export var UpdateAnomalySubscriptionRequest$ = [
1826
1845
  3,
1827
1846
  n0,
1828
1847
  _UASR,
1829
1848
  0,
1830
1849
  [_SA, _T, _Fr, _MAL, _S, _SN, _TE],
1831
- [0, 1, 0, 64 | 0, () => Subscribers, 0, () => Expression],
1850
+ [0, 1, 0, 64 | 0, () => Subscribers, 0, () => Expression$],
1832
1851
  ];
1833
- export var UpdateAnomalySubscriptionResponse = [3, n0, _UASRp, 0, [_SA], [0]];
1834
- export var UpdateCostAllocationTagsStatusError = [3, n0, _UCATSE, 0, [_TK, _Cod, _M], [0, 0, 0]];
1835
- export var UpdateCostAllocationTagsStatusRequest = [
1852
+ export var UpdateAnomalySubscriptionResponse$ = [3, n0, _UASRp, 0, [_SA], [0]];
1853
+ export var UpdateCostAllocationTagsStatusError$ = [
1854
+ 3,
1855
+ n0,
1856
+ _UCATSE,
1857
+ 0,
1858
+ [_TK, _Cod, _M],
1859
+ [0, 0, 0],
1860
+ ];
1861
+ export var UpdateCostAllocationTagsStatusRequest$ = [
1836
1862
  3,
1837
1863
  n0,
1838
1864
  _UCATSR,
@@ -1840,7 +1866,7 @@ export var UpdateCostAllocationTagsStatusRequest = [
1840
1866
  [_CATS],
1841
1867
  [() => CostAllocationTagStatusList],
1842
1868
  ];
1843
- export var UpdateCostAllocationTagsStatusResponse = [
1869
+ export var UpdateCostAllocationTagsStatusResponse$ = [
1844
1870
  3,
1845
1871
  n0,
1846
1872
  _UCATSRp,
@@ -1848,7 +1874,7 @@ export var UpdateCostAllocationTagsStatusResponse = [
1848
1874
  [_Er],
1849
1875
  [() => UpdateCostAllocationTagsStatusErrors],
1850
1876
  ];
1851
- export var UpdateCostCategoryDefinitionRequest = [
1877
+ export var UpdateCostCategoryDefinitionRequest$ = [
1852
1878
  3,
1853
1879
  n0,
1854
1880
  _UCCDR,
@@ -1856,485 +1882,481 @@ export var UpdateCostCategoryDefinitionRequest = [
1856
1882
  [_CCA, _ES, _RV, _R, _DVe, _SCR],
1857
1883
  [0, 0, 0, () => CostCategoryRulesList, 0, () => CostCategorySplitChargeRulesList],
1858
1884
  ];
1859
- export var UpdateCostCategoryDefinitionResponse = [3, n0, _UCCDRp, 0, [_CCA, _ES], [0, 0]];
1860
- export var UtilizationByTime = [
1885
+ export var UpdateCostCategoryDefinitionResponse$ = [3, n0, _UCCDRp, 0, [_CCA, _ES], [0, 0]];
1886
+ export var UtilizationByTime$ = [
1861
1887
  3,
1862
1888
  n0,
1863
1889
  _UBTt,
1864
1890
  0,
1865
1891
  [_TP, _G, _To],
1866
- [() => DateInterval, () => ReservationUtilizationGroups, () => ReservationAggregates],
1867
- ];
1868
- export var CostExplorerServiceException = [-3, _s, "CostExplorerServiceException", 0, [], []];
1869
- TypeRegistry.for(_s).registerError(CostExplorerServiceException, __CostExplorerServiceException);
1870
- export var AnalysisIds = 64 | 0;
1871
- export var AnalysisSummaryList = [1, n0, _ASL, 0, () => AnalysisSummary];
1872
- export var Anomalies = [1, n0, _Ano, 0, () => Anomaly];
1873
- export var AnomalyMonitors = [1, n0, _AMn, 0, () => AnomalyMonitor];
1874
- export var AnomalySubscriptions = [1, n0, _ASnoma, 0, () => AnomalySubscription];
1875
- export var CostAllocationTagBackfillRequestList = [
1892
+ [() => DateInterval$, () => ReservationUtilizationGroups, () => ReservationAggregates$],
1893
+ ];
1894
+ export var CostExplorerServiceException$ = [-3, _s, "CostExplorerServiceException", 0, [], []];
1895
+ TypeRegistry.for(_s).registerError(CostExplorerServiceException$, CostExplorerServiceException);
1896
+ var AnalysisIds = 64 | 0;
1897
+ var AnalysisSummaryList = [1, n0, _ASL, 0, () => AnalysisSummary$];
1898
+ var Anomalies = [1, n0, _Ano, 0, () => Anomaly$];
1899
+ var AnomalyMonitors = [1, n0, _AMn, 0, () => AnomalyMonitor$];
1900
+ var AnomalySubscriptions = [1, n0, _ASnoma, 0, () => AnomalySubscription$];
1901
+ var CostAllocationTagBackfillRequestList = [
1876
1902
  1,
1877
1903
  n0,
1878
1904
  _CATBRL,
1879
1905
  0,
1880
- () => CostAllocationTagBackfillRequest,
1881
- ];
1882
- export var CostAllocationTagKeyList = 64 | 0;
1883
- export var CostAllocationTagList = [1, n0, _CATL, 0, () => CostAllocationTag];
1884
- export var CostAllocationTagStatusList = [1, n0, _CATSL, 0, () => CostAllocationTagStatusEntry];
1885
- export var CostAndUsageComparisons = [1, n0, _CAUCo, 0, () => CostAndUsageComparison];
1886
- export var CostCategoryNamesList = 64 | 0;
1887
- export var CostCategoryProcessingStatusList = [1, n0, _CCPSL, 0, () => CostCategoryProcessingStatus];
1888
- export var CostCategoryReferencesList = [1, n0, _CCRL, 0, () => CostCategoryReference];
1889
- export var CostCategoryResourceAssociations = [
1890
- 1,
1891
- n0,
1892
- _CCRAo,
1893
- 0,
1894
- () => CostCategoryResourceAssociation,
1895
- ];
1896
- export var CostCategoryRulesList = [1, n0, _CCRLo, 0, () => CostCategoryRule];
1897
- export var CostCategorySplitChargeRuleParametersList = [
1906
+ () => CostAllocationTagBackfillRequest$,
1907
+ ];
1908
+ var CostAllocationTagKeyList = 64 | 0;
1909
+ var CostAllocationTagList = [1, n0, _CATL, 0, () => CostAllocationTag$];
1910
+ var CostAllocationTagStatusList = [1, n0, _CATSL, 0, () => CostAllocationTagStatusEntry$];
1911
+ var CostAndUsageComparisons = [1, n0, _CAUCo, 0, () => CostAndUsageComparison$];
1912
+ var CostCategoryNamesList = 64 | 0;
1913
+ var CostCategoryProcessingStatusList = [1, n0, _CCPSL, 0, () => CostCategoryProcessingStatus$];
1914
+ var CostCategoryReferencesList = [1, n0, _CCRL, 0, () => CostCategoryReference$];
1915
+ var CostCategoryResourceAssociations = [1, n0, _CCRAo, 0, () => CostCategoryResourceAssociation$];
1916
+ var CostCategoryRulesList = [1, n0, _CCRLo, 0, () => CostCategoryRule$];
1917
+ var CostCategorySplitChargeRuleParametersList = [
1898
1918
  1,
1899
1919
  n0,
1900
1920
  _CCSCRPL,
1901
1921
  0,
1902
- () => CostCategorySplitChargeRuleParameter,
1903
- ];
1904
- export var CostCategorySplitChargeRuleParameterValuesList = 64 | 0;
1905
- export var CostCategorySplitChargeRulesList = [1, n0, _CCSCRL, 0, () => CostCategorySplitChargeRule];
1906
- export var CostCategorySplitChargeRuleTargetsList = 64 | 0;
1907
- export var CostCategoryValuesList = 64 | 0;
1908
- export var CostComparisonDrivers = [1, n0, _CCDo, 0, () => CostComparisonDriver];
1909
- export var CostDrivers = [1, n0, _CDo, 0, () => CostDriver];
1910
- export var CoveragesByTime = [1, n0, _CBTo, 0, () => CoverageByTime];
1911
- export var DimensionValuesWithAttributesList = [
1912
- 1,
1913
- n0,
1914
- _DVWAL,
1915
- 0,
1916
- () => DimensionValuesWithAttributes,
1917
- ];
1918
- export var Expressions = [1, n0, _Exp, 0, () => Expression];
1919
- export var FindingReasonCodes = 64 | 0;
1920
- export var ForecastResultsByTime = [1, n0, _FRBT, 0, () => ForecastResult];
1921
- export var GenerationSummaryList = [1, n0, _GSL, 0, () => GenerationSummary];
1922
- export var GroupDefinitions = [1, n0, _GD, 0, () => GroupDefinition];
1923
- export var Groups = [1, n0, _G, 0, () => Group];
1924
- export var Keys = 64 | 0;
1925
- export var MatchOptions = 64 | 0;
1926
- export var MetricNames = 64 | 0;
1927
- export var MetricsOverLookbackPeriod = [1, n0, _MOLP, 0, () => RecommendationDetailHourlyMetrics];
1928
- export var MonitorArnList = 64 | 0;
1929
- export var PlatformDifferences = 64 | 0;
1930
- export var RecommendationIdList = 64 | 0;
1931
- export var ReservationCoverageGroups = [1, n0, _RCGe, 0, () => ReservationCoverageGroup];
1932
- export var ReservationPurchaseRecommendationDetails = [
1922
+ () => CostCategorySplitChargeRuleParameter$,
1923
+ ];
1924
+ var CostCategorySplitChargeRuleParameterValuesList = 64 | 0;
1925
+ var CostCategorySplitChargeRulesList = [1, n0, _CCSCRL, 0, () => CostCategorySplitChargeRule$];
1926
+ var CostCategorySplitChargeRuleTargetsList = 64 | 0;
1927
+ var CostCategoryValuesList = 64 | 0;
1928
+ var CostComparisonDrivers = [1, n0, _CCDo, 0, () => CostComparisonDriver$];
1929
+ var CostDrivers = [1, n0, _CDo, 0, () => CostDriver$];
1930
+ var CoveragesByTime = [1, n0, _CBTo, 0, () => CoverageByTime$];
1931
+ var DimensionValuesWithAttributesList = [1, n0, _DVWAL, 0, () => DimensionValuesWithAttributes$];
1932
+ var Expressions = [1, n0, _Exp, 0, () => Expression$];
1933
+ var FindingReasonCodes = 64 | 0;
1934
+ var ForecastResultsByTime = [1, n0, _FRBT, 0, () => ForecastResult$];
1935
+ var GenerationSummaryList = [1, n0, _GSL, 0, () => GenerationSummary$];
1936
+ var GroupDefinitions = [1, n0, _GD, 0, () => GroupDefinition$];
1937
+ var Groups = [1, n0, _G, 0, () => Group$];
1938
+ var Keys = 64 | 0;
1939
+ var MatchOptions = 64 | 0;
1940
+ var MetricNames = 64 | 0;
1941
+ var MetricsOverLookbackPeriod = [1, n0, _MOLP, 0, () => RecommendationDetailHourlyMetrics$];
1942
+ var MonitorArnList = 64 | 0;
1943
+ var PlatformDifferences = 64 | 0;
1944
+ var RecommendationIdList = 64 | 0;
1945
+ var ReservationCoverageGroups = [1, n0, _RCGe, 0, () => ReservationCoverageGroup$];
1946
+ var ReservationPurchaseRecommendationDetails = [
1933
1947
  1,
1934
1948
  n0,
1935
1949
  _RPRDe,
1936
1950
  0,
1937
- () => ReservationPurchaseRecommendationDetail,
1938
- ];
1939
- export var ReservationPurchaseRecommendations = [
1940
- 1,
1941
- n0,
1942
- _RPRe,
1943
- 0,
1944
- () => ReservationPurchaseRecommendation,
1945
- ];
1946
- export var ReservationUtilizationGroups = [1, n0, _RUGe, 0, () => ReservationUtilizationGroup];
1947
- export var ResourceTagKeyList = 64 | 0;
1948
- export var ResourceTagList = [1, n0, _RTL, 0, () => ResourceTag];
1949
- export var ResourceTypes = 64 | 0;
1950
- export var ResourceTypesFilterInput = 64 | 0;
1951
- export var ResultsByTime = [1, n0, _RBT, 0, () => ResultByTime];
1952
- export var RightsizingRecommendationList = [1, n0, _RRL, 0, () => RightsizingRecommendation];
1953
- export var RootCauses = [1, n0, _RC, 0, () => RootCause];
1954
- export var SavingsPlansCoverages = [1, n0, _SPC, 0, () => SavingsPlansCoverage];
1955
- export var SavingsPlansDataTypes = 64 | 0;
1956
- export var SavingsPlansPurchaseRecommendationDetailList = [
1951
+ () => ReservationPurchaseRecommendationDetail$,
1952
+ ];
1953
+ var ReservationPurchaseRecommendations = [1, n0, _RPRe, 0, () => ReservationPurchaseRecommendation$];
1954
+ var ReservationUtilizationGroups = [1, n0, _RUGe, 0, () => ReservationUtilizationGroup$];
1955
+ var ResourceTagKeyList = 64 | 0;
1956
+ var ResourceTagList = [1, n0, _RTL, 0, () => ResourceTag$];
1957
+ var ResourceTypes = 64 | 0;
1958
+ var ResourceTypesFilterInput = 64 | 0;
1959
+ var ResultsByTime = [1, n0, _RBT, 0, () => ResultByTime$];
1960
+ var RightsizingRecommendationList = [1, n0, _RRL, 0, () => RightsizingRecommendation$];
1961
+ var RootCauses = [1, n0, _RC, 0, () => RootCause$];
1962
+ var SavingsPlansCoverages = [1, n0, _SPC, 0, () => SavingsPlansCoverage$];
1963
+ var SavingsPlansDataTypes = 64 | 0;
1964
+ var SavingsPlansPurchaseRecommendationDetailList = [
1957
1965
  1,
1958
1966
  n0,
1959
1967
  _SPPRDL,
1960
1968
  0,
1961
- () => SavingsPlansPurchaseRecommendationDetail,
1962
- ];
1963
- export var SavingsPlansToAdd = [1, n0, _SPTA, 0, () => SavingsPlans];
1964
- export var SavingsPlansToExclude = 64 | 0;
1965
- export var SavingsPlansUtilizationDetails = [1, n0, _SPUD, 0, () => SavingsPlansUtilizationDetail];
1966
- export var SavingsPlansUtilizationsByTime = [1, n0, _SPUBT, 0, () => SavingsPlansUtilizationByTime];
1967
- export var SortDefinitions = [1, n0, _SDor, 0, () => SortDefinition];
1968
- export var Subscribers = [1, n0, _S, 0, () => Subscriber];
1969
- export var TagList = 64 | 0;
1970
- export var TagValuesList = [1, n0, _TVL, 0, () => TagValues];
1971
- export var TargetInstancesList = [1, n0, _TIL, 0, () => TargetInstance];
1972
- export var UpdateCostAllocationTagsStatusErrors = [
1969
+ () => SavingsPlansPurchaseRecommendationDetail$,
1970
+ ];
1971
+ var SavingsPlansToAdd = [1, n0, _SPTA, 0, () => SavingsPlans$];
1972
+ var SavingsPlansToExclude = 64 | 0;
1973
+ var SavingsPlansUtilizationDetails = [1, n0, _SPUD, 0, () => SavingsPlansUtilizationDetail$];
1974
+ var SavingsPlansUtilizationsByTime = [1, n0, _SPUBT, 0, () => SavingsPlansUtilizationByTime$];
1975
+ var SortDefinitions = [1, n0, _SDor, 0, () => SortDefinition$];
1976
+ var Subscribers = [1, n0, _S, 0, () => Subscriber$];
1977
+ var TagList = 64 | 0;
1978
+ var TagValuesList = [1, n0, _TVL, 0, () => TagValues$];
1979
+ var TargetInstancesList = [1, n0, _TIL, 0, () => TargetInstance$];
1980
+ var UpdateCostAllocationTagsStatusErrors = [
1973
1981
  1,
1974
1982
  n0,
1975
1983
  _UCATSEp,
1976
1984
  0,
1977
- () => UpdateCostAllocationTagsStatusError,
1985
+ () => UpdateCostAllocationTagsStatusError$,
1978
1986
  ];
1979
- export var UsageServices = 64 | 0;
1980
- export var UtilizationsByTime = [1, n0, _UBT, 0, () => UtilizationByTime];
1981
- export var Values = 64 | 0;
1982
- export var ApproximateUsageRecordsPerService = 128 | 1;
1983
- export var Attributes = 128 | 0;
1984
- export var ComparisonMetrics = [2, n0, _CM, 0, 0, () => ComparisonMetricValue];
1985
- export var Metrics = [2, n0, _Me, 0, 0, () => MetricValue];
1986
- export var CreateAnomalyMonitor = [
1987
+ var UsageServices = 64 | 0;
1988
+ var UtilizationsByTime = [1, n0, _UBT, 0, () => UtilizationByTime$];
1989
+ var Values = 64 | 0;
1990
+ var ApproximateUsageRecordsPerService = 128 | 1;
1991
+ var Attributes = 128 | 0;
1992
+ var ComparisonMetrics = [2, n0, _CM, 0, 0, () => ComparisonMetricValue$];
1993
+ var Metrics = [2, n0, _Me, 0, 0, () => MetricValue$];
1994
+ export var CreateAnomalyMonitor$ = [
1987
1995
  9,
1988
1996
  n0,
1989
1997
  _CAM,
1990
1998
  0,
1991
- () => CreateAnomalyMonitorRequest,
1992
- () => CreateAnomalyMonitorResponse,
1999
+ () => CreateAnomalyMonitorRequest$,
2000
+ () => CreateAnomalyMonitorResponse$,
1993
2001
  ];
1994
- export var CreateAnomalySubscription = [
2002
+ export var CreateAnomalySubscription$ = [
1995
2003
  9,
1996
2004
  n0,
1997
2005
  _CAS,
1998
2006
  0,
1999
- () => CreateAnomalySubscriptionRequest,
2000
- () => CreateAnomalySubscriptionResponse,
2007
+ () => CreateAnomalySubscriptionRequest$,
2008
+ () => CreateAnomalySubscriptionResponse$,
2001
2009
  ];
2002
- export var CreateCostCategoryDefinition = [
2010
+ export var CreateCostCategoryDefinition$ = [
2003
2011
  9,
2004
2012
  n0,
2005
2013
  _CCCD,
2006
2014
  0,
2007
- () => CreateCostCategoryDefinitionRequest,
2008
- () => CreateCostCategoryDefinitionResponse,
2015
+ () => CreateCostCategoryDefinitionRequest$,
2016
+ () => CreateCostCategoryDefinitionResponse$,
2009
2017
  ];
2010
- export var DeleteAnomalyMonitor = [
2018
+ export var DeleteAnomalyMonitor$ = [
2011
2019
  9,
2012
2020
  n0,
2013
2021
  _DAM,
2014
2022
  0,
2015
- () => DeleteAnomalyMonitorRequest,
2016
- () => DeleteAnomalyMonitorResponse,
2023
+ () => DeleteAnomalyMonitorRequest$,
2024
+ () => DeleteAnomalyMonitorResponse$,
2017
2025
  ];
2018
- export var DeleteAnomalySubscription = [
2026
+ export var DeleteAnomalySubscription$ = [
2019
2027
  9,
2020
2028
  n0,
2021
2029
  _DAS,
2022
2030
  0,
2023
- () => DeleteAnomalySubscriptionRequest,
2024
- () => DeleteAnomalySubscriptionResponse,
2031
+ () => DeleteAnomalySubscriptionRequest$,
2032
+ () => DeleteAnomalySubscriptionResponse$,
2025
2033
  ];
2026
- export var DeleteCostCategoryDefinition = [
2034
+ export var DeleteCostCategoryDefinition$ = [
2027
2035
  9,
2028
2036
  n0,
2029
2037
  _DCCD,
2030
2038
  0,
2031
- () => DeleteCostCategoryDefinitionRequest,
2032
- () => DeleteCostCategoryDefinitionResponse,
2039
+ () => DeleteCostCategoryDefinitionRequest$,
2040
+ () => DeleteCostCategoryDefinitionResponse$,
2033
2041
  ];
2034
- export var DescribeCostCategoryDefinition = [
2042
+ export var DescribeCostCategoryDefinition$ = [
2035
2043
  9,
2036
2044
  n0,
2037
2045
  _DCCDe,
2038
2046
  0,
2039
- () => DescribeCostCategoryDefinitionRequest,
2040
- () => DescribeCostCategoryDefinitionResponse,
2047
+ () => DescribeCostCategoryDefinitionRequest$,
2048
+ () => DescribeCostCategoryDefinitionResponse$,
2041
2049
  ];
2042
- export var GetAnomalies = [9, n0, _GA, 0, () => GetAnomaliesRequest, () => GetAnomaliesResponse];
2043
- export var GetAnomalyMonitors = [
2050
+ export var GetAnomalies$ = [
2051
+ 9,
2052
+ n0,
2053
+ _GA,
2054
+ 0,
2055
+ () => GetAnomaliesRequest$,
2056
+ () => GetAnomaliesResponse$,
2057
+ ];
2058
+ export var GetAnomalyMonitors$ = [
2044
2059
  9,
2045
2060
  n0,
2046
2061
  _GAM,
2047
2062
  0,
2048
- () => GetAnomalyMonitorsRequest,
2049
- () => GetAnomalyMonitorsResponse,
2063
+ () => GetAnomalyMonitorsRequest$,
2064
+ () => GetAnomalyMonitorsResponse$,
2050
2065
  ];
2051
- export var GetAnomalySubscriptions = [
2066
+ export var GetAnomalySubscriptions$ = [
2052
2067
  9,
2053
2068
  n0,
2054
2069
  _GAS,
2055
2070
  0,
2056
- () => GetAnomalySubscriptionsRequest,
2057
- () => GetAnomalySubscriptionsResponse,
2071
+ () => GetAnomalySubscriptionsRequest$,
2072
+ () => GetAnomalySubscriptionsResponse$,
2058
2073
  ];
2059
- export var GetApproximateUsageRecords = [
2074
+ export var GetApproximateUsageRecords$ = [
2060
2075
  9,
2061
2076
  n0,
2062
2077
  _GAUR,
2063
2078
  0,
2064
- () => GetApproximateUsageRecordsRequest,
2065
- () => GetApproximateUsageRecordsResponse,
2079
+ () => GetApproximateUsageRecordsRequest$,
2080
+ () => GetApproximateUsageRecordsResponse$,
2066
2081
  ];
2067
- export var GetCommitmentPurchaseAnalysis = [
2082
+ export var GetCommitmentPurchaseAnalysis$ = [
2068
2083
  9,
2069
2084
  n0,
2070
2085
  _GCPA,
2071
2086
  0,
2072
- () => GetCommitmentPurchaseAnalysisRequest,
2073
- () => GetCommitmentPurchaseAnalysisResponse,
2087
+ () => GetCommitmentPurchaseAnalysisRequest$,
2088
+ () => GetCommitmentPurchaseAnalysisResponse$,
2074
2089
  ];
2075
- export var GetCostAndUsage = [
2090
+ export var GetCostAndUsage$ = [
2076
2091
  9,
2077
2092
  n0,
2078
2093
  _GCAU,
2079
2094
  0,
2080
- () => GetCostAndUsageRequest,
2081
- () => GetCostAndUsageResponse,
2095
+ () => GetCostAndUsageRequest$,
2096
+ () => GetCostAndUsageResponse$,
2082
2097
  ];
2083
- export var GetCostAndUsageComparisons = [
2098
+ export var GetCostAndUsageComparisons$ = [
2084
2099
  9,
2085
2100
  n0,
2086
2101
  _GCAUC,
2087
2102
  0,
2088
- () => GetCostAndUsageComparisonsRequest,
2089
- () => GetCostAndUsageComparisonsResponse,
2103
+ () => GetCostAndUsageComparisonsRequest$,
2104
+ () => GetCostAndUsageComparisonsResponse$,
2090
2105
  ];
2091
- export var GetCostAndUsageWithResources = [
2106
+ export var GetCostAndUsageWithResources$ = [
2092
2107
  9,
2093
2108
  n0,
2094
2109
  _GCAUWR,
2095
2110
  0,
2096
- () => GetCostAndUsageWithResourcesRequest,
2097
- () => GetCostAndUsageWithResourcesResponse,
2111
+ () => GetCostAndUsageWithResourcesRequest$,
2112
+ () => GetCostAndUsageWithResourcesResponse$,
2098
2113
  ];
2099
- export var GetCostCategories = [
2114
+ export var GetCostCategories$ = [
2100
2115
  9,
2101
2116
  n0,
2102
2117
  _GCC,
2103
2118
  0,
2104
- () => GetCostCategoriesRequest,
2105
- () => GetCostCategoriesResponse,
2119
+ () => GetCostCategoriesRequest$,
2120
+ () => GetCostCategoriesResponse$,
2106
2121
  ];
2107
- export var GetCostComparisonDrivers = [
2122
+ export var GetCostComparisonDrivers$ = [
2108
2123
  9,
2109
2124
  n0,
2110
2125
  _GCCD,
2111
2126
  0,
2112
- () => GetCostComparisonDriversRequest,
2113
- () => GetCostComparisonDriversResponse,
2127
+ () => GetCostComparisonDriversRequest$,
2128
+ () => GetCostComparisonDriversResponse$,
2114
2129
  ];
2115
- export var GetCostForecast = [
2130
+ export var GetCostForecast$ = [
2116
2131
  9,
2117
2132
  n0,
2118
2133
  _GCF,
2119
2134
  0,
2120
- () => GetCostForecastRequest,
2121
- () => GetCostForecastResponse,
2135
+ () => GetCostForecastRequest$,
2136
+ () => GetCostForecastResponse$,
2122
2137
  ];
2123
- export var GetDimensionValues = [
2138
+ export var GetDimensionValues$ = [
2124
2139
  9,
2125
2140
  n0,
2126
2141
  _GDV,
2127
2142
  0,
2128
- () => GetDimensionValuesRequest,
2129
- () => GetDimensionValuesResponse,
2143
+ () => GetDimensionValuesRequest$,
2144
+ () => GetDimensionValuesResponse$,
2130
2145
  ];
2131
- export var GetReservationCoverage = [
2146
+ export var GetReservationCoverage$ = [
2132
2147
  9,
2133
2148
  n0,
2134
2149
  _GRC,
2135
2150
  0,
2136
- () => GetReservationCoverageRequest,
2137
- () => GetReservationCoverageResponse,
2151
+ () => GetReservationCoverageRequest$,
2152
+ () => GetReservationCoverageResponse$,
2138
2153
  ];
2139
- export var GetReservationPurchaseRecommendation = [
2154
+ export var GetReservationPurchaseRecommendation$ = [
2140
2155
  9,
2141
2156
  n0,
2142
2157
  _GRPR,
2143
2158
  0,
2144
- () => GetReservationPurchaseRecommendationRequest,
2145
- () => GetReservationPurchaseRecommendationResponse,
2159
+ () => GetReservationPurchaseRecommendationRequest$,
2160
+ () => GetReservationPurchaseRecommendationResponse$,
2146
2161
  ];
2147
- export var GetReservationUtilization = [
2162
+ export var GetReservationUtilization$ = [
2148
2163
  9,
2149
2164
  n0,
2150
2165
  _GRU,
2151
2166
  0,
2152
- () => GetReservationUtilizationRequest,
2153
- () => GetReservationUtilizationResponse,
2167
+ () => GetReservationUtilizationRequest$,
2168
+ () => GetReservationUtilizationResponse$,
2154
2169
  ];
2155
- export var GetRightsizingRecommendation = [
2170
+ export var GetRightsizingRecommendation$ = [
2156
2171
  9,
2157
2172
  n0,
2158
2173
  _GRR,
2159
2174
  0,
2160
- () => GetRightsizingRecommendationRequest,
2161
- () => GetRightsizingRecommendationResponse,
2175
+ () => GetRightsizingRecommendationRequest$,
2176
+ () => GetRightsizingRecommendationResponse$,
2162
2177
  ];
2163
- export var GetSavingsPlanPurchaseRecommendationDetails = [
2178
+ export var GetSavingsPlanPurchaseRecommendationDetails$ = [
2164
2179
  9,
2165
2180
  n0,
2166
2181
  _GSPPRD,
2167
2182
  0,
2168
- () => GetSavingsPlanPurchaseRecommendationDetailsRequest,
2169
- () => GetSavingsPlanPurchaseRecommendationDetailsResponse,
2183
+ () => GetSavingsPlanPurchaseRecommendationDetailsRequest$,
2184
+ () => GetSavingsPlanPurchaseRecommendationDetailsResponse$,
2170
2185
  ];
2171
- export var GetSavingsPlansCoverage = [
2186
+ export var GetSavingsPlansCoverage$ = [
2172
2187
  9,
2173
2188
  n0,
2174
2189
  _GSPC,
2175
2190
  0,
2176
- () => GetSavingsPlansCoverageRequest,
2177
- () => GetSavingsPlansCoverageResponse,
2191
+ () => GetSavingsPlansCoverageRequest$,
2192
+ () => GetSavingsPlansCoverageResponse$,
2178
2193
  ];
2179
- export var GetSavingsPlansPurchaseRecommendation = [
2194
+ export var GetSavingsPlansPurchaseRecommendation$ = [
2180
2195
  9,
2181
2196
  n0,
2182
2197
  _GSPPR,
2183
2198
  0,
2184
- () => GetSavingsPlansPurchaseRecommendationRequest,
2185
- () => GetSavingsPlansPurchaseRecommendationResponse,
2199
+ () => GetSavingsPlansPurchaseRecommendationRequest$,
2200
+ () => GetSavingsPlansPurchaseRecommendationResponse$,
2186
2201
  ];
2187
- export var GetSavingsPlansUtilization = [
2202
+ export var GetSavingsPlansUtilization$ = [
2188
2203
  9,
2189
2204
  n0,
2190
2205
  _GSPU,
2191
2206
  0,
2192
- () => GetSavingsPlansUtilizationRequest,
2193
- () => GetSavingsPlansUtilizationResponse,
2207
+ () => GetSavingsPlansUtilizationRequest$,
2208
+ () => GetSavingsPlansUtilizationResponse$,
2194
2209
  ];
2195
- export var GetSavingsPlansUtilizationDetails = [
2210
+ export var GetSavingsPlansUtilizationDetails$ = [
2196
2211
  9,
2197
2212
  n0,
2198
2213
  _GSPUD,
2199
2214
  0,
2200
- () => GetSavingsPlansUtilizationDetailsRequest,
2201
- () => GetSavingsPlansUtilizationDetailsResponse,
2215
+ () => GetSavingsPlansUtilizationDetailsRequest$,
2216
+ () => GetSavingsPlansUtilizationDetailsResponse$,
2202
2217
  ];
2203
- export var GetTags = [9, n0, _GTe, 0, () => GetTagsRequest, () => GetTagsResponse];
2204
- export var GetUsageForecast = [
2218
+ export var GetTags$ = [9, n0, _GTe, 0, () => GetTagsRequest$, () => GetTagsResponse$];
2219
+ export var GetUsageForecast$ = [
2205
2220
  9,
2206
2221
  n0,
2207
2222
  _GUF,
2208
2223
  0,
2209
- () => GetUsageForecastRequest,
2210
- () => GetUsageForecastResponse,
2224
+ () => GetUsageForecastRequest$,
2225
+ () => GetUsageForecastResponse$,
2211
2226
  ];
2212
- export var ListCommitmentPurchaseAnalyses = [
2227
+ export var ListCommitmentPurchaseAnalyses$ = [
2213
2228
  9,
2214
2229
  n0,
2215
2230
  _LCPA,
2216
2231
  0,
2217
- () => ListCommitmentPurchaseAnalysesRequest,
2218
- () => ListCommitmentPurchaseAnalysesResponse,
2232
+ () => ListCommitmentPurchaseAnalysesRequest$,
2233
+ () => ListCommitmentPurchaseAnalysesResponse$,
2219
2234
  ];
2220
- export var ListCostAllocationTagBackfillHistory = [
2235
+ export var ListCostAllocationTagBackfillHistory$ = [
2221
2236
  9,
2222
2237
  n0,
2223
2238
  _LCATBH,
2224
2239
  0,
2225
- () => ListCostAllocationTagBackfillHistoryRequest,
2226
- () => ListCostAllocationTagBackfillHistoryResponse,
2240
+ () => ListCostAllocationTagBackfillHistoryRequest$,
2241
+ () => ListCostAllocationTagBackfillHistoryResponse$,
2227
2242
  ];
2228
- export var ListCostAllocationTags = [
2243
+ export var ListCostAllocationTags$ = [
2229
2244
  9,
2230
2245
  n0,
2231
2246
  _LCAT,
2232
2247
  0,
2233
- () => ListCostAllocationTagsRequest,
2234
- () => ListCostAllocationTagsResponse,
2248
+ () => ListCostAllocationTagsRequest$,
2249
+ () => ListCostAllocationTagsResponse$,
2235
2250
  ];
2236
- export var ListCostCategoryDefinitions = [
2251
+ export var ListCostCategoryDefinitions$ = [
2237
2252
  9,
2238
2253
  n0,
2239
2254
  _LCCD,
2240
2255
  0,
2241
- () => ListCostCategoryDefinitionsRequest,
2242
- () => ListCostCategoryDefinitionsResponse,
2256
+ () => ListCostCategoryDefinitionsRequest$,
2257
+ () => ListCostCategoryDefinitionsResponse$,
2243
2258
  ];
2244
- export var ListCostCategoryResourceAssociations = [
2259
+ export var ListCostCategoryResourceAssociations$ = [
2245
2260
  9,
2246
2261
  n0,
2247
2262
  _LCCRA,
2248
2263
  0,
2249
- () => ListCostCategoryResourceAssociationsRequest,
2250
- () => ListCostCategoryResourceAssociationsResponse,
2264
+ () => ListCostCategoryResourceAssociationsRequest$,
2265
+ () => ListCostCategoryResourceAssociationsResponse$,
2251
2266
  ];
2252
- export var ListSavingsPlansPurchaseRecommendationGeneration = [
2267
+ export var ListSavingsPlansPurchaseRecommendationGeneration$ = [
2253
2268
  9,
2254
2269
  n0,
2255
2270
  _LSPPRG,
2256
2271
  0,
2257
- () => ListSavingsPlansPurchaseRecommendationGenerationRequest,
2258
- () => ListSavingsPlansPurchaseRecommendationGenerationResponse,
2272
+ () => ListSavingsPlansPurchaseRecommendationGenerationRequest$,
2273
+ () => ListSavingsPlansPurchaseRecommendationGenerationResponse$,
2259
2274
  ];
2260
- export var ListTagsForResource = [
2275
+ export var ListTagsForResource$ = [
2261
2276
  9,
2262
2277
  n0,
2263
2278
  _LTFR,
2264
2279
  0,
2265
- () => ListTagsForResourceRequest,
2266
- () => ListTagsForResourceResponse,
2280
+ () => ListTagsForResourceRequest$,
2281
+ () => ListTagsForResourceResponse$,
2267
2282
  ];
2268
- export var ProvideAnomalyFeedback = [
2283
+ export var ProvideAnomalyFeedback$ = [
2269
2284
  9,
2270
2285
  n0,
2271
2286
  _PAF,
2272
2287
  0,
2273
- () => ProvideAnomalyFeedbackRequest,
2274
- () => ProvideAnomalyFeedbackResponse,
2288
+ () => ProvideAnomalyFeedbackRequest$,
2289
+ () => ProvideAnomalyFeedbackResponse$,
2275
2290
  ];
2276
- export var StartCommitmentPurchaseAnalysis = [
2291
+ export var StartCommitmentPurchaseAnalysis$ = [
2277
2292
  9,
2278
2293
  n0,
2279
2294
  _SCPA,
2280
2295
  0,
2281
- () => StartCommitmentPurchaseAnalysisRequest,
2282
- () => StartCommitmentPurchaseAnalysisResponse,
2296
+ () => StartCommitmentPurchaseAnalysisRequest$,
2297
+ () => StartCommitmentPurchaseAnalysisResponse$,
2283
2298
  ];
2284
- export var StartCostAllocationTagBackfill = [
2299
+ export var StartCostAllocationTagBackfill$ = [
2285
2300
  9,
2286
2301
  n0,
2287
2302
  _SCATB,
2288
2303
  0,
2289
- () => StartCostAllocationTagBackfillRequest,
2290
- () => StartCostAllocationTagBackfillResponse,
2304
+ () => StartCostAllocationTagBackfillRequest$,
2305
+ () => StartCostAllocationTagBackfillResponse$,
2291
2306
  ];
2292
- export var StartSavingsPlansPurchaseRecommendationGeneration = [
2307
+ export var StartSavingsPlansPurchaseRecommendationGeneration$ = [
2293
2308
  9,
2294
2309
  n0,
2295
2310
  _SSPPRG,
2296
2311
  0,
2297
- () => StartSavingsPlansPurchaseRecommendationGenerationRequest,
2298
- () => StartSavingsPlansPurchaseRecommendationGenerationResponse,
2312
+ () => StartSavingsPlansPurchaseRecommendationGenerationRequest$,
2313
+ () => StartSavingsPlansPurchaseRecommendationGenerationResponse$,
2314
+ ];
2315
+ export var TagResource$ = [
2316
+ 9,
2317
+ n0,
2318
+ _TRa,
2319
+ 0,
2320
+ () => TagResourceRequest$,
2321
+ () => TagResourceResponse$,
2299
2322
  ];
2300
- export var TagResource = [9, n0, _TRa, 0, () => TagResourceRequest, () => TagResourceResponse];
2301
- export var UntagResource = [
2323
+ export var UntagResource$ = [
2302
2324
  9,
2303
2325
  n0,
2304
2326
  _UR,
2305
2327
  0,
2306
- () => UntagResourceRequest,
2307
- () => UntagResourceResponse,
2328
+ () => UntagResourceRequest$,
2329
+ () => UntagResourceResponse$,
2308
2330
  ];
2309
- export var UpdateAnomalyMonitor = [
2331
+ export var UpdateAnomalyMonitor$ = [
2310
2332
  9,
2311
2333
  n0,
2312
2334
  _UAM,
2313
2335
  0,
2314
- () => UpdateAnomalyMonitorRequest,
2315
- () => UpdateAnomalyMonitorResponse,
2336
+ () => UpdateAnomalyMonitorRequest$,
2337
+ () => UpdateAnomalyMonitorResponse$,
2316
2338
  ];
2317
- export var UpdateAnomalySubscription = [
2339
+ export var UpdateAnomalySubscription$ = [
2318
2340
  9,
2319
2341
  n0,
2320
2342
  _UAS,
2321
2343
  0,
2322
- () => UpdateAnomalySubscriptionRequest,
2323
- () => UpdateAnomalySubscriptionResponse,
2344
+ () => UpdateAnomalySubscriptionRequest$,
2345
+ () => UpdateAnomalySubscriptionResponse$,
2324
2346
  ];
2325
- export var UpdateCostAllocationTagsStatus = [
2347
+ export var UpdateCostAllocationTagsStatus$ = [
2326
2348
  9,
2327
2349
  n0,
2328
2350
  _UCATS,
2329
2351
  0,
2330
- () => UpdateCostAllocationTagsStatusRequest,
2331
- () => UpdateCostAllocationTagsStatusResponse,
2352
+ () => UpdateCostAllocationTagsStatusRequest$,
2353
+ () => UpdateCostAllocationTagsStatusResponse$,
2332
2354
  ];
2333
- export var UpdateCostCategoryDefinition = [
2355
+ export var UpdateCostCategoryDefinition$ = [
2334
2356
  9,
2335
2357
  n0,
2336
2358
  _UCCD,
2337
2359
  0,
2338
- () => UpdateCostCategoryDefinitionRequest,
2339
- () => UpdateCostCategoryDefinitionResponse,
2360
+ () => UpdateCostCategoryDefinitionRequest$,
2361
+ () => UpdateCostCategoryDefinitionResponse$,
2340
2362
  ];