@aws-sdk/client-cost-explorer 3.477.0 → 3.481.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 (173) hide show
  1. package/dist-cjs/commands/CreateAnomalyMonitorCommand.js +18 -41
  2. package/dist-cjs/commands/CreateAnomalySubscriptionCommand.js +18 -41
  3. package/dist-cjs/commands/CreateCostCategoryDefinitionCommand.js +18 -41
  4. package/dist-cjs/commands/DeleteAnomalyMonitorCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteAnomalySubscriptionCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteCostCategoryDefinitionCommand.js +18 -41
  7. package/dist-cjs/commands/DescribeCostCategoryDefinitionCommand.js +18 -41
  8. package/dist-cjs/commands/GetAnomaliesCommand.js +18 -41
  9. package/dist-cjs/commands/GetAnomalyMonitorsCommand.js +18 -41
  10. package/dist-cjs/commands/GetAnomalySubscriptionsCommand.js +18 -41
  11. package/dist-cjs/commands/GetCostAndUsageCommand.js +18 -41
  12. package/dist-cjs/commands/GetCostAndUsageWithResourcesCommand.js +18 -41
  13. package/dist-cjs/commands/GetCostCategoriesCommand.js +18 -41
  14. package/dist-cjs/commands/GetCostForecastCommand.js +18 -41
  15. package/dist-cjs/commands/GetDimensionValuesCommand.js +18 -41
  16. package/dist-cjs/commands/GetReservationCoverageCommand.js +18 -41
  17. package/dist-cjs/commands/GetReservationPurchaseRecommendationCommand.js +18 -41
  18. package/dist-cjs/commands/GetReservationUtilizationCommand.js +18 -41
  19. package/dist-cjs/commands/GetRightsizingRecommendationCommand.js +18 -41
  20. package/dist-cjs/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.js +18 -41
  21. package/dist-cjs/commands/GetSavingsPlansCoverageCommand.js +18 -41
  22. package/dist-cjs/commands/GetSavingsPlansPurchaseRecommendationCommand.js +18 -41
  23. package/dist-cjs/commands/GetSavingsPlansUtilizationCommand.js +18 -41
  24. package/dist-cjs/commands/GetSavingsPlansUtilizationDetailsCommand.js +18 -41
  25. package/dist-cjs/commands/GetTagsCommand.js +18 -41
  26. package/dist-cjs/commands/GetUsageForecastCommand.js +18 -41
  27. package/dist-cjs/commands/ListCostAllocationTagsCommand.js +18 -41
  28. package/dist-cjs/commands/ListCostCategoryDefinitionsCommand.js +18 -41
  29. package/dist-cjs/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.js +18 -41
  30. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  31. package/dist-cjs/commands/ProvideAnomalyFeedbackCommand.js +18 -41
  32. package/dist-cjs/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.js +18 -41
  33. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  34. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  35. package/dist-cjs/commands/UpdateAnomalyMonitorCommand.js +18 -41
  36. package/dist-cjs/commands/UpdateAnomalySubscriptionCommand.js +18 -41
  37. package/dist-cjs/commands/UpdateCostAllocationTagsStatusCommand.js +18 -41
  38. package/dist-cjs/commands/UpdateCostCategoryDefinitionCommand.js +18 -41
  39. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  40. package/dist-cjs/pagination/GetSavingsPlansCoveragePaginator.js +2 -24
  41. package/dist-cjs/pagination/GetSavingsPlansUtilizationDetailsPaginator.js +2 -24
  42. package/dist-cjs/pagination/ListCostAllocationTagsPaginator.js +2 -24
  43. package/dist-cjs/pagination/ListCostCategoryDefinitionsPaginator.js +2 -24
  44. package/dist-es/commands/CreateAnomalyMonitorCommand.js +18 -41
  45. package/dist-es/commands/CreateAnomalySubscriptionCommand.js +18 -41
  46. package/dist-es/commands/CreateCostCategoryDefinitionCommand.js +18 -41
  47. package/dist-es/commands/DeleteAnomalyMonitorCommand.js +18 -41
  48. package/dist-es/commands/DeleteAnomalySubscriptionCommand.js +18 -41
  49. package/dist-es/commands/DeleteCostCategoryDefinitionCommand.js +18 -41
  50. package/dist-es/commands/DescribeCostCategoryDefinitionCommand.js +18 -41
  51. package/dist-es/commands/GetAnomaliesCommand.js +18 -41
  52. package/dist-es/commands/GetAnomalyMonitorsCommand.js +18 -41
  53. package/dist-es/commands/GetAnomalySubscriptionsCommand.js +18 -41
  54. package/dist-es/commands/GetCostAndUsageCommand.js +18 -41
  55. package/dist-es/commands/GetCostAndUsageWithResourcesCommand.js +18 -41
  56. package/dist-es/commands/GetCostCategoriesCommand.js +18 -41
  57. package/dist-es/commands/GetCostForecastCommand.js +18 -41
  58. package/dist-es/commands/GetDimensionValuesCommand.js +18 -41
  59. package/dist-es/commands/GetReservationCoverageCommand.js +18 -41
  60. package/dist-es/commands/GetReservationPurchaseRecommendationCommand.js +18 -41
  61. package/dist-es/commands/GetReservationUtilizationCommand.js +18 -41
  62. package/dist-es/commands/GetRightsizingRecommendationCommand.js +18 -41
  63. package/dist-es/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.js +18 -41
  64. package/dist-es/commands/GetSavingsPlansCoverageCommand.js +18 -41
  65. package/dist-es/commands/GetSavingsPlansPurchaseRecommendationCommand.js +18 -41
  66. package/dist-es/commands/GetSavingsPlansUtilizationCommand.js +18 -41
  67. package/dist-es/commands/GetSavingsPlansUtilizationDetailsCommand.js +18 -41
  68. package/dist-es/commands/GetTagsCommand.js +18 -41
  69. package/dist-es/commands/GetUsageForecastCommand.js +18 -41
  70. package/dist-es/commands/ListCostAllocationTagsCommand.js +18 -41
  71. package/dist-es/commands/ListCostCategoryDefinitionsCommand.js +18 -41
  72. package/dist-es/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.js +18 -41
  73. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  74. package/dist-es/commands/ProvideAnomalyFeedbackCommand.js +18 -41
  75. package/dist-es/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.js +18 -41
  76. package/dist-es/commands/TagResourceCommand.js +18 -41
  77. package/dist-es/commands/UntagResourceCommand.js +18 -41
  78. package/dist-es/commands/UpdateAnomalyMonitorCommand.js +18 -41
  79. package/dist-es/commands/UpdateAnomalySubscriptionCommand.js +18 -41
  80. package/dist-es/commands/UpdateCostAllocationTagsStatusCommand.js +18 -41
  81. package/dist-es/commands/UpdateCostCategoryDefinitionCommand.js +18 -41
  82. package/dist-es/endpoint/EndpointParameters.js +6 -0
  83. package/dist-es/pagination/GetSavingsPlansCoveragePaginator.js +2 -23
  84. package/dist-es/pagination/GetSavingsPlansUtilizationDetailsPaginator.js +2 -23
  85. package/dist-es/pagination/ListCostAllocationTagsPaginator.js +2 -23
  86. package/dist-es/pagination/ListCostCategoryDefinitionsPaginator.js +2 -23
  87. package/dist-types/commands/CreateAnomalyMonitorCommand.d.ts +6 -21
  88. package/dist-types/commands/CreateAnomalySubscriptionCommand.d.ts +6 -21
  89. package/dist-types/commands/CreateCostCategoryDefinitionCommand.d.ts +6 -21
  90. package/dist-types/commands/DeleteAnomalyMonitorCommand.d.ts +6 -21
  91. package/dist-types/commands/DeleteAnomalySubscriptionCommand.d.ts +6 -21
  92. package/dist-types/commands/DeleteCostCategoryDefinitionCommand.d.ts +6 -21
  93. package/dist-types/commands/DescribeCostCategoryDefinitionCommand.d.ts +6 -21
  94. package/dist-types/commands/GetAnomaliesCommand.d.ts +6 -21
  95. package/dist-types/commands/GetAnomalyMonitorsCommand.d.ts +6 -21
  96. package/dist-types/commands/GetAnomalySubscriptionsCommand.d.ts +6 -21
  97. package/dist-types/commands/GetCostAndUsageCommand.d.ts +6 -21
  98. package/dist-types/commands/GetCostAndUsageWithResourcesCommand.d.ts +6 -21
  99. package/dist-types/commands/GetCostCategoriesCommand.d.ts +6 -21
  100. package/dist-types/commands/GetCostForecastCommand.d.ts +6 -21
  101. package/dist-types/commands/GetDimensionValuesCommand.d.ts +6 -21
  102. package/dist-types/commands/GetReservationCoverageCommand.d.ts +6 -21
  103. package/dist-types/commands/GetReservationPurchaseRecommendationCommand.d.ts +6 -21
  104. package/dist-types/commands/GetReservationUtilizationCommand.d.ts +6 -21
  105. package/dist-types/commands/GetRightsizingRecommendationCommand.d.ts +6 -21
  106. package/dist-types/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.d.ts +6 -21
  107. package/dist-types/commands/GetSavingsPlansCoverageCommand.d.ts +6 -21
  108. package/dist-types/commands/GetSavingsPlansPurchaseRecommendationCommand.d.ts +6 -21
  109. package/dist-types/commands/GetSavingsPlansUtilizationCommand.d.ts +6 -21
  110. package/dist-types/commands/GetSavingsPlansUtilizationDetailsCommand.d.ts +6 -21
  111. package/dist-types/commands/GetTagsCommand.d.ts +6 -21
  112. package/dist-types/commands/GetUsageForecastCommand.d.ts +6 -21
  113. package/dist-types/commands/ListCostAllocationTagsCommand.d.ts +6 -21
  114. package/dist-types/commands/ListCostCategoryDefinitionsCommand.d.ts +6 -21
  115. package/dist-types/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +6 -21
  116. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  117. package/dist-types/commands/ProvideAnomalyFeedbackCommand.d.ts +6 -21
  118. package/dist-types/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +6 -21
  119. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  120. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  121. package/dist-types/commands/UpdateAnomalyMonitorCommand.d.ts +6 -21
  122. package/dist-types/commands/UpdateAnomalySubscriptionCommand.d.ts +6 -21
  123. package/dist-types/commands/UpdateCostAllocationTagsStatusCommand.d.ts +6 -21
  124. package/dist-types/commands/UpdateCostCategoryDefinitionCommand.d.ts +6 -21
  125. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  126. package/dist-types/pagination/GetSavingsPlansCoveragePaginator.d.ts +1 -1
  127. package/dist-types/pagination/GetSavingsPlansUtilizationDetailsPaginator.d.ts +1 -1
  128. package/dist-types/pagination/ListCostAllocationTagsPaginator.d.ts +1 -1
  129. package/dist-types/pagination/ListCostCategoryDefinitionsPaginator.d.ts +1 -1
  130. package/dist-types/ts3.4/commands/CreateAnomalyMonitorCommand.d.ts +12 -24
  131. package/dist-types/ts3.4/commands/CreateAnomalySubscriptionCommand.d.ts +12 -24
  132. package/dist-types/ts3.4/commands/CreateCostCategoryDefinitionCommand.d.ts +12 -24
  133. package/dist-types/ts3.4/commands/DeleteAnomalyMonitorCommand.d.ts +12 -24
  134. package/dist-types/ts3.4/commands/DeleteAnomalySubscriptionCommand.d.ts +12 -24
  135. package/dist-types/ts3.4/commands/DeleteCostCategoryDefinitionCommand.d.ts +12 -24
  136. package/dist-types/ts3.4/commands/DescribeCostCategoryDefinitionCommand.d.ts +12 -24
  137. package/dist-types/ts3.4/commands/GetAnomaliesCommand.d.ts +14 -23
  138. package/dist-types/ts3.4/commands/GetAnomalyMonitorsCommand.d.ts +14 -23
  139. package/dist-types/ts3.4/commands/GetAnomalySubscriptionsCommand.d.ts +12 -24
  140. package/dist-types/ts3.4/commands/GetCostAndUsageCommand.d.ts +14 -23
  141. package/dist-types/ts3.4/commands/GetCostAndUsageWithResourcesCommand.d.ts +12 -24
  142. package/dist-types/ts3.4/commands/GetCostCategoriesCommand.d.ts +14 -23
  143. package/dist-types/ts3.4/commands/GetCostForecastCommand.d.ts +14 -23
  144. package/dist-types/ts3.4/commands/GetDimensionValuesCommand.d.ts +14 -23
  145. package/dist-types/ts3.4/commands/GetReservationCoverageCommand.d.ts +12 -24
  146. package/dist-types/ts3.4/commands/GetReservationPurchaseRecommendationCommand.d.ts +12 -24
  147. package/dist-types/ts3.4/commands/GetReservationUtilizationCommand.d.ts +12 -24
  148. package/dist-types/ts3.4/commands/GetRightsizingRecommendationCommand.d.ts +12 -24
  149. package/dist-types/ts3.4/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.d.ts +12 -24
  150. package/dist-types/ts3.4/commands/GetSavingsPlansCoverageCommand.d.ts +12 -24
  151. package/dist-types/ts3.4/commands/GetSavingsPlansPurchaseRecommendationCommand.d.ts +12 -24
  152. package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationCommand.d.ts +12 -24
  153. package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationDetailsCommand.d.ts +12 -24
  154. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +12 -23
  155. package/dist-types/ts3.4/commands/GetUsageForecastCommand.d.ts +14 -23
  156. package/dist-types/ts3.4/commands/ListCostAllocationTagsCommand.d.ts +12 -24
  157. package/dist-types/ts3.4/commands/ListCostCategoryDefinitionsCommand.d.ts +12 -24
  158. package/dist-types/ts3.4/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +11 -25
  159. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  160. package/dist-types/ts3.4/commands/ProvideAnomalyFeedbackCommand.d.ts +12 -24
  161. package/dist-types/ts3.4/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +11 -25
  162. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  163. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  164. package/dist-types/ts3.4/commands/UpdateAnomalyMonitorCommand.d.ts +12 -24
  165. package/dist-types/ts3.4/commands/UpdateAnomalySubscriptionCommand.d.ts +12 -24
  166. package/dist-types/ts3.4/commands/UpdateCostAllocationTagsStatusCommand.d.ts +12 -24
  167. package/dist-types/ts3.4/commands/UpdateCostCategoryDefinitionCommand.d.ts +12 -24
  168. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  169. package/dist-types/ts3.4/pagination/GetSavingsPlansCoveragePaginator.d.ts +3 -3
  170. package/dist-types/ts3.4/pagination/GetSavingsPlansUtilizationDetailsPaginator.d.ts +3 -3
  171. package/dist-types/ts3.4/pagination/ListCostAllocationTagsPaginator.d.ts +3 -3
  172. package/dist-types/ts3.4/pagination/ListCostCategoryDefinitionsPaginator.d.ts +3 -3
  173. package/package.json +11 -10
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
5
4
  import { GetReservationPurchaseRecommendationRequest, GetReservationPurchaseRecommendationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetReservationPurchaseRecommendationCommandInput extends GetRes
21
20
  */
22
21
  export interface GetReservationPurchaseRecommendationCommandOutput extends GetReservationPurchaseRecommendationResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetReservationPurchaseRecommendationCommand_base: {
24
+ new (input: GetReservationPurchaseRecommendationCommandInput): import("@smithy/smithy-client").CommandImpl<GetReservationPurchaseRecommendationCommandInput, GetReservationPurchaseRecommendationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets recommendations for reservation purchases. These recommendations might help you to
@@ -250,23 +253,5 @@ export interface GetReservationPurchaseRecommendationCommandOutput extends GetRe
250
253
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
251
254
  *
252
255
  */
253
- export declare class GetReservationPurchaseRecommendationCommand extends $Command<GetReservationPurchaseRecommendationCommandInput, GetReservationPurchaseRecommendationCommandOutput, CostExplorerClientResolvedConfig> {
254
- readonly input: GetReservationPurchaseRecommendationCommandInput;
255
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
256
- /**
257
- * @public
258
- */
259
- constructor(input: GetReservationPurchaseRecommendationCommandInput);
260
- /**
261
- * @internal
262
- */
263
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetReservationPurchaseRecommendationCommandInput, GetReservationPurchaseRecommendationCommandOutput>;
264
- /**
265
- * @internal
266
- */
267
- private serialize;
268
- /**
269
- * @internal
270
- */
271
- private deserialize;
256
+ export declare class GetReservationPurchaseRecommendationCommand extends GetReservationPurchaseRecommendationCommand_base {
272
257
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
5
4
  import { GetReservationUtilizationRequest, GetReservationUtilizationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetReservationUtilizationCommandInput extends GetReservationUti
21
20
  */
22
21
  export interface GetReservationUtilizationCommandOutput extends GetReservationUtilizationResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetReservationUtilizationCommand_base: {
24
+ new (input: GetReservationUtilizationCommandInput): import("@smithy/smithy-client").CommandImpl<GetReservationUtilizationCommandInput, GetReservationUtilizationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the reservation utilization for your account. Management account in an
@@ -202,23 +205,5 @@ export interface GetReservationUtilizationCommandOutput extends GetReservationUt
202
205
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
203
206
  *
204
207
  */
205
- export declare class GetReservationUtilizationCommand extends $Command<GetReservationUtilizationCommandInput, GetReservationUtilizationCommandOutput, CostExplorerClientResolvedConfig> {
206
- readonly input: GetReservationUtilizationCommandInput;
207
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
208
- /**
209
- * @public
210
- */
211
- constructor(input: GetReservationUtilizationCommandInput);
212
- /**
213
- * @internal
214
- */
215
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetReservationUtilizationCommandInput, GetReservationUtilizationCommandOutput>;
216
- /**
217
- * @internal
218
- */
219
- private serialize;
220
- /**
221
- * @internal
222
- */
223
- private deserialize;
208
+ export declare class GetReservationUtilizationCommand extends GetReservationUtilizationCommand_base {
224
209
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
5
4
  import { GetRightsizingRecommendationRequest, GetRightsizingRecommendationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetRightsizingRecommendationCommandInput extends GetRightsizing
21
20
  */
22
21
  export interface GetRightsizingRecommendationCommandOutput extends GetRightsizingRecommendationResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetRightsizingRecommendationCommand_base: {
24
+ new (input: GetRightsizingRecommendationCommandInput): import("@smithy/smithy-client").CommandImpl<GetRightsizingRecommendationCommandInput, GetRightsizingRecommendationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates recommendations that help you save cost by identifying idle and underutilized
@@ -273,23 +276,5 @@ export interface GetRightsizingRecommendationCommandOutput extends GetRightsizin
273
276
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
274
277
  *
275
278
  */
276
- export declare class GetRightsizingRecommendationCommand extends $Command<GetRightsizingRecommendationCommandInput, GetRightsizingRecommendationCommandOutput, CostExplorerClientResolvedConfig> {
277
- readonly input: GetRightsizingRecommendationCommandInput;
278
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
279
- /**
280
- * @public
281
- */
282
- constructor(input: GetRightsizingRecommendationCommandInput);
283
- /**
284
- * @internal
285
- */
286
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRightsizingRecommendationCommandInput, GetRightsizingRecommendationCommandOutput>;
287
- /**
288
- * @internal
289
- */
290
- private serialize;
291
- /**
292
- * @internal
293
- */
294
- private deserialize;
279
+ export declare class GetRightsizingRecommendationCommand extends GetRightsizingRecommendationCommand_base {
295
280
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
5
4
  import { GetSavingsPlanPurchaseRecommendationDetailsRequest, GetSavingsPlanPurchaseRecommendationDetailsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetSavingsPlanPurchaseRecommendationDetailsCommandInput extends
21
20
  */
22
21
  export interface GetSavingsPlanPurchaseRecommendationDetailsCommandOutput extends GetSavingsPlanPurchaseRecommendationDetailsResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetSavingsPlanPurchaseRecommendationDetailsCommand_base: {
24
+ new (input: GetSavingsPlanPurchaseRecommendationDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<GetSavingsPlanPurchaseRecommendationDetailsCommandInput, GetSavingsPlanPurchaseRecommendationDetailsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the details for a Savings Plan recommendation. These details include the hourly
@@ -97,23 +100,5 @@ export interface GetSavingsPlanPurchaseRecommendationDetailsCommandOutput extend
97
100
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
98
101
  *
99
102
  */
100
- export declare class GetSavingsPlanPurchaseRecommendationDetailsCommand extends $Command<GetSavingsPlanPurchaseRecommendationDetailsCommandInput, GetSavingsPlanPurchaseRecommendationDetailsCommandOutput, CostExplorerClientResolvedConfig> {
101
- readonly input: GetSavingsPlanPurchaseRecommendationDetailsCommandInput;
102
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
103
- /**
104
- * @public
105
- */
106
- constructor(input: GetSavingsPlanPurchaseRecommendationDetailsCommandInput);
107
- /**
108
- * @internal
109
- */
110
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSavingsPlanPurchaseRecommendationDetailsCommandInput, GetSavingsPlanPurchaseRecommendationDetailsCommandOutput>;
111
- /**
112
- * @internal
113
- */
114
- private serialize;
115
- /**
116
- * @internal
117
- */
118
- private deserialize;
103
+ export declare class GetSavingsPlanPurchaseRecommendationDetailsCommand extends GetSavingsPlanPurchaseRecommendationDetailsCommand_base {
119
104
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
5
4
  import { GetSavingsPlansCoverageRequest, GetSavingsPlansCoverageResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetSavingsPlansCoverageCommandInput extends GetSavingsPlansCove
21
20
  */
22
21
  export interface GetSavingsPlansCoverageCommandOutput extends GetSavingsPlansCoverageResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetSavingsPlansCoverageCommand_base: {
24
+ new (input: GetSavingsPlansCoverageCommandInput): import("@smithy/smithy-client").CommandImpl<GetSavingsPlansCoverageCommandInput, GetSavingsPlansCoverageCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the Savings Plans covered for your account. This enables you to see how much of
@@ -191,23 +194,5 @@ export interface GetSavingsPlansCoverageCommandOutput extends GetSavingsPlansCov
191
194
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
192
195
  *
193
196
  */
194
- export declare class GetSavingsPlansCoverageCommand extends $Command<GetSavingsPlansCoverageCommandInput, GetSavingsPlansCoverageCommandOutput, CostExplorerClientResolvedConfig> {
195
- readonly input: GetSavingsPlansCoverageCommandInput;
196
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
197
- /**
198
- * @public
199
- */
200
- constructor(input: GetSavingsPlansCoverageCommandInput);
201
- /**
202
- * @internal
203
- */
204
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSavingsPlansCoverageCommandInput, GetSavingsPlansCoverageCommandOutput>;
205
- /**
206
- * @internal
207
- */
208
- private serialize;
209
- /**
210
- * @internal
211
- */
212
- private deserialize;
197
+ export declare class GetSavingsPlansCoverageCommand extends GetSavingsPlansCoverageCommand_base {
213
198
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
5
4
  import { GetSavingsPlansPurchaseRecommendationRequest, GetSavingsPlansPurchaseRecommendationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetSavingsPlansPurchaseRecommendationCommandInput extends GetSa
21
20
  */
22
21
  export interface GetSavingsPlansPurchaseRecommendationCommandOutput extends GetSavingsPlansPurchaseRecommendationResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetSavingsPlansPurchaseRecommendationCommand_base: {
24
+ new (input: GetSavingsPlansPurchaseRecommendationCommandInput): import("@smithy/smithy-client").CommandImpl<GetSavingsPlansPurchaseRecommendationCommandInput, GetSavingsPlansPurchaseRecommendationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the Savings Plans recommendations for your account. First use
@@ -183,23 +186,5 @@ export interface GetSavingsPlansPurchaseRecommendationCommandOutput extends GetS
183
186
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
184
187
  *
185
188
  */
186
- export declare class GetSavingsPlansPurchaseRecommendationCommand extends $Command<GetSavingsPlansPurchaseRecommendationCommandInput, GetSavingsPlansPurchaseRecommendationCommandOutput, CostExplorerClientResolvedConfig> {
187
- readonly input: GetSavingsPlansPurchaseRecommendationCommandInput;
188
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
189
- /**
190
- * @public
191
- */
192
- constructor(input: GetSavingsPlansPurchaseRecommendationCommandInput);
193
- /**
194
- * @internal
195
- */
196
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSavingsPlansPurchaseRecommendationCommandInput, GetSavingsPlansPurchaseRecommendationCommandOutput>;
197
- /**
198
- * @internal
199
- */
200
- private serialize;
201
- /**
202
- * @internal
203
- */
204
- private deserialize;
189
+ export declare class GetSavingsPlansPurchaseRecommendationCommand extends GetSavingsPlansPurchaseRecommendationCommand_base {
205
190
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
5
4
  import { GetSavingsPlansUtilizationRequest, GetSavingsPlansUtilizationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetSavingsPlansUtilizationCommandInput extends GetSavingsPlansU
21
20
  */
22
21
  export interface GetSavingsPlansUtilizationCommandOutput extends GetSavingsPlansUtilizationResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetSavingsPlansUtilizationCommand_base: {
24
+ new (input: GetSavingsPlansUtilizationCommandInput): import("@smithy/smithy-client").CommandImpl<GetSavingsPlansUtilizationCommandInput, GetSavingsPlansUtilizationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the Savings Plans utilization for your account across date ranges with daily or
@@ -178,23 +181,5 @@ export interface GetSavingsPlansUtilizationCommandOutput extends GetSavingsPlans
178
181
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
179
182
  *
180
183
  */
181
- export declare class GetSavingsPlansUtilizationCommand extends $Command<GetSavingsPlansUtilizationCommandInput, GetSavingsPlansUtilizationCommandOutput, CostExplorerClientResolvedConfig> {
182
- readonly input: GetSavingsPlansUtilizationCommandInput;
183
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
184
- /**
185
- * @public
186
- */
187
- constructor(input: GetSavingsPlansUtilizationCommandInput);
188
- /**
189
- * @internal
190
- */
191
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSavingsPlansUtilizationCommandInput, GetSavingsPlansUtilizationCommandOutput>;
192
- /**
193
- * @internal
194
- */
195
- private serialize;
196
- /**
197
- * @internal
198
- */
199
- private deserialize;
184
+ export declare class GetSavingsPlansUtilizationCommand extends GetSavingsPlansUtilizationCommand_base {
200
185
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
5
4
  import { GetSavingsPlansUtilizationDetailsRequest, GetSavingsPlansUtilizationDetailsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetSavingsPlansUtilizationDetailsCommandInput extends GetSaving
21
20
  */
22
21
  export interface GetSavingsPlansUtilizationDetailsCommandOutput extends GetSavingsPlansUtilizationDetailsResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetSavingsPlansUtilizationDetailsCommand_base: {
24
+ new (input: GetSavingsPlansUtilizationDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<GetSavingsPlansUtilizationDetailsCommandInput, GetSavingsPlansUtilizationDetailsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves attribute data along with aggregate utilization and savings data for a given
@@ -194,23 +197,5 @@ export interface GetSavingsPlansUtilizationDetailsCommandOutput extends GetSavin
194
197
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
195
198
  *
196
199
  */
197
- export declare class GetSavingsPlansUtilizationDetailsCommand extends $Command<GetSavingsPlansUtilizationDetailsCommandInput, GetSavingsPlansUtilizationDetailsCommandOutput, CostExplorerClientResolvedConfig> {
198
- readonly input: GetSavingsPlansUtilizationDetailsCommandInput;
199
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
200
- /**
201
- * @public
202
- */
203
- constructor(input: GetSavingsPlansUtilizationDetailsCommandInput);
204
- /**
205
- * @internal
206
- */
207
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSavingsPlansUtilizationDetailsCommandInput, GetSavingsPlansUtilizationDetailsCommandOutput>;
208
- /**
209
- * @internal
210
- */
211
- private serialize;
212
- /**
213
- * @internal
214
- */
215
- private deserialize;
200
+ export declare class GetSavingsPlansUtilizationDetailsCommand extends GetSavingsPlansUtilizationDetailsCommand_base {
216
201
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
5
4
  import { GetTagsRequest, GetTagsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetTagsCommandInput extends GetTagsRequest {
21
20
  */
22
21
  export interface GetTagsCommandOutput extends GetTagsResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetTagsCommand_base: {
24
+ new (input: GetTagsCommandInput): import("@smithy/smithy-client").CommandImpl<GetTagsCommandInput, GetTagsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Queries for available tag keys and tag values for a specified period. You can search
@@ -153,23 +156,5 @@ export interface GetTagsCommandOutput extends GetTagsResponse, __MetadataBearer
153
156
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
154
157
  *
155
158
  */
156
- export declare class GetTagsCommand extends $Command<GetTagsCommandInput, GetTagsCommandOutput, CostExplorerClientResolvedConfig> {
157
- readonly input: GetTagsCommandInput;
158
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
159
- /**
160
- * @public
161
- */
162
- constructor(input: GetTagsCommandInput);
163
- /**
164
- * @internal
165
- */
166
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTagsCommandInput, GetTagsCommandOutput>;
167
- /**
168
- * @internal
169
- */
170
- private serialize;
171
- /**
172
- * @internal
173
- */
174
- private deserialize;
159
+ export declare class GetTagsCommand extends GetTagsCommand_base {
175
160
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
5
4
  import { GetUsageForecastRequest, GetUsageForecastResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetUsageForecastCommandInput extends GetUsageForecastRequest {
21
20
  */
22
21
  export interface GetUsageForecastCommandOutput extends GetUsageForecastResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetUsageForecastCommand_base: {
24
+ new (input: GetUsageForecastCommandInput): import("@smithy/smithy-client").CommandImpl<GetUsageForecastCommandInput, GetUsageForecastCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves a forecast for how much Amazon Web Services predicts that you will use
@@ -150,23 +153,5 @@ export interface GetUsageForecastCommandOutput extends GetUsageForecastResponse,
150
153
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
151
154
  *
152
155
  */
153
- export declare class GetUsageForecastCommand extends $Command<GetUsageForecastCommandInput, GetUsageForecastCommandOutput, CostExplorerClientResolvedConfig> {
154
- readonly input: GetUsageForecastCommandInput;
155
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
156
- /**
157
- * @public
158
- */
159
- constructor(input: GetUsageForecastCommandInput);
160
- /**
161
- * @internal
162
- */
163
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetUsageForecastCommandInput, GetUsageForecastCommandOutput>;
164
- /**
165
- * @internal
166
- */
167
- private serialize;
168
- /**
169
- * @internal
170
- */
171
- private deserialize;
156
+ export declare class GetUsageForecastCommand extends GetUsageForecastCommand_base {
172
157
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
5
4
  import { ListCostAllocationTagsRequest, ListCostAllocationTagsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListCostAllocationTagsCommandInput extends ListCostAllocationTa
21
20
  */
22
21
  export interface ListCostAllocationTagsCommandOutput extends ListCostAllocationTagsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListCostAllocationTagsCommand_base: {
24
+ new (input: ListCostAllocationTagsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCostAllocationTagsCommandInput, ListCostAllocationTagsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Get a list of cost allocation tags. All inputs in the API are optional and serve as
@@ -73,23 +76,5 @@ export interface ListCostAllocationTagsCommandOutput extends ListCostAllocationT
73
76
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
74
77
  *
75
78
  */
76
- export declare class ListCostAllocationTagsCommand extends $Command<ListCostAllocationTagsCommandInput, ListCostAllocationTagsCommandOutput, CostExplorerClientResolvedConfig> {
77
- readonly input: ListCostAllocationTagsCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: ListCostAllocationTagsCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCostAllocationTagsCommandInput, ListCostAllocationTagsCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class ListCostAllocationTagsCommand extends ListCostAllocationTagsCommand_base {
95
80
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
5
4
  import { ListCostCategoryDefinitionsRequest, ListCostCategoryDefinitionsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListCostCategoryDefinitionsCommandInput extends ListCostCategor
21
20
  */
22
21
  export interface ListCostCategoryDefinitionsCommandOutput extends ListCostCategoryDefinitionsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListCostCategoryDefinitionsCommand_base: {
24
+ new (input: ListCostCategoryDefinitionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCostCategoryDefinitionsCommandInput, ListCostCategoryDefinitionsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns the name, Amazon Resource Name (ARN), <code>NumberOfRules</code> and effective
@@ -81,23 +84,5 @@ export interface ListCostCategoryDefinitionsCommandOutput extends ListCostCatego
81
84
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
82
85
  *
83
86
  */
84
- export declare class ListCostCategoryDefinitionsCommand extends $Command<ListCostCategoryDefinitionsCommandInput, ListCostCategoryDefinitionsCommandOutput, CostExplorerClientResolvedConfig> {
85
- readonly input: ListCostCategoryDefinitionsCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: ListCostCategoryDefinitionsCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCostCategoryDefinitionsCommandInput, ListCostCategoryDefinitionsCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class ListCostCategoryDefinitionsCommand extends ListCostCategoryDefinitionsCommand_base {
103
88
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
5
4
  import { ListSavingsPlansPurchaseRecommendationGenerationRequest, ListSavingsPlansPurchaseRecommendationGenerationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListSavingsPlansPurchaseRecommendationGenerationCommandInput ex
21
20
  */
22
21
  export interface ListSavingsPlansPurchaseRecommendationGenerationCommandOutput extends ListSavingsPlansPurchaseRecommendationGenerationResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListSavingsPlansPurchaseRecommendationGenerationCommand_base: {
24
+ new (input: ListSavingsPlansPurchaseRecommendationGenerationCommandInput): import("@smithy/smithy-client").CommandImpl<ListSavingsPlansPurchaseRecommendationGenerationCommandInput, ListSavingsPlansPurchaseRecommendationGenerationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves a list of your historical recommendation generations within the past 30
@@ -75,23 +78,5 @@ export interface ListSavingsPlansPurchaseRecommendationGenerationCommandOutput e
75
78
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
76
79
  *
77
80
  */
78
- export declare class ListSavingsPlansPurchaseRecommendationGenerationCommand extends $Command<ListSavingsPlansPurchaseRecommendationGenerationCommandInput, ListSavingsPlansPurchaseRecommendationGenerationCommandOutput, CostExplorerClientResolvedConfig> {
79
- readonly input: ListSavingsPlansPurchaseRecommendationGenerationCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: ListSavingsPlansPurchaseRecommendationGenerationCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSavingsPlansPurchaseRecommendationGenerationCommandInput, ListSavingsPlansPurchaseRecommendationGenerationCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class ListSavingsPlansPurchaseRecommendationGenerationCommand extends ListSavingsPlansPurchaseRecommendationGenerationCommand_base {
97
82
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
5
4
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of resource tags associated with the resource specified by the Amazon
@@ -63,23 +66,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
63
66
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
64
67
  *
65
68
  */
66
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CostExplorerClientResolvedConfig> {
67
- readonly input: ListTagsForResourceCommandInput;
68
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
- /**
70
- * @public
71
- */
72
- constructor(input: ListTagsForResourceCommandInput);
73
- /**
74
- * @internal
75
- */
76
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
77
- /**
78
- * @internal
79
- */
80
- private serialize;
81
- /**
82
- * @internal
83
- */
84
- private deserialize;
69
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
85
70
  }