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