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