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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (149) hide show
  1. package/dist-cjs/index.js +147 -565
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateAnomalyMonitorCommand.js +2 -14
  4. package/dist-es/commands/CreateAnomalySubscriptionCommand.js +2 -14
  5. package/dist-es/commands/CreateCostCategoryDefinitionCommand.js +2 -14
  6. package/dist-es/commands/DeleteAnomalyMonitorCommand.js +2 -14
  7. package/dist-es/commands/DeleteAnomalySubscriptionCommand.js +2 -14
  8. package/dist-es/commands/DeleteCostCategoryDefinitionCommand.js +2 -14
  9. package/dist-es/commands/DescribeCostCategoryDefinitionCommand.js +2 -14
  10. package/dist-es/commands/GetAnomaliesCommand.js +2 -14
  11. package/dist-es/commands/GetAnomalyMonitorsCommand.js +2 -14
  12. package/dist-es/commands/GetAnomalySubscriptionsCommand.js +2 -14
  13. package/dist-es/commands/GetApproximateUsageRecordsCommand.js +2 -14
  14. package/dist-es/commands/GetCommitmentPurchaseAnalysisCommand.js +2 -14
  15. package/dist-es/commands/GetCostAndUsageCommand.js +2 -14
  16. package/dist-es/commands/GetCostAndUsageComparisonsCommand.js +2 -14
  17. package/dist-es/commands/GetCostAndUsageWithResourcesCommand.js +2 -14
  18. package/dist-es/commands/GetCostCategoriesCommand.js +2 -14
  19. package/dist-es/commands/GetCostComparisonDriversCommand.js +2 -14
  20. package/dist-es/commands/GetCostForecastCommand.js +2 -14
  21. package/dist-es/commands/GetDimensionValuesCommand.js +2 -14
  22. package/dist-es/commands/GetReservationCoverageCommand.js +2 -14
  23. package/dist-es/commands/GetReservationPurchaseRecommendationCommand.js +2 -14
  24. package/dist-es/commands/GetReservationUtilizationCommand.js +2 -14
  25. package/dist-es/commands/GetRightsizingRecommendationCommand.js +2 -14
  26. package/dist-es/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.js +2 -14
  27. package/dist-es/commands/GetSavingsPlansCoverageCommand.js +2 -14
  28. package/dist-es/commands/GetSavingsPlansPurchaseRecommendationCommand.js +2 -14
  29. package/dist-es/commands/GetSavingsPlansUtilizationCommand.js +2 -14
  30. package/dist-es/commands/GetSavingsPlansUtilizationDetailsCommand.js +2 -14
  31. package/dist-es/commands/GetTagsCommand.js +2 -14
  32. package/dist-es/commands/GetUsageForecastCommand.js +2 -14
  33. package/dist-es/commands/ListCommitmentPurchaseAnalysesCommand.js +2 -14
  34. package/dist-es/commands/ListCostAllocationTagBackfillHistoryCommand.js +2 -14
  35. package/dist-es/commands/ListCostAllocationTagsCommand.js +2 -14
  36. package/dist-es/commands/ListCostCategoryDefinitionsCommand.js +2 -14
  37. package/dist-es/commands/ListCostCategoryResourceAssociationsCommand.js +2 -14
  38. package/dist-es/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.js +2 -14
  39. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  40. package/dist-es/commands/ProvideAnomalyFeedbackCommand.js +2 -14
  41. package/dist-es/commands/StartCommitmentPurchaseAnalysisCommand.js +2 -14
  42. package/dist-es/commands/StartCostAllocationTagBackfillCommand.js +2 -14
  43. package/dist-es/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.js +2 -14
  44. package/dist-es/commands/TagResourceCommand.js +2 -14
  45. package/dist-es/commands/UntagResourceCommand.js +2 -14
  46. package/dist-es/commands/UpdateAnomalyMonitorCommand.js +2 -14
  47. package/dist-es/commands/UpdateAnomalySubscriptionCommand.js +2 -14
  48. package/dist-es/commands/UpdateCostAllocationTagsStatusCommand.js +2 -14
  49. package/dist-es/commands/UpdateCostCategoryDefinitionCommand.js +2 -14
  50. package/dist-es/index.js +1 -0
  51. package/dist-types/commandBuilder.d.ts +18 -0
  52. package/dist-types/commands/CreateAnomalyMonitorCommand.d.ts +3 -8
  53. package/dist-types/commands/CreateAnomalySubscriptionCommand.d.ts +3 -8
  54. package/dist-types/commands/CreateCostCategoryDefinitionCommand.d.ts +3 -8
  55. package/dist-types/commands/DeleteAnomalyMonitorCommand.d.ts +3 -8
  56. package/dist-types/commands/DeleteAnomalySubscriptionCommand.d.ts +3 -8
  57. package/dist-types/commands/DeleteCostCategoryDefinitionCommand.d.ts +3 -8
  58. package/dist-types/commands/DescribeCostCategoryDefinitionCommand.d.ts +3 -8
  59. package/dist-types/commands/GetAnomaliesCommand.d.ts +3 -8
  60. package/dist-types/commands/GetAnomalyMonitorsCommand.d.ts +3 -8
  61. package/dist-types/commands/GetAnomalySubscriptionsCommand.d.ts +3 -8
  62. package/dist-types/commands/GetApproximateUsageRecordsCommand.d.ts +3 -8
  63. package/dist-types/commands/GetCommitmentPurchaseAnalysisCommand.d.ts +3 -8
  64. package/dist-types/commands/GetCostAndUsageCommand.d.ts +3 -8
  65. package/dist-types/commands/GetCostAndUsageComparisonsCommand.d.ts +3 -8
  66. package/dist-types/commands/GetCostAndUsageWithResourcesCommand.d.ts +3 -8
  67. package/dist-types/commands/GetCostCategoriesCommand.d.ts +3 -8
  68. package/dist-types/commands/GetCostComparisonDriversCommand.d.ts +3 -8
  69. package/dist-types/commands/GetCostForecastCommand.d.ts +3 -8
  70. package/dist-types/commands/GetDimensionValuesCommand.d.ts +3 -8
  71. package/dist-types/commands/GetReservationCoverageCommand.d.ts +3 -8
  72. package/dist-types/commands/GetReservationPurchaseRecommendationCommand.d.ts +3 -8
  73. package/dist-types/commands/GetReservationUtilizationCommand.d.ts +3 -8
  74. package/dist-types/commands/GetRightsizingRecommendationCommand.d.ts +3 -8
  75. package/dist-types/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.d.ts +3 -8
  76. package/dist-types/commands/GetSavingsPlansCoverageCommand.d.ts +3 -8
  77. package/dist-types/commands/GetSavingsPlansPurchaseRecommendationCommand.d.ts +3 -8
  78. package/dist-types/commands/GetSavingsPlansUtilizationCommand.d.ts +3 -8
  79. package/dist-types/commands/GetSavingsPlansUtilizationDetailsCommand.d.ts +3 -8
  80. package/dist-types/commands/GetTagsCommand.d.ts +3 -8
  81. package/dist-types/commands/GetUsageForecastCommand.d.ts +3 -8
  82. package/dist-types/commands/ListCommitmentPurchaseAnalysesCommand.d.ts +3 -8
  83. package/dist-types/commands/ListCostAllocationTagBackfillHistoryCommand.d.ts +3 -8
  84. package/dist-types/commands/ListCostAllocationTagsCommand.d.ts +3 -8
  85. package/dist-types/commands/ListCostCategoryDefinitionsCommand.d.ts +3 -8
  86. package/dist-types/commands/ListCostCategoryResourceAssociationsCommand.d.ts +3 -8
  87. package/dist-types/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +3 -8
  88. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  89. package/dist-types/commands/ProvideAnomalyFeedbackCommand.d.ts +3 -8
  90. package/dist-types/commands/StartCommitmentPurchaseAnalysisCommand.d.ts +3 -8
  91. package/dist-types/commands/StartCostAllocationTagBackfillCommand.d.ts +3 -8
  92. package/dist-types/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +3 -8
  93. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  94. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  95. package/dist-types/commands/UpdateAnomalyMonitorCommand.d.ts +3 -8
  96. package/dist-types/commands/UpdateAnomalySubscriptionCommand.d.ts +3 -8
  97. package/dist-types/commands/UpdateCostAllocationTagsStatusCommand.d.ts +3 -8
  98. package/dist-types/commands/UpdateCostCategoryDefinitionCommand.d.ts +3 -8
  99. package/dist-types/index.d.ts +1 -0
  100. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  101. package/dist-types/ts3.4/commands/CreateAnomalyMonitorCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/CreateAnomalySubscriptionCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/CreateCostCategoryDefinitionCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/DeleteAnomalyMonitorCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/DeleteAnomalySubscriptionCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/DeleteCostCategoryDefinitionCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/DescribeCostCategoryDefinitionCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/GetAnomaliesCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/GetAnomalyMonitorsCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/GetAnomalySubscriptionsCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/GetApproximateUsageRecordsCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/GetCommitmentPurchaseAnalysisCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/GetCostAndUsageCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/GetCostAndUsageComparisonsCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/GetCostAndUsageWithResourcesCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/GetCostCategoriesCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/GetCostComparisonDriversCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/GetCostForecastCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/GetDimensionValuesCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/GetReservationCoverageCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/GetReservationPurchaseRecommendationCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/GetReservationUtilizationCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/GetRightsizingRecommendationCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/GetSavingsPlansCoverageCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/GetSavingsPlansPurchaseRecommendationCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationDetailsCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/GetUsageForecastCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/ListCommitmentPurchaseAnalysesCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/ListCostAllocationTagBackfillHistoryCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/ListCostAllocationTagsCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/ListCostCategoryDefinitionsCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/ListCostCategoryResourceAssociationsCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/ProvideAnomalyFeedbackCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/StartCommitmentPurchaseAnalysisCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/StartCostAllocationTagBackfillCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/UpdateAnomalyMonitorCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/UpdateAnomalySubscriptionCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/UpdateCostAllocationTagsStatusCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/UpdateCostCategoryDefinitionCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/index.d.ts +1 -0
  149. package/package.json +8 -8
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
2
  import type { GetUsageForecastRequest, GetUsageForecastResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetUsageForecastCommandInput extends GetUsageForecastRequest {
22
19
  export interface GetUsageForecastCommandOutput extends GetUsageForecastResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetUsageForecastCommand_base: {
25
- new (input: GetUsageForecastCommandInput): import("@smithy/core/client").CommandImpl<GetUsageForecastCommandInput, GetUsageForecastCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetUsageForecastCommandInput): import("@smithy/core/client").CommandImpl<GetUsageForecastCommandInput, GetUsageForecastCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetUsageForecastCommandInput): import("@smithy/core/client").CommandImpl<GetUsageForecastCommandInput, GetUsageForecastCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetUsageForecastCommandInput): import("@smithy/core/client").CommandImpl<GetUsageForecastCommandInput, GetUsageForecastCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves a forecast for how much Amazon Web Services predicts that you will use
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
2
  import type { ListCommitmentPurchaseAnalysesRequest, ListCommitmentPurchaseAnalysesResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListCommitmentPurchaseAnalysesCommandInput extends ListCommitme
22
19
  export interface ListCommitmentPurchaseAnalysesCommandOutput extends ListCommitmentPurchaseAnalysesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListCommitmentPurchaseAnalysesCommand_base: {
25
- new (input: ListCommitmentPurchaseAnalysesCommandInput): import("@smithy/core/client").CommandImpl<ListCommitmentPurchaseAnalysesCommandInput, ListCommitmentPurchaseAnalysesCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListCommitmentPurchaseAnalysesCommandInput]): import("@smithy/core/client").CommandImpl<ListCommitmentPurchaseAnalysesCommandInput, ListCommitmentPurchaseAnalysesCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListCommitmentPurchaseAnalysesCommandInput): import("@smithy/core/client").CommandImpl<ListCommitmentPurchaseAnalysesCommandInput, ListCommitmentPurchaseAnalysesCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListCommitmentPurchaseAnalysesCommandInput]): import("@smithy/core/client").CommandImpl<ListCommitmentPurchaseAnalysesCommandInput, ListCommitmentPurchaseAnalysesCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the commitment purchase analyses for your account.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
2
  import type { ListCostAllocationTagBackfillHistoryRequest, ListCostAllocationTagBackfillHistoryResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListCostAllocationTagBackfillHistoryCommandInput extends ListCo
22
19
  export interface ListCostAllocationTagBackfillHistoryCommandOutput extends ListCostAllocationTagBackfillHistoryResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListCostAllocationTagBackfillHistoryCommand_base: {
25
- new (input: ListCostAllocationTagBackfillHistoryCommandInput): import("@smithy/core/client").CommandImpl<ListCostAllocationTagBackfillHistoryCommandInput, ListCostAllocationTagBackfillHistoryCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListCostAllocationTagBackfillHistoryCommandInput]): import("@smithy/core/client").CommandImpl<ListCostAllocationTagBackfillHistoryCommandInput, ListCostAllocationTagBackfillHistoryCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListCostAllocationTagBackfillHistoryCommandInput): import("@smithy/core/client").CommandImpl<ListCostAllocationTagBackfillHistoryCommandInput, ListCostAllocationTagBackfillHistoryCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListCostAllocationTagBackfillHistoryCommandInput]): import("@smithy/core/client").CommandImpl<ListCostAllocationTagBackfillHistoryCommandInput, ListCostAllocationTagBackfillHistoryCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
2
  import type { ListCostAllocationTagsRequest, ListCostAllocationTagsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListCostAllocationTagsCommandInput extends ListCostAllocationTa
22
19
  export interface ListCostAllocationTagsCommandOutput extends ListCostAllocationTagsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListCostAllocationTagsCommand_base: {
25
- new (input: ListCostAllocationTagsCommandInput): import("@smithy/core/client").CommandImpl<ListCostAllocationTagsCommandInput, ListCostAllocationTagsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListCostAllocationTagsCommandInput]): import("@smithy/core/client").CommandImpl<ListCostAllocationTagsCommandInput, ListCostAllocationTagsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListCostAllocationTagsCommandInput): import("@smithy/core/client").CommandImpl<ListCostAllocationTagsCommandInput, ListCostAllocationTagsCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListCostAllocationTagsCommandInput]): import("@smithy/core/client").CommandImpl<ListCostAllocationTagsCommandInput, ListCostAllocationTagsCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Get a list of cost allocation tags. All inputs in the API are optional and serve as
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
2
  import type { ListCostCategoryDefinitionsRequest, ListCostCategoryDefinitionsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListCostCategoryDefinitionsCommandInput extends ListCostCategor
22
19
  export interface ListCostCategoryDefinitionsCommandOutput extends ListCostCategoryDefinitionsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListCostCategoryDefinitionsCommand_base: {
25
- new (input: ListCostCategoryDefinitionsCommandInput): import("@smithy/core/client").CommandImpl<ListCostCategoryDefinitionsCommandInput, ListCostCategoryDefinitionsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListCostCategoryDefinitionsCommandInput]): import("@smithy/core/client").CommandImpl<ListCostCategoryDefinitionsCommandInput, ListCostCategoryDefinitionsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListCostCategoryDefinitionsCommandInput): import("@smithy/core/client").CommandImpl<ListCostCategoryDefinitionsCommandInput, ListCostCategoryDefinitionsCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListCostCategoryDefinitionsCommandInput]): import("@smithy/core/client").CommandImpl<ListCostCategoryDefinitionsCommandInput, ListCostCategoryDefinitionsCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the name, Amazon Resource Name (ARN), <code>NumberOfRules</code> and effective
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
2
  import type { ListCostCategoryResourceAssociationsRequest, ListCostCategoryResourceAssociationsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListCostCategoryResourceAssociationsCommandInput extends ListCo
22
19
  export interface ListCostCategoryResourceAssociationsCommandOutput extends ListCostCategoryResourceAssociationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListCostCategoryResourceAssociationsCommand_base: {
25
- new (input: ListCostCategoryResourceAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListCostCategoryResourceAssociationsCommandInput, ListCostCategoryResourceAssociationsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListCostCategoryResourceAssociationsCommandInput]): import("@smithy/core/client").CommandImpl<ListCostCategoryResourceAssociationsCommandInput, ListCostCategoryResourceAssociationsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListCostCategoryResourceAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListCostCategoryResourceAssociationsCommandInput, ListCostCategoryResourceAssociationsCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListCostCategoryResourceAssociationsCommandInput]): import("@smithy/core/client").CommandImpl<ListCostCategoryResourceAssociationsCommandInput, ListCostCategoryResourceAssociationsCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns resource associations of all cost categories defined in the account. You have the option to use <code>CostCategoryArn</code> to get the association for a specific cost category. <code>ListCostCategoryResourceAssociations</code> supports pagination. The request can have a <code>MaxResults</code> range up to 100.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
2
  import type { ListSavingsPlansPurchaseRecommendationGenerationRequest, ListSavingsPlansPurchaseRecommendationGenerationResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListSavingsPlansPurchaseRecommendationGenerationCommandInput ex
22
19
  export interface ListSavingsPlansPurchaseRecommendationGenerationCommandOutput extends ListSavingsPlansPurchaseRecommendationGenerationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListSavingsPlansPurchaseRecommendationGenerationCommand_base: {
25
- new (input: ListSavingsPlansPurchaseRecommendationGenerationCommandInput): import("@smithy/core/client").CommandImpl<ListSavingsPlansPurchaseRecommendationGenerationCommandInput, ListSavingsPlansPurchaseRecommendationGenerationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListSavingsPlansPurchaseRecommendationGenerationCommandInput]): import("@smithy/core/client").CommandImpl<ListSavingsPlansPurchaseRecommendationGenerationCommandInput, ListSavingsPlansPurchaseRecommendationGenerationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListSavingsPlansPurchaseRecommendationGenerationCommandInput): import("@smithy/core/client").CommandImpl<ListSavingsPlansPurchaseRecommendationGenerationCommandInput, ListSavingsPlansPurchaseRecommendationGenerationCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListSavingsPlansPurchaseRecommendationGenerationCommandInput]): import("@smithy/core/client").CommandImpl<ListSavingsPlansPurchaseRecommendationGenerationCommandInput, ListSavingsPlansPurchaseRecommendationGenerationCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves a list of your historical recommendation generations within the past 30
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
2
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of resource tags associated with the resource specified by the Amazon
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
2
  import type { ProvideAnomalyFeedbackRequest, ProvideAnomalyFeedbackResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ProvideAnomalyFeedbackCommandInput extends ProvideAnomalyFeedba
22
19
  export interface ProvideAnomalyFeedbackCommandOutput extends ProvideAnomalyFeedbackResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ProvideAnomalyFeedbackCommand_base: {
25
- new (input: ProvideAnomalyFeedbackCommandInput): import("@smithy/core/client").CommandImpl<ProvideAnomalyFeedbackCommandInput, ProvideAnomalyFeedbackCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ProvideAnomalyFeedbackCommandInput): import("@smithy/core/client").CommandImpl<ProvideAnomalyFeedbackCommandInput, ProvideAnomalyFeedbackCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ProvideAnomalyFeedbackCommandInput): import("@smithy/core/client").CommandImpl<ProvideAnomalyFeedbackCommandInput, ProvideAnomalyFeedbackCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ProvideAnomalyFeedbackCommandInput): import("@smithy/core/client").CommandImpl<ProvideAnomalyFeedbackCommandInput, ProvideAnomalyFeedbackCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Modifies the feedback property of a given cost anomaly. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
2
  import type { StartCommitmentPurchaseAnalysisRequest, StartCommitmentPurchaseAnalysisResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StartCommitmentPurchaseAnalysisCommandInput extends StartCommit
22
19
  export interface StartCommitmentPurchaseAnalysisCommandOutput extends StartCommitmentPurchaseAnalysisResponse, __MetadataBearer {
23
20
  }
24
21
  declare const StartCommitmentPurchaseAnalysisCommand_base: {
25
- new (input: StartCommitmentPurchaseAnalysisCommandInput): import("@smithy/core/client").CommandImpl<StartCommitmentPurchaseAnalysisCommandInput, StartCommitmentPurchaseAnalysisCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartCommitmentPurchaseAnalysisCommandInput): import("@smithy/core/client").CommandImpl<StartCommitmentPurchaseAnalysisCommandInput, StartCommitmentPurchaseAnalysisCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartCommitmentPurchaseAnalysisCommandInput): import("@smithy/core/client").CommandImpl<StartCommitmentPurchaseAnalysisCommandInput, StartCommitmentPurchaseAnalysisCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartCommitmentPurchaseAnalysisCommandInput): import("@smithy/core/client").CommandImpl<StartCommitmentPurchaseAnalysisCommandInput, StartCommitmentPurchaseAnalysisCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Specifies the parameters of a planned commitment purchase and starts the generation of the
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
2
  import type { StartCostAllocationTagBackfillRequest, StartCostAllocationTagBackfillResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StartCostAllocationTagBackfillCommandInput extends StartCostAll
22
19
  export interface StartCostAllocationTagBackfillCommandOutput extends StartCostAllocationTagBackfillResponse, __MetadataBearer {
23
20
  }
24
21
  declare const StartCostAllocationTagBackfillCommand_base: {
25
- new (input: StartCostAllocationTagBackfillCommandInput): import("@smithy/core/client").CommandImpl<StartCostAllocationTagBackfillCommandInput, StartCostAllocationTagBackfillCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartCostAllocationTagBackfillCommandInput): import("@smithy/core/client").CommandImpl<StartCostAllocationTagBackfillCommandInput, StartCostAllocationTagBackfillCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartCostAllocationTagBackfillCommandInput): import("@smithy/core/client").CommandImpl<StartCostAllocationTagBackfillCommandInput, StartCostAllocationTagBackfillCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartCostAllocationTagBackfillCommandInput): import("@smithy/core/client").CommandImpl<StartCostAllocationTagBackfillCommandInput, StartCostAllocationTagBackfillCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
2
  import type { StartSavingsPlansPurchaseRecommendationGenerationRequest, StartSavingsPlansPurchaseRecommendationGenerationResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StartSavingsPlansPurchaseRecommendationGenerationCommandInput e
22
19
  export interface StartSavingsPlansPurchaseRecommendationGenerationCommandOutput extends StartSavingsPlansPurchaseRecommendationGenerationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const StartSavingsPlansPurchaseRecommendationGenerationCommand_base: {
25
- new (input: StartSavingsPlansPurchaseRecommendationGenerationCommandInput): import("@smithy/core/client").CommandImpl<StartSavingsPlansPurchaseRecommendationGenerationCommandInput, StartSavingsPlansPurchaseRecommendationGenerationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [StartSavingsPlansPurchaseRecommendationGenerationCommandInput]): import("@smithy/core/client").CommandImpl<StartSavingsPlansPurchaseRecommendationGenerationCommandInput, StartSavingsPlansPurchaseRecommendationGenerationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartSavingsPlansPurchaseRecommendationGenerationCommandInput): import("@smithy/core/client").CommandImpl<StartSavingsPlansPurchaseRecommendationGenerationCommandInput, StartSavingsPlansPurchaseRecommendationGenerationCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [StartSavingsPlansPurchaseRecommendationGenerationCommandInput]): import("@smithy/core/client").CommandImpl<StartSavingsPlansPurchaseRecommendationGenerationCommandInput, StartSavingsPlansPurchaseRecommendationGenerationCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Requests a Savings Plans recommendation generation. This enables you to calculate a fresh
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
2
  import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
19
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>An API operation for adding one or more tags (key-value pairs) to a resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
2
  import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
19
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes one or more tags from a resource. Specify only tag keys in your request. Don't
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
2
  import type { UpdateAnomalyMonitorRequest, UpdateAnomalyMonitorResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateAnomalyMonitorCommandInput extends UpdateAnomalyMonitorRe
22
19
  export interface UpdateAnomalyMonitorCommandOutput extends UpdateAnomalyMonitorResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateAnomalyMonitorCommand_base: {
25
- new (input: UpdateAnomalyMonitorCommandInput): import("@smithy/core/client").CommandImpl<UpdateAnomalyMonitorCommandInput, UpdateAnomalyMonitorCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateAnomalyMonitorCommandInput): import("@smithy/core/client").CommandImpl<UpdateAnomalyMonitorCommandInput, UpdateAnomalyMonitorCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateAnomalyMonitorCommandInput): import("@smithy/core/client").CommandImpl<UpdateAnomalyMonitorCommandInput, UpdateAnomalyMonitorCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateAnomalyMonitorCommandInput): import("@smithy/core/client").CommandImpl<UpdateAnomalyMonitorCommandInput, UpdateAnomalyMonitorCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates an existing cost anomaly monitor. The changes made are applied going forward, and
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
2
  import type { UpdateAnomalySubscriptionRequest, UpdateAnomalySubscriptionResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateAnomalySubscriptionCommandInput extends UpdateAnomalySubs
22
19
  export interface UpdateAnomalySubscriptionCommandOutput extends UpdateAnomalySubscriptionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateAnomalySubscriptionCommand_base: {
25
- new (input: UpdateAnomalySubscriptionCommandInput): import("@smithy/core/client").CommandImpl<UpdateAnomalySubscriptionCommandInput, UpdateAnomalySubscriptionCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateAnomalySubscriptionCommandInput): import("@smithy/core/client").CommandImpl<UpdateAnomalySubscriptionCommandInput, UpdateAnomalySubscriptionCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateAnomalySubscriptionCommandInput): import("@smithy/core/client").CommandImpl<UpdateAnomalySubscriptionCommandInput, UpdateAnomalySubscriptionCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateAnomalySubscriptionCommandInput): import("@smithy/core/client").CommandImpl<UpdateAnomalySubscriptionCommandInput, UpdateAnomalySubscriptionCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates an existing cost anomaly subscription. Specify the fields that you want to update.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
2
  import type { UpdateCostAllocationTagsStatusRequest, UpdateCostAllocationTagsStatusResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateCostAllocationTagsStatusCommandInput extends UpdateCostAl
22
19
  export interface UpdateCostAllocationTagsStatusCommandOutput extends UpdateCostAllocationTagsStatusResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateCostAllocationTagsStatusCommand_base: {
25
- new (input: UpdateCostAllocationTagsStatusCommandInput): import("@smithy/core/client").CommandImpl<UpdateCostAllocationTagsStatusCommandInput, UpdateCostAllocationTagsStatusCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateCostAllocationTagsStatusCommandInput): import("@smithy/core/client").CommandImpl<UpdateCostAllocationTagsStatusCommandInput, UpdateCostAllocationTagsStatusCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateCostAllocationTagsStatusCommandInput): import("@smithy/core/client").CommandImpl<UpdateCostAllocationTagsStatusCommandInput, UpdateCostAllocationTagsStatusCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateCostAllocationTagsStatusCommandInput): import("@smithy/core/client").CommandImpl<UpdateCostAllocationTagsStatusCommandInput, UpdateCostAllocationTagsStatusCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates status for cost allocation tags in bulk, with maximum batch size of 20. If the tag
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
4
2
  import type { UpdateCostCategoryDefinitionRequest, UpdateCostCategoryDefinitionResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateCostCategoryDefinitionCommandInput extends UpdateCostCate
22
19
  export interface UpdateCostCategoryDefinitionCommandOutput extends UpdateCostCategoryDefinitionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateCostCategoryDefinitionCommand_base: {
25
- new (input: UpdateCostCategoryDefinitionCommandInput): import("@smithy/core/client").CommandImpl<UpdateCostCategoryDefinitionCommandInput, UpdateCostCategoryDefinitionCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateCostCategoryDefinitionCommandInput): import("@smithy/core/client").CommandImpl<UpdateCostCategoryDefinitionCommandInput, UpdateCostCategoryDefinitionCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateCostCategoryDefinitionCommandInput): import("@smithy/core/client").CommandImpl<UpdateCostCategoryDefinitionCommandInput, UpdateCostCategoryDefinitionCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateCostCategoryDefinitionCommandInput): import("@smithy/core/client").CommandImpl<UpdateCostCategoryDefinitionCommandInput, UpdateCostCategoryDefinitionCommandOutput, import("..").CostExplorerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates an existing cost category. Changes made to the cost category rules will be used to
@@ -24,6 +24,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
24
24
  export type { RuntimeExtension } from "./runtimeExtensions";
25
25
  export type { CostExplorerExtensionConfiguration } from "./extensionConfiguration";
26
26
  export * from "./commands";
27
+ export { Command as $Command } from "@smithy/core/client";
27
28
  export * from "./schemas/schemas_0";
28
29
  export * from "./pagination";
29
30
  export * from "./models/enums";
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ CostExplorerClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./CostExplorerClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ CostExplorerClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ CostExplorerClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];