@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 { ProvideAnomalyFeedbackRequest, ProvideAnomalyFeedbackResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ProvideAnomalyFeedbackCommandInput extends ProvideAnomalyFeedba
21
20
  */
22
21
  export interface ProvideAnomalyFeedbackCommandOutput extends ProvideAnomalyFeedbackResponse, __MetadataBearer {
23
22
  }
23
+ declare const ProvideAnomalyFeedbackCommand_base: {
24
+ new (input: ProvideAnomalyFeedbackCommandInput): import("@smithy/smithy-client").CommandImpl<ProvideAnomalyFeedbackCommandInput, ProvideAnomalyFeedbackCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Modifies the feedback property of a given cost anomaly. </p>
@@ -55,23 +58,5 @@ export interface ProvideAnomalyFeedbackCommandOutput extends ProvideAnomalyFeedb
55
58
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
56
59
  *
57
60
  */
58
- export declare class ProvideAnomalyFeedbackCommand extends $Command<ProvideAnomalyFeedbackCommandInput, ProvideAnomalyFeedbackCommandOutput, CostExplorerClientResolvedConfig> {
59
- readonly input: ProvideAnomalyFeedbackCommandInput;
60
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
- /**
62
- * @public
63
- */
64
- constructor(input: ProvideAnomalyFeedbackCommandInput);
65
- /**
66
- * @internal
67
- */
68
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ProvideAnomalyFeedbackCommandInput, ProvideAnomalyFeedbackCommandOutput>;
69
- /**
70
- * @internal
71
- */
72
- private serialize;
73
- /**
74
- * @internal
75
- */
76
- private deserialize;
61
+ export declare class ProvideAnomalyFeedbackCommand extends ProvideAnomalyFeedbackCommand_base {
77
62
  }
@@ -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 { StartSavingsPlansPurchaseRecommendationGenerationRequest, StartSavingsPlansPurchaseRecommendationGenerationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartSavingsPlansPurchaseRecommendationGenerationCommandInput e
21
20
  */
22
21
  export interface StartSavingsPlansPurchaseRecommendationGenerationCommandOutput extends StartSavingsPlansPurchaseRecommendationGenerationResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartSavingsPlansPurchaseRecommendationGenerationCommand_base: {
24
+ new (input: StartSavingsPlansPurchaseRecommendationGenerationCommandInput): import("@smithy/smithy-client").CommandImpl<StartSavingsPlansPurchaseRecommendationGenerationCommandInput, StartSavingsPlansPurchaseRecommendationGenerationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Requests a Savings Plans recommendation generation. This enables you to calculate a fresh
@@ -72,23 +75,5 @@ export interface StartSavingsPlansPurchaseRecommendationGenerationCommandOutput
72
75
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
73
76
  *
74
77
  */
75
- export declare class StartSavingsPlansPurchaseRecommendationGenerationCommand extends $Command<StartSavingsPlansPurchaseRecommendationGenerationCommandInput, StartSavingsPlansPurchaseRecommendationGenerationCommandOutput, CostExplorerClientResolvedConfig> {
76
- readonly input: StartSavingsPlansPurchaseRecommendationGenerationCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: StartSavingsPlansPurchaseRecommendationGenerationCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartSavingsPlansPurchaseRecommendationGenerationCommandInput, StartSavingsPlansPurchaseRecommendationGenerationCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class StartSavingsPlansPurchaseRecommendationGenerationCommand extends StartSavingsPlansPurchaseRecommendationGenerationCommand_base {
94
79
  }
@@ -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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>An API operation for adding one or more tags (key-value pairs) to a resource.</p>
@@ -71,23 +74,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
71
74
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
72
75
  *
73
76
  */
74
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, CostExplorerClientResolvedConfig> {
75
- readonly input: TagResourceCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: TagResourceCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class TagResourceCommand extends TagResourceCommand_base {
93
78
  }
@@ -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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes one or more tags from a resource. Specify only tag keys in your request. Don't
@@ -59,23 +62,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
59
62
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
60
63
  *
61
64
  */
62
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, CostExplorerClientResolvedConfig> {
63
- readonly input: UntagResourceCommandInput;
64
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
- /**
66
- * @public
67
- */
68
- constructor(input: UntagResourceCommandInput);
69
- /**
70
- * @internal
71
- */
72
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
73
- /**
74
- * @internal
75
- */
76
- private serialize;
77
- /**
78
- * @internal
79
- */
80
- private deserialize;
65
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
81
66
  }
@@ -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 { UpdateAnomalyMonitorRequest, UpdateAnomalyMonitorResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateAnomalyMonitorCommandInput extends UpdateAnomalyMonitorRe
21
20
  */
22
21
  export interface UpdateAnomalyMonitorCommandOutput extends UpdateAnomalyMonitorResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateAnomalyMonitorCommand_base: {
24
+ new (input: UpdateAnomalyMonitorCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAnomalyMonitorCommandInput, UpdateAnomalyMonitorCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates an existing cost anomaly monitor. The changes made are applied going forward, and
@@ -59,23 +62,5 @@ export interface UpdateAnomalyMonitorCommandOutput extends UpdateAnomalyMonitorR
59
62
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
60
63
  *
61
64
  */
62
- export declare class UpdateAnomalyMonitorCommand extends $Command<UpdateAnomalyMonitorCommandInput, UpdateAnomalyMonitorCommandOutput, CostExplorerClientResolvedConfig> {
63
- readonly input: UpdateAnomalyMonitorCommandInput;
64
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
- /**
66
- * @public
67
- */
68
- constructor(input: UpdateAnomalyMonitorCommandInput);
69
- /**
70
- * @internal
71
- */
72
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAnomalyMonitorCommandInput, UpdateAnomalyMonitorCommandOutput>;
73
- /**
74
- * @internal
75
- */
76
- private serialize;
77
- /**
78
- * @internal
79
- */
80
- private deserialize;
65
+ export declare class UpdateAnomalyMonitorCommand extends UpdateAnomalyMonitorCommand_base {
81
66
  }
@@ -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 { UpdateAnomalySubscriptionRequest, UpdateAnomalySubscriptionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateAnomalySubscriptionCommandInput extends UpdateAnomalySubs
21
20
  */
22
21
  export interface UpdateAnomalySubscriptionCommandOutput extends UpdateAnomalySubscriptionResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateAnomalySubscriptionCommand_base: {
24
+ new (input: UpdateAnomalySubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAnomalySubscriptionCommandInput, UpdateAnomalySubscriptionCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates an existing cost anomaly subscription. Specify the fields that you want to update.
@@ -145,23 +148,5 @@ export interface UpdateAnomalySubscriptionCommandOutput extends UpdateAnomalySub
145
148
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
146
149
  *
147
150
  */
148
- export declare class UpdateAnomalySubscriptionCommand extends $Command<UpdateAnomalySubscriptionCommandInput, UpdateAnomalySubscriptionCommandOutput, CostExplorerClientResolvedConfig> {
149
- readonly input: UpdateAnomalySubscriptionCommandInput;
150
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
151
- /**
152
- * @public
153
- */
154
- constructor(input: UpdateAnomalySubscriptionCommandInput);
155
- /**
156
- * @internal
157
- */
158
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAnomalySubscriptionCommandInput, UpdateAnomalySubscriptionCommandOutput>;
159
- /**
160
- * @internal
161
- */
162
- private serialize;
163
- /**
164
- * @internal
165
- */
166
- private deserialize;
151
+ export declare class UpdateAnomalySubscriptionCommand extends UpdateAnomalySubscriptionCommand_base {
167
152
  }
@@ -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 { UpdateCostAllocationTagsStatusRequest, UpdateCostAllocationTagsStatusResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateCostAllocationTagsStatusCommandInput extends UpdateCostAl
21
20
  */
22
21
  export interface UpdateCostAllocationTagsStatusCommandOutput extends UpdateCostAllocationTagsStatusResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateCostAllocationTagsStatusCommand_base: {
24
+ new (input: UpdateCostAllocationTagsStatusCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCostAllocationTagsStatusCommandInput, UpdateCostAllocationTagsStatusCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates status for cost allocation tags in bulk, with maximum batch size of 20. If the tag
@@ -68,23 +71,5 @@ export interface UpdateCostAllocationTagsStatusCommandOutput extends UpdateCostA
68
71
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
69
72
  *
70
73
  */
71
- export declare class UpdateCostAllocationTagsStatusCommand extends $Command<UpdateCostAllocationTagsStatusCommandInput, UpdateCostAllocationTagsStatusCommandOutput, CostExplorerClientResolvedConfig> {
72
- readonly input: UpdateCostAllocationTagsStatusCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: UpdateCostAllocationTagsStatusCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCostAllocationTagsStatusCommandInput, UpdateCostAllocationTagsStatusCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class UpdateCostAllocationTagsStatusCommand extends UpdateCostAllocationTagsStatusCommand_base {
90
75
  }
@@ -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 { UpdateCostCategoryDefinitionRequest, UpdateCostCategoryDefinitionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateCostCategoryDefinitionCommandInput extends UpdateCostCate
21
20
  */
22
21
  export interface UpdateCostCategoryDefinitionCommandOutput extends UpdateCostCategoryDefinitionResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateCostCategoryDefinitionCommand_base: {
24
+ new (input: UpdateCostCategoryDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCostCategoryDefinitionCommandInput, UpdateCostCategoryDefinitionCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates an existing Cost Category. Changes made to the Cost Category rules will be used to
@@ -161,23 +164,5 @@ export interface UpdateCostCategoryDefinitionCommandOutput extends UpdateCostCat
161
164
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
162
165
  *
163
166
  */
164
- export declare class UpdateCostCategoryDefinitionCommand extends $Command<UpdateCostCategoryDefinitionCommandInput, UpdateCostCategoryDefinitionCommandOutput, CostExplorerClientResolvedConfig> {
165
- readonly input: UpdateCostCategoryDefinitionCommandInput;
166
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
167
- /**
168
- * @public
169
- */
170
- constructor(input: UpdateCostCategoryDefinitionCommandInput);
171
- /**
172
- * @internal
173
- */
174
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostExplorerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCostCategoryDefinitionCommandInput, UpdateCostCategoryDefinitionCommandOutput>;
175
- /**
176
- * @internal
177
- */
178
- private serialize;
179
- /**
180
- * @internal
181
- */
182
- private deserialize;
167
+ export declare class UpdateCostCategoryDefinitionCommand extends UpdateCostCategoryDefinitionCommand_base {
183
168
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -4,4 +4,4 @@ import { CostExplorerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateGetSavingsPlansCoverage(config: CostExplorerPaginationConfiguration, input: GetSavingsPlansCoverageCommandInput, ...additionalArguments: any): Paginator<GetSavingsPlansCoverageCommandOutput>;
7
+ export declare const paginateGetSavingsPlansCoverage: (config: CostExplorerPaginationConfiguration, input: GetSavingsPlansCoverageCommandInput, ...rest: any[]) => Paginator<GetSavingsPlansCoverageCommandOutput>;
@@ -4,4 +4,4 @@ import { CostExplorerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateGetSavingsPlansUtilizationDetails(config: CostExplorerPaginationConfiguration, input: GetSavingsPlansUtilizationDetailsCommandInput, ...additionalArguments: any): Paginator<GetSavingsPlansUtilizationDetailsCommandOutput>;
7
+ export declare const paginateGetSavingsPlansUtilizationDetails: (config: CostExplorerPaginationConfiguration, input: GetSavingsPlansUtilizationDetailsCommandInput, ...rest: any[]) => Paginator<GetSavingsPlansUtilizationDetailsCommandOutput>;
@@ -4,4 +4,4 @@ import { CostExplorerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListCostAllocationTags(config: CostExplorerPaginationConfiguration, input: ListCostAllocationTagsCommandInput, ...additionalArguments: any): Paginator<ListCostAllocationTagsCommandOutput>;
7
+ export declare const paginateListCostAllocationTags: (config: CostExplorerPaginationConfiguration, input: ListCostAllocationTagsCommandInput, ...rest: any[]) => Paginator<ListCostAllocationTagsCommandOutput>;
@@ -4,4 +4,4 @@ import { CostExplorerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListCostCategoryDefinitions(config: CostExplorerPaginationConfiguration, input: ListCostCategoryDefinitionsCommandInput, ...additionalArguments: any): Paginator<ListCostCategoryDefinitionsCommandOutput>;
7
+ export declare const paginateListCostCategoryDefinitions: (config: CostExplorerPaginationConfiguration, input: ListCostCategoryDefinitionsCommandInput, ...rest: any[]) => Paginator<ListCostCategoryDefinitionsCommandOutput>;
@@ -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 CreateAnomalyMonitorCommandInput
21
15
  export interface CreateAnomalyMonitorCommandOutput
22
16
  extends CreateAnomalyMonitorResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateAnomalyMonitorCommand extends $Command<
25
- CreateAnomalyMonitorCommandInput,
26
- CreateAnomalyMonitorCommandOutput,
27
- CostExplorerClientResolvedConfig
28
- > {
29
- readonly input: CreateAnomalyMonitorCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateAnomalyMonitorCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CostExplorerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateAnomalyMonitorCommand_base: {
19
+ new (
20
+ input: CreateAnomalyMonitorCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateAnomalyMonitorCommandInput,
38
- CreateAnomalyMonitorCommandOutput
23
+ CreateAnomalyMonitorCommandOutput,
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 CreateAnomalyMonitorCommand extends CreateAnomalyMonitorCommand_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 CreateAnomalySubscriptionCommandInput
21
15
  export interface CreateAnomalySubscriptionCommandOutput
22
16
  extends CreateAnomalySubscriptionResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateAnomalySubscriptionCommand extends $Command<
25
- CreateAnomalySubscriptionCommandInput,
26
- CreateAnomalySubscriptionCommandOutput,
27
- CostExplorerClientResolvedConfig
28
- > {
29
- readonly input: CreateAnomalySubscriptionCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateAnomalySubscriptionCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CostExplorerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateAnomalySubscriptionCommand_base: {
19
+ new (
20
+ input: CreateAnomalySubscriptionCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateAnomalySubscriptionCommandInput,
38
- CreateAnomalySubscriptionCommandOutput
23
+ CreateAnomalySubscriptionCommandOutput,
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 CreateAnomalySubscriptionCommand extends CreateAnomalySubscriptionCommand_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 CreateCostCategoryDefinitionCommandInput
21
15
  export interface CreateCostCategoryDefinitionCommandOutput
22
16
  extends CreateCostCategoryDefinitionResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateCostCategoryDefinitionCommand extends $Command<
25
- CreateCostCategoryDefinitionCommandInput,
26
- CreateCostCategoryDefinitionCommandOutput,
27
- CostExplorerClientResolvedConfig
28
- > {
29
- readonly input: CreateCostCategoryDefinitionCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateCostCategoryDefinitionCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CostExplorerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateCostCategoryDefinitionCommand_base: {
19
+ new (
20
+ input: CreateCostCategoryDefinitionCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateCostCategoryDefinitionCommandInput,
38
- CreateCostCategoryDefinitionCommandOutput
23
+ CreateCostCategoryDefinitionCommandOutput,
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 CreateCostCategoryDefinitionCommand extends CreateCostCategoryDefinitionCommand_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 DeleteAnomalyMonitorCommandInput
21
15
  export interface DeleteAnomalyMonitorCommandOutput
22
16
  extends DeleteAnomalyMonitorResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteAnomalyMonitorCommand extends $Command<
25
- DeleteAnomalyMonitorCommandInput,
26
- DeleteAnomalyMonitorCommandOutput,
27
- CostExplorerClientResolvedConfig
28
- > {
29
- readonly input: DeleteAnomalyMonitorCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteAnomalyMonitorCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CostExplorerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteAnomalyMonitorCommand_base: {
19
+ new (
20
+ input: DeleteAnomalyMonitorCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteAnomalyMonitorCommandInput,
38
- DeleteAnomalyMonitorCommandOutput
23
+ DeleteAnomalyMonitorCommandOutput,
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 DeleteAnomalyMonitorCommand extends DeleteAnomalyMonitorCommand_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 DeleteAnomalySubscriptionCommandInput
21
15
  export interface DeleteAnomalySubscriptionCommandOutput
22
16
  extends DeleteAnomalySubscriptionResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteAnomalySubscriptionCommand extends $Command<
25
- DeleteAnomalySubscriptionCommandInput,
26
- DeleteAnomalySubscriptionCommandOutput,
27
- CostExplorerClientResolvedConfig
28
- > {
29
- readonly input: DeleteAnomalySubscriptionCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteAnomalySubscriptionCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CostExplorerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteAnomalySubscriptionCommand_base: {
19
+ new (
20
+ input: DeleteAnomalySubscriptionCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteAnomalySubscriptionCommandInput,
38
- DeleteAnomalySubscriptionCommandOutput
23
+ DeleteAnomalySubscriptionCommandOutput,
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 DeleteAnomalySubscriptionCommand extends DeleteAnomalySubscriptionCommand_base {}