@aws-sdk/client-cost-explorer 3.1077.0 → 3.1078.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (149) hide show
  1. package/dist-cjs/index.js +147 -565
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateAnomalyMonitorCommand.js +2 -14
  4. package/dist-es/commands/CreateAnomalySubscriptionCommand.js +2 -14
  5. package/dist-es/commands/CreateCostCategoryDefinitionCommand.js +2 -14
  6. package/dist-es/commands/DeleteAnomalyMonitorCommand.js +2 -14
  7. package/dist-es/commands/DeleteAnomalySubscriptionCommand.js +2 -14
  8. package/dist-es/commands/DeleteCostCategoryDefinitionCommand.js +2 -14
  9. package/dist-es/commands/DescribeCostCategoryDefinitionCommand.js +2 -14
  10. package/dist-es/commands/GetAnomaliesCommand.js +2 -14
  11. package/dist-es/commands/GetAnomalyMonitorsCommand.js +2 -14
  12. package/dist-es/commands/GetAnomalySubscriptionsCommand.js +2 -14
  13. package/dist-es/commands/GetApproximateUsageRecordsCommand.js +2 -14
  14. package/dist-es/commands/GetCommitmentPurchaseAnalysisCommand.js +2 -14
  15. package/dist-es/commands/GetCostAndUsageCommand.js +2 -14
  16. package/dist-es/commands/GetCostAndUsageComparisonsCommand.js +2 -14
  17. package/dist-es/commands/GetCostAndUsageWithResourcesCommand.js +2 -14
  18. package/dist-es/commands/GetCostCategoriesCommand.js +2 -14
  19. package/dist-es/commands/GetCostComparisonDriversCommand.js +2 -14
  20. package/dist-es/commands/GetCostForecastCommand.js +2 -14
  21. package/dist-es/commands/GetDimensionValuesCommand.js +2 -14
  22. package/dist-es/commands/GetReservationCoverageCommand.js +2 -14
  23. package/dist-es/commands/GetReservationPurchaseRecommendationCommand.js +2 -14
  24. package/dist-es/commands/GetReservationUtilizationCommand.js +2 -14
  25. package/dist-es/commands/GetRightsizingRecommendationCommand.js +2 -14
  26. package/dist-es/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.js +2 -14
  27. package/dist-es/commands/GetSavingsPlansCoverageCommand.js +2 -14
  28. package/dist-es/commands/GetSavingsPlansPurchaseRecommendationCommand.js +2 -14
  29. package/dist-es/commands/GetSavingsPlansUtilizationCommand.js +2 -14
  30. package/dist-es/commands/GetSavingsPlansUtilizationDetailsCommand.js +2 -14
  31. package/dist-es/commands/GetTagsCommand.js +2 -14
  32. package/dist-es/commands/GetUsageForecastCommand.js +2 -14
  33. package/dist-es/commands/ListCommitmentPurchaseAnalysesCommand.js +2 -14
  34. package/dist-es/commands/ListCostAllocationTagBackfillHistoryCommand.js +2 -14
  35. package/dist-es/commands/ListCostAllocationTagsCommand.js +2 -14
  36. package/dist-es/commands/ListCostCategoryDefinitionsCommand.js +2 -14
  37. package/dist-es/commands/ListCostCategoryResourceAssociationsCommand.js +2 -14
  38. package/dist-es/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.js +2 -14
  39. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  40. package/dist-es/commands/ProvideAnomalyFeedbackCommand.js +2 -14
  41. package/dist-es/commands/StartCommitmentPurchaseAnalysisCommand.js +2 -14
  42. package/dist-es/commands/StartCostAllocationTagBackfillCommand.js +2 -14
  43. package/dist-es/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.js +2 -14
  44. package/dist-es/commands/TagResourceCommand.js +2 -14
  45. package/dist-es/commands/UntagResourceCommand.js +2 -14
  46. package/dist-es/commands/UpdateAnomalyMonitorCommand.js +2 -14
  47. package/dist-es/commands/UpdateAnomalySubscriptionCommand.js +2 -14
  48. package/dist-es/commands/UpdateCostAllocationTagsStatusCommand.js +2 -14
  49. package/dist-es/commands/UpdateCostCategoryDefinitionCommand.js +2 -14
  50. package/dist-es/index.js +1 -0
  51. package/dist-types/commandBuilder.d.ts +18 -0
  52. package/dist-types/commands/CreateAnomalyMonitorCommand.d.ts +3 -8
  53. package/dist-types/commands/CreateAnomalySubscriptionCommand.d.ts +3 -8
  54. package/dist-types/commands/CreateCostCategoryDefinitionCommand.d.ts +3 -8
  55. package/dist-types/commands/DeleteAnomalyMonitorCommand.d.ts +3 -8
  56. package/dist-types/commands/DeleteAnomalySubscriptionCommand.d.ts +3 -8
  57. package/dist-types/commands/DeleteCostCategoryDefinitionCommand.d.ts +3 -8
  58. package/dist-types/commands/DescribeCostCategoryDefinitionCommand.d.ts +3 -8
  59. package/dist-types/commands/GetAnomaliesCommand.d.ts +3 -8
  60. package/dist-types/commands/GetAnomalyMonitorsCommand.d.ts +3 -8
  61. package/dist-types/commands/GetAnomalySubscriptionsCommand.d.ts +3 -8
  62. package/dist-types/commands/GetApproximateUsageRecordsCommand.d.ts +3 -8
  63. package/dist-types/commands/GetCommitmentPurchaseAnalysisCommand.d.ts +3 -8
  64. package/dist-types/commands/GetCostAndUsageCommand.d.ts +3 -8
  65. package/dist-types/commands/GetCostAndUsageComparisonsCommand.d.ts +3 -8
  66. package/dist-types/commands/GetCostAndUsageWithResourcesCommand.d.ts +3 -8
  67. package/dist-types/commands/GetCostCategoriesCommand.d.ts +3 -8
  68. package/dist-types/commands/GetCostComparisonDriversCommand.d.ts +3 -8
  69. package/dist-types/commands/GetCostForecastCommand.d.ts +3 -8
  70. package/dist-types/commands/GetDimensionValuesCommand.d.ts +3 -8
  71. package/dist-types/commands/GetReservationCoverageCommand.d.ts +3 -8
  72. package/dist-types/commands/GetReservationPurchaseRecommendationCommand.d.ts +3 -8
  73. package/dist-types/commands/GetReservationUtilizationCommand.d.ts +3 -8
  74. package/dist-types/commands/GetRightsizingRecommendationCommand.d.ts +3 -8
  75. package/dist-types/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.d.ts +3 -8
  76. package/dist-types/commands/GetSavingsPlansCoverageCommand.d.ts +3 -8
  77. package/dist-types/commands/GetSavingsPlansPurchaseRecommendationCommand.d.ts +3 -8
  78. package/dist-types/commands/GetSavingsPlansUtilizationCommand.d.ts +3 -8
  79. package/dist-types/commands/GetSavingsPlansUtilizationDetailsCommand.d.ts +3 -8
  80. package/dist-types/commands/GetTagsCommand.d.ts +3 -8
  81. package/dist-types/commands/GetUsageForecastCommand.d.ts +3 -8
  82. package/dist-types/commands/ListCommitmentPurchaseAnalysesCommand.d.ts +3 -8
  83. package/dist-types/commands/ListCostAllocationTagBackfillHistoryCommand.d.ts +3 -8
  84. package/dist-types/commands/ListCostAllocationTagsCommand.d.ts +3 -8
  85. package/dist-types/commands/ListCostCategoryDefinitionsCommand.d.ts +3 -8
  86. package/dist-types/commands/ListCostCategoryResourceAssociationsCommand.d.ts +3 -8
  87. package/dist-types/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +3 -8
  88. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  89. package/dist-types/commands/ProvideAnomalyFeedbackCommand.d.ts +3 -8
  90. package/dist-types/commands/StartCommitmentPurchaseAnalysisCommand.d.ts +3 -8
  91. package/dist-types/commands/StartCostAllocationTagBackfillCommand.d.ts +3 -8
  92. package/dist-types/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +3 -8
  93. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  94. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  95. package/dist-types/commands/UpdateAnomalyMonitorCommand.d.ts +3 -8
  96. package/dist-types/commands/UpdateAnomalySubscriptionCommand.d.ts +3 -8
  97. package/dist-types/commands/UpdateCostAllocationTagsStatusCommand.d.ts +3 -8
  98. package/dist-types/commands/UpdateCostCategoryDefinitionCommand.d.ts +3 -8
  99. package/dist-types/index.d.ts +1 -0
  100. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  101. package/dist-types/ts3.4/commands/CreateAnomalyMonitorCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/CreateAnomalySubscriptionCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/CreateCostCategoryDefinitionCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/DeleteAnomalyMonitorCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/DeleteAnomalySubscriptionCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/DeleteCostCategoryDefinitionCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/DescribeCostCategoryDefinitionCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/GetAnomaliesCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/GetAnomalyMonitorsCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/GetAnomalySubscriptionsCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/GetApproximateUsageRecordsCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/GetCommitmentPurchaseAnalysisCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/GetCostAndUsageCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/GetCostAndUsageComparisonsCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/GetCostAndUsageWithResourcesCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/GetCostCategoriesCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/GetCostComparisonDriversCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/GetCostForecastCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/GetDimensionValuesCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/GetReservationCoverageCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/GetReservationPurchaseRecommendationCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/GetReservationUtilizationCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/GetRightsizingRecommendationCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/GetSavingsPlansCoverageCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/GetSavingsPlansPurchaseRecommendationCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationDetailsCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/GetUsageForecastCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/ListCommitmentPurchaseAnalysesCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/ListCostAllocationTagBackfillHistoryCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/ListCostAllocationTagsCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/ListCostCategoryDefinitionsCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/ListCostCategoryResourceAssociationsCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/ProvideAnomalyFeedbackCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/StartCommitmentPurchaseAnalysisCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/StartCostAllocationTagBackfillCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/UpdateAnomalyMonitorCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/UpdateAnomalySubscriptionCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/UpdateCostAllocationTagsStatusCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/UpdateCostCategoryDefinitionCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/index.d.ts +1 -0
  149. package/package.json +8 -8
@@ -0,0 +1,6 @@
1
+ import { makeBuilder } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "./endpoint/EndpointParameters";
4
+ export const command = makeBuilder(commonParams, "AWSInsightsIndexService", "CostExplorerClient", getEndpointPlugin);
5
+ export const _ep0 = {};
6
+ export const _mw0 = (Command, cs, config, o) => [];
@@ -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 { CreateAnomalyMonitor$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateAnomalyMonitorCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSInsightsIndexService", "CreateAnomalyMonitor", {})
13
- .n("CostExplorerClient", "CreateAnomalyMonitorCommand")
14
- .sc(CreateAnomalyMonitor$)
15
- .build() {
3
+ export class CreateAnomalyMonitorCommand extends command(_ep0, _mw0, "CreateAnomalyMonitor", CreateAnomalyMonitor$) {
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 { CreateAnomalySubscription$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateAnomalySubscriptionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSInsightsIndexService", "CreateAnomalySubscription", {})
13
- .n("CostExplorerClient", "CreateAnomalySubscriptionCommand")
14
- .sc(CreateAnomalySubscription$)
15
- .build() {
3
+ export class CreateAnomalySubscriptionCommand extends command(_ep0, _mw0, "CreateAnomalySubscription", CreateAnomalySubscription$) {
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 { CreateCostCategoryDefinition$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateCostCategoryDefinitionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSInsightsIndexService", "CreateCostCategoryDefinition", {})
13
- .n("CostExplorerClient", "CreateCostCategoryDefinitionCommand")
14
- .sc(CreateCostCategoryDefinition$)
15
- .build() {
3
+ export class CreateCostCategoryDefinitionCommand extends command(_ep0, _mw0, "CreateCostCategoryDefinition", CreateCostCategoryDefinition$) {
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 { DeleteAnomalyMonitor$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteAnomalyMonitorCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSInsightsIndexService", "DeleteAnomalyMonitor", {})
13
- .n("CostExplorerClient", "DeleteAnomalyMonitorCommand")
14
- .sc(DeleteAnomalyMonitor$)
15
- .build() {
3
+ export class DeleteAnomalyMonitorCommand extends command(_ep0, _mw0, "DeleteAnomalyMonitor", DeleteAnomalyMonitor$) {
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 { DeleteAnomalySubscription$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteAnomalySubscriptionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSInsightsIndexService", "DeleteAnomalySubscription", {})
13
- .n("CostExplorerClient", "DeleteAnomalySubscriptionCommand")
14
- .sc(DeleteAnomalySubscription$)
15
- .build() {
3
+ export class DeleteAnomalySubscriptionCommand extends command(_ep0, _mw0, "DeleteAnomalySubscription", DeleteAnomalySubscription$) {
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 { DeleteCostCategoryDefinition$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteCostCategoryDefinitionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSInsightsIndexService", "DeleteCostCategoryDefinition", {})
13
- .n("CostExplorerClient", "DeleteCostCategoryDefinitionCommand")
14
- .sc(DeleteCostCategoryDefinition$)
15
- .build() {
3
+ export class DeleteCostCategoryDefinitionCommand extends command(_ep0, _mw0, "DeleteCostCategoryDefinition", DeleteCostCategoryDefinition$) {
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 { DescribeCostCategoryDefinition$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeCostCategoryDefinitionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSInsightsIndexService", "DescribeCostCategoryDefinition", {})
13
- .n("CostExplorerClient", "DescribeCostCategoryDefinitionCommand")
14
- .sc(DescribeCostCategoryDefinition$)
15
- .build() {
3
+ export class DescribeCostCategoryDefinitionCommand extends command(_ep0, _mw0, "DescribeCostCategoryDefinition", DescribeCostCategoryDefinition$) {
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 { GetAnomalies$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetAnomaliesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSInsightsIndexService", "GetAnomalies", {})
13
- .n("CostExplorerClient", "GetAnomaliesCommand")
14
- .sc(GetAnomalies$)
15
- .build() {
3
+ export class GetAnomaliesCommand extends command(_ep0, _mw0, "GetAnomalies", GetAnomalies$) {
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 { GetAnomalyMonitors$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetAnomalyMonitorsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSInsightsIndexService", "GetAnomalyMonitors", {})
13
- .n("CostExplorerClient", "GetAnomalyMonitorsCommand")
14
- .sc(GetAnomalyMonitors$)
15
- .build() {
3
+ export class GetAnomalyMonitorsCommand extends command(_ep0, _mw0, "GetAnomalyMonitors", GetAnomalyMonitors$) {
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 { GetAnomalySubscriptions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetAnomalySubscriptionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSInsightsIndexService", "GetAnomalySubscriptions", {})
13
- .n("CostExplorerClient", "GetAnomalySubscriptionsCommand")
14
- .sc(GetAnomalySubscriptions$)
15
- .build() {
3
+ export class GetAnomalySubscriptionsCommand extends command(_ep0, _mw0, "GetAnomalySubscriptions", GetAnomalySubscriptions$) {
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 { GetApproximateUsageRecords$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetApproximateUsageRecordsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSInsightsIndexService", "GetApproximateUsageRecords", {})
13
- .n("CostExplorerClient", "GetApproximateUsageRecordsCommand")
14
- .sc(GetApproximateUsageRecords$)
15
- .build() {
3
+ export class GetApproximateUsageRecordsCommand extends command(_ep0, _mw0, "GetApproximateUsageRecords", GetApproximateUsageRecords$) {
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 { GetCommitmentPurchaseAnalysis$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetCommitmentPurchaseAnalysisCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSInsightsIndexService", "GetCommitmentPurchaseAnalysis", {})
13
- .n("CostExplorerClient", "GetCommitmentPurchaseAnalysisCommand")
14
- .sc(GetCommitmentPurchaseAnalysis$)
15
- .build() {
3
+ export class GetCommitmentPurchaseAnalysisCommand extends command(_ep0, _mw0, "GetCommitmentPurchaseAnalysis", GetCommitmentPurchaseAnalysis$) {
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 { GetCostAndUsage$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetCostAndUsageCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSInsightsIndexService", "GetCostAndUsage", {})
13
- .n("CostExplorerClient", "GetCostAndUsageCommand")
14
- .sc(GetCostAndUsage$)
15
- .build() {
3
+ export class GetCostAndUsageCommand extends command(_ep0, _mw0, "GetCostAndUsage", GetCostAndUsage$) {
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 { GetCostAndUsageComparisons$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetCostAndUsageComparisonsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSInsightsIndexService", "GetCostAndUsageComparisons", {})
13
- .n("CostExplorerClient", "GetCostAndUsageComparisonsCommand")
14
- .sc(GetCostAndUsageComparisons$)
15
- .build() {
3
+ export class GetCostAndUsageComparisonsCommand extends command(_ep0, _mw0, "GetCostAndUsageComparisons", GetCostAndUsageComparisons$) {
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 { GetCostAndUsageWithResources$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetCostAndUsageWithResourcesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSInsightsIndexService", "GetCostAndUsageWithResources", {})
13
- .n("CostExplorerClient", "GetCostAndUsageWithResourcesCommand")
14
- .sc(GetCostAndUsageWithResources$)
15
- .build() {
3
+ export class GetCostAndUsageWithResourcesCommand extends command(_ep0, _mw0, "GetCostAndUsageWithResources", GetCostAndUsageWithResources$) {
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 { GetCostCategories$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetCostCategoriesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSInsightsIndexService", "GetCostCategories", {})
13
- .n("CostExplorerClient", "GetCostCategoriesCommand")
14
- .sc(GetCostCategories$)
15
- .build() {
3
+ export class GetCostCategoriesCommand extends command(_ep0, _mw0, "GetCostCategories", GetCostCategories$) {
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 { GetCostComparisonDrivers$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetCostComparisonDriversCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSInsightsIndexService", "GetCostComparisonDrivers", {})
13
- .n("CostExplorerClient", "GetCostComparisonDriversCommand")
14
- .sc(GetCostComparisonDrivers$)
15
- .build() {
3
+ export class GetCostComparisonDriversCommand extends command(_ep0, _mw0, "GetCostComparisonDrivers", GetCostComparisonDrivers$) {
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 { GetCostForecast$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetCostForecastCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSInsightsIndexService", "GetCostForecast", {})
13
- .n("CostExplorerClient", "GetCostForecastCommand")
14
- .sc(GetCostForecast$)
15
- .build() {
3
+ export class GetCostForecastCommand extends command(_ep0, _mw0, "GetCostForecast", GetCostForecast$) {
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 { GetDimensionValues$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetDimensionValuesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSInsightsIndexService", "GetDimensionValues", {})
13
- .n("CostExplorerClient", "GetDimensionValuesCommand")
14
- .sc(GetDimensionValues$)
15
- .build() {
3
+ export class GetDimensionValuesCommand extends command(_ep0, _mw0, "GetDimensionValues", GetDimensionValues$) {
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 { GetReservationCoverage$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetReservationCoverageCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSInsightsIndexService", "GetReservationCoverage", {})
13
- .n("CostExplorerClient", "GetReservationCoverageCommand")
14
- .sc(GetReservationCoverage$)
15
- .build() {
3
+ export class GetReservationCoverageCommand extends command(_ep0, _mw0, "GetReservationCoverage", GetReservationCoverage$) {
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 { GetReservationPurchaseRecommendation$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetReservationPurchaseRecommendationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSInsightsIndexService", "GetReservationPurchaseRecommendation", {})
13
- .n("CostExplorerClient", "GetReservationPurchaseRecommendationCommand")
14
- .sc(GetReservationPurchaseRecommendation$)
15
- .build() {
3
+ export class GetReservationPurchaseRecommendationCommand extends command(_ep0, _mw0, "GetReservationPurchaseRecommendation", GetReservationPurchaseRecommendation$) {
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 { GetReservationUtilization$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetReservationUtilizationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSInsightsIndexService", "GetReservationUtilization", {})
13
- .n("CostExplorerClient", "GetReservationUtilizationCommand")
14
- .sc(GetReservationUtilization$)
15
- .build() {
3
+ export class GetReservationUtilizationCommand extends command(_ep0, _mw0, "GetReservationUtilization", GetReservationUtilization$) {
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 { GetRightsizingRecommendation$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetRightsizingRecommendationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSInsightsIndexService", "GetRightsizingRecommendation", {})
13
- .n("CostExplorerClient", "GetRightsizingRecommendationCommand")
14
- .sc(GetRightsizingRecommendation$)
15
- .build() {
3
+ export class GetRightsizingRecommendationCommand extends command(_ep0, _mw0, "GetRightsizingRecommendation", GetRightsizingRecommendation$) {
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 { GetSavingsPlanPurchaseRecommendationDetails$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetSavingsPlanPurchaseRecommendationDetailsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSInsightsIndexService", "GetSavingsPlanPurchaseRecommendationDetails", {})
13
- .n("CostExplorerClient", "GetSavingsPlanPurchaseRecommendationDetailsCommand")
14
- .sc(GetSavingsPlanPurchaseRecommendationDetails$)
15
- .build() {
3
+ export class GetSavingsPlanPurchaseRecommendationDetailsCommand extends command(_ep0, _mw0, "GetSavingsPlanPurchaseRecommendationDetails", GetSavingsPlanPurchaseRecommendationDetails$) {
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 { GetSavingsPlansCoverage$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetSavingsPlansCoverageCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSInsightsIndexService", "GetSavingsPlansCoverage", {})
13
- .n("CostExplorerClient", "GetSavingsPlansCoverageCommand")
14
- .sc(GetSavingsPlansCoverage$)
15
- .build() {
3
+ export class GetSavingsPlansCoverageCommand extends command(_ep0, _mw0, "GetSavingsPlansCoverage", GetSavingsPlansCoverage$) {
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 { GetSavingsPlansPurchaseRecommendation$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetSavingsPlansPurchaseRecommendationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSInsightsIndexService", "GetSavingsPlansPurchaseRecommendation", {})
13
- .n("CostExplorerClient", "GetSavingsPlansPurchaseRecommendationCommand")
14
- .sc(GetSavingsPlansPurchaseRecommendation$)
15
- .build() {
3
+ export class GetSavingsPlansPurchaseRecommendationCommand extends command(_ep0, _mw0, "GetSavingsPlansPurchaseRecommendation", GetSavingsPlansPurchaseRecommendation$) {
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 { GetSavingsPlansUtilization$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetSavingsPlansUtilizationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSInsightsIndexService", "GetSavingsPlansUtilization", {})
13
- .n("CostExplorerClient", "GetSavingsPlansUtilizationCommand")
14
- .sc(GetSavingsPlansUtilization$)
15
- .build() {
3
+ export class GetSavingsPlansUtilizationCommand extends command(_ep0, _mw0, "GetSavingsPlansUtilization", GetSavingsPlansUtilization$) {
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 { GetSavingsPlansUtilizationDetails$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetSavingsPlansUtilizationDetailsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSInsightsIndexService", "GetSavingsPlansUtilizationDetails", {})
13
- .n("CostExplorerClient", "GetSavingsPlansUtilizationDetailsCommand")
14
- .sc(GetSavingsPlansUtilizationDetails$)
15
- .build() {
3
+ export class GetSavingsPlansUtilizationDetailsCommand extends command(_ep0, _mw0, "GetSavingsPlansUtilizationDetails", GetSavingsPlansUtilizationDetails$) {
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 { GetTags$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetTagsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSInsightsIndexService", "GetTags", {})
13
- .n("CostExplorerClient", "GetTagsCommand")
14
- .sc(GetTags$)
15
- .build() {
3
+ export class GetTagsCommand extends command(_ep0, _mw0, "GetTags", GetTags$) {
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 { GetUsageForecast$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetUsageForecastCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSInsightsIndexService", "GetUsageForecast", {})
13
- .n("CostExplorerClient", "GetUsageForecastCommand")
14
- .sc(GetUsageForecast$)
15
- .build() {
3
+ export class GetUsageForecastCommand extends command(_ep0, _mw0, "GetUsageForecast", GetUsageForecast$) {
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 { ListCommitmentPurchaseAnalyses$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListCommitmentPurchaseAnalysesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSInsightsIndexService", "ListCommitmentPurchaseAnalyses", {})
13
- .n("CostExplorerClient", "ListCommitmentPurchaseAnalysesCommand")
14
- .sc(ListCommitmentPurchaseAnalyses$)
15
- .build() {
3
+ export class ListCommitmentPurchaseAnalysesCommand extends command(_ep0, _mw0, "ListCommitmentPurchaseAnalyses", ListCommitmentPurchaseAnalyses$) {
16
4
  }