@aws-sdk/client-cost-explorer 3.1044.0 → 3.1046.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 (176) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +110 -111
  5. package/dist-cjs/models/CostExplorerServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/CostExplorer.js +1 -1
  10. package/dist-es/CostExplorerClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/CreateAnomalyMonitorCommand.js +2 -2
  13. package/dist-es/commands/CreateAnomalySubscriptionCommand.js +2 -2
  14. package/dist-es/commands/CreateCostCategoryDefinitionCommand.js +2 -2
  15. package/dist-es/commands/DeleteAnomalyMonitorCommand.js +2 -2
  16. package/dist-es/commands/DeleteAnomalySubscriptionCommand.js +2 -2
  17. package/dist-es/commands/DeleteCostCategoryDefinitionCommand.js +2 -2
  18. package/dist-es/commands/DescribeCostCategoryDefinitionCommand.js +2 -2
  19. package/dist-es/commands/GetAnomaliesCommand.js +2 -2
  20. package/dist-es/commands/GetAnomalyMonitorsCommand.js +2 -2
  21. package/dist-es/commands/GetAnomalySubscriptionsCommand.js +2 -2
  22. package/dist-es/commands/GetApproximateUsageRecordsCommand.js +2 -2
  23. package/dist-es/commands/GetCommitmentPurchaseAnalysisCommand.js +2 -2
  24. package/dist-es/commands/GetCostAndUsageCommand.js +2 -2
  25. package/dist-es/commands/GetCostAndUsageComparisonsCommand.js +2 -2
  26. package/dist-es/commands/GetCostAndUsageWithResourcesCommand.js +2 -2
  27. package/dist-es/commands/GetCostCategoriesCommand.js +2 -2
  28. package/dist-es/commands/GetCostComparisonDriversCommand.js +2 -2
  29. package/dist-es/commands/GetCostForecastCommand.js +2 -2
  30. package/dist-es/commands/GetDimensionValuesCommand.js +2 -2
  31. package/dist-es/commands/GetReservationCoverageCommand.js +2 -2
  32. package/dist-es/commands/GetReservationPurchaseRecommendationCommand.js +2 -2
  33. package/dist-es/commands/GetReservationUtilizationCommand.js +2 -2
  34. package/dist-es/commands/GetRightsizingRecommendationCommand.js +2 -2
  35. package/dist-es/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.js +2 -2
  36. package/dist-es/commands/GetSavingsPlansCoverageCommand.js +2 -2
  37. package/dist-es/commands/GetSavingsPlansPurchaseRecommendationCommand.js +2 -2
  38. package/dist-es/commands/GetSavingsPlansUtilizationCommand.js +2 -2
  39. package/dist-es/commands/GetSavingsPlansUtilizationDetailsCommand.js +2 -2
  40. package/dist-es/commands/GetTagsCommand.js +2 -2
  41. package/dist-es/commands/GetUsageForecastCommand.js +2 -2
  42. package/dist-es/commands/ListCommitmentPurchaseAnalysesCommand.js +2 -2
  43. package/dist-es/commands/ListCostAllocationTagBackfillHistoryCommand.js +2 -2
  44. package/dist-es/commands/ListCostAllocationTagsCommand.js +2 -2
  45. package/dist-es/commands/ListCostCategoryDefinitionsCommand.js +2 -2
  46. package/dist-es/commands/ListCostCategoryResourceAssociationsCommand.js +2 -2
  47. package/dist-es/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.js +2 -2
  48. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  49. package/dist-es/commands/ProvideAnomalyFeedbackCommand.js +2 -2
  50. package/dist-es/commands/StartCommitmentPurchaseAnalysisCommand.js +2 -2
  51. package/dist-es/commands/StartCostAllocationTagBackfillCommand.js +2 -2
  52. package/dist-es/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.js +2 -2
  53. package/dist-es/commands/TagResourceCommand.js +2 -2
  54. package/dist-es/commands/UntagResourceCommand.js +2 -2
  55. package/dist-es/commands/UpdateAnomalyMonitorCommand.js +2 -2
  56. package/dist-es/commands/UpdateAnomalySubscriptionCommand.js +2 -2
  57. package/dist-es/commands/UpdateCostAllocationTagsStatusCommand.js +2 -2
  58. package/dist-es/commands/UpdateCostCategoryDefinitionCommand.js +2 -2
  59. package/dist-es/endpoint/bdd.js +1 -1
  60. package/dist-es/endpoint/endpointResolver.js +1 -1
  61. package/dist-es/models/CostExplorerServiceException.js +1 -1
  62. package/dist-es/runtimeConfig.browser.js +4 -6
  63. package/dist-es/runtimeConfig.js +4 -8
  64. package/dist-es/runtimeConfig.shared.js +3 -4
  65. package/dist-es/runtimeExtensions.js +2 -2
  66. package/dist-types/CostExplorerClient.d.ts +5 -5
  67. package/dist-types/commands/CreateAnomalyMonitorCommand.d.ts +6 -4
  68. package/dist-types/commands/CreateAnomalySubscriptionCommand.d.ts +6 -4
  69. package/dist-types/commands/CreateCostCategoryDefinitionCommand.d.ts +6 -4
  70. package/dist-types/commands/DeleteAnomalyMonitorCommand.d.ts +6 -4
  71. package/dist-types/commands/DeleteAnomalySubscriptionCommand.d.ts +6 -4
  72. package/dist-types/commands/DeleteCostCategoryDefinitionCommand.d.ts +6 -4
  73. package/dist-types/commands/DescribeCostCategoryDefinitionCommand.d.ts +6 -4
  74. package/dist-types/commands/GetAnomaliesCommand.d.ts +6 -4
  75. package/dist-types/commands/GetAnomalyMonitorsCommand.d.ts +6 -4
  76. package/dist-types/commands/GetAnomalySubscriptionsCommand.d.ts +6 -4
  77. package/dist-types/commands/GetApproximateUsageRecordsCommand.d.ts +6 -4
  78. package/dist-types/commands/GetCommitmentPurchaseAnalysisCommand.d.ts +6 -4
  79. package/dist-types/commands/GetCostAndUsageCommand.d.ts +6 -4
  80. package/dist-types/commands/GetCostAndUsageComparisonsCommand.d.ts +6 -4
  81. package/dist-types/commands/GetCostAndUsageWithResourcesCommand.d.ts +6 -4
  82. package/dist-types/commands/GetCostCategoriesCommand.d.ts +6 -4
  83. package/dist-types/commands/GetCostComparisonDriversCommand.d.ts +6 -4
  84. package/dist-types/commands/GetCostForecastCommand.d.ts +6 -4
  85. package/dist-types/commands/GetDimensionValuesCommand.d.ts +6 -4
  86. package/dist-types/commands/GetReservationCoverageCommand.d.ts +6 -4
  87. package/dist-types/commands/GetReservationPurchaseRecommendationCommand.d.ts +6 -4
  88. package/dist-types/commands/GetReservationUtilizationCommand.d.ts +6 -4
  89. package/dist-types/commands/GetRightsizingRecommendationCommand.d.ts +6 -4
  90. package/dist-types/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.d.ts +6 -4
  91. package/dist-types/commands/GetSavingsPlansCoverageCommand.d.ts +6 -4
  92. package/dist-types/commands/GetSavingsPlansPurchaseRecommendationCommand.d.ts +6 -4
  93. package/dist-types/commands/GetSavingsPlansUtilizationCommand.d.ts +6 -4
  94. package/dist-types/commands/GetSavingsPlansUtilizationDetailsCommand.d.ts +6 -4
  95. package/dist-types/commands/GetTagsCommand.d.ts +6 -4
  96. package/dist-types/commands/GetUsageForecastCommand.d.ts +6 -4
  97. package/dist-types/commands/ListCommitmentPurchaseAnalysesCommand.d.ts +6 -4
  98. package/dist-types/commands/ListCostAllocationTagBackfillHistoryCommand.d.ts +6 -4
  99. package/dist-types/commands/ListCostAllocationTagsCommand.d.ts +6 -4
  100. package/dist-types/commands/ListCostCategoryDefinitionsCommand.d.ts +6 -4
  101. package/dist-types/commands/ListCostCategoryResourceAssociationsCommand.d.ts +6 -4
  102. package/dist-types/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +6 -4
  103. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  104. package/dist-types/commands/ProvideAnomalyFeedbackCommand.d.ts +6 -4
  105. package/dist-types/commands/StartCommitmentPurchaseAnalysisCommand.d.ts +6 -4
  106. package/dist-types/commands/StartCostAllocationTagBackfillCommand.d.ts +6 -4
  107. package/dist-types/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +6 -4
  108. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  109. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  110. package/dist-types/commands/UpdateAnomalyMonitorCommand.d.ts +6 -4
  111. package/dist-types/commands/UpdateAnomalySubscriptionCommand.d.ts +6 -4
  112. package/dist-types/commands/UpdateCostAllocationTagsStatusCommand.d.ts +6 -4
  113. package/dist-types/commands/UpdateCostCategoryDefinitionCommand.d.ts +6 -4
  114. package/dist-types/endpoint/bdd.d.ts +1 -1
  115. package/dist-types/extensionConfiguration.d.ts +1 -1
  116. package/dist-types/models/CostExplorerServiceException.d.ts +1 -1
  117. package/dist-types/models/errors.d.ts +1 -1
  118. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  119. package/dist-types/runtimeConfig.d.ts +2 -2
  120. package/dist-types/runtimeConfig.native.d.ts +2 -2
  121. package/dist-types/ts3.4/CostExplorerClient.d.ts +8 -14
  122. package/dist-types/ts3.4/commands/CreateAnomalyMonitorCommand.d.ts +6 -4
  123. package/dist-types/ts3.4/commands/CreateAnomalySubscriptionCommand.d.ts +6 -4
  124. package/dist-types/ts3.4/commands/CreateCostCategoryDefinitionCommand.d.ts +6 -4
  125. package/dist-types/ts3.4/commands/DeleteAnomalyMonitorCommand.d.ts +6 -4
  126. package/dist-types/ts3.4/commands/DeleteAnomalySubscriptionCommand.d.ts +6 -4
  127. package/dist-types/ts3.4/commands/DeleteCostCategoryDefinitionCommand.d.ts +6 -4
  128. package/dist-types/ts3.4/commands/DescribeCostCategoryDefinitionCommand.d.ts +6 -4
  129. package/dist-types/ts3.4/commands/GetAnomaliesCommand.d.ts +6 -4
  130. package/dist-types/ts3.4/commands/GetAnomalyMonitorsCommand.d.ts +6 -4
  131. package/dist-types/ts3.4/commands/GetAnomalySubscriptionsCommand.d.ts +6 -4
  132. package/dist-types/ts3.4/commands/GetApproximateUsageRecordsCommand.d.ts +6 -4
  133. package/dist-types/ts3.4/commands/GetCommitmentPurchaseAnalysisCommand.d.ts +6 -4
  134. package/dist-types/ts3.4/commands/GetCostAndUsageCommand.d.ts +6 -4
  135. package/dist-types/ts3.4/commands/GetCostAndUsageComparisonsCommand.d.ts +6 -4
  136. package/dist-types/ts3.4/commands/GetCostAndUsageWithResourcesCommand.d.ts +6 -4
  137. package/dist-types/ts3.4/commands/GetCostCategoriesCommand.d.ts +6 -4
  138. package/dist-types/ts3.4/commands/GetCostComparisonDriversCommand.d.ts +6 -4
  139. package/dist-types/ts3.4/commands/GetCostForecastCommand.d.ts +6 -4
  140. package/dist-types/ts3.4/commands/GetDimensionValuesCommand.d.ts +6 -4
  141. package/dist-types/ts3.4/commands/GetReservationCoverageCommand.d.ts +6 -4
  142. package/dist-types/ts3.4/commands/GetReservationPurchaseRecommendationCommand.d.ts +6 -4
  143. package/dist-types/ts3.4/commands/GetReservationUtilizationCommand.d.ts +6 -4
  144. package/dist-types/ts3.4/commands/GetRightsizingRecommendationCommand.d.ts +6 -4
  145. package/dist-types/ts3.4/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.d.ts +6 -4
  146. package/dist-types/ts3.4/commands/GetSavingsPlansCoverageCommand.d.ts +6 -4
  147. package/dist-types/ts3.4/commands/GetSavingsPlansPurchaseRecommendationCommand.d.ts +6 -4
  148. package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationCommand.d.ts +6 -4
  149. package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationDetailsCommand.d.ts +6 -4
  150. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +6 -4
  151. package/dist-types/ts3.4/commands/GetUsageForecastCommand.d.ts +6 -4
  152. package/dist-types/ts3.4/commands/ListCommitmentPurchaseAnalysesCommand.d.ts +6 -4
  153. package/dist-types/ts3.4/commands/ListCostAllocationTagBackfillHistoryCommand.d.ts +6 -4
  154. package/dist-types/ts3.4/commands/ListCostAllocationTagsCommand.d.ts +6 -4
  155. package/dist-types/ts3.4/commands/ListCostCategoryDefinitionsCommand.d.ts +6 -4
  156. package/dist-types/ts3.4/commands/ListCostCategoryResourceAssociationsCommand.d.ts +6 -4
  157. package/dist-types/ts3.4/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +6 -4
  158. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  159. package/dist-types/ts3.4/commands/ProvideAnomalyFeedbackCommand.d.ts +6 -4
  160. package/dist-types/ts3.4/commands/StartCommitmentPurchaseAnalysisCommand.d.ts +6 -4
  161. package/dist-types/ts3.4/commands/StartCostAllocationTagBackfillCommand.d.ts +6 -4
  162. package/dist-types/ts3.4/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +6 -4
  163. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  164. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  165. package/dist-types/ts3.4/commands/UpdateAnomalyMonitorCommand.d.ts +6 -4
  166. package/dist-types/ts3.4/commands/UpdateAnomalySubscriptionCommand.d.ts +6 -4
  167. package/dist-types/ts3.4/commands/UpdateCostAllocationTagsStatusCommand.d.ts +6 -4
  168. package/dist-types/ts3.4/commands/UpdateCostCategoryDefinitionCommand.d.ts +6 -4
  169. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  170. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  171. package/dist-types/ts3.4/models/CostExplorerServiceException.d.ts +1 -1
  172. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  173. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  174. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  175. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  176. package/package.json +13 -34
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
4
  import type { GetDimensionValuesRequest, GetDimensionValuesResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetDimensionValuesCommandInput extends GetDimensionValuesReques
22
22
  export interface GetDimensionValuesCommandOutput extends GetDimensionValuesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetDimensionValuesCommand_base: {
25
- new (input: GetDimensionValuesCommandInput): import("@smithy/smithy-client").CommandImpl<GetDimensionValuesCommandInput, GetDimensionValuesCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetDimensionValuesCommandInput): import("@smithy/smithy-client").CommandImpl<GetDimensionValuesCommandInput, GetDimensionValuesCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetDimensionValuesCommandInput): import("@smithy/core/client").CommandImpl<GetDimensionValuesCommandInput, GetDimensionValuesCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetDimensionValuesCommandInput): import("@smithy/core/client").CommandImpl<GetDimensionValuesCommandInput, GetDimensionValuesCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves all available filter values for a specified filter over a period of time. You
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
4
  import type { GetReservationCoverageRequest, GetReservationCoverageResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetReservationCoverageCommandInput extends GetReservationCovera
22
22
  export interface GetReservationCoverageCommandOutput extends GetReservationCoverageResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetReservationCoverageCommand_base: {
25
- new (input: GetReservationCoverageCommandInput): import("@smithy/smithy-client").CommandImpl<GetReservationCoverageCommandInput, GetReservationCoverageCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetReservationCoverageCommandInput): import("@smithy/smithy-client").CommandImpl<GetReservationCoverageCommandInput, GetReservationCoverageCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetReservationCoverageCommandInput): import("@smithy/core/client").CommandImpl<GetReservationCoverageCommandInput, GetReservationCoverageCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetReservationCoverageCommandInput): import("@smithy/core/client").CommandImpl<GetReservationCoverageCommandInput, GetReservationCoverageCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves the reservation coverage for your account, which you can use to see how much
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
4
  import type { GetReservationPurchaseRecommendationRequest, GetReservationPurchaseRecommendationResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetReservationPurchaseRecommendationCommandInput extends GetRes
22
22
  export interface GetReservationPurchaseRecommendationCommandOutput extends GetReservationPurchaseRecommendationResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetReservationPurchaseRecommendationCommand_base: {
25
- new (input: GetReservationPurchaseRecommendationCommandInput): import("@smithy/smithy-client").CommandImpl<GetReservationPurchaseRecommendationCommandInput, GetReservationPurchaseRecommendationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetReservationPurchaseRecommendationCommandInput): import("@smithy/smithy-client").CommandImpl<GetReservationPurchaseRecommendationCommandInput, GetReservationPurchaseRecommendationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetReservationPurchaseRecommendationCommandInput): import("@smithy/core/client").CommandImpl<GetReservationPurchaseRecommendationCommandInput, GetReservationPurchaseRecommendationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetReservationPurchaseRecommendationCommandInput): import("@smithy/core/client").CommandImpl<GetReservationPurchaseRecommendationCommandInput, GetReservationPurchaseRecommendationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets recommendations for reservation purchases. These recommendations might help you to
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
4
  import type { GetReservationUtilizationRequest, GetReservationUtilizationResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetReservationUtilizationCommandInput extends GetReservationUti
22
22
  export interface GetReservationUtilizationCommandOutput extends GetReservationUtilizationResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetReservationUtilizationCommand_base: {
25
- new (input: GetReservationUtilizationCommandInput): import("@smithy/smithy-client").CommandImpl<GetReservationUtilizationCommandInput, GetReservationUtilizationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetReservationUtilizationCommandInput): import("@smithy/smithy-client").CommandImpl<GetReservationUtilizationCommandInput, GetReservationUtilizationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetReservationUtilizationCommandInput): import("@smithy/core/client").CommandImpl<GetReservationUtilizationCommandInput, GetReservationUtilizationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetReservationUtilizationCommandInput): import("@smithy/core/client").CommandImpl<GetReservationUtilizationCommandInput, GetReservationUtilizationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves the reservation utilization for your account. Management account in an
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
4
  import type { GetRightsizingRecommendationRequest, GetRightsizingRecommendationResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetRightsizingRecommendationCommandInput extends GetRightsizing
22
22
  export interface GetRightsizingRecommendationCommandOutput extends GetRightsizingRecommendationResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetRightsizingRecommendationCommand_base: {
25
- new (input: GetRightsizingRecommendationCommandInput): import("@smithy/smithy-client").CommandImpl<GetRightsizingRecommendationCommandInput, GetRightsizingRecommendationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetRightsizingRecommendationCommandInput): import("@smithy/smithy-client").CommandImpl<GetRightsizingRecommendationCommandInput, GetRightsizingRecommendationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetRightsizingRecommendationCommandInput): import("@smithy/core/client").CommandImpl<GetRightsizingRecommendationCommandInput, GetRightsizingRecommendationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetRightsizingRecommendationCommandInput): import("@smithy/core/client").CommandImpl<GetRightsizingRecommendationCommandInput, GetRightsizingRecommendationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates recommendations that help you save cost by identifying idle and underutilized
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
4
  import type { GetSavingsPlanPurchaseRecommendationDetailsRequest, GetSavingsPlanPurchaseRecommendationDetailsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetSavingsPlanPurchaseRecommendationDetailsCommandInput extends
22
22
  export interface GetSavingsPlanPurchaseRecommendationDetailsCommandOutput extends GetSavingsPlanPurchaseRecommendationDetailsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetSavingsPlanPurchaseRecommendationDetailsCommand_base: {
25
- new (input: GetSavingsPlanPurchaseRecommendationDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<GetSavingsPlanPurchaseRecommendationDetailsCommandInput, GetSavingsPlanPurchaseRecommendationDetailsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetSavingsPlanPurchaseRecommendationDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<GetSavingsPlanPurchaseRecommendationDetailsCommandInput, GetSavingsPlanPurchaseRecommendationDetailsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetSavingsPlanPurchaseRecommendationDetailsCommandInput): import("@smithy/core/client").CommandImpl<GetSavingsPlanPurchaseRecommendationDetailsCommandInput, GetSavingsPlanPurchaseRecommendationDetailsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetSavingsPlanPurchaseRecommendationDetailsCommandInput): import("@smithy/core/client").CommandImpl<GetSavingsPlanPurchaseRecommendationDetailsCommandInput, GetSavingsPlanPurchaseRecommendationDetailsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves the details for a Savings Plan recommendation. These details include the hourly
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
4
  import type { GetSavingsPlansCoverageRequest, GetSavingsPlansCoverageResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetSavingsPlansCoverageCommandInput extends GetSavingsPlansCove
22
22
  export interface GetSavingsPlansCoverageCommandOutput extends GetSavingsPlansCoverageResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetSavingsPlansCoverageCommand_base: {
25
- new (input: GetSavingsPlansCoverageCommandInput): import("@smithy/smithy-client").CommandImpl<GetSavingsPlansCoverageCommandInput, GetSavingsPlansCoverageCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetSavingsPlansCoverageCommandInput): import("@smithy/smithy-client").CommandImpl<GetSavingsPlansCoverageCommandInput, GetSavingsPlansCoverageCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetSavingsPlansCoverageCommandInput): import("@smithy/core/client").CommandImpl<GetSavingsPlansCoverageCommandInput, GetSavingsPlansCoverageCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetSavingsPlansCoverageCommandInput): import("@smithy/core/client").CommandImpl<GetSavingsPlansCoverageCommandInput, GetSavingsPlansCoverageCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves the Savings Plans covered for your account. This enables you to see how much of
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
4
  import type { GetSavingsPlansPurchaseRecommendationRequest, GetSavingsPlansPurchaseRecommendationResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetSavingsPlansPurchaseRecommendationCommandInput extends GetSa
22
22
  export interface GetSavingsPlansPurchaseRecommendationCommandOutput extends GetSavingsPlansPurchaseRecommendationResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetSavingsPlansPurchaseRecommendationCommand_base: {
25
- new (input: GetSavingsPlansPurchaseRecommendationCommandInput): import("@smithy/smithy-client").CommandImpl<GetSavingsPlansPurchaseRecommendationCommandInput, GetSavingsPlansPurchaseRecommendationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetSavingsPlansPurchaseRecommendationCommandInput): import("@smithy/smithy-client").CommandImpl<GetSavingsPlansPurchaseRecommendationCommandInput, GetSavingsPlansPurchaseRecommendationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetSavingsPlansPurchaseRecommendationCommandInput): import("@smithy/core/client").CommandImpl<GetSavingsPlansPurchaseRecommendationCommandInput, GetSavingsPlansPurchaseRecommendationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetSavingsPlansPurchaseRecommendationCommandInput): import("@smithy/core/client").CommandImpl<GetSavingsPlansPurchaseRecommendationCommandInput, GetSavingsPlansPurchaseRecommendationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves the Savings Plans recommendations for your account. First use
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
4
  import type { GetSavingsPlansUtilizationRequest, GetSavingsPlansUtilizationResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetSavingsPlansUtilizationCommandInput extends GetSavingsPlansU
22
22
  export interface GetSavingsPlansUtilizationCommandOutput extends GetSavingsPlansUtilizationResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetSavingsPlansUtilizationCommand_base: {
25
- new (input: GetSavingsPlansUtilizationCommandInput): import("@smithy/smithy-client").CommandImpl<GetSavingsPlansUtilizationCommandInput, GetSavingsPlansUtilizationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetSavingsPlansUtilizationCommandInput): import("@smithy/smithy-client").CommandImpl<GetSavingsPlansUtilizationCommandInput, GetSavingsPlansUtilizationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetSavingsPlansUtilizationCommandInput): import("@smithy/core/client").CommandImpl<GetSavingsPlansUtilizationCommandInput, GetSavingsPlansUtilizationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetSavingsPlansUtilizationCommandInput): import("@smithy/core/client").CommandImpl<GetSavingsPlansUtilizationCommandInput, GetSavingsPlansUtilizationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves the Savings Plans utilization for your account across date ranges with daily or
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
4
  import type { GetSavingsPlansUtilizationDetailsRequest, GetSavingsPlansUtilizationDetailsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetSavingsPlansUtilizationDetailsCommandInput extends GetSaving
22
22
  export interface GetSavingsPlansUtilizationDetailsCommandOutput extends GetSavingsPlansUtilizationDetailsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetSavingsPlansUtilizationDetailsCommand_base: {
25
- new (input: GetSavingsPlansUtilizationDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<GetSavingsPlansUtilizationDetailsCommandInput, GetSavingsPlansUtilizationDetailsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetSavingsPlansUtilizationDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<GetSavingsPlansUtilizationDetailsCommandInput, GetSavingsPlansUtilizationDetailsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetSavingsPlansUtilizationDetailsCommandInput): import("@smithy/core/client").CommandImpl<GetSavingsPlansUtilizationDetailsCommandInput, GetSavingsPlansUtilizationDetailsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetSavingsPlansUtilizationDetailsCommandInput): import("@smithy/core/client").CommandImpl<GetSavingsPlansUtilizationDetailsCommandInput, GetSavingsPlansUtilizationDetailsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves attribute data along with aggregate utilization and savings data for a given
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
4
  import type { GetTagsRequest, GetTagsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetTagsCommandInput extends GetTagsRequest {
22
22
  export interface GetTagsCommandOutput extends GetTagsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetTagsCommand_base: {
25
- new (input: GetTagsCommandInput): import("@smithy/smithy-client").CommandImpl<GetTagsCommandInput, GetTagsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTagsCommandInput): import("@smithy/smithy-client").CommandImpl<GetTagsCommandInput, GetTagsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetTagsCommandInput): import("@smithy/core/client").CommandImpl<GetTagsCommandInput, GetTagsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetTagsCommandInput): import("@smithy/core/client").CommandImpl<GetTagsCommandInput, GetTagsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Queries for available tag keys and tag values for a specified period. You can search
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
4
  import type { GetUsageForecastRequest, GetUsageForecastResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetUsageForecastCommandInput extends GetUsageForecastRequest {
22
22
  export interface GetUsageForecastCommandOutput extends GetUsageForecastResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetUsageForecastCommand_base: {
25
- new (input: GetUsageForecastCommandInput): import("@smithy/smithy-client").CommandImpl<GetUsageForecastCommandInput, GetUsageForecastCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetUsageForecastCommandInput): import("@smithy/smithy-client").CommandImpl<GetUsageForecastCommandInput, GetUsageForecastCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetUsageForecastCommandInput): import("@smithy/core/client").CommandImpl<GetUsageForecastCommandInput, GetUsageForecastCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetUsageForecastCommandInput): import("@smithy/core/client").CommandImpl<GetUsageForecastCommandInput, GetUsageForecastCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves a forecast for how much Amazon Web Services predicts that you will use
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
4
  import type { ListCommitmentPurchaseAnalysesRequest, ListCommitmentPurchaseAnalysesResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListCommitmentPurchaseAnalysesCommandInput extends ListCommitme
22
22
  export interface ListCommitmentPurchaseAnalysesCommandOutput extends ListCommitmentPurchaseAnalysesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListCommitmentPurchaseAnalysesCommand_base: {
25
- new (input: ListCommitmentPurchaseAnalysesCommandInput): import("@smithy/smithy-client").CommandImpl<ListCommitmentPurchaseAnalysesCommandInput, ListCommitmentPurchaseAnalysesCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListCommitmentPurchaseAnalysesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListCommitmentPurchaseAnalysesCommandInput, ListCommitmentPurchaseAnalysesCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListCommitmentPurchaseAnalysesCommandInput): import("@smithy/core/client").CommandImpl<ListCommitmentPurchaseAnalysesCommandInput, ListCommitmentPurchaseAnalysesCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListCommitmentPurchaseAnalysesCommandInput]): import("@smithy/core/client").CommandImpl<ListCommitmentPurchaseAnalysesCommandInput, ListCommitmentPurchaseAnalysesCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists the commitment purchase analyses for your account.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
4
  import type { ListCostAllocationTagBackfillHistoryRequest, ListCostAllocationTagBackfillHistoryResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListCostAllocationTagBackfillHistoryCommandInput extends ListCo
22
22
  export interface ListCostAllocationTagBackfillHistoryCommandOutput extends ListCostAllocationTagBackfillHistoryResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListCostAllocationTagBackfillHistoryCommand_base: {
25
- new (input: ListCostAllocationTagBackfillHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<ListCostAllocationTagBackfillHistoryCommandInput, ListCostAllocationTagBackfillHistoryCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListCostAllocationTagBackfillHistoryCommandInput]): import("@smithy/smithy-client").CommandImpl<ListCostAllocationTagBackfillHistoryCommandInput, ListCostAllocationTagBackfillHistoryCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListCostAllocationTagBackfillHistoryCommandInput): import("@smithy/core/client").CommandImpl<ListCostAllocationTagBackfillHistoryCommandInput, ListCostAllocationTagBackfillHistoryCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListCostAllocationTagBackfillHistoryCommandInput]): import("@smithy/core/client").CommandImpl<ListCostAllocationTagBackfillHistoryCommandInput, ListCostAllocationTagBackfillHistoryCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
4
  import type { ListCostAllocationTagsRequest, ListCostAllocationTagsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListCostAllocationTagsCommandInput extends ListCostAllocationTa
22
22
  export interface ListCostAllocationTagsCommandOutput extends ListCostAllocationTagsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListCostAllocationTagsCommand_base: {
25
- new (input: ListCostAllocationTagsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCostAllocationTagsCommandInput, ListCostAllocationTagsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListCostAllocationTagsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListCostAllocationTagsCommandInput, ListCostAllocationTagsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListCostAllocationTagsCommandInput): import("@smithy/core/client").CommandImpl<ListCostAllocationTagsCommandInput, ListCostAllocationTagsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListCostAllocationTagsCommandInput]): import("@smithy/core/client").CommandImpl<ListCostAllocationTagsCommandInput, ListCostAllocationTagsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Get a list of cost allocation tags. All inputs in the API are optional and serve as
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
4
  import type { ListCostCategoryDefinitionsRequest, ListCostCategoryDefinitionsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListCostCategoryDefinitionsCommandInput extends ListCostCategor
22
22
  export interface ListCostCategoryDefinitionsCommandOutput extends ListCostCategoryDefinitionsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListCostCategoryDefinitionsCommand_base: {
25
- new (input: ListCostCategoryDefinitionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCostCategoryDefinitionsCommandInput, ListCostCategoryDefinitionsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListCostCategoryDefinitionsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListCostCategoryDefinitionsCommandInput, ListCostCategoryDefinitionsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListCostCategoryDefinitionsCommandInput): import("@smithy/core/client").CommandImpl<ListCostCategoryDefinitionsCommandInput, ListCostCategoryDefinitionsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListCostCategoryDefinitionsCommandInput]): import("@smithy/core/client").CommandImpl<ListCostCategoryDefinitionsCommandInput, ListCostCategoryDefinitionsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the name, Amazon Resource Name (ARN), <code>NumberOfRules</code> and effective
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
4
  import type { ListCostCategoryResourceAssociationsRequest, ListCostCategoryResourceAssociationsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListCostCategoryResourceAssociationsCommandInput extends ListCo
22
22
  export interface ListCostCategoryResourceAssociationsCommandOutput extends ListCostCategoryResourceAssociationsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListCostCategoryResourceAssociationsCommand_base: {
25
- new (input: ListCostCategoryResourceAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCostCategoryResourceAssociationsCommandInput, ListCostCategoryResourceAssociationsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListCostCategoryResourceAssociationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListCostCategoryResourceAssociationsCommandInput, ListCostCategoryResourceAssociationsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListCostCategoryResourceAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListCostCategoryResourceAssociationsCommandInput, ListCostCategoryResourceAssociationsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListCostCategoryResourceAssociationsCommandInput]): import("@smithy/core/client").CommandImpl<ListCostCategoryResourceAssociationsCommandInput, ListCostCategoryResourceAssociationsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns resource associations of all cost categories defined in the account. You have the option to use <code>CostCategoryArn</code> to get the association for a specific cost category. <code>ListCostCategoryResourceAssociations</code> supports pagination. The request can have a <code>MaxResults</code> range up to 100.
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
4
  import type { ListSavingsPlansPurchaseRecommendationGenerationRequest, ListSavingsPlansPurchaseRecommendationGenerationResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListSavingsPlansPurchaseRecommendationGenerationCommandInput ex
22
22
  export interface ListSavingsPlansPurchaseRecommendationGenerationCommandOutput extends ListSavingsPlansPurchaseRecommendationGenerationResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListSavingsPlansPurchaseRecommendationGenerationCommand_base: {
25
- new (input: ListSavingsPlansPurchaseRecommendationGenerationCommandInput): import("@smithy/smithy-client").CommandImpl<ListSavingsPlansPurchaseRecommendationGenerationCommandInput, ListSavingsPlansPurchaseRecommendationGenerationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListSavingsPlansPurchaseRecommendationGenerationCommandInput]): import("@smithy/smithy-client").CommandImpl<ListSavingsPlansPurchaseRecommendationGenerationCommandInput, ListSavingsPlansPurchaseRecommendationGenerationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListSavingsPlansPurchaseRecommendationGenerationCommandInput): import("@smithy/core/client").CommandImpl<ListSavingsPlansPurchaseRecommendationGenerationCommandInput, ListSavingsPlansPurchaseRecommendationGenerationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListSavingsPlansPurchaseRecommendationGenerationCommandInput]): import("@smithy/core/client").CommandImpl<ListSavingsPlansPurchaseRecommendationGenerationCommandInput, ListSavingsPlansPurchaseRecommendationGenerationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves a list of your historical recommendation generations within the past 30
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
4
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
22
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of resource tags associated with the resource specified by the Amazon
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
4
  import type { ProvideAnomalyFeedbackRequest, ProvideAnomalyFeedbackResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ProvideAnomalyFeedbackCommandInput extends ProvideAnomalyFeedba
22
22
  export interface ProvideAnomalyFeedbackCommandOutput extends ProvideAnomalyFeedbackResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ProvideAnomalyFeedbackCommand_base: {
25
- new (input: ProvideAnomalyFeedbackCommandInput): import("@smithy/smithy-client").CommandImpl<ProvideAnomalyFeedbackCommandInput, ProvideAnomalyFeedbackCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ProvideAnomalyFeedbackCommandInput): import("@smithy/smithy-client").CommandImpl<ProvideAnomalyFeedbackCommandInput, ProvideAnomalyFeedbackCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ProvideAnomalyFeedbackCommandInput): import("@smithy/core/client").CommandImpl<ProvideAnomalyFeedbackCommandInput, ProvideAnomalyFeedbackCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ProvideAnomalyFeedbackCommandInput): import("@smithy/core/client").CommandImpl<ProvideAnomalyFeedbackCommandInput, ProvideAnomalyFeedbackCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Modifies the feedback property of a given cost anomaly. </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
4
  import type { StartCommitmentPurchaseAnalysisRequest, StartCommitmentPurchaseAnalysisResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface StartCommitmentPurchaseAnalysisCommandInput extends StartCommit
22
22
  export interface StartCommitmentPurchaseAnalysisCommandOutput extends StartCommitmentPurchaseAnalysisResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StartCommitmentPurchaseAnalysisCommand_base: {
25
- new (input: StartCommitmentPurchaseAnalysisCommandInput): import("@smithy/smithy-client").CommandImpl<StartCommitmentPurchaseAnalysisCommandInput, StartCommitmentPurchaseAnalysisCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartCommitmentPurchaseAnalysisCommandInput): import("@smithy/smithy-client").CommandImpl<StartCommitmentPurchaseAnalysisCommandInput, StartCommitmentPurchaseAnalysisCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartCommitmentPurchaseAnalysisCommandInput): import("@smithy/core/client").CommandImpl<StartCommitmentPurchaseAnalysisCommandInput, StartCommitmentPurchaseAnalysisCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartCommitmentPurchaseAnalysisCommandInput): import("@smithy/core/client").CommandImpl<StartCommitmentPurchaseAnalysisCommandInput, StartCommitmentPurchaseAnalysisCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Specifies the parameters of a planned commitment purchase and starts the generation of the
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
4
  import type { StartCostAllocationTagBackfillRequest, StartCostAllocationTagBackfillResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface StartCostAllocationTagBackfillCommandInput extends StartCostAll
22
22
  export interface StartCostAllocationTagBackfillCommandOutput extends StartCostAllocationTagBackfillResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StartCostAllocationTagBackfillCommand_base: {
25
- new (input: StartCostAllocationTagBackfillCommandInput): import("@smithy/smithy-client").CommandImpl<StartCostAllocationTagBackfillCommandInput, StartCostAllocationTagBackfillCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartCostAllocationTagBackfillCommandInput): import("@smithy/smithy-client").CommandImpl<StartCostAllocationTagBackfillCommandInput, StartCostAllocationTagBackfillCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartCostAllocationTagBackfillCommandInput): import("@smithy/core/client").CommandImpl<StartCostAllocationTagBackfillCommandInput, StartCostAllocationTagBackfillCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartCostAllocationTagBackfillCommandInput): import("@smithy/core/client").CommandImpl<StartCostAllocationTagBackfillCommandInput, StartCostAllocationTagBackfillCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
4
  import type { StartSavingsPlansPurchaseRecommendationGenerationRequest, StartSavingsPlansPurchaseRecommendationGenerationResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface StartSavingsPlansPurchaseRecommendationGenerationCommandInput e
22
22
  export interface StartSavingsPlansPurchaseRecommendationGenerationCommandOutput extends StartSavingsPlansPurchaseRecommendationGenerationResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StartSavingsPlansPurchaseRecommendationGenerationCommand_base: {
25
- new (input: StartSavingsPlansPurchaseRecommendationGenerationCommandInput): import("@smithy/smithy-client").CommandImpl<StartSavingsPlansPurchaseRecommendationGenerationCommandInput, StartSavingsPlansPurchaseRecommendationGenerationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [StartSavingsPlansPurchaseRecommendationGenerationCommandInput]): import("@smithy/smithy-client").CommandImpl<StartSavingsPlansPurchaseRecommendationGenerationCommandInput, StartSavingsPlansPurchaseRecommendationGenerationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartSavingsPlansPurchaseRecommendationGenerationCommandInput): import("@smithy/core/client").CommandImpl<StartSavingsPlansPurchaseRecommendationGenerationCommandInput, StartSavingsPlansPurchaseRecommendationGenerationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [StartSavingsPlansPurchaseRecommendationGenerationCommandInput]): import("@smithy/core/client").CommandImpl<StartSavingsPlansPurchaseRecommendationGenerationCommandInput, StartSavingsPlansPurchaseRecommendationGenerationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Requests a Savings Plans recommendation generation. This enables you to calculate a fresh
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
4
  import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
22
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>An API operation for adding one or more tags (key-value pairs) to a resource.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
4
  import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
22
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Removes one or more tags from a resource. Specify only tag keys in your request. Don't