@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
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListCostAllocationTagBackfillHistory$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListCostAllocationTagBackfillHistoryCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSInsightsIndexService", "ListCostAllocationTagBackfillHistory", {})
13
- .n("CostExplorerClient", "ListCostAllocationTagBackfillHistoryCommand")
14
- .sc(ListCostAllocationTagBackfillHistory$)
15
- .build() {
3
+ export class ListCostAllocationTagBackfillHistoryCommand extends command(_ep0, _mw0, "ListCostAllocationTagBackfillHistory", ListCostAllocationTagBackfillHistory$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListCostAllocationTags$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListCostAllocationTagsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSInsightsIndexService", "ListCostAllocationTags", {})
13
- .n("CostExplorerClient", "ListCostAllocationTagsCommand")
14
- .sc(ListCostAllocationTags$)
15
- .build() {
3
+ export class ListCostAllocationTagsCommand extends command(_ep0, _mw0, "ListCostAllocationTags", ListCostAllocationTags$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListCostCategoryDefinitions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListCostCategoryDefinitionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSInsightsIndexService", "ListCostCategoryDefinitions", {})
13
- .n("CostExplorerClient", "ListCostCategoryDefinitionsCommand")
14
- .sc(ListCostCategoryDefinitions$)
15
- .build() {
3
+ export class ListCostCategoryDefinitionsCommand extends command(_ep0, _mw0, "ListCostCategoryDefinitions", ListCostCategoryDefinitions$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListCostCategoryResourceAssociations$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListCostCategoryResourceAssociationsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSInsightsIndexService", "ListCostCategoryResourceAssociations", {})
13
- .n("CostExplorerClient", "ListCostCategoryResourceAssociationsCommand")
14
- .sc(ListCostCategoryResourceAssociations$)
15
- .build() {
3
+ export class ListCostCategoryResourceAssociationsCommand extends command(_ep0, _mw0, "ListCostCategoryResourceAssociations", ListCostCategoryResourceAssociations$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListSavingsPlansPurchaseRecommendationGeneration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListSavingsPlansPurchaseRecommendationGenerationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSInsightsIndexService", "ListSavingsPlansPurchaseRecommendationGeneration", {})
13
- .n("CostExplorerClient", "ListSavingsPlansPurchaseRecommendationGenerationCommand")
14
- .sc(ListSavingsPlansPurchaseRecommendationGeneration$)
15
- .build() {
3
+ export class ListSavingsPlansPurchaseRecommendationGenerationCommand extends command(_ep0, _mw0, "ListSavingsPlansPurchaseRecommendationGeneration", ListSavingsPlansPurchaseRecommendationGeneration$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListTagsForResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTagsForResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSInsightsIndexService", "ListTagsForResource", {})
13
- .n("CostExplorerClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource$)
15
- .build() {
3
+ export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ProvideAnomalyFeedback$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ProvideAnomalyFeedbackCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSInsightsIndexService", "ProvideAnomalyFeedback", {})
13
- .n("CostExplorerClient", "ProvideAnomalyFeedbackCommand")
14
- .sc(ProvideAnomalyFeedback$)
15
- .build() {
3
+ export class ProvideAnomalyFeedbackCommand extends command(_ep0, _mw0, "ProvideAnomalyFeedback", ProvideAnomalyFeedback$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StartCommitmentPurchaseAnalysis$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartCommitmentPurchaseAnalysisCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSInsightsIndexService", "StartCommitmentPurchaseAnalysis", {})
13
- .n("CostExplorerClient", "StartCommitmentPurchaseAnalysisCommand")
14
- .sc(StartCommitmentPurchaseAnalysis$)
15
- .build() {
3
+ export class StartCommitmentPurchaseAnalysisCommand extends command(_ep0, _mw0, "StartCommitmentPurchaseAnalysis", StartCommitmentPurchaseAnalysis$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StartCostAllocationTagBackfill$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartCostAllocationTagBackfillCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSInsightsIndexService", "StartCostAllocationTagBackfill", {})
13
- .n("CostExplorerClient", "StartCostAllocationTagBackfillCommand")
14
- .sc(StartCostAllocationTagBackfill$)
15
- .build() {
3
+ export class StartCostAllocationTagBackfillCommand extends command(_ep0, _mw0, "StartCostAllocationTagBackfill", StartCostAllocationTagBackfill$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StartSavingsPlansPurchaseRecommendationGeneration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartSavingsPlansPurchaseRecommendationGenerationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSInsightsIndexService", "StartSavingsPlansPurchaseRecommendationGeneration", {})
13
- .n("CostExplorerClient", "StartSavingsPlansPurchaseRecommendationGenerationCommand")
14
- .sc(StartSavingsPlansPurchaseRecommendationGeneration$)
15
- .build() {
3
+ export class StartSavingsPlansPurchaseRecommendationGenerationCommand extends command(_ep0, _mw0, "StartSavingsPlansPurchaseRecommendationGeneration", StartSavingsPlansPurchaseRecommendationGeneration$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { TagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSInsightsIndexService", "TagResource", {})
13
- .n("CostExplorerClient", "TagResourceCommand")
14
- .sc(TagResource$)
15
- .build() {
3
+ export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UntagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UntagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSInsightsIndexService", "UntagResource", {})
13
- .n("CostExplorerClient", "UntagResourceCommand")
14
- .sc(UntagResource$)
15
- .build() {
3
+ export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateAnomalyMonitor$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateAnomalyMonitorCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSInsightsIndexService", "UpdateAnomalyMonitor", {})
13
- .n("CostExplorerClient", "UpdateAnomalyMonitorCommand")
14
- .sc(UpdateAnomalyMonitor$)
15
- .build() {
3
+ export class UpdateAnomalyMonitorCommand extends command(_ep0, _mw0, "UpdateAnomalyMonitor", UpdateAnomalyMonitor$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateAnomalySubscription$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateAnomalySubscriptionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSInsightsIndexService", "UpdateAnomalySubscription", {})
13
- .n("CostExplorerClient", "UpdateAnomalySubscriptionCommand")
14
- .sc(UpdateAnomalySubscription$)
15
- .build() {
3
+ export class UpdateAnomalySubscriptionCommand extends command(_ep0, _mw0, "UpdateAnomalySubscription", UpdateAnomalySubscription$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateCostAllocationTagsStatus$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateCostAllocationTagsStatusCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSInsightsIndexService", "UpdateCostAllocationTagsStatus", {})
13
- .n("CostExplorerClient", "UpdateCostAllocationTagsStatusCommand")
14
- .sc(UpdateCostAllocationTagsStatus$)
15
- .build() {
3
+ export class UpdateCostAllocationTagsStatusCommand extends command(_ep0, _mw0, "UpdateCostAllocationTagsStatus", UpdateCostAllocationTagsStatus$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateCostCategoryDefinition$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateCostCategoryDefinitionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSInsightsIndexService", "UpdateCostCategoryDefinition", {})
13
- .n("CostExplorerClient", "UpdateCostCategoryDefinitionCommand")
14
- .sc(UpdateCostCategoryDefinition$)
15
- .build() {
3
+ export class UpdateCostCategoryDefinitionCommand extends command(_ep0, _mw0, "UpdateCostCategoryDefinition", UpdateCostCategoryDefinition$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./CostExplorerClient";
2
2
  export * from "./CostExplorer";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./models/enums";
@@ -1,5 +1,4 @@
1
1
  import packageInfo from "../package.json";
2
- import { Sha256 } from "@aws-crypto/sha256-browser";
3
2
  import { createDefaultUserAgentProvider } from "@aws-sdk/core/client";
4
3
  import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
5
4
  import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
@@ -23,7 +22,6 @@ export const getRuntimeConfig = (config) => {
23
22
  region: config?.region ?? invalidProvider("Region is missing"),
24
23
  requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
25
24
  retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
26
- sha256: config?.sha256 ?? Sha256,
27
25
  streamCollector: config?.streamCollector ?? streamCollector,
28
26
  useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
29
27
  useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
@@ -5,7 +5,7 @@ import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credentia
5
5
  import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
6
6
  import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
7
7
  import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
8
- import { calculateBodyLength, Hash } from "@smithy/core/serde";
8
+ import { calculateBodyLength } from "@smithy/core/serde";
9
9
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
10
10
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
11
11
  export const getRuntimeConfig = (config) => {
@@ -35,7 +35,6 @@ export const getRuntimeConfig = (config) => {
35
35
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
36
36
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
37
37
  }, config),
38
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
39
38
  streamCollector: config?.streamCollector ?? streamCollector,
40
39
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
41
40
  useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -1,4 +1,3 @@
1
- import { Sha256 } from "@aws-crypto/sha256-js";
2
1
  import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
3
2
  export const getRuntimeConfig = (config) => {
4
3
  const browserDefaults = getBrowserRuntimeConfig(config);
@@ -6,6 +5,5 @@ export const getRuntimeConfig = (config) => {
6
5
  ...browserDefaults,
7
6
  ...config,
8
7
  runtime: "react-native",
9
- sha256: config?.sha256 ?? Sha256,
10
8
  };
11
9
  };
@@ -1,5 +1,6 @@
1
1
  import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
3
+ import { Sha256 } from "@smithy/core/checksum";
3
4
  import { NoOpLogger } from "@smithy/core/client";
4
5
  import { parseUrl } from "@smithy/core/protocols";
5
6
  import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
@@ -31,6 +32,7 @@ export const getRuntimeConfig = (config) => {
31
32
  serviceTarget: "AWSInsightsIndexService",
32
33
  },
33
34
  serviceId: config?.serviceId ?? "Cost Explorer",
35
+ sha256: config?.sha256 ?? Sha256,
34
36
  urlParser: config?.urlParser ?? parseUrl,
35
37
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
36
38
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./CostExplorerClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
2
  import type { CreateAnomalyMonitorRequest, CreateAnomalyMonitorResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateAnomalyMonitorCommandInput extends CreateAnomalyMonitorRe
22
19
  export interface CreateAnomalyMonitorCommandOutput extends CreateAnomalyMonitorResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateAnomalyMonitorCommand_base: {
25
- new (input: CreateAnomalyMonitorCommandInput): import("@smithy/core/client").CommandImpl<CreateAnomalyMonitorCommandInput, CreateAnomalyMonitorCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateAnomalyMonitorCommandInput): import("@smithy/core/client").CommandImpl<CreateAnomalyMonitorCommandInput, CreateAnomalyMonitorCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateAnomalyMonitorCommandInput): import("@smithy/core/client").CommandImpl<CreateAnomalyMonitorCommandInput, CreateAnomalyMonitorCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateAnomalyMonitorCommandInput): import("@smithy/core/client").CommandImpl<CreateAnomalyMonitorCommandInput, CreateAnomalyMonitorCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new cost anomaly detection monitor with the requested type and monitor
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
2
  import type { CreateAnomalySubscriptionRequest, CreateAnomalySubscriptionResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateAnomalySubscriptionCommandInput extends CreateAnomalySubs
22
19
  export interface CreateAnomalySubscriptionCommandOutput extends CreateAnomalySubscriptionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateAnomalySubscriptionCommand_base: {
25
- new (input: CreateAnomalySubscriptionCommandInput): import("@smithy/core/client").CommandImpl<CreateAnomalySubscriptionCommandInput, CreateAnomalySubscriptionCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateAnomalySubscriptionCommandInput): import("@smithy/core/client").CommandImpl<CreateAnomalySubscriptionCommandInput, CreateAnomalySubscriptionCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateAnomalySubscriptionCommandInput): import("@smithy/core/client").CommandImpl<CreateAnomalySubscriptionCommandInput, CreateAnomalySubscriptionCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateAnomalySubscriptionCommandInput): import("@smithy/core/client").CommandImpl<CreateAnomalySubscriptionCommandInput, CreateAnomalySubscriptionCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Adds an alert subscription to a cost anomaly detection monitor. You can use each
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
2
  import type { CreateCostCategoryDefinitionRequest, CreateCostCategoryDefinitionResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateCostCategoryDefinitionCommandInput extends CreateCostCate
22
19
  export interface CreateCostCategoryDefinitionCommandOutput extends CreateCostCategoryDefinitionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateCostCategoryDefinitionCommand_base: {
25
- new (input: CreateCostCategoryDefinitionCommandInput): import("@smithy/core/client").CommandImpl<CreateCostCategoryDefinitionCommandInput, CreateCostCategoryDefinitionCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateCostCategoryDefinitionCommandInput): import("@smithy/core/client").CommandImpl<CreateCostCategoryDefinitionCommandInput, CreateCostCategoryDefinitionCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateCostCategoryDefinitionCommandInput): import("@smithy/core/client").CommandImpl<CreateCostCategoryDefinitionCommandInput, CreateCostCategoryDefinitionCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateCostCategoryDefinitionCommandInput): import("@smithy/core/client").CommandImpl<CreateCostCategoryDefinitionCommandInput, CreateCostCategoryDefinitionCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new cost category with the requested name and rules.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
2
  import type { DeleteAnomalyMonitorRequest, DeleteAnomalyMonitorResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteAnomalyMonitorCommandInput extends DeleteAnomalyMonitorRe
22
19
  export interface DeleteAnomalyMonitorCommandOutput extends DeleteAnomalyMonitorResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteAnomalyMonitorCommand_base: {
25
- new (input: DeleteAnomalyMonitorCommandInput): import("@smithy/core/client").CommandImpl<DeleteAnomalyMonitorCommandInput, DeleteAnomalyMonitorCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteAnomalyMonitorCommandInput): import("@smithy/core/client").CommandImpl<DeleteAnomalyMonitorCommandInput, DeleteAnomalyMonitorCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteAnomalyMonitorCommandInput): import("@smithy/core/client").CommandImpl<DeleteAnomalyMonitorCommandInput, DeleteAnomalyMonitorCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteAnomalyMonitorCommandInput): import("@smithy/core/client").CommandImpl<DeleteAnomalyMonitorCommandInput, DeleteAnomalyMonitorCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a cost anomaly monitor. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
2
  import type { DeleteAnomalySubscriptionRequest, DeleteAnomalySubscriptionResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteAnomalySubscriptionCommandInput extends DeleteAnomalySubs
22
19
  export interface DeleteAnomalySubscriptionCommandOutput extends DeleteAnomalySubscriptionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteAnomalySubscriptionCommand_base: {
25
- new (input: DeleteAnomalySubscriptionCommandInput): import("@smithy/core/client").CommandImpl<DeleteAnomalySubscriptionCommandInput, DeleteAnomalySubscriptionCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteAnomalySubscriptionCommandInput): import("@smithy/core/client").CommandImpl<DeleteAnomalySubscriptionCommandInput, DeleteAnomalySubscriptionCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteAnomalySubscriptionCommandInput): import("@smithy/core/client").CommandImpl<DeleteAnomalySubscriptionCommandInput, DeleteAnomalySubscriptionCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteAnomalySubscriptionCommandInput): import("@smithy/core/client").CommandImpl<DeleteAnomalySubscriptionCommandInput, DeleteAnomalySubscriptionCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a cost anomaly subscription. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
2
  import type { DeleteCostCategoryDefinitionRequest, DeleteCostCategoryDefinitionResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteCostCategoryDefinitionCommandInput extends DeleteCostCate
22
19
  export interface DeleteCostCategoryDefinitionCommandOutput extends DeleteCostCategoryDefinitionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteCostCategoryDefinitionCommand_base: {
25
- new (input: DeleteCostCategoryDefinitionCommandInput): import("@smithy/core/client").CommandImpl<DeleteCostCategoryDefinitionCommandInput, DeleteCostCategoryDefinitionCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteCostCategoryDefinitionCommandInput): import("@smithy/core/client").CommandImpl<DeleteCostCategoryDefinitionCommandInput, DeleteCostCategoryDefinitionCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteCostCategoryDefinitionCommandInput): import("@smithy/core/client").CommandImpl<DeleteCostCategoryDefinitionCommandInput, DeleteCostCategoryDefinitionCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteCostCategoryDefinitionCommandInput): import("@smithy/core/client").CommandImpl<DeleteCostCategoryDefinitionCommandInput, DeleteCostCategoryDefinitionCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a cost category. Expenses from this month going forward will no longer be
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
2
  import type { DescribeCostCategoryDefinitionRequest, DescribeCostCategoryDefinitionResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeCostCategoryDefinitionCommandInput extends DescribeCost
22
19
  export interface DescribeCostCategoryDefinitionCommandOutput extends DescribeCostCategoryDefinitionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeCostCategoryDefinitionCommand_base: {
25
- new (input: DescribeCostCategoryDefinitionCommandInput): import("@smithy/core/client").CommandImpl<DescribeCostCategoryDefinitionCommandInput, DescribeCostCategoryDefinitionCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeCostCategoryDefinitionCommandInput): import("@smithy/core/client").CommandImpl<DescribeCostCategoryDefinitionCommandInput, DescribeCostCategoryDefinitionCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeCostCategoryDefinitionCommandInput): import("@smithy/core/client").CommandImpl<DescribeCostCategoryDefinitionCommandInput, DescribeCostCategoryDefinitionCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeCostCategoryDefinitionCommandInput): import("@smithy/core/client").CommandImpl<DescribeCostCategoryDefinitionCommandInput, DescribeCostCategoryDefinitionCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the name, Amazon Resource Name (ARN), rules, definition, and effective dates of a