@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
@@ -22,10 +22,10 @@ export interface GetSavingsPlansUtilizationCommandOutput extends GetSavingsPlans
22
22
  }
23
23
  declare const GetSavingsPlansUtilizationCommand_base: {
24
24
  new (input: GetSavingsPlansUtilizationCommandInput): import("@smithy/smithy-client").CommandImpl<GetSavingsPlansUtilizationCommandInput, GetSavingsPlansUtilizationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetSavingsPlansUtilizationCommandInput): import("@smithy/smithy-client").CommandImpl<GetSavingsPlansUtilizationCommandInput, GetSavingsPlansUtilizationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the Savings Plans utilization for your account across date ranges with daily or
30
30
  * monthly granularity. Management account in an organization have access to member accounts. You
31
31
  * can use <code>GetDimensionValues</code> in <code>SAVINGS_PLANS</code> to determine the
@@ -180,6 +180,7 @@ declare const GetSavingsPlansUtilizationCommand_base: {
180
180
  * @throws {@link CostExplorerServiceException}
181
181
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
182
182
  *
183
+ * @public
183
184
  */
184
185
  export declare class GetSavingsPlansUtilizationCommand extends GetSavingsPlansUtilizationCommand_base {
185
186
  }
@@ -22,10 +22,10 @@ export interface GetSavingsPlansUtilizationDetailsCommandOutput extends GetSavin
22
22
  }
23
23
  declare const GetSavingsPlansUtilizationDetailsCommand_base: {
24
24
  new (input: GetSavingsPlansUtilizationDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<GetSavingsPlansUtilizationDetailsCommandInput, GetSavingsPlansUtilizationDetailsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetSavingsPlansUtilizationDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<GetSavingsPlansUtilizationDetailsCommandInput, GetSavingsPlansUtilizationDetailsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves attribute data along with aggregate utilization and savings data for a given
30
30
  * time period. This doesn't support granular or grouped data (daily/monthly) in response. You
31
31
  * can't retrieve data by dates in a single response similar to
@@ -196,6 +196,7 @@ declare const GetSavingsPlansUtilizationDetailsCommand_base: {
196
196
  * @throws {@link CostExplorerServiceException}
197
197
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
198
198
  *
199
+ * @public
199
200
  */
200
201
  export declare class GetSavingsPlansUtilizationDetailsCommand extends GetSavingsPlansUtilizationDetailsCommand_base {
201
202
  }
@@ -22,10 +22,10 @@ export interface GetTagsCommandOutput extends GetTagsResponse, __MetadataBearer
22
22
  }
23
23
  declare const GetTagsCommand_base: {
24
24
  new (input: GetTagsCommandInput): import("@smithy/smithy-client").CommandImpl<GetTagsCommandInput, GetTagsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetTagsCommandInput): import("@smithy/smithy-client").CommandImpl<GetTagsCommandInput, GetTagsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Queries for available tag keys and tag values for a specified period. You can search
30
30
  * the tag values for an arbitrary string. </p>
31
31
  * @example
@@ -155,6 +155,7 @@ declare const GetTagsCommand_base: {
155
155
  * @throws {@link CostExplorerServiceException}
156
156
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
157
157
  *
158
+ * @public
158
159
  */
159
160
  export declare class GetTagsCommand extends GetTagsCommand_base {
160
161
  }
@@ -22,10 +22,10 @@ export interface GetUsageForecastCommandOutput extends GetUsageForecastResponse,
22
22
  }
23
23
  declare const GetUsageForecastCommand_base: {
24
24
  new (input: GetUsageForecastCommandInput): import("@smithy/smithy-client").CommandImpl<GetUsageForecastCommandInput, GetUsageForecastCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetUsageForecastCommandInput): import("@smithy/smithy-client").CommandImpl<GetUsageForecastCommandInput, GetUsageForecastCommandOutput, 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 use
30
30
  * over the forecast time period that you select, based on your past usage. </p>
31
31
  * @example
@@ -152,6 +152,7 @@ declare const GetUsageForecastCommand_base: {
152
152
  * @throws {@link CostExplorerServiceException}
153
153
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
154
154
  *
155
+ * @public
155
156
  */
156
157
  export declare class GetUsageForecastCommand extends GetUsageForecastCommand_base {
157
158
  }
@@ -22,10 +22,10 @@ export interface ListCostAllocationTagsCommandOutput extends ListCostAllocationT
22
22
  }
23
23
  declare const ListCostAllocationTagsCommand_base: {
24
24
  new (input: ListCostAllocationTagsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCostAllocationTagsCommandInput, ListCostAllocationTagsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListCostAllocationTagsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListCostAllocationTagsCommandInput, ListCostAllocationTagsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Get a list of cost allocation tags. All inputs in the API are optional and serve as
30
30
  * filters. By default, all cost allocation tags are returned. </p>
31
31
  * @example
@@ -75,6 +75,7 @@ declare const ListCostAllocationTagsCommand_base: {
75
75
  * @throws {@link CostExplorerServiceException}
76
76
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class ListCostAllocationTagsCommand extends ListCostAllocationTagsCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface ListCostCategoryDefinitionsCommandOutput extends ListCostCatego
22
22
  }
23
23
  declare const ListCostCategoryDefinitionsCommand_base: {
24
24
  new (input: ListCostCategoryDefinitionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCostCategoryDefinitionsCommandInput, ListCostCategoryDefinitionsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListCostCategoryDefinitionsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListCostCategoryDefinitionsCommandInput, ListCostCategoryDefinitionsCommandOutput, 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), <code>NumberOfRules</code> and effective
30
30
  * dates of all Cost Categories defined in the account. You have the option to use
31
31
  * <code>EffectiveOn</code> to return a list of Cost Categories that were active on a specific
@@ -83,6 +83,7 @@ declare const ListCostCategoryDefinitionsCommand_base: {
83
83
  * @throws {@link CostExplorerServiceException}
84
84
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class ListCostCategoryDefinitionsCommand extends ListCostCategoryDefinitionsCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface ListSavingsPlansPurchaseRecommendationGenerationCommandOutput e
22
22
  }
23
23
  declare const ListSavingsPlansPurchaseRecommendationGenerationCommand_base: {
24
24
  new (input: ListSavingsPlansPurchaseRecommendationGenerationCommandInput): import("@smithy/smithy-client").CommandImpl<ListSavingsPlansPurchaseRecommendationGenerationCommandInput, ListSavingsPlansPurchaseRecommendationGenerationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListSavingsPlansPurchaseRecommendationGenerationCommandInput]): import("@smithy/smithy-client").CommandImpl<ListSavingsPlansPurchaseRecommendationGenerationCommandInput, ListSavingsPlansPurchaseRecommendationGenerationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list of your historical recommendation generations within the past 30
30
30
  * days.</p>
31
31
  * @example
@@ -77,6 +77,7 @@ declare const ListSavingsPlansPurchaseRecommendationGenerationCommand_base: {
77
77
  * @throws {@link CostExplorerServiceException}
78
78
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class ListSavingsPlansPurchaseRecommendationGenerationCommand extends ListSavingsPlansPurchaseRecommendationGenerationCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of resource tags associated with the resource specified by the Amazon
30
30
  * Resource Name (ARN). </p>
31
31
  * @example
@@ -65,6 +65,7 @@ declare const ListTagsForResourceCommand_base: {
65
65
  * @throws {@link CostExplorerServiceException}
66
66
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
67
67
  *
68
+ * @public
68
69
  */
69
70
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
70
71
  }
@@ -22,10 +22,10 @@ export interface ProvideAnomalyFeedbackCommandOutput extends ProvideAnomalyFeedb
22
22
  }
23
23
  declare const ProvideAnomalyFeedbackCommand_base: {
24
24
  new (input: ProvideAnomalyFeedbackCommandInput): import("@smithy/smithy-client").CommandImpl<ProvideAnomalyFeedbackCommandInput, ProvideAnomalyFeedbackCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ProvideAnomalyFeedbackCommandInput): import("@smithy/smithy-client").CommandImpl<ProvideAnomalyFeedbackCommandInput, ProvideAnomalyFeedbackCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Modifies the feedback property of a given cost anomaly. </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 ProvideAnomalyFeedbackCommand_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 ProvideAnomalyFeedbackCommand extends ProvideAnomalyFeedbackCommand_base {
62
63
  }
@@ -22,10 +22,10 @@ export interface StartSavingsPlansPurchaseRecommendationGenerationCommandOutput
22
22
  }
23
23
  declare const StartSavingsPlansPurchaseRecommendationGenerationCommand_base: {
24
24
  new (input: StartSavingsPlansPurchaseRecommendationGenerationCommandInput): import("@smithy/smithy-client").CommandImpl<StartSavingsPlansPurchaseRecommendationGenerationCommandInput, StartSavingsPlansPurchaseRecommendationGenerationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [StartSavingsPlansPurchaseRecommendationGenerationCommandInput]): import("@smithy/smithy-client").CommandImpl<StartSavingsPlansPurchaseRecommendationGenerationCommandInput, StartSavingsPlansPurchaseRecommendationGenerationCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Requests a Savings Plans recommendation generation. This enables you to calculate a fresh
30
30
  * set of Savings Plans recommendations that takes your latest usage data and current Savings
31
31
  * Plans inventory into account. You can refresh Savings Plans recommendations up to three times
@@ -74,6 +74,7 @@ declare const StartSavingsPlansPurchaseRecommendationGenerationCommand_base: {
74
74
  * @throws {@link CostExplorerServiceException}
75
75
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class StartSavingsPlansPurchaseRecommendationGenerationCommand extends StartSavingsPlansPurchaseRecommendationGenerationCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>An API operation for adding one or more tags (key-value pairs) to a resource.</p>
30
30
  * <p>You can use the <code>TagResource</code> operation with a resource that already has tags.
31
31
  * If you specify a new tag key for the resource, this tag is appended to the list of tags
@@ -73,6 +73,7 @@ declare const TagResourceCommand_base: {
73
73
  * @throws {@link CostExplorerServiceException}
74
74
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class TagResourceCommand extends TagResourceCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes one or more tags from a resource. Specify only tag keys in your request. Don't
30
30
  * specify the value. </p>
31
31
  * @example
@@ -61,6 +61,7 @@ declare const UntagResourceCommand_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 UntagResourceCommand extends UntagResourceCommand_base {
66
67
  }
@@ -22,10 +22,10 @@ export interface UpdateAnomalyMonitorCommandOutput extends UpdateAnomalyMonitorR
22
22
  }
23
23
  declare const UpdateAnomalyMonitorCommand_base: {
24
24
  new (input: UpdateAnomalyMonitorCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAnomalyMonitorCommandInput, UpdateAnomalyMonitorCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateAnomalyMonitorCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAnomalyMonitorCommandInput, UpdateAnomalyMonitorCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates an existing cost anomaly monitor. The changes made are applied going forward, and
30
30
  * doesn't change anomalies detected in the past. </p>
31
31
  * @example
@@ -61,6 +61,7 @@ declare const UpdateAnomalyMonitorCommand_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 UpdateAnomalyMonitorCommand extends UpdateAnomalyMonitorCommand_base {
66
67
  }
@@ -22,10 +22,10 @@ export interface UpdateAnomalySubscriptionCommandOutput extends UpdateAnomalySub
22
22
  }
23
23
  declare const UpdateAnomalySubscriptionCommand_base: {
24
24
  new (input: UpdateAnomalySubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAnomalySubscriptionCommandInput, UpdateAnomalySubscriptionCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateAnomalySubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAnomalySubscriptionCommandInput, UpdateAnomalySubscriptionCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates an existing cost anomaly subscription. Specify the fields that you want to update.
30
30
  * Omitted fields are unchanged.</p>
31
31
  * <note>
@@ -147,6 +147,7 @@ declare const UpdateAnomalySubscriptionCommand_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 UpdateAnomalySubscriptionCommand extends UpdateAnomalySubscriptionCommand_base {
152
153
  }
@@ -22,10 +22,10 @@ export interface UpdateCostAllocationTagsStatusCommandOutput extends UpdateCostA
22
22
  }
23
23
  declare const UpdateCostAllocationTagsStatusCommand_base: {
24
24
  new (input: UpdateCostAllocationTagsStatusCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCostAllocationTagsStatusCommandInput, UpdateCostAllocationTagsStatusCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateCostAllocationTagsStatusCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCostAllocationTagsStatusCommandInput, UpdateCostAllocationTagsStatusCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates status for cost allocation tags in bulk, with maximum batch size of 20. If the tag
30
30
  * status that's updated is the same as the existing tag status, the request doesn't fail.
31
31
  * Instead, it doesn't have any effect on the tag status (for example, activating the active
@@ -70,6 +70,7 @@ declare const UpdateCostAllocationTagsStatusCommand_base: {
70
70
  * @throws {@link CostExplorerServiceException}
71
71
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class UpdateCostAllocationTagsStatusCommand extends UpdateCostAllocationTagsStatusCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface UpdateCostCategoryDefinitionCommandOutput extends UpdateCostCat
22
22
  }
23
23
  declare const UpdateCostCategoryDefinitionCommand_base: {
24
24
  new (input: UpdateCostCategoryDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCostCategoryDefinitionCommandInput, UpdateCostCategoryDefinitionCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateCostCategoryDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCostCategoryDefinitionCommandInput, UpdateCostCategoryDefinitionCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates an existing Cost Category. Changes made to the Cost Category rules will be used to
30
30
  * categorize the current month’s expenses and future expenses. This won’t change categorization
31
31
  * for the previous months.</p>
@@ -163,6 +163,7 @@ declare const UpdateCostCategoryDefinitionCommand_base: {
163
163
  * @throws {@link CostExplorerServiceException}
164
164
  * <p>Base exception class for all service exceptions from CostExplorer service.</p>
165
165
  *
166
+ * @public
166
167
  */
167
168
  export declare class UpdateCostCategoryDefinitionCommand extends UpdateCostCategoryDefinitionCommand_base {
168
169
  }
@@ -26,5 +26,4 @@ export { CostExplorerExtensionConfiguration } from "./extensionConfiguration";
26
26
  export * from "./commands";
27
27
  export * from "./pagination";
28
28
  export * from "./models";
29
- import "@aws-sdk/util-endpoints";
30
29
  export { CostExplorerServiceException } from "./models/CostExplorerServiceException";