@aws-sdk/client-cost-explorer 3.533.0 → 3.540.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 (89) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/CostExplorer.d.ts +7 -1
  6. package/dist-types/CostExplorerClient.d.ts +1 -1
  7. package/dist-types/commands/CreateAnomalyMonitorCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateAnomalySubscriptionCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateCostCategoryDefinitionCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteAnomalyMonitorCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteAnomalySubscriptionCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteCostCategoryDefinitionCommand.d.ts +2 -1
  13. package/dist-types/commands/DescribeCostCategoryDefinitionCommand.d.ts +2 -1
  14. package/dist-types/commands/GetAnomaliesCommand.d.ts +2 -1
  15. package/dist-types/commands/GetAnomalyMonitorsCommand.d.ts +2 -1
  16. package/dist-types/commands/GetAnomalySubscriptionsCommand.d.ts +2 -1
  17. package/dist-types/commands/GetApproximateUsageRecordsCommand.d.ts +2 -1
  18. package/dist-types/commands/GetCostAndUsageCommand.d.ts +2 -1
  19. package/dist-types/commands/GetCostAndUsageWithResourcesCommand.d.ts +2 -1
  20. package/dist-types/commands/GetCostCategoriesCommand.d.ts +2 -1
  21. package/dist-types/commands/GetCostForecastCommand.d.ts +2 -1
  22. package/dist-types/commands/GetDimensionValuesCommand.d.ts +2 -1
  23. package/dist-types/commands/GetReservationCoverageCommand.d.ts +2 -1
  24. package/dist-types/commands/GetReservationPurchaseRecommendationCommand.d.ts +2 -1
  25. package/dist-types/commands/GetReservationUtilizationCommand.d.ts +2 -1
  26. package/dist-types/commands/GetRightsizingRecommendationCommand.d.ts +2 -1
  27. package/dist-types/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.d.ts +2 -1
  28. package/dist-types/commands/GetSavingsPlansCoverageCommand.d.ts +2 -1
  29. package/dist-types/commands/GetSavingsPlansPurchaseRecommendationCommand.d.ts +2 -1
  30. package/dist-types/commands/GetSavingsPlansUtilizationCommand.d.ts +2 -1
  31. package/dist-types/commands/GetSavingsPlansUtilizationDetailsCommand.d.ts +2 -1
  32. package/dist-types/commands/GetTagsCommand.d.ts +2 -1
  33. package/dist-types/commands/GetUsageForecastCommand.d.ts +2 -1
  34. package/dist-types/commands/ListCostAllocationTagsCommand.d.ts +2 -1
  35. package/dist-types/commands/ListCostCategoryDefinitionsCommand.d.ts +2 -1
  36. package/dist-types/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +2 -1
  37. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  38. package/dist-types/commands/ProvideAnomalyFeedbackCommand.d.ts +2 -1
  39. package/dist-types/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +2 -1
  40. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  41. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  42. package/dist-types/commands/UpdateAnomalyMonitorCommand.d.ts +2 -1
  43. package/dist-types/commands/UpdateAnomalySubscriptionCommand.d.ts +2 -1
  44. package/dist-types/commands/UpdateCostAllocationTagsStatusCommand.d.ts +2 -1
  45. package/dist-types/commands/UpdateCostCategoryDefinitionCommand.d.ts +2 -1
  46. package/dist-types/index.d.ts +0 -1
  47. package/dist-types/models/models_0.d.ts +766 -766
  48. package/dist-types/ts3.4/CostExplorer.d.ts +6 -0
  49. package/dist-types/ts3.4/commands/CreateAnomalyMonitorCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/CreateAnomalySubscriptionCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/CreateCostCategoryDefinitionCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/DeleteAnomalyMonitorCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/DeleteAnomalySubscriptionCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/DeleteCostCategoryDefinitionCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/DescribeCostCategoryDefinitionCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/GetAnomaliesCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/GetAnomalyMonitorsCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/GetAnomalySubscriptionsCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/GetApproximateUsageRecordsCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/GetCostAndUsageCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/GetCostAndUsageWithResourcesCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/GetCostCategoriesCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/GetCostForecastCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/GetDimensionValuesCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/GetReservationCoverageCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/GetReservationPurchaseRecommendationCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/GetReservationUtilizationCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/GetRightsizingRecommendationCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/GetSavingsPlansCoverageCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/GetSavingsPlansPurchaseRecommendationCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationDetailsCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +7 -0
  75. package/dist-types/ts3.4/commands/GetUsageForecastCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/ListCostAllocationTagsCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/ListCostCategoryDefinitionsCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +11 -0
  79. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/ProvideAnomalyFeedbackCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +11 -0
  82. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/UpdateAnomalyMonitorCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/UpdateAnomalySubscriptionCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/UpdateCostAllocationTagsStatusCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/UpdateCostCategoryDefinitionCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/index.d.ts +0 -1
  89. package/package.json +40 -40
@@ -1,12 +1,14 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.defaultEndpointResolver = void 0;
4
- const util_endpoints_1 = require("@smithy/util-endpoints");
4
+ const util_endpoints_1 = require("@aws-sdk/util-endpoints");
5
+ const util_endpoints_2 = require("@smithy/util-endpoints");
5
6
  const ruleset_1 = require("./ruleset");
6
7
  const defaultEndpointResolver = (endpointParams, context = {}) => {
7
- return (0, util_endpoints_1.resolveEndpoint)(ruleset_1.ruleSet, {
8
+ return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
8
9
  endpointParams: endpointParams,
9
10
  logger: context.logger,
10
11
  });
11
12
  };
12
13
  exports.defaultEndpointResolver = defaultEndpointResolver;
14
+ util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
package/dist-cjs/index.js CHANGED
@@ -2797,9 +2797,6 @@ var paginateListCostAllocationTags = (0, import_core.createPaginator)(CostExplor
2797
2797
  // src/pagination/ListCostCategoryDefinitionsPaginator.ts
2798
2798
 
2799
2799
  var paginateListCostCategoryDefinitions = (0, import_core.createPaginator)(CostExplorerClient, ListCostCategoryDefinitionsCommand, "NextToken", "NextToken", "MaxResults");
2800
-
2801
- // src/index.ts
2802
- var import_util_endpoints = require("@aws-sdk/util-endpoints");
2803
2800
  // Annotate the CommonJS export names for ESM import in node:
2804
2801
 
2805
2802
  0 && (module.exports = {
@@ -1,4 +1,5 @@
1
- import { resolveEndpoint } from "@smithy/util-endpoints";
1
+ import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
+ import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
2
3
  import { ruleSet } from "./ruleset";
3
4
  export const defaultEndpointResolver = (endpointParams, context = {}) => {
4
5
  return resolveEndpoint(ruleSet, {
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
6
7
  logger: context.logger,
7
8
  });
8
9
  };
10
+ customEndpointFunctions.aws = awsEndpointFunctions;
package/dist-es/index.js CHANGED
@@ -3,5 +3,4 @@ export * from "./CostExplorer";
3
3
  export * from "./commands";
4
4
  export * from "./pagination";
5
5
  export * from "./models";
6
- import "@aws-sdk/util-endpoints";
7
6
  export { CostExplorerServiceException } from "./models/CostExplorerServiceException";
@@ -91,12 +91,14 @@ export interface CostExplorer {
91
91
  /**
92
92
  * @see {@link GetAnomalyMonitorsCommand}
93
93
  */
94
+ getAnomalyMonitors(): Promise<GetAnomalyMonitorsCommandOutput>;
94
95
  getAnomalyMonitors(args: GetAnomalyMonitorsCommandInput, options?: __HttpHandlerOptions): Promise<GetAnomalyMonitorsCommandOutput>;
95
96
  getAnomalyMonitors(args: GetAnomalyMonitorsCommandInput, cb: (err: any, data?: GetAnomalyMonitorsCommandOutput) => void): void;
96
97
  getAnomalyMonitors(args: GetAnomalyMonitorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAnomalyMonitorsCommandOutput) => void): void;
97
98
  /**
98
99
  * @see {@link GetAnomalySubscriptionsCommand}
99
100
  */
101
+ getAnomalySubscriptions(): Promise<GetAnomalySubscriptionsCommandOutput>;
100
102
  getAnomalySubscriptions(args: GetAnomalySubscriptionsCommandInput, options?: __HttpHandlerOptions): Promise<GetAnomalySubscriptionsCommandOutput>;
101
103
  getAnomalySubscriptions(args: GetAnomalySubscriptionsCommandInput, cb: (err: any, data?: GetAnomalySubscriptionsCommandOutput) => void): void;
102
104
  getAnomalySubscriptions(args: GetAnomalySubscriptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAnomalySubscriptionsCommandOutput) => void): void;
@@ -205,18 +207,21 @@ export interface CostExplorer {
205
207
  /**
206
208
  * @see {@link ListCostAllocationTagsCommand}
207
209
  */
210
+ listCostAllocationTags(): Promise<ListCostAllocationTagsCommandOutput>;
208
211
  listCostAllocationTags(args: ListCostAllocationTagsCommandInput, options?: __HttpHandlerOptions): Promise<ListCostAllocationTagsCommandOutput>;
209
212
  listCostAllocationTags(args: ListCostAllocationTagsCommandInput, cb: (err: any, data?: ListCostAllocationTagsCommandOutput) => void): void;
210
213
  listCostAllocationTags(args: ListCostAllocationTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCostAllocationTagsCommandOutput) => void): void;
211
214
  /**
212
215
  * @see {@link ListCostCategoryDefinitionsCommand}
213
216
  */
217
+ listCostCategoryDefinitions(): Promise<ListCostCategoryDefinitionsCommandOutput>;
214
218
  listCostCategoryDefinitions(args: ListCostCategoryDefinitionsCommandInput, options?: __HttpHandlerOptions): Promise<ListCostCategoryDefinitionsCommandOutput>;
215
219
  listCostCategoryDefinitions(args: ListCostCategoryDefinitionsCommandInput, cb: (err: any, data?: ListCostCategoryDefinitionsCommandOutput) => void): void;
216
220
  listCostCategoryDefinitions(args: ListCostCategoryDefinitionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCostCategoryDefinitionsCommandOutput) => void): void;
217
221
  /**
218
222
  * @see {@link ListSavingsPlansPurchaseRecommendationGenerationCommand}
219
223
  */
224
+ listSavingsPlansPurchaseRecommendationGeneration(): Promise<ListSavingsPlansPurchaseRecommendationGenerationCommandOutput>;
220
225
  listSavingsPlansPurchaseRecommendationGeneration(args: ListSavingsPlansPurchaseRecommendationGenerationCommandInput, options?: __HttpHandlerOptions): Promise<ListSavingsPlansPurchaseRecommendationGenerationCommandOutput>;
221
226
  listSavingsPlansPurchaseRecommendationGeneration(args: ListSavingsPlansPurchaseRecommendationGenerationCommandInput, cb: (err: any, data?: ListSavingsPlansPurchaseRecommendationGenerationCommandOutput) => void): void;
222
227
  listSavingsPlansPurchaseRecommendationGeneration(args: ListSavingsPlansPurchaseRecommendationGenerationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSavingsPlansPurchaseRecommendationGenerationCommandOutput) => void): void;
@@ -235,6 +240,7 @@ export interface CostExplorer {
235
240
  /**
236
241
  * @see {@link StartSavingsPlansPurchaseRecommendationGenerationCommand}
237
242
  */
243
+ startSavingsPlansPurchaseRecommendationGeneration(): Promise<StartSavingsPlansPurchaseRecommendationGenerationCommandOutput>;
238
244
  startSavingsPlansPurchaseRecommendationGeneration(args: StartSavingsPlansPurchaseRecommendationGenerationCommandInput, options?: __HttpHandlerOptions): Promise<StartSavingsPlansPurchaseRecommendationGenerationCommandOutput>;
239
245
  startSavingsPlansPurchaseRecommendationGeneration(args: StartSavingsPlansPurchaseRecommendationGenerationCommandInput, cb: (err: any, data?: StartSavingsPlansPurchaseRecommendationGenerationCommandOutput) => void): void;
240
246
  startSavingsPlansPurchaseRecommendationGeneration(args: StartSavingsPlansPurchaseRecommendationGenerationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartSavingsPlansPurchaseRecommendationGenerationCommandOutput) => void): void;
@@ -276,7 +282,6 @@ export interface CostExplorer {
276
282
  updateCostCategoryDefinition(args: UpdateCostCategoryDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCostCategoryDefinitionCommandOutput) => void): void;
277
283
  }
278
284
  /**
279
- * @public
280
285
  * <p>You can use the Cost Explorer API to programmatically query your cost and usage data.
281
286
  * You can query for aggregated data such as total monthly costs or total daily usage. You can
282
287
  * also query for granular data. This might include the number of daily write operations for
@@ -293,6 +298,7 @@ export interface CostExplorer {
293
298
  * <p>For information about the costs that are associated with the Cost Explorer API, see
294
299
  * <a href="http://aws.amazon.com/aws-cost-management/pricing/">Amazon Web Services Cost
295
300
  * Management Pricing</a>.</p>
301
+ * @public
296
302
  */
297
303
  export declare class CostExplorer extends CostExplorerClient implements CostExplorer {
298
304
  }
@@ -190,7 +190,6 @@ export type CostExplorerClientResolvedConfigType = __SmithyResolvedConfiguration
190
190
  export interface CostExplorerClientResolvedConfig extends CostExplorerClientResolvedConfigType {
191
191
  }
192
192
  /**
193
- * @public
194
193
  * <p>You can use the Cost Explorer API to programmatically query your cost and usage data.
195
194
  * You can query for aggregated data such as total monthly costs or total daily usage. You can
196
195
  * also query for granular data. This might include the number of daily write operations for
@@ -207,6 +206,7 @@ export interface CostExplorerClientResolvedConfig extends CostExplorerClientReso
207
206
  * <p>For information about the costs that are associated with the Cost Explorer API, see
208
207
  * <a href="http://aws.amazon.com/aws-cost-management/pricing/">Amazon Web Services Cost
209
208
  * Management Pricing</a>.</p>
209
+ * @public
210
210
  */
211
211
  export declare class CostExplorerClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, CostExplorerClientResolvedConfig> {
212
212
  /**
@@ -22,10 +22,10 @@ export interface CreateAnomalyMonitorCommandOutput extends CreateAnomalyMonitorR
22
22
  }
23
23
  declare const CreateAnomalyMonitorCommand_base: {
24
24
  new (input: CreateAnomalyMonitorCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAnomalyMonitorCommandInput, CreateAnomalyMonitorCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateAnomalyMonitorCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAnomalyMonitorCommandInput, CreateAnomalyMonitorCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new cost anomaly detection monitor with the requested type and monitor
30
30
  * specification. </p>
31
31
  * @example
@@ -139,6 +139,7 @@ declare const CreateAnomalyMonitorCommand_base: {
139
139
  * @throws {@link CostExplorerServiceException}
140
140
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
141
141
  *
142
+ * @public
142
143
  */
143
144
  export declare class CreateAnomalyMonitorCommand extends CreateAnomalyMonitorCommand_base {
144
145
  }
@@ -22,10 +22,10 @@ export interface CreateAnomalySubscriptionCommandOutput extends CreateAnomalySub
22
22
  }
23
23
  declare const CreateAnomalySubscriptionCommand_base: {
24
24
  new (input: CreateAnomalySubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAnomalySubscriptionCommandInput, CreateAnomalySubscriptionCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateAnomalySubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAnomalySubscriptionCommandInput, CreateAnomalySubscriptionCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds an alert subscription to a cost anomaly detection monitor. You can use each
30
30
  * subscription to define subscribers with email or SNS notifications. Email subscribers can set
31
31
  * an absolute or percentage threshold and a time frequency for receiving notifications. </p>
@@ -150,6 +150,7 @@ declare const CreateAnomalySubscriptionCommand_base: {
150
150
  * @throws {@link CostExplorerServiceException}
151
151
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
152
152
  *
153
+ * @public
153
154
  */
154
155
  export declare class CreateAnomalySubscriptionCommand extends CreateAnomalySubscriptionCommand_base {
155
156
  }
@@ -22,10 +22,10 @@ export interface CreateCostCategoryDefinitionCommandOutput extends CreateCostCat
22
22
  }
23
23
  declare const CreateCostCategoryDefinitionCommand_base: {
24
24
  new (input: CreateCostCategoryDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCostCategoryDefinitionCommandInput, CreateCostCategoryDefinitionCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateCostCategoryDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCostCategoryDefinitionCommandInput, CreateCostCategoryDefinitionCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new Cost Category with the requested name and rules.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -164,6 +164,7 @@ declare const CreateCostCategoryDefinitionCommand_base: {
164
164
  * @throws {@link CostExplorerServiceException}
165
165
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
166
166
  *
167
+ * @public
167
168
  */
168
169
  export declare class CreateCostCategoryDefinitionCommand extends CreateCostCategoryDefinitionCommand_base {
169
170
  }
@@ -22,10 +22,10 @@ export interface DeleteAnomalyMonitorCommandOutput extends DeleteAnomalyMonitorR
22
22
  }
23
23
  declare const DeleteAnomalyMonitorCommand_base: {
24
24
  new (input: DeleteAnomalyMonitorCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAnomalyMonitorCommandInput, DeleteAnomalyMonitorCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteAnomalyMonitorCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAnomalyMonitorCommandInput, DeleteAnomalyMonitorCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a cost anomaly monitor. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -57,6 +57,7 @@ declare const DeleteAnomalyMonitorCommand_base: {
57
57
  * @throws {@link CostExplorerServiceException}
58
58
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
59
59
  *
60
+ * @public
60
61
  */
61
62
  export declare class DeleteAnomalyMonitorCommand extends DeleteAnomalyMonitorCommand_base {
62
63
  }
@@ -22,10 +22,10 @@ export interface DeleteAnomalySubscriptionCommandOutput extends DeleteAnomalySub
22
22
  }
23
23
  declare const DeleteAnomalySubscriptionCommand_base: {
24
24
  new (input: DeleteAnomalySubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAnomalySubscriptionCommandInput, DeleteAnomalySubscriptionCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteAnomalySubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAnomalySubscriptionCommandInput, DeleteAnomalySubscriptionCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a cost anomaly subscription. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -57,6 +57,7 @@ declare const DeleteAnomalySubscriptionCommand_base: {
57
57
  * @throws {@link CostExplorerServiceException}
58
58
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
59
59
  *
60
+ * @public
60
61
  */
61
62
  export declare class DeleteAnomalySubscriptionCommand extends DeleteAnomalySubscriptionCommand_base {
62
63
  }
@@ -22,10 +22,10 @@ export interface DeleteCostCategoryDefinitionCommandOutput extends DeleteCostCat
22
22
  }
23
23
  declare const DeleteCostCategoryDefinitionCommand_base: {
24
24
  new (input: DeleteCostCategoryDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCostCategoryDefinitionCommandInput, DeleteCostCategoryDefinitionCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteCostCategoryDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCostCategoryDefinitionCommandInput, DeleteCostCategoryDefinitionCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a Cost Category. Expenses from this month going forward will no longer be
30
30
  * categorized with this Cost Category.</p>
31
31
  * @example
@@ -61,6 +61,7 @@ declare const DeleteCostCategoryDefinitionCommand_base: {
61
61
  * @throws {@link CostExplorerServiceException}
62
62
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
63
63
  *
64
+ * @public
64
65
  */
65
66
  export declare class DeleteCostCategoryDefinitionCommand extends DeleteCostCategoryDefinitionCommand_base {
66
67
  }
@@ -22,10 +22,10 @@ export interface DescribeCostCategoryDefinitionCommandOutput extends DescribeCos
22
22
  }
23
23
  declare const DescribeCostCategoryDefinitionCommand_base: {
24
24
  new (input: DescribeCostCategoryDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCostCategoryDefinitionCommandInput, DescribeCostCategoryDefinitionCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeCostCategoryDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCostCategoryDefinitionCommandInput, DescribeCostCategoryDefinitionCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns the name, Amazon Resource Name (ARN), rules, definition, and effective dates of a
30
30
  * Cost Category that's defined in the account.</p>
31
31
  * <p>You have the option to use <code>EffectiveOn</code> to return a Cost Category that's
@@ -172,6 +172,7 @@ declare const DescribeCostCategoryDefinitionCommand_base: {
172
172
  * @throws {@link CostExplorerServiceException}
173
173
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
174
174
  *
175
+ * @public
175
176
  */
176
177
  export declare class DescribeCostCategoryDefinitionCommand extends DescribeCostCategoryDefinitionCommand_base {
177
178
  }
@@ -22,10 +22,10 @@ export interface GetAnomaliesCommandOutput extends GetAnomaliesResponse, __Metad
22
22
  }
23
23
  declare const GetAnomaliesCommand_base: {
24
24
  new (input: GetAnomaliesCommandInput): import("@smithy/smithy-client").CommandImpl<GetAnomaliesCommandInput, GetAnomaliesCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetAnomaliesCommandInput): import("@smithy/smithy-client").CommandImpl<GetAnomaliesCommandInput, GetAnomaliesCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves all of the cost anomalies detected on your account during the time period that's
30
30
  * specified by the <code>DateInterval</code> object. Anomalies are available for up to 90
31
31
  * days.</p>
@@ -103,6 +103,7 @@ declare const GetAnomaliesCommand_base: {
103
103
  * @throws {@link CostExplorerServiceException}
104
104
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
105
105
  *
106
+ * @public
106
107
  */
107
108
  export declare class GetAnomaliesCommand extends GetAnomaliesCommand_base {
108
109
  }
@@ -22,10 +22,10 @@ export interface GetAnomalyMonitorsCommandOutput extends GetAnomalyMonitorsRespo
22
22
  }
23
23
  declare const GetAnomalyMonitorsCommand_base: {
24
24
  new (input: GetAnomalyMonitorsCommandInput): import("@smithy/smithy-client").CommandImpl<GetAnomalyMonitorsCommandInput, GetAnomalyMonitorsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetAnomalyMonitorsCommandInput]): import("@smithy/smithy-client").CommandImpl<GetAnomalyMonitorsCommandInput, GetAnomalyMonitorsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the cost anomaly monitor definitions for your account. You can filter using a
30
30
  * list of cost anomaly monitor Amazon Resource Names (ARNs). </p>
31
31
  * @example
@@ -146,6 +146,7 @@ declare const GetAnomalyMonitorsCommand_base: {
146
146
  * @throws {@link CostExplorerServiceException}
147
147
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
148
148
  *
149
+ * @public
149
150
  */
150
151
  export declare class GetAnomalyMonitorsCommand extends GetAnomalyMonitorsCommand_base {
151
152
  }
@@ -22,10 +22,10 @@ export interface GetAnomalySubscriptionsCommandOutput extends GetAnomalySubscrip
22
22
  }
23
23
  declare const GetAnomalySubscriptionsCommand_base: {
24
24
  new (input: GetAnomalySubscriptionsCommandInput): import("@smithy/smithy-client").CommandImpl<GetAnomalySubscriptionsCommandInput, GetAnomalySubscriptionsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetAnomalySubscriptionsCommandInput]): import("@smithy/smithy-client").CommandImpl<GetAnomalySubscriptionsCommandInput, GetAnomalySubscriptionsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the cost anomaly subscription objects for your account. You can filter using a
30
30
  * list of cost anomaly monitor Amazon Resource Names (ARNs). </p>
31
31
  * @example
@@ -154,6 +154,7 @@ declare const GetAnomalySubscriptionsCommand_base: {
154
154
  * @throws {@link CostExplorerServiceException}
155
155
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
156
156
  *
157
+ * @public
157
158
  */
158
159
  export declare class GetAnomalySubscriptionsCommand extends GetAnomalySubscriptionsCommand_base {
159
160
  }
@@ -22,10 +22,10 @@ export interface GetApproximateUsageRecordsCommandOutput extends GetApproximateU
22
22
  }
23
23
  declare const GetApproximateUsageRecordsCommand_base: {
24
24
  new (input: GetApproximateUsageRecordsCommandInput): import("@smithy/smithy-client").CommandImpl<GetApproximateUsageRecordsCommandInput, GetApproximateUsageRecordsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetApproximateUsageRecordsCommandInput): import("@smithy/smithy-client").CommandImpl<GetApproximateUsageRecordsCommandInput, GetApproximateUsageRecordsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves estimated usage records for hourly granularity or resource-level data at daily
30
30
  * granularity.</p>
31
31
  * @example
@@ -71,6 +71,7 @@ declare const GetApproximateUsageRecordsCommand_base: {
71
71
  * @throws {@link CostExplorerServiceException}
72
72
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class GetApproximateUsageRecordsCommand extends GetApproximateUsageRecordsCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface GetCostAndUsageCommandOutput extends GetCostAndUsageResponse, _
22
22
  }
23
23
  declare const GetCostAndUsageCommand_base: {
24
24
  new (input: GetCostAndUsageCommandInput): import("@smithy/smithy-client").CommandImpl<GetCostAndUsageCommandInput, GetCostAndUsageCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetCostAndUsageCommandInput): import("@smithy/smithy-client").CommandImpl<GetCostAndUsageCommandInput, GetCostAndUsageCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves cost and usage metrics for your account. You can specify which cost and
30
30
  * usage-related metric that you want the request to return. For example, you can specify
31
31
  * <code>BlendedCosts</code> or <code>UsageQuantity</code>. You can also filter and group your
@@ -198,6 +198,7 @@ declare const GetCostAndUsageCommand_base: {
198
198
  * @throws {@link CostExplorerServiceException}
199
199
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
200
200
  *
201
+ * @public
201
202
  */
202
203
  export declare class GetCostAndUsageCommand extends GetCostAndUsageCommand_base {
203
204
  }
@@ -22,10 +22,10 @@ export interface GetCostAndUsageWithResourcesCommandOutput extends GetCostAndUsa
22
22
  }
23
23
  declare const GetCostAndUsageWithResourcesCommand_base: {
24
24
  new (input: GetCostAndUsageWithResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<GetCostAndUsageWithResourcesCommandInput, GetCostAndUsageWithResourcesCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetCostAndUsageWithResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<GetCostAndUsageWithResourcesCommandInput, GetCostAndUsageWithResourcesCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves cost and usage metrics with resources for your account. You can specify which
30
30
  * cost and usage-related metric, such as <code>BlendedCosts</code> or
31
31
  * <code>UsageQuantity</code>, that you want the request to return. You can also filter and group
@@ -203,6 +203,7 @@ declare const GetCostAndUsageWithResourcesCommand_base: {
203
203
  * @throws {@link CostExplorerServiceException}
204
204
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
205
205
  *
206
+ * @public
206
207
  */
207
208
  export declare class GetCostAndUsageWithResourcesCommand extends GetCostAndUsageWithResourcesCommand_base {
208
209
  }
@@ -22,10 +22,10 @@ export interface GetCostCategoriesCommandOutput extends GetCostCategoriesRespons
22
22
  }
23
23
  declare const GetCostCategoriesCommand_base: {
24
24
  new (input: GetCostCategoriesCommandInput): import("@smithy/smithy-client").CommandImpl<GetCostCategoriesCommandInput, GetCostCategoriesCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetCostCategoriesCommandInput): import("@smithy/smithy-client").CommandImpl<GetCostCategoriesCommandInput, GetCostCategoriesCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves an array of Cost Category names and values incurred cost.</p>
30
30
  * <note>
31
31
  * <p>If some Cost Category names and values are not associated with any cost, they will not
@@ -161,6 +161,7 @@ declare const GetCostCategoriesCommand_base: {
161
161
  * @throws {@link CostExplorerServiceException}
162
162
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
163
163
  *
164
+ * @public
164
165
  */
165
166
  export declare class GetCostCategoriesCommand extends GetCostCategoriesCommand_base {
166
167
  }
@@ -22,10 +22,10 @@ export interface GetCostForecastCommandOutput extends GetCostForecastResponse, _
22
22
  }
23
23
  declare const GetCostForecastCommand_base: {
24
24
  new (input: GetCostForecastCommandInput): import("@smithy/smithy-client").CommandImpl<GetCostForecastCommandInput, GetCostForecastCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetCostForecastCommandInput): import("@smithy/smithy-client").CommandImpl<GetCostForecastCommandInput, GetCostForecastCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a forecast for how much Amazon Web Services predicts that you will spend over
30
30
  * the forecast time period that you select, based on your past costs. </p>
31
31
  * @example
@@ -147,6 +147,7 @@ declare const GetCostForecastCommand_base: {
147
147
  * @throws {@link CostExplorerServiceException}
148
148
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
149
149
  *
150
+ * @public
150
151
  */
151
152
  export declare class GetCostForecastCommand extends GetCostForecastCommand_base {
152
153
  }
@@ -22,10 +22,10 @@ export interface GetDimensionValuesCommandOutput extends GetDimensionValuesRespo
22
22
  }
23
23
  declare const GetDimensionValuesCommand_base: {
24
24
  new (input: GetDimensionValuesCommandInput): import("@smithy/smithy-client").CommandImpl<GetDimensionValuesCommandInput, GetDimensionValuesCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetDimensionValuesCommandInput): import("@smithy/smithy-client").CommandImpl<GetDimensionValuesCommandInput, GetDimensionValuesCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves all available filter values for a specified filter over a period of time. You
30
30
  * can search the dimension values for an arbitrary string. </p>
31
31
  * @example
@@ -161,6 +161,7 @@ declare const GetDimensionValuesCommand_base: {
161
161
  * @throws {@link CostExplorerServiceException}
162
162
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
163
163
  *
164
+ * @public
164
165
  */
165
166
  export declare class GetDimensionValuesCommand extends GetDimensionValuesCommand_base {
166
167
  }
@@ -22,10 +22,10 @@ export interface GetReservationCoverageCommandOutput extends GetReservationCover
22
22
  }
23
23
  declare const GetReservationCoverageCommand_base: {
24
24
  new (input: GetReservationCoverageCommandInput): import("@smithy/smithy-client").CommandImpl<GetReservationCoverageCommandInput, GetReservationCoverageCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetReservationCoverageCommandInput): import("@smithy/smithy-client").CommandImpl<GetReservationCoverageCommandInput, GetReservationCoverageCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the reservation coverage for your account, which you can use to see how much
30
30
  * of your Amazon Elastic Compute Cloud, Amazon ElastiCache, Amazon Relational Database Service,
31
31
  * or Amazon Redshift usage is covered by a reservation. An organization's management account can
@@ -243,6 +243,7 @@ declare const GetReservationCoverageCommand_base: {
243
243
  * @throws {@link CostExplorerServiceException}
244
244
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
245
245
  *
246
+ * @public
246
247
  */
247
248
  export declare class GetReservationCoverageCommand extends GetReservationCoverageCommand_base {
248
249
  }
@@ -22,10 +22,10 @@ export interface GetReservationPurchaseRecommendationCommandOutput extends GetRe
22
22
  }
23
23
  declare const GetReservationPurchaseRecommendationCommand_base: {
24
24
  new (input: GetReservationPurchaseRecommendationCommandInput): import("@smithy/smithy-client").CommandImpl<GetReservationPurchaseRecommendationCommandInput, GetReservationPurchaseRecommendationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetReservationPurchaseRecommendationCommandInput): import("@smithy/smithy-client").CommandImpl<GetReservationPurchaseRecommendationCommandInput, GetReservationPurchaseRecommendationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets recommendations for reservation purchases. These recommendations might help you to
30
30
  * reduce your costs. Reservations provide a discounted hourly rate (up to 75%) compared to
31
31
  * On-Demand pricing.</p>
@@ -252,6 +252,7 @@ declare const GetReservationPurchaseRecommendationCommand_base: {
252
252
  * @throws {@link CostExplorerServiceException}
253
253
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
254
254
  *
255
+ * @public
255
256
  */
256
257
  export declare class GetReservationPurchaseRecommendationCommand extends GetReservationPurchaseRecommendationCommand_base {
257
258
  }
@@ -22,10 +22,10 @@ export interface GetReservationUtilizationCommandOutput extends GetReservationUt
22
22
  }
23
23
  declare const GetReservationUtilizationCommand_base: {
24
24
  new (input: GetReservationUtilizationCommandInput): import("@smithy/smithy-client").CommandImpl<GetReservationUtilizationCommandInput, GetReservationUtilizationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetReservationUtilizationCommandInput): import("@smithy/smithy-client").CommandImpl<GetReservationUtilizationCommandInput, GetReservationUtilizationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the reservation utilization for your account. Management account in an
30
30
  * organization have access to member accounts. You can filter data by dimensions in a time
31
31
  * period. You can use <code>GetDimensionValues</code> to determine the possible dimension
@@ -204,6 +204,7 @@ declare const GetReservationUtilizationCommand_base: {
204
204
  * @throws {@link CostExplorerServiceException}
205
205
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
206
206
  *
207
+ * @public
207
208
  */
208
209
  export declare class GetReservationUtilizationCommand extends GetReservationUtilizationCommand_base {
209
210
  }
@@ -22,10 +22,10 @@ export interface GetRightsizingRecommendationCommandOutput extends GetRightsizin
22
22
  }
23
23
  declare const GetRightsizingRecommendationCommand_base: {
24
24
  new (input: GetRightsizingRecommendationCommandInput): import("@smithy/smithy-client").CommandImpl<GetRightsizingRecommendationCommandInput, GetRightsizingRecommendationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetRightsizingRecommendationCommandInput): import("@smithy/smithy-client").CommandImpl<GetRightsizingRecommendationCommandInput, GetRightsizingRecommendationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates recommendations that help you save cost by identifying idle and underutilized
30
30
  * Amazon EC2 instances.</p>
31
31
  * <p>Recommendations are generated to either downsize or terminate instances, along with
@@ -275,6 +275,7 @@ declare const GetRightsizingRecommendationCommand_base: {
275
275
  * @throws {@link CostExplorerServiceException}
276
276
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
277
277
  *
278
+ * @public
278
279
  */
279
280
  export declare class GetRightsizingRecommendationCommand extends GetRightsizingRecommendationCommand_base {
280
281
  }
@@ -22,10 +22,10 @@ export interface GetSavingsPlanPurchaseRecommendationDetailsCommandOutput extend
22
22
  }
23
23
  declare const GetSavingsPlanPurchaseRecommendationDetailsCommand_base: {
24
24
  new (input: GetSavingsPlanPurchaseRecommendationDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<GetSavingsPlanPurchaseRecommendationDetailsCommandInput, GetSavingsPlanPurchaseRecommendationDetailsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetSavingsPlanPurchaseRecommendationDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<GetSavingsPlanPurchaseRecommendationDetailsCommandInput, GetSavingsPlanPurchaseRecommendationDetailsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the details for a Savings Plan recommendation. These details include the hourly
30
30
  * data-points that construct the cost, coverage, and utilization charts.</p>
31
31
  * @example
@@ -99,6 +99,7 @@ declare const GetSavingsPlanPurchaseRecommendationDetailsCommand_base: {
99
99
  * @throws {@link CostExplorerServiceException}
100
100
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
101
101
  *
102
+ * @public
102
103
  */
103
104
  export declare class GetSavingsPlanPurchaseRecommendationDetailsCommand extends GetSavingsPlanPurchaseRecommendationDetailsCommand_base {
104
105
  }
@@ -22,10 +22,10 @@ export interface GetSavingsPlansCoverageCommandOutput extends GetSavingsPlansCov
22
22
  }
23
23
  declare const GetSavingsPlansCoverageCommand_base: {
24
24
  new (input: GetSavingsPlansCoverageCommandInput): import("@smithy/smithy-client").CommandImpl<GetSavingsPlansCoverageCommandInput, GetSavingsPlansCoverageCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetSavingsPlansCoverageCommandInput): import("@smithy/smithy-client").CommandImpl<GetSavingsPlansCoverageCommandInput, GetSavingsPlansCoverageCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the Savings Plans covered for your account. This enables you to see how much of
30
30
  * your cost is covered by a Savings Plan. An organization’s management account can see the
31
31
  * coverage of the associated member accounts. This supports dimensions, Cost Categories, and
@@ -193,6 +193,7 @@ declare const GetSavingsPlansCoverageCommand_base: {
193
193
  * @throws {@link CostExplorerServiceException}
194
194
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
195
195
  *
196
+ * @public
196
197
  */
197
198
  export declare class GetSavingsPlansCoverageCommand extends GetSavingsPlansCoverageCommand_base {
198
199
  }
@@ -22,10 +22,10 @@ export interface GetSavingsPlansPurchaseRecommendationCommandOutput extends GetS
22
22
  }
23
23
  declare const GetSavingsPlansPurchaseRecommendationCommand_base: {
24
24
  new (input: GetSavingsPlansPurchaseRecommendationCommandInput): import("@smithy/smithy-client").CommandImpl<GetSavingsPlansPurchaseRecommendationCommandInput, GetSavingsPlansPurchaseRecommendationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetSavingsPlansPurchaseRecommendationCommandInput): import("@smithy/smithy-client").CommandImpl<GetSavingsPlansPurchaseRecommendationCommandInput, GetSavingsPlansPurchaseRecommendationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the Savings Plans recommendations for your account. First use
30
30
  * <code>StartSavingsPlansPurchaseRecommendationGeneration</code> to generate a new set of
31
31
  * recommendations, and then use <code>GetSavingsPlansPurchaseRecommendation</code> to retrieve
@@ -185,6 +185,7 @@ declare const GetSavingsPlansPurchaseRecommendationCommand_base: {
185
185
  * @throws {@link CostExplorerServiceException}
186
186
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
187
187
  *
188
+ * @public
188
189
  */
189
190
  export declare class GetSavingsPlansPurchaseRecommendationCommand extends GetSavingsPlansPurchaseRecommendationCommand_base {
190
191
  }