@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,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CostExplorerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DeleteCostCategoryDefinitionCommandInput
21
15
  export interface DeleteCostCategoryDefinitionCommandOutput
22
16
  extends DeleteCostCategoryDefinitionResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteCostCategoryDefinitionCommand extends $Command<
25
- DeleteCostCategoryDefinitionCommandInput,
26
- DeleteCostCategoryDefinitionCommandOutput,
27
- CostExplorerClientResolvedConfig
28
- > {
29
- readonly input: DeleteCostCategoryDefinitionCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteCostCategoryDefinitionCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CostExplorerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteCostCategoryDefinitionCommand_base: {
19
+ new (
20
+ input: DeleteCostCategoryDefinitionCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteCostCategoryDefinitionCommandInput,
38
- DeleteCostCategoryDefinitionCommandOutput
23
+ DeleteCostCategoryDefinitionCommandOutput,
24
+ CostExplorerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteCostCategoryDefinitionCommand extends DeleteCostCategoryDefinitionCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CostExplorerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DescribeCostCategoryDefinitionCommandInput
21
15
  export interface DescribeCostCategoryDefinitionCommandOutput
22
16
  extends DescribeCostCategoryDefinitionResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeCostCategoryDefinitionCommand extends $Command<
25
- DescribeCostCategoryDefinitionCommandInput,
26
- DescribeCostCategoryDefinitionCommandOutput,
27
- CostExplorerClientResolvedConfig
28
- > {
29
- readonly input: DescribeCostCategoryDefinitionCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeCostCategoryDefinitionCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CostExplorerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeCostCategoryDefinitionCommand_base: {
19
+ new (
20
+ input: DescribeCostCategoryDefinitionCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeCostCategoryDefinitionCommandInput,
38
- DescribeCostCategoryDefinitionCommandOutput
23
+ DescribeCostCategoryDefinitionCommandOutput,
24
+ CostExplorerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeCostCategoryDefinitionCommand extends DescribeCostCategoryDefinitionCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CostExplorerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface GetAnomaliesCommandInput extends GetAnomaliesRequest {}
17
11
  export interface GetAnomaliesCommandOutput
18
12
  extends GetAnomaliesResponse,
19
13
  __MetadataBearer {}
20
- export declare class GetAnomaliesCommand extends $Command<
21
- GetAnomaliesCommandInput,
22
- GetAnomaliesCommandOutput,
23
- CostExplorerClientResolvedConfig
24
- > {
25
- readonly input: GetAnomaliesCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetAnomaliesCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: CostExplorerClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetAnomaliesCommandInput, GetAnomaliesCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetAnomaliesCommand_base: {
15
+ new (
16
+ input: GetAnomaliesCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetAnomaliesCommandInput,
19
+ GetAnomaliesCommandOutput,
20
+ CostExplorerClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetAnomaliesCommand extends GetAnomaliesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CostExplorerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface GetAnomalyMonitorsCommandInput
21
15
  export interface GetAnomalyMonitorsCommandOutput
22
16
  extends GetAnomalyMonitorsResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetAnomalyMonitorsCommand extends $Command<
25
- GetAnomalyMonitorsCommandInput,
26
- GetAnomalyMonitorsCommandOutput,
27
- CostExplorerClientResolvedConfig
28
- > {
29
- readonly input: GetAnomalyMonitorsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetAnomalyMonitorsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CostExplorerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetAnomalyMonitorsCommandInput, GetAnomalyMonitorsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetAnomalyMonitorsCommand_base: {
19
+ new (
20
+ input: GetAnomalyMonitorsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetAnomalyMonitorsCommandInput,
23
+ GetAnomalyMonitorsCommandOutput,
24
+ CostExplorerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetAnomalyMonitorsCommand extends GetAnomalyMonitorsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CostExplorerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface GetAnomalySubscriptionsCommandInput
21
15
  export interface GetAnomalySubscriptionsCommandOutput
22
16
  extends GetAnomalySubscriptionsResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetAnomalySubscriptionsCommand extends $Command<
25
- GetAnomalySubscriptionsCommandInput,
26
- GetAnomalySubscriptionsCommandOutput,
27
- CostExplorerClientResolvedConfig
28
- > {
29
- readonly input: GetAnomalySubscriptionsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetAnomalySubscriptionsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CostExplorerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetAnomalySubscriptionsCommand_base: {
19
+ new (
20
+ input: GetAnomalySubscriptionsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetAnomalySubscriptionsCommandInput,
38
- GetAnomalySubscriptionsCommandOutput
23
+ GetAnomalySubscriptionsCommandOutput,
24
+ CostExplorerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetAnomalySubscriptionsCommand extends GetAnomalySubscriptionsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CostExplorerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface GetCostAndUsageCommandInput extends GetCostAndUsageRequest {}
20
14
  export interface GetCostAndUsageCommandOutput
21
15
  extends GetCostAndUsageResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetCostAndUsageCommand extends $Command<
24
- GetCostAndUsageCommandInput,
25
- GetCostAndUsageCommandOutput,
26
- CostExplorerClientResolvedConfig
27
- > {
28
- readonly input: GetCostAndUsageCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetCostAndUsageCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: CostExplorerClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetCostAndUsageCommandInput, GetCostAndUsageCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetCostAndUsageCommand_base: {
18
+ new (
19
+ input: GetCostAndUsageCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetCostAndUsageCommandInput,
22
+ GetCostAndUsageCommandOutput,
23
+ CostExplorerClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetCostAndUsageCommand extends GetCostAndUsageCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CostExplorerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface GetCostAndUsageWithResourcesCommandInput
21
15
  export interface GetCostAndUsageWithResourcesCommandOutput
22
16
  extends GetCostAndUsageWithResourcesResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetCostAndUsageWithResourcesCommand extends $Command<
25
- GetCostAndUsageWithResourcesCommandInput,
26
- GetCostAndUsageWithResourcesCommandOutput,
27
- CostExplorerClientResolvedConfig
28
- > {
29
- readonly input: GetCostAndUsageWithResourcesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetCostAndUsageWithResourcesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CostExplorerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetCostAndUsageWithResourcesCommand_base: {
19
+ new (
20
+ input: GetCostAndUsageWithResourcesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetCostAndUsageWithResourcesCommandInput,
38
- GetCostAndUsageWithResourcesCommandOutput
23
+ GetCostAndUsageWithResourcesCommandOutput,
24
+ CostExplorerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetCostAndUsageWithResourcesCommand extends GetCostAndUsageWithResourcesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CostExplorerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface GetCostCategoriesCommandInput
21
15
  export interface GetCostCategoriesCommandOutput
22
16
  extends GetCostCategoriesResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetCostCategoriesCommand extends $Command<
25
- GetCostCategoriesCommandInput,
26
- GetCostCategoriesCommandOutput,
27
- CostExplorerClientResolvedConfig
28
- > {
29
- readonly input: GetCostCategoriesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetCostCategoriesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CostExplorerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetCostCategoriesCommandInput, GetCostCategoriesCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetCostCategoriesCommand_base: {
19
+ new (
20
+ input: GetCostCategoriesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetCostCategoriesCommandInput,
23
+ GetCostCategoriesCommandOutput,
24
+ CostExplorerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetCostCategoriesCommand extends GetCostCategoriesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CostExplorerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface GetCostForecastCommandInput extends GetCostForecastRequest {}
20
14
  export interface GetCostForecastCommandOutput
21
15
  extends GetCostForecastResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetCostForecastCommand extends $Command<
24
- GetCostForecastCommandInput,
25
- GetCostForecastCommandOutput,
26
- CostExplorerClientResolvedConfig
27
- > {
28
- readonly input: GetCostForecastCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetCostForecastCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: CostExplorerClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetCostForecastCommandInput, GetCostForecastCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetCostForecastCommand_base: {
18
+ new (
19
+ input: GetCostForecastCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetCostForecastCommandInput,
22
+ GetCostForecastCommandOutput,
23
+ CostExplorerClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetCostForecastCommand extends GetCostForecastCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CostExplorerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface GetDimensionValuesCommandInput
21
15
  export interface GetDimensionValuesCommandOutput
22
16
  extends GetDimensionValuesResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetDimensionValuesCommand extends $Command<
25
- GetDimensionValuesCommandInput,
26
- GetDimensionValuesCommandOutput,
27
- CostExplorerClientResolvedConfig
28
- > {
29
- readonly input: GetDimensionValuesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetDimensionValuesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CostExplorerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetDimensionValuesCommandInput, GetDimensionValuesCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetDimensionValuesCommand_base: {
19
+ new (
20
+ input: GetDimensionValuesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetDimensionValuesCommandInput,
23
+ GetDimensionValuesCommandOutput,
24
+ CostExplorerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetDimensionValuesCommand extends GetDimensionValuesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CostExplorerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface GetReservationCoverageCommandInput
21
15
  export interface GetReservationCoverageCommandOutput
22
16
  extends GetReservationCoverageResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetReservationCoverageCommand extends $Command<
25
- GetReservationCoverageCommandInput,
26
- GetReservationCoverageCommandOutput,
27
- CostExplorerClientResolvedConfig
28
- > {
29
- readonly input: GetReservationCoverageCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetReservationCoverageCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CostExplorerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetReservationCoverageCommand_base: {
19
+ new (
20
+ input: GetReservationCoverageCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetReservationCoverageCommandInput,
38
- GetReservationCoverageCommandOutput
23
+ GetReservationCoverageCommandOutput,
24
+ CostExplorerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetReservationCoverageCommand extends GetReservationCoverageCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CostExplorerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface GetReservationPurchaseRecommendationCommandInput
21
15
  export interface GetReservationPurchaseRecommendationCommandOutput
22
16
  extends GetReservationPurchaseRecommendationResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetReservationPurchaseRecommendationCommand extends $Command<
25
- GetReservationPurchaseRecommendationCommandInput,
26
- GetReservationPurchaseRecommendationCommandOutput,
27
- CostExplorerClientResolvedConfig
28
- > {
29
- readonly input: GetReservationPurchaseRecommendationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetReservationPurchaseRecommendationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CostExplorerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetReservationPurchaseRecommendationCommand_base: {
19
+ new (
20
+ input: GetReservationPurchaseRecommendationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetReservationPurchaseRecommendationCommandInput,
38
- GetReservationPurchaseRecommendationCommandOutput
23
+ GetReservationPurchaseRecommendationCommandOutput,
24
+ CostExplorerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetReservationPurchaseRecommendationCommand extends GetReservationPurchaseRecommendationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CostExplorerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface GetReservationUtilizationCommandInput
21
15
  export interface GetReservationUtilizationCommandOutput
22
16
  extends GetReservationUtilizationResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetReservationUtilizationCommand extends $Command<
25
- GetReservationUtilizationCommandInput,
26
- GetReservationUtilizationCommandOutput,
27
- CostExplorerClientResolvedConfig
28
- > {
29
- readonly input: GetReservationUtilizationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetReservationUtilizationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CostExplorerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetReservationUtilizationCommand_base: {
19
+ new (
20
+ input: GetReservationUtilizationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetReservationUtilizationCommandInput,
38
- GetReservationUtilizationCommandOutput
23
+ GetReservationUtilizationCommandOutput,
24
+ CostExplorerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetReservationUtilizationCommand extends GetReservationUtilizationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CostExplorerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface GetRightsizingRecommendationCommandInput
21
15
  export interface GetRightsizingRecommendationCommandOutput
22
16
  extends GetRightsizingRecommendationResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetRightsizingRecommendationCommand extends $Command<
25
- GetRightsizingRecommendationCommandInput,
26
- GetRightsizingRecommendationCommandOutput,
27
- CostExplorerClientResolvedConfig
28
- > {
29
- readonly input: GetRightsizingRecommendationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetRightsizingRecommendationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CostExplorerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetRightsizingRecommendationCommand_base: {
19
+ new (
20
+ input: GetRightsizingRecommendationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetRightsizingRecommendationCommandInput,
38
- GetRightsizingRecommendationCommandOutput
23
+ GetRightsizingRecommendationCommandOutput,
24
+ CostExplorerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetRightsizingRecommendationCommand extends GetRightsizingRecommendationCommand_base {}