@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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/CostExplorer.d.ts +652 -180
- package/dist-types/ts3.4/CostExplorerClient.d.ts +340 -108
- package/dist-types/ts3.4/commands/CreateAnomalyMonitorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateAnomalySubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateCostCategoryDefinitionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteAnomalyMonitorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteAnomalySubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteCostCategoryDefinitionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeCostCategoryDefinitionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAnomaliesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetAnomalyMonitorsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetAnomalySubscriptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetCostAndUsageCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetCostAndUsageWithResourcesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetCostCategoriesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetCostForecastCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetDimensionValuesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetReservationCoverageCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetReservationPurchaseRecommendationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetReservationUtilizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetRightsizingRecommendationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSavingsPlansCoverageCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSavingsPlansPurchaseRecommendationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationDetailsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetUsageForecastCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListCostAllocationTagsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListCostCategoryDefinitionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ProvideAnomalyFeedbackCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateAnomalyMonitorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateAnomalySubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateCostAllocationTagsStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateCostCategoryDefinitionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +35 -35
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/CostExplorerServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2316 -2173
- package/dist-types/ts3.4/pagination/GetSavingsPlansCoveragePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetSavingsPlansUtilizationDetailsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListCostAllocationTagsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCostCategoryDefinitionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +5 -5
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +425 -107
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,180 +1,652 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
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
|
+
}
|