@aws-sdk/client-cost-explorer 3.169.0 → 3.171.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 (56) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/CostExplorer.d.ts +617 -180
  3. package/dist-types/ts3.4/CostExplorerClient.d.ts +315 -108
  4. package/dist-types/ts3.4/commands/CreateAnomalyMonitorCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/CreateAnomalySubscriptionCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/CreateCostCategoryDefinitionCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/DeleteAnomalyMonitorCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/DeleteAnomalySubscriptionCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/DeleteCostCategoryDefinitionCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/DescribeCostCategoryDefinitionCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/GetAnomaliesCommand.d.ts +32 -17
  12. package/dist-types/ts3.4/commands/GetAnomalyMonitorsCommand.d.ts +36 -17
  13. package/dist-types/ts3.4/commands/GetAnomalySubscriptionsCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/GetCostAndUsageCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/GetCostAndUsageWithResourcesCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/GetCostCategoriesCommand.d.ts +36 -17
  17. package/dist-types/ts3.4/commands/GetCostForecastCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/GetDimensionValuesCommand.d.ts +36 -17
  19. package/dist-types/ts3.4/commands/GetReservationCoverageCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/GetReservationPurchaseRecommendationCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/GetReservationUtilizationCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/GetRightsizingRecommendationCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/GetSavingsPlansCoverageCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/GetSavingsPlansPurchaseRecommendationCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationDetailsCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +32 -17
  28. package/dist-types/ts3.4/commands/GetUsageForecastCommand.d.ts +35 -17
  29. package/dist-types/ts3.4/commands/ListCostAllocationTagsCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/ListCostCategoryDefinitionsCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  32. package/dist-types/ts3.4/commands/ProvideAnomalyFeedbackCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  34. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  35. package/dist-types/ts3.4/commands/UpdateAnomalyMonitorCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/UpdateAnomalySubscriptionCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/UpdateCostAllocationTagsStatusCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/UpdateCostCategoryDefinitionCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/index.d.ts +35 -35
  40. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  41. package/dist-types/ts3.4/index.d.ts +6 -6
  42. package/dist-types/ts3.4/models/CostExplorerServiceException.d.ts +7 -6
  43. package/dist-types/ts3.4/models/index.d.ts +1 -1
  44. package/dist-types/ts3.4/models/models_0.d.ts +1614 -2173
  45. package/dist-types/ts3.4/pagination/GetSavingsPlansCoveragePaginator.d.ts +11 -4
  46. package/dist-types/ts3.4/pagination/GetSavingsPlansUtilizationDetailsPaginator.d.ts +11 -4
  47. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  48. package/dist-types/ts3.4/pagination/ListCostAllocationTagsPaginator.d.ts +11 -4
  49. package/dist-types/ts3.4/pagination/ListCostCategoryDefinitionsPaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/index.d.ts +5 -5
  51. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +425 -107
  52. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  53. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  54. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  55. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  56. package/package.json +34 -34
@@ -1,180 +1,617 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { CreateAnomalyMonitorCommandInput, CreateAnomalyMonitorCommandOutput } from "./commands/CreateAnomalyMonitorCommand";
3
- import { CreateAnomalySubscriptionCommandInput, CreateAnomalySubscriptionCommandOutput } from "./commands/CreateAnomalySubscriptionCommand";
4
- import { CreateCostCategoryDefinitionCommandInput, CreateCostCategoryDefinitionCommandOutput } from "./commands/CreateCostCategoryDefinitionCommand";
5
- import { DeleteAnomalyMonitorCommandInput, DeleteAnomalyMonitorCommandOutput } from "./commands/DeleteAnomalyMonitorCommand";
6
- import { DeleteAnomalySubscriptionCommandInput, DeleteAnomalySubscriptionCommandOutput } from "./commands/DeleteAnomalySubscriptionCommand";
7
- import { DeleteCostCategoryDefinitionCommandInput, DeleteCostCategoryDefinitionCommandOutput } from "./commands/DeleteCostCategoryDefinitionCommand";
8
- import { DescribeCostCategoryDefinitionCommandInput, DescribeCostCategoryDefinitionCommandOutput } from "./commands/DescribeCostCategoryDefinitionCommand";
9
- import { GetAnomaliesCommandInput, GetAnomaliesCommandOutput } from "./commands/GetAnomaliesCommand";
10
- import { GetAnomalyMonitorsCommandInput, GetAnomalyMonitorsCommandOutput } from "./commands/GetAnomalyMonitorsCommand";
11
- import { GetAnomalySubscriptionsCommandInput, GetAnomalySubscriptionsCommandOutput } from "./commands/GetAnomalySubscriptionsCommand";
12
- import { GetCostAndUsageCommandInput, GetCostAndUsageCommandOutput } from "./commands/GetCostAndUsageCommand";
13
- import { GetCostAndUsageWithResourcesCommandInput, GetCostAndUsageWithResourcesCommandOutput } from "./commands/GetCostAndUsageWithResourcesCommand";
14
- import { GetCostCategoriesCommandInput, GetCostCategoriesCommandOutput } from "./commands/GetCostCategoriesCommand";
15
- import { GetCostForecastCommandInput, GetCostForecastCommandOutput } from "./commands/GetCostForecastCommand";
16
- import { GetDimensionValuesCommandInput, GetDimensionValuesCommandOutput } from "./commands/GetDimensionValuesCommand";
17
- import { GetReservationCoverageCommandInput, GetReservationCoverageCommandOutput } from "./commands/GetReservationCoverageCommand";
18
- import { GetReservationPurchaseRecommendationCommandInput, GetReservationPurchaseRecommendationCommandOutput } from "./commands/GetReservationPurchaseRecommendationCommand";
19
- import { GetReservationUtilizationCommandInput, GetReservationUtilizationCommandOutput } from "./commands/GetReservationUtilizationCommand";
20
- import { GetRightsizingRecommendationCommandInput, GetRightsizingRecommendationCommandOutput } from "./commands/GetRightsizingRecommendationCommand";
21
- import { GetSavingsPlansCoverageCommandInput, GetSavingsPlansCoverageCommandOutput } from "./commands/GetSavingsPlansCoverageCommand";
22
- import { GetSavingsPlansPurchaseRecommendationCommandInput, GetSavingsPlansPurchaseRecommendationCommandOutput } from "./commands/GetSavingsPlansPurchaseRecommendationCommand";
23
- import { GetSavingsPlansUtilizationCommandInput, GetSavingsPlansUtilizationCommandOutput } from "./commands/GetSavingsPlansUtilizationCommand";
24
- import { GetSavingsPlansUtilizationDetailsCommandInput, GetSavingsPlansUtilizationDetailsCommandOutput } from "./commands/GetSavingsPlansUtilizationDetailsCommand";
25
- import { GetTagsCommandInput, GetTagsCommandOutput } from "./commands/GetTagsCommand";
26
- import { GetUsageForecastCommandInput, GetUsageForecastCommandOutput } from "./commands/GetUsageForecastCommand";
27
- import { ListCostAllocationTagsCommandInput, ListCostAllocationTagsCommandOutput } from "./commands/ListCostAllocationTagsCommand";
28
- import { ListCostCategoryDefinitionsCommandInput, ListCostCategoryDefinitionsCommandOutput } from "./commands/ListCostCategoryDefinitionsCommand";
29
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
30
- import { ProvideAnomalyFeedbackCommandInput, ProvideAnomalyFeedbackCommandOutput } from "./commands/ProvideAnomalyFeedbackCommand";
31
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
32
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
33
- import { UpdateAnomalyMonitorCommandInput, UpdateAnomalyMonitorCommandOutput } from "./commands/UpdateAnomalyMonitorCommand";
34
- import { UpdateAnomalySubscriptionCommandInput, UpdateAnomalySubscriptionCommandOutput } from "./commands/UpdateAnomalySubscriptionCommand";
35
- import { UpdateCostAllocationTagsStatusCommandInput, UpdateCostAllocationTagsStatusCommandOutput } from "./commands/UpdateCostAllocationTagsStatusCommand";
36
- import { UpdateCostCategoryDefinitionCommandInput, UpdateCostCategoryDefinitionCommandOutput } from "./commands/UpdateCostCategoryDefinitionCommand";
37
- import { CostExplorerClient } from "./CostExplorerClient";
38
-
39
- export declare class CostExplorer extends CostExplorerClient {
40
-
41
- createAnomalyMonitor(args: CreateAnomalyMonitorCommandInput, options?: __HttpHandlerOptions): Promise<CreateAnomalyMonitorCommandOutput>;
42
- createAnomalyMonitor(args: CreateAnomalyMonitorCommandInput, cb: (err: any, data?: CreateAnomalyMonitorCommandOutput) => void): void;
43
- createAnomalyMonitor(args: CreateAnomalyMonitorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAnomalyMonitorCommandOutput) => void): void;
44
-
45
- createAnomalySubscription(args: CreateAnomalySubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<CreateAnomalySubscriptionCommandOutput>;
46
- createAnomalySubscription(args: CreateAnomalySubscriptionCommandInput, cb: (err: any, data?: CreateAnomalySubscriptionCommandOutput) => void): void;
47
- createAnomalySubscription(args: CreateAnomalySubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAnomalySubscriptionCommandOutput) => void): void;
48
-
49
- createCostCategoryDefinition(args: CreateCostCategoryDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<CreateCostCategoryDefinitionCommandOutput>;
50
- createCostCategoryDefinition(args: CreateCostCategoryDefinitionCommandInput, cb: (err: any, data?: CreateCostCategoryDefinitionCommandOutput) => void): void;
51
- createCostCategoryDefinition(args: CreateCostCategoryDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCostCategoryDefinitionCommandOutput) => void): void;
52
-
53
- deleteAnomalyMonitor(args: DeleteAnomalyMonitorCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAnomalyMonitorCommandOutput>;
54
- deleteAnomalyMonitor(args: DeleteAnomalyMonitorCommandInput, cb: (err: any, data?: DeleteAnomalyMonitorCommandOutput) => void): void;
55
- deleteAnomalyMonitor(args: DeleteAnomalyMonitorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAnomalyMonitorCommandOutput) => void): void;
56
-
57
- deleteAnomalySubscription(args: DeleteAnomalySubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAnomalySubscriptionCommandOutput>;
58
- deleteAnomalySubscription(args: DeleteAnomalySubscriptionCommandInput, cb: (err: any, data?: DeleteAnomalySubscriptionCommandOutput) => void): void;
59
- deleteAnomalySubscription(args: DeleteAnomalySubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAnomalySubscriptionCommandOutput) => void): void;
60
-
61
- deleteCostCategoryDefinition(args: DeleteCostCategoryDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCostCategoryDefinitionCommandOutput>;
62
- deleteCostCategoryDefinition(args: DeleteCostCategoryDefinitionCommandInput, cb: (err: any, data?: DeleteCostCategoryDefinitionCommandOutput) => void): void;
63
- deleteCostCategoryDefinition(args: DeleteCostCategoryDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCostCategoryDefinitionCommandOutput) => void): void;
64
-
65
- describeCostCategoryDefinition(args: DescribeCostCategoryDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCostCategoryDefinitionCommandOutput>;
66
- describeCostCategoryDefinition(args: DescribeCostCategoryDefinitionCommandInput, cb: (err: any, data?: DescribeCostCategoryDefinitionCommandOutput) => void): void;
67
- describeCostCategoryDefinition(args: DescribeCostCategoryDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCostCategoryDefinitionCommandOutput) => void): void;
68
-
69
- getAnomalies(args: GetAnomaliesCommandInput, options?: __HttpHandlerOptions): Promise<GetAnomaliesCommandOutput>;
70
- getAnomalies(args: GetAnomaliesCommandInput, cb: (err: any, data?: GetAnomaliesCommandOutput) => void): void;
71
- getAnomalies(args: GetAnomaliesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAnomaliesCommandOutput) => void): void;
72
-
73
- getAnomalyMonitors(args: GetAnomalyMonitorsCommandInput, options?: __HttpHandlerOptions): Promise<GetAnomalyMonitorsCommandOutput>;
74
- getAnomalyMonitors(args: GetAnomalyMonitorsCommandInput, cb: (err: any, data?: GetAnomalyMonitorsCommandOutput) => void): void;
75
- getAnomalyMonitors(args: GetAnomalyMonitorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAnomalyMonitorsCommandOutput) => void): void;
76
-
77
- getAnomalySubscriptions(args: GetAnomalySubscriptionsCommandInput, options?: __HttpHandlerOptions): Promise<GetAnomalySubscriptionsCommandOutput>;
78
- getAnomalySubscriptions(args: GetAnomalySubscriptionsCommandInput, cb: (err: any, data?: GetAnomalySubscriptionsCommandOutput) => void): void;
79
- getAnomalySubscriptions(args: GetAnomalySubscriptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAnomalySubscriptionsCommandOutput) => void): void;
80
-
81
- getCostAndUsage(args: GetCostAndUsageCommandInput, options?: __HttpHandlerOptions): Promise<GetCostAndUsageCommandOutput>;
82
- getCostAndUsage(args: GetCostAndUsageCommandInput, cb: (err: any, data?: GetCostAndUsageCommandOutput) => void): void;
83
- getCostAndUsage(args: GetCostAndUsageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCostAndUsageCommandOutput) => void): void;
84
-
85
- getCostAndUsageWithResources(args: GetCostAndUsageWithResourcesCommandInput, options?: __HttpHandlerOptions): Promise<GetCostAndUsageWithResourcesCommandOutput>;
86
- getCostAndUsageWithResources(args: GetCostAndUsageWithResourcesCommandInput, cb: (err: any, data?: GetCostAndUsageWithResourcesCommandOutput) => void): void;
87
- getCostAndUsageWithResources(args: GetCostAndUsageWithResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCostAndUsageWithResourcesCommandOutput) => void): void;
88
-
89
- getCostCategories(args: GetCostCategoriesCommandInput, options?: __HttpHandlerOptions): Promise<GetCostCategoriesCommandOutput>;
90
- getCostCategories(args: GetCostCategoriesCommandInput, cb: (err: any, data?: GetCostCategoriesCommandOutput) => void): void;
91
- getCostCategories(args: GetCostCategoriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCostCategoriesCommandOutput) => void): void;
92
-
93
- getCostForecast(args: GetCostForecastCommandInput, options?: __HttpHandlerOptions): Promise<GetCostForecastCommandOutput>;
94
- getCostForecast(args: GetCostForecastCommandInput, cb: (err: any, data?: GetCostForecastCommandOutput) => void): void;
95
- getCostForecast(args: GetCostForecastCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCostForecastCommandOutput) => void): void;
96
-
97
- getDimensionValues(args: GetDimensionValuesCommandInput, options?: __HttpHandlerOptions): Promise<GetDimensionValuesCommandOutput>;
98
- getDimensionValues(args: GetDimensionValuesCommandInput, cb: (err: any, data?: GetDimensionValuesCommandOutput) => void): void;
99
- getDimensionValues(args: GetDimensionValuesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDimensionValuesCommandOutput) => void): void;
100
-
101
- getReservationCoverage(args: GetReservationCoverageCommandInput, options?: __HttpHandlerOptions): Promise<GetReservationCoverageCommandOutput>;
102
- getReservationCoverage(args: GetReservationCoverageCommandInput, cb: (err: any, data?: GetReservationCoverageCommandOutput) => void): void;
103
- getReservationCoverage(args: GetReservationCoverageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetReservationCoverageCommandOutput) => void): void;
104
-
105
- getReservationPurchaseRecommendation(args: GetReservationPurchaseRecommendationCommandInput, options?: __HttpHandlerOptions): Promise<GetReservationPurchaseRecommendationCommandOutput>;
106
- getReservationPurchaseRecommendation(args: GetReservationPurchaseRecommendationCommandInput, cb: (err: any, data?: GetReservationPurchaseRecommendationCommandOutput) => void): void;
107
- getReservationPurchaseRecommendation(args: GetReservationPurchaseRecommendationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetReservationPurchaseRecommendationCommandOutput) => void): void;
108
-
109
- getReservationUtilization(args: GetReservationUtilizationCommandInput, options?: __HttpHandlerOptions): Promise<GetReservationUtilizationCommandOutput>;
110
- getReservationUtilization(args: GetReservationUtilizationCommandInput, cb: (err: any, data?: GetReservationUtilizationCommandOutput) => void): void;
111
- getReservationUtilization(args: GetReservationUtilizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetReservationUtilizationCommandOutput) => void): void;
112
-
113
- getRightsizingRecommendation(args: GetRightsizingRecommendationCommandInput, options?: __HttpHandlerOptions): Promise<GetRightsizingRecommendationCommandOutput>;
114
- getRightsizingRecommendation(args: GetRightsizingRecommendationCommandInput, cb: (err: any, data?: GetRightsizingRecommendationCommandOutput) => void): void;
115
- getRightsizingRecommendation(args: GetRightsizingRecommendationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRightsizingRecommendationCommandOutput) => void): void;
116
-
117
- getSavingsPlansCoverage(args: GetSavingsPlansCoverageCommandInput, options?: __HttpHandlerOptions): Promise<GetSavingsPlansCoverageCommandOutput>;
118
- getSavingsPlansCoverage(args: GetSavingsPlansCoverageCommandInput, cb: (err: any, data?: GetSavingsPlansCoverageCommandOutput) => void): void;
119
- getSavingsPlansCoverage(args: GetSavingsPlansCoverageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSavingsPlansCoverageCommandOutput) => void): void;
120
-
121
- getSavingsPlansPurchaseRecommendation(args: GetSavingsPlansPurchaseRecommendationCommandInput, options?: __HttpHandlerOptions): Promise<GetSavingsPlansPurchaseRecommendationCommandOutput>;
122
- getSavingsPlansPurchaseRecommendation(args: GetSavingsPlansPurchaseRecommendationCommandInput, cb: (err: any, data?: GetSavingsPlansPurchaseRecommendationCommandOutput) => void): void;
123
- getSavingsPlansPurchaseRecommendation(args: GetSavingsPlansPurchaseRecommendationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSavingsPlansPurchaseRecommendationCommandOutput) => void): void;
124
-
125
- getSavingsPlansUtilization(args: GetSavingsPlansUtilizationCommandInput, options?: __HttpHandlerOptions): Promise<GetSavingsPlansUtilizationCommandOutput>;
126
- getSavingsPlansUtilization(args: GetSavingsPlansUtilizationCommandInput, cb: (err: any, data?: GetSavingsPlansUtilizationCommandOutput) => void): void;
127
- getSavingsPlansUtilization(args: GetSavingsPlansUtilizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSavingsPlansUtilizationCommandOutput) => void): void;
128
-
129
- getSavingsPlansUtilizationDetails(args: GetSavingsPlansUtilizationDetailsCommandInput, options?: __HttpHandlerOptions): Promise<GetSavingsPlansUtilizationDetailsCommandOutput>;
130
- getSavingsPlansUtilizationDetails(args: GetSavingsPlansUtilizationDetailsCommandInput, cb: (err: any, data?: GetSavingsPlansUtilizationDetailsCommandOutput) => void): void;
131
- getSavingsPlansUtilizationDetails(args: GetSavingsPlansUtilizationDetailsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSavingsPlansUtilizationDetailsCommandOutput) => void): void;
132
-
133
- getTags(args: GetTagsCommandInput, options?: __HttpHandlerOptions): Promise<GetTagsCommandOutput>;
134
- getTags(args: GetTagsCommandInput, cb: (err: any, data?: GetTagsCommandOutput) => void): void;
135
- getTags(args: GetTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTagsCommandOutput) => void): void;
136
-
137
- getUsageForecast(args: GetUsageForecastCommandInput, options?: __HttpHandlerOptions): Promise<GetUsageForecastCommandOutput>;
138
- getUsageForecast(args: GetUsageForecastCommandInput, cb: (err: any, data?: GetUsageForecastCommandOutput) => void): void;
139
- getUsageForecast(args: GetUsageForecastCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUsageForecastCommandOutput) => void): void;
140
-
141
- listCostAllocationTags(args: ListCostAllocationTagsCommandInput, options?: __HttpHandlerOptions): Promise<ListCostAllocationTagsCommandOutput>;
142
- listCostAllocationTags(args: ListCostAllocationTagsCommandInput, cb: (err: any, data?: ListCostAllocationTagsCommandOutput) => void): void;
143
- listCostAllocationTags(args: ListCostAllocationTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCostAllocationTagsCommandOutput) => void): void;
144
-
145
- listCostCategoryDefinitions(args: ListCostCategoryDefinitionsCommandInput, options?: __HttpHandlerOptions): Promise<ListCostCategoryDefinitionsCommandOutput>;
146
- listCostCategoryDefinitions(args: ListCostCategoryDefinitionsCommandInput, cb: (err: any, data?: ListCostCategoryDefinitionsCommandOutput) => void): void;
147
- listCostCategoryDefinitions(args: ListCostCategoryDefinitionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCostCategoryDefinitionsCommandOutput) => void): void;
148
-
149
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
150
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
151
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
152
-
153
- provideAnomalyFeedback(args: ProvideAnomalyFeedbackCommandInput, options?: __HttpHandlerOptions): Promise<ProvideAnomalyFeedbackCommandOutput>;
154
- provideAnomalyFeedback(args: ProvideAnomalyFeedbackCommandInput, cb: (err: any, data?: ProvideAnomalyFeedbackCommandOutput) => void): void;
155
- provideAnomalyFeedback(args: ProvideAnomalyFeedbackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ProvideAnomalyFeedbackCommandOutput) => void): void;
156
-
157
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
158
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
159
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
160
-
161
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
162
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
163
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
164
-
165
- updateAnomalyMonitor(args: UpdateAnomalyMonitorCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAnomalyMonitorCommandOutput>;
166
- updateAnomalyMonitor(args: UpdateAnomalyMonitorCommandInput, cb: (err: any, data?: UpdateAnomalyMonitorCommandOutput) => void): void;
167
- updateAnomalyMonitor(args: UpdateAnomalyMonitorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAnomalyMonitorCommandOutput) => void): void;
168
-
169
- updateAnomalySubscription(args: UpdateAnomalySubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAnomalySubscriptionCommandOutput>;
170
- updateAnomalySubscription(args: UpdateAnomalySubscriptionCommandInput, cb: (err: any, data?: UpdateAnomalySubscriptionCommandOutput) => void): void;
171
- updateAnomalySubscription(args: UpdateAnomalySubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAnomalySubscriptionCommandOutput) => void): void;
172
-
173
- updateCostAllocationTagsStatus(args: UpdateCostAllocationTagsStatusCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCostAllocationTagsStatusCommandOutput>;
174
- updateCostAllocationTagsStatus(args: UpdateCostAllocationTagsStatusCommandInput, cb: (err: any, data?: UpdateCostAllocationTagsStatusCommandOutput) => void): void;
175
- updateCostAllocationTagsStatus(args: UpdateCostAllocationTagsStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCostAllocationTagsStatusCommandOutput) => void): void;
176
-
177
- updateCostCategoryDefinition(args: UpdateCostCategoryDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCostCategoryDefinitionCommandOutput>;
178
- updateCostCategoryDefinition(args: UpdateCostCategoryDefinitionCommandInput, cb: (err: any, data?: UpdateCostCategoryDefinitionCommandOutput) => void): void;
179
- updateCostCategoryDefinition(args: UpdateCostCategoryDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCostCategoryDefinitionCommandOutput) => void): void;
180
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ CreateAnomalyMonitorCommandInput,
4
+ CreateAnomalyMonitorCommandOutput,
5
+ } from "./commands/CreateAnomalyMonitorCommand";
6
+ import {
7
+ CreateAnomalySubscriptionCommandInput,
8
+ CreateAnomalySubscriptionCommandOutput,
9
+ } from "./commands/CreateAnomalySubscriptionCommand";
10
+ import {
11
+ CreateCostCategoryDefinitionCommandInput,
12
+ CreateCostCategoryDefinitionCommandOutput,
13
+ } from "./commands/CreateCostCategoryDefinitionCommand";
14
+ import {
15
+ DeleteAnomalyMonitorCommandInput,
16
+ DeleteAnomalyMonitorCommandOutput,
17
+ } from "./commands/DeleteAnomalyMonitorCommand";
18
+ import {
19
+ DeleteAnomalySubscriptionCommandInput,
20
+ DeleteAnomalySubscriptionCommandOutput,
21
+ } from "./commands/DeleteAnomalySubscriptionCommand";
22
+ import {
23
+ DeleteCostCategoryDefinitionCommandInput,
24
+ DeleteCostCategoryDefinitionCommandOutput,
25
+ } from "./commands/DeleteCostCategoryDefinitionCommand";
26
+ import {
27
+ DescribeCostCategoryDefinitionCommandInput,
28
+ DescribeCostCategoryDefinitionCommandOutput,
29
+ } from "./commands/DescribeCostCategoryDefinitionCommand";
30
+ import {
31
+ GetAnomaliesCommandInput,
32
+ GetAnomaliesCommandOutput,
33
+ } from "./commands/GetAnomaliesCommand";
34
+ import {
35
+ GetAnomalyMonitorsCommandInput,
36
+ GetAnomalyMonitorsCommandOutput,
37
+ } from "./commands/GetAnomalyMonitorsCommand";
38
+ import {
39
+ GetAnomalySubscriptionsCommandInput,
40
+ GetAnomalySubscriptionsCommandOutput,
41
+ } from "./commands/GetAnomalySubscriptionsCommand";
42
+ import {
43
+ GetCostAndUsageCommandInput,
44
+ GetCostAndUsageCommandOutput,
45
+ } from "./commands/GetCostAndUsageCommand";
46
+ import {
47
+ GetCostAndUsageWithResourcesCommandInput,
48
+ GetCostAndUsageWithResourcesCommandOutput,
49
+ } from "./commands/GetCostAndUsageWithResourcesCommand";
50
+ import {
51
+ GetCostCategoriesCommandInput,
52
+ GetCostCategoriesCommandOutput,
53
+ } from "./commands/GetCostCategoriesCommand";
54
+ import {
55
+ GetCostForecastCommandInput,
56
+ GetCostForecastCommandOutput,
57
+ } from "./commands/GetCostForecastCommand";
58
+ import {
59
+ GetDimensionValuesCommandInput,
60
+ GetDimensionValuesCommandOutput,
61
+ } from "./commands/GetDimensionValuesCommand";
62
+ import {
63
+ GetReservationCoverageCommandInput,
64
+ GetReservationCoverageCommandOutput,
65
+ } from "./commands/GetReservationCoverageCommand";
66
+ import {
67
+ GetReservationPurchaseRecommendationCommandInput,
68
+ GetReservationPurchaseRecommendationCommandOutput,
69
+ } from "./commands/GetReservationPurchaseRecommendationCommand";
70
+ import {
71
+ GetReservationUtilizationCommandInput,
72
+ GetReservationUtilizationCommandOutput,
73
+ } from "./commands/GetReservationUtilizationCommand";
74
+ import {
75
+ GetRightsizingRecommendationCommandInput,
76
+ GetRightsizingRecommendationCommandOutput,
77
+ } from "./commands/GetRightsizingRecommendationCommand";
78
+ import {
79
+ GetSavingsPlansCoverageCommandInput,
80
+ GetSavingsPlansCoverageCommandOutput,
81
+ } from "./commands/GetSavingsPlansCoverageCommand";
82
+ import {
83
+ GetSavingsPlansPurchaseRecommendationCommandInput,
84
+ GetSavingsPlansPurchaseRecommendationCommandOutput,
85
+ } from "./commands/GetSavingsPlansPurchaseRecommendationCommand";
86
+ import {
87
+ GetSavingsPlansUtilizationCommandInput,
88
+ GetSavingsPlansUtilizationCommandOutput,
89
+ } from "./commands/GetSavingsPlansUtilizationCommand";
90
+ import {
91
+ GetSavingsPlansUtilizationDetailsCommandInput,
92
+ GetSavingsPlansUtilizationDetailsCommandOutput,
93
+ } from "./commands/GetSavingsPlansUtilizationDetailsCommand";
94
+ import {
95
+ GetTagsCommandInput,
96
+ GetTagsCommandOutput,
97
+ } from "./commands/GetTagsCommand";
98
+ import {
99
+ GetUsageForecastCommandInput,
100
+ GetUsageForecastCommandOutput,
101
+ } from "./commands/GetUsageForecastCommand";
102
+ import {
103
+ ListCostAllocationTagsCommandInput,
104
+ ListCostAllocationTagsCommandOutput,
105
+ } from "./commands/ListCostAllocationTagsCommand";
106
+ import {
107
+ ListCostCategoryDefinitionsCommandInput,
108
+ ListCostCategoryDefinitionsCommandOutput,
109
+ } from "./commands/ListCostCategoryDefinitionsCommand";
110
+ import {
111
+ ListTagsForResourceCommandInput,
112
+ ListTagsForResourceCommandOutput,
113
+ } from "./commands/ListTagsForResourceCommand";
114
+ import {
115
+ ProvideAnomalyFeedbackCommandInput,
116
+ ProvideAnomalyFeedbackCommandOutput,
117
+ } from "./commands/ProvideAnomalyFeedbackCommand";
118
+ import {
119
+ TagResourceCommandInput,
120
+ TagResourceCommandOutput,
121
+ } from "./commands/TagResourceCommand";
122
+ import {
123
+ UntagResourceCommandInput,
124
+ UntagResourceCommandOutput,
125
+ } from "./commands/UntagResourceCommand";
126
+ import {
127
+ UpdateAnomalyMonitorCommandInput,
128
+ UpdateAnomalyMonitorCommandOutput,
129
+ } from "./commands/UpdateAnomalyMonitorCommand";
130
+ import {
131
+ UpdateAnomalySubscriptionCommandInput,
132
+ UpdateAnomalySubscriptionCommandOutput,
133
+ } from "./commands/UpdateAnomalySubscriptionCommand";
134
+ import {
135
+ UpdateCostAllocationTagsStatusCommandInput,
136
+ UpdateCostAllocationTagsStatusCommandOutput,
137
+ } from "./commands/UpdateCostAllocationTagsStatusCommand";
138
+ import {
139
+ UpdateCostCategoryDefinitionCommandInput,
140
+ UpdateCostCategoryDefinitionCommandOutput,
141
+ } from "./commands/UpdateCostCategoryDefinitionCommand";
142
+ import { CostExplorerClient } from "./CostExplorerClient";
143
+ export declare class CostExplorer extends CostExplorerClient {
144
+ createAnomalyMonitor(
145
+ args: CreateAnomalyMonitorCommandInput,
146
+ options?: __HttpHandlerOptions
147
+ ): Promise<CreateAnomalyMonitorCommandOutput>;
148
+ createAnomalyMonitor(
149
+ args: CreateAnomalyMonitorCommandInput,
150
+ cb: (err: any, data?: CreateAnomalyMonitorCommandOutput) => void
151
+ ): void;
152
+ createAnomalyMonitor(
153
+ args: CreateAnomalyMonitorCommandInput,
154
+ options: __HttpHandlerOptions,
155
+ cb: (err: any, data?: CreateAnomalyMonitorCommandOutput) => void
156
+ ): void;
157
+ createAnomalySubscription(
158
+ args: CreateAnomalySubscriptionCommandInput,
159
+ options?: __HttpHandlerOptions
160
+ ): Promise<CreateAnomalySubscriptionCommandOutput>;
161
+ createAnomalySubscription(
162
+ args: CreateAnomalySubscriptionCommandInput,
163
+ cb: (err: any, data?: CreateAnomalySubscriptionCommandOutput) => void
164
+ ): void;
165
+ createAnomalySubscription(
166
+ args: CreateAnomalySubscriptionCommandInput,
167
+ options: __HttpHandlerOptions,
168
+ cb: (err: any, data?: CreateAnomalySubscriptionCommandOutput) => void
169
+ ): void;
170
+ createCostCategoryDefinition(
171
+ args: CreateCostCategoryDefinitionCommandInput,
172
+ options?: __HttpHandlerOptions
173
+ ): Promise<CreateCostCategoryDefinitionCommandOutput>;
174
+ createCostCategoryDefinition(
175
+ args: CreateCostCategoryDefinitionCommandInput,
176
+ cb: (err: any, data?: CreateCostCategoryDefinitionCommandOutput) => void
177
+ ): void;
178
+ createCostCategoryDefinition(
179
+ args: CreateCostCategoryDefinitionCommandInput,
180
+ options: __HttpHandlerOptions,
181
+ cb: (err: any, data?: CreateCostCategoryDefinitionCommandOutput) => void
182
+ ): void;
183
+ deleteAnomalyMonitor(
184
+ args: DeleteAnomalyMonitorCommandInput,
185
+ options?: __HttpHandlerOptions
186
+ ): Promise<DeleteAnomalyMonitorCommandOutput>;
187
+ deleteAnomalyMonitor(
188
+ args: DeleteAnomalyMonitorCommandInput,
189
+ cb: (err: any, data?: DeleteAnomalyMonitorCommandOutput) => void
190
+ ): void;
191
+ deleteAnomalyMonitor(
192
+ args: DeleteAnomalyMonitorCommandInput,
193
+ options: __HttpHandlerOptions,
194
+ cb: (err: any, data?: DeleteAnomalyMonitorCommandOutput) => void
195
+ ): void;
196
+ deleteAnomalySubscription(
197
+ args: DeleteAnomalySubscriptionCommandInput,
198
+ options?: __HttpHandlerOptions
199
+ ): Promise<DeleteAnomalySubscriptionCommandOutput>;
200
+ deleteAnomalySubscription(
201
+ args: DeleteAnomalySubscriptionCommandInput,
202
+ cb: (err: any, data?: DeleteAnomalySubscriptionCommandOutput) => void
203
+ ): void;
204
+ deleteAnomalySubscription(
205
+ args: DeleteAnomalySubscriptionCommandInput,
206
+ options: __HttpHandlerOptions,
207
+ cb: (err: any, data?: DeleteAnomalySubscriptionCommandOutput) => void
208
+ ): void;
209
+ deleteCostCategoryDefinition(
210
+ args: DeleteCostCategoryDefinitionCommandInput,
211
+ options?: __HttpHandlerOptions
212
+ ): Promise<DeleteCostCategoryDefinitionCommandOutput>;
213
+ deleteCostCategoryDefinition(
214
+ args: DeleteCostCategoryDefinitionCommandInput,
215
+ cb: (err: any, data?: DeleteCostCategoryDefinitionCommandOutput) => void
216
+ ): void;
217
+ deleteCostCategoryDefinition(
218
+ args: DeleteCostCategoryDefinitionCommandInput,
219
+ options: __HttpHandlerOptions,
220
+ cb: (err: any, data?: DeleteCostCategoryDefinitionCommandOutput) => void
221
+ ): void;
222
+ describeCostCategoryDefinition(
223
+ args: DescribeCostCategoryDefinitionCommandInput,
224
+ options?: __HttpHandlerOptions
225
+ ): Promise<DescribeCostCategoryDefinitionCommandOutput>;
226
+ describeCostCategoryDefinition(
227
+ args: DescribeCostCategoryDefinitionCommandInput,
228
+ cb: (err: any, data?: DescribeCostCategoryDefinitionCommandOutput) => void
229
+ ): void;
230
+ describeCostCategoryDefinition(
231
+ args: DescribeCostCategoryDefinitionCommandInput,
232
+ options: __HttpHandlerOptions,
233
+ cb: (err: any, data?: DescribeCostCategoryDefinitionCommandOutput) => void
234
+ ): void;
235
+ getAnomalies(
236
+ args: GetAnomaliesCommandInput,
237
+ options?: __HttpHandlerOptions
238
+ ): Promise<GetAnomaliesCommandOutput>;
239
+ getAnomalies(
240
+ args: GetAnomaliesCommandInput,
241
+ cb: (err: any, data?: GetAnomaliesCommandOutput) => void
242
+ ): void;
243
+ getAnomalies(
244
+ args: GetAnomaliesCommandInput,
245
+ options: __HttpHandlerOptions,
246
+ cb: (err: any, data?: GetAnomaliesCommandOutput) => void
247
+ ): void;
248
+ getAnomalyMonitors(
249
+ args: GetAnomalyMonitorsCommandInput,
250
+ options?: __HttpHandlerOptions
251
+ ): Promise<GetAnomalyMonitorsCommandOutput>;
252
+ getAnomalyMonitors(
253
+ args: GetAnomalyMonitorsCommandInput,
254
+ cb: (err: any, data?: GetAnomalyMonitorsCommandOutput) => void
255
+ ): void;
256
+ getAnomalyMonitors(
257
+ args: GetAnomalyMonitorsCommandInput,
258
+ options: __HttpHandlerOptions,
259
+ cb: (err: any, data?: GetAnomalyMonitorsCommandOutput) => void
260
+ ): void;
261
+ getAnomalySubscriptions(
262
+ args: GetAnomalySubscriptionsCommandInput,
263
+ options?: __HttpHandlerOptions
264
+ ): Promise<GetAnomalySubscriptionsCommandOutput>;
265
+ getAnomalySubscriptions(
266
+ args: GetAnomalySubscriptionsCommandInput,
267
+ cb: (err: any, data?: GetAnomalySubscriptionsCommandOutput) => void
268
+ ): void;
269
+ getAnomalySubscriptions(
270
+ args: GetAnomalySubscriptionsCommandInput,
271
+ options: __HttpHandlerOptions,
272
+ cb: (err: any, data?: GetAnomalySubscriptionsCommandOutput) => void
273
+ ): void;
274
+ getCostAndUsage(
275
+ args: GetCostAndUsageCommandInput,
276
+ options?: __HttpHandlerOptions
277
+ ): Promise<GetCostAndUsageCommandOutput>;
278
+ getCostAndUsage(
279
+ args: GetCostAndUsageCommandInput,
280
+ cb: (err: any, data?: GetCostAndUsageCommandOutput) => void
281
+ ): void;
282
+ getCostAndUsage(
283
+ args: GetCostAndUsageCommandInput,
284
+ options: __HttpHandlerOptions,
285
+ cb: (err: any, data?: GetCostAndUsageCommandOutput) => void
286
+ ): void;
287
+ getCostAndUsageWithResources(
288
+ args: GetCostAndUsageWithResourcesCommandInput,
289
+ options?: __HttpHandlerOptions
290
+ ): Promise<GetCostAndUsageWithResourcesCommandOutput>;
291
+ getCostAndUsageWithResources(
292
+ args: GetCostAndUsageWithResourcesCommandInput,
293
+ cb: (err: any, data?: GetCostAndUsageWithResourcesCommandOutput) => void
294
+ ): void;
295
+ getCostAndUsageWithResources(
296
+ args: GetCostAndUsageWithResourcesCommandInput,
297
+ options: __HttpHandlerOptions,
298
+ cb: (err: any, data?: GetCostAndUsageWithResourcesCommandOutput) => void
299
+ ): void;
300
+ getCostCategories(
301
+ args: GetCostCategoriesCommandInput,
302
+ options?: __HttpHandlerOptions
303
+ ): Promise<GetCostCategoriesCommandOutput>;
304
+ getCostCategories(
305
+ args: GetCostCategoriesCommandInput,
306
+ cb: (err: any, data?: GetCostCategoriesCommandOutput) => void
307
+ ): void;
308
+ getCostCategories(
309
+ args: GetCostCategoriesCommandInput,
310
+ options: __HttpHandlerOptions,
311
+ cb: (err: any, data?: GetCostCategoriesCommandOutput) => void
312
+ ): void;
313
+ getCostForecast(
314
+ args: GetCostForecastCommandInput,
315
+ options?: __HttpHandlerOptions
316
+ ): Promise<GetCostForecastCommandOutput>;
317
+ getCostForecast(
318
+ args: GetCostForecastCommandInput,
319
+ cb: (err: any, data?: GetCostForecastCommandOutput) => void
320
+ ): void;
321
+ getCostForecast(
322
+ args: GetCostForecastCommandInput,
323
+ options: __HttpHandlerOptions,
324
+ cb: (err: any, data?: GetCostForecastCommandOutput) => void
325
+ ): void;
326
+ getDimensionValues(
327
+ args: GetDimensionValuesCommandInput,
328
+ options?: __HttpHandlerOptions
329
+ ): Promise<GetDimensionValuesCommandOutput>;
330
+ getDimensionValues(
331
+ args: GetDimensionValuesCommandInput,
332
+ cb: (err: any, data?: GetDimensionValuesCommandOutput) => void
333
+ ): void;
334
+ getDimensionValues(
335
+ args: GetDimensionValuesCommandInput,
336
+ options: __HttpHandlerOptions,
337
+ cb: (err: any, data?: GetDimensionValuesCommandOutput) => void
338
+ ): void;
339
+ getReservationCoverage(
340
+ args: GetReservationCoverageCommandInput,
341
+ options?: __HttpHandlerOptions
342
+ ): Promise<GetReservationCoverageCommandOutput>;
343
+ getReservationCoverage(
344
+ args: GetReservationCoverageCommandInput,
345
+ cb: (err: any, data?: GetReservationCoverageCommandOutput) => void
346
+ ): void;
347
+ getReservationCoverage(
348
+ args: GetReservationCoverageCommandInput,
349
+ options: __HttpHandlerOptions,
350
+ cb: (err: any, data?: GetReservationCoverageCommandOutput) => void
351
+ ): void;
352
+ getReservationPurchaseRecommendation(
353
+ args: GetReservationPurchaseRecommendationCommandInput,
354
+ options?: __HttpHandlerOptions
355
+ ): Promise<GetReservationPurchaseRecommendationCommandOutput>;
356
+ getReservationPurchaseRecommendation(
357
+ args: GetReservationPurchaseRecommendationCommandInput,
358
+ cb: (
359
+ err: any,
360
+ data?: GetReservationPurchaseRecommendationCommandOutput
361
+ ) => void
362
+ ): void;
363
+ getReservationPurchaseRecommendation(
364
+ args: GetReservationPurchaseRecommendationCommandInput,
365
+ options: __HttpHandlerOptions,
366
+ cb: (
367
+ err: any,
368
+ data?: GetReservationPurchaseRecommendationCommandOutput
369
+ ) => void
370
+ ): void;
371
+ getReservationUtilization(
372
+ args: GetReservationUtilizationCommandInput,
373
+ options?: __HttpHandlerOptions
374
+ ): Promise<GetReservationUtilizationCommandOutput>;
375
+ getReservationUtilization(
376
+ args: GetReservationUtilizationCommandInput,
377
+ cb: (err: any, data?: GetReservationUtilizationCommandOutput) => void
378
+ ): void;
379
+ getReservationUtilization(
380
+ args: GetReservationUtilizationCommandInput,
381
+ options: __HttpHandlerOptions,
382
+ cb: (err: any, data?: GetReservationUtilizationCommandOutput) => void
383
+ ): void;
384
+ getRightsizingRecommendation(
385
+ args: GetRightsizingRecommendationCommandInput,
386
+ options?: __HttpHandlerOptions
387
+ ): Promise<GetRightsizingRecommendationCommandOutput>;
388
+ getRightsizingRecommendation(
389
+ args: GetRightsizingRecommendationCommandInput,
390
+ cb: (err: any, data?: GetRightsizingRecommendationCommandOutput) => void
391
+ ): void;
392
+ getRightsizingRecommendation(
393
+ args: GetRightsizingRecommendationCommandInput,
394
+ options: __HttpHandlerOptions,
395
+ cb: (err: any, data?: GetRightsizingRecommendationCommandOutput) => void
396
+ ): void;
397
+ getSavingsPlansCoverage(
398
+ args: GetSavingsPlansCoverageCommandInput,
399
+ options?: __HttpHandlerOptions
400
+ ): Promise<GetSavingsPlansCoverageCommandOutput>;
401
+ getSavingsPlansCoverage(
402
+ args: GetSavingsPlansCoverageCommandInput,
403
+ cb: (err: any, data?: GetSavingsPlansCoverageCommandOutput) => void
404
+ ): void;
405
+ getSavingsPlansCoverage(
406
+ args: GetSavingsPlansCoverageCommandInput,
407
+ options: __HttpHandlerOptions,
408
+ cb: (err: any, data?: GetSavingsPlansCoverageCommandOutput) => void
409
+ ): void;
410
+ getSavingsPlansPurchaseRecommendation(
411
+ args: GetSavingsPlansPurchaseRecommendationCommandInput,
412
+ options?: __HttpHandlerOptions
413
+ ): Promise<GetSavingsPlansPurchaseRecommendationCommandOutput>;
414
+ getSavingsPlansPurchaseRecommendation(
415
+ args: GetSavingsPlansPurchaseRecommendationCommandInput,
416
+ cb: (
417
+ err: any,
418
+ data?: GetSavingsPlansPurchaseRecommendationCommandOutput
419
+ ) => void
420
+ ): void;
421
+ getSavingsPlansPurchaseRecommendation(
422
+ args: GetSavingsPlansPurchaseRecommendationCommandInput,
423
+ options: __HttpHandlerOptions,
424
+ cb: (
425
+ err: any,
426
+ data?: GetSavingsPlansPurchaseRecommendationCommandOutput
427
+ ) => void
428
+ ): void;
429
+ getSavingsPlansUtilization(
430
+ args: GetSavingsPlansUtilizationCommandInput,
431
+ options?: __HttpHandlerOptions
432
+ ): Promise<GetSavingsPlansUtilizationCommandOutput>;
433
+ getSavingsPlansUtilization(
434
+ args: GetSavingsPlansUtilizationCommandInput,
435
+ cb: (err: any, data?: GetSavingsPlansUtilizationCommandOutput) => void
436
+ ): void;
437
+ getSavingsPlansUtilization(
438
+ args: GetSavingsPlansUtilizationCommandInput,
439
+ options: __HttpHandlerOptions,
440
+ cb: (err: any, data?: GetSavingsPlansUtilizationCommandOutput) => void
441
+ ): void;
442
+ getSavingsPlansUtilizationDetails(
443
+ args: GetSavingsPlansUtilizationDetailsCommandInput,
444
+ options?: __HttpHandlerOptions
445
+ ): Promise<GetSavingsPlansUtilizationDetailsCommandOutput>;
446
+ getSavingsPlansUtilizationDetails(
447
+ args: GetSavingsPlansUtilizationDetailsCommandInput,
448
+ cb: (
449
+ err: any,
450
+ data?: GetSavingsPlansUtilizationDetailsCommandOutput
451
+ ) => void
452
+ ): void;
453
+ getSavingsPlansUtilizationDetails(
454
+ args: GetSavingsPlansUtilizationDetailsCommandInput,
455
+ options: __HttpHandlerOptions,
456
+ cb: (
457
+ err: any,
458
+ data?: GetSavingsPlansUtilizationDetailsCommandOutput
459
+ ) => void
460
+ ): void;
461
+ getTags(
462
+ args: GetTagsCommandInput,
463
+ options?: __HttpHandlerOptions
464
+ ): Promise<GetTagsCommandOutput>;
465
+ getTags(
466
+ args: GetTagsCommandInput,
467
+ cb: (err: any, data?: GetTagsCommandOutput) => void
468
+ ): void;
469
+ getTags(
470
+ args: GetTagsCommandInput,
471
+ options: __HttpHandlerOptions,
472
+ cb: (err: any, data?: GetTagsCommandOutput) => void
473
+ ): void;
474
+ getUsageForecast(
475
+ args: GetUsageForecastCommandInput,
476
+ options?: __HttpHandlerOptions
477
+ ): Promise<GetUsageForecastCommandOutput>;
478
+ getUsageForecast(
479
+ args: GetUsageForecastCommandInput,
480
+ cb: (err: any, data?: GetUsageForecastCommandOutput) => void
481
+ ): void;
482
+ getUsageForecast(
483
+ args: GetUsageForecastCommandInput,
484
+ options: __HttpHandlerOptions,
485
+ cb: (err: any, data?: GetUsageForecastCommandOutput) => void
486
+ ): void;
487
+ listCostAllocationTags(
488
+ args: ListCostAllocationTagsCommandInput,
489
+ options?: __HttpHandlerOptions
490
+ ): Promise<ListCostAllocationTagsCommandOutput>;
491
+ listCostAllocationTags(
492
+ args: ListCostAllocationTagsCommandInput,
493
+ cb: (err: any, data?: ListCostAllocationTagsCommandOutput) => void
494
+ ): void;
495
+ listCostAllocationTags(
496
+ args: ListCostAllocationTagsCommandInput,
497
+ options: __HttpHandlerOptions,
498
+ cb: (err: any, data?: ListCostAllocationTagsCommandOutput) => void
499
+ ): void;
500
+ listCostCategoryDefinitions(
501
+ args: ListCostCategoryDefinitionsCommandInput,
502
+ options?: __HttpHandlerOptions
503
+ ): Promise<ListCostCategoryDefinitionsCommandOutput>;
504
+ listCostCategoryDefinitions(
505
+ args: ListCostCategoryDefinitionsCommandInput,
506
+ cb: (err: any, data?: ListCostCategoryDefinitionsCommandOutput) => void
507
+ ): void;
508
+ listCostCategoryDefinitions(
509
+ args: ListCostCategoryDefinitionsCommandInput,
510
+ options: __HttpHandlerOptions,
511
+ cb: (err: any, data?: ListCostCategoryDefinitionsCommandOutput) => void
512
+ ): void;
513
+ listTagsForResource(
514
+ args: ListTagsForResourceCommandInput,
515
+ options?: __HttpHandlerOptions
516
+ ): Promise<ListTagsForResourceCommandOutput>;
517
+ listTagsForResource(
518
+ args: ListTagsForResourceCommandInput,
519
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
520
+ ): void;
521
+ listTagsForResource(
522
+ args: ListTagsForResourceCommandInput,
523
+ options: __HttpHandlerOptions,
524
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
525
+ ): void;
526
+ provideAnomalyFeedback(
527
+ args: ProvideAnomalyFeedbackCommandInput,
528
+ options?: __HttpHandlerOptions
529
+ ): Promise<ProvideAnomalyFeedbackCommandOutput>;
530
+ provideAnomalyFeedback(
531
+ args: ProvideAnomalyFeedbackCommandInput,
532
+ cb: (err: any, data?: ProvideAnomalyFeedbackCommandOutput) => void
533
+ ): void;
534
+ provideAnomalyFeedback(
535
+ args: ProvideAnomalyFeedbackCommandInput,
536
+ options: __HttpHandlerOptions,
537
+ cb: (err: any, data?: ProvideAnomalyFeedbackCommandOutput) => void
538
+ ): void;
539
+ tagResource(
540
+ args: TagResourceCommandInput,
541
+ options?: __HttpHandlerOptions
542
+ ): Promise<TagResourceCommandOutput>;
543
+ tagResource(
544
+ args: TagResourceCommandInput,
545
+ cb: (err: any, data?: TagResourceCommandOutput) => void
546
+ ): void;
547
+ tagResource(
548
+ args: TagResourceCommandInput,
549
+ options: __HttpHandlerOptions,
550
+ cb: (err: any, data?: TagResourceCommandOutput) => void
551
+ ): void;
552
+ untagResource(
553
+ args: UntagResourceCommandInput,
554
+ options?: __HttpHandlerOptions
555
+ ): Promise<UntagResourceCommandOutput>;
556
+ untagResource(
557
+ args: UntagResourceCommandInput,
558
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
559
+ ): void;
560
+ untagResource(
561
+ args: UntagResourceCommandInput,
562
+ options: __HttpHandlerOptions,
563
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
564
+ ): void;
565
+ updateAnomalyMonitor(
566
+ args: UpdateAnomalyMonitorCommandInput,
567
+ options?: __HttpHandlerOptions
568
+ ): Promise<UpdateAnomalyMonitorCommandOutput>;
569
+ updateAnomalyMonitor(
570
+ args: UpdateAnomalyMonitorCommandInput,
571
+ cb: (err: any, data?: UpdateAnomalyMonitorCommandOutput) => void
572
+ ): void;
573
+ updateAnomalyMonitor(
574
+ args: UpdateAnomalyMonitorCommandInput,
575
+ options: __HttpHandlerOptions,
576
+ cb: (err: any, data?: UpdateAnomalyMonitorCommandOutput) => void
577
+ ): void;
578
+ updateAnomalySubscription(
579
+ args: UpdateAnomalySubscriptionCommandInput,
580
+ options?: __HttpHandlerOptions
581
+ ): Promise<UpdateAnomalySubscriptionCommandOutput>;
582
+ updateAnomalySubscription(
583
+ args: UpdateAnomalySubscriptionCommandInput,
584
+ cb: (err: any, data?: UpdateAnomalySubscriptionCommandOutput) => void
585
+ ): void;
586
+ updateAnomalySubscription(
587
+ args: UpdateAnomalySubscriptionCommandInput,
588
+ options: __HttpHandlerOptions,
589
+ cb: (err: any, data?: UpdateAnomalySubscriptionCommandOutput) => void
590
+ ): void;
591
+ updateCostAllocationTagsStatus(
592
+ args: UpdateCostAllocationTagsStatusCommandInput,
593
+ options?: __HttpHandlerOptions
594
+ ): Promise<UpdateCostAllocationTagsStatusCommandOutput>;
595
+ updateCostAllocationTagsStatus(
596
+ args: UpdateCostAllocationTagsStatusCommandInput,
597
+ cb: (err: any, data?: UpdateCostAllocationTagsStatusCommandOutput) => void
598
+ ): void;
599
+ updateCostAllocationTagsStatus(
600
+ args: UpdateCostAllocationTagsStatusCommandInput,
601
+ options: __HttpHandlerOptions,
602
+ cb: (err: any, data?: UpdateCostAllocationTagsStatusCommandOutput) => void
603
+ ): void;
604
+ updateCostCategoryDefinition(
605
+ args: UpdateCostCategoryDefinitionCommandInput,
606
+ options?: __HttpHandlerOptions
607
+ ): Promise<UpdateCostCategoryDefinitionCommandOutput>;
608
+ updateCostCategoryDefinition(
609
+ args: UpdateCostCategoryDefinitionCommandInput,
610
+ cb: (err: any, data?: UpdateCostCategoryDefinitionCommandOutput) => void
611
+ ): void;
612
+ updateCostCategoryDefinition(
613
+ args: UpdateCostCategoryDefinitionCommandInput,
614
+ options: __HttpHandlerOptions,
615
+ cb: (err: any, data?: UpdateCostCategoryDefinitionCommandOutput) => void
616
+ ): void;
617
+ }