@aws-sdk/client-cost-explorer 3.1077.0 → 3.1078.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 (149) hide show
  1. package/dist-cjs/index.js +147 -565
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateAnomalyMonitorCommand.js +2 -14
  4. package/dist-es/commands/CreateAnomalySubscriptionCommand.js +2 -14
  5. package/dist-es/commands/CreateCostCategoryDefinitionCommand.js +2 -14
  6. package/dist-es/commands/DeleteAnomalyMonitorCommand.js +2 -14
  7. package/dist-es/commands/DeleteAnomalySubscriptionCommand.js +2 -14
  8. package/dist-es/commands/DeleteCostCategoryDefinitionCommand.js +2 -14
  9. package/dist-es/commands/DescribeCostCategoryDefinitionCommand.js +2 -14
  10. package/dist-es/commands/GetAnomaliesCommand.js +2 -14
  11. package/dist-es/commands/GetAnomalyMonitorsCommand.js +2 -14
  12. package/dist-es/commands/GetAnomalySubscriptionsCommand.js +2 -14
  13. package/dist-es/commands/GetApproximateUsageRecordsCommand.js +2 -14
  14. package/dist-es/commands/GetCommitmentPurchaseAnalysisCommand.js +2 -14
  15. package/dist-es/commands/GetCostAndUsageCommand.js +2 -14
  16. package/dist-es/commands/GetCostAndUsageComparisonsCommand.js +2 -14
  17. package/dist-es/commands/GetCostAndUsageWithResourcesCommand.js +2 -14
  18. package/dist-es/commands/GetCostCategoriesCommand.js +2 -14
  19. package/dist-es/commands/GetCostComparisonDriversCommand.js +2 -14
  20. package/dist-es/commands/GetCostForecastCommand.js +2 -14
  21. package/dist-es/commands/GetDimensionValuesCommand.js +2 -14
  22. package/dist-es/commands/GetReservationCoverageCommand.js +2 -14
  23. package/dist-es/commands/GetReservationPurchaseRecommendationCommand.js +2 -14
  24. package/dist-es/commands/GetReservationUtilizationCommand.js +2 -14
  25. package/dist-es/commands/GetRightsizingRecommendationCommand.js +2 -14
  26. package/dist-es/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.js +2 -14
  27. package/dist-es/commands/GetSavingsPlansCoverageCommand.js +2 -14
  28. package/dist-es/commands/GetSavingsPlansPurchaseRecommendationCommand.js +2 -14
  29. package/dist-es/commands/GetSavingsPlansUtilizationCommand.js +2 -14
  30. package/dist-es/commands/GetSavingsPlansUtilizationDetailsCommand.js +2 -14
  31. package/dist-es/commands/GetTagsCommand.js +2 -14
  32. package/dist-es/commands/GetUsageForecastCommand.js +2 -14
  33. package/dist-es/commands/ListCommitmentPurchaseAnalysesCommand.js +2 -14
  34. package/dist-es/commands/ListCostAllocationTagBackfillHistoryCommand.js +2 -14
  35. package/dist-es/commands/ListCostAllocationTagsCommand.js +2 -14
  36. package/dist-es/commands/ListCostCategoryDefinitionsCommand.js +2 -14
  37. package/dist-es/commands/ListCostCategoryResourceAssociationsCommand.js +2 -14
  38. package/dist-es/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.js +2 -14
  39. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  40. package/dist-es/commands/ProvideAnomalyFeedbackCommand.js +2 -14
  41. package/dist-es/commands/StartCommitmentPurchaseAnalysisCommand.js +2 -14
  42. package/dist-es/commands/StartCostAllocationTagBackfillCommand.js +2 -14
  43. package/dist-es/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.js +2 -14
  44. package/dist-es/commands/TagResourceCommand.js +2 -14
  45. package/dist-es/commands/UntagResourceCommand.js +2 -14
  46. package/dist-es/commands/UpdateAnomalyMonitorCommand.js +2 -14
  47. package/dist-es/commands/UpdateAnomalySubscriptionCommand.js +2 -14
  48. package/dist-es/commands/UpdateCostAllocationTagsStatusCommand.js +2 -14
  49. package/dist-es/commands/UpdateCostCategoryDefinitionCommand.js +2 -14
  50. package/dist-es/index.js +1 -0
  51. package/dist-types/commandBuilder.d.ts +18 -0
  52. package/dist-types/commands/CreateAnomalyMonitorCommand.d.ts +3 -8
  53. package/dist-types/commands/CreateAnomalySubscriptionCommand.d.ts +3 -8
  54. package/dist-types/commands/CreateCostCategoryDefinitionCommand.d.ts +3 -8
  55. package/dist-types/commands/DeleteAnomalyMonitorCommand.d.ts +3 -8
  56. package/dist-types/commands/DeleteAnomalySubscriptionCommand.d.ts +3 -8
  57. package/dist-types/commands/DeleteCostCategoryDefinitionCommand.d.ts +3 -8
  58. package/dist-types/commands/DescribeCostCategoryDefinitionCommand.d.ts +3 -8
  59. package/dist-types/commands/GetAnomaliesCommand.d.ts +3 -8
  60. package/dist-types/commands/GetAnomalyMonitorsCommand.d.ts +3 -8
  61. package/dist-types/commands/GetAnomalySubscriptionsCommand.d.ts +3 -8
  62. package/dist-types/commands/GetApproximateUsageRecordsCommand.d.ts +3 -8
  63. package/dist-types/commands/GetCommitmentPurchaseAnalysisCommand.d.ts +3 -8
  64. package/dist-types/commands/GetCostAndUsageCommand.d.ts +3 -8
  65. package/dist-types/commands/GetCostAndUsageComparisonsCommand.d.ts +3 -8
  66. package/dist-types/commands/GetCostAndUsageWithResourcesCommand.d.ts +3 -8
  67. package/dist-types/commands/GetCostCategoriesCommand.d.ts +3 -8
  68. package/dist-types/commands/GetCostComparisonDriversCommand.d.ts +3 -8
  69. package/dist-types/commands/GetCostForecastCommand.d.ts +3 -8
  70. package/dist-types/commands/GetDimensionValuesCommand.d.ts +3 -8
  71. package/dist-types/commands/GetReservationCoverageCommand.d.ts +3 -8
  72. package/dist-types/commands/GetReservationPurchaseRecommendationCommand.d.ts +3 -8
  73. package/dist-types/commands/GetReservationUtilizationCommand.d.ts +3 -8
  74. package/dist-types/commands/GetRightsizingRecommendationCommand.d.ts +3 -8
  75. package/dist-types/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.d.ts +3 -8
  76. package/dist-types/commands/GetSavingsPlansCoverageCommand.d.ts +3 -8
  77. package/dist-types/commands/GetSavingsPlansPurchaseRecommendationCommand.d.ts +3 -8
  78. package/dist-types/commands/GetSavingsPlansUtilizationCommand.d.ts +3 -8
  79. package/dist-types/commands/GetSavingsPlansUtilizationDetailsCommand.d.ts +3 -8
  80. package/dist-types/commands/GetTagsCommand.d.ts +3 -8
  81. package/dist-types/commands/GetUsageForecastCommand.d.ts +3 -8
  82. package/dist-types/commands/ListCommitmentPurchaseAnalysesCommand.d.ts +3 -8
  83. package/dist-types/commands/ListCostAllocationTagBackfillHistoryCommand.d.ts +3 -8
  84. package/dist-types/commands/ListCostAllocationTagsCommand.d.ts +3 -8
  85. package/dist-types/commands/ListCostCategoryDefinitionsCommand.d.ts +3 -8
  86. package/dist-types/commands/ListCostCategoryResourceAssociationsCommand.d.ts +3 -8
  87. package/dist-types/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +3 -8
  88. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  89. package/dist-types/commands/ProvideAnomalyFeedbackCommand.d.ts +3 -8
  90. package/dist-types/commands/StartCommitmentPurchaseAnalysisCommand.d.ts +3 -8
  91. package/dist-types/commands/StartCostAllocationTagBackfillCommand.d.ts +3 -8
  92. package/dist-types/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +3 -8
  93. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  94. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  95. package/dist-types/commands/UpdateAnomalyMonitorCommand.d.ts +3 -8
  96. package/dist-types/commands/UpdateAnomalySubscriptionCommand.d.ts +3 -8
  97. package/dist-types/commands/UpdateCostAllocationTagsStatusCommand.d.ts +3 -8
  98. package/dist-types/commands/UpdateCostCategoryDefinitionCommand.d.ts +3 -8
  99. package/dist-types/index.d.ts +1 -0
  100. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  101. package/dist-types/ts3.4/commands/CreateAnomalyMonitorCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/CreateAnomalySubscriptionCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/CreateCostCategoryDefinitionCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/DeleteAnomalyMonitorCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/DeleteAnomalySubscriptionCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/DeleteCostCategoryDefinitionCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/DescribeCostCategoryDefinitionCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/GetAnomaliesCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/GetAnomalyMonitorsCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/GetAnomalySubscriptionsCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/GetApproximateUsageRecordsCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/GetCommitmentPurchaseAnalysisCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/GetCostAndUsageCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/GetCostAndUsageComparisonsCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/GetCostAndUsageWithResourcesCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/GetCostCategoriesCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/GetCostComparisonDriversCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/GetCostForecastCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/GetDimensionValuesCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/GetReservationCoverageCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/GetReservationPurchaseRecommendationCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/GetReservationUtilizationCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/GetRightsizingRecommendationCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/GetSavingsPlansCoverageCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/GetSavingsPlansPurchaseRecommendationCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationDetailsCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/GetUsageForecastCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/ListCommitmentPurchaseAnalysesCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/ListCostAllocationTagBackfillHistoryCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/ListCostAllocationTagsCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/ListCostCategoryDefinitionsCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/ListCostCategoryResourceAssociationsCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/ProvideAnomalyFeedbackCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/StartCommitmentPurchaseAnalysisCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/StartCostAllocationTagBackfillCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/UpdateAnomalyMonitorCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/UpdateAnomalySubscriptionCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/UpdateCostAllocationTagsStatusCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/UpdateCostCategoryDefinitionCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/index.d.ts +1 -0
  149. package/package.json +8 -8
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -68,7 +69,7 @@ const commonParams = {
68
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
69
70
  };
70
71
 
71
- var version = "3.1076.0";
72
+ var version = "3.1077.0";
72
73
  var packageInfo = {
73
74
  version: version};
74
75
 
@@ -2494,568 +2495,149 @@ class CostExplorerClient extends Client {
2494
2495
  }
2495
2496
  }
2496
2497
 
2497
- class CreateAnomalyMonitorCommand extends Command
2498
- .classBuilder()
2499
- .ep(commonParams)
2500
- .m(function (Command, cs, config, o) {
2501
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2502
- })
2503
- .s("AWSInsightsIndexService", "CreateAnomalyMonitor", {})
2504
- .n("CostExplorerClient", "CreateAnomalyMonitorCommand")
2505
- .sc(CreateAnomalyMonitor$)
2506
- .build() {
2507
- }
2508
-
2509
- class CreateAnomalySubscriptionCommand extends Command
2510
- .classBuilder()
2511
- .ep(commonParams)
2512
- .m(function (Command, cs, config, o) {
2513
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2514
- })
2515
- .s("AWSInsightsIndexService", "CreateAnomalySubscription", {})
2516
- .n("CostExplorerClient", "CreateAnomalySubscriptionCommand")
2517
- .sc(CreateAnomalySubscription$)
2518
- .build() {
2519
- }
2520
-
2521
- class CreateCostCategoryDefinitionCommand extends Command
2522
- .classBuilder()
2523
- .ep(commonParams)
2524
- .m(function (Command, cs, config, o) {
2525
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2526
- })
2527
- .s("AWSInsightsIndexService", "CreateCostCategoryDefinition", {})
2528
- .n("CostExplorerClient", "CreateCostCategoryDefinitionCommand")
2529
- .sc(CreateCostCategoryDefinition$)
2530
- .build() {
2531
- }
2532
-
2533
- class DeleteAnomalyMonitorCommand extends Command
2534
- .classBuilder()
2535
- .ep(commonParams)
2536
- .m(function (Command, cs, config, o) {
2537
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2538
- })
2539
- .s("AWSInsightsIndexService", "DeleteAnomalyMonitor", {})
2540
- .n("CostExplorerClient", "DeleteAnomalyMonitorCommand")
2541
- .sc(DeleteAnomalyMonitor$)
2542
- .build() {
2543
- }
2544
-
2545
- class DeleteAnomalySubscriptionCommand extends Command
2546
- .classBuilder()
2547
- .ep(commonParams)
2548
- .m(function (Command, cs, config, o) {
2549
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2550
- })
2551
- .s("AWSInsightsIndexService", "DeleteAnomalySubscription", {})
2552
- .n("CostExplorerClient", "DeleteAnomalySubscriptionCommand")
2553
- .sc(DeleteAnomalySubscription$)
2554
- .build() {
2555
- }
2556
-
2557
- class DeleteCostCategoryDefinitionCommand extends Command
2558
- .classBuilder()
2559
- .ep(commonParams)
2560
- .m(function (Command, cs, config, o) {
2561
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2562
- })
2563
- .s("AWSInsightsIndexService", "DeleteCostCategoryDefinition", {})
2564
- .n("CostExplorerClient", "DeleteCostCategoryDefinitionCommand")
2565
- .sc(DeleteCostCategoryDefinition$)
2566
- .build() {
2567
- }
2568
-
2569
- class DescribeCostCategoryDefinitionCommand extends Command
2570
- .classBuilder()
2571
- .ep(commonParams)
2572
- .m(function (Command, cs, config, o) {
2573
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2574
- })
2575
- .s("AWSInsightsIndexService", "DescribeCostCategoryDefinition", {})
2576
- .n("CostExplorerClient", "DescribeCostCategoryDefinitionCommand")
2577
- .sc(DescribeCostCategoryDefinition$)
2578
- .build() {
2579
- }
2580
-
2581
- class GetAnomaliesCommand extends Command
2582
- .classBuilder()
2583
- .ep(commonParams)
2584
- .m(function (Command, cs, config, o) {
2585
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2586
- })
2587
- .s("AWSInsightsIndexService", "GetAnomalies", {})
2588
- .n("CostExplorerClient", "GetAnomaliesCommand")
2589
- .sc(GetAnomalies$)
2590
- .build() {
2591
- }
2592
-
2593
- class GetAnomalyMonitorsCommand extends Command
2594
- .classBuilder()
2595
- .ep(commonParams)
2596
- .m(function (Command, cs, config, o) {
2597
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2598
- })
2599
- .s("AWSInsightsIndexService", "GetAnomalyMonitors", {})
2600
- .n("CostExplorerClient", "GetAnomalyMonitorsCommand")
2601
- .sc(GetAnomalyMonitors$)
2602
- .build() {
2603
- }
2604
-
2605
- class GetAnomalySubscriptionsCommand extends Command
2606
- .classBuilder()
2607
- .ep(commonParams)
2608
- .m(function (Command, cs, config, o) {
2609
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2610
- })
2611
- .s("AWSInsightsIndexService", "GetAnomalySubscriptions", {})
2612
- .n("CostExplorerClient", "GetAnomalySubscriptionsCommand")
2613
- .sc(GetAnomalySubscriptions$)
2614
- .build() {
2615
- }
2616
-
2617
- class GetApproximateUsageRecordsCommand extends Command
2618
- .classBuilder()
2619
- .ep(commonParams)
2620
- .m(function (Command, cs, config, o) {
2621
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2622
- })
2623
- .s("AWSInsightsIndexService", "GetApproximateUsageRecords", {})
2624
- .n("CostExplorerClient", "GetApproximateUsageRecordsCommand")
2625
- .sc(GetApproximateUsageRecords$)
2626
- .build() {
2627
- }
2628
-
2629
- class GetCommitmentPurchaseAnalysisCommand extends Command
2630
- .classBuilder()
2631
- .ep(commonParams)
2632
- .m(function (Command, cs, config, o) {
2633
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2634
- })
2635
- .s("AWSInsightsIndexService", "GetCommitmentPurchaseAnalysis", {})
2636
- .n("CostExplorerClient", "GetCommitmentPurchaseAnalysisCommand")
2637
- .sc(GetCommitmentPurchaseAnalysis$)
2638
- .build() {
2639
- }
2640
-
2641
- class GetCostAndUsageCommand extends Command
2642
- .classBuilder()
2643
- .ep(commonParams)
2644
- .m(function (Command, cs, config, o) {
2645
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2646
- })
2647
- .s("AWSInsightsIndexService", "GetCostAndUsage", {})
2648
- .n("CostExplorerClient", "GetCostAndUsageCommand")
2649
- .sc(GetCostAndUsage$)
2650
- .build() {
2651
- }
2652
-
2653
- class GetCostAndUsageComparisonsCommand extends Command
2654
- .classBuilder()
2655
- .ep(commonParams)
2656
- .m(function (Command, cs, config, o) {
2657
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2658
- })
2659
- .s("AWSInsightsIndexService", "GetCostAndUsageComparisons", {})
2660
- .n("CostExplorerClient", "GetCostAndUsageComparisonsCommand")
2661
- .sc(GetCostAndUsageComparisons$)
2662
- .build() {
2663
- }
2664
-
2665
- class GetCostAndUsageWithResourcesCommand extends Command
2666
- .classBuilder()
2667
- .ep(commonParams)
2668
- .m(function (Command, cs, config, o) {
2669
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2670
- })
2671
- .s("AWSInsightsIndexService", "GetCostAndUsageWithResources", {})
2672
- .n("CostExplorerClient", "GetCostAndUsageWithResourcesCommand")
2673
- .sc(GetCostAndUsageWithResources$)
2674
- .build() {
2675
- }
2676
-
2677
- class GetCostCategoriesCommand extends Command
2678
- .classBuilder()
2679
- .ep(commonParams)
2680
- .m(function (Command, cs, config, o) {
2681
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2682
- })
2683
- .s("AWSInsightsIndexService", "GetCostCategories", {})
2684
- .n("CostExplorerClient", "GetCostCategoriesCommand")
2685
- .sc(GetCostCategories$)
2686
- .build() {
2687
- }
2688
-
2689
- class GetCostComparisonDriversCommand extends Command
2690
- .classBuilder()
2691
- .ep(commonParams)
2692
- .m(function (Command, cs, config, o) {
2693
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2694
- })
2695
- .s("AWSInsightsIndexService", "GetCostComparisonDrivers", {})
2696
- .n("CostExplorerClient", "GetCostComparisonDriversCommand")
2697
- .sc(GetCostComparisonDrivers$)
2698
- .build() {
2699
- }
2700
-
2701
- class GetCostForecastCommand extends Command
2702
- .classBuilder()
2703
- .ep(commonParams)
2704
- .m(function (Command, cs, config, o) {
2705
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2706
- })
2707
- .s("AWSInsightsIndexService", "GetCostForecast", {})
2708
- .n("CostExplorerClient", "GetCostForecastCommand")
2709
- .sc(GetCostForecast$)
2710
- .build() {
2711
- }
2712
-
2713
- class GetDimensionValuesCommand extends Command
2714
- .classBuilder()
2715
- .ep(commonParams)
2716
- .m(function (Command, cs, config, o) {
2717
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2718
- })
2719
- .s("AWSInsightsIndexService", "GetDimensionValues", {})
2720
- .n("CostExplorerClient", "GetDimensionValuesCommand")
2721
- .sc(GetDimensionValues$)
2722
- .build() {
2723
- }
2724
-
2725
- class GetReservationCoverageCommand extends Command
2726
- .classBuilder()
2727
- .ep(commonParams)
2728
- .m(function (Command, cs, config, o) {
2729
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2730
- })
2731
- .s("AWSInsightsIndexService", "GetReservationCoverage", {})
2732
- .n("CostExplorerClient", "GetReservationCoverageCommand")
2733
- .sc(GetReservationCoverage$)
2734
- .build() {
2735
- }
2736
-
2737
- class GetReservationPurchaseRecommendationCommand extends Command
2738
- .classBuilder()
2739
- .ep(commonParams)
2740
- .m(function (Command, cs, config, o) {
2741
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2742
- })
2743
- .s("AWSInsightsIndexService", "GetReservationPurchaseRecommendation", {})
2744
- .n("CostExplorerClient", "GetReservationPurchaseRecommendationCommand")
2745
- .sc(GetReservationPurchaseRecommendation$)
2746
- .build() {
2747
- }
2748
-
2749
- class GetReservationUtilizationCommand extends Command
2750
- .classBuilder()
2751
- .ep(commonParams)
2752
- .m(function (Command, cs, config, o) {
2753
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2754
- })
2755
- .s("AWSInsightsIndexService", "GetReservationUtilization", {})
2756
- .n("CostExplorerClient", "GetReservationUtilizationCommand")
2757
- .sc(GetReservationUtilization$)
2758
- .build() {
2759
- }
2760
-
2761
- class GetRightsizingRecommendationCommand extends Command
2762
- .classBuilder()
2763
- .ep(commonParams)
2764
- .m(function (Command, cs, config, o) {
2765
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2766
- })
2767
- .s("AWSInsightsIndexService", "GetRightsizingRecommendation", {})
2768
- .n("CostExplorerClient", "GetRightsizingRecommendationCommand")
2769
- .sc(GetRightsizingRecommendation$)
2770
- .build() {
2771
- }
2772
-
2773
- class GetSavingsPlanPurchaseRecommendationDetailsCommand extends Command
2774
- .classBuilder()
2775
- .ep(commonParams)
2776
- .m(function (Command, cs, config, o) {
2777
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2778
- })
2779
- .s("AWSInsightsIndexService", "GetSavingsPlanPurchaseRecommendationDetails", {})
2780
- .n("CostExplorerClient", "GetSavingsPlanPurchaseRecommendationDetailsCommand")
2781
- .sc(GetSavingsPlanPurchaseRecommendationDetails$)
2782
- .build() {
2783
- }
2784
-
2785
- class GetSavingsPlansCoverageCommand extends Command
2786
- .classBuilder()
2787
- .ep(commonParams)
2788
- .m(function (Command, cs, config, o) {
2789
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2790
- })
2791
- .s("AWSInsightsIndexService", "GetSavingsPlansCoverage", {})
2792
- .n("CostExplorerClient", "GetSavingsPlansCoverageCommand")
2793
- .sc(GetSavingsPlansCoverage$)
2794
- .build() {
2795
- }
2796
-
2797
- class GetSavingsPlansPurchaseRecommendationCommand extends Command
2798
- .classBuilder()
2799
- .ep(commonParams)
2800
- .m(function (Command, cs, config, o) {
2801
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2802
- })
2803
- .s("AWSInsightsIndexService", "GetSavingsPlansPurchaseRecommendation", {})
2804
- .n("CostExplorerClient", "GetSavingsPlansPurchaseRecommendationCommand")
2805
- .sc(GetSavingsPlansPurchaseRecommendation$)
2806
- .build() {
2807
- }
2808
-
2809
- class GetSavingsPlansUtilizationCommand extends Command
2810
- .classBuilder()
2811
- .ep(commonParams)
2812
- .m(function (Command, cs, config, o) {
2813
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2814
- })
2815
- .s("AWSInsightsIndexService", "GetSavingsPlansUtilization", {})
2816
- .n("CostExplorerClient", "GetSavingsPlansUtilizationCommand")
2817
- .sc(GetSavingsPlansUtilization$)
2818
- .build() {
2819
- }
2820
-
2821
- class GetSavingsPlansUtilizationDetailsCommand extends Command
2822
- .classBuilder()
2823
- .ep(commonParams)
2824
- .m(function (Command, cs, config, o) {
2825
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2826
- })
2827
- .s("AWSInsightsIndexService", "GetSavingsPlansUtilizationDetails", {})
2828
- .n("CostExplorerClient", "GetSavingsPlansUtilizationDetailsCommand")
2829
- .sc(GetSavingsPlansUtilizationDetails$)
2830
- .build() {
2831
- }
2832
-
2833
- class GetTagsCommand extends Command
2834
- .classBuilder()
2835
- .ep(commonParams)
2836
- .m(function (Command, cs, config, o) {
2837
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2838
- })
2839
- .s("AWSInsightsIndexService", "GetTags", {})
2840
- .n("CostExplorerClient", "GetTagsCommand")
2841
- .sc(GetTags$)
2842
- .build() {
2843
- }
2844
-
2845
- class GetUsageForecastCommand extends Command
2846
- .classBuilder()
2847
- .ep(commonParams)
2848
- .m(function (Command, cs, config, o) {
2849
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2850
- })
2851
- .s("AWSInsightsIndexService", "GetUsageForecast", {})
2852
- .n("CostExplorerClient", "GetUsageForecastCommand")
2853
- .sc(GetUsageForecast$)
2854
- .build() {
2855
- }
2856
-
2857
- class ListCommitmentPurchaseAnalysesCommand extends Command
2858
- .classBuilder()
2859
- .ep(commonParams)
2860
- .m(function (Command, cs, config, o) {
2861
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2862
- })
2863
- .s("AWSInsightsIndexService", "ListCommitmentPurchaseAnalyses", {})
2864
- .n("CostExplorerClient", "ListCommitmentPurchaseAnalysesCommand")
2865
- .sc(ListCommitmentPurchaseAnalyses$)
2866
- .build() {
2867
- }
2868
-
2869
- class ListCostAllocationTagBackfillHistoryCommand extends Command
2870
- .classBuilder()
2871
- .ep(commonParams)
2872
- .m(function (Command, cs, config, o) {
2873
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2874
- })
2875
- .s("AWSInsightsIndexService", "ListCostAllocationTagBackfillHistory", {})
2876
- .n("CostExplorerClient", "ListCostAllocationTagBackfillHistoryCommand")
2877
- .sc(ListCostAllocationTagBackfillHistory$)
2878
- .build() {
2879
- }
2880
-
2881
- class ListCostAllocationTagsCommand extends Command
2882
- .classBuilder()
2883
- .ep(commonParams)
2884
- .m(function (Command, cs, config, o) {
2885
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2886
- })
2887
- .s("AWSInsightsIndexService", "ListCostAllocationTags", {})
2888
- .n("CostExplorerClient", "ListCostAllocationTagsCommand")
2889
- .sc(ListCostAllocationTags$)
2890
- .build() {
2891
- }
2892
-
2893
- class ListCostCategoryDefinitionsCommand extends Command
2894
- .classBuilder()
2895
- .ep(commonParams)
2896
- .m(function (Command, cs, config, o) {
2897
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2898
- })
2899
- .s("AWSInsightsIndexService", "ListCostCategoryDefinitions", {})
2900
- .n("CostExplorerClient", "ListCostCategoryDefinitionsCommand")
2901
- .sc(ListCostCategoryDefinitions$)
2902
- .build() {
2903
- }
2904
-
2905
- class ListCostCategoryResourceAssociationsCommand extends Command
2906
- .classBuilder()
2907
- .ep(commonParams)
2908
- .m(function (Command, cs, config, o) {
2909
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2910
- })
2911
- .s("AWSInsightsIndexService", "ListCostCategoryResourceAssociations", {})
2912
- .n("CostExplorerClient", "ListCostCategoryResourceAssociationsCommand")
2913
- .sc(ListCostCategoryResourceAssociations$)
2914
- .build() {
2915
- }
2916
-
2917
- class ListSavingsPlansPurchaseRecommendationGenerationCommand extends Command
2918
- .classBuilder()
2919
- .ep(commonParams)
2920
- .m(function (Command, cs, config, o) {
2921
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2922
- })
2923
- .s("AWSInsightsIndexService", "ListSavingsPlansPurchaseRecommendationGeneration", {})
2924
- .n("CostExplorerClient", "ListSavingsPlansPurchaseRecommendationGenerationCommand")
2925
- .sc(ListSavingsPlansPurchaseRecommendationGeneration$)
2926
- .build() {
2927
- }
2928
-
2929
- class ListTagsForResourceCommand extends Command
2930
- .classBuilder()
2931
- .ep(commonParams)
2932
- .m(function (Command, cs, config, o) {
2933
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2934
- })
2935
- .s("AWSInsightsIndexService", "ListTagsForResource", {})
2936
- .n("CostExplorerClient", "ListTagsForResourceCommand")
2937
- .sc(ListTagsForResource$)
2938
- .build() {
2939
- }
2940
-
2941
- class ProvideAnomalyFeedbackCommand extends Command
2942
- .classBuilder()
2943
- .ep(commonParams)
2944
- .m(function (Command, cs, config, o) {
2945
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2946
- })
2947
- .s("AWSInsightsIndexService", "ProvideAnomalyFeedback", {})
2948
- .n("CostExplorerClient", "ProvideAnomalyFeedbackCommand")
2949
- .sc(ProvideAnomalyFeedback$)
2950
- .build() {
2951
- }
2952
-
2953
- class StartCommitmentPurchaseAnalysisCommand extends Command
2954
- .classBuilder()
2955
- .ep(commonParams)
2956
- .m(function (Command, cs, config, o) {
2957
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2958
- })
2959
- .s("AWSInsightsIndexService", "StartCommitmentPurchaseAnalysis", {})
2960
- .n("CostExplorerClient", "StartCommitmentPurchaseAnalysisCommand")
2961
- .sc(StartCommitmentPurchaseAnalysis$)
2962
- .build() {
2963
- }
2964
-
2965
- class StartCostAllocationTagBackfillCommand extends Command
2966
- .classBuilder()
2967
- .ep(commonParams)
2968
- .m(function (Command, cs, config, o) {
2969
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2970
- })
2971
- .s("AWSInsightsIndexService", "StartCostAllocationTagBackfill", {})
2972
- .n("CostExplorerClient", "StartCostAllocationTagBackfillCommand")
2973
- .sc(StartCostAllocationTagBackfill$)
2974
- .build() {
2975
- }
2976
-
2977
- class StartSavingsPlansPurchaseRecommendationGenerationCommand extends Command
2978
- .classBuilder()
2979
- .ep(commonParams)
2980
- .m(function (Command, cs, config, o) {
2981
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2982
- })
2983
- .s("AWSInsightsIndexService", "StartSavingsPlansPurchaseRecommendationGeneration", {})
2984
- .n("CostExplorerClient", "StartSavingsPlansPurchaseRecommendationGenerationCommand")
2985
- .sc(StartSavingsPlansPurchaseRecommendationGeneration$)
2986
- .build() {
2987
- }
2988
-
2989
- class TagResourceCommand extends Command
2990
- .classBuilder()
2991
- .ep(commonParams)
2992
- .m(function (Command, cs, config, o) {
2993
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2994
- })
2995
- .s("AWSInsightsIndexService", "TagResource", {})
2996
- .n("CostExplorerClient", "TagResourceCommand")
2997
- .sc(TagResource$)
2998
- .build() {
2999
- }
3000
-
3001
- class UntagResourceCommand extends Command
3002
- .classBuilder()
3003
- .ep(commonParams)
3004
- .m(function (Command, cs, config, o) {
3005
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3006
- })
3007
- .s("AWSInsightsIndexService", "UntagResource", {})
3008
- .n("CostExplorerClient", "UntagResourceCommand")
3009
- .sc(UntagResource$)
3010
- .build() {
3011
- }
3012
-
3013
- class UpdateAnomalyMonitorCommand extends Command
3014
- .classBuilder()
3015
- .ep(commonParams)
3016
- .m(function (Command, cs, config, o) {
3017
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3018
- })
3019
- .s("AWSInsightsIndexService", "UpdateAnomalyMonitor", {})
3020
- .n("CostExplorerClient", "UpdateAnomalyMonitorCommand")
3021
- .sc(UpdateAnomalyMonitor$)
3022
- .build() {
3023
- }
3024
-
3025
- class UpdateAnomalySubscriptionCommand extends Command
3026
- .classBuilder()
3027
- .ep(commonParams)
3028
- .m(function (Command, cs, config, o) {
3029
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3030
- })
3031
- .s("AWSInsightsIndexService", "UpdateAnomalySubscription", {})
3032
- .n("CostExplorerClient", "UpdateAnomalySubscriptionCommand")
3033
- .sc(UpdateAnomalySubscription$)
3034
- .build() {
3035
- }
3036
-
3037
- class UpdateCostAllocationTagsStatusCommand extends Command
3038
- .classBuilder()
3039
- .ep(commonParams)
3040
- .m(function (Command, cs, config, o) {
3041
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3042
- })
3043
- .s("AWSInsightsIndexService", "UpdateCostAllocationTagsStatus", {})
3044
- .n("CostExplorerClient", "UpdateCostAllocationTagsStatusCommand")
3045
- .sc(UpdateCostAllocationTagsStatus$)
3046
- .build() {
3047
- }
3048
-
3049
- class UpdateCostCategoryDefinitionCommand extends Command
3050
- .classBuilder()
3051
- .ep(commonParams)
3052
- .m(function (Command, cs, config, o) {
3053
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3054
- })
3055
- .s("AWSInsightsIndexService", "UpdateCostCategoryDefinition", {})
3056
- .n("CostExplorerClient", "UpdateCostCategoryDefinitionCommand")
3057
- .sc(UpdateCostCategoryDefinition$)
3058
- .build() {
2498
+ const command = makeBuilder(commonParams, "AWSInsightsIndexService", "CostExplorerClient", getEndpointPlugin);
2499
+ const _ep0 = {};
2500
+ const _mw0 = (Command, cs, config, o) => [];
2501
+
2502
+ class CreateAnomalyMonitorCommand extends command(_ep0, _mw0, "CreateAnomalyMonitor", CreateAnomalyMonitor$) {
2503
+ }
2504
+
2505
+ class CreateAnomalySubscriptionCommand extends command(_ep0, _mw0, "CreateAnomalySubscription", CreateAnomalySubscription$) {
2506
+ }
2507
+
2508
+ class CreateCostCategoryDefinitionCommand extends command(_ep0, _mw0, "CreateCostCategoryDefinition", CreateCostCategoryDefinition$) {
2509
+ }
2510
+
2511
+ class DeleteAnomalyMonitorCommand extends command(_ep0, _mw0, "DeleteAnomalyMonitor", DeleteAnomalyMonitor$) {
2512
+ }
2513
+
2514
+ class DeleteAnomalySubscriptionCommand extends command(_ep0, _mw0, "DeleteAnomalySubscription", DeleteAnomalySubscription$) {
2515
+ }
2516
+
2517
+ class DeleteCostCategoryDefinitionCommand extends command(_ep0, _mw0, "DeleteCostCategoryDefinition", DeleteCostCategoryDefinition$) {
2518
+ }
2519
+
2520
+ class DescribeCostCategoryDefinitionCommand extends command(_ep0, _mw0, "DescribeCostCategoryDefinition", DescribeCostCategoryDefinition$) {
2521
+ }
2522
+
2523
+ class GetAnomaliesCommand extends command(_ep0, _mw0, "GetAnomalies", GetAnomalies$) {
2524
+ }
2525
+
2526
+ class GetAnomalyMonitorsCommand extends command(_ep0, _mw0, "GetAnomalyMonitors", GetAnomalyMonitors$) {
2527
+ }
2528
+
2529
+ class GetAnomalySubscriptionsCommand extends command(_ep0, _mw0, "GetAnomalySubscriptions", GetAnomalySubscriptions$) {
2530
+ }
2531
+
2532
+ class GetApproximateUsageRecordsCommand extends command(_ep0, _mw0, "GetApproximateUsageRecords", GetApproximateUsageRecords$) {
2533
+ }
2534
+
2535
+ class GetCommitmentPurchaseAnalysisCommand extends command(_ep0, _mw0, "GetCommitmentPurchaseAnalysis", GetCommitmentPurchaseAnalysis$) {
2536
+ }
2537
+
2538
+ class GetCostAndUsageCommand extends command(_ep0, _mw0, "GetCostAndUsage", GetCostAndUsage$) {
2539
+ }
2540
+
2541
+ class GetCostAndUsageComparisonsCommand extends command(_ep0, _mw0, "GetCostAndUsageComparisons", GetCostAndUsageComparisons$) {
2542
+ }
2543
+
2544
+ class GetCostAndUsageWithResourcesCommand extends command(_ep0, _mw0, "GetCostAndUsageWithResources", GetCostAndUsageWithResources$) {
2545
+ }
2546
+
2547
+ class GetCostCategoriesCommand extends command(_ep0, _mw0, "GetCostCategories", GetCostCategories$) {
2548
+ }
2549
+
2550
+ class GetCostComparisonDriversCommand extends command(_ep0, _mw0, "GetCostComparisonDrivers", GetCostComparisonDrivers$) {
2551
+ }
2552
+
2553
+ class GetCostForecastCommand extends command(_ep0, _mw0, "GetCostForecast", GetCostForecast$) {
2554
+ }
2555
+
2556
+ class GetDimensionValuesCommand extends command(_ep0, _mw0, "GetDimensionValues", GetDimensionValues$) {
2557
+ }
2558
+
2559
+ class GetReservationCoverageCommand extends command(_ep0, _mw0, "GetReservationCoverage", GetReservationCoverage$) {
2560
+ }
2561
+
2562
+ class GetReservationPurchaseRecommendationCommand extends command(_ep0, _mw0, "GetReservationPurchaseRecommendation", GetReservationPurchaseRecommendation$) {
2563
+ }
2564
+
2565
+ class GetReservationUtilizationCommand extends command(_ep0, _mw0, "GetReservationUtilization", GetReservationUtilization$) {
2566
+ }
2567
+
2568
+ class GetRightsizingRecommendationCommand extends command(_ep0, _mw0, "GetRightsizingRecommendation", GetRightsizingRecommendation$) {
2569
+ }
2570
+
2571
+ class GetSavingsPlanPurchaseRecommendationDetailsCommand extends command(_ep0, _mw0, "GetSavingsPlanPurchaseRecommendationDetails", GetSavingsPlanPurchaseRecommendationDetails$) {
2572
+ }
2573
+
2574
+ class GetSavingsPlansCoverageCommand extends command(_ep0, _mw0, "GetSavingsPlansCoverage", GetSavingsPlansCoverage$) {
2575
+ }
2576
+
2577
+ class GetSavingsPlansPurchaseRecommendationCommand extends command(_ep0, _mw0, "GetSavingsPlansPurchaseRecommendation", GetSavingsPlansPurchaseRecommendation$) {
2578
+ }
2579
+
2580
+ class GetSavingsPlansUtilizationCommand extends command(_ep0, _mw0, "GetSavingsPlansUtilization", GetSavingsPlansUtilization$) {
2581
+ }
2582
+
2583
+ class GetSavingsPlansUtilizationDetailsCommand extends command(_ep0, _mw0, "GetSavingsPlansUtilizationDetails", GetSavingsPlansUtilizationDetails$) {
2584
+ }
2585
+
2586
+ class GetTagsCommand extends command(_ep0, _mw0, "GetTags", GetTags$) {
2587
+ }
2588
+
2589
+ class GetUsageForecastCommand extends command(_ep0, _mw0, "GetUsageForecast", GetUsageForecast$) {
2590
+ }
2591
+
2592
+ class ListCommitmentPurchaseAnalysesCommand extends command(_ep0, _mw0, "ListCommitmentPurchaseAnalyses", ListCommitmentPurchaseAnalyses$) {
2593
+ }
2594
+
2595
+ class ListCostAllocationTagBackfillHistoryCommand extends command(_ep0, _mw0, "ListCostAllocationTagBackfillHistory", ListCostAllocationTagBackfillHistory$) {
2596
+ }
2597
+
2598
+ class ListCostAllocationTagsCommand extends command(_ep0, _mw0, "ListCostAllocationTags", ListCostAllocationTags$) {
2599
+ }
2600
+
2601
+ class ListCostCategoryDefinitionsCommand extends command(_ep0, _mw0, "ListCostCategoryDefinitions", ListCostCategoryDefinitions$) {
2602
+ }
2603
+
2604
+ class ListCostCategoryResourceAssociationsCommand extends command(_ep0, _mw0, "ListCostCategoryResourceAssociations", ListCostCategoryResourceAssociations$) {
2605
+ }
2606
+
2607
+ class ListSavingsPlansPurchaseRecommendationGenerationCommand extends command(_ep0, _mw0, "ListSavingsPlansPurchaseRecommendationGeneration", ListSavingsPlansPurchaseRecommendationGeneration$) {
2608
+ }
2609
+
2610
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
2611
+ }
2612
+
2613
+ class ProvideAnomalyFeedbackCommand extends command(_ep0, _mw0, "ProvideAnomalyFeedback", ProvideAnomalyFeedback$) {
2614
+ }
2615
+
2616
+ class StartCommitmentPurchaseAnalysisCommand extends command(_ep0, _mw0, "StartCommitmentPurchaseAnalysis", StartCommitmentPurchaseAnalysis$) {
2617
+ }
2618
+
2619
+ class StartCostAllocationTagBackfillCommand extends command(_ep0, _mw0, "StartCostAllocationTagBackfill", StartCostAllocationTagBackfill$) {
2620
+ }
2621
+
2622
+ class StartSavingsPlansPurchaseRecommendationGenerationCommand extends command(_ep0, _mw0, "StartSavingsPlansPurchaseRecommendationGeneration", StartSavingsPlansPurchaseRecommendationGeneration$) {
2623
+ }
2624
+
2625
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
2626
+ }
2627
+
2628
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
2629
+ }
2630
+
2631
+ class UpdateAnomalyMonitorCommand extends command(_ep0, _mw0, "UpdateAnomalyMonitor", UpdateAnomalyMonitor$) {
2632
+ }
2633
+
2634
+ class UpdateAnomalySubscriptionCommand extends command(_ep0, _mw0, "UpdateAnomalySubscription", UpdateAnomalySubscription$) {
2635
+ }
2636
+
2637
+ class UpdateCostAllocationTagsStatusCommand extends command(_ep0, _mw0, "UpdateCostAllocationTagsStatus", UpdateCostAllocationTagsStatus$) {
2638
+ }
2639
+
2640
+ class UpdateCostCategoryDefinitionCommand extends command(_ep0, _mw0, "UpdateCostCategoryDefinition", UpdateCostCategoryDefinition$) {
3059
2641
  }
3060
2642
 
3061
2643
  const paginateGetAnomalies = createPaginator(CostExplorerClient, GetAnomaliesCommand, "NextPageToken", "NextPageToken", "MaxResults");